Tag Archives: Java

Google Maps Lat/Long Bookmarklet

I still haven’t had time to dig into Google Maps enough to make my dynamic GPS coordinate thingy. . [...]

Google Maps Dissected

Joel Webber has an excellent dissection of how Google Maps works under the hood in his Mapping Google article. Welcome to my blogroll.

Highlights:

  • Communication with the backend server is done with a hidden <iframe> and some javascript trickery (not with XMLHttpRequest, as Gmail uses).
  • Data arrives from the server in XML and is transformed into HTML by client-side XSLT. [...]

Mac Mini

Rumors about a “headless iMac” have been out for a while, but now the Mac Mini is official. This new platform comes with a G4 processor at either 1.25GHz or 1.42GHz, either 40GB or 80GB of drive space, 1 FireWire, 2 USB, DVI/VGA video, modem, 10/100Base-T ethernet, can have anywhere from 256MG to 1GB of RAM, optional 802.11b/g and Bluetooth, and OS X 10.3 with the usual slew of cool Apple apps. [...]

Petals Around the Rose

I learned about this little puzzle thing called Petals Around the Rose yesterday (via BoingBoing). It’s sort of a dice game where you have to figure out how to solve the puzzle as you go, and once you know how, you can’t tell anybody else. [...]

HTMLoverlays

Via Photomatt, I found a link to Embittered generals, which in turn led me to HTMLoverlays:

[...] The good news here is that you can do that for all your pages in your web site. [...]

GAO Uses PHP

Just ran across some good press for PHP and MySQL. The GAO needed a way to upgrade a lot of their surveys and move them on the web. [...]

Back to Basics

Over on Simon’s site, I ran across a link to a 2001 article where Joel Spolsky takes us Back to Basics in an essay about how high-level programming languages can lead us down the path to poor performance.

Today I want to think about CPUs. [...]

Social Networking

In 1967, Stanley Milgram proposed the “small world theory”, which proposed that every person on earth is connected to every other person by a chain of just six other people. In other words, you know somebody, who knows somebody, etc., You might have heard of a humorous application of this called the Kevin Bacon Game. [...]

Future Hack

One of the great things about the Internet is that sometimes you find the answers to problems before you even start searching. . [...]

Cleaning up HTML

Quite some time ago, I coded up a PHP function that attempts to filter out potential nastiness in comments posted to MyPHPBlog sites (like this one). It’s mainly to keep people from injecting javascript into comments which could trigger Cross-Site Scripting problems. [...]