Tired of writing repetitive form validation logic?  Let me show you how to validate any HTML form with just one line of code using a super lightweight library I built for beginners. No setup, no config — just drop it in and you're done.

810   Read More


Is your login system vulnerable to attacks? Most web developers miss critical security steps that leave their AJAX login flows and local storage exposed. Don’t risk your users’ data or your app’s integrity! 

1.24k   Read More


Learn how to detect whether the browser is online or offline with jquery

880   Read More


Which One Is Better For Your Web App ?

548   Read More


Learn how to use javascript fetch function to send json data to your server and upload multiple files via php.

1.03k   Read More


Learn how you can easily convert your html div content into pdf file with custom footer....

456   Read More


You will learn how to generate PDF document and convert HTML to PDF using javascript

1.04k   Find Out How


Learn How To See If Checkbox Is Checked In HTML Table

609   Find Out


Want to learn how to easily create javascript upload ajax with progress bar?

927   Find Out How


Learn the most fastest and easiest way to detect mobile devices 

727   Read More


Learn to easily create a javascript random number game...

702   Read More


Learn how to store your data in JavaScript like you do in MySQL tables. This will definitely speed up your web application by 200%!

647   Read More


Easily convert numbers to words for your web project

1.01k   Read More


DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. Pagination, instant search and multi-column ordering.

932   Learn To Use DataTables


Do you want to know when your dynamic script is fully loaded so you can use it?

There are many ways to do this but this code will work for you every time to ensure your javascript code doesn't break. 

13.17k   Get The Code


Have you ever needed to come up with a random string of characters for one of your website projects?

Maybe you’re looking for a random string of characters for an api key or a random alphanumeric string for record id.

Whatever the case, learn how to easily generate a random alphanumeric string in javascript.  

1k   Find Out How


Does your website project have the need to parse url addresses? Or do you want to easily search through query string parameters from a URL?

801   Read More


Learn how to easily convert your php array into JavaScript json array.

994   Find Out How


With just one function quickly and easily increase your google page speed ranking.

446   Read More


Ever wanted to quickly and easily access your url query parameters?

501   Learn How


Learn how to easily hash your data on client side with javascript before sending it to your server.

This will help you reduce some valuable resources on your server.

433   Read More


Often times you get data from many different sources. It would be helpful to know the length of the data. That would help you determine whether to go in direction A or B.

Learn to easily find the length of your data whether it’s a string, object or array.

440   Read More


With just one line of code, you can easily turn your api json data into html table.

941   Read More


One of the good things and down fall about javascript is that it executes line by line. If you are waiting on external source ( like api call ) to finish processing, then this line by line processing data could present a major problem for you as some of your code may fail.

Has this happened to you before? If so, read on to learn how to solve this problem.

610   Read More