Subscribe to
Posts
Comments

Archive for the 'Technical' Category

Radio Shack

Originally uploaded by switchhook.

So Wednesday my power supply for my DSL modem broke as you can see in this picture. I was very unhappy. I called my DSL provider and it was going to take days to get a new one. So I went to Radio Shack […]

Xerces And DTD’s

So I have been working with Xerces and Jdom
It turns out that even when you turn off Validation the XML Parser will try to download the DTD and error out if it can not download it.
I took me quite a while to figure out how to do it.
I needed to create an EntityResolver that […]

FinkCommander & Mac Tiger

So just like everyone else I upgraded to OS 10.4 as soon as it was available.
I have had some problems with some of my programs. Today I tried to use Fink Commander and nothing would install.
I went to this page and told me how to update fink commander.

fink selfupdate
fink scanpackages
fink update-all
Then I had to run […]

Xdoclet And ValidatorForm

I have been using Xdoclet with java for a while.
I just started using ValidatorForm with it and I have had many many problems.
The Xdoclet does not create the FormBean if I extend the ValidatorForm. So I have to put the Form Element into the Merge Directory .
I am wondering has anyone else has this […]

Spell Check

Wow!!!!!!!!!!
I finally got Spell check installed on my WordPress. It took me quite a long time.
I downloaded the plugin and got it configured it.
That was the easy part.
Then I found out that I need Aspell. So I tried to install it on my box. Well First I did not have C++ installed […]

I just recently found my self using Tomcat with Velocity and Struts
And as would be expected I needed to use more than one Tomcat server for load balancing and Reliability so I looked into how to Cluster Tomcat.
There are 3 options with tomcat 5.0

Save your session to a file
Save your session to a database
Use Tomcats […]

« Prev