Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts

Sunday, February 26, 2012

how to create standout best facebook timeline cover




Most of facebook user's now have facebook timeline profile some likes it some don't but the fact is we all have to leave with it. Personally i like Facebook timeline it changed the experience of profile now your profile really express you. and the best thing about timeline is it gives you option to select a COVER cover to your timeline. Timeline cover is a stand out feature. It gives you opportunity to express your personality.

So In this post we will discuss about how one can create a standout, cool and best timeline covers with a cool facebook app Cover Canvas with just one click.


 


  • Just Login to your facebook account 
  • then goto Cover Canvas and click on Get Started
  • Click on Allow 
  • Now choose a cover you like.
  • And click on Make My Cover
  • Now goto your facebook timeline and change your timeline cover 


READ MORE - how to create standout best facebook timeline cover

Sunday, February 5, 2012

How to Generate thousands of genuine email ids for free












Hi, here I am once again, with a new trick about How to generate 1000's of genuine e-mail id's with in 5 to 10 minutes , all you have to do is just follow these simple steps  . its up to you that how you want to use them . So be careful about it.  :-)





Requirements :-

LETS START GENERATING E-MAIL ID'S :-
  •  Go to http://www.google.com, click on "Search settings" in the top right corner and change the number of results to display "100" per page, now click on Save preferences.
  • Now in  the search bar type a keyword(s) and the e-mail extension in speech marks For example :- xyz"@gmail.com" What it will do is search for web-pages that contain Gmail e-mail adresses and that are also related  with your keyword. The speech marks around "@gmail.com" make sure that "@gmail.com" is on every web page that is a result of the search.
    • You can also search single websites for e-mail adresses as shown on the example :- site:twitter.com "@gmail.com" The  example shown above will search the whole of twitter.com for"@gmail.com" email adresses. 
  • Now With your results in focus, click the arrow at the side of the AutoPager icon as shown in the picture below. Then goto "Immediately load > All pages" .as shown in screenshot. With your search results still in focus, scroll all the way down and AutoPager should load the next page of results onto the same  page you are currently on. Keep scrolling till all pages have loaded onto the samepage.







    • Press "ctrl + a" to select all of the pages then press "ctrl + c" to copy the results. With the results still in the clipboard (Still copied) go to http://www.skymem.com/ or Click here  . Paste your results into the first box which says "1. Put text with email addresses here:" and just click on Start Extracting Emails Button on top of that box. The settings should already be correct with "unique emails" and "sortticked" So no need to Touch that option. 
    • The e-mail adresses should show in the Results box (3rd box)  almost instantly.





    • Now copy the results from the results box paste them into Notepad. Sometimes the e-mail address seem to end in ".com." instead of just".com" so in notepad go to "Edit > Replace" and in the "Find what" text-box type ".com." without the  speech marks("") in the "Replace with" textbox type".com" , without the speech marks.

    READ MORE - How to Generate thousands of genuine email ids for free

    Wednesday, January 25, 2012

    how to access facebook through google plus or Add the Facebook Stream to your Google+ Profile


    Do you want to access Google plus and facebook under the same tab on same page.? ??
    then surely this post will help you to add your facebook account to google plus and get all the Facebook stream to Google plus. all you have to do is install a plugin which will only gonna take less then 2minutes


    How to access Facebook through Google plus:-


    • Visit  here and Download .GOOGLE+FACEBOOK browser extension and install it(only gonna take less then 2min)
    • Now login to your Google plus account   
    • You will see a Facebook button on top (see in image ) click on  button [button no. 1. in image]
    • and then click on  " f Connect with Facebook " (see in image [button no. 2.])


    • Now click on Allow

    • That's all now you can access facebook through google plus . to access facebook just click on Facebook button (see in image)


    READ MORE - how to access facebook through google plus or Add the Facebook Stream to your Google+ Profile

    Thursday, October 27, 2011

    How to change your facebook theme

    Bored with the same BLUE&WHITE facebook theme This is a very cool trick to change theme of your facebook profile and make it cool ... just look at my facebook page  below ... is'nt it looking cool..! huuha now i'll explain you how to do it in this post ....


    BEFORE INSTALLING THEME
      

    AFTER INSTALLING THEME


    Requirement: The basic requirement for this to work is to have Mozilla Firefox 3.5 or higher





    Steps To change facebook theme: The following steps should be carried out to successfully change Facebook theme.

    •    Follow the basic steps and install the addon.

    •     Restart Firefox after successfully installing the stylish addon.

    •     Login to your Facebook Account and click on the small 'S' button in your Firefox status bar.Stylish Button 
      •     Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.

      •     Click on any theme and a preview will be shown.

        •     If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page
        Install with stylish
        .

          •     A dialog box will open.
          Installing Ferrari theme for Stylish Firefox


            •     Click on Install in the dialog box.
            Now your facebook will look different depends upon which theme you selected. 
            like I selected this One...cool naa..! enjoy..


              READ MORE - How to change your facebook theme

              How to lock any file or folder without any software


              Most of us have private data. Not all of us have a private computer to keep that data. So, we just end up with other people viewing that data. Although password protecting software do work, it is almost useless to hide private data with these software(because we are always questioned as to what it is that we are hiding with the help of these software).


              Hidden folders do not work as they can be easily searched with Windows Search. So, we need an alternative way to create hidden password protected folders which only we can access. And that is exactly what we will learn in this post.

              With this trick, you can create a secure password protected folder in Windows which no one except you can access. To use this trick, follow the instructions given below:-

              • 1.  Open Notepad.
              • 2.  Copy and paste the exact code given below:-



              cls
              @ECHO OFF
              title computer-tricks-corner.blogspot.com
              if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
              if NOT EXIST MyFolder goto MDMyFolder
              :CONFIRM
              echo Are you sure to lock this folder? (Y/N)
              set/p "cho=>"
              if %cho%==Y goto LOCK
              if %cho%==y goto LOCK
              if %cho%==n goto END
              if %cho%==N goto END
              echo Invalid choice.
              goto CONFIRM
              :LOCK
              ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
              attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
              echo Folder locked
              goto End
              :UNLOCK
              echo Enter password to Unlock Your Secure Folder
              set/p "pass=>"
              if NOT %pass%== computer-tricks-corner.blogspot.com goto FAIL
              attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
              ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
              echo Folder Unlocked successfully
              goto End
              :FAIL
              echo Invalid password
              goto end
              :MDMyFolder
              md MyFolder
              echo MyFolder created successfully
              goto End
              :End
              • 3.  Click on the File Menu. Click on Save As.
              • 4.  Select All Types (or all files) in the Save As Type dropdown menu. Save the file as *.bat or Locker.bat 
              After creating the file, double click on the Saved file. A new folder will be created. Enter your data in the folder. Again, double click on the batch file. Type Y and press Enter. The folder will be hidden from view.

              To re-view your folder, double click on the saved batch file. Enter password as 
              " computer-tricks-corner.blogspot.com " without quotes ("") and press Enter key. This is also the default password. Your folder will be visible again.

              To change the default password, edit the part of the code given in blue and enter your own password.


              The overall usability of this trick can be improved by deleting the batch file after hiding your folder and re-creating it when you wish to access your folder again.


              If you face any problem using this trick, you can write a comment and I will do my best to help you.


              Note
              : This works on Windows 7, Windows XP and Vista. First try this on useless data to be sure and then only hide your personal data.


              READ MORE - How to lock any file or folder without any software