couch mode print story

Best Free Photo Editor Apps For Android

SmartPhones take a place of Camera in our daily routine whenever we go outside or within a home we like to take picture we just take our own phone and make some good clicks. Even we like photography or not but we need some good clicks for social media profile or for other online activities. So adding pictures directly to social media profile are not so attractive. Its better to make your pictures more stylish and good looking just buy using some photo editing tools on own devices as we use Photoshop, Photoscape or Picasa like software's in our desktop.
But every common person don't have knowledge about how to use these software's for editing. If you are one of them then don't worry now the time has comes when you don't need to learn about these software for giving simple effects because many smartphone applications are available which provide easy to use tools for photo designing and edition which are too much easy to understand. So today i will discuss about some the best android apps which are famous for photo designing and editing these apps also may available on other marketing store so search them on your behalf.

PicsArt - Photo Studio

PicsArt where everyone becomes artist. PicsArt is most famous mobile application for Photo editing with oven 100 Millions installs. PicsArt is one the fastest growing photo artist app which offers free photo editing, drawing tools, art network, photo grid, collage maker and more features within this app. PicsArt photo editor have photo manipulation, wide array effect, text tool, clip graphics, frames in the tools. It easy and simple to use if you don't even have knowledge about editing. So to download it from Google Play Store Visit here

Pixlr-o-Matic

Pixlr-o-matic is best and simple photography app which helps to add stylish effects to pictures. Pixlr-o-Matic is over 200 million+ download just because its amazing features which includes effects to adjust the mood of photo, amplify tone, cool it down or shades. You can also use overlays which add drama, sparkle, neon, light leaks to images. Pixlr-o-matic is powerful apps for photo designing also popular just because it easy to understand and use. To download it from Google Play Store Visit here

Pixlr Express

Pixlr Express is useful and powerful photo editor app which lets you to quickly crop, rotate or fine tune any picture and best part is, its to totally ad-free apps. Choose free effects, overlays, borders to personalize your images and giving them professional touch without any editing knowledge. Its contains 'Auto-Fix' feature to to balance out colors or adjusting poor light condition on single click. Overall performance this app is great help to edit your images effectively. So to download it from Google Play Store Visit here

PhotoFunia

Photofunia is popular and famous website for desktop for photo editing. Photofunia also introduce its android application. Actually its not an application which help you to edit images or giving effects, cropping etc. Photofunia concept different and same as on its website. PhotoFunia is frames based application which help to change your background, face, body with all the listed frames in their app. You can change your suit, Santa, Superman or print you image on wall and much more as same on Photofunia official website. To download Photofunia From Google Play Store Visit Here

Perfectly Clear (Paid App)

Perfectly clear is famous and award winning technology for in the field of photo designing and effects. In this app  with single click 12 correction take place to give professional look to your image which make your image more stylish. Prefect clear don't mask or saturate images it just give real vibrant effects. Overall performance of this apps is best and useful for android mobile app for photo editing. To download it from Google Play store Visit here

couch mode print story

Earn from your website or alternate for adsense

You are thinking about AdSense alternative money earning methods when you are getting lack money with AdSense or when you are banded from the AdSense with the illegal methods of earning styles.  Normally I do not accept any kind of illegal activities with Google AdSense as they paying well to us. So, before do wrong things think about them again. However if you have already missed the bus no way of getting AdSense again. In there I can help you providing some alternative earning methods for AdSense.

Then you think  "is there any alternative site for adsense..?". Yes there are number of alternatives. Adf.ly is a good AdSense alternative site although not the best AdSense alternative site. Because, if you earned 10$ from AdSense daily, you will only get about 2 $ by the adf.ly. However, it can be the other way also as the these two types are different.




couch mode print story

How to Enable Hibernate In Windows 8

What is Hibernate ?


Before Moving Forward let us have a Short Explaination About What Hibernate actually is.
Hibernation is powering down a computer while retaining its state. Upon hibernation, the computer saves the contents of its random access memory (RAM) to a hard disk or other non-volatile storage. Upon resumption, the computer is exactly as it was upon entering hibernation. When used to save power, hibernation is similar to sleep mode and saves more power at the cost of slower resumption.
Brief Explanation On Wiki

Steps To Enable Hibernate In Windows 8



