I’d Like to See More Flex on Fullasagoog

I like Fullasagoog. It was the first Macromedia feed aggregator I started reading, which then got me hooked on MXNA, which then aggregated me, which allowed me to tap into the wider world of Macromedia blogs.

That said, I have a complaint about The Goog – it’s Flex community blogs aren’t as good as the rest of the site. Don’t get me wrong, they have most of the big names, but most of those names are all actual Macromedia bloggers. If you look at the Flash blog list and the ColdFusion blog list, there is a great mix of both “official” Macromedia bloggers as well as a healthy dose of blogs from the wider community.

Now I realize that the Flex community is not as established as either of those, and in fact many of the CF and Flash blogs on Fullasagoog talk a lot about Flex. But I think that the goog is missing some great Flex feeds and when I try to inquire about adding them, I never get a response.

So my question in all of this is how to get feeds I like (including Manish Jethani’s weblog and ColdFusion Podcasts) added to the goog?

You Should Try Microsoft OneNote

I saw NJ Jaramillo use OneNote at MAX and after talking to a coworker about it, I decided to give it a try this week. I tried using wikidPad but found it to be a bit hard to use. Now that I’ve tried OneNote, I love it. I think it might be the perfect note taking tool. It’s easy to organize by projects and then create new tabs for meetings or just random scribble I have about projects throughout the day.

I understand that it was created for the tablet PC (which I don’t have). I now really want one, because it’s so easy to e-mail notes from OneNote and integrate notes with Outlook. Just on the PC it’s helped my workflow immensely, I can only imagine how great it would be to have it running on a tablet PC.

ColdFusion Certification

I started a new book today (my reading of The Rise of Democracy in America is on hiatus, but it’s a great book), the ColdFusion MX7 Certified Developer Study Guide by Ben Forta. That’s right, I’m finally biting the bullet and am planning to take the certification test once I’m finished going through the book. I’m hoping to do it by Christmas.

After finding out that Dan and Terry are both certified, I thought it might be worth a shot. I also want to have a little Macromedia certification experience so that when the Flex certification comes out, I’ll be familiar with the process.

So far I really like the book. I think I’m the ideal target audience; I’ve been using ColdFusion for a while, but there are features I don’t use and some of the nuances of the language that I haven’t touched. Ben does a good job of refreshing my memory about some of the things I’ve forgotten.

So does anyone who has taken the test have any tips or other study guides?

Attend a Harvard Class on your IPod

I saw this [Harvard Offers Course Via iPod] on Digg yesterday, and thought it was very interesting. Harvard is offering the lectures from one of its extension school courses as a Podcast. I think it’s a good use of the technology, and as someone in the academic industry, it’s great to see Podcasting used to enhance learning.

We talk a lot here at Wharton about good ways to use the non-PC space including cell phones, PDAs, anything that goes beyond the traditional PC space. We have the SMS gateway up and running for our Spike portal and we have also put together a proof of concept version of mobileOTIS.

As the non-pc space gets larger and more complex, I think education really has a lot to gain from embracing it. Hopefully Podcasting is only the start.

Flex and Microsoft’s Simple Sharing Extension

There was some big news today in the form of an announcement on Ray Ozzie’s blog about SSE, or Simple Sharing Extensions. [There is some discussion by Dave Winer CrunchNotes and Don Dodge]

SSE is an open-source spec for synchronizing RSS and OPML feeds. The objectives from the Spec are as follows:

  1. 1. to use RSS as the basis for item sharing ? that is, the bi-directional, asynchronous replication of new and changed items amongst two or more cross-subscribed feeds.
  2. 2. to use OPML as the basis for outline sharing ? that is, the bi-directional, asynchronous replication of outlines, such as RSS aggregators subscription lists

At this point, SSE is kind of a big concept with no real examples to point to, but essentially, Microsoft wants to allow synchronization between RSS feeds so that two people (or two groups) could be “subscribed” to the same feed and make changes to the feed which would be replicated to anyone who was subscribed. It takes RSS one step further and adds a collaboration component which I think is a fantastic use of the technology. Ray’s blog post has some real-world examples.

What surprised me about this announcement was the lack of discussion on fullasagoog. Even MXNA, which has a wider base and usually gets a wider range of topics only had two posts, a pseudo-cynical post by Sam Ruby and another which simply mentioned Microsoft’s use of the Creative Commons license by Lawrence Lessing.

So why no fanfare? I would argue that this could be huge for the Flex community. I realize that the standard is quite new and the hype is quite high, but hear me out. There are a plethora of Flex RSS readers available, and they are very easy to build, which makes them perfect. Now imagine, as a Flex developer, building your applications around collaboration using SSE. Imagine being able to sync a Flex based Calendar with an Outlook calendar, or with a Trumba Calendar. It really opens up a whole range of applications that Flex will be able to synchronize, or collaborate with.

Again, I know all of this is highly theoretical, but if SSE can really transform RSS the way it is intending to, Flex provides a way to create great user interfaces built around collaboration.

#cfeclipse on DALnet

I hang out in the #ColdFusion chat room on DALnet, which seems to be pretty jumping throughout the day. What I didn’t realize until yesterday is that there is also a #cfeclipse channel on DALnet which is much less jumping. Right now just Sean Corfield and I are in the channel, but if you’re interested in chatting about cfeclipse, and you’re on DALnet, check it out.

Note: Sean Corfield also mentioned that there are also channels for a lot of the ColdFusion frameworks. Check out #modelglue, #machii, #tartan and #coldspring. There’s also a #cfosx for MacOSX users. Looks like we’re well represented on DALnet!

Flex Certification

This is a question for anyone who happens to read this and is in the know: What are the plans to develop a Flex Certified Professional Program? There are some Instructor-led Flex Courses which means that they have the first step towards certification, but under the Macromedia Certified Professional Programs page, they only have Flash, Dreamweaver and ColdFusion.

I’m not totally familiar with the timeline and how this process works, but has anyone heard talk of a Flex certification? Are they going to wrap it into the Flash certification or are they waiting until 2.0 is out?

Getting Yahoo Stock Quotes with Flex 2.0

I put together a quick, low-level proof of concept that we may use for some of our learning simulations and thought I’d share it.

It’s a Flex 2.0 application that goes out and grabs stock data from Yahoo then dumps it in chart format to the screen. It uses the CF Adapter, but it really doesn’t have to, it probably should just be an HTTPServices call. I did want to do a little data manipulation within the CFC and I also wanted to build in the pause so that there would be some data differentiation.

This also could have been done with Flex 1.5 (in fact, the Charting Components Explorer has something like this), but we’re really excited about being able to use the enterprise services to accomplish something similar to this, so that’s why I put it together.

I also don’t host my own server, so I can’t run an example of it here, but feel free to download the source files.

index.mxml

StockCall.cfc