Funny faceFunny face

Last week I delved into a little-known corner of Wicket that can crank out custom button images on the fly.

Good stuff. But if it’s so easy to render text on the server, why stop with buttons? You could use this trick to render dynamic text, with any available font.

Similar functionality is a low-tech but liberating feature of Apple’s iWeb page creation app. You can use any typeface you want while editing and it’s transparently rendered into an image as you export to HTML. Some people consider this an abomination, and assume its users will cede to the childish whim to pick a crazy font.

And yet I’ve never worked with a grown-up designer who thought that typography ended with Georgia, Arial, and Verdana. There’s a whole world of faces out there, and the technology for rendering them has been improving everywhere but the Web. It’s time to change that.

In that spirit, I’m adding RenderedLabel to Databinder. It’s like a Label, but its model is rendered as an image (with alt attribute) using any typeface available to the JVM.

I’ve written a new example application around this feature—partly because I think it’s so rad and partly because I think bookmarks a tad too complicated for people who’ve never seen Wicket. (It’s hard to resist the temptation to pile on features to rudimentary examples.)

The new app is called graffiti, and I’ve set out to fulfill the worst fears of those who hate image-rendered type by choosing the zaniest possible typeface. Its page class is TheWall. Normally I don’t host running examples until the Databinder revision they’re attached to is released, but this is just too cool.

Scrawl away.

Codercomments

Good stuff! I would be very interested to have a component like that in our extensions (or maybe even core) project. What about that? I think it would get better exposure.

Oh, and if you have more nice ideas/ components that are not directly data(binder) related, please don’t hesitate to suggest them for wicket-extensions/core

Anything you want from net.databinder.components you can have. I’m about to give word-wrapping for this component a go. Not for paragraphs or anything (even I think that would be an abomination) but for long headlines.

Nice, that’s good to know. However, I’d like to leave the initiative of proposing components like that with you. You could send a patch to dev or attach it to a feature request. It’d be awesome if you would get through the trouble.

Speaking of abominations… SourceForge’s bug tracker…

But, fine, I’ll quit making excuses. When I think this thing is as good as it can possibly be, I’ll propose it for inclusion. The only other thing I want from it is alpha-transparency, but I don’t think Java 5 is gonna give it to me.

Cheers Nathan

Nice job!

Thanks!

I added alpha transparency, but turned it off by default since IE does its ugly old gray thing with it.

Either I missed it, or you added it recently, but an Ajax preview? Man, you’re one wild dude! :)

Yeah, I added that at some point. Glad you like it!

Add a comment