
JavaScript tip of the day: Extending a String Across Multiple Lines
June 17th 2010
I’m working on a project where I need to inject qui a bit of HTML. The examples will feature jQuery but it works with any library as it is simply string handling in javascript. So the problem we face is that a string of content on a single line is hard to read. Something like […]

Firefox to implement calc() in CSS3.
June 14th 2010
I’ve just read last week that Firefox would implement calc() in their new version of Firefox. It’s not out in any publicly released version yet but it is coming as they talked about it on their developers blog. Why should you care? Ever had an element that needed to have a percentage width with padding? […]