Not sure how to react!!!

It’s been a long time I put any of my rants. Well actually things are not bad to put anything in that section. But today I feel really low!!! I really don’t know what is going on, things are not in place and yes we cannot expect them to go as our wish, but at [...]

1and1.com hosting – Wordpress upgrade failure

Today I was upgrading one of my client’s wordpress installation, but it was failing, later I found in some forum that this failure is because 1and1.com hosting doesn’t have PHP enable by default and that we need to map php5 compiler properly. For this all you need to do is just add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 [...]

ActionScript to change Registration Point of Movie Clip for Dynamically loaded Movie

Below is the code I found on some forum that help in changing the registration point of dynamically loaded Images, that help in rotation of movieclip. Basically it only create new _xreg and _yreg points that need to be adjust to change coordinate system before you rotate image/movieclip using _rotation2 variable.
It works for Action [...]