Monday, 25 April 2011
Yahoo! MyBlogLog to be discontinued
Having trouble viewing the email below? Please click here.
Dear MyBlogLog Customer,
You have been identified as a customer of Yahoo! MyBlogLog. We will officially discontinue Yahoo! MyBlogLog effective May 24, 2011. Your agreement with Yahoo!, to the extent that it applies to the Yahoo! MyBlogLog, will terminate on May 24, 2011.
After May 24, 2011 your credit card will no longer be charged for premium services on MyBlogLog....
Saturday, 23 April 2011
Strict Standards: Non-static method JLoader::import() should not be called statically
Strict Standards: Non-static method JLoader::import() should not be called staticallySOLUTION:open the "php.ini" file in the EasyPHP-5.3.3.1/conf_files/ and make the changes below:1) changeCode:Kod:error_reporting = E_ALL | E_STRICTbyCode:Kod:error_reporting = E_ALL & ~E_STRICT2) changeCode:Kod:display_errors = OnbyCode:Kod:display_errors = OffWarning : Be sure your error_reporting and display_errors variables are the last one to be read in the php.ini file, else yours could be overwritten by default values.Furthermore, you can leave var $error_reporting...
Tuesday, 19 April 2011
Google Video Hosted Content To Be Removed After May 13
Dear Google Video User, Later this month, hosted video content on Google Video will no longer be available for playback. Google Video stopped taking uploads in May 2009 and now we’re removing the remaining hosted content. We've always maintained that the strength of Google Video is its ability to let people search videos from across the web, regardless of where those videos are hosted. And this move will enable us to focus on developing these technologies further to the benefit of searchers worldwide. On April 29, 2011, videos that...