java

programming

My time at Sun Labs and pyaura

My internship at Sun Microsystems Labs, which has been going on for about 15 months - 9 of those full time at their campus in the Boston area - is coming to an end. During the course of those months, I've met a lot of very smart and fun people, I've worked on very challenging and stimulating problems and I've discovered a bunch of really good New England beers.

Read
web

Ways of setting a CSS property to an element in Google Web Toolkit [UPDATED]

This post talks about ways to add or modify a CSS property of an element in Google Web Toolkit (GWT).

Read
web

GWT, state and external application-handled links

I came across the problem of having to open an external link (handled by a specific application, in this case Spotify from a Google Web Toolkit (GWT) application. The link does not load an actual page in the browser but only triggers Spotify to play songs from the artist specified in the link.

Read