March 2, 2024 5:02 am

How to create Password Strength checker in jQuery


How to create Password Strength checker in jQuery
This tutorial show you how to create password strength checker and its very important for your website to have some password checking on signup pages to force your users to enter a strong password. This example shows you five stages of password strength very weak, weak, medium, strong and very strong all calculated on your passwords characters and its length.

[ Read More ]



March 1, 2024 5:02 am

How to post into a Facebook Page with PHP using Graph API


How to post into a Facebook Page with PHP using Graph API
We have published one article on How to publish status on Facebook with Graph API which post status on user's wall when user write , now I am going to show how to post status on pages to post status on Facebook page we use Facebook Graph API in PHP to perform this task.

[ Read More ]



February 29, 2024 5:02 am

How to Rewrite urls with .htaccess


How to Rewrite urls with .htaccess
I have received many requests from my readers to write some thing on .htaccess so today I am going to explain you how to rewrite URLs with .htaccess. Hypertext  access is shortly called as htaccess, it rewrite URLs for directory in which file placed it manage that directory only, we can make SEO friendly URLs and boost your search engine ranking.

[ Read More ]



February 28, 2024 5:05 am

Dynamic image slider using Twitter Bootstrap & PHP with MySQL


Dynamic image slider using Twitter Bootstrap & PHP with MySQL
I have received many requests from my readers to create image slider with admin where they can edit images and update text, so in this tutorial I am going to show you how to create image slider to get images, title and description from database and slide images. Using twitter bootstrap I have created a very simple and easy to understand slider and PHP & MySQL for dynamic option.

[ Read More ]



February 27, 2024 5:04 am

How to create Sticky Table Headers using jQuery


How to create Sticky Table Headers using jQuery
In this Tutorial you can see how to carry table heading on scroll down and up, in old styles when we scroll page down we forgot what column contain what. I have used jQuery plugin to perform this task very easy to understand and configure in your projects. It helps you to create user friendly reporting for your website which allow you to read large tables more usable.

[ Read More ]



February 26, 2024 5:01 am

How to create Facebook style loading animation using CSS3


How to create Facebook style loading animation using CSS3
Today I am going to write first time on CSS3 and creating Facebook style loading animation without any image, images took more time to load then this simple CSS animation. Using HTML basic element span and CSS3 properties like 3D transform you can create beautiful and lightweight animations. These animations not look like exactly as images but user can understand something happening.

[ Read More ]



February 25, 2024 5:04 am

How to create dynamic and animated scroll to top with jQuery


How to create dynamic and animated scroll to top with jQuery
In this tutorial I am going to show you how to add a scroll to top with dynamic window width when your reach 70% height it will show you an arrow and text "Back to Top". We created this option with jQuery scroll event sent when your scroll position changes up and down, on a 70% scroll down it will fade arrow up box when you click on that arrow it take you to the top.

[ Read More ]