Indy GiveCamp 2010

My name is Joel Dart and I’m helping organize a GiveCamp here in Indianapolis.  GiveCamp is a weekend long collaboration with local developers, designers, dbas, and non profits.  Non profits have been sending in project proposals such as a simple brochure-ware website, a data collection tool, etc and then over the course of a weekend, professionals come together and do the work for them.  This is the first year for GiveCamp in Indy, so getting the word out about the event is especially difficult.

We currently have 17 project proposals from non profits, but we need about 70 more developers or we’ll have to start turning some of them down.  When looking through our signups, we noticed that we have a disproportionate representation from the Flash/Flex community, so I thought I’d reach out to be sure you guys know about this.  Indy GiveCamp is Nov 5-7 (after work on Friday and before the Colts game on Sunday) and signups are at http://www.indygivecamp.org.  If you could, please forward on this information and let your coworkers and community members know about GiveCamp.  We need all the volunteers we can get.

Thanks,
Joel

Posted in Announcements | Leave a comment

Mozilla Prism

Bringing web applications to your Desktop

Prism is an application that lets users split web applications out of their browser and run them directly on their desktop. This isn’t related to the flash platform but is worth knowing about.

Learn More

Posted in Mozilla Prism | Leave a comment

Welcome Blackberry PlayBook

NEW YORK (CNNMoney.com) — BlackBerry maker Research in Motion unveiled the PlayBook, a tablet computer, at a developer conference Monday.

The tablet market is so far dominated by Apple (AAPL, Fortune 500) and its popular iPad, but other tech companies are trying to cash in as well.

“Every successful professional has a great PlayBook,” said Mike Lazaridis, co-chief executive of RIM, at the BlackBerry Developer conference in San Francisco.

The PlayBook tablet features a 7-inch screen, Flash-capable video and a front and rear high-definition camera. It’s thin, at just 9.7 millimeters, and weighs 0.9 pounds. Lazaridis did not name a price.

For now, the PlayBook — which will be released in 2011 — can connect to the Internet only via Wi-Fi. RIM said it plans to offer 3G and 4G models sometime in the future.

Still, Lazaridis said RIM’s goal was “to offer an uncompromised Web experience.”

Full Article

Posted in Announcements | Leave a comment

Appdobe

NEW YORK (CNNMoney.com) — Apple is loosening its grip on its app development for its mobile devices, announcing Thursday that it will drop restrictions on what programming tools developers can use to create iOS apps.

Click here for full article

Posted in News | Leave a comment

BFusion/BFlex 2010

BFusion/BFlex is no normal conference. It is a no-nonsense, learn-to-code* and learn-it-from-the-best event. Each day there are six full hours of hands-on training with the various technologies and techniques. You bring your computer and desire to learn and our excellent instructors challenge you to take your mind to new places.

On both days there are full-day tracks as well as individual sessions. Whether you are an experienced developer or don’t know a variable from a loop there is something to meet each skill level*. The full-day tracks run the same schedule as the other sessions, but you stick with one instructor, dig deep, learn a lot and leave with a sense of accomplishment. There is also a full menu of individual 90-minute offerings at the intermediate and advanced levels to challenge even the most experienced attendee.

*This isn’t all just right-brain code-monkey fare. At BFlex on Sunday there is a full-day track on Flash Catalyst. This amazing application lets the masters of the mysteries (to me, at least) of Illustrator, Photoshop and Fireworks take their creations right into the world of Rich Internet Applications.

http://bflex.indiana.edu/

Posted in News | 2 Comments

Deep linking for Flex

SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies including:

  • Bookmarking in a browser or social website
  • Sending links via email or instant messenger
  • Finding specific content with the major search engines
  • Utilizing browser history and reload buttons

This is a must for any flex developer to know about! Click here to learn more

Posted in Adobe Flex, Code | Leave a comment

July 27th Meeting!

Tuesday July 27th Meeting – 6:30PM ITT Tech

We are meeting once again this coming Tuesday July 27th @ ITT Tech in room THEORY 3.

Schedule:

1. Using the AIR 2.0 NativeProcess API to do things that AIR can’t

Andrew Westberg (www.flexjunk.com) will be discussing a consulting project he worked on that needed a multi-threaded high performance C++ application to manipulate audio in near real-time.  The client wanted to use AIR for it’s superior usability and design capabilities, but was limited by the Adobe Flash platform in other areas.  Namely, limitations in audio file format support and performance for calculation-intense applications.

2. Building Modular Applications in Flex

Sam Souhrada (www.samsouhrada.com) will be discussing the benefits of building modular flex applications. The presentation will include a general overview and construction of a small sample application. Code samples will be posted  after the presentation.

Modules let you split your application into several pieces, or modules. The main application, or shell, can dynamically load other modules that it requires, when it needs them. It does not have to load all modules when it starts, nor does it have to load any modules if the user does not interact with them. When the application no longer needs a module, it can unload the module to free up memory and resources. (From Adobe.com)

Hope to see you all there!

Posted in Announcements | Leave a comment

Integrating Flash Professional and Flex Builder Using SWC

Here is a good article to read if you are wanting to look at various ways of embedding Flash Content into Flex. This example shows 3 different ways and includes source code.

Read More

Posted in Adobe Flash, Adobe Flex | Leave a comment

The truth about Flash

Adobe’s defense of the Flash Platform:

Click here to view

Posted in News | Leave a comment

Using Masks with Flex

I found this article online and thought I would re-post. It demonstrates how to use masks in Adobe Flex.

http://www.insideria.com/2008/01/flex-graphics-tricks-part-1-ma.html

Posted in Adobe Flex | Leave a comment