Posts Tagged coding

jQuery Functions and Techniques to Keep in Mind

By Jose on May 7th, 2010 Category: Tutorials 27 Comments

Nowadays jQuery is used in so many sites that we can’t even count them. There is a reason, jQuery is probably the most famous JavaScript framework. As developers we have to think beyond. We should be able to use the most advanced techniques of every language or framework we want to know. Here I’ll explain […]

21 Tips to Make Your PHP Code Better

By Jose on April 23rd, 2010 Category: Tutorials 16 Comments

20 Tips to Make Your PHP Code Better

The most used and well documented programming language for web development is PHP, but it has some problems as a language (every language does). The most important problem is it’s too much permissive, and we can make some common mistakes that can hide our program’s behaviour beyond the limit, instead of writing a clean and […]