Google caching my brain, please disregard.
When using overflow:hidden to clear floats, IE 6 may need you to give the element a width or height (often 100% works fine).
overflow:hidden
WO Movies Example DB
I am slowly creeping towards the completion of the third WebObjects screencast. In preparation, I’ve created a tweaked version of the Apple Movies database tuned for MySQL and Wonder. You can grab the db dump and EO Model here. The model uses the MySQL protopypes from Project Wonder and the db dump matches it.
WWDC08 Sold Out
The news that WWDC has sold out is causing some consternation in the Apple Dev community. The unexpected news (due to the rising popularity of the platform and the introduction of the new iPhone track at WWDC?) has caught a number of developers off guard. Accustom in past years of being able to register right [...]
Advanced WOComponent API Validation
WebObjects WOComponents are comprised of two files and a bundle. For example a WOComponent named “MyComponent” would have a bundle called MyComponent.wo, a Java file called MyComponent.java, and an API file called MyComponent.api.
Usually the majority of your time is spent editing the content of the .wo bundle and adding logic to the .java file. But [...]
WOLips Cheat Sheet
Download it here. I’ve updated it a couple of times with suggestions, but if its still missing anything obvious let me know in the comments.