Nate's Programming Blog

It’s one of the coolest new techniques I’ve learned. Hate having ugly javascript events in your html? Want to get rid of them entirely and also take advantage of caching all the javascript to a static file? Well now you can with unobtrusive javascript. Basically the idea is that you can use the onload event […]

top

Well I broke down and bought Madden 2006 last week. I hope I get a chance to play it more. I got to put in a little game time a couple of days ago and it has a lot of the same features that I got used to in 2005. It does have this new […]

top

Just wanted to let everyone know I discovered a bug with firefox/Mozilla/Netscape/Opera today. It seems that if you try to create a text node using javascript DOM that is over 4096 bytes, it will break the text node into multiple text nodes of 4096 bytes or less. If you want to reconstruct the text, you […]

top

I finally sat down and worked through setting up acegi security and using spring mvc. I have to say I’m pretty impressed. It really wasn’t all that difficult to setup. It took a little work, but I think I have a pretty good grasp of what’s what. I used the authentication DAO to setup security […]

top