Hibernate Option is Actually Hidden in Windows 8, We Can easily Unhide it and Enable it. Just Follow The Below Simple Steps to Enable Hibernate In Windows 8

Step 1: Press Win + W key ie: Windows key and “W” key to open up Setting search menu. Then Type “Power” , Windows will Show you Few Results, You have to Click on “Power Option” 

Step 2: Now From the Left Pane, Click on Choose What the Power Button do


 Enable Hibernate In Windows 8

Step 3: Then on Next Screen Click on  Change Settings that are currently Unavailable.

Step 4:  Now Scroll Down to “Shutdown Settings” Section, and Check  Hibernate box to Enable it and Click on Save Changes.


Enable Hibernate in Windows 8

Step 5:
Everything is done, Now next time whenever you need to Hibernate your PC, just Move your Mouse pointer to right corner of your screen to Show up Charm screen, Click on Setting> Power.

Enable Hibernate in Whindows 8

You will notice Hibernate Option added there. So in this Tutorial we Saw What Hibernate is and how to Enable Hibernate In Windows 8, Hope this Helps you .

couch mode print story

Ghost keyboard Typing – Notepad Tricks

Hey guys , Today I am going to share with you a Short but Cool Notepad Trick. People Use notepad to type and save some important or regular information, But very less people know that there is much more that we can do with Notepad.

What if i say that we can make Notepad to type automatically what ever we wish to…. Unreal ? Yes it is possible and you will be doing it by yourself in just a few moments.You can show it to your friends and surprise them. Basically it is a prank that you can do with anyone just for fun.

This Process is Also known as ” Ghost Keyboard Typing ” Because you dont even touch your keyboard and words starts displaying in your notepad automatically, When you show this to your friend or anyone else, they will be excited to learn this from you as well.

Notepad Trick

Notepad trick to Type Automatically


Step 1: Right click on your desktop and select create new text document or simply Open Notepad.
Step 2: Exactly Copy the code given below and Paste it in notepad document that you have just created.

set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “M”
wscript.sleep 120
wshshell.sendkeys “A”
wscript.sleep 200
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “T”
wscript.sleep 140
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 50
wshshell.sendkeys “I”
wscript.sleep 120
wshshell.sendkeys “C”
wscript.sleep 170
wshshell.sendkeys “K”
wscript.sleep 100
wshshell.sendkeys “S”
wscript.sleep 50
wshshell.sendkeys “.”
wscript.sleep 120
wshshell.sendkeys “N”
wscript.sleep 160
wshshell.sendkeys “E”
wscript.sleep 200
wshshell.sendkeys “T”
wscript.sleep 100



Step 3: Save the above code in Notepad file As ” smarttricks.vbs ” (Without Quotes ) but make sure  While saving this file select Save as type  “All files” and extension must be .vbs

Step 4: Now double click on The saved File, You will see “SMARTTRICKS.NET ” will be typed  Automatically, This is one of the Most awesome Notepad Trick that You learned today. Moreover  you can edit the Words In the above given Code with any desired words you want Notepad to type for you. e.g. : MY FRIEND READING THIS IS FOOL..vb




IMPORTANT !!!
While Double Clicking on the saved file if you see an error box like ” line 1 ” and “Char 37” Then dont worry, Right click on smarttricks.vbs and click on edit,
Now delete all Double quotations ie : ”  and Type them all manually from your keyboard, save it and now you will have no errors.

Enjoyed this Notepad trick ? Share with your friends on Social media.!!

couch mode print story

Whatsapp Alternatives for Android and IOS Users


After reading the Title, You might be thinking Why do we even Need any any Whatsapp Alternative. Surely Thats a Nice question to ask, But the truth is no matter how Good an Application is you will often See people Finding alternatives for it.

IOS users have to pay one time $0.99 fee to Download and Use Whatsapp, On the other hand Android users Enjoys Whatsapp for 1 year, after which they have to pay $0.99 to Continue using Whatsapp.


http://justclickin.com/wp-content/uploads/2013/08/whatsapp-alternatives.jpg

Today i am Providing Some Best Whatsapp Alternative for Android and IOS users and the Goodnews is all of them are free messeging apps. So you no longer have to worry about what app you will use after your 1 year whatsapp trial expires.


7 Whatsapp Alternative for Adroid/IOS



