Things in Limbo

April 6, 2011 Random Thoughts

As most who have noticed my site is in shambles. I’ve been incredibly busy and not much time to put towards getting everything up. Most of the old stuff won’t be back. I’m going to pull in some posts that I liked from my previous blog, but it would be too time consuming to rebuild [...]

Read the full article →

Creating List Icons with Pure CSS3

September 4, 2010 Tutorials

Upon waking up this morning, I came across a wonderful article about Creating Fancy Checkmark Icons with Pure CSS3, and wanted to extend the functionality beyond just checkmarks. After all, what if I want to show an exclamation point or an ‘x’, or even all the suits in a deck of cards? At first I [...]

Read the full article →

Make Your CSS Readable

August 7, 2010 Tutorials

As one who works with front-end code on a daily basis, it can quickly become an annoyance when perusing through code someone has written, if there’s no attention to detail. Specifically when dealing with the format of that code. While this applies to more than just CSS, I’ve decided to simply focus on it alone [...]

Read the full article →

Prototyping Custom Properties and Methods to Objects in JavaScript

July 20, 2010 Tutorials

After a couple days into my reading on JavaScript’s Prototype object, I’m becoming a bit more familiar with it. Still have some questions I need answered, but I’m guessing they’ll be answered through experimentation and reading. In the meantime, I figured I’d share how you assign custom methods and properties to an object, using prototype. [...]

Read the full article →