My First International Project !

I got my first Project in ASP.NET 2.0 (VB) with MYSQL at 29th January. we were 2 friends who finished that project in 27 days . we made 2 versions of that Stock control software , one with Mysql and other with SqlServer ! My friend Adeel is now doing MS leading to PHD from NUST Univeristy of Pakistan and me doing MS from Virtual University specialization in Software Engineering . i am in the first semester at the moment , doing hard for finals 🙁 !

I Born as a Freelancer Today !

Hello ,

I born as a freelancer today . I joined RAC to see the new Horizons of the world . Don’t know why i sign up at RAC at that time . Actually my friend told me some company get the projects from there and then i joined RAC and started to place bids there . i was fed up from the local market here in pakistan !

i got job here too but that company that hired me was very CHEAP and that boss doesn’t know anything about the software and he paid me very low for 2 and half months . he paid me for just half month . but the managers were there who were managing the project really motivated me . I can’t forget the 2 guys there RAO and AAMIR sahib.

today is the 9th Jan of 2009 and my second birthday as a freelancer .

Date Addition and Subtraction in PHP

Hi guys
today i started my blog , i hope i will share lots of good experiences with you .
i start with a very handy approach that i learned today in php , adding or subtracting dates .

Date Addition and Subtraction

here is the code

echo date(‘Y-m-d’, strtotime(“+28 days”));
echo date(‘Y-m-d’, strtotime(“-28 days”));
echo date(‘Y-m-d’, strtotime(“+2 months”));
echo date(‘Y-m-d’, strtotime(“+2 years”));