Create Social Media Icons in Pure CSS
Today I am having fun in experimenting with CSS3. I am recreating some of the social media icons using only pure CSS.
Read moreToday I am having fun in experimenting with CSS3. I am recreating some of the social media icons using only pure CSS.
Read moreIn this article I am trying to mimic the navigation menu in dragon interactive website using only CSS (no images, no JavaScript).
Read moreGoogle Buzz just launch last February 9, 2010 and I am surprised how viral as it spread the web. A day after I noticed Mashable has a Buzz button in their post so that a reader can easily add the article to their buzz stream. So I hit google hoping that there is a plugin like this for wordpress.
Read moreFancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how to achieve the same effect using the CSS3 new features.
Read moreLate last year CodeIgniter v1.7.2 was released with a lot of improvements and bug fixes. This version is now compatible with PHP5.3.0, they added is_php() to Common functions to facilitate PHP version comparisons,
Read moreA Comma separated values (CSV) file is a computer data file used for implementing the tried and true organizational tool, the Comma Separated List. The CSV file is used for the digital storage of data structured in a table of lists form, where each associated item (member) in a group is in association with others [...]
Read moreThis Simplexml class provides an alternative implementation of the SimpleXML API that works under PHP 4, so if you have an application that is running under PHP4 environment this is really helpful for you.
The original class was created by Taha Paksu of http://www.phpclasses.org and it was modified by Chris Brainard so that it would work [...]