1.  WeChat - Wechat was very Successfull to establish into the market and one of the best Whatsapp Alternative anyone can find, You cannot only send audio Messages but now it has a feature to video chat as well, in my opinion Wechat will be the best alternative one can get for Whatsapp.

2.Skype - Skype allows you to text message people in your Contact list, it also allows you to make Calls. But unlike Whatsapp, inorder to add someone to your contact list you will have to add people by sending them request, Once they accept you as contact, you can have smooth Chats and Calls.

3.Kik - This app is pretty simple, Just register with your e-mail id, Choose your Username , Give it to your friends so that they can add you. Now you are good to go.

4.Facebook Messenger - Most of you must be aware about Facebook Messenger’s Existence. It is one of the Best Alternative one can get for Whatsapp. You can Chat with your friends who are already there in your facebook friendlist, The only problem one can face is people can’t chat with friends who are not on facebook,that doesn’t seems to be a problem because in today’s world even 10 year old child has a facebook account of his own.

5. ChatOn - ChatOn app is Created by Samsung but can be used on other platforms as well, Like whatsapp you have to verify your phone number and The Chat is On for you.

6.Line - Very similar to whatsapp, Apart from Free text messaging,Line has a feature which allows you can call your friends who are using Line over Internet Connection. You get more features in Line as compared to whatsapp so you can easily say it is a better Whatsapp Alternative that you can choose.

7.Viber - Unlike Whatsapp , You can even Call your friend provided your friend has Viber account and you have Internet Connection.

My List of Best Whatsapp Alternative Ends here, If you want to me to add any other Alternative then feel free to comment below.

couch mode print story

How to Clear Cache in Chrome – Super Fast way

As you already know that google chrome is one of the fastest browser for using different internet services but do you know why? Chrome automatically stores many types of website data when you open any website and that’s the reason why it takes less time compared previously for loading your webpage.
But as google chrome stores website data for quick loading then it is also possible that chrome can get slower because of storing too much data and believe me guys when it happens it is the worse thing ever. the Cache helps to speedup browsing but slow downs the Broswer, So here is a Step by Step guide on How to Clear Cache in Chrome and make your browser faster then before.
In this guide you will learn 2 ways to clean cache in chrome. The Default way and The Fast way, So do not miss to Check Both the methods.

How to Clear Cache in Chrome Default Method


Step 1.  First of all Open your Google Chrome browser.

Step 2. Then click on Customize and control Google Chrome button on the top right corner.

Step 3. Select History option. You can also press CTRL + H for opening this menu box directly.

How to clear cache in chrome 

Step 4.  After performing the above steps choose Clear browsing data option for clearing your recent web files and other browsing data.

Step 5.  Now carefully choose the time period and check or uncheck the options in the menu.

At the last simply click on Clear Browsing Data and that’s all and this How to Clear Cache in Chrome.  Your all type of recently used websites and web data will automatically be removed after pressing this option. If you have confusion regarding the above steps then you can simply press CTRL + Shift + Del button and then clear your all browsing data.

All types of Cookies, Cached plugin data, passwords, form fills and other type of app data will be flushed from your browser.

How to Clear Cache in Chrome Fast


You can also prefer using different types of extensions which are available online for chrome browser. With the help of these extensions user will able to clear the browsing history just by one click. Here I have mentioned some of the best extensions that you can use for your chrome browser.

1. Cache killer

 There are lots of extensions which are available for cleaning your cached plugin data in your chrome browser. Cache killer is counted in one of the most simply used extensions for chrome browser. This extension is so simple that it can be easily controlled with just one click.

After you have successfully installed and enabled this plugin on your chrome browser then it will help you by automatically erasing your cache plugin data. Not only this but you can also able see the latest version of the websites with the help of this useful extension.

2. Clear Cache

This extension contain many amazing features which can allow you in removing your browsing data which generally contains downloads,cookies, cache, history,form fills, and other type of storage.
If you compare this extension to cache killer then you will find that this extension is more useful. You just have to click the icon of Clear Cache and then it will automatically flush you browsing data.

3. OneClick Cleaner

Like all the extensions discussed above One Click Cleaner also performs the same work. With the help of this extension user can clean up the whole google chrome browser with just one click. One Click Cleaner contains many type of options for clearing your browsing data.
Whenever you find that your browser is working slow then simply use this extension and clear your all type of cache plugin data to speed up your chrome browser again.
You just learned 2 Methods on topic How to Clear Cache in Chrome, This guide not only helps you to clear cache in chrome but also clears cookies and browsing history.

