Posts tagged ‘HowTo’

53 Amazing CSS Techniques

Was searching and stumbled onto this page, has a collection of 53 very useful CSS Techniques which you need for any Web-designing work.
53 CSS-Techniques You Couldn’t Live Without
(Just a short post, I personally found that site extremely useful, so just letting you people know)

Designing 3 Responses

Simple PHP Date and Time Management

Ever got confused when you are coding a PHP application that needs to output date and time in Different formats and Time Zones?
Using conventional methods makes you write complicated functions to deal with it. However, If you use UNIX Timestamps as the Time data (in the database) , you can convert that into any format [...]

Coding 3 Responses