Tag archives for development

  1. Awesome DNS tool →

    So this is going to make web development across platforms much easier (hopefully).  Public DNS for local IP addresses!

  2. Google Chrome: tab character in textarea

    I guess Webkit stopped support for the tab character entry in textareas a while ago. Luckily there’s an Chrome Extension that re-enables it plus some: Textarea Code Formatter

  3. IE error 800a03e8

    Just ran across another issue with the worst browser in the world… Here’s the vague error message: Could not complete the operation due to error 800a03e8 It’s likely due to JavaScript executing before the page has finished loading (and more than likely, the JS was trying to manipulate the DOM). It took a few minutes…