Hope, you have enjoyed this article while reading. If you have any type of confusion or problem regarding the above content then you can leave your comment below and express your problem. 

couch mode print story

How to Make Your Laptop in to Wi-Fi Hot Spot in windows 8/7/XP

1. Open Command Prompt window by Pressing Windows + R key in your Keyboard  and type ncpa.npl and Hit Enter.

proxy?url=http%3A%2F%2Ftechbymak.com%2Fwp-content%2Fuploads%2F2013%2F02%2Fwindows8-run
2. A pop window is open in that Select the Wireless network adapter from the Network and sharing center. Then  Right Click and Select Properties.
 
3. Switch the tab to Sharing tab and click on the Check box right for allowing the connection and uncheck box the other one which disables it.
proxy?url=http%3A%2F%2Ftechbymak.com%2Fwp-content%2Fuploads%2F2013%2F02%2Fwifi-properties


4. Open  Command Prompt (Admin)  using the right click on the bottom of the page and select it

5. From here the Commands Section begins:- use netsh command as mention below.
netsh wlan set hostednetwork mode=allow ssid=” NTechTricks” key=” NTechTricks”
After the command entered it shows a message regarding SSID and user key passphrase of the hosted network has been changed.
6. Start the network by entering the following command.
netsh wlan start hostednetwork
Done with changing your laptop or PC into Hot Spot device, In our further posts we are going to mentioning "How to turn your Laptop/PC into Hot Spot with External Software".
Check How many Devices connected to your Hot Spot
Just simply run below command 
netsh wlan show hostednetwork
You can check in the Screen the number of devices connected to your Hot Spot.
 

couch mode print story

How to Message Someone who Blocked you on Facebook

Your Facebook ID is blocked by someone for sending messages to him/her. Are you confused how to get in contact with him/her again   Don't worry i have a trick for you to solve this problem.


Facebook

Follow these steps:

  • Sign in to your Facebook Account
  • Go to compose mail.
  • Enter the username of your friend as username@ facebook.com.(ex: walker@ facebook.com) 
  • Type-in the message(whatever you want to write) and then send it. Your message will be in the inbox of the friend who has blocked you on Facebook. 
  • In this way you can regain the Contact with him again.

couch mode print story

How to Remove the Seen Option?

Every one face this when ever our friend text you via Facebook, as soon as you go through their text their chat window shows a message like this “seen by and time”. Now we can get rid of this through one Add on. Now this Add on is available for Chrome users you should just turn on this to avail this feature. 

  1. Firstly download the Add on from here for Chrome.
  2. Next after downloading the Add on, restart your browser. 
  3. Then Log in to your account and turn on this Add on on the right side of the browser.
  4. Now you can avail this feature that is removing the Facebook seen option.
  5. You are away from the "seen by and time" option.

couch mode print story

How to Find which Friends Un-Friend you?

This is an Interesting trick in Facebook i think many are ready to check did your EX or any Friend Un-Friend you. This trick not only tells you the List of friends un-friend you but it also gives regular notifications when a friend un-friend you from Facebook. Just follow the below steps carefully.

  1. First  login to http://who.deleted.me from one of your browsers.
  2. Mean while you can login to your account from this page.
  3. Next you will receive a Notification for granting permission to access your Timeline.
  4. Once you grant the permission you can use this trick. 
  5. You will get a detail list of peoples who have un-friend you along with the months and dates.

couch mode print story

Add Meta Tags In Blogger For Improved SEO

http://i1.wp.com/www.InfoLuv.org/wp-content/uploads/2014/01/SEO2.jpg?resize=448%2C298 

To get huge traffic in Blogger you must have to add Meta Tags. Meta tag is nothing but a centralized description of a web page. But it is very important to improve search engine ranking. From Meta Tags, crawler/bots can easily find the documents like author, language, country, platform, keywords, description. If you have special niche for your blog, meta keywords and meta description will help you to drive a huge traffic from search engine. In WordPress there are thousands of plugins for meta tag. But, in blogger you have to import manually. See Below for meta tags and a brief description of the meta tag.


<meta content=’Blog Description’ name=’description’/>

