Archive for December, 2005

Дитячий гумор

Wednesday, December 28th, 2005

Учора наша донечка видала справжні перли. Дивлячись фільм у якому була еротична сцена (якщо то так можна назвати), вона сказала “А я знаю що дядя буде зараз робити. Він роздягне тьотю, вилізе на неї і почне її мучити.”.
:)

40 under 40 (2005)

Tuesday, December 27th, 2005

Crain’s Chicago Business щорічно публікує список 40-ка молодих(у штатах молодими рахують тих кому до 40-ка років) підприємців 40 Under 40. Не знаю які критерії беруться до уваги при формуванні цього списку а для мене він є досить цікавим з певних причин.

Mashup Camp

Friday, December 23rd, 2005

David Berlind announced his idea about Mashup Camp - the unconference about the uncomputer.

My goal for Mashup Camp is to do the opposite of what all these other Web 2.0-esque conferences are doing. It won’t be invitation only. The pilot event will be modest in size guaranteeing intimacy and low or perhaps even no cost to attend (perfect for some of the people doing the real innovation on a low budget). And, it will involve a mix of open networking time, leader-facilitated discussions that address some of the most important issues and concerns that the API providers and the mashup artists actually need to work out, and fun (for example, a hottest mashup contest with an even hotter prize).

I was really excited once I’ve got email from David and further more we spoke over the phone about his idea. As author of MapBuilder.net I will definitely visit that event. Looking forward to see a schedule and reserve tickets for the Mashup camp.
Cya!

Yahoo! купило del.icio.us

Tuesday, December 20th, 2005

Минулого тижні сталась ще одна досить визначна подія. Yahoo! купило del.icio.us. Так собі тихенько взяло і купило :)
Як результат del.icio.us був у дауні не менше 2-х разів. Перший раз - пару годин, наступний раз - десь годин 10.
Як то кажуть, що не робиться, то все на краще.

Андрія 2005

Tuesday, December 20th, 2005

Минулої суботи я був ну весілі…
Брати Гадюкіни.

Щоб не зраджувати українським традиція минулої суботи святкували мої іменини - Андрія. Американців вирішили не запрошувати - святкували одні українці. Як кажуть, хата гуділа. З етичних міркувань фотки постити не хочу(я правда всіх фоток не бачив, але судячи з того що прислала Іра їх і справді не вартує показувати). Забава закінчилась десь о пів третьою ночі, так що на наступний день було досить тяжко.

PS: здається ми відкрили для себе досить непогану горілку. Finlandia rulez.

Polylines

Monday, December 19th, 2005

“Indiana State Fair Tractor Drive” map shows how easy is to add polyline to the code generated by MapBuilder.
Here’s the actual code to build polyline:

// Add polyline
var TractorDrive = new Array(
new GPoint(-86.17002010345459, 39.771504066537645),
new GPoint(-86.16152286529541, 39.771306157391855),
new GPoint(-86.16165161132812, 39.768601342041286),
new GPoint(-86.15890502929688, 39.76846939711062),
new GPoint(-86.15804672241211, 39.767842655236535),
new GPoint(-86.15718841552734, 39.768403424550456),
new GPoint(-86.1579179763794, 39.76903016131954),
new GPoint(-86.15757465362549, 39.77796878575054),
new GPoint(-86.1571455001831, 39.78944546454763),
new GPoint(-86.15731716156006, 39.794985245044494),
new GPoint(-86.15701675415039, 39.798249549632104),
new GPoint(-86.15650177001953, 39.80392049827307),
new GPoint(-86.15306854248047, 39.80603049931308),
new GPoint(-86.14954948425293, 39.80612940402307),
new GPoint(-86.14495754241943, 39.808601975532106),
new GPoint(-86.14375591278076, 39.80965691231115),
new GPoint(-86.14354133605957, 39.81028327336426),
new GPoint(-86.14371299743652, 39.81387649754178),
new GPoint(-86.14354133605957, 39.81433799896189),
new GPoint(-86.13933563232422, 39.81763434756231),
new GPoint(-86.13757610321045, 39.82037019683298),
new GPoint(-86.13495826721191, 39.82234785137201),
new GPoint(-86.13161087036133, 39.82531422646072),
new GPoint(-86.12950801849365, 39.82785202349348)
);
//Add Polyline Overlay
map.addOverlay(new GPolyline(TractorDrive));

Google Personalized Homepage

Wednesday, December 14th, 2005

Вчора Гугл опублікував Google Homepage API. Це нова забавка для девелоперів. Вона дозволяє створювати власні модулі які можна встановлювати на свій персонифікований гугл. В загальному класна штука.

Google Personalized Homepage

Wednesday, December 14th, 2005

Yesturday Google Homepage API has been released. Looks like it one more toy for geeks. I was playing with it last night trying to make Christmas gift for MapBuilder users ;)

MapBuilder on Google Code

Thursday, December 8th, 2005

Chris DiBona featured MapBuilder on Google Code page.
http://code.google.com (check top right side).
I’m so excited! Thanks Chris!

Maps in FireFox 1.5

Monday, December 5th, 2005

For those who has been upgraded FireFox to v.1.5!
There is a know problem for InfoWindow (popup) layout. Read through this thread on the Google Maps API group for a fix and related discussion. I will monitor this problem and see if it’s necessary to make some fixes in the source code generated by MapBuilder.