Table drag’n'drop
October 17th, 2007Prototype and script.aculo.us javascript libraries gives you the possibility to sort list elements in a webpage by dragging them around using Sortable.create.A good example is rearranging <li>’s nested in <ul> but you can also drag <table>’s inside <div>’s.In the comment there’s a full example - just place prototype.js and scriptaculous.js alongside your HTML page.
Weblogic 9.2.2 on Mac OS X
October 17th, 2007Installing Weblogic Server 9.2.2 on Mac OS X (10.4.9) is no hazzle.
Download Weblogic 9.2 MP2 from http://www.bea.com - choose the HP-UX (11iV2, 11iV3, Itanium) version.Run the installer from a terminal:
java -Dos.name=unix -jar server922_generic.jar
