HTML 5 Presentation on HTML5
Saw a great HTML5 presentation today at Apirocks.com: HTML5 Presentation. Has tons of useful demos of new HTML5 technologies that you can actually USE TODAY. The presentation covers: New JS selectors...
View ArticleHTML Zen Coding: Speed up HTML creation
HTML Zen Coding is a plugin for many popular HTML editors that gives the web developer many tools for quickly building out HTML pages. If you are comfortable (and enjoy) CSS selectors popular today in...
View ArticleBasic jQuery Tutorial: Modify CSS classes and attributes, Hover and Toggle...
This tutorial will cover: Modifying CSS attributes with jQuery Setting a class for a page element Removing a class from a page element Testing if a class exists A quick toggle click behavior example...
View ArticleGoogle Code University: Free Courses, Tutorials and Lectures for Web...
I grew up with webmonkey as the single best destination for web developers and any tutorial you could want, but just saw that Google has a Google Code University featuring Tutorials, Contributed course...
View ArticleGoogle Translate’s Toolbar: How to disable the banner
Working with multiple languages is tough, one of the great tools is Google Translate Tools. It lets you specify which languages and make them available on your site. Unfortunately once you are viewing...
View ArticleNotes on IE9 for Web Developers
I’m reading through the Interoperable HTML Parsing in IE9 blog post on MSDN and there are some nice, and some not so nice things. The following are some subjects talked about, and what it means for us...
View ArticleInternet Explorer 9: New browser, Same Problems – IE9 HTML5 Failures
Way back when, in the times of HTML 4, and CSS was just getting started we worked with IE6. IE6 required us to do everything differently, because of the ways things were implemented. They just had to...
View ArticleHTTP Archive: Average Webpage now 965 KB (up 30%) in 2011
ExtremeTech published an article, The web in 2011: HTML5 dominates Flash, trouble for data capped mobile surfers. From the article: According to new research from HTTP Archive, which regularly scans...
View ArticleHTML5 Video – Attributes and Events
When working with the new HTML5 video tag, the official documentation is very confusing. We just want a list of attributes and events! I ran across an excellent resource, HTML 5 Video – DOM Attributes...
View ArticleGoogle’s HTML/CSS Style Guide
Sorry for the deluge of posts today. This next one is a must read for web developers. I’m not sure when it was first posted, but I just came across it today, the Google HTML/CSS Style Guide. There are...
View Article