Tag Archive
The following is a list of all entries tagged with code.
2 weeks, 5 days ago
code, css, webdesign
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.
July 2nd, 2007
code, webdesign
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.
October 13th, 2006
code, flash, productivity
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 [...]
June 30th, 2006
actionscript, code, flash
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 [...]
April 25th, 2004
bugs, code, css, ie, webdesign
Use conditional comments to show code to a specific Internet Explorer browser.
February 10th, 2004
bugs, code, css, ie
Are you experiencing a horisontal scrollbar that shouldn’t be there?
December 29th, 2003
code, flash, javascript, sourcefiles
Mimic server script behaviours using this code.