Processing large or multiple related XML files efficiently in PHP
Click here to scroll to conclussion.
I had to learn the hard way that a 512MB RAM VPS cannot handle 70MB worth of plain text XML files, when i saw a pretty simple importer script consume more than a gig of RAM sending my VPS into swap hell. What did I do wrong and how can I improve things?
Measuring RAM consumption in PHP
Developing PHP in VIM - VIM IDE for PHP
I was going to write something long and smart about how its important to know what YOUR NEEDS are when it comes to coding and using specific IDEs and how do they satisfy them, but decided its best to cut to the chase and just post my VIM configs as requested by several from NYC Drupal User Group during our Feb 10 2010 monthly meetup.
VIM
Creating 3d cube movieClip using Sprites and animating rotation through ActionsScript 3.0
The point of this exercise is to learn how to create a 3d object from primitive 2d shapes in Flash ActionScript 3.0.
I added very simple animation effect just to demonstrate that it actually is 3d and rotates.
Note: I left final 6th side out on purpose.
No special instructions to run this code, just drop it into actions editor and preview your movie.
Adding sprite from inside an external class onto stage and animating it using arrow key movement.
Flash demo is at the bottom of the post, scroll there!
Initially i had difficulty attaching a sprite created inside a class onto the stage. I haven't found documentation yet that explains the right way of doing it but i did stumble onto my own solution. I will not know whether this is the right way of doing it until i find some documentation that explains it. If some one has a tip please leave a comment.
I instantiated my class from the main FLA using the following code passing 'this' into the construct. "This" represents /stage/ in this file :