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 …
Category Archives: Programming
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
Jquery Scrollable area
Jquery Tooltips Bubbles
Sliding Top Menu With jQuery
Sliding menus are very effective in areas where we have limited space . This is a sliding top menu built with jQuery which can be fired through the open & close buttons or with any tag with the related class name. You can also use it as an info box, login area & more. Click …