Converting an object to a query string is a very common task in JavaScript. It allows you build your URL…
JavaScript
How I increased jQuery performance over 800% with a simple trick
Despite the grow of JavaScript frameworks, jQuery still is the most popular library used in normal web apps. We use…
118+ free resources to learn JavaScript
In the last couple of years, JavaScript is always one of the most popular programming languages. In fact, it’s the…
Blogger: Page Navigation with WP-PageNavi style
If you use WordPress, you might have heard about WP-PageNavi, the famous page navigation plugin. But in Blogger (blogspot) there…
jQuery Custom Event – A kind of Hook like WordPress
The most important feature that makes WordPress powerful and easy to customize is hook system. Developers can create as many…
JavaScript: Copy To Clipboard Cross Browser
If you use any script for syntax highlighting, you’ll see most of them has “copy to clipboard” feature. This is…
Create A Multiple URL Shortener Page
There are various url shortener services on the Internet, you can use free services such as bit.ly, tinyURL or create…
Get Total Twitter Followers With jQuery
There are many snippets on the Internet that show you how to get total Twitter followers of an user, most…
How To AJAXify WordPress Theme
Chris Coyier has made a wonderful screencast about AJAXing WordPress theme. To AJAXify WordPress theme, he uses jQuery to make…