spudly.shuoink.com

the best way to predict the future is to implement it

Entries Comments


Using the XML DOM Without Writing 15,0000 Lines of Code

20 February, 2008 (22:17) | JavaScript | 9 comments

I’m a pretty big fan of using the XML DOM rather than innerHTML, simply because it seems to me to be better programming style. I hate hate hate, however, that it takes 15 lines of code to create one node. Today, I came up with an idea to solve the problem. I created a wrapper [...]

Steal These Buttons! - CSS Sprite Style

13 February, 2008 (20:58) | CSS | No comments

We’ve all seen these buttons floating around the internet. Every other website you see uses them, proclaiming their standard compliance. They’re called “steal these buttons” and there are a number of websites where you can download them.
Here’s my set, in the form of a CSS Sprite. In case you don’t know what that is, a [...]