I introduce a like/dislike system with a simple stat widget little like the youtube design.
Blogs
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
Create an RSS feed using PHP
RSS (Rich Site Summary) is a format for delivering regularly changing web content. Many news-related sites, weblogs and other online publishers syndicate their content as an RSS Feed to whoever wants it.
Browser Notifications from Web Application Using Javascript
The Notifications API allows you to display browser notifications to the user for given events, both passively (new emails, tweets or calendar events) and on user interactions regardless of which tab has focus.
Ajax dropdown using PHP, MySQL and jQuery
Country, State and City Ajax Dropdown is a select box without page rendering.
geoPlugin Web Service interface to find out location information using php
geoPlugin web service using php, allows you to directly program your back-end PHP scripts to deliver dynamic geo-localized pages using the PHP array.
Display mysql database records alphabetical order using php
Today we learn about display records by alphbetical sequence in a html table.We use php array of alphabets and mysql database records. This is a like a alphabetic filter, display alphabetic listing with separate records.
Create Simple Registration Form Using jQuery Form Validation and PHP
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.