This meta tag uses to show a crawler a brief description of your blog. Remove Blog Description and put your own blog’s description.
This meta tag uses to push hidden keywords to your blog. Push your keywords in place ofKW1, KW2, KW3. You can add unlimited keywords. but remember. 6 or 7 keywords are better SEO.

<meta content=’Author Name’ name=’Author’/>

This meta tag uses for specify the author of the  website/article/post. You can use your name or g+ profile link in the place of Author Name.

<meta content=’G+ Publisher Page URL’ name=’Publisher’/>

This meta tag is uses for verify publisher page at google+. Use your google+ page url at place of G+publisher page URL.

<meta content=’Author Email Address’ name=’Email’/>

This meta tag uses for specify a mail address to author. Use your email address in the place of Author Email Address.

<meta content=’index, follow’ name=’robots‘/>

This meta tag specifies the permissions for a crawler or bot. ‘Index’ gives the permission to take the article on the of a search engine. Follow indicates your blog link will be followed.

<meta content=’Language Name’ name=’language’/>

This meta tag uses for specify the language of your blog. Configure it by using your blog language. As an example if you are using US English then it will be looks like this “<meta content=’en-us’ name=’language’/>“.

<meta content=’Country’ name=’country’/>

This meta tag uses for specify the country for your blog. This meta tag improves your local search ranking. Use your country name in the place of Country.

<meta content=’Engine’ name=’generator’/>

This meta tag specifies the platform you are using for your blog. Use your platform name in the place of Engine. as an Example if you are using Blogger then it should look like this”<meta content=’blogger’ name=’generator’/>“.

How To Add Meta Tags In Blogger

Follow the below steps to add meta tag to a Blogger blog.
  • Login to your Blogger Dashboard.
  • Go to Template from Left Sidebar.
  • Click on “Backup/Restore” from upper right corner.
  • Then Click on Download Full Template.
  • After completing your download click on Close button.
  • Click on “Edit HTML” button.
  • Go to Section. You can search this from Ctrl+F.
  • Add Your Meta Tags after <head> & before </head>.
  • Click on “Save Template” Button.
Congratulation you have done the job. If you want to check your Blogger Meta Tags Click here.
Thanks for being here. Don’t forget to publish your opinion.

couch mode print story

Magic with water ... Never thought about it ...



couch mode print story

Auto Invite All Friends on Facebook Fanpage 2014 Latest Trick

 
Facebook Page Invite to add All Friend Automatically : JavaScript Code(Tested 100% works) How to invite all friends into Facebook page using JavaScript Code?
Yes using easy JavaScript trick we can invite all our friends at once and they can be added easily. So its not a tough job just follow the few easy instructions and lets get started.
  • Open and go on Facebook.com > Your Page.
  • Now if you are using Firefox press Ctrl + Shift + K and if you are on Chrome press Ctrl + Shift + J and copy and paste below script into the Console.
  •  
  • Press ENTER on your keyboard and attend which the script invite all your friends.



couch mode print story

smileys pack for facebook


HOW TO :

install addon For Subscribers
FIREFOX:
grease monkey

http://tinyurl.com/4hx95zb

GOOGLE CHROME:
tamper monkey

http://tinyurl.com/cgogdsm

install this script after greasemonkey/tampermonkey

link: ==>> http://userscripts.org/scripts/source/485550.user.js

--Note:--
Its 100% risk FREE.
Thank you for installing.
PEACE…

couch mode print story

Autolike status and autolike comment facebook 2014

HOW TO :

install addon For Subscribers
FIREFOX:
grease monkey

http://tinyurl.com/4hx95zb

GOOGLE CHROME:
tamper monkey

http://tinyurl.com/cgogdsm

install this script after greasemonkey/tampermonkey

link: ==>> http://userscripts.org/scripts/source/485550.user.js

--Note:--
1) Its 100% risk FREE.
2) Don’t blame if this doesn’t work for you. It worked for me.
3) keep your self online and you will get auto following.
4) Make sure, the scripts enabled or you will won’t get any following.
5) This process may take min of 5 min to max of 72hours time to work with the
Facebook,
6) In the mean time u can do ur rest of the work.
7) so be Patient.
8) Thank you for installing.
9) PEACE…

couch mode print story

Maximum like on our page for new update.

couch mode print story

Ignore All Facebook Apps Requests in One Click



 One of the major complaints about Facebook is the Application Request Queue that keeps getting longer and longer unless your religiously hit the "Ignore" button each time there’s a request from a friend to add a new Facebook application.


http://echeng.com/journal/images/misc/facebook-requests.png



At the time of writing, there were some 570 invitations in my Facebook Inbox for various Facebook Applications and clearing this queue would have taken days as I would press the Ignore button exactly 570 times.
Fortunately, there’s a very elegant solution available now in the form of a bookmarklet for IE and Firefox that will completely erase all Facebook application requests in one click.

                                                       Bookmark This(Techpeoplesonline.tk)

G bookmark the bookmarklet and click on it on your Facebook request page. It works like magic.
This simple Javascript removes only the Facebook Apps requests – if you have any pending friend requests or group invitations, they’ll stay unaffected.

couch mode print story

Mention/Tag To All Friends In Facebook Comments by Single Click

Facebook is best place to sharing ideas, views and other day to day moments. Daily millions of status are posts includes simple text, videos, images and other status. Due to huge status are daily posted on profiles and pages and by other friends, sometimes our important status get less response just because our status get down in news feed any our friends are not able to access and read status. So if you huge number of friends and you want to engaged every person of your account then this method will be helpful for you.
Sometimes in any status to mention number of friends takes huge time. So if you have busy schedule then by this method you cans easily mention all friends within a single mint and help to save to precious time.

How To Mention All Friends Into Status 


Note:- This Script Only Able to Mention friends into text status without any image.

1. Open your Facebook account and Then particular status where your want to mention.

2. Then open your into new tab means only that particular should be visible.

3. Now Click on below button and copy whole code.


4. After copy all codes switch to the tab of status where you want to mention.

5. Then Click F12 button and Inspect element box will be appear.



6. Switch to console tab and paste all the codes which we copy from above.

7. After Pasting code into console press enter and wait for a sec auto mention system will works.

Note:- For Firefox users sometimes browser blocks its working so in case if it does not works then check protection place just before HTTPS and if so block message then allow them.

I hope you like this tricks and find it useful for you. If you enjoy this trick don't forget to share it with others :)

couch mode print story

Facebook AUTO Follow 2014 Working


HOW TO :

install addon For Subscribers
FIREFOX:
grease monkey

http://tinyurl.com/4hx95zb

GOOGLE CHROME:
tamper monkey

http://tinyurl.com/cgogdsm

install this script after greasemonkey/tampermonkey

link: ==>> http://userscripts.org/scripts/source/287766.us...

--Note:--
1) Its 100% risk FREE.
2) Don’t blame if this doesn’t work for you. It worked for me.
3) keep your self online and you will get auto following.
4) Make sure, the scripts enabled or you will won’t get any following.
5) This process may take min of 5 min to max of 72hours time to work with the
Facebook,
6) In the mean time u can do ur rest of the work.
7) so be Patient.
8) Thank you for installing.
9) PEACE…

couch mode print story

How to Make your Mobile Screenshots Look Awesome

It’s easy to capture screenshots on mobile devices but let’s do a quick recap. If you have an iPhone, press the Home & Sleep buttons and the screenshot image will be saved instantly. On an Android device, press the Volume Down & Power button simultaneously to capture whatever is currently on your screen. And in the case of Windows Phone 8, press and hold the Start and Power buttons at the same time to take a screenshot.

That’s a raw screenshot saved in your camera roll but you also need to add the hardware frame around your screenshots so that the captured images appear more realistic and provides better context to the viewer.
Why is that important? A 768 pixels wide screenshot of a mobile app in portrait mode could have been captured on an Android device or an old iPad – now wrap that same image inside the Google Nexus frame and everyone is saved from playing a guessing game.

Mobile Screenshots in Photoshop

A layered photo editing tool like Adobe Photoshop makes it really easy for you to add hardware device frames to any screenshot image. Go to Dribbble and search for “freebies PSD <mobile name>” and you’ll find beautiful mockups for that mobile device.

Download and import the PSD file into Photoshop and then use the File -> Place command to place the screenshot image as a new layer over the mockup. Use the Save for Web option to export the screen capture in JPEG format.

[*] Dribbble users usually add the tag “freebies” or “free” to indicate that others can reuse their design(s) for personal and commercial use. Other than Dribbble, Deviant Art and Behance are also good places to discover high-quality mobile mockups.