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

Posted in Code | Tagged | Leave a comment

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

Posted in News | Tagged , , | Leave a comment

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

Posted in Code | Tagged | 1 Comment

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

Posted in Code | Tagged | 2 Comments

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

Posted in Code | Tagged , | Leave a comment