An important feature in web programming is the ability to securely pass data from one page load to the next. It used most commonly when dealing with user logins, but also for passing error messages, shopping carts, etc. Continue Reading
There is no denying the fact that some developers are using traditional statements and some are using bracket less. But witch one is better to use? Read this article to find the answer.
Contiune Reading
Patience is a virtue, but for many, it is often a difficult concept to practice. This is really correct for web users visiting a website that takes a long time to load. Users liked websites that loads quickly, and when a site responds slowly, visitors lose their interest and come back. Continue Reading
A quick tip for designers and developers to open a flash file in full screen in a browser. A demo is also added to display its proper working.
Continue Reading
File Uploading is a basic part of any Blogging, CMS or social media website. Ajax upload script and plugin made it easier for the user to add the upload capability in the website. The best thing is these uploaders are free and you can even use them in your commercial applications as well.
If you are dealing with the images in PHP then ImageMagick and GD libraries are must components on your server. Nowadays image processing is a vital part of any average level website.
Continue Reading
This is a very informative tutorial for developers who want to use AJAX validation in their forms. I am going to explain that how to implement this with the help of jQuery.
HTML 5 comes with variety of new tags which definitely reduces work length . It aims to reduce the need for proprietary plug-in-based rich internet application (RIA) technologies such as Silverlight, Flash, Pivot & Sun JavaFX.
This is a short tutorial that demonstrates that to take a database backup automatically. It’s short but very effective to take backup on regular intervals.
Continue Reading
An exclusive tutorial about MEMCACHED Server, its simple installation method and a way to access it with PHP.