I finally got around to cleaning up my Google Chrome version of Hacker News OnePage. You can install it for your Chrome browser over at the Google Chrome Extensions gallery. Install Hacker News OnePage for Google Chrome: https://chrome.google.com/extensions/detail/plldnnbdlbgbiknjebohmlggcbicghlj Check out the source code: http://tdupree.com/chrome/chrome_onepage/chrome_hn_onepage_source.zip

read more

Hacker News OnePage for Google Chrome

September 16th, 2009 | 1 comment

EDIT: Check here for updates to the Google Chrome Hacker News OnePage extension. Google just recently released Chrome v3.0, and the developer builds in the dev channel now have extensions turned on by default (no need to append –enable-extensions to the exe target).  The extensions system for Chrome is getting nicer and nicer (just check out chrome://extensions in your Chrome browser).  I have a working version of Hacker News OnePage that I have tested with dev channel build 4.0.206.1.  I assume that it will also work fine with the new 3.0 stable release if you have extensions enabled. Install Hacker…

read more

EDIT: Check here for updates to Hacker News OnePage A new update to Chrome brought a better packaging system for extensions, but also broke all the extensions packaged with the old system.  So here are the new Hacker News and Digg extensions that will work with chrome. Hacker News OnePage (install): Provides users with the ability to browse Hacker News articles and comments without leaving the page. source – manifest Digg AdBlocker (install): Removes ads from digg. source – manifest

read more

Isometric drawings with jQuery

May 19th, 2008 | 1 comment

Here’s an interesting site I came across today, that lets you create isometric pixel images for fun.  No real purpose other than just a neat JavaScript experiment.  It uses jQuery for the JavaScript framework which powers the UI.

read more