Recent Posts | All Posts
"Eager Loading" in Actionscript 3
November 11 2009
Last week, I wrote about the Lazy Loading design pattern. There's not much written about its opposite, Eager Loading, in ActionScript 3. The reason for this is simple–true eager loading can't be done in AS3 itself, it has to be... read moreOctober 30 2009
Wikipedia defines Lazy Loading as "a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed." Typically, we do this to make an RIA application more responsive–since we're not... read moreInterfaces and Dynamic Class Instantiation
October 27 2009
I always enjoy Jesse Freeman's Flash Art of War column, and this week's, "Dynamically Creating(/Instantiating) Classes from XML," was especially intriguing. The thing that stuck out to me about that post is that if you are creating objects dymanically, you... read moreOctober 19 2009
I didn't get a chance to go to MAX this year, unfortunately. But since my husband did make it, and he is both a Community Expert and a User Group Manager, you can probably imagine that I got an earful... read moreOctober 11 2009
My general idea last week was that I was going to whip together a tutorial similar to last week's post, where I used Flex Builder's design view to build something like this: --> Content on this page requires a newer... read moreEasy Flex Skinning with Fireworks CS4
October 02 2009
I'm as excited as anyone about the prospect of Flash Catalyst, but I recently discovered that skinning in Flex 3 is down right easy. When I first was learning Flex, I had Studio 8, so I managed to completely overlook... read moreDebugging the Flex Invalidation Cycle
September 20 2009
When I was first learning Flex, I really struggled with using the component life cycle. I was really lucky, since I was asked to provide the "newbie eyes" for an article in Flex Authority magazine. I learned a lot from... read more64 Bit Windows, IIS, and Microsoft Access (part 2 of 2)
September 15 2009
Last week, I discussed how to see your installed 32-bit ODBC drivers on 64-bit Windows. I'd like to talk a bit more about why 32 -bit ODBC drivers, especially tha Microsoft Access Jet Driver, doesn't work by default on Internet... read more64 Bit Windows, IIS, and Microsoft Access (part 1 of 2)
September 06 2009
We all know that Microsoft Access is not the right choice for enterprise databases. But there's no doubt that sometimes it is the right choice. Whether it's a quick prototype or an application that needs to have roughly the same... read moreAre We Ready for Universal Augmented Reality 1.0?
August 30 2009
I'll admit it. My husband, Steve, has a severe case of gadgetosis. Because of this affliction, we've invested some of our savings in a company called Microvision. At first, to me, this company was nothing more than a good... read moreAugust 19 2009
One thing I've noticed lately is that it's sometimes hard to find basic beginner to intermediate level information on many of the subjects that we, as developers, care about. Whether it's pointing a newbie to a "how to get started... read moreAugust 14 2009
In the past, I've talked about the advantages of telecommuting. Today, I'd like to talk about the mechanics of telecommuting. Specifically, how to communicate when none of the members of the project are colocated. In the past, I've participated in... read moreAugust 01 2009
A couple of months ago, I got a brand new Dell laptop. To future-proof it, I ordered it with enough RAM that it needed 64-bit Windows to fully use all that muscle. So, once my in-house IT department (AKA my... read moreJuly 20 2009
Last time I talked about CSS on this blog, I got a lot of feedback, and let me tell you, I'm all about the attention, so I thought I'd give my take on the CSS vs. tables debate. I've... read moreJuly 04 2009
Lots of RIA's use web services, and one of the more tedious parts of writing a service can be looping through all of the rows in a recordset, adding nodes, setting their attributes, etc. I spend a lot of time trawling... read moreRecent Posts | All Posts