August 14
Posted by admin
Filed under SEO |
I’m finally getting some of my notes from the “Voices That Matter” conference I attended in Nashville, TN in June. I was flooded with great information from Shari Thurow in her session “Redefining Search Engine Friendly Design” If you’re looking for a great starter book on SEO check out Shari’s book Search Engine Visibility. Below are my [...]
August 4
Posted by admin
Filed under Flash |
I haven’t been working with the Tween class, and thought I would revisit it and add a looping function to pre-populate an unlimited number of tweens using one tween function. Code is below and you can download the source code here. import mx.transitions.Tween; import mx.transitions.easing.*; // Constants _global.xPos = 20; _global.tweenNum = 1; _global.timeVar = [...]