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…


Table Behavior without Tables

Reference on Saturday, March 28th, 2009

Many times a “table like” layout is necessary to abide by the Rule of Thirds law, specially with the currently popular “magazine” type website layouts.

Adding a table to the layout would simply be too easy, and wouldn’t fit into the “Do Everything without Tables” mentality plaguing the web. So I demonstrate how to achieve the behavior without the table.

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…


IE Conditional Comments

Reference on Thursday, February 26th, 2009

Years ago before I discovered Internet Explorer’s Conditional Comments, I struggled with CSS hacks, IE filters, and unreliable JavaScript sniffers.
With this technique markup inside the comments will be only visible to the IE browser in general or specific versions that you specify.

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…


Save As PHP Script

Reference on Tuesday, September 16th, 2008

Having a link to a media file that would normally play in a browser allows you to “Save Page As” in Firefox to save the media. (Music, Video, etc.) A minor annoyance is that sometimes the video or the audio starts to play immediately making you press pause while you wait for it to download.

The script below contains a text field where you enter the url of anything you want so you can right click a generated link to download the material. It requires an extension in the url provided. Something like http://audio.hiphopdx.com/20080909-Tony_Sunshine-Here_I_Am_(Feat_Jadakiss)-HHDX.mp3

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…


Flash Display Fixes

Reference on Friday, July 25th, 2008

Displaying Flash in a browser sometimes causes display issues. Two common ones are extra space under the object and another is an outline around the object in Firefox 3.

Continue Reading…


  • Page 1 of 2
  • 1
  • 2
  • >