Useful Links
Categories
-
Recent Posts
- A Couple of Cool Canvas Demos
- My Empire for a Green Checkmark
- Make Smarter – Khan Academy, OpenHatch, Yahoo Style Guide
- Google Maps Slider
- So Long Web ADF, We Hardly Liked….er, Knew Ye
- Free Software Hulk-Smashes Traffic Spike
- Active Directory Authentication in MediaWiki
- News Roundup – Bilski, Google Phases Out Windows (Maybe), GeoData.gov
Archives
Tag Archives: Code
Make an OpenLayers Preview from Metadata
My horrific Metadata Navigator hack garnered a lot more interest than I expected, so in addition to patching a couple of bugs some users pointed out (thanks folks!), in the 1.1 release I added an interactive map preview using the … Continue reading
Google Chrome Frame Puts Chrome in Internet Explorer
In the if-you-can’t-beat-them-shove-a-tube-down-their-throat-and-plant-eggs-in-their-chest department, Google has released Chrome Frame, an open source plugin that drops Chrome’s HTML (WebKit) and JavaScript (V8) engines into IE. Ars has a good summary as usual. The idea is an IE user stumbles upon your … Continue reading
Simple Python HTTP Server
Linux Journal posted a nifty Python trick to quickly share files on your network. It should work anywhere that Python does (i.e. anywhere). Just CD to the directory you want to share and type: python -m SimpleHTTPServer Anybody that navigates … Continue reading
Metadata Navigator
I’ve been resisting sharing a project here for two reasons. First, it involves metadata. Metadata is absolutely one of the most important and valuable things you can do. Like paying taxes. Second, what I did is such a total and … Continue reading
jQuery Tools – A Cool New UI Library for jQuery
When I have to do JavaScript programming for a web site, the first thing I do is drop in a reference to jQuery on Google’s CDN. I can’t imagine doing any non-trivial JavaScript work without jQuery. jQuery is: …a fast … Continue reading


