How to Call setTimeout or setInterval function in an Object’s Method
A common question from JavaScript beginners is how to call the setTimeout or setInterval function. This is an easy task, but can definitely be a headache for those who are new to JavaScript...
View ArticleHow to Resize Image Proportionally using JavaScript
We’re continuing a series of “How-to’s” for JavaScript beginners. In this tutorial we will explain how to proportionally resize images. Most tutorials that we have written utilize JavaScript platforms...
View ArticleHow to Create Custom AJAX Tabs using jQuery
Today’s morning started a little hot here at ajaxBlender. We had some free time before starting the production meeting, and Mike (our lead developer guy) and Justin (newbie who joined us in November)...
View ArticleW3C Valid Replacement for target=”_blank”
Using target=”_blank” for links in an HTML page will generate errors when running code through the W3C validator. Well, if you are using the older Transitional document type it would not, but errors...
View ArticleConvert ASCII Character to Hex, Decimal and Binary Code
This JavaScript tutorial explains how to convert ASCII Character to Hex, Decimal and Binary Code using JavaScript. Recently we were asked for a function code to convert user input to hex code which was...
View ArticleCreate Custom Cursors without .cur File
Sometimes you may want to replace your cursor with a custom image or use a custom image to move with your cursor. This quick JavaScript tutorial will show you how to implement it. The task is pretty...
View ArticleRotate Images Using JavaScript
Rotate images using JavaScript – is this even possible? Of course ;) Read this tutorial to find out how to rotate images using JavaScript, and the code is a cross-browser solution. Ok, let’s start from...
View ArticleAdvanced Plugins Development with ExtJS
In this ExtJS tutorial, the author provides helpful tips for successful Ext JS plug-in development. Basic questions are answered such as: “What is an Ext JS plug-in?” and more. Also discussed are...
View ArticleConvert Images to Grayscale
Read this tutorial to find out how to desaturate an image (convert color images to grayscale) using JavaScript. A cross-browser code sample is supplied. Recently we published a tutorial explaining how...
View ArticleHow to Add Hints & Auto Focus Form Fields using jQuery
This tutorial teaches you how to easily add hints to your forms and auto focus fields. We are continuing a series of quick articles for web developers which explain how to automate things during...
View Article