Tag Archive

The following is a list of all entries tagged with code.

Rounded Corners In CSS, The Straight And Logical No Bullshit Way Comments 3 Comments

2 weeks, 5 days ago , ,

As if some universal law is at play, somehow, rounded corners (nearly) always manage to fix broken webdesigns. The problem is, they’re a bitch to make in HTML and CSS. Having been through a number of ways to do rounded corners, I’ve found myself settling on one method, which, even if it isn’t completely search engine friendly, it’s really quick and easy to make.


Semper Semantic Comments 18 Comments

July 2nd, 2007 ,

I’ve only just launched a client website, and already a good friend of mine has reminded me of the importance of a semantic website structure. Why? Because I used an empty b tag to attach graphics. I sacrificed semantics in favor of style and a little bit of ease of use.


Flash Component: log() Debugger [Update] Comments Comment

October 13th, 2006 , ,

If you develop Flash applications, you’ll know the need to debug the code. The internal debugger is, well, internal, and sometimes it’s necessary to be able to debug outside of Flash.

Enter log(). As an external/embedded alternative to Flash’s built-in trace() function, log() does exactly the same, but in a debug-window you drag onto the [...]


Flash: fadout() And fadein() Functions [Update] Comments 10 Comments

June 30th, 2006 , ,

It has come to my attention that there are already built-in and 3rd party functions (see comments) available that dwarf those presented on this page. I leave this page here because the functions presented might still be useful due to their simplicity.

For this project I’m working on, I needed an extremely simple way of alpha-fading [...]


Making IE Specific CSS or Code (Conditional Comments) Comments 2 Comments

April 25th, 2004 , , , ,

Use conditional comments to show code to a specific Internet Explorer browser.


Unnecessary Horizontal Scrollbar in IE Popups or Frames XHTML Bug Comments 77 Comments

February 10th, 2004 , , ,

Are you experiencing a horisontal scrollbar that shouldn’t be there?


Sending Variables to Flash Using Query String & Javascript Comments 26 Comments

December 29th, 2003 , , ,

Mimic server script behaviours using this code.