- Add a widget to a WordPress page or post via a shortcode – with default values
- Adding column number CSS classes to WordPress widgets
- Transferring WordPress sql data between localhost and production
- Balancing opinions and data in User Experience design
- Android CSS background image blurriness
- Semantic HTML
- Facebook pages suck, personas are better for marketing
- Updating from AS2 to AS3 with Find and replace
- Flash site templates that work on iPhone (& iPad)
- Finding a specific node in an AS3 XML object
Tag Archives: ActionScript 2
Updating from AS2 to AS3 with Find and replace
I’m kidding really – there is no way you could find and replace your AS2 code into AS3 Actionscript 3 is hugely different from Actionscript 2, but that doesn’t meant that you can’t do a lot of the grunt work using a simple find and replace
Finding a specific node in an AS3 XML object
Continuing with my updating an Actionscript 2 project to Actionscript 3 I’m really enjoying the optimisation possibilities that AS3 provides.
Useful code for debugging MovieClip.localToGlobal() headaches
I hate localToGlobal. There I’ve said it. It seems that there are some things in Actionscript that always seem to throw me off – this is my main one.