Flex and Flash Developer – Jesse Warden dot Kizz-ohm

A blog on software development, technology, games & movies.

About

This is the blog of Jesse Warden, a Rich Internet Application Architect. He specializes in using Flex and Flash to create Rich Internet Applications.

Archive for May, 2006

Ruby Chronicles #1: Blocks and Yield

Thursday, May 18th, 2006

A “wtf” at lunch today while reading this book. There is a section on the 2 types of blocks in Ruby’s methods, and a description of the “yield” method. Totally jacked; it’s basically like sending an anonymous function in ActionScript seperate from a method’s parameters. The function then in turn runs that [...]

Read the rest of this entry »

Flickr’s New Non-Flash Organizer

Tuesday, May 16th, 2006

Just read Nathan Pitman’s report about the updated Flickr Gamma version. One particular note was the Organizer is no longer done in Flash. Scanning the the announcement page, help page, and bug list, I couldn’t really find any information or context as to why. Anyone have any more info?

Read the rest of this entry »

Sessions with Flex and Flash

Monday, May 15th, 2006

I’m looking for corroboration, confirmation, and/or corrections, so if you got ‘em, throw ‘em in the comments please and I’ll update this post.
The more popular Flex and Flash gets, the more exposure I get to large server-side development teams. As most have developed a lot of web based applications, the question of session handling [...]

Read the rest of this entry »

I got Flash to talk to Rails

Friday, May 12th, 2006

I went through this tutorial, and replaced all the Flex stuff with 56 lines of ActionScript in Flash 8. Getting XML into Flash is the Flash Developer’s tried, true, and trusted way of getting dynamic data. Took me 30 minutes in total: 30 seconds to do the rails setup, 20 minutes to install/uninstall/reinstall [...]

Read the rest of this entry »

Can’t sleep (as usual) so figured I’d write up my first impressions of Ruby and Rails after reading the first 8 chapters of Agile Web Development with Rails Sunday afternoon. Let me precursor this with I’ve only read 8 chapters in 1 book in a 7 hour period over 2 days. Anything [...]

Read the rest of this entry »