Archive for the 'programming' Category

a bite isn’t what it used to be

Tuesday, February 5th, 2008

So recently I’ve been learning this new programming language, FLEX, and have been very impressed with how powerful it is. That is to say, how much power it takes to run the goddamn thing. The benefits of having this rich environment are completely subsidized by todays computer climate. My app which is […]

another update

Monday, February 4th, 2008

just a quick update, trying to keep a schedule of some sorts (ie. put something up once a day sporatically)
i’ve been trying to get a drag and drop menu to work but the problem is I can hard-code it no problem, but that is very, very cumbersome and since flex doesn’t support CSS, only SS […]

deep linking in flex

Wednesday, January 30th, 2008

So I was looking into deep-linking, which is the practice of getting flash files to use the browser back button so that users feel comfortable navigating the app.  Most of the time, hitting the back button will just go back to the last ‘page’ viewed and then when the ‘forward’ button is hit your dumped […]