By Brendon Smith on February 7, 2010
Have you ever had to deal with the hassle of centering modal windows? I made this function to automagically center windows I call this function after I load a modal and it centers the object perfectly for every browser. It takes the hassle of wondering if something is perfectly center in every browser. [...]
Posted in 3d, JavaScript, QuickTip | Tagged JavaScript, JavaScript programming language, JQuery, quick tip, QuickTip, webGL
By Brendon Smith on February 7, 2010
Capture URL for search with JavaScript and Pass it to Flash
Search Google from URL parsing
Use of Random Range
Create an Array of Spheres that holds the Google results
Apply the title field to a Text3D and add that as a child to the Sphere
Apply an Event to the Sphere to navigate to the Google result.
How to trace [...]
Posted in 3d, ActionScript, Flash, i-create, MashUp | Tagged ActionScript, Adobe Flash, api, Computer programming, Experiment, JavaScript, MashUp
By Brendon Smith on January 29, 2010
Quick Tip:
Utilize Firebug with ActionScript to trace out tough Bugs
Add the import statment at the Top and then call it anywhere Handy:) Note I was having troubles getting it to work with Firebug 1.5 but on Firebug 1.4.5 works like a charm!
import flash.external.ExternalInterface;
ExternalInterface.call( "console.log" , "Omaha Winter. Camera Z:" + cam.z);
The example below [...]
Posted in 3d, ActionScript, Flash, i-create | Tagged 3d, ActionScript, Android, Firebug, Internet Explorer 6, Panoramic, quick tip, Smartphones
By Brendon Smith on December 20, 2009
404 Error Pages don’t have to be boring. Especially if you develop rich internet applications and have access to awesome tools like PaperVision3d and Hype! This is a two part example. This example just shows you simple code to create a planes in PaperVision3d make them follow your mouse. I also [...]
Posted in 3d, ActionScript | Tagged as3, Experiment, Flash, hype, Joshua Davis, PaperVision3D
By Brendon Smith on December 19, 2009
Ice-nine is a fictional material conceived by writer Kurt Vonnegut in his novel Cat’s Cradle. It is supposed to be a more stable polymorph of water than common ice (Ice Ih) which instead of melting at 0° Celsius (32° Fahrenheit), melts at 45.8°C (114.4°F). When ice-nine comes into contact with liquid water below 45.8°C (which [...]
Posted in 3d, Adobe, Flash, i-create, Linux, Open Source | Tagged 3d, ActionScript, Adobe, Alchemy, as3, Games, Technology/Internet
Recent Comments