↧
HTML 5 Shiv
For IE browsers (6 thru 8) to read HTML 5 tags. Insert between the <head></head> elements <!--[if IE]> <script...
View ArticleHow to create a color picker with HTML5 Canvas
By Sara Vieira Creating canvas apps is the new thing, we can even create games with it, it’s supported in all major browsers both desktop and mobile, and that makes it a more viable solution than using...
View ArticleTips for Writing Better Code
By Nick Pettit What is good code? We know when we spot bad code. But because good programming is harder to define, it’s difficult to know you’ve actually created quality. In my experience, there are...
View ArticleHow to Evaluate Front-End Code for Inefficiencies
By Guil Hernandez There’s more to writing good front-end code than knowing every HTML tag, CSS selector, or the latest front-end features and techniques. And as I mentioned in a recent blog post,...
View Article