Nice conditional coding tip

Thaylin | May 13, 2010

Tyler from FCNY turned me on to a nice tip on conditional coding.
Let’s take for example we have a variable that we need to associate with another variable. For instance, we pull in some flashvars and need to check if these exist and if not give them a default value. Let’s look at a couple [...]