Subscribe to our RSS
Read More ...

Advanced Plugins Development with ExtJS

Advanced 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 advanced methods of adding your own custom functionality to the Ext JS framework. We highly recommend this article to those creating UI’s with ExtJS.

Read More ...

Rotate Images Using JavaScript

Rotate 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.

Read More ...

Create Custom Cursors without .cur File

Create 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.

Read More ...

Convert ASCII Character to Hex, Decimal and Binary Code

Convert 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.

Read More ...

W3C Valid Replacement for target=”_blank”

W3C 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 will for sure be reported for Strict document types. An easy and quick solution is to create a JavaScript handler for your links. This tutorials explains how to create an SEO-friendly (of course) W3С valid replacement for target=”_blank” by using only a few lines of jQuery code.