3 Jan 01:15 I have finished coding my application for my hands-on session at 360:Flex Atlanta. The goal of the session is to walk attendees through building a simple application. You may download the source code for Surfing Stats using the download link. The Flex framework is very powerful and offers lots of powerful functionality. I had trouble limiting myself in scope. I only have 4 hours to teach so I want to make sure I leave the students with a functional and instructive application. 20 Dec 05:46 Shannon Hicks, who is a wealth of Flex Knowledge, gave me the solution for this problem. Apparently, an earlier version of the Flash Debug player incorrectly assumed debugging mode. The solution is to use an updated Flash Debug player. You can find a suitable version inside the installation for Flex Builder 3. Mine was located here: C:\Program Files\Adobe\Flex Builder 3\Player\win I am using Flex Builder 3 Beta 2 and it works. 28 Nov 00:10 Where is the Debugger or Profiler running? Why, localhost, I presume..... Recently I installed Flex Builder 3 on a new machine and experienced an error when running/debugging Flex applications. What would happen is: I run a Flex application A popup loads asking "Where is the debugger or profiler running?" I select localhost The popup briefly disappears The popup returns asking "Where is the debugger or profiler running? 6 Nov 00:09 On October 24th, Rob Zelt presented Silverlight to the Raleigh Durham Adobe User Group. I blogged about this on Nodans.com and promised to keep an open mind. Silverlight is an impressive piece of technology in its own right. I was impressed by a number of features in the technology. A number of misconceptions I held were dispelled and I throughly enjoyed the presentation. 1 Nov 02:02 Christophe Coenrates, a man I deeply admire (and whose job I covet) released a sweet SQLite Administration tool. I downloaded it last night and was playing with it. It is a very nice example of an AIR application. When using the tool, I attempted to execute several sql statements and received an error. The error was caused by single quotes in my sql statement. insert into [ContactType]([ContactTypeID], [Type]) values(1, 'Friend'); Thankfully Mr. 31 Oct 23:27 I am working on some AIR projects now. AIR has SQLLite embedded into it. While looking around for a good way to manage SQLLite databases, I came across a post by Critter Gewlas titled Easy Administration of an SQLLite Database. There is a freeware version with a very solid feature set. The professional version adds a trigger management UI, a Query Builder and some other enterprise level features. 22 Oct 21:40 This morning MXNA was down once again. Thinking the error was on the specific blog I was on, I contacted the owner. After a few more minutes, I realized it wasn't the bloggers site, but MXNA. I am a little slow getting started this morning, so it didn't dawn on me to blame MXNA first. Jim, I am sorry for the confusion. For a seamless aggregator experience, you should be using the more reliable ColdFusion Bloggers or All Your Flex Are Belong To Us or http://www.feed-squirrel.com/ or http://www. 18 Oct 09:10 On the 23rd of October, the Raleigh Durham Adobe User Group (RDAUG) will meet for a presentation on Silverlight. ( Silverlight is an emerging technology by microsoft for Rich Internet Applications) I do not know much about Silverlight and will be in attendance. I'll try to keep an open mind. This, of course, means no heckling. After the presentation, there will be a meeting of the Flex Study Group. 15 Oct 21:05 AllYourFlexAreBelongToUs.com is a brand new aggregator of Flex information and was recently launched by Scott Stroz, a stand up guy and authority on Flex. AllYourFlexAreBelongToUs.com is a very lovely looking site and kudos to Scott for donating his time and resources for the community at large. Flex is in a period of immense growth and it is important to stay informed of the latest in Flex Development tips, tricks and techniques. Subscribe to the AllYourFlexAreBelongToUs. 8 Oct 21:18 When I tried to install Subclipse into Flex Builder 3 beta Standalone version, I got an error claiming org.eclipse.jdt.core was missing. A recent post by Joao Fernandes pointed me in the right direction. In my case, I needed to update the Java Development Tools and the Plugin Development Environment. |