Thursday, June 10, 2010

Flash Player 10.1 Released

Adobe has release Flash Player 10.1. Go get it!

Tuesday, February 23, 2010

IPod Touch and IPad Alternatives

When Apple closes a door somebody opens a window :) Here are some alternative devices to Apples IPod Touch and upcoming IPad.

IPod Touch -> Zii
IPad -> Joojoo

Thursday, June 18, 2009

Ajax vs Flex vs Silverlight vs Other

HTML 5 has been causing a real stir in the RIA community recently. There has been a rise in "Flash Killer" articles and blog posts. I guess everybody has a right to their own opinion. The problem I have with nearly all of these stories is what they choose to compare. You can't just compare Flex to Silverlight for example because they're composite platforms. A more accurate comparison would be Flash Player vs Silverlight Runtime. Nearly every Flex vs Silverlight article I've read treats Flash and Flex as one entity and it's not. Here is a list of what I believe to be valid comparisons.

Flash Player vs Sliverlight Runtime
Flex SDK vs Silverlight SDK
Flash + Ajax vs Flash + Flex SDK

One comparison I would like to see more of is the Flash + Ajax vs Flash + Flex SDK. How does Ajax compare to Flex when you allow the use of Flash to fill the gaps in Ajax. When working with Ajax applications there is nothing wrong with using Flash just were you need it. I have recently discovered Ext JS and so far my experience has been alot better but only time will tell. I'm about to port a large Flex application to Ext JS :)

Thursday, April 09, 2009

Flash Pivot Table Component

I've been searching for a Flex based Pivot Table component. I found one offered by FlexMonster. It looks really cool and is able to handle large datasets. There is only one small problem. I can't download an evaluation and nobody is responding to my email. If anybody knows of a better way to get a hold of the guys at FlexMonster. Let me know :)

Friday, November 21, 2008

RadTools

I have launched a google code project called RadTools. It's a place where I can post my collection of useful tools I use to make my application development a little faster and easier. My first tool is a PureMVC template for Flash Develop 3. I've had these project and file templates on my PC for months. Now I am able to give them an official home where they can be maintained. I have a WebOrb .NET project template for Flash Develop as well but its not quite ready but as soon as its done I will create a zip file for it.

Friday, November 07, 2008

It's my Birthday

Today it's my birthday. I am 30 yrs old. Let see what the next 3o yrs will bring :)

Friday, October 31, 2008

Flex on TopCoder

TopCoder is now offering Flex/Actionscript 3 competitions. In the past TopCoder has only offered Java and .NET competitions. This is a great opportunity for the Flex community to test their skills and earn a little cash. Let the games begin :)

Friday, October 24, 2008

Actionscript 3 HMAC: Keyed-Hashing

I have implemented the HMAC (RFC2104) in actionscript 3 using the as3 core library. I have submitted a patch to as3 core lib. I developed the HMAC library because I needed it to perform the CRAM-MD5 for my actionscript 3 mail api project AsMailer. The HMAC library has been tested for MD5 and SHA1. The library can support other hash methods but they have not been tested.

Wednesday, September 03, 2008

asDox Alpha 2.1 Released

I have updated the asDox project and release 1.0.0 alpha 2.1 which contains some minor bugs fixes with imports and file encoding. I like to thank Eamonn Faherty for reporting these issues. I have not had a lot of time to work on asDox but that is all about to change. I am working on a new Flex + WebOrb + Doctrine project in which I am using asDox to generate the Doctrine Records, PHP DTO's, and the PHP DAO's. I will try to blog my progress for those who are interested.

Thursday, May 08, 2008

asDox Alpha 2 Released

I have released asdox-1.0.0-alpha2 . The grammar has been rewritten and tested against the Flex 3 SDK. The wiki examples have been updated as well. This Alpha 2 version does not return JavaDoc tags information. I am planning to implement JavaDoc's in the next release.

Monday, April 21, 2008

New AS3 grammar for asDox

I have been working on rewriting the Actionscript 3 grammar for asDox. The original grammar could not parse files from the Flex 3 SDK but the new grammar can parse all 647 source files. The Flex 3 SDK has been a really great test for my AS3 grammar and I learned quite a bit about what is valid AS3 syntax. Now that I can successfully parse AS3 files the next challenge is to assemble a model from each of the AS3 elements: Methods, Classes, Packages, Metadata, JavaDocs and Variables. I hope to get an Alpha 2 release out very soon :)

Monday, April 07, 2008

PureMVC Flash Develop Templates

I have updated the PureMVC Flash Develop Project and File Templates to work with PureMVC v2.0.3 and Flash Develop Beta 6. You can download the latest templates here.

Tuesday, February 19, 2008

Generating PHP Value Objects with asDox

I am working hard on documentation for asDox. The project is still in Alpha but I wanted to focus on some example uses for asDox. I have just posted a new Wiki page titled Generating PHP Value Objects . This is a great example of the how asDox can make life easier when creating Flex applications that use RemoteObjects. asDox can also be used the generate the DAO and SQL Scripts for your value objects.

Friday, February 15, 2008

asDox - Actionscript 3 Parser

I very proud to announce the release of asDox 1.0.0-alpha. asDox is small Actionscript 3 parser build using PyParsing. It is based on the qDox project for Java. asDox's main goal is to provide code generation for Model Driven Development. Use asDox with any Python template engine will allow you to generate PHP, .NET, Java, Ruby, or even SQL scripts from Actionscript 3 Classes. The project is hosted at http://asdox.googlecode.com . This is an alpha release so there is very little documentation but I plan to get some more Wiki pages put up soon.

Tuesday, January 15, 2008

Fluorine FX

The Silent Group launch a new open source .NET library. FluorineFx provides an implementation of Flex/Flash Remoting, Flex Data Services and real-time messaging functionality for the .NET framework.

http://www.fluorinefx.com/

Friday, January 04, 2008

PureMVC Project Template for Flash Develop

I have updated my modification to the Flash Develop Project Manager Plugin. The plugin modification will work with Flash Develop Beta 5. You can download the updated files via the Flash Develop Forum . If I can find some extra time I will develop a Caringorm Project Template but if you are familiar with Caringorm feel free to develop a Project Template based off the PureMVC template. (It's actually very easy to do ).

Friday, October 26, 2007

AMF PHP Tutorial in German

I recieved an email today from www.HowToForge.com reguarding my AMFPHP 1.9 tutorial. They were requesting my permission to translate my tutorial to German. I thought it was really cool. So if you speak German go check it out at www.HowToForge.de .

Wednesday, August 08, 2007

*** Life Spoiler ***

You die at the end :)

Thought this was funny.

Monday, July 09, 2007

PureMVC Project Template Updated

I have updated the Project Manager Plugin Mod for Flash Develop 3 making it easier to use. I also updated the PureMVC Project Template to take advantage of these recent changes.



http://www.flashdevelop.org/community/viewtopic.php?p=7792#7792

Thursday, July 05, 2007

PureMVC Project Template for FlashDevelop 3

I have modified the Project Manager Plugin for Flash Develop 3 to accomidate complex project templates. You can follow the process of this modification over at the Flash Develop forum http://www.flashdevelop.org/community/viewtopic.php?t=1719 . With this modification I have created a PureMVC Project template and associated Project File templates. I have posted some screenshot over at the PureMVC forum http://futurescale.com/forums/puremvc/index.php?topic=15.0 . And don't worry a Cairngorm Project template is soon to follow.