Avatar
💡
  • Check it out. yourminis.com just launched a alpha version of yourminis for the desktop. This runs on top of Apollo, and along with Finetune, is a must have Apollo application.

    Really good experience. I think the coolest thing about yourminis.com is that you can have the widget on your yourminis page, embedded in your own website via HTML, and now on your desktop, via Apollo.

    I also just posted the video for the yourminis session at Apollo Camp.

    Created Tue, 20 Mar 2007 12:48:01 +0000
  • We had a video crew out at Apollo Camp on Friday night to record all of the sessions. We will be posting the sessions through out the week to video.onflex.org.

    We just posted the first video, which is the Apollo Camp keynote session by Kevin Lynch.

    You can view the video on YouTube

    Created Mon, 19 Mar 2007 12:35:01 +0000
  • Created Mon, 19 Mar 2007 12:25:01 +0000
  • If you want to discuss Apollo application development with other developers, then check out the Apollo Coders mailing list.

    Created Mon, 19 Mar 2007 12:20:01 +0000
  • Kevin Lynch (Chief Software Architect at Adobe) has posted some of his thoughts on the Apollo Alpha over on his weblog, which which he gives some insight into Adobe’s thinking around Apollo.

    You can read the entire post here.

    Created Mon, 19 Mar 2007 12:04:01 +0000
  • A couple of weeks ago I spent a couple of days down at the Lynda.com offices to put together a complete video overview / introduction to Apollo.

    Well, the videos have just been posted and you can check them out for free from Lynda.com.

    These cover everything you need to know to get started with Apollo development.

    Created Mon, 19 Mar 2007 12:01:01 +0000
  • I have put together a very simple example of how to download and cache items to the files system. This can be useful if your application needs to work offline, or if you want to optimize performance and don’t want to have to keep downloading the same assets over and over.

    This example uses some of the caching classes from my Ascension mp3 player, and required the corelib library.

    Here is the code for the app:

    air Created Mon, 19 Mar 2007 12:01:01 +0000
  • You can find a ton of photos from Apollo Camp that have been posted to Flickr by searching for all images tagged with apollocamp.

    Created Sun, 18 Mar 2007 12:53:01 +0000
  • From the Apollo Release Notes:

    In order for client browsers to recognize an Apollo application when being downloded, the Web Server hosting the Apollo applications needs to map the following mimetype
    “application/vnd.adobe.air-application-installer-package+zip"
    to the Apollo extension “.air". For example, for an Apache Web Server you will add to the AddType section:
    AddType application/vnd.adobe.apollo-application-installer-package+zip .air

    Note, you can do this in the web server config, or if using Apache, in the .htaccess file.

    Created Sun, 18 Mar 2007 12:45:01 +0000
  • Im going to try to keep this post short (I have a bunch of other posts I need to work on tonight), but this question came up during Apollo Camp.

    Do Apollo and WPF compete?

    The answer that I have, and am posting here is that, no, I don’t think that they do.

    WPF is a Windows technology for creating windows applications. It is targeted at Windows developers. If you want to build Windows desktop applications, using Microsoft technologies (XAML, C#), then WPF is for you. The primary development tools are Windows only (which make sense, since you are building Windows applications).

    Created Sun, 18 Mar 2007 12:37:01 +0000