Two Directory Source Control is a work flow where you utilize one directory from source control, one directory that you work out of, and you then shuttle between them at your convenience. In this article, I’ll describe how traditional work flows work, the problems with them, and how you can use the Two Directory option to overcome them. This article assumes you know what source control is, what a merging tool is, and the value they bring to your work flow.
(more…)
Category: Flex
-
Two Directory Source Control Workflow
-
Consulting Interviews: Getting Through Recruiters
The first part of consulting is having the initial meeting with the client. Using the Consulting Process, you identify the client’s problem, and determine if you are capable of fixing it. Not currently being with a firm causes me to scout for work (pouring through a TON of emails and phone calls, not all leading to work). A lot of time, I have to go through recruiters, and find the whole process a waste of time, especially when I learn the client wants a full-time & on-site W2 employee and is not at all interested in a telecommuting contractor, needs another skill set, or I cannot fit them into my schedule.
(more…) -
Back in the Consulting Game
I put in my 2 weeks notice 3 weeks ago at Multicast Media Technologies, a Live and On Demand Online Video company here in Atlanta. I was originally hired as a Flex Consultant back in March of 2007. I had taken a 3 month sabbatical to find a product company that jived with my goals, but mostly to play XBox for 2 1/2 months. After that, my wife and I jetted to Sydney, Australia so we could both speak at WebDU 2007 (she got the bigger room). I was pretty re-charged to do some Flex work that March. I even got the opportunity to don the khakis and do some on-site client consulting in California. About 5 months into it, they offered me a W2 position, and I accepted. I still kept the flip-flops.
(more…) -
Found a Use Case for flash.utils.Proxy
Really edge case here, but hey, it’s something.
Background
In creating a Vidego API (video content management API) example in Flash CS3, I ran into problems making an AS3 version from the AS2 version. Flash CS3 doesn’t haven an Accordion component, so I went about using a List instead. My problem with the List in CS3 compared to Flex is that it “expects” the data to have certain properties on it. If your data doesn’t have those properties, it throws an exception. Um… ok… :: face palm :: Yes, I know labelField/labelFunction, but those should be opt-in, especially when you’ve already set a cellRenderer.
(more…)