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,…
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.