CSS3 Buttons
There is some sort of buttons used since CSS is recognized as separate mark-up method by W3C. Using images is a great way to create cool buttons. But is a matter of fact that is makes web pages heavy to load. In CSS3 its possible makes such a stunning button with simple mark ups. Here are...
JQuery Face Detection
Face detection is a useful web application you see around in many photo storage solutions or in social sites. This plug-in is written in JQuery framework. It’s easy to integrate. You have to just instantiate the code and it will start work. In index.htm $(function() { $(‘#try’).click(function()...
PHP File Uploader
It is a common issue to use file uploader in developing web sites. Administrators may need to upload files to their server. It’s also considerable to allow user to post their sharing on social networking sites.  PHP has its own functions to upload and control your files in order. This script might...
MySQL Backup with PHP
Database is the most important part of a dynamic site. Most of the sites in the world use databases for storing their records, user logins, data, tables and other stuffs. It’s normal to set backup for security reason. There is an option in cpanel for storing databases. But most of the large enterprise...