Every one would be familiar with Wikipedia, ever wondered about its architecture ?? Don’t bother!!! lets experts worry about it :), But For your Information, Mediawiki is open source wiki framework which will help us to create our own Wikipedia website in simple steps. PHP and MySQL are the basic requirement,…
PHP open source frameworks
Design, development and implementation of an application is no more a hard brain process in current web market lots of open source options. We have lots of open source frameworks available for free to begin our application development cycle. Most of the features will be already defined in these frameworks, only part…
Star rating system in jquery, mootools & simple javascript
Star based rating system is created using html for user interface, client side script/language, server side script/language and database for storing the rating points. I have created three versions of rating systems using simple javascript, mootools, jquery for client side script. PHP for server side script for storing the rating points in MySQL database, actually one can use any server side scripts like C#,VB.NET, typically any language.
Twitter Integration for website using OAuth
Twitter recently stopped supporting simple authentication support which was the easiest way of integrating twitter integration in websites. Now it supports only token based authentication using OAuth.
Display date difference in human readable form
This Article will help to display date/time difference like orkut, twitter, FB,. The code snippet i have written is to show date/time difference between current and stored date-time from database.