Skip to content

HTML + CSS + JavaScript

Let's Build the Web We Want

  • About
  • Consulting & Training Services
  • Google Releases Page Speed (and I add a few lines to my to-do list)

    Jun 6, 2009

    Check it out: Google Page Speed Beyond the plugin itself, the rules are definitely of interest:

    Read article →

  • What This is All About

    May 24, 2009

    Hi, my name is Rob Larsen and this is a new blog for me. I’ve decided to move all of my web technology and business of the internet writing over to one place so that people focused on that stuff can be spared the sketchbook images, movie writing and sports rambling I do over at…

    Read article →

  • A JavaScript Curiosity Regarding addEventListener

    Apr 2, 2009

    I’m wondering why this code fails to stop a form submission document.forms[0].addEventListener(“submit”,falsify, false); function falsify() { return false; } and this code successfully kills it? document.forms[1].onsubmit = falsify; function falsify() { return false; } Try it out (Firefox/Safari/Chrome/Opera only- there’s no addEventListener support in Internet Explorer). The form action on both is an alert. The…

    Read article →

  • Code I Like: Batch Subversion Rename (Replace Underscore with Hyphen), Bash Script

    Feb 11, 2009

    That’s an unwieldy title, if I ever saw (wrote?) one. Still it describes the code in question exactly, so unwieldy will have to do for this post. Anyway, for SEO purposes I’ve wanted to rename some of my files from underscore delineated (_) to hyphen delineated (-) for a couple of years now. I chose…

    Read article →

  • Why Front End Performance Matters to Everyone, Not Just the High Traffic Giants

    Dec 29, 2008

    Yeah, Even to You. 🙂 I suspect it’s because the people that are most vocal about the subject are from places like Google and Yahoo!, but it seems to me that a lot of people think that front end performance really only matters for extremely high traffic sites. When talking about these kind of things…

    Read article →

Previous Page
1 … 48 49 50 51 52 … 57
Next Page

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

Back to top ↑

Advertisement
Advertisement