Uploadify is a wonderful plugin for jQuery that allows you to upload several files at once, it does the uploads transparently using flash (take a look at the demo on this link).
In fact, the great advantage I see is not to be able to upload several files at once, this can be done by javascript [...]
Category > Programming
[SOLVED] Uploadify and session problems
New web for playing Flash games
I’ve been thinking of making a games website for a while. I’ve finally decided to go ahead and do a website with Flash games.
The truth is, that lately I’ve been really busy with lots of things that have nothing to do with games, but this Saturday I needed to disconnect and work on something totally [...]
Click effect for jQuery
Today I’ve been playing for a while with javascript. The truth is that I haven’t found what I was looking for, but let’s assume that this is because I’m a programmer and not a designer.
Anyway, what I was trying to do is to create some kind of click effect. Ok, let me try again. What [...]
jQuery 1.4.1 is out
Some weeks after the release of jQuery 1.4, now the first bug fix release for this fantastic javascript framework is out.
The new version fixes several bugs, and includes some improvements.
Download jQuery 1.4.1 and have a look at the release notes.
jcontroller: A small and simple controller for javascript
It’s been a long time since the last post, so I’ve though Hey! I’m loosing users, I cannot let that happen, let’s get something from any project I’ve done recently, so I can do a post :p
The thing is that I recently noticed that the javascript I’ve been writing lately becomes messy after some time, [...]
TCPDF: excelent library for generating PDF in PHP
The other day I was looking how to create PDF files in PHP.
The first thing that came to my mind was the PDFlib extension included in PHP since version 4. The problem with this library is that I thought it was kind of low-level, and I didn’t had any idea on where to start.
In fact, [...]
Emulate short tags in PHP when short_open_tag = off
Yesterday I was playing with PHP 5.3. It seems that the default configuration comes with short_open_tag disabled
The short open tags is what allows to write code like this <?=”algo”?> instead of having to write <?php echo “algo”?>. Something REALLY INTERESTING, it makes PHP code really clear when looking at templates from my [...]
Writing clean and semantically correct HTML
Web Designer Wall people has writen a post titled Coding Clean and Semantic Templates that basically gives some advices on how to write proper HTML code for templates.
Briefly, the list of advices that they give are:
Minimize the use of <div>
Use the <div> tag only for the layout: header, content, sidebar, and footer
Use semantic HTML for [...]
Multilingual support for WordPress: improved!
I’ve been using wordpress ZdMultilang plugin to write articles in several languages.
The truth is that the plugin is awesome. It works great! The only thing I missed was the lack of support for keeping separate comments, so the users reading the post in English only see the comments that the English-readers version made, and so [...]
The C++ class std::string sucks!
Still today, after some time without programming in C++, I wake up at night with nightmares about string class.
If you have programmed in C++ you probably know what I’m talking about.It’s HORRIBLE. Probably, the designer (or designers) of the standard string class though something like:
“Oh My Good!! We are going to make the best string [...]

Español