Go...
Welcome
Feeds
Building a tag cloud in Java
Posted by ccondit on 11/2/06 @ 1:14 PM :: Updated by ccondit on 6/27/13 @ 8:22 PM
Tags :: :: :: ::

You've seen them. Maybe you like them, maybe not, but Tag clouds are here to stay (at least until someone invents something better). This article details how the tag cloud for this web site was created.

Site update
Posted by ccondit on 11/1/06 @ 7:00 PM :: Updated by ccondit on 11/7/06 @ 1:19 PM
Tags ::

It's been a little while since the site launch, but I've been busy with some updates. Most of them aren't user-visible just yet, but are necessary for the upcoming registration and comment system.

The one notable exception is the new tag cloud, which will be the subject of an upcoming article.

JSESSIONID considered harmful
Posted by ccondit on 10/19/06 @ 2:33 PM :: Updated by ccondit on 7/2/09 @ 6:15 PM
Tags :: :: :: ::

One little-known feature of the Java Servlet Spec allows for encoding session identifiers in URLs. In theory, this allows browsers without support for cookies to maintain session state with your website. In practice, however, there are several problems with this approach...

« 1 2 3 4