PNG Alpha-Transparency JavaScript / Miscellaneous
Learn how to use a JavaScript trick that makes PNG alpha transparency work in Internet Explorer 6 simply by including a JavaScript file in your page.
Javascript Image Gallery Using Mootools JavaScript / Miscellaneous
This free image gallery based on javascript is a quick & easy solution. Implementing the demo doesn’t requre knowledge of any javascript. In this article, I’ll explain and breakdown the javascript that runs the image gallery using the javascript framework Mootools.
Capturing a Key JavaScript / Miscellaneous
The user presses a key, and something happens. Exactly what is up to you. This works across browsers and with all ASCII characters.
Accessible JavaScripting From The Ground Up JavaScript / Miscellaneous
As great as it is, JavaScript is probably one of the most commonly abused and overused technologies in web development. In this article, I hope to help you implement JavaScript without tears and guide you in the basics of good scripting practices.
Statusbar Message JavaScript / Miscellaneous
This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say 'Infinite Designs.org ....'. Here's how to make it do that.
Binary Clock JavaScript / Miscellaneous
Hours, minutes and seconds java script clock, with the twist that the time is displayed in binary! An unusual script, that gives a nice twist to the standard java script clock. The only down side is that you need to understand binary to read the time.
ByPass Ad Blockers JavaScript / Miscellaneous
This article is a very interesting argument for the economics of internet advertising. The author makes the point that Ad Blockers disrupt advertising and that this will eventually drive free websites out of existence.
Starting a JavaScript JavaScript / Getting Started
How do you tell the browser that a script is starting? Moreover, how does he know what kind of script is starting? What if the browser doesn't support JavaScript?.
JavaScript Forms and Frames JavaScript / Forms
This articles discusses two aspects of JavaScript: working with HTML forms and manipulating frames. It also present a simple but effective personalized greeting script and a script used for submitting and HTML form. Main topics covered: Personalized greetings, Submitting an HTML form using JavaScript, Input Validation, and Frames and JavaScript.
Javascript Tip Boxes (IE4+) & (NN4+) JavaScript / Frames and Window
When writing content for your site you might want to give some tips or explainations for particular words or phrases. For this you might consider using DHTML Tip boxes that appear when a link is rolled over.
Advanced Java Script: onClick and onMouseOver JavaScript / Event Handling
What we're going to go over here are a certain class of JavaScript commands called "Event Handlers." These are commands that work directly with existing HTML commands. They work so closely in fact, they work by being embedded right into the HTML command itself. OnMouseOver, OnLoad, and OnClick JavaScripts, all offered here!
Adding an Alert Box JavaScript / Event Handling
The alert box is an Ok box that a page has for you to click prior to entering the site. Usually you place a message on the alert box. This is often used in jokes. This alert box does not give you a choice to ok or cancel. All users will get to the page.