Monday, November 15, 2010

How to Block Websites in Mozilla Firefox

The easiest way to block websites in Mozilla Firefox is by using a free, third-party add-on called BlockSite. The BlockSite extension blocks sites that have been added to its "blacklist," but it can also be set up to disable any links to the blocked sites by showing non-functional text instead of hyperlinks. BlockSite also has a "password protection" feature that helps prevent unwanted changes to BlockSite by others.

Instructions



  • 1
    Open Firefox, click "Tools" then "Add-ons." Click "Get Add-ons" and then "Browse All Add-ons." Type "blocksite" in the search bar after the Mozilla Firefox add-ons website opens and hit "Enter."

  • 2
    Click the "Add to Firefox" button next to the entry for BlockSite. Allow the add-on to load (usually less than 5 seconds), then click the "Install Now" button. Restart Firefox when prompted.

  • 3
    Go to "Tools," then "Add-ons," then click the BlockSite "Preferences" button after Firefox restarts. Make sure the "Blacklist" radio button is ticked, as well as "Enable BlockSite," "Enable warning messages," and "Enable link removal."

  • 4
    Check "Enable authentication," then enter a password if you would like to keep other users from deleting blocked websites or changing the settings in BlockSite without your permission.

  • 5
    Click the "Add" button, enter the URL of the website you would like to block, then click "OK." Repeat to add more sites, or click the "Clear" button to delete the list. Once the list of blocked sites is complete, click "OK" and restart Firefox.




  • Thursday, October 28, 2010

    How to increse traffic using social marker

    This article is to show you how you can use social marker to get to 47 different social book-marking sites. In the process search engines are bound to notice you. And it should get you high ranks in many search engines including Google, MSN, Yahoo, and a lot more.
    Social Marker is a great website which allows you to get your blog or website to 47 different social book-marking websites; this will make search engines notice you a lot more and they'll think, 'If so many websites are pointing to this website, it must be very important'
    Also not only will your actual website/blog get highly ranked on Google but so will pages that point directly to your site. Making your website have multiple links, maybe even on the first page of many search engines
    To do this all you have to do is Google 'social marker' go to the first website seen, make sure every single box is ticked, enter some of the info in the fields in the top right corner, press the button in the top right corner to start submitting, note that you will probably have to register for every single website you try to submit to. You have to notice that any method to get you high ranks on Google will cost you time and effort most of the time, if it doesn't it will probably cost you in some way, whether it's money or not getting very highly ranked on Google.
    I really hope social marker gets you highly ranked in many search engines, not just Google. Also I hope you get a lasting amount of targeted traffic to your website for more information on SEO, go to the link below.

    Saturday, October 23, 2010

    how to auto feed blog posts to twitter

    If you have a Blogger blog and a Twitter account, automatically feeding your blog posts to Twitter can save a lot of time and hassle

    Instructions

     

    1. The easiest way to automatically tweet your blog posts is through Twitterfeed. Go to http://twitterfeed.com
    2. Login to Twitterfeed using your OpenID. If you have a Blogger account, you will just need to choose Blogger from the list of possible logins and enter your username. For example, if the URL of your Blogger blog is http://abcdefg.blogspot.com, then your username is abcdefg.
    3. After logging in, you will be able to go to your Twitter feeds. This gives you the option to enter a new feed. Click on "Create New Feed". Enter your Twitter name and password, as well as the URL for your RSS feed. Adjust the settings for how often you want Twitterfeed to check your blog for new posts, and click "Create".
    4. That's it! Now, when you create a Blogger blog post, a tweet will automatically be created and posted to your Twitter account.


     

    Thursday, October 21, 2010

    Aas Paas Khuda (song trailer) - Anjaana Anjaani

    Tujhe Bhula Diya - Anjaana Anjaani

    ADHOORE FULL SONG HQ (BREAK KE BAAD)

    Tuesday, July 20, 2010

    Mouseless - an invisible computer mouse

    google earth is not funny anymore

    Monday, July 12, 2010

    hacking windows registry

    Here are some of our favorite Windows Registry Hacks.. Do you have a favorite that isn't listed?  Send it in and I will update this list!
    #1
    //----------------------------------------------------------------------------
    // Change max IE connections to 50, if you have high-speed Internet it
    // speeds things up a little more
    // Works Cited: http://weblogs.asp.net/dwanta/archive/2004/03/31/105050.aspx
    //----------------------------------------------------------------------------
    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]

    "MaxConnectionsPerServer"=dword:00000032
    "MaxConnectionsPer1_0Server"=dword:00000032

    //--------------------------------------------------------------------------------//

    #2
    //----------------------------------------------------------------------------
    // Change the Start Button Text
    // find pictures in folder /startButtonPics/
    // Works Cited:http://www.winguides.com/registry/display.php/791/
    //----------------------------------------------------------------------------
    Manually changing the Start button requires the use of a binary file editor (or hex editor) to alter a critical Windows system file, it is therefore not recommended for inexperienced users. This method has been successfully tested on Windows 95, 98, ME, 2000 and XP and therefore should be quite safe, although we do not accept any responsibility for system problems or data loss.
    As mentioned before you will need to have a hex editor installed, there are many different products available and if you don't have one already a quick search of a shareware site should provide many choices, for this tweak we only require basic features.
    1. The file that needs to be changed is Windows Explorer, and it is essential to make a backup before you modify anything. "Explorer.exe" can be found in the Windows directory, usually C:WINDOWS for Windows 95, 98, Me & XP and C:WINNT for Windows NT/2000. Make a copy of "Explorer.exe" and place it into another directory, C:BACKUP might be a good choice.
    2. Make another copy of the original "Explorer.exe" and name it "Explorer1.exe", then open "Explorer1.exe" in your hex editor.
    3. You now need to find the word "Start", although there are many entries for "Start" in the file only one is used for to label the Start button. Use the search function in the hex editor to find all the strings equal to "S t a r t" which is represented as "53 00 74 00 61 00 72 00 74" in hex values. As there are many different "Start" strings keep searching until you find one located just before this text "There was an internal error and one of the windows you were using has been closed.". Below is a list of offsets to help you locate the correct text.
    * Windows 98
    Offset: 0x00028D6E - 0x00028D76
    * Windows NT4
    Offset: 0x00028BEE - 0x00028BF6
    * Windows ME
    Offset: 0x00033DDE - 0x00033DE6
    * Windows 2000
    Offset: 0x0003860E - 0x00038616
    * Windows XP (Enhanced Start Menu)
    Offset: 0x000412B6 - 0x000412BE
    * Windows XP (Classic Start Menu)
    Offset: 0x0004158A - 0x00041592
    * Windows XP SP1 (Enhanced Start Menu)
    Offset: 0x0004208E - 0x00042096
    * Windows XP SP1 (Classic Start Menu)
    Offset: 0x0004259A - 0x000425A2
    The result should look similar to the image below, depending on the display from your hex editor.

    4. Once you have located the string, you can then replace the letters in "Start" with five other characters. You must use exactly five characters, if the word you want to use is less, replace the remaining characters with the space key. In this example we have replaced "Start" with "Guide", alternatively a three-letter word would look like "A B C" (note the spaces). Once you have changed the letters the result should look similar to the image below.

    5. Now save the modified "Explorer1.exe" in the Windows directory, and confirm that you now have the two Explorer files in the Windows directory, they both should be the same file size but have different modified dates.
    6. The next step is different depending on your operating system. Only do the step required for your version.
    * Windows 95, 98 & ME
    Exit to DOS (or use a boot disk for Windows ME) and at the command prompt change to the Windows directory and rename "explorer.exe" to "explorer.old". Then copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Restart the computer and Windows should reload along with the new Start button text.
    * Windows NT
    First close any open applications and open a new Command Prompt window, then switch back to the GUI and open the Task Manager. Find the "explorer.exe" process and end it, you should now be left with only the command prompt and task manager. Switch back to the command prompt and change to the Windows directory, rename "explorer.exe" to "explorer.old", and copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Switch back to Task Manager and launch a "New Task" called "explorer.exe" this should reload the shell along with your modified "Start" button.
    * Windows 2000 and XP
    Open your registry editor and find the key [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]. Find the value named "Shell" and change it to equal the filename of the new explorer "explorer1.exe". Exit your registry editor and restart Windows for the change to take effect. To reverse the change, modify the value of "Shell" and set it back to "explorer.exe".

    | Name Type Data |
    | (Default) REG_SZ (value not set) |
    | Shell REG_SZ explorer1.exe |
    -
    | HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon |
    -

    7. If everything has gone successfully you will now have a new Start button, and also hopefully learnt something about the Explorer file structure. If you do have problems replace the faulty Explorer with the backup made during the first step.



    //----------------------------------------------------------------------------------//

    #3
    //---------------------------------------------------------------
    // Display a banner each time Windows boots
    //---------------------------------------------------------------

    1. Start -> Run
    2. Type regedit
    3. Go to the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWinLogon
    4. Create a new string value in the right pane named LegalNoticeCaption and enter the value that you want to see in the menubar
    5. Create a new string value and name it LegalNoticeText. Modify it and insert the message you want to display each time Windows boots

    //---------------------------------------------------------------------------------//

    #4
    //---------------------------------------------------------------
    // Shutting down Windows the fastest way
    //---------------------------------------------------------------

    1. Start -> Run
    2. Type rundll.exe user.exe,exitwindows


    //----------------------------------------------------------------------------------//

    #5
    //-----------------------------------------------------------------
    // registry hack which will allow you to see your opponents' cards
    //-----------------------------------------------------------------
    Launch REGEDIT.EXE and navigate to HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Applets Hearts.
    NOTE: You may have to create the Hearts key under Applets
    In the right-hand pane, create a new String Value. Immediately rename it to "ZB" (without the quotes); give it a value of "42" (again, sans quotes).
    The next time you're in a game of Hearts, press CTRL + SHIFT + ALT + F12.

    Sunday, July 11, 2010

    NASA predicts end of the world 2013 !!!!

    LIFE ON THE PLANET MARS - YOU WILL BE SHOCKED - SEE THE LATEST NASA MAR...

    Venus: Death of a Planet

    Saturday, July 10, 2010

    Trick to hack administrator Account using Guest account in XP- 100% works


    Hello Friends,


    As Some people were getting problem to hack administrator account through my last post.


    So Today, i m telling a new way that will work 100%.


    continue reading--->

    [Free] Make free calls worldwide