Image Uploads with 100% Less Suck. Guaranteed. Using a little bit of jQuery we can upload images without the suck.
Monthly Archives: May 2011
Add OpenSearch to your site
Firefox 2 and Internet Explorer 7 both support OpenSearch as a way of customizing the browser’s search box. And you can make all three work together in five minutes. No programming required. Check this out:
vidfetch.com/
Display nested categories PHP Class
Creating categories and its sub categories is always prevalent when we are developing simple to huge applications. Basically we will have the requirement of creating one- leveled subcategory of parent category but when we come across creating multi-leveled subcategories , then it seems little vague, complex to meet the requirement. Here I have made …
PHP extract() Function
Definition and Usage The extract() function imports variables into the local symbol table from an array. This function uses array keys as variable names and values as variable values. For each element it will create a variable in the current symbol table. This function returns the number of variables extracted on success.
FFMPEG, XAMPP and Windows
http://www.apachefriends.org/f/viewtopic.php?f=16&t=32688