Ajaxian Party This Thursday in San Jose
Written by on March 7th, 2007 in Ajax News.

We blogged before about Desktop Matters, the conference on Java desktop development we’re holding this week in San Jose. We’ve decided to open up the party on Thursday night to everyone, and we’re very keen to get the Ajaxian and Desktop communities together to get to know each other better and have a good time.
We’ll have some catered food there, not sure how long it will last ;-). Hope to see you there.
The party is at 8:00 pm and located at the Wyndham San Jose Hotel
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById(”map”));
var point = new GLatLng(37.360964, -121.908886);
var html = ”
Ajaxian Party Thursday Night
Come join us at the Wyndham San Jose Hotel
at 8pm on 1350 N 1st St, San Jose, CA 95112
“;
map.addControl(new GMapTypeControl());
map.addControl(new GLargeMapControl());
map.addControl(new GScaleControl());
map.setCenter(point, 16);
var marker = new GMarker(point);
GEvent.addListener(marker, “click”, function() {
marker.openInfoWindowHtml(html);
});
map.addOverlay(marker);
marker.openInfoWindowHtml(html);
}
//]]>
Source: Ajaxian
Original Article: http://ajaxian.com/archives/ajaxian-party-this-thursday-in-san-jose