Tag Archive | "guide"

Explanations of Common Java Exceptions

Tuesday, February 24, 2009

0 Comments

Huge thanks to Marc Chung for sending along this great reference. It’s a breakdown of all the JDK exceptions and textual descriptions of what they represent — so if you are designing your own API or just working on your own app and want to make sure your use of particular exceptions (e.g. IllegalArgumentException) is [...]

Continue reading...

Develop using the Play! Framework

Wednesday, December 17, 2008

5 Comments

Not too long ago I posted an article on the Play! framework. The framework has some promising features that really helps develop web applications in Java. To show how easy it is to use, I wanted to demonstrate with an example. Update #1: Since the article posting there have been a couple of suggestions for [...]

Continue reading...

The Play! Framework

Wednesday, December 17, 2008

2 Comments

In an endless search for efficiently building Web applications, one might stumble upon a new framework called Play! Using enterprise backed Java with a Rails-esque feel, the Play! framework seems to offer quite a bit over traditional web development tools with its straightforward development environment and ease of deploying. Taken from the website: The Play! framework makes [...]

Continue reading...

CSS Slicing Guide and XHTML/CSS Page Design Guide

Thursday, August 14, 2008

0 Comments

When I first got into web development, the new layout craze for websites was “table layouts”. The idea that you could slide and organize everything in a grid (using <table> tags) was a godsend for designers. All you had to do was learn how to “slice” your Photoshop mockup into the appropriate squares and they [...]

Continue reading...