Javascript Essentials

by Hiroshi on 10-11-2008

Following is a great resource of Javascript codes and downloads and these are very necessary scripts used in real time in a daily web developer's life. These scripts can make your life easier if you are a web developer which include very necessary scripts needed by every web developer. I can not stress that enough. Javascript Essentials consists of six parts, each with huge collection of useful tutorials and downloads relating to Javascript.

{ Continue Reading }

Javascript Tricks

by Hiroshi on 09-05-2008

Allow me share some cool Javascript tricks with you. Next time you use your friend's PC, you can amaze him by your programming skills.

{ Continue Reading }

Javascript Trick – Corrupt Any Webpage

by Hiroshi on 05-05-2008

This is a cool Javascript trick ever. Download the rar file, extract its content. Open file and copy its contents and past in any already opened window's address bar containing URL or any web page address bar.

{ Continue Reading }

Transparent PNG Image In HTML – Complete Solution Download

by Hiroshi on 21-02-2008

Advanced & latest versions of browsers support transparent PNG by default. i.e. Internet Explorer 7, New Firefox, Safari and Opera etc. For IE 6 another version of this script works fine in which I gave you an example how to implement transparency in PNG for web pages. But what about background image and what if you have older browser like IE 5.5 etc.

{ Continue Reading }

Form Validation – Input Fields Text Changes at OnClick OnBlur OnFocus

by Hiroshi on 20-02-2008

We will be needing a js file and a page containing form input field to do this task. What we are planning to do is, The input field contains default value. Onclick default value disappears and allows the user to insert text. If the user types anything it remains there but if he does not write anything and clicks at next input field than the default value reappears in previous field.

{ Continue Reading }

Funny Computer Tricks

by Hiroshi on 13-10-2007

Want to impress a friend by some cool browser effect? Copy and paste in this javascript code in address bar of your browser.

{ Continue Reading }

Onclick Change Link State to bold

by Hiroshi on 06-10-2007

If you need to change the state of link onclick event to blod in navigation then we will use following code.

{ Continue Reading }

Cross Browser Add to Favorites Javascript

by Hiroshi on 09-07-2007

Creating a link for bookmarking web page is easy. Lets read this tutorial which will enable you to create a link useful for users to bookmark your website.

{ Continue Reading }