Friday, March 6, 2009 By Scott
We just launched a new web site for ZillionTV, a start-up in the Bay Area that has a revolutionary new idea for video entertainment.
Declare your independence from one-size-fits-all television. The ZillionTV™ Service is all about putting you in control. Choose the shows you want to watch, when you want to watch them; choose the ad categories you want — or watch no ads at all. It’s your very own personal television experience.
Click to view site

Thursday, March 5, 2009 By Malcolm
Most people are getting pretty hyped on design patterns and frameworks these days. Most of what I have seen floating around though is the use of MVC. MVC is a really nice pattern, and I wish I had known about it when I was doing a lot of PHP work as it would have saved me at least 100 huge headaches. When I looked at rails I was really impressed with how easy it made it to change the application view and data as two very isolated entities. Now there are tons of frameworks available for flash that use this pattern. PureMVC and Cairngorm are both really nice options that encourage loose coupling. If your project is big, or has multiple developers involved than using one of these frameworks is going to be the way to go. Your application will be scalable and multiple people can pick out their own parts to work on without messing with the others. This is flash though, and a lot of times you are not building something this big.
Continue Reading >>