Facebook Messenger For Windows
April 11, 2012 Leave a comment
Facebook released Facebook Messenger for windows. You can download the messenger from this link - https://www.facebook.com/about/messenger.
April 11, 2012 Leave a comment
Facebook released Facebook Messenger for windows. You can download the messenger from this link - https://www.facebook.com/about/messenger.
January 1, 2012 6 Comments
Watch latest movie trailer on Bma Trailers
Hello readers, first of all Happy New Year. Hope you all are fine and doing great with your life.
I am doing great and enjoying my life. I recently switched my job and enjoying new challenges at new workplace. I learned alot about my self and other things also in 2011.
First I learned that I always want to face new challenges each day, I can not work on same thing for a longer period of time until it is exciting, that’s why I always excited and ready to learn new technologies. I am not be interested at least right now in business management (I like project management) because I find it boring. I hate fotmal meetings I think they are non-productive, instead of being in meeting I can work on some new ideas.
October 1, 2011 3 Comments
Hey Guys
I have been busy with many stuff one of those got in to shape and with this post I am announcing of one of my new blog related to movie and entertainment.
The concept of the blog is that many video providing website is now flooded with many fake and fan made trailers which we don’t want to see so we will provide authentic official trailers so you don’t have to waste your time in finding a authentic trailer of a movie.
Guys visit my new trailer blog called BMA Trailers http://www.bmatrailers.com
September 4, 2011 2 Comments
Hello developers
Now you can use html5 video with good controls through Javascript
VideoJs provides a html video player with many options.
Some of its features are
Here is the link to VideoJs website
August 25, 2011 3 Comments
Watch latest movie trailer on Bma Trailers

Here are some of the articles written after steve jobs resgnation news spread
http://sethgodin.typepad.com/seths_blog/2011/08/a-little-empty.html
http://techcrunch.com/2011/08/24/steve-jobs-the-patron-saint-of-perfectionists/
http://techcrunch.com/2011/08/24/steve-jobs-the-end-of-an-era/
http://techcrunch.com/2011/08/24/apples-coo-tim-cook-replaces-steve-jobs-as-ceo/
http://techcrunch.com/2011/08/24/steve-jobs-resigns-from-apple/
http://mashable.com/2011/08/24/steve-jobs-resignation-letter/
http://mashable.com/2011/08/25/why-apple-wont-change/
http://mashable.com/2011/08/24/10-iconic-steve-jobs-videos/
http://mashable.com/2011/08/24/steve-jobs-resigns-as-apple-ceo-twitter-reacts/
http://mashable.com/2011/08/24/steve-jobs-the-greatest-second-and-third-acts-in-business/
http://mashable.com/2011/08/24/steve-jobs-career/
http://mashable.com/2011/08/24/tim-cook-apple-ceo/
http://www.ithinkdiff.com/steve-jobs-resigns-ceo-apple-tim-cook-place-breaking/
http://www.engadget.com/2011/08/24/steve-jobs-resigns-as-ceo-of-apple
http://blogs.wsj.com/deals/2011/08/24/steve-jobs-resigns-as-apple-ceo/
http://finance.yahoo.com/news/Steve-Jobs-quits-as-Apple-CEO-rb-345018947.html?x=0
July 15, 2011 2 Comments
In this post i will tell you how to connect database in zend framework using Zend_Db.
After initiating the Zend framework project make a folder like this
Zend Project -> applicaiton -> models -> Db -> Db.php
we make a class name ”Db_Db” and define a static method “conn()”
Code
class Db_Db
{
public static function conn()
{
try
{
$pdoParams = array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES UTF8;');
$connParams = array("host" => "localhost",
"port" => "PORT",
"username" => "DATABASE_USERNAME",
"password" => "DATABASE_PASSWORD",
"dbname" => "DATABASE_NAME",
"driver_options" => $pdoParams
);
$db = new Zend_Db_Adapter_Pdo_Mysql($connParams);
return $db;
}
catch (Zend_Db_Exception $err)
{
echo $err->getMessage();
}
}
}
July 9, 2011 1 Comment
Most of Zf developers may need to identify the version of the framework user is using
here is one line from which you can get the version
echo Zend_Version::VERSION;
July 1, 2011 9 Comments
Finally Google entered in to social media world with an awesome outing of Google+ (for short G+) . The interface is as usual simple and rocking, great user experience.
G+ provide all the functionality which you found on other social media websites like photo sharing, link sharing, video sharing and a good control over privacy.
June 28, 2011 13 Comments
Watch latest movie trailer on Bma Trailers
These days i am trying to shift myself from straight php coding to php mvc framework when i searched for best php framework i found out there are alot of frameworks. Right now i started reading about ZEND framework Here is the list of frameworks you can vote on
June 28, 2011 1 Comment
After a long time i am writing that is because now a days i am not doing much of freelance
Also i sold my Canon S5 IS, now planning to buy a cool canon DSLR may be Canon 550D or Canon 60D
here is my flickr account
http://www.flickr.com/photos/sumairzafar/
add me on flickr if you lik my photos