EJB Annotation Cheat Sheet

Philipp Meier put together an excellent EJB Annotation Cheat Sheet for version 3.0.

Published
Categorized as Uncategorized Tagged

JavaScript Cookbook

No, not the O’Reily book, this is a good website that has a lot of JavaScript code, in case you find yourself in need… http://www.java2s.com/Code/JavaScript/CatalogJavaScript.htm As you might imagine, there are examples for more things in the entire website… http://java2s.com/

Published
Categorized as Uncategorized Tagged

Client Side Collapse/Expand

Want to do it directly with javascript? Here’s an example, including changing a collapse/expand button, that I snagged from somewhere…

Published
Categorized as Uncategorized Tagged

Block Enter Key Submit

Sometimes you want a form to submit when the enter key is pressed, most times you don’t… here’s the code to block it from happening…

Published
Categorized as Uncategorized Tagged

Phatch

Phatch sounds like an interesting application… basically a batch processor for photos. I’ve been using ImageMagick for a while now, and it seems to have more options, but Phatch might have some good uses for pretty drop-shadows, etc. Something to play with later…

Published
Categorized as Uncategorized Tagged