Update Moodle Tracker Module
Hits: 2137 The Tracker module provides a light but full-featured issue and task tracker, a ticketing system if you will, in Moodle. It is an activity module which can be used to operate a helpdesk, as...
View ArticleRecognize Represent the Parallel Processable Statements in ‘C’ Program
Hits: 1645 As the world is moving towards faster and reliable technologies, the trend of computing is turning towards parallel processing. High-performance computers are increasingly in demand in the...
View ArticleOnline Learning – Sharable Content Object Reference Model
Hits: 2490 E-Learning is a great way to spread knowledge in university, company or any other organization. Sharable Content Object Reference Model (SCORM) is a collection of standards and...
View ArticleUpgrade Your App to OAuth 2.0 and HTTPS by October 1st
Hits: 3920 Facebook is going to upgrade Developer API by 1st October 2011. All sites and apps on Facebook will migrate to OAuth 2.0 through this update. This will ensure that users browsing Facebook...
View ArticleFacebook Application Development PHP SDK 3.1.1
Hits: 2984 Facebook is going to upgrade Developer API by 1st October 2011. All sites and apps on Facebook will migrate to OAuth 2.0 through this update. This will ensure that users browsing Facebook...
View ArticlePretty Print JSON
Hits: 3103 We can use function json_print() to explore JSON data, since JSON has no spacing or indentation. The function json_print() make JSON data to display in the human-readable format. <?php...
View ArticleAmazon S3 Server Side Encryption (SSE)
Hits: 3210 Amazon S3 announced a new encryption feature Server Side Encryption (SSE). Amazon S3 SSE provides you the ability to encrypt data stored at rest in Amazon S3. With Amazon S3 SSE, you can...
View ArticleAmazon SES – Emails In Cloud
Hits: 2853 Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the...
View ArticleURL2Link – Detect URL and Convert to Link
Hits: 2433 URL2Link() is a function to change an email address or URL or FTP into a clickable HTML hyperlink using eregi_replace(). <?php function URL2Link($text) { $text =...
View ArticleRed5 figure out audio/video out of sync issue
Hits: 3651 I had worked Red5 WebCam application that lets users to record video clips from their webcams. The users could talk while they record clips. I was using PHP with Zend Gdata for uploading...
View ArticleSVNLabs Tools
Hits: 2068 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....
View ArticleVMGParser
Hits: 2275 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...
View ArticleGoogle Books Downloader
Hits: 3671 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...
View ArticleInstall Etherpad on SUSE Linux
Hits: 3978 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...
View ArticleWordPress User is Online or Offline
Hits: 7393 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...
View ArticlePHP Syntax Highlighter
Hits: 2489 Online syntax highlighting PHP has a great function that automatically highlights PHP code called highlight_string(); this could be used to roll your own code highlighting on a site. In...
View ArticleRecord Audio from Websites
Hits: 10111 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...
View ArticlePHP PEAR File Download Package
Hits: 2993 The PEAR package contains: * PEAR installer, for creating, distributing and installing packages * PEAR_Exception PHP5 error handling mechanism * PEAR_ErrorStack advanced error handling...
View ArticleSIP Web Phone
Hits: 16920 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,...
View ArticleRecursive Function for Nested Categories
Hits: 4589 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...
View Article