Archive for May, 2007

Images Created with Flash (WanderFollow)

Sometimes I use Flash to help generate still images. The Candy Cosmos SWF which I recently posted lead to the following:

Marbled Cherry PiePale Profilefadedglory_03.jpgGold Glory

The last one “Gold Glory” is a color adjusted and sharpened version of the 3rd one “Faded Glory”.

Yes, I DoFollow

If you comment on this site or any other blog site that uses the DoFollow plugin you’ll get a little extra something in return.

By default, WordPress uses the “nofollow” tag to tell search engines not to follow links posted in your blog comments. This was initially done to discourage spammers from littering your blog with spam links, but since spam filtering has improved it’s no longer necessary and it may actually hurt your blog.
Read More

Hexadecimal Color Fading

A while ago, I wrote a Color Fading tutorial for ActionScript.org which provided nearly all the functions you’d ever want for fading colors. Did you notice that I said “nearly”? Well, today I’ve added yet another weapon to my color-fading code arsenal called “fadeHex”. The name probably won’t put fear in the hearts of fellow code warriors but it’s a powerful tool none the less. In essence, it lets you specify two colors, then creates a color gradient from the first color to the second and lets you choose a color at any point on that gradient.
Read More

Candy Cosmos

Watch it go or “click and drag” to interact. Press any key to change the color.

Flash ActionScript Date Suffix Code

I’ve become fairly familiar with the Flash Date object and thought I’d share some handy code showing how to append the proper suffix to a date or any other number. In case you don’t know what I’m talking about, a “number suffix” or “ordinal indicator” is the string of letters that follows a number to help make it more human readable. For example the number suffix “nd” makes “May 2nd, 2007” a little easier to read than “May 2, 2007”.

Here’s the code I wrote to handle all my numeric and date suffix needs:
Read More

© Sean O'Shell 2007-2024