Category Archives: Open Source

How I Overcame My Fear of Flash

Long ago I remember the first Flash site I ever saw–spinning gears replaced typically boring site navigation and sound illuminated a previously silent web. My jaw dropped and I said to myself, “I want to build these kinds of websites!” After playing with Flash Professional for days, I realized that my mathematically inclined brain just [...]

Also posted in Flash Player, Flex, Linux | 50 Comments

HowTo: Reduce the size of your Flex app

Flex 2 added a neat little feature which allows you to load Runtime Shared Libraries, from other domains. And since the browser caches these libraries in theory we could all point to a central set of Flex 2 Framework RSLs and users of your application would only have to download the RSLs the first time [...]

Also posted in Flex, RIA | 65 Comments

Flex Paint – Flex Display Object to PNG

UPDATE – I’ve created a new version of Flex Paint which doesn’t require the server roundtrip. Flex allows you to easily create beautiful UIs. But what if you want to take a piece of the UI and save it as an image? Well, using Tinic’s AS3 PNG Encoder, Remote Object, and Flash’s BitmapData and ByteArray [...]

Also posted in Flex, Java, RIA | 109 Comments

Building Mozilla Firefox 0.9 rc1 From Source on Gentoo

Yesterday Mozilla released Firefox 0.9 rc1 and I just couldn’t wait any longer for the ebuild, so I figured out how to get it built from the cvs source. The instructions are posted on the Gentoo Forums. Not a big deal, but I thought this was blog worthy since it was fun and exciting. I [...]

Also posted in Linux | Leave a comment

Enterprise PHP?

PHP is no doubt a great web programming platform. It is simple and fairly robust. About 90% of the time I want to find an open source web app for something, there are at least 5 written in php. It seems to have become the de-facto standard for simple web apps. Currently I spend most [...]

Posted in Open Source | 4 Comments

The JCP And Java Standards

My friend Mike came across an interesting wiki on Struts/JSF by Craig McClanahan himself… Struts – More About JSF It’s an interesting wiki post… One comment I found interesting is: Every technology goes through a lifecycle of innovation, followed by popularization, followed (often, but quite often in the Java world) by standardization, followed by commoditization. [...]

Also posted in Java | Leave a comment