Posted on May 23, 2008 by lklemme
May 28-29, 2008: two-day Google developer event, Moscone West, San Francisco, CA
Google I/O features: OpenSocial, Google App Engine, Android, Google Maps API, and Google Web Toolkit….
Filed under: Event, Google, Web 2.0 | Tagged: development, Google, programming, San Francisco, Web 2.0 | Leave a Comment »
Posted on May 19, 2008 by lklemme
Exciting Stuff! Google introduced the preview of Friend Connect to developers. Friend Connect is an amazing tool that allows webmasters a quick and easy way to add social features to their existing websites. … Want to be part of the beta?
Filed under: Google, Web 2.0 | Tagged: Friend Connect, Google, programming, social web | Leave a Comment »
Posted on May 11, 2008 by lklemme
Brilliance?
Well, this may be a bit of an overstatement, but organization, productivity and even creativity exist behind a messy desk.
Quite a bold statement, isn’t it?
A popular view of a messy desk suggests just the opposite – chaos and disorganization. I won’t bother to cite references for this one; you can find them on your [...]
Filed under: Cognitive Science | Tagged: Cognitive Science, Dr Jay Brand, messy desk | Leave a Comment »
Posted on May 4, 2008 by lklemme
I hadn’t really noticed how often the ‘Hello World’ code is used. It is the same awareness that you have when you learn a new word – suddenly it is everywhere – in conversations, on TV, in books… Well, the same thing seems to be happening with the ‘Hello World’ code. In just the [...]
Filed under: Uncategorized | Tagged: hello world | Leave a Comment »
Posted on May 1, 2008 by lklemme
OK. So everyone’s first blog entry has “Hello World” as the default entry; every first program does too for that matter.
I couldn’t resist, so I looked up the original C program code.
#include < stdio.h>
void main()
{
printf(“\nHello World\n”);
}
Isn’t it beautiful? Even elegant?
Code is poetry.
At least that’s what I’ve heard that they [...]
Filed under: Uncategorized | Tagged: first blog, hello world | Leave a Comment »