Facebook Messenger For Windows

Facebook released Facebook Messenger for windows. You can download the messenger from this link - https://www.facebook.com/about/messenger.Image

New Year 2012 – New Beginning – New Ideas

Watch latest movie trailer on Bma Trailers

Leaning

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.

Board Meetings

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.

Read more of this post

BMA Trailers : Basic Movie Agenda

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.

BMA Trailers

BMA Trailers

Guys visit my new trailer blog called BMA Trailers http://www.bmatrailers.com

VideoJs : Html5 video player

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

  • Free & Open Source
  • Lightweight. NO IMAGES USED
  • 100% skinnable using CSS
  • Library independent
  • Easy to understand & extend
  • Consistent look between browsers
  • Full Screen & Full Window Modes
  • Volume Control
  • Forced fallback to Flash (even when there is an unsupported source)

Here is the link to VideoJs website

http://videojs.com/

Steve Jobs Resign : links to articles

Watch latest movie trailer on Bma Trailers

Steve jobs

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://ibnlive.in.com/generalnewsfeed/news/apple-shares-under-pressure-after-jobs-resignation/800690.html

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

Zend Framework : Zend_Db

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();
    	}    	
	}
}

Get Zend Framework Version easily

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;

Google+ : An Awesome Social Network From Google

Google Plus

 

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.

Read more of this post

Vote for best PHP Framework

Watch latest movie trailer on Bma Trailers

codeigniterZendYII framework

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


Photography

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

Follow

Get every new post delivered to your Inbox.