Latest Community News (rss)
1 | Next Page

Using BitmapData to Improve Performance (And One Small Annoyance)

Feb 9, 2010 11:21 PM
Rating: (Total Clicks 10)

Lately I've been experimenting with generative art in Flash/ActionScript 3. Its been pretty fun and I've created some interesting results. In my experience, and I can only assume in most other artists and developers cases, I really got familiar with the Flash Player's performance limitiations. More specifically, I came to truly find out just how [...] (translate)

seantheflexguyTV – episode 02: Flash and the City conference, AIR 2.0, Flex 3 with Java book review

Feb 9, 2010 11:19 PM
Rating: (Total Clicks 2)

Here’s the second episode of seantheflexguyTV! In this episode I talk about the upcoming Flash and the City conference in NYC. I also cover some of the new features and capabilities of AIR 2.0 and do a quick review of the Flex 3 with Java book. This episode should be a little more organized and [...] (translate)

Faster parallel MXMLC compilation using Ant

Feb 9, 2010 10:57 PM
Rating: (Total Clicks 24)

Whenever you have a Flex project consisting of several modules, you can take advantage of compiling those modules in parallel – provided that they don’t depend on each other – using Ant and the Ant-Contrib tasks. In a project with five modules, I’ve seen a speed increase of about 30% compared to normal sequential compilation. [...] (translate)

MULTI-MANIA 2010 is set for May 10-11 in Kortrijk, Belgium

Feb 9, 2010 10:47 PM
Rating: (Total Clicks 5)

Multi-mania 2010 now has a splash page. Looks like Mei 10-11, 2010 are the conference dates. (translate)

YUI Theater — Douglas Crockford: “Crockford on JavaScript — Chapter 2: And Then There Was JavaScript” (90 min.)

Feb 9, 2010 10:41 PM
Rating: (Total Clicks 5)

Last Friday, Yahoo!’s JavaScript architect Douglas Crockford presented the second installment of his Crockford on JavaScript lecture series. In Chapter 2: And Then There Was JavaScript, Douglas surveys the JavaScript language, providing a critical reading of its core features — including new features from ES5. A few tickets remain for the upcoming three events — [...] (translate)

ActionScript Code Analyzer

Feb 9, 2010 10:35 PM
Rating: (Total Clicks 17)

I was making a simple experiment about analyzing code and creating view that show linked classes and used functions, it was just experiment, nothing too big. At the end I have made a small application that analyze ActionScript code which give some information about the code has been written. Application analysis the selected folder and create [...] (translate)

What’s new you ask…?

Feb 9, 2010 10:31 PM
Rating: (Total Clicks 6)

…well, this blog for instance… (not totally new, but renewed anyway ). I haven’t been paying much attention to this blog lately but now it’s time to bring it to life once more! As of February I quit my job and started as a freelance Flash-designer/developer (by the name of Power-up Media) so it was time for a fresh [...] (translate)

Google Maps 4.0 on Symbian with Google Buzz

Feb 9, 2010 10:28 PM
Rating: (Total Clicks 11)

Via AllAboutSymbian, Google Maps 4.0 on Symbian with Google Buzz, download from m.google.com Alessandro (translate)

Tiki Room: My old student documentary

Feb 9, 2010 10:26 PM
Rating: (Total Clicks 5)

This is a student documentary I worked on with another student back in college. We couldn’t use the computer to edit, so there you go: (translate)

JSON differences in ColdFusion 9

Feb 9, 2010 10:25 PM
Rating: (Total Clicks 4)

Today I was trying to figure out a person's problem using my EventCalendar app on ColdFusion 9 and ended up finding an interesting difference between CF9 and older versions of ColdFusion. In the app, jQuery calls a CFC which returns a query dataset in JSON format. Here are the two different JSON returns for the same call to the same CFC.When running in CF8 {"ROWCOUNT":1,"COLUMNS":["ID","TITLE","BODY","STARTTIME","ENDTIME","READONLY"],"DATA":{"id":["B434F6C3-D806-2328-29EA369C70E81CA5" ],"title":["rfrf"],"body":["erfer"],"starttime":["February 11, 2010 10:00"],"endtime":["February 11, 2010 13:30"],"readonly":[false]}} And now in CF9 {"ROWCOUNT":1,"COLUMNS":["ID","TITLE","BODY","STARTTIME","ENDTIME","READONLY"],"DATA":{"ID":["B434F6C3-D806-2328-29EA369C70E81CA5" ],"TITLE":["rfrf"],"BODY":["erfer"],"STARTTIME":["February 11, 2010 10:00"],"ENDTIME":["February 11, 2010 13:30"],"READONLY":[true]}} It's very slight but at the same time it was breaking my jQuery code. The column (translate)

1 | Next Page