Category Archives: HTML


March 13, 2024 4:01 am

How to create RSS feed Reader app in PHP


How to create RSS feed Reader app in PHP
RSS ( Rich Site Summary ) is a technology used by millions of web users to keep track of their favorite websites, in other words make you easily informed about your favorite fields. In this tutorial I will show you how you can create your own application to keep track on your favorite websites. Its a very simple and basic tutorial for PHP Developers, I have created 3 tabs of my favorite websites lets have a look how to code.

[ Read More ]


March 5, 2024 5:01 am

How to Sort List Items using jQuery with anchors


How to Sort List Items using jQuery with anchors
I have found an interesting jQuery code to sort list items on your web pages and writing this tutorial to apply this functionality in your web projects. In this code snippet we create a jQuery function which load all list items of a given id and match text letters and present you in a sorted form, lets see how it works and its demo with source code.

[ Read More ]


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 ]


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 22, 2024 5:02 am

How to create CAPTCHA image verification in PHP and jQuery


How to create CAPTCHA image verification in PHP and jQuery
Captcha is the simple verification on your web forms that the user is a human or a computer. Its used to prevent spammers on your website. If you use captcha on your web forms its hard for spam bots to submit data to web site. The reason to write this tutorial is to demonstrate how to create captcha image in your application using PHP and jQuery.

[ Read More ]


February 19, 2024 5:02 am

How to Convert HTML to PDF in PHP with fpdf


How to Convert HTML to PDF in PHP with fpdf
HTML to PDF conversion is always a problem for PHP Programmers and all the time they search for suitable solutions so after reviewing this article you will not take more than 10 minutes to configure HTML to PDF, I have used a library fpdf open source and very useful library for developers here is a simple tutorial on how to convert How to Convert HTML to PDF with fpdf.

[ Read More ]


February 16, 2024 5:02 am

How to create Accordion toggle using jQuery and Bootstrap


How to create Accordion toggle using jQuery and Bootstrap
Bootstrap is one of the best framework for designing your websites and we have already created an article on contact form with bootstrap so this time we come with accordion toggle with bootstrap. Its very simple to configure and create with very nice animation with CSS and jQuery.

[ Read More ]