Recursive Function for Nested Categories

Nested Categories over Drop Down Categories and its sub categories are always useful while developing simple to huge applications. Here is a simple php code to create multi-leveled nested categories on select box to those categories. CREATE TABLE `tb_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `name` varchar(255) NOT NULL PRIMARY KEY … Read more

SIP Web Phone

SIP Phone service which lets you use your SIP account anywhere in the world via their web based SIP service. The good thing is they already have a few popular SIP services pre-configured, so you don’t even have to configure their SIP. SIP (Session Initiation Protocol) is the most popular Voice over IP (VoIP) standard. … Read more

PHP PEAR File Download Package

The PEAR package contains: * PEAR installer, for creating, distributing and installing packages * PEAR_Exception PHP5 error handling mechanism * PEAR_ErrorStack advanced error handling mechanism * PEAR_Error error handling mechanism * OS_Guess class for retrieving info about the OS where PHP is running on * System class for quick handling of common operations with files … Read more

Record Audio from Websites

Flex is a platform for developing and deploying Applications that run on Flash player on Web using Red5 Server. Flex / Red5 applications are compiled to SWF files and are executed at runtime by Adobe Flash Player. Open source Red5 video flex flash recorder and player project allows you to insert a red5 / flex … Read more

WordPress User is Online or Offline

There are few wordpress plugin available for user online / offline status… but my requirement is different. I want a plugin that can show user status on profile page to inform other users about availability… http://wordpress.org/extend/plugins/member-status/ http://wordpress.org/extend/plugins/im-online/ http://wordpress.org/extend/plugins/who-is-online/ http://wordpress.org/extend/plugins/wp-useronline/ http://wordpress.org/extend/plugins/mingle-users-online/ wordpress_users_online.php This file or function allows wordpress developer to integrate user online / offline status … Read more

Install Etherpad on SUSE Linux

Collaborate on documents in really real-time on SUSE Linux EtherPad is the first web-based word processor that allows people to work together in really real-time. All editing of the document is instantly visible on the screens of all participating users, enabling new and productive ways to collaborate on text documents. Etherpad is useful for meeting … Read more

Google Books Downloader

Book Search works just like web search. Try a search on Google Books or on Google.com. When we find a book with content that contains a match for your search terms, we’ll link to it in your search results. Google Books Downloader is a software that allows you to save these books in PDF, JPEG … Read more

VMGParser

VMG2TXT converts Nokia VMG message file to text file. VMG2TXT module is used for reading and parsing Nokia’s VMG message file format. Sample Nokia VMG File Output of VMGParser using PHP based tool 😉 Planning for mobile messages compatibility 😉 Next may be Nokia to Android message conversion.

SVNLabs Tools

HTML2CSV converts html/xhtml to csv/xls. VMG2TXT converts Nokia VMG message file to text file. VCard Parser Extract information from VCard. HTML2RSS converts html/xhtml to rss/xml feed. Amazon S3 upload file to Amazon S3 Bucket. CSV Mapper Import CSV file after adjusting Columns. JavaScript Twitter Bird a2zVideoAPI – search videos with page link EBook Search Engine … Read more