Monthly Archives: January 2011

mktime date range: last week, last month

Cannot believe you have to do extensive search on google for this. Ended up writing myself. $this_week_fr  = mktime(0, 0, 0, date(‘n’), date(‘j’),   date(‘Y’)) – ((date(‘N’)-1)*3600*24); $last_week_fr  = mktime(0, 0, 0, date(‘n’), date(‘j’)-6, date(‘Y’)) – (date(‘N’)*3600*24); $last_week_to  = mktime(24,0, … Continue reading

Posted in PHP | Leave a comment

Nexus S

I’ve seen many posts on the internet people sharing their experience of getting of the hook of AT&T. I think Apple with their great product which definitely iPhone is, is hurting a lot lately because AT&T predatory plans. Its the same reason people move away from iPhone like mine. Not iPhone itself, but because AT&T charges and plan restrictions OS X may loose its dominant position on mobile market. Continue reading

Posted in Android | Leave a comment