Highest Rated CEOs 2013

Mark Zuckerberg Facebook

Do you approve of the way your CEO is leading the company? See which CEOs have the highest approval ratings. The Glassdoor list is based entirely on employee feedback shared during the past year.

Check out the Top CEOs of 2013 and caste your vote here..

http://www.glassdoor.com/50-Highest-Rated-CEOs.htm

Lowest Cost for LUMIA 900 on Amazon- Get it fast.

For AT&T customers eying one of Nokia’s Windows Phone 7 devices as an upgrade, Amazon is offering the stylish new Lumia 900 on the cheap… real cheap. So cheap, in fact, you have to wonder what’s up. Are Nokia’s phones failing on the market even though they’re getting great reviews? Or is Microsoft merely trying to saturate the market with this flagship device before the arrival of Apple’s iPhone 5, taking a hit in the wallet?

Lowest Cost for LUMIA 900

Lowest Cost for LUMIA 900

More from this link..

http://www.tomsguide.com/us/Amazon-Windows-Phone-7-Nokia-Microsoft-Lumia-900,news-15084.html

How to sign an android APK, a simplest way

Hello all..

This post is also about how to sign an android apk to publish it to the android market.
I have already shown another method to sign the apk, which is through the command line.

How to sign an android APK ? – a simplest way

Here is another simple method without using the command line options to create a keystore file and then sign your apk to upload to the android or any other markets such as amazon markets.

1. OK we will start by creating a sample project named “Test”.

Look at the screenshot 1.

2. Now double click on the AndroidManifest.xml file.
Set the appropriate version number and version code for your project.

3. Now below this there is a link called “use the export wizard”. Click on that.

then another window will open, there select your desired project.

4. click Next, then you will be asked for a keystore, if you have a keystore file then browse and locate the file.
OR
Create a new one.
If you have a keystore file the after locating the file you have to give the password.

Click on Finish and your APK file will be created in the destination directory.

If you are creating a new one then…

Go through these steps by filling in the details that appear in the dialog.

Clicking on Finish will create your signed APK.

5. Now Give a location for you signed apk file.- Click finish -> Your signed APK is ready for upload to the market.

Please leave your valuable comments on this post. PLease share it if you like this post, so that it will be helpful to others also.