In this article I will list a few things that can be done to speed up website. I will give just brief description on each topic and give links to find more details on those topics. I have used tools like Google’s Page Speed, YSlow, Audits Tab in Chrome Developer Tools.
Monthly Archives: April 2011
Voting Functionality in a website
By
on April 10, 2011
No comments
In this post I will give the step by step explanation of how we can add Voting Functionality to a website. At the end of this article we will have a working sample voting application. The source code for the sample voting application can be downloaded from here.
We will be using PHP, MySQL, jQuery, HTML, CSS, AJAX to implement this.
To setup this functionality we will have to first setup database, then a front-end and also a page which would actually record and retrieve the votes.
Read more »