Multiple On Load Events

Reference on Tuesday, June 30th, 2009

A common issue that arises when developing web applications with JavaScript is that the onload events interfere with each other. With all the freely available frameworks and apps at a users disposal there is a strong possibility the onload event is already being used in a project… incorrectly. (I admit I am guilty of this.)

Continue Reading…


fliteBox

Application on Monday, June 29th, 2009

FliteBox Preview

fliteBox is a lightbox for Flickr Photosets, dynamically built with JavaScript making calls to a PHP script.

Continue Reading…


Target Blank for XHTML

Reference on Tuesday, April 21st, 2009

Given that the target attribute for the anchor tag does not comply with the W3C recommendation, which in turn does not validate, creating a new window for a link is not possible using a Strict XHTML Doctype.

Continue Reading…


Flash Slideshow in Actionscript 3

Application on Thursday, March 26th, 2009

“Simple Slide” is an automated slide show that can also be used for banner ads. Download it now to tweak it for your specific application.

Continue Reading…


JavaScripted Tooltips

Reference on Tuesday, March 24th, 2009

Here is a simple attempt at some JavaScripted tooltips. I expect there to be bugs when you have two “sticky” tooltips overlapping each other.

Continue Reading…


Color Picker

Application on Saturday, December 13th, 2008

Hex Flex Logo

Here’s a color picker i created a while ago dubbed “Hex Flex”. It was more of a beta that I plan on recoding and releasing soon.

Continue Reading…


Live Markup Editor

Application on Thursday, December 4th, 2008

I created a markup editor dubbed “Type Doc” to use when I didn’t have access to an HTML editor. Yes, notepad is always an option but this has live updating in the environment(browser) you are going to be using. Which could make for a nice learning tool because you will see your success and mistakes reflected immediately.

Continue Reading…


JavaScriptless Tool Tips

Reference on Tuesday, August 26th, 2008

Tooltips are a useful feature that can be used to elaborate on information without creating another page or linking to another source. It presents the user with immediate results. There are a variety of tooltips available that utilize JavaScripts advantages. Even though most are widely compatible with browsers there is still a small percentage of users that would not see the tooltip when activated with JS.

To solve this problem a CSS solution can be deployed that would work everywhere. There are no bells and whistles but if you require them I would suggest going the JavaScript route.

Continue Reading…


Random Functions

Reference on Monday, July 21st, 2008

Random text or images is an easy feature to deploy that can develop interest on a project. Any application can benefit from not presenting the same information over and over during every visit. I have listed examples in JavaScript, ActionScript, PHP, and Coldfusion.

Continue Reading…


Access Cascading Styles with JavaScript

Reference on Monday, July 14th, 2008

Here is a reference table that displays the CSS equivalent in JavaScript.

Continue Reading…