This weekend in Austin, TX will be SXSW, Dorkbot, and BarCamp Austin.

What’s a geek to do with so many options and so little time?
This weekend in Austin, TX will be SXSW, Dorkbot, and BarCamp Austin.

What’s a geek to do with so many options and so little time?
(via Coach Wei’s Direct from Web 2.0)
Are you blogging this? The Web 2.0 song:
The march Dr. Dobb’s Journal has an article on mapping: “My Map: A Portable API for Maps”
In it, Lionel Laské develops a (LGPL licensed) cross-provider API for drawing maps in web applications:
MyMap is the portable API I created to display maps in a web site with either Google Maps, Yahoo Maps, or
Microsoft Virtual Earth. Here is the pseudointerface of this API in JavaScript. Each function matches one of
the aforementioned features:void MyMapGeocode(address, callback);
void MyMapInitialize (mapname, lat, lng, zoom, mode);
Object MyMapAddMarker (lat, lng, markertype, info);
void MyMapRemoveMarker(marker);
void MyMapSetZoom(zoom);
void MyMapGoto(lat, lng);
void MyMapTerminate();
I haven’t had time to try it out yet but it looks like a very nice abstraction layer providing the basic mapping functions across providers – it doesn’t take advantage of what each provider differentiates on, but focuses on what is core – ability to create maps, add markers, set zoom levels, and find locations.
The source is available from Dr. Dobbs Source Code Page – choose 2007 and then download 07003.zip (March 2007).
Scott Ambler’s “Agile Documentation Strategies” is also well worth reading, on the importance of good documentation within an agile process. (And no, agile doesn’t mean writing no documents).
(With feed reader caching and other variables, I can’t be sure this is fixed – sorry it you get “summary” feed rather than full text – I’m working on it).
I didn’t notice at first, but apparently WordPress 2.1 and later no longer provides full-text feeds. (See this thread in WordPress Support).
Even if you have selected the option for full text feeds, using the <!–more–> function will result in your RSS/Atom feeds getting cut at the break.
I’ve installed cavemonkey50’s full text feed plugin which should fix the problem.
Sorry for the inconvenience.
The last two sessions I was able to see at Beyond Broadcast (I had to leave at midday) were panels.
The first was on “Participatory Culture,” moderated by Jesse Walker from Reason magazine, with Kenny Miller from MTV, Elizabeth Osder from Yahoo!, and (via webcam) Arin Crumley from the film Four-Eyed Monsters.
The second was on “Participatory Democracy,” moderated by Drew Clark, from the Center for Public Integrity, with Jennifer Harris from the Center for Digital Democracy, Chuck DeFeo (former eCampaign Manager for Bush-Cheney 2004) from Salem Communications, and Tad Hirsch from the MIT Media Lab.