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 →

Ajax based load more results with jQuery, MySQL and PHP

Ajax based load more results with jQuery, MySQL and PHP

Better user experience is the key to grab more users to your website, using ajax based user interface is a better way to interact with the user , in present scenario load more pagination is used instead of conventional pagination, this post will help you to implement ajax based load more results on your website. Database Javascript Include the latest jquery from Google Hosted Libraries rather than using locally stored jquery library to improve the …

Continue reading →

How to integrate facebook like button to your website

How to integrate facebook like button to your website

If you are blogger or a website owner and looking for maximum number of visitors to your site you should integrate social network site’s easy sharing buttons into your website. Among these social networking sites Facebook’s social plugins are so effective to achieve nice traffic to your website. In this post i am going explain how to integrate Facebook like button with open graph meta tags. Facebook allows the developer to customize the page snippet …

Continue reading →