talltyler.blogspot.com
Ideas and cool stuff: June 2007
http://talltyler.blogspot.com/2007_06_01_archive.html
Ideas and cool stuff. Tyler Larson's web design and application development ideas and cool stuff that inspires me to continue doing so. Flash, Flex, ActionScript, ECMA, Ruby, et cetera! Friday, June 29, 2007. I spoke at the NYC PHP group last night. It was the first time I had been to there meeting, they are a very smart bunch. I meet the head IT guy at the MOMA and the head IT guy at rhizome.org they where both into Ruby and we had a good conversation about technology based art. Links to this post.
blog.millermedeiros.com
as3 | Blog | Miller Medeiros
http://blog.millermedeiros.com/tag/as3
A blog about design, code and some other stuff. Fast Duff’s Device. This week I’ve sent some links about common techniques to improve code performance to the FlashCodersNY. Mailing list and after sending a link about the Duff’s Device. And the Fast Duff’s Device. I got really curious if the performance could be improved with simple changes so I decided to do some benchmarks…. Converting SVG to FIVe3D, Flash Vector Graphics and HTML5 canvas.
rocketnumber9.org
Professional | mike connor
http://rocketnumber9.org/tag/professional
Front-end development problem solving. Interactive Video Presentation Tool. I was getting privacy errors when trying to display my Vimeo videos in my fancybox gallery. The fix was to link to get the embed tag from Vimeo and pull out the href link. Use that in fancybox rather than the share link. I spent a a day going through a tutorial on creating a sortable photo gallery. That scales to screen. This relies on fancybox. To provide light box functionality to hi-res images. 8211; created with the Box2dWebb.
thegrego.com
Thoughts | The Grego
http://www.thegrego.com/category/thoughts
May 9, 2013. Cinder Begin Creative Coding. I recently got my digital hands on a review copy of Packt Publishing’s new book Cinder – Begin Creative Coding. By Krisjanis Rijnieks, the first of what will hopefully be many books centered around Cinder. March 27, 2010. Recently, you may have read and heard a lot of people talking about Robotlegs. For those of you who don’t know what Robotlegs is, it’s a micro-framework for Actionscript 3 whose structure is derived from PureMVC. Who started experimenting with ...
blog.jangaroo.net
Jangaroo: 11/21/10 - 11/28/10
http://blog.jangaroo.net/2010_11_21_archive.html
Jangaroo 0.7.12: More AS3 Features, even for IE9. Discovering the Starfish: Openess and the Software Industry - discussed along CoreMedia’s move towards Open-Source. ECM World: CoreMedia goes Open-Source. Go here to download ready-to-run and source distributions of Jangaroo. more. Friday, November 26, 2010. Tyler Larson of FlashCodesNY. Asked us whether we'd be interested to present and discuss Jangaroo on one of their weekly meetings in Manhatten. The event took place. A more elegant solution that share...
talltyler.blogspot.com
Ideas and cool stuff: May 2007
http://talltyler.blogspot.com/2007_05_01_archive.html
Ideas and cool stuff. Tyler Larson's web design and application development ideas and cool stuff that inspires me to continue doing so. Flash, Flex, ActionScript, ECMA, Ruby, et cetera! Monday, May 07, 2007. The new incarnation of MCtween. This is an example of doing a tween on various objects and calling function when it is done. Alpha:0, time:1, onComplete:disappear});. Function disappear() : void {. This visible = false;. But this is not it there are many more, the Animation Package. MyTween.easin...
talltyler.blogspot.com
Ideas and cool stuff: October 2007
http://talltyler.blogspot.com/2007_10_01_archive.html
Ideas and cool stuff. Tyler Larson's web design and application development ideas and cool stuff that inspires me to continue doing so. Flash, Flex, ActionScript, ECMA, Ruby, et cetera! Saturday, October 27, 2007. How to call a class that you haven't imported. Import your class and make a reference to it. The import statement itself will not compile your class into your swf. If you never reference it, the compiler will simply take it out to make your swf smaller. Public class Main {. Var class2:Class2 = ...
talltyler.blogspot.com
Ideas and cool stuff: April 2009
http://talltyler.blogspot.com/2009_04_01_archive.html
Ideas and cool stuff. Tyler Larson's web design and application development ideas and cool stuff that inspires me to continue doing so. Flash, Flex, ActionScript, ECMA, Ruby, et cetera! Tuesday, April 28, 2009. Textmate Upgrades for ActionScript. I was just upgrading Textmate and was looking into a few things that I was shown FDT can do that I didn't know how to do in TextMate and came across a few helpful things. If so you can just double click this file and it will install. The biggest thing it adds fo...
talltyler.blogspot.com
Ideas and cool stuff: March 2007
http://talltyler.blogspot.com/2007_03_01_archive.html
Ideas and cool stuff. Tyler Larson's web design and application development ideas and cool stuff that inspires me to continue doing so. Flash, Flex, ActionScript, ECMA, Ruby, et cetera! Tuesday, March 20, 2007. The Apollo public alpha. Adobe's Apollo came out yesterday, which is similar to many other tools already out there ( Zinc. Etc ) I've spent some time making a few applications and felt it needed some attention. So what is the difference between these and why is this something to care about? In sho...