0

Flash Display Fixes

Flash Display Fixes via @largestartist Posted by Jose Cuadra on July 25, 2008 Tags: | | | Filed Under: References

Displaying Flash in a browser sometimes causes display issues. Two common ones are extra space under the object and another is an outline around the object in Firefox 3.

Continue Reading…

0

ActionScript 2 to 3 Object Properties

ActionScript 2 to 3 Object Properties via @largestartist Posted by Jose Cuadra on July 22, 2008 Tags: | Filed Under: References

In ActionScript 3 accessing your favorite object properties no longer require underscores as they did in AS 2. Here are some examples that list the previous and current conventions.

Continue Reading…

1

Random Functions

Random Functions via @largestartist Posted by Jose Cuadra on July 21, 2008 Tags: | | | | Filed Under: References

Random text or images is an easy feature to deploy that can develop interest on a project. Any application can benefit from not presenting the same information over and over during every visit. I have listed examples in JavaScript, ActionScript, PHP, and Coldfusion.

Continue Reading…

0

Disable Safari’s Textarea Grip

Disable Safari’s Textarea Grip via @largestartist Posted by Jose Cuadra on July 15, 2008 Tags: | | | Filed Under: References

A while ago an update to Safari enabled users to drag the bottom right corner of a text area and re size it to their hearts delight.

While some users may have good reason to increase the area, the majority of users would hardly notice the new feature let alone take advantage of it. Still others would simply abuse it and expand it to an unreasonable proportion.

Continue Reading…

0

Access Cascading Styles with JavaScript

Access Cascading Styles with JavaScript via @largestartist Posted by Jose Cuadra on July 14, 2008 Tags: | | Filed Under: References

Here is a reference table that displays the CSS equivalent in JavaScript.

Continue Reading…