- 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: inheritance
Actionscript 3: Inheritance Subclass and private vars
I’m currently updating some as2 projects to as3 and I had a series of 1120 compiler errors this afternoon. I’m a fan of using the ‘extends’ keyword to create customised versions of base classes. In Actionscript 2 the subclass can access all the variables and methods of the original class. It appears that in ActionScript [...]