Stories, Tutorials
& Life Tips
Deep dives on coding, health, recipes, travel and everything in between.
📍 Explore Reading Paths
Follow curated journeys from beginner to expert

Implementing a Submit Form without Refreshing Page Using Jquery
This post helps you to submit your form without refreshing page. In this tutorial, I will show you how simple it is to do using jQuery form plugin just five lines of JavaScript code, no need to post d…

Implementing Google Plus Like Style Animations Using Jquery and CSS3.
Google plus given an awesome kick to user experience, especially circles UI animations. I feel it’s a great and ne…

Implementing Live Table Edit, Delete with Pagination using Jquery
This post is a collaboration of my previous popular posts such as live table data edit, delete records with pagination u…

Implementing Tab Style Login and Signup Using CSS
This post is very basic level CSS implementation. I want to explain how to design tab style login and registration panel…

Implementing Live Design Changing Using Jquery
In this post, I want to explain how to change design colors like Twitter UI setting. I had posted the same long days bac…

Fetching Geo Location Using HTML5 and Jquery
Last few days I have been working with HTML5 elements, it’s very interesting. This post explains to you how to get…

Implementing Background Image Change on Refresh Using Javascript
Aol.com home page is changing the background image on every refresh, quite interesting. So how to apply this kind of eff…

Implementing Live Table Edit Using Jquery and Ajax
I love Jquery framework, feels that we can do awesome things. Let’s take a look at how to implement live table edi…

Implementing Bing Instant Search Using Jquery and Ajax
Some days back I had posted a popular article 'Youtube instant search with Jquery and Ajax'. I received a lot of request…

Firing Multiple Ajax Requests Using Jquery
Last few days I have been working with APIs for instant search results, I had an idea to implement a super instant searc…

Implementing Flickr Style Live Title Edit Using Jquery and Ajax
This year's my last post is Flickr like image title edit using jquery, ajax and PHP. I had presented a tutorial in an ea…

Implementing Gravity Registration Form Using Jquery.
Sometimes registration form decides your web application success rate, I feel the first step(registration) should be few…

Implementing User Signup using Facebook Data.
Using Facebook registration plug-in users can easily sign up on your website using Facebook data. With one simple Facebo…

Implementing Facebook Graph API Connect Using PHP and Jquery
This post I had presented in an easy way to connect and read the Facebook home timeline with PHP and Jquery. Explained h…

Implementing Base64 Encoding for Images.
Base64 is an encoding format that represents binary data. Google new feature instant previews are in text format, here G…