Today we are going learn about how to implement google Captcha to your html form. Before going this tutorial you should know about Why we need use ? google reCAPTCHA. Here i have used Jquery validation library to checking the Html form elements.
Showing posts with label Web-tricks. Show all posts
Showing posts with label Web-tricks. Show all posts
22 September, 2015
27 August, 2015
23 July, 2015
23 June, 2015
Make seo trick for title tag using javascript
Today we will discuss SEO related some tricks. Nowadays all internet website marketing focusing on website SEO development they need to increase website traffic and revenue. So would suggest some SEO trick on this tutorial.
16 June, 2015
11 June, 2015
10 June, 2015
Generate RSS Feed for website using php and json script
In this post i have explain about how Generate RSS Feed with PHP. Here i am using feed burner rss xml file to get the content because most of the users, blogger they are updating blog information in feed burner. Use below code add your website feeds information.
14 May, 2015
14 April, 2015
Jquery on click image effect
The jquery library provides several techniques for adding animation to a web page. all effects animation make my website very attractive. it's very simple code, We can use frequently all animation effect. In this tutorial i have created Jquery on click effect.
05 March, 2015
Analyze and optimize your website with google PageSpeed tools
Analyze and optimize your website with google PageSpeed tools. Page loading time is obviously an important part of any website’s user experience. if your page loads slowly, you could lose people for that the reason. I would suggest testing your website in Google pace speed Insights tool. Let see about Google Pagespeed Insights.
16 February, 2015
04 February, 2015
29 January, 2015
Share your website link in Facebook,Google+
Share your website link in social media website. Everyone want to share they website link to social media network. every time they will go social websites after only they post to timeline, Here i am written sharing code, Just click social media icons it will share automatically to your social media timeline. Previously i have posted Share links to social network sites with Your site topic but this one updated.
09 January, 2015
Export html table data to csv file using JavaScript
Recently i have posted Import CSV File Data Into Database Using PHP article this concept based import excel sheet data into database.Similar like i have posted this topic, here i am using JavaScript for converting html table data into excel (CSV) document. this concept best helpful for shopping cart, school management web sites. Just take a quick look this live demo.
08 December, 2014
Show loading image while Page is loading using jQuery
Sometime page loading take too much time. that case page show empty blank page Would it not be nice to show loading images or message while your page is loading. below i have shared script follow that one make your site standard.
10 July, 2014
07 July, 2014
03 June, 2014
How to Make a Simple Search Engine using PHP and MySQLi
In this tutorial, I have created small search engine by using PHP and MySQLi. this search engine searches to user date into the database. similar like google search engine. it will check matched keywords to the table title,description,website URL. Recently i have create updated search engine tutorial.
15 May, 2014
phpmyadmin sql query builder
In order to access the data from a database at the front end, programmers are querying using SQL. Most of the programmers are following their own style of coding. There is a better way of doing it using phpmyadmin sql builder. They can use the inbuilt sql builder in phpMyadmin which can fetch the data from you localhost server.