Monthly Archives: March 2008
WordPress is a CMS… but wait there’s more…
Ok, this is something that has been on my mind lately and just the other day it came up during a discussion with a buddy of mine which made me give it some more thought. So here’s my take on … Continue reading
Posted in Opinions, Tools
Tagged architectural intent, cms, content management system, designers, developers, implementation choices, wordpress
Leave a comment
int/uint Coercion and Fast Pathing Arrays
This is something to consider for intensive loops in AS3 and is probably not a bad idea to use in general although the gains may be minimal. I was reading about the benefits of strict type annotations in Actionscript 3 … Continue reading
Posted in ActionScript 3
Tagged actionscript, array, AS3, ASVM2, coercion, ECMAscript, fast pathing, Flex 3, integer casting, performance, uint
Leave a comment
How-To: Pull a Directory With SCP
Just a quickie (and the first post in a series of How-To’s)… I’m sure many of you know the syntax for this but since I only ever used SCP and PSCP to push files, pulling them was a bit new … Continue reading