Skip to content

HTML + CSS + JavaScript

Let's Build the Web We Want

  • About
  • Consulting & Training Services
  • HTML5 Notes: My First Time Using the Canvas Element

    Sep 4, 2009

    Quick verdict? It’s fun. The long verdict (albeit one not base on the work I did here?) The accessibility concerns are valid and will need to be addressed before we end up with a replay of Flash circa 2000. And no one wants that. Anyway, the example I did do for the demo is actually…

    Read article →

  • As If URL Shorteners Alone Weren’t Bad Enough, Now They’ve Mated With URL Hijacking Frames

    Aug 31, 2009

    The Digg Bar is the most obvious (and noxious) example, but the new trend of URL shorteners coupled with a URL hijacking frame is spreading alarmingly. More and more I’m seeing this odious technique. These things break bookmarks, wreck navigation cues from the URL and are generally sleazy and rude. And there’s how to beat…

    Read article →

  • HTML 5 Notes: The Video Element Rocks

    Aug 26, 2009

    Now if we could just get everyone to support it.

    Read article →

  • HTML 5 Notes: In Case a Client Asks… No Full Screen Video

    Aug 25, 2009

    I’m going to be posting a series of notes on the production of my first HTML 5 demo page. I’m doing a presentation on it at work (to be shared here, of course) and I want to capture my thoughts as I have them in the process of producing some fully formed HTML5 content. One…

    Read article →

  • JavaScript Perfromance Tip- Don’t Test Against obj.length. Test Against a Local Variable.

    Aug 21, 2009

    I saw it yesterday in some code I was debugging and I realized I’ve become hyper sensitive to this common pattern: var anchors = document.getElementsByTagName(‘a’); if (anchors.length > 0){ for (var i=0; i < anchors.length; i++) { addEvent( anchors[i], 'click', trackLinks ); }; }; Why am I sensitive to it? Well, what are some of…

    Read article →

Previous Page
1 … 42 43 44 45 46 … 57
Next Page

© 2026 htmlcssjavascript.com. Built with modern WordPress FSE.

Back to top ↑

Advertisement
Advertisement