Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label Web-tricks. Show all posts
Showing posts with label Web-tricks. Show all posts

22 September, 2015

Google reCAPTCHA code with jquery validation

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.

Google reCAPTCHA code with jquery validation

27 August, 2015

CSS3 image zoom fade effect

In this post, i have explained about CSS3 image zoom fade effect. recently I have posted CSS3 related tutorials, iI got a good response. Because CSS3 it's very easy to design the website to implement animation effect is there. Here I have not used any script function, everything i have used CSS. 


23 July, 2015

Forget password recovery using Ajax, php and mysqli

In this tutorial, we are going to discuss How to recover the registered users forget password recovery using PHP and MySQL. Here I have shared simple hash email recovery function. Let's see deep discussion. 

Forget password recovery using Ajax, php and mysqli

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.

Title tage aninmation script

16 June, 2015

CSS3 image rotate animation effect

CSS3 image rotate animation effect. recently i have used my project image rotate animation code it's very easy to set keyframe effects and apply transformation effect. You can manually change effect timing and rotation style. Follow the below code and learn how implement to your website. 

CSS3 image rotate animation effect

11 June, 2015

Display Flash Message in CodeIgniter

Let me explain about the CodeIgniter session flash message. it's a temporarily stored value. this coding used to set success message and failure message through your controller. Let start to learn how to create CodeIgniter session flash message.

Display Flash Message in CodeIgniter

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.

Generate RSS Feed for website using php and json script

14 May, 2015

CodeIgniter Remove index.php in URL

In this post i want to discuses about how to remove index.php from URL using .htaccess file in CodeIgniter. By default CodeIgniter developed with index.php extension from the url. For using httaccess you can hide from the url. 

CodeIgniter Remove index.php in URL

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.

Jquery image on click effects

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. 

Analyze and optimize your website with google PageSpeed tools

16 February, 2015

Send email with html template using php

Today i want to explain about how to send email with html template using php. Normally we use php mailer function for sending email with some text also. But here i have design one html template along to send with mail script. Follow below code and have look at live demo.

Email template in php

04 February, 2015

Auto suggest username like gmail using php with ajax

While registration time user registering their username in the username column, that time the same user name already exist in the database, for that we are creating auto generation of  username like gmail and all. like that we are suggesting some username for users. Take a look at live demo.

Auto suggest username like gmail using php with ajax

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.

facebook sharing

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.

export html data to csv

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.

page loading image

10 July, 2014

Import CSV File Data Into Database Using PHP

Import CSV File Data Into Database Using PHP sometime large amount Database data not possibe to insert into at a time. Ex; E-commerce site add all product list.  that's why use to  CSV file import code . just create  Excel document enter your data save CSV format after that import to database.

07 July, 2014

Facebook style photo comment system

 Facebook style photo comment. Here i have use normal light box pop window. inside the box i have design similar like facebook design. follow this code you can learn facebook style photo comments system.

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.

How to Make a Simple Search Engine using PHP and MySQLi

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.

13 March, 2014

PHP age calculator script

Find your age using PHP age calculator script. This code easy find your age and calculate total no.of days . try this simple coding make your own age calculator.