-
Pages
-
Categories
- ActionScript
- ActionSnip
- AIR
- Ajax
- Android
- Apple
- BlazeDS
- Capistrano
- Cool Shise
- CSS
- Design
- Django
- Flash
- Flash Remoting
- Flex
- iPhone
- JavaScript
- Jobs
- LiteSpeed
- Media Temple
- Merb
- Misc.
- Mongrel
- Mosso
- ocflex
- OpenSoft
- OS X
- PHP
- Politics
- Python
- RegEx
- RIA
- Ruby
- Ruby on Rails
- Shameless Self Promotion
- Silverlight
- SliceHost
- svn
- Uncategorized
-
Archives
- August 2011
- October 2010
- July 2010
- February 2010
- June 2009
- November 2008
- August 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
Category Archives: ActionScript
Introducing ActionSnip
My new year’s resolution is to organize my ActionScript snippets, so I made a website to do just that actionsnip.com.
I know yes another snippet site, but none of the others highlight ActionScript properly. And because I don’t only collect snippets but blog posts about ActionScript as well there’s a feature called scraps which lets you [...]
Two new ways to load data into Flash
SWX Ruby is a port of SWX (originaly PHP), which claims to be “Ruby’s fastest library for exchanging data with Flash” I haven’t tried it because it doesn’t yet support Flash player 9 but I wouldn’t doubt it’s the fastest as many other methods aren’t too speedy (Although RubyAMF is much quicker lately).
as3yaml, you guessed [...]
Want a job working with Flex and Rails?
Jobs that combine Flex and Rails don’t come down the pike too often. Even more rare is one from a start up with a lot of buzz like Blist.
Speaking of pikes the job is in Seattle so all you Northwest Flex/Railers send in your resume and the solution to Blist’s programming challenge.
Without using any built [...]
Evaluating Flex Application Frameworks
If you can’t decide between Cairngorm or PureMVC, Luke Bayes and Ali Mills have a presentation up that walks through the pros and cons of ten different frameworks:
Slide (not yet released)
ARP (I read somewhere that v3 was going to be Rails like in it’s ease of use ARP development seems to have stalled now that [...]
Flex Image Component: Loading, Resizing, Aligning, and Smoothing
Here’s the brief load an external image into Flex, resize it to fit in a container (but don’t make it bigger than the original), center it in the container, and smooth the image to get rid of any aliasing. Sounds like a simple job, slap down a VBox, set vertical and horizontal alignment, add an [...]
Sorting Images with a Flex Tile Component
This is a test for an image manager component that I’m building. The final version will have an upload feature, and when you sort the images they’ll hook up with their model in Rails using acts_as_list to save the sorting in the database. Right click the swf below to view source.
I’ve built something similar in [...]
Scripting bezier movement with Tweener
I downloaded the latest release of Tweener and found that there’s a new set of parameters for creating bezier curve animations.
This example requires Flash player 9 or higher.
var so = new SWFObject(”http://blog.vixiom.com/uploads/bezierMaker_as3.swf”, “tweener_swf”, “500″, “400″, “9″, “#FFFFFF”);
so.write(”tweener_swf”);
Lee Brimelow on Taking Flash to the Desktop
This was my favorite presentation of the LA stop of the Adobe AIR bus tour. Lee is very engaging and shows off a bunch of AIR apps built with Flash. If you have a Flash, rather than Flex, background Lee’s presentation will show that you’re invited to the AIR party too – don’t be shy [...]
Everybody’s chatting about Flex
…make that chatting on Flex. All Flex front-ends but a multitude of approaches to flinging the messages about on the back-side.
Ted (on Flex) has his AIRchat running on Python Twisted.
Derek Wischusen has his messages moving atop Rails, Apache ActiveMQ, ActiveMessaging, and STOMP (post 1, post 2)
Alex McCaw is the creator of Juggernaut which can use [...]