Friday, December 19, 2008

Improve your jQuery - 25 excellent tips

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. Here are 25 tips to improve writing jQuery Continue reading

Wednesday, December 17, 2008

Most beautiful websites of 2008

Handpicked from CLD Web Gallery website showcase. Continue reading

Graphic Design Tutorials - Best of 2008

As we arrive at the last month of yet another year, it’s time we revise and reflect on all the goodies this year had to offer. At the same time it’s great to practice the tips and lessons learnt for the years to come! We have brought together a series of what we feel are some of the best tutorials of 2008 from around the web.

We’re starting off with the most useful graphic design tutorials of the past year. In no particular order, read on to see 33 that have stood out in particular. Continue reading

Monday, December 15, 2008

DD_belatedPNG: better PNG background-image support for IE6

This is not just another PNG fix for IE6. DD_belatedPNG covers some cases where others fail, for example background-position and background-repeat. It can be downloaded from its official website

PHP: Convert mysql date in any desired format

define ('DTFORMAT', 'd.m.Y - G:i');
$formatedDate = date (DTFORMAT, strtotime ($oldDate));