My last big project was the development of a public-facing web site. One of the issues that such web sites face that isn’t a problem for internally-deployed apps is browser …
Pac-man has been fully implemented in HTML5. The developer took the image assets from the original Pac-Man arcade game (as playable on MAME) and built the rest of the game, …
Ben pointed out Dive Into HTML5, a Creative-Commons licensed guide to HTML5 features. I’ve been idly reading through it while waiting for tests to run. I’m just through Chapter 1, …
I ran across this back in December, but completely forgot about it until BC and I were talking about iPhone apps the other day. WordLensis an iPhone app that translates …
Something that I should have done before now is to get a much better grasp of Javascript. I was thinking of creating a “Javascript for Java programmers” series of blog …
If your application has to store credit card or other payment card information, it’s important to keep the PCI DSS (Payment Card Industry Data Security Standards) in mind. These are …
There is a tendency when programming GWT apps to use a lot of layout components. This might stem from the fact that all of the samples in the showcase use …
From the website: “Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications.” We’ve used the technology successfully in a couple of projects.Other posts about …