Yes, I’ve done it. I bought a Mac. A Mac Mini to be precise. I have thought about buying one for quite a while, more than a year. The reasons for buying one before were that they are small, quiet and Unix compliant but now I also realized I want to develop applications for IPhone and for doing that I need two things: Read Post ›
I am working on a PHP thing where I need to be able to move array elements around based on their keys, the ordering is important. Non of the built in functions seem to do what I want and I could not find any similar problem/solution already posted somewhere so I made my own. In case someone needs the same thing, here it is, I place it in the public domain so feel free to use it as you want.
