Image Upload and Re-size PHP
Sometimes you need to upload and resize image files using PHP, and here you will find the simplest PHP snippet that takes care of your uploaded image files. This snippet should work as it is, but there are several other methods you can combine with it to create a proper functional image uploader, for example you can take a look at Ajax and PHP based image uploader here.
Bold first paragraph of WordPress content
For this WordPress blog, I was looking for a quick PHP snippet on the web to make first paragraph bold, or increase its font size in post contents, like they have in Smashing Magazine website. I found few examples but not everything is clear. I didn’t want to use CSS :first-child Selector, because it won’t work with older browsers.
Social Icon Set 2 (Rounded)
Time for another social Icon pack. This time they are rounded in shape, and similar to ones I have used in this blog theme. Make your life easy with this clean and simple icon set, file contains 48×48 & 32×32 pixel size PNG icon files, there are exactly 40 icons small and big. Zip file also includes the EPS file which can be modified with illustrator.
Creating Simple Hover Fade jQuery Plugin
Since the launch of jQuery in January 2006, jQuery has quickly become the most popular and JavaScript library of choice for all web developers. There are hundreds of plugins available for almost anything you may want to do with jQuery, you can just download and start using those wonderful plugins in your project right away. But there are times, when you want to learn to create your own jQuery plugin, let’s find out how hard/easy is it to create a jQuery plugin.