Archive for August, 2008

August 14

SEO Friendly Web Design

Posted by admin
Filed under SEO | 3 Comments

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 notes.
Types of [...]

August 4

Dynamic Tween using Standard AS 2.0 Tween Class

Posted by admin
Filed under Flash | 2 Comments

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 = 1;
_global.timeReduction = .15;
function tweenBall():Void {
var nextDepth:Number [...]