Philipp Meier put together an excellent EJB Annotation Cheat Sheet for version 3.0.
Month: November 2007
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/
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…
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…
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…