Zachary Berry

Designer & Developer

Dynamically Rescaling Flex Applications

For a project, we’ve been meaning to implement some accessibility features such as providing the ability to resize all of the text in the application. The problem with this is that it requires a lot of overhead to build your application so that it can handle dynamic text sizes. I wanted instead to try some scaleX and scaleY action on the entire Flex application, emulating the way Firefox (and other similar browsers) now handle page resizing.

For the most part, this worked really well. You need some UI to set the scale value (for example, a slider component). Then, in your application you can just set the scaleX and scaleY values to the value of that component.

Continue reading...

Automatically Ripping FLAC Files to mp3s Via Shell Script

Disclaimer: These instructions are for Ubuntu (or other Linux distro).

Being somewhat of an audiophile, I’ve been encoding my music in lossless FLAC format for a while now - which is great, except when you want to put them on an iPod (which of course, won’t play FLAC files). One option would be to convert these files to Apple Lossless, however, I don’t mind sacrificing some quality to be able to put more music on my iPod. Plus, I probably couldn’t tell the difference while I’m listening to the iPod anyway.

Therefore, I wanted a shell script that I could run that would find out which files I had recently added to my collection and convert them to mp3s (preserving metadata). Then, I could grab those mp3s and put them into gtkpod or iTunes.

I created the shell script below borrowing liberally from other similar scripts I found online.

Continue reading...

Required First Post

Jello!

Since I’m starting a blog, I have to get the introductions out of the way. I’m Zachary Berry, a web developer with a leaning towards Flex and Flash work. Since the end of 2004 I’ve been working as a Web Application Designer & Developer at the University of Central Florida under the New Media team. Before that, all of my web development work was simply various experiments, home-pages, angelfire sites, and the like.

Continue reading...