Archive for October, 2004

Cool Election What-if Tool

Published 4 years, 2 months ago

The LA Times has a cool web page that lets you look at different scenarios for the election. It really shows how close this election race is. Looks to me that Florida, NJ, and Ohio will probably decide the race. It will be interesting to look back at this in a week or so and […]

Test

Published 4 years, 2 months ago

This is just a dummy post to test the Wikifier plugin. Will this link to [[Resume|My Resume]]? And this will link to [[Resume]]. How about a second CamelCase?
How about some Java code:<java>/** * Provides way to view text that is too large for one screen. Code borrowed * from the <a href="http://www-edlab.cs.umass.edu/~jmichals/HMEMail/">HMEmail</a>  * app created by Jason […]

Good Dimensional Modelling Article

Published 4 years, 2 months ago

This article by Margy Ross & Ralph Kimball (found on Mark Rittman’s blog) provides some good discussion on common criticism’s of dimensional modelling. Reading it makes me reflect on the challenges in our warehouse and how we’ve probably fallen into a few of the traps they mention. Most of ours come back to not doing […]

Converting web app to mobile - Part 2

Published 4 years, 3 months ago

So, we’ve decided to go with a seperate app deployment for the mobile interface to our myrmc application (original post). We’ll keep it all in the same source module, just have a seperate struts-config for the mobile pages, and modify our build script a bit to get the 2 deployments right.
We have started on XHTML mockups […]