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 →
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 →