Monthly Archives: December 2009
Three monitor mac pro work station
Mac pro got upgraded to 3 monitors. 24″ in the middle and 2 19″ wide screen on the side.
Posted in General topic
1 Comment
Actionscript 3: Move first array index to the back and back to front
Here is a very cool line of code to manipulate an array. If you want to take the first item of an array and place it at the end: myArray.push(myArray.shift()); If you want to take the last item of an … Continue reading