Pages

Page List

Pages

Thursday, 31 May 2012

Facebook Keyboard Shortcut keys



           Using keyboard shortcuts where ever possible is the most Efficient way of using a PC. Then why do you miss this in facebook? It is the No 2 ranking website after Google, as per alexa rankings.So be known of these facebook shortcuts. Moreover, it makes you look like a pro..

These are the facebook's own set of built-in keyboard shortcuts.


These are the Chrome keywords for facebook :


  • Alt+1 -Return you to Home
  • Alt+2 -To view the Wall of the profile
  • Alt+3 -To pull down the Friends Requests list in there
  • Alt+4 -To retrieve the Messages list of the profile
  • Alt+5 -To call out the Notification list of the profile
  • Alt+6 -Go to Account setting page
  • Alt+7 -Moves page to Account privacy configuration.
  • Alt+8 -Opens Facebook fans group page
  • Alt+9 -Skips to Facebook Statement of Rights and Responsibilities
  • Alt+0 -Go to Facebook Help Center
  • Alt+m -To Create new message
  • Alt+? -To move Cursor in the Search Box

As the shortcuts are browser-specific you are adviced to refer the listing below for your specific browser:



  •  Google Chrome -Alt + #
  •  Internet Explorer -Alt + #  then press Enter
  •  Firefox : Shift -Alt + #
  •  Mac OS : Ctrl -Opt + #


Wednesday, 30 May 2012

How to Download Any Youtube Video without any Software

                                If you don't have any Downloader or you just want to Download any Youtube Video so just go on that video,which you want to download.Then their will be a link (URL) of video on the top.So on that link just type "Kick" after www. of the link.


                              After this just press Enter button on Link of the Video and a new page will appear like this;


 


                So now it has been easy to Download any video from Youtube,I hope you like my posts so please comments on it and be a member of this blog.
               


Tuesday, 29 May 2012

How to Remove Your Facebook Account Permanently

Facebook offers a convenient way to deactivate Facebook account. However, deactivation of Facebook does not completely and permanently the Facebook profile and accoucnt.



According to Facebook FAQ, deactivate Facebook account will render user’s profile and all information associated with it immediately inaccessible to other Facebook users. In other words, the account is effectively disappear from the Facebook service. However, the Facebook account is not been purged from Facebook’s servers. Instead, the profile information (friends, photos, interests, etc.) is saved, so that the account can be recovered and reactivated in future with the information intact if the user decides to do so, or regret on the deactivation decision. 




Permanently delete the Facebook account will completely remove and purge all personally identifiable information associated with the Facebook account from Facebook database. This includes information like name, email address, mailing address, and IM screen name. However, do note that copies of some material (photos, notes, etc.) may remain in Facebook servers for technical reasons, but this material is disassociated from any personal identifiers and completely inaccessible to other users.
Facebook users who want to get rid of Facebook once and for what, and do not think that he or she will use Facebook again, Facebook provides a way to delete the account. Once Facebook account is deleted, it’s impossible to reactivate the account or retrieve any of the content or information previously associated in the account. There is no option for recovery once Facebook account is deleted.
To delete a Facebook account, log in to the Facebook account, and open this link then submit the “Delete My Account”



           




Click on Submit button. Enter the password to confirm it’s your account, and the captcha security spam check. Then click on Okay button. An email will be sent to indicate that the Facebook account will be deleted in 14 days.






  
During the 14 days account deletion grace period, do not login or sign in to Facebook account, nor perform any action utilizing Facebook, such as Share on Facebook on Like in Facebook, or login and sign up to other websites by using Facebook Connect (Facebook user name and password credentials). Any interaction and usage of the Facebook account during the period will prevent the account from being deleted.
Alternative Method to Delete Facebook AccountIf the above official method to delete the Facebook account fails, it’s also possible to email Facebook to request them to delete your Facebook account directly. The email address is:
privacy@facebook.comWithin a few days (allows up to a week), an email response should be sent by Facebook to confirm that the account has been permanently deleted.
If there is no response from Facebook, and you can still access your Facebook account or given an option to reactivate the account, try email Facebook again, with the following three email addresses:
privacy@facebook.comsupport@facebook.cominfo@facebook.comThe Facebook account is permanently deleted when user cannot login to the account anymore, and there is not message which offers user a chance to reactivate the Facebook account.so don't test this tricks on your original Facebook profile.



Friday, 25 May 2012

MS DOS Font Colour Change

Do you want change your CMD Font color.then try this tips.







To do this follow these steps:


1) Click on Start >Run then Type CMD


2) Command Prompt will open.


3) Type "color z"


4) List of numbers of colours will appear...Example: Green=2

5) So, for changing CMD color to Blue colour type:-"colour         2"and then press Enter. 




Now you done.




Thursday, 24 May 2012

Make your Computer Welcome You


               With this trick, you can make your Computer welcome you in its computerized voice instead of having a human said Welcome. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-


1.Click on Start. Navigate to All Programs, Accessories and Notepad.

2.Copy and paste the exact code given below.

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3. Replace Username with your own name. 

4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5. Copy the saved file. 

6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup(in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.

7. Paste the file.





Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it is recommended to change sound scheme to No Sounds.

You can change the sound scheme to No Sounds by following the steps given below:-

1.Go to Control Panel.

2.Then click on Switch to Classic View.

3.Then Click on Sounds and Audio Devices.

4.Then Click on the Sounds Tab.

5.Select No Sounds from the Sound Scheme option.

6.If you wish to save your Previous Sound Scheme, you can save it by clicking Yesin the popup menu.

7.Click on OK.





Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Wednesday, 23 May 2012

How To Make Harmless Virus

This is step by step tutorial that explains how to make harmless virus that open the notepad file continuously.This is non-destructive virus to your computer system. If you want to have some fun with your friends,drop this cool harmless virus into his pc. . 
1) Launch Notepad

2) Type this code into notepad
Code:


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

3) save as filename.bat for example notepad.bat

Tuesday, 22 May 2012

CD-ROM will open Automatically


         If you just follow the following steps so your CD-ROM will open again and again without your touch.

1) OPEN NOTEPAD AND COPY PASTE THIS CODE

CODE:-



do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count >= 1 then

For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

loop



2) PASTE THE ABOVE CODE INTO NOTEPAD AND SAVE IT AS 'LUCKY.vbs'
3)NOW DOUBLE CLICK THE FILE TO SEE THE MAGIC

YOUR CD-ROM WILL OPEN WHENEVER IT IS CLOSED
4) NOW TO STOP THE SCRIPT PRESS: Ctrl+Alt+Del-->Processes-->> AND END PROCESS 'wscript.exe'



                   You can also send this file to your friends to tease them it is a cool trick.




Note:Try this trick its really work 100%.

Sunday, 20 May 2012

How to Restart Windows without Restarting your Pc

                                  When you click on the SHUTDOWN button,make sure to simultaneous press SHIFT Button.If you hold the Shift key down while clicking on SHUTDOWN button, 




Your computer would restart without restarting the Computer.
This is equivalent to term "HOT REBOOT". 



Friday, 4 May 2012

Send SMS free


SEND A FREE SMS...! 
             You can now easily send SMS to any network it totally free,just fill these following things and in Message box send your Private Message.