Understanding The Difference Between Class and ID

A good buddy of mine has recently started his own learning process diving into HTML, CSS, and Javascript. He came to me with a question recently wanting to know what the actual difference was between a class and an id, and when each should be used. As I explained this to him I thought that this would make […]

Hello Scratchpad – A Real Time, Online HTML/CSS Renderer

I was doing some browsing, well Stumbling to be exact, and came upon a great new site called Scratchpad. Developed by Nathan Bashaw, Scratchpad serves as a great place to experiment and play around with your HTML, CSS and even Javascript. You get a dual-pane view; you’re code on one side, and a live render of […]

Square CSS Badges

[frame align=”left”][/frame]I was playing around with CSS earlier today and came up with something rather interesting, I call them CSS badges since I’m really not sure what else to call them.The code behind these buttons is actually extremely simple and I have commented it along the way so you could easily see what controls what. […]