Monthly Archives: July 2014

How to Create An Ajax-Based HTML5 Contact Form with notifications

How to Create An Ajax-Based HTML5 Contact Form with notifications

Main objective of a website is to get leads from the audience, contact forms are one of the efficient way to get customer information. Ajax based contact forms will give a nice user experience for the customer. When ajax is used user information can be submitted to the server in background without refreshing the page.

Continue reading →

Everything you need to know about .htaccess

Everything you need to know about .htaccess

The .htaccess(hypertext access) is a directory level configuration file for Apache web server. Using the .htaccess file server administrator can manipulate the Apache’s main configuration. Configuration made in the root folder .htaccess file is applied to parent and all sub directories. The .htaccess configuration should be done with great care slight syntax error in configuration can result in severe server malfunction. Add/Edit .htaccess file The .htaccess file is hidden by default to show the .htaccess …

Continue reading →