Using Head.js to Load All Your JavaScript

In the past few years, client side frameworks/libraries have become very powerful and offers great features to implement complex functionalities on the client side, instead of relying on server side. This is really great for developers, but it has also made life difficult when it comes to managing multiple resources. One disadvantage is that loading […]
Read the rest of this entry »

How to Sort HTML Table Using jQuery Code

HTML tables are useful for displaying data in a tabular format. Tables tend to look elegant and clean. However, HTML tables are even more useful when data is sorted in columns in an ascending or descending order. In this post, we’ll learn how to sort an HTML table using jQuery without using any jQuery plugins. […]
Read the rest of this entry »

How to Detect Browser Using jQuery

One of the more frustrating parts of creating a new web project is making sure that it looks the same (or as close to the same as humanly possible) across all different browser types. The problem with achieving cross-browser compatibility is that each browser has its own set of inherent styling rules, and additionally, some […]
Read the rest of this entry »

7 Lightweight jQuery Plugins for File Uploads

Creating your own file uploading functionality on your website is more trouble than its worth in most scenarios.  With dozens of different free, lightweight, and customizable jQuery plugins available to add that functionality to your site, there's even less reason to try and do it for yourself. Take a look at the list below of […]
Read the rest of this entry »

How to Dynamically Resize an iFrame

We've already talked about how, as developers, iFrames can sometimes be our worst enemies. Because their content is often hosted on another server (as well as their stylesheets), they can be a huge pain to change around and manipulate. In our previous iFrame post, we gave you a snippet that can be used to access […]
Read the rest of this entry »

Convert Images to Black and White using jQuery

Converting an image to black and white is no longer a manual event. As client side technologies becoming more powerful, conversion processes can be automated and be done in real-time. Read on to learn different ways of converting images to black and white using CSS3, HTML5 with jQuery and various other jQuery plugins. There are […]
Read the rest of this entry »

Responsive Menu
Add more content here...