Owner: We Hackers URL:http://wehackers.blogspot.com/ Join Date: Thu, 28 Jun 2007 10:29:22 -0500 Rating:0 Site Description: Hi everybody, This is a simple Blog that contains some useful tips and tricks of windows, orkuting, hacking, softwares, etc.. and there are more than 3000 books on various topics, interesting site links,.... Site statistics:Click here
Windows Hotkeys 2007-08-12 11:08:00 Windows HotkeysShift + F10 right-clicks.Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.Win + Control + F: Open Find dialog. (Computers)Win + U: Open Utility Manager.Win + F1: Open Windows help.Win + Pause: Open System Properties dialog.Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.Win + Shift + Tab: Cycle through taskbar buttons in reverse.Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.Alt + Shift + Tab: Display Cool Switch; go in reverse.Alt + Escape: Send active window to the bottom of the z-order.Alt + Shift + Escape: Activate the window at the bottom of the z-order.Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.Shift while a CD is loading: Bypass AutoPlay.Shift while login: Bypass startup folder. Only those applications will be ignored whic Read more:Windows
Discharge Old Laptop Batteries 2007-08-12 11:05:00 Discharge Old Laptop
BatteriesThe below debug routine is used for older laptop batteries (i.e. batteries made from 1990-1992), we do not recommend using this routine on any newer laptop batteries or any NiMH batteries N DPDISCHG.COMAMOV DX,01E8MOV AL,F9OUT DX,ALINT 20RCX10WQ This will write dpdischg.com to the current directory. To run this utility type dpdischg.www.wehackers.blogspot.com
Erase HDD & Clear CMOS 2007-08-12 11:04:00 Erase HDD & Clear
CMOSBefore doing the below routine ensure that you read our disclaimer as well as are sure that this is safe to do on your hard drive. Some computer hard drive manufacturers may void your warranty or this may cause damage to the hard drive when doing the below example. This routine is useful in clearing DDO and removing possible viruses. If this routine completes successfully it will erase everything from your Hard Drive as well as your reset your CMOS values. In the below debug routine, only type what is in bold from line 3 to 17, you will get a response if typed in properly. If you get a response continue to type the bold text as shown below in the below example.A:>debug-fcs:200 400 0-acs:100-xxxx:0100 mov ax, 0-xxxx:0103 mov ax, cx-xxxx:0105 out 70, al-xxxx:0107 mov ax, 0-xxxx:010a out 71,al-xxxx:010c inc cx-xxxx:010d cmp cx,100-xxxx:0111 jb 103-xxxx:0113 mov ax,302-xxxx:0116 mov bx,200-xxxx:0119 mov cx,1-xxxx:011c mov dx,80-xxxx:011f int 13-xxxx:012l int 20-xxxx: Read more:Erase
Erase All HDD Information 2007-08-12 11:03:00 Erase All HDD InformationThis debug routine is used to erase all partition information on the hard disk drive and is only recommend for experienced users or users who are unable to delete the partition information through fdisk. In the below debug routine, only type what is in bold from line 3 to 8, you will get a response if typed in properly. If you get a response continue to type the bold text as shown below in the below example. A:>debug-F 200 L1000 0-A CS:100xxxx:0100 MOV AX,301xxxx:0103 MOV BX,200xxxx:0106 MOV CX,1xxxx:0109 MOV DX,80 (80 for hd 0 or 81 for hd 1 ) xxxx:010C INT 13xxxx:010E INT 20xxxx:0110-gProgram terminated normally-q Once this debug routine is complete, reboot computer and all partitions should be erased. Before anything can be installed back onto the computer you must run Fdisk and recreate the partition as well as format the hard disk drive.www.wehackers.blogspot.com Read more:Erase
Joystick TestT 2007-08-12 11:03:00 This test will test to see if your Joystick is present or not. Type debug from the DOS prompt once at the "-". Type i201 If you get a FF response attempt hold one of the main buttons on your joystick, and while holding the button down type i201 and see if a different response is given, each button on the joystick should return a different response. However, some special joysticks, such as the Microsoft Sidewinder, which has more than 4-5 buttons, may not return a response for all extra buttons because these buttons are generally controlled through software. If a FF is still given on each of the buttons on the game paddle or joystick, it is a good possibility that either the Joystick and or the Joystick port is bad. If possible, attempt these steps with another known working joystick. However, if you are receiving different responses when pressing and holding the keys on the joystick, the computer hardware is working properly. Type q and press enter to quit out of debug.www.wehackers.bl
Erasing Sector 2 2007-08-12 11:03:00 Erasing Sector 2Before doing the below routine ensure that you have read our disclaimer and that you're sure that this is safe to do on your hard drive. Some computer hard drive manufacturers may void your warranty if this routine is ran or in some situations this can cause damage to the hard drive. This routine is useful in clearing DDO and unknown partitions. If this routine completes successfully it will erase everything in Sector 2. In the below debug routine, only type what is in bold from line 3 to 9, you will get a response if typed in properly. If you get a response continue to type the bold text as shown below in the below example.A:>debug-FCS:200 400 0-ACS:100-xxxx:0100 mov ax,302-xxxx:0103 mov bx,200-xxxx:0106 mov cx,2-xxxx:0109 mov dx, 80-xxxx:010a int 13-xxxx:010c int 20-xxxx:0110 (without typing anythiing)-gProgram terminated normally.-qwww.wehackers.blogspot.com
Clear CMOS 2007-08-12 11:02:00 The below debug routine will clear CMOS, BIOS, Passwords, Settings, Viruses, and other items residing in the CMOS. During this process you may get returned characters which are an indication that the string has gone in, if you by chance get ERROR ensure that you have typed the line in correctly, if not retype. Ensure that you do not skip any lines, that it is ALL typed in correctly to help prevent problems. Before running this Debug routine also ensure that you have read the above disclaimer. After typing debug you will get "-" which is were you can begin by typing A and pressing enter. AMOV AX,0MOV AX,CXOUT 70,ALMOV AX,0OUT 71,ALINC CXCMP CX,100JB 103INT 20Note: Nothing is typed on this lineG By pressing G this will execute the above script, ensure you have read and agree to the above disclaimer.Q Then reboot and you will get a Setup Checksum Error. Go into setup, correct all the incorrect values, time, date...www.wehackers.blogspot.com Read more:Clear
Testing Ports 2007-08-12 11:02:00 The below debug routine will check the ports of the computer to allow you to know if ports are being detected or not. Type debug to get to the "-" Type D40:0You should get several lines; however, the first line is the only important line, which should read the following:0040:0000 F8 03 F8 02 E8 03 E8 02 - 78 03 78 02 BC 03F8 03F8 02E8 03E8 0278 0378 02BC 03COM1COM2COM3COM4LPT1LPT2LPT3The above graph shows you what the feed back means as far as port, so if you see F8 03, this would be an indication that COM1 is being detected; if you see 00 00, this is an indication that it is not being detected, which could mean that hardware is bad or that it is disabled inCMOSOnce you have finished looking at the information, type Q and press enter to get out of Debug.www.wehackers.blogspot.com Read more:Testing
Entering Debug 2007-08-12 11:01:00 Debug has been included in every version of MS-DOS as well as Windows. When running any of the debug routines it is recommended that if you have Windows that you exit or shut down to get into a real DOS prompt (unless you're running Windows ME, Windows 2000, Windows XP, or later versions).Once at the MS- DOS prompt, run through the below example, this example is perfectly fine to run on any PC Computer running MS-DOS / Windows and will not harm anything.Type debug and press enter.This should get you to a - (small dash). This is the debug prompt.At the - type d40:00 and press enter; this will return several lines of information.After the feedback you will be back to the debug prompt.To exit out of debug type q and press enter. This will return you back to the MS-DOS prompt.In some of the below debug routines you will notice that a "g" is typed, then "q". G tells the computer that the code type is not self executing and must be run at this point. If completed, the program will return Pr Read more:Debug
Complete list of Win XP/XP cmd 2007-08-12 10:47:00 ADDUSERS Add or list users to/from a CSV fileARP Address Resolution ProtocolASSOC Change file extension associationsASSOCIAT One step file associationAT Schedule a command to run at a later timeATTRIB Change file attributesBOOTCFG Edit Windows boot settingsBROWSTAT Get domain, browser and PDC infoCACLS Change file permissionsCALL Call one batch program from anotherCD Change Directory - move to a specific FolderCHANGE Change Terminal Server Session propertiesCHKDSK Check Disk - check and repair disk problemsCHKNTFS Check the NTFS file systemCHOICE Accept keyboard input to a batch fileCIPHER Encrypt or Decrypt files/foldersCleanMgr Automated cleanup of Temp files, recycle binCLEARMEM Clear memory leaksCLIP Copy STDIN to the Windows clipboard.CLS Clear the screenCLUSTER Windows ClusteringCMD Start a new CMD shellCOLOR Change colors of the CMD windowCOMP Compare the contents of two files or sets of filesCOMPACT Compress files or
How To Make A Shutdown Timer 2007-08-12 10:46:00 METHOD # 1Right click on your desktop and choose "New=>shortcuts".In the box that says "Type the location of the shortcut",type in "shutdown -s -t 3600" without the quotation marks and click next. Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.Make up a name for the shortcut and you're done.You can change the icon by right clicking=>properities=>change icon=>browseTO ABORT:To make an abort key to stop the shutdown timer just create another shortcut and makethe "location of the shortcut" to " shutdown -a" without the quotes.METHOD # 2{EASIER THAN THE PREVIOUS ONE}Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this instart=>RunType Code: at 11:35 shutdown -sTO ABORT:Code: shutdown -awww.wehackers.blogspot.com Read more:Shutdown
, Timer
Basics of telnet 2007-08-15 01:45:00 Learning Telnet::Don't use this for illegal stuff::Introduction:Telnet is used to connect to remote machines through emulation. This means thatit can connect to a server, any server instantly because of it's ability to emulate (copy)remote computers.Lets Start:In Windows, Telnet can be found by going to Start -> Run and then typing telnet.The application should then pop up. If you don't have Windows, there are many Telnet alternatives for mac, linux etc. Since I don't know any,search the internet for Telnet for Linux or Telnet for Mac and you should find something instantly.If you have a PC and are using Windows 98/95, 2000, Me, or XP continue...As you can see, Telnet has 4 menu options. These are Connect, Edit, Terminal, and Help.If you click Connect, you should see more options. Here they are.Connect: Remote System.. Disconnect ExitNames of servers you have been on.To connect to a server, click Remote System...This will then take you to a dialog box that has these fields:Hostname Read more:Basics
Basics of Hacking 2007-08-15 01:01:00 Getting Ip's:--To see the ip all computers you are connected to (web servers, people attempting to hack into your computer).Go to dos (start>run>type command) and run the netstat command. Type netstat /? for details.Type netstat -r at the command prompt to see the ip of all computers you are connected toIn MSN (and other programs) when you are chatting to someone everything you type goes through the MSN servers first (they act as a proxy) so you see their ip rather than who you are chatting to. You can get round this by sending them a file as MSN doesn't send file through its proxy.When you type the netstat -r (or -a for a different view) the ip's are under the foreign address table. The ports are seperated by a : . Different programs use different ports, so you can work out which ip's are from which program.Connecting to other computers and what ports are:--Servers send information. Clients retrieve. Simple.Windows comes with a built in program to connect to other computers called Read more:Basics
, Hacking
URL Redirections 2007-08-14 05:01:00 Many Site provides URL redirection for free of cost, some site will force for adds and some provide without any addsThis are some sites provide Url redirection with site stats for free but we must be registered to use ithttp://www.dot.tk/http://www.c-o.in/http://c0m.in/domain/webhosting.htmlThe free web sites below can take a long URL and give you back a shorter URL without requiring registration. Since these sites forward a click from one link to another, they are also known as URL forwarders and some do sub domain forwarding. Any of these services will do a decent jobhttp://www.metamark.net/http://notlong.com/http://www.snipurl.com/http://tinyurl.com/http://minilien.comhttp://tinylink.comhttp://qurl.nethttp://urlcut.comhttp://link.toolbot.comhttp://6url.com, doiop.comhttp://tighturl.comhttp://paulding.nethttp://yep.ithttp://elfurl.comhttp://shortlinks.co.ukhttp://shurl.nethttp://urlx.orghttp://301url.comhttp://ataja.eshttp://flingk.comhttp://simurl.comhttp://myurl.inhttp://memurl.com
Streamlined Firefox Layout 2007-08-14 03:43:00 To provide maximum viewable space in the Firefox
browser window, many people use a streamlined Firefox layout which I will detail here. The difference between the default and the streamlined view is shown below: Click to enlargeAs you can see, the streamlined view retains all the main functionality of Firefox, but reconfigures the layout to be as minimal as possible. Follow these steps to implement it:1. Open Firefox, go to the View menu, select Toolbars and untick the 'Bookmarks Toolbar' item.2. If you have a Sidebar showing, under the View menu select Sidebar and unselect any items.3. Under the View menu select Toolbars and then select Customize. Alternatively you can right-click on an empty spot on a toolbar and select Customize.4. In the 'Customize Toolbar' box which appears, select Icons in the Show box (not 'Icons and Text', or Text). If you're running a lower screen resolution also tick the 'Use Small Icons' box.5. Now remove every icon or element in the Firefox toolbar
Firefox performance settings 2007-08-14 03:42:00 here are some good tweeks that make the browsing super fast. To use them go to the search bar and type about.configTo edit settings bellow use these steps:1. Open Mozilla FireFox2. In the address bar type: about:config or about:plugins for plugin pathsBelow are tweaks, which categorised into each computer situationQuick Settingsuser_pref("network.http.pipelining", true);user_pref("network.http.pipelining.firstrequest", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("nglayout.initialpaint.delay", 0);These are settings that enable Pipelining which makes firefox do multiple data requests at once, which speed things up a bit.All Configurationsuser_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("content.notify.backoffcount", 5);user_pref("plugin.expose_full_path", true);user_pref("ui.submenuDelay", 0);Fast Computer Fast Connectionuser_pref("content.interrupt.parsing", t Read more:Firefox
Firefox Download Manager Hacks 2007-08-14 03:34:00 Download Manager HacksThis next group of hacks deal with the download manager in Firefox
. For those of you that don’t use the Firefox download manager, skip this section.Follow these steps to tweak/destroy your manager.1. With Firefox up and running, type about:config and hit enter.2. Take your pick of the following attributes to modify.3a. browser.download.manager.showAlertInterval at default shows the alert message for 2000 milliseconds or 2 seconds. I personally set it to 500 milliseconds; all I need is a quick blurb telling me my download is done.3b. browser.download.manager.openDelay at default opens up the download manager immediately, which can be a big pain if you are downloading 10Kb files to your desktop, you don’t need that annoying manager to pop up. I have this guy set on 30,000 milliseconds or 30 seconds. If a file is larger than 30 seconds of download time, I might want to watch its progress.3c. browser.download.manager.closeWhenDone at default is set to false so tha Read more:Download
Firefox Cache Hack 2007-08-14 03:30:00 Cache HackThis next hack deals with the memory Firefox
uses as cache. In the default setting, Firefox will adjust the cache size to fit however many pages you have open. While this is useful, if you tend to only have a few pages open at a time, you can manually reduce the setting to a specified amount at the cost of reducing performance when Firefox runs out of cache. To implement this hack, follow these steps.1. With Firefox up and running, type about:config and hit enter.2. Right click on the new page and select New -> Integer.3. In the pop-up window, type in “browser.cache.memory.capacity”. In the following pop-up window, specify how many Kb of ram you want to dedicate to the cache, I selected 32768(32Mb). I suggest a number between 16Mb and 64Mb, anything lower and performance will suffer, anything higher is excessive. Here you should experiment, or don’t bother if it worries you.4. Restart your browserI don’t know how much this helps or hurts performance, so far with 32Mb
Firefox Minimise Hack 2007-08-14 03:25:00 The first hack that I have here is the popular Firefox
Minimize Hack that has recently flashed through the internet. The purpose of this hack tries to keep Firefox from eating up your physical RAM and instead puts the burden on your hard drive, or at least that is the general reason behind it. To implement this hack, perform the following steps.1. With Firefox up and running, type about:config and hit enter.2. Right click on the new page and select New -> Boolean.3. In the pop-up window, type in “config.trim_on_minimize” without quotes and hit enter.4. In the next pop-up window, select True and hit enter.5. Restart your browserWith that done, open up a bunch of tabs and monitor the memory usage. In my first run without this hack, Firefox was using 137.8 Mb of Ram. With all 30 tabs open again, Firefox was using 118.4 Mb, but when minimized this dropped to an astounding 4 Mb. However, this was too good to be true, I left Firefox minimized and came back 12 minutes later and the memory
Five Right-Click Tricks 2007-08-19 20:18:00 As you certainly know, the right mouse button brings up what is known as the “context menu.” As the name implies, the choices available on the menu differ according to the current situation.Well, here are 5 tips involving context menus that you may not know.On thing you may not have noticed is that one item in every context menu is usually presented in bold. This is the default action that is taken when the left mouse button is used.Tip #1: If you are ever in doubt about what will happen when you double-click on something (with the left mouse button), then use the right mouse button to bring up the context menu, and look for the item in bold.Right
-click also works with click and drag operations. Try this the next time you do a click and drag: Instead of clicking with the left mouse button, and then dragging the object, use the right mouse button. When you finished dragging (i.e. when you do the drop), a context menu will appear (a different one, specifically for dragging). This sho Read more:Click
7-Zip file archiver with high compression ratio. 2007-08-19 20:09:00 7-Zip is a rock-solid file archiver for Windows with a high compression ratio. It is the premier archiver for the LZMA compression format (a.k.a. 7z). Indeed, the 7-zip web site is also the home of the LZMA SDK (Software Development Kit).Compared to WinRAR 3.50, CAB ARC 5.1, win zip 10.0 beta (maximum-PP Md), win zip 10.0 beta (maximum-portable) this software have high compression rate and it saves more space, system requirements are also mininmalVersion 4.42 of 7-zip has been a workhorse for over a year. The just-released 4.47 (beta) offers these improvements: * New fast compression mode for Deflate method in Zip and GZip. * New “Compress shared files” option in GUI and -ssw switch. * Some bugs were fixed. * New localization: Norwegian Nynorsk.The main features of 7-Zip are: * High compression ratio in new 7z format with LZMA compression * Supported formats: o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR o Unpacking only: RAR, CAB, ISO, ARJ
Restarting Windows Without Restarting Your PC (Vista or XP) 2007-08-19 19:51:00 A modern PC with Vista
Home Edition takes about one and a half minutes to boot. An older machine with XP is about the same. That’s 30 seconds for the PC itself (the BIOS) to boot up, plus a minute for the Windows
operating system to boot. Sometimes, you need to reboot Windows (e.g. when installing new software), but there is no need to restart BIOS, too. However, the default is to reboot both. (That’s called doing a “cold boot,” rather than a “warm boot.”) There’s a trick that works on both XP and Vista to get it to do a warm boot instead, thus saving you 30 seconds per cycle.The trick is to hold down the SHIFT key when invoking the restart.Windows Vista: Select Start, then hover over the right arrow that is to the right of the padlock icon until the pop-up menu appears that contains “restart” as one of it’s choices. Hold down the SHIFT key while clicking on the “restart” choice.Windows XP: Select Start. Select “Shut Down…”. Change the drop-down combo box
Youmint- another social network 2007-08-19 15:09:00 Another social network
YouMint is a unique social utility that connects you with people around you. Only real people! YouMint pays you to invite friends and to receive SMS promos! It might just pay your Mobile bill :-)You mint offers services as fallowsSend free SMS to any one in IndiaGet paid for inviting friends and get more promo.Create and sell mobile contents to friends like wallpaper, screen saver,etc..Get paid for receiving adds on your mobileget paid for your friends receiving adds on their mobileContact with friends via personal messagesand many moreConfused on how they pay us? OK, here’s how it works- What you get each time you get a promo SMS – Rs 0.20- What you get when a friend you referred get a promo – Rs 0.10- What you get when a friend of the friend you referred gets a promo – Rs 0.05So therefore, if you have lots of friends, who have a lot of friends, you could make a lot of money each time a promotion is done. Even if we send everyone 1 promo a day, you stand
A picture says more than a thousand words 2007-08-19 12:38:00 Now Orkut allows Images and html code on Scrap, many friends asking me to give nice website for collection of animation, images, etc..So I decided to suggest some animation sites service providers, try the links belowImage Generators: imageGenerator.net provides you with an easy way to add text to various images, allowing you to create a funny picture, or to illustrate a joke. You can save these pictures online and send them to your friends, or show them on your favorite message board or website.Animation Factory: 500,000 Animations, Animated Clip art, Motion Designs for Video, PowerPoint, Flash, Websites, E-mail and more!. Use our unique animations, Flash designs, video elements, PowerPoint templates, sounds, music, and backgrounds to bring your projects to life! Become a member of Animation Factory and immediately start downloading from our huge library. Hundreds of new items added every week.Best Animations: Best Animations is a collection of free animated gifs found on the web. Exc
Clear your tracks on PC 2007-08-18 03:25:00 Did You Know......Your computer is tracking all your actions and stores the evidence into your hard disk. Anyone else can see where you have been on Internet and the images, movies you have seen, even everything you did on your computer would leave traces on your computer, Perhaps you stumbled onto one or two adult Web sites. Perhaps by accident. Perhaps on purpose. And you don't want your husband/wife, dad/mom, boss/colleague or anyone else to know you've been there.You can clear your history or empty your cache file in your browser's settings, but it will not protect you, some files can not be Erase.Now its simple Single Click Complete Erasing! With only one click, InternetHistory Eraser can clean up every trace of your Internet activity! JustChoose what you want to erase, then click the Erase, and Internet HistoryEraser will automatically remove all traces of your internet history![ Download trial ][ Crack ]{provided by Ben}Wehackers.blogspot.com / wehackers.c-o.in / wehackers.c Read more:Clear
, tracks
Keylogger 2007-08-18 02:31:00 Keystroke logging (often called keylogging) is a diagnostic tool used in software development that captures the user's keystrokes. It can be useful to determine sources of error in computer systems and is sometimes used to measure employee productivity on certain clerical tasks. Such systems are also highly useful for law enforcement and espionage—for instance, providing a means to obtain passwords or encryption keys and thus bypassing other security measures. However, keyloggers are widely available on the Internet and can be used by private parties to spy on the computer usage of others.Writing software applications for keylogging is trivial, and like any computer program can be distributed as a trojan horse or as part of a virus. What is not trivial however, is installing a keystroke logger without getting caught and downloading data that has been logged without being traced. An attacker that manually connects to a host machine to download logged keystrokes risks being traced. A Read more:Keylogger
Google Reader Firefox integration 2007-08-17 03:33:00 Firefox add-on for your Google
reader feedsThe Google Reader
Watcher extension is based on one of my Grease monkey script, which name is Google Reader
CheckerWith the Google Reader Watcher extension you can check your feeds regularly, you can see which feeds have unread news. You can open the Google Reader directly from the status bar and not at last, you can configure the extension to login with your Google Account automatically.Download Google Reader Watcher Add-ons for Firefoxfor more details on this add-on visit this pageWehackers.blogspot.com / wehackers.c-o.in / wehackers.coz.in / wehackers.tk / wehackers.c0m.in/ Read more:Firefox
, integration
Change Your Orkut Style using firefox 2007-08-16 18:51:00 You can easily change the orkut style using Firefox in two different ways, for both methods you have to install the Firefox add-ons and then install the script created to change styleFirst Method: I've already made a post on this method click hear or hear to see itSecond Method: This method also need Firefox 1.5 or above, Install the Firefox if you don't have and fall ow the instructions below> Install the Stylish Firefox add-on from this page ( Click hear ) > Install the add-on. Once the add-on is install, restart Firefox so the add-on is activated> Now you can find stylish icon in status bar of your browser, then go to Orkut
.com> click on Stylish icon and select "Find Style
s for this page"> Now you will get different styles to change look of your orkut> Select the style you want and click "load into style" to install the style in orkutthats it you have done itwant to see an example, click to enlargethis is my homepage styled like office 2007, I took this script from this pageEasy l Read more:Change
Orkut: Subscribe to RSS feed of any Scrapbook & Community with just one-click! 2007-08-21 04:30:00 This GreaseMonkey Script for Orkut
adds a link to RSS feed of current users scrapbook or community posts in top header menu of Orkut!Look at following screenshots for quick understanding…Following can be seen whenever you will be navigating any orkut users profile, scrapbook, album, friend-list, etc…ORKUT RSS Feed for Scrapbook
Similarly following can be seen whenever you will be navigating any community… be its forum, poll, member-list, etc…ORKUT RSS Feed for CommunityNow whenever you will click on above links you will be redirected to relevant RSS fee, which you can add to a RSS Reader like Google Reader. (see following screenshot)FIREFOX RSS Feed Subscribe
OptionsIf you are good at math then you can realize all you need is one-click to reach any Orkut users scrapbook or community!Also for advance firefox users, the RSS Link will be integrated into orkut so that you can get RSS indicator in navigation/address bar as shown in following screenshot.FIREFOX RSS Feed IndicatorThe R
Five Right-Click Tricks 2007-08-19 20:18:00 As you certainly know, the right mouse button brings up what is known as the “context menu.” As the name implies, the choices available on the menu differ according to the current situation.Well, here are 5 tips involving context menus that you may not know.On thing you may not have noticed is that one item in every context menu is usually presented in bold. This is the default action that is taken when the left mouse button is used.Tip #1: If you are ever in doubt about what will happen when you double-click on something (with the left mouse button), then use the right mouse button to bring up the context menu, and look for the item in bold.Right
-click also works with click and drag operations. Try this the next time you do a click and drag: Instead of clicking with the left mouse button, and then dragging the object, use the right mouse button. When you finished dragging (i.e. when you do the drop), a context menu will appear (a different one, specifically for dragging). This sho Read more:Click