Archive
for the “Geek” Category
- June 29, 2009
Loading and using CSS in AS3.
I should make it a habit to post things I know I’m going to forget. For instance, here’s some info on using CSS in Flash: Supported CSS properties color | color Only hexadecimal color values are supported. Named colors (such as blue) are not supported. Colors are written in the following format: #FF0000. display | [...]
Read on- May 5, 2009
Nerd humor.
Geeks, I enjoyed reading through some of these comments. Hope you will to. http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered-closed
Read on- February 16, 2009
Remote content loading in AS3. Phew!
I did a little research recently when trying to figure out the ins and outs of transferring content over to a CDN. Doing this should save both load time and money, but figuring out security issues with Flash content that loads from remote, sometimes unknown locations can be frustrating. Here’s what I’ve learned: Several things [...]
Read on- January 17, 2009
Cold == code.
Rolled out of bed on this fine Saturday morning and strolled over to the farmers market to find that the cold had kept even the farmers in bed. Neither buyers nor sellers were out in their usual numbers. That was enough to convince me that today was best spent indoors.
Read on- January 15, 2009
Finally!
I sat down last night to start thinking about how I was going to build yet another customized video player (this time with bandwidth detection) for an upcoming project. By this time I’ve got a good base of code to go off of for these types of things as it seems that every other project [...]
Read on- December 22, 2008
(i >> 1) > (i/2)
Just discovered this AS3 performance tester. Pretty helpful tool for those that work in Actionscript all day. Besides seeing how I can fine-tune my code, I’m learning a lot of syntax that I hadn’t seen before.
Read on- November 21, 2008
I am a statistic.
I just got my invite to the DAYTUM BETA. Check out my DAYTUM page. Daytum is the brainchild of Nicholas Felton who I first read about in a Print Magazine article. He’s most well know for designing and printing an annual report on himself (see 2007). This recently evolved into Daytum, where users can track [...]
Read on- November 17, 2008
Development alternatives.
I just finished reading the first in a series of blog posts by developer Jesse Warden on Agile development practices. It’s long, but I have found it really insightful to read about how others do things to deal with the same issues we all come across. http://jessewarden.com/2008/11/agile-chronicles-1-stressful.html As I understand it, Agile development is a [...]
Read on- October 6, 2008
Ok, I might donate now.
As some of my colleagues may know, I’m a diehard fan of Jack Doyle’s TweenLite/TweenFilterLite/TweenMax when it comes to making things animate in Actionscript. Today he introduced TweenGroup for managing multiple tweens! I’ve been coming up with my own ways for simplifying the construction of a sequence of tweens, but this utility is by far [...]
Read on