2

Table Behavior without Tables

Table Behavior without Tables via @largestartist Posted by Jose Cuadra on March 28, 2009 Tags: | | | Filed Under: References

Many times a “table like” layout is necessary to abide by the Rule of Thirds law, specially with the currently popular “magazine” type website layouts.

Adding a table to the layout would simply be too easy, and wouldn’t fit into the “Do Everything without Tables” mentality plaguing the web. So I demonstrate how to achieve the behavior without the table.

Continue Reading…

2

Flash Slideshow in Actionscript 3

Flash Slideshow in Actionscript 3 via @largestartist Posted by Jose Cuadra on March 26, 2009 Tags: | | | | Filed Under: Applications

“Simple Slide” is an automated slide show that can also be used for banner ads. Download it now to tweak it for your specific application.

Continue Reading…

0

JavaScripted Tooltips

JavaScripted Tooltips via @largestartist Posted by Jose Cuadra on March 24, 2009 Tags: | | | Filed Under: References

Here is a simple attempt at some JavaScripted tooltips. I expect there to be bugs when you have two “sticky” tooltips overlapping each other.

Continue Reading…

0

The Textfield’s Alpha Property in AS 3.0

The Textfield’s Alpha Property in AS 3.0 via @largestartist Posted by Jose Cuadra on March 10, 2009 Tags: | Filed Under: References

A common and frustrating issue when creating text fields dynamically is the manipulation of this objects alpha property. Usually you just set it and forget it, but in this case a couple more steps are required. the trick is to set the blending mode of the text fields parent object.

Continue Reading…