I recently finished an article for M2M Magazine discussing developing M2M applications for the Nokia 12. If you're really bored please feel free to get it a read and let me know what you think. Also, if you're interested in keeping up with M2M then I would recommend checking out MachineBlog.
http://www.m2mmag.com/print/article.asp?ARTICLE_ID=226
I recently finished a beta version of a product that I've been wanting to develop for a while. With the recent licensing of the Macromedia Flash player by Nokia, no longer will I have to worry about developing Symbian applications. Symbian is an extremely powerful OS for mobile devices, yet it's also very complex to write applications since it's C++ based. Now that the Flash player is currently available for Symbian Series 60 and UIQ devices (dubbed Flash Lite) I decided to code my app in Flash.
I've named the app daylite since my vision is for it provide users with all the information they need on a daily basis. Yes I realize this is a grand statement, but I had to start somewhere so I've begun with weather and am currently working on flight times based on flight number. You can check out some screens of the beta version (v0.1) by clicking here. There's still a ton of work to be done but I'm committed to constantly improving the app while the penetration of the Flash player makes it to more and more devices.
daylite currently runs on Symbian Series 60 devices such as the Nokia 6620. The 6620 is my target device. At the time of this blog post you have to purchase the Flash Lite player from Macromedia for $9.99. I don't know if Macromedia's long-term strategy is to charge for the player and I think it will ultimately come pre-installed on compatible Nokia devices. At any rate, $9.99 is a small price to pay for access to all the content that the Macromedia Exchange provides....most of it free! Below is a screen shot of the app in the Exchange. Please post comments below if you have any suggestions or bugs. Enjoy!

Macromedia has been generous enough to donate a copy of Flex 1.5 to me for just the price of shipping. I contacted them about a non-commercial version of the product so that I could blog about it as well as write some tutorials. I've been using the developer version but am going to get the production version installed on the server so I can open it up to the community. The sticker price went from $12,000 down to $20 in a matter of seconds!
I've been pondering a revamp of www.devmx.com to focus solely on Flex and building a community around the product. I'm not sure I want to get into supporting a developer community again, but with the right people involved I might give it a go. Since we're talking about building true RIAs I think it would be a worthwhile venture. Needless to say, stay tuned for some killer apps in the coming weeks.
Over the past several months I've been dabbling with Macromedia's Flex technology. We've come a long ways since the late 90's where Flash was being used mainly as an animation tool and there were only a handful of developers that used Flash to build dynamic applications. I don't want to get into detail about the history but it goes something like Flash/CF integration, Remoting, and now Flex.
There were obviously all sorts of technologies and hacks in between, but I'd like to take a minute to discuss Flex. First off, I'm completely blown away by it. One complaint that I constantly hear about the Flash IDE is that it's geared towards designers. That's how it started and over the years it became more of a developer's tool. If you open the IDE you'll easily get confused with facets of both worlds. There's the timeline and symbols for designers, while developers are more interested in the UI and Data components.
Now what if I said you could build Flash applications without ever opening the Flash IDE and use a tool such as Dreamweaver, where it's mainly code based. Flex gives us this capability with an IDE called Flex Builder. With an XML markup syntax know as .mxml, developers can now author XML files that get compiled down to Flash movies. The fact that I'm still calling them Flash movies means I still haven't abandonded the designer mindset!
With Flex Builder you can EASILY build rich internet applications with all sorts of crazy functionality. Just like Dreamweaver you have a code and WYSIWYG view. I won't go into details but I'm working on obtaining a non-commercial Flex license from Macromedia and will be posting all sorts of juicy goods here. I can't post any samples from the developer edition because they files expire after one day. I haven't been this excited about the web in a long time and I can guarantee we're going to see truly amazing applications in the coming months...all rendered as Flash output!
One last thing that I'd like to add is that there is tight integration for Flash developers writing components. You can write components based off of Macromedia's V2 component architecture that can be integrated directly with Flex. Then it's as simple as calling an XML tag to create an instance of your component. I will post more on Flex component development as well as showcase it's power in the coming weeks.
I've been running Macromedia Flex on Windows for the past few months. Tonight I decided to take the plunge and install Flex on my Linux box. I allotted about 2-3 hours to get Flex running on Fedora Core 3.
I figured that there would be a few tweaks necessary to get Flex running. I was overcome with joy when my installation took less than five minutes. I downloaded Flex 1.5 from Macromedia and ran the installer:
./flex-1.5.bin
I was prompted with a few questions about installation directory and what type of server I wanted to run. Since this is a dev machine then I decided to run the integrated JRun server. After the installation was complete I simply cd'ed to the installation directory and started the server:
/installdir/jrun4/bin/jrun -start default
That's all there was to it and I was immediately able to hit the server and run the examples at:
http://localhost:8700/samples/
Now that I'm up and running I plan on posting a lot more information on Flex and its capabilities in the coming weeks. I have some Flash components that I'd like to integrate and I'll post those as well.