Yearly Archives: 2009

Hello Design Kitchen

After a couple great years at VSA, I’ll be hawking my Flash wares at Design Kitchen starting today.
Posted in Uncategorized | Leave a comment

Google Launches Sports Calendars, iCal Still Better

I just noticed the alert in Google Calendar saying “New: Sports Calendars.” I gave it a look-see, but decided to stick with the iCal (.ics) format that I already added manually. In the image below, the red is the iCal format I already had for the Ohio State football schedule, and green is the new [...]
Posted in Uncategorized | Leave a comment

Tweening to a Relative Position using a Variable in TweenMax

This isn’t too complicated, but it’s something I hadn’t come across until a few days ago. If you want to tween an object relatively, but the new value changes and needs to be a variable, just cast it as a string. // Your everyday absolute tween that moves movieclip_mc // to 100 on the x axis, taking [...]
Posted in Flash, Tutorials | 1 Comment

Worst Company Name Ever

Good company names can be hard to find, but terrible names should be easy to avoid. I wish I was at the meeting when they came up with this one. There are so many things here that I disagree with. With spelling and layout alone: The first letter is not capitalized They’ve taken out a space and crammed [...]
Posted in Branding | Leave a comment

Surf’s Up: The Branding of Google Wave vs. Microsoft Bing

Catch a wave and you’re sitting on top of the world. Last Thursday, tech giants Microsoft and Google each had a big announcement. The former officially announced its new search engine Bing, an announcement that the tech world knew was coming, as its latest attempt to reverse the tide of Google’s search dominance. The latter surprised [...]
Posted in Branding | Leave a comment

Delete Cookies?!

From a djdownload.com Newsletter.
Posted in Cool | Leave a comment

Thematic Photosplicing by Peter Funch

Peter Funch has some great shots from NYC where he takes many, many pictures from the same spot and then splices them together based on themes he finds among the individual passersby. Looks like a tedious process but the results are worth it.
Posted in Cool | Leave a comment

Flash Preloading Errors? Turn Off gzip.

While finishing up a project a couple months ago, I ran into a problem trying to preload a SWF. Everything worked fine in my development environment. I was throttling my bandwidth using Charles to test things, and the preloader was working as expected. But when I posted it to staging my Flash preloader was broken. [...]
Posted in Flash | 12 Comments

Easily Test & View Alternative Content while Using SWFObject

SWFObject is great. I’ve been using it to embed Flash content in my pages since the IE / Eolas “click to activate” thing when it was still called FlashObject. But SWFObject is missing a feature. It’s not easy enough to test your non-Flash alternative content. You can bump up the required version number to one that [...]
Posted in Flash, Tutorials | Leave a comment

Forcing Vertical Scrollbar Gutter to Show to Prevent Page Shift while Using swffit

Update: This fix is no longer necessary. When explaining it to a coworker, we discovered a new version of swffit with a new method called showScrollV() that does the same thing. A common problem with centered web site layouts is what’s been dubbed “page shift.” This happens as users move among pages that are too short [...]
Posted in Flash, Tutorials | Leave a comment