20031024 Friday October 24, 2003

At the game

Nuggets behind by 6 at halftime.

Nuggets behind by 6 at halftime.
Posted in General at Oct 24 2003, 11:47:55 PM MDT

Guys night out

Light Rail to the Nuggets game.

Light Rail to the Nuggets game.
Posted in General at Oct 24 2003, 11:47:46 PM MDT Add a Comment

Real world speed tests for Panther? Everyone keeps saying that Panther is much faster than Jaguar. So let's get some real world proof. I'm looking to run 2-4 tests on my top-o-the-line Powerbook - first on Jaguar (today) and then on Panther after I upgrade (tomorrow). Hook me up with your suggestions! Posted in Mac OS X at Oct 24 2003, 07:35:12 AM MDT 6 Comments

How can I import local html/text files into a JSP page? I posted the following message to the taglibs-user mailing list, but thought I'd do it here as well - since I know I have some smart readers.

I have a requirement to allow reading of "assets" for a website from a local CD. These assets might be images, flash movies, html/text pages, etc. I've got everything working but rendering html/text. When I do the rendering of text/html online, I use <c:import url="/assets/filename.html"/>, and offline, I do <c:import url="file:///e:/assets/filename.html"/>. I can enter this fine in Mozilla and the page will come up, but JSTL's c:import tag says it can't find the file.

2 questions:

1. Can I use c:import to import a local HTML file onto a page?
2. If not, is there any way to do this?

Any ideas? Posted in Java at Oct 24 2003, 06:02:01 AM MDT 11 Comments