Something more relaxing after this scrary number on previous post
Related Posts
Simple XML to ActionScript 3 Menu
This is actually my first attempt to make a menu XML customizable driven. I will probably release a new version…
Header("Location") on PHP
So check out this code….. if(1== 1) { header(“Location: index.php”); } header(“Location: http://www.google.com”); This simple code will be expected to…
CLLocationManager delegate method is not called in iOS4
Weird bug-easy solution. I did have this weird issue also when updating to SDK4.0. I couldn’t get CLLocationManager to work on simulator. This…