Archive for December, 2008

1. Padded block links
Links (or anchors) are inline elements by default, which means that their clickable area spans only the height and width of the text. This clickable area, or the space where you can click to go to that link’s destination, can be increased for greater usability. We can do this by adding padding [...]

I hope these 15 tips will help you optimize your PHP code and get you into the habit of looking for alternative ways or patterns of writing robust code. Also don’t forget to document your code properly! Enjoy!

echo is faster than print.
Wrap your string in single quotes (’) instead of double quotes (”) is [...]

The jQuery sIFR Plugin is an addon for jQuery that makes it easy to replace text in a web page with flash text (sIFR, Scalable Inman Flash Replacement). It gives you a function in javascript to replace text in a web page dynamically with sIFR text, using native jQuery functionality along with the jQuery Flash [...]

 It is a very fast way to get some info about a specific technology in less than 10 pages.
http://www.scribd.com/search?l=0&page=1&query=refcardz&sortorder=time&x=0&y=0
Interesting documents are :
Jquery:
http://www.scribd.com/doc/3307672/jqueryonline-final-060508
JQuery Selectors:
http://www.scribd.com/doc/7560402/DZone-jQuery-Selectors
Eclipse:
http://www.scribd.com/doc/3094315/eclipseonline-final-042908
Ajax:
http://www.scribd.com/doc/3094330/ajaxonline-final-042408
MySql:
http://www.scribd.com/doc/7833925/-Refcard-29-Essential-MySQL
PHP:
http://www.scribd.com/doc/7407159/Refcardz-23-PHP
CSS:
http://www.scribd.com/doc/7407101/Refcardz-19-Core-CSS-Part-1
http://www.scribd.com/doc/7407114/Refcardz-25-Core-CSS-Part-2
Interesting PHP magazine (symfony inside) …  If someone can get all the collection, let me know …
http://www.scribd.com/doc/279069/PHP-Architect-Volume-6-Issue-5
I wish you happy coding until next post …
Elvis

Like we all know, without algorithms there is no programming.
Nobody can tell that is a good programmer without knowing the basic steps in the development of good solutions for frequent problems and nobody will arrive a good programmer without the necessary knowledge of programming techniques.
I hope you will enjoy the MIT courses that you will [...]


top