CornDog Computers

Tips

How to Set Keyword Bookmarks in Google Chrome

posted by Rob Johnson on Feb.22, 2010, under Tips


Set your bookmark

Set your bookmark

Keyword bookmarks are my absolute favorite time-saving Firefox feature. I use them literally hundreds of times a day—a good system of keyword bookmarks saves all kinds of time in the browser. Unfortunately Chrome isn’t so friendly to keyword bookmarkers.

After searching high and low for a way to tweak the bookmark dialog in Google Chrome to display an option to add a keyword to my bookmarks, turns out all I needed to do was turn to the help of a few clever readers who’d emailed in how to achieve keyword bookmark bliss in Chrome. The imperfect-but-workable solution:


Edit the bookmark

Edit the bookmark

I just realized that keyword bookmarking is as easy as managing your search engines. Right-click the omnibox (address bar), click “Edit search engines,” and add a search engine. Use a Name you will recognize, enter the keyword you want to use, and just enter the URL for your bookmark in the URL box. Voila!

Chrome’s keyword search tool, like Firefox’s, replaces %s in the URL with your search terms. However, you can add a keyword search in Chrome without adding the %s bit at all, so when you execute that keyword, it’ll just take you to the keyword’s URL.

To clarify, check the screenshot above to how I set up a keyword bookmark for Lifehacker would look like. After setting it up, any time I want to visit Lifehacker in the future, all I have to do is type ‘l’ and hit Enter. Chrome’s autocomplete is certainly smart, and for some people is enough to replace the need for keyword bookmarks, but if you’re a keyword bookmark junkie like I am, this is an important feature to ease any browser transition.

Unfortunately it’s more of a hack than a bookmark feature, and the search engine manager isn’t nearly as robust as the regular bookmark manager, but until the Google developers decide to add this feature (my birthday’s coming up, GOOG), it’s better than nothing.

View Comments :, , more...

Microsoft Security Essentials Ranks as Best-Performing Free Antivirus

posted by Rob Johnson on Dec.24, 2009, under Tech News, Tips

MS Security Essentials

Anti-malware testing group AV-Comparatives.org not only gave Microsoft Security Essentials a top rating for malware removal, but now theyve given it their best ranking in their performance test as well.AV-Comparatives.org ran a series of real-world tests running through common scenarios like downloading, extracting, copying, and encoding files, installing and launching applications, and they also ran through an automated testing suite as well. Once the dust had settled, it became clear that not only is MSE one of only three products that both blocks and removes malware well, but its also very light on system resources.Out of all the products tested, Microsoft Security Essentials was the best-performing free antivirus solution, and one of only two that received “very fast” on each of the real-world tests, earning it their top award: an “advanced+” ranking. Weve been telling you for a while that you dont need to pay for Windows security, and now with MSE ranked alongside the top paid apps in both malware removal and performance, you might want to consider making the switch.Hit the AV-Comparatives link for the full report in PDF form, or check out the PC Mag story for the overview—if you can deal with some irritating in-text ads.

via Lifehacker

View Comments :, , more...

The Lifehacker Guide to 64-bit vs. 32-bit Operating Systems

posted by Rob Johnson on Dec.22, 2009, under Tech News, Tips

You’re probably aware that 64-bit and 32-bit versions of your operating system exist, but apart from ascribing to a bigger-is-better philosophy, you may have no idea what separates the two. The question: Should you use a 64-bit version of Windows, and why?

More and more frequently, users are installing the 64-bit version of their operating system of choice over the less capable 32-bit version. But most people don’t really have a full understanding of what the difference really is. Below, we’re taking a look at the most important differences so you can better understand what you gain (and potentially lose) if you upgrade to the 64-bit version of your OS. (The post focuses on Windows.)

We’ve already explained whether you really need 4 GB of RAM, a question that touches on the 64-bit issue, but now let’s tackle it in more detail.

Which Version Do I Have?

To figure out which version of Windows you are running, just head into the System properties in Control Panel, or you can take the easy route and right-click on your Computer icon in the start menu or desktop, and choose Properties from the menu. Windows 7 or Vista users will be able to check the System type in the list, while the few XP users with 64-bit will see it on the dialog.

Keep in mind that your CPU must support 64-bit in order to be running a 64-bit operating system—if you’re running a modern CPU you should be fine, but some of the budget PCs don’t include a 64-bit processor.

Does 32-bit Really Have a Memory Limit?

In any 32-bit operating system, you are limited to 4096 MB of RAM simply because the size of a 32-bit value will not allow any more. On a 32-bit system, each process is given 4 GB of virtual memory to play with, which is separated into 2 GB of user space that the application can actually use at a time.

Savvy readers might point out that modern chips support PAE, a processor technology that allows the operating system to use a little bit more memory—up to 64 GB, but it also requires special application support that most applications don’t have or necessarily need.

A common misconception is that this is a Windows-specific problem, when in fact 32-bit Linux and Mac OS X have the same limitations and the same workarounds. 32-bit Linux uses a mapping table to allow access to the extra memory, and OS X Snow Leopard actually ships by default with a 32-bit kernel that can’t access all the memory on older systems, even though most of the rest of the OS runs 64-bit processes.

The 4 GB limit for Windows, at least, is also a factor of licensing—the home versions of 32-bit Windows, while technically being able to support PAE, have a hard limit of 4 GB for licensing and driver compatibility reasons.

More Problems with 32-Bit

Not only does 32-bit have a hard limit for the amount of memory it can address, there’s also another problem: your devices, like your video card and motherboard BIOS take up room in that same 4 GB space, which means the underlying operating system gets access to even less of your RAM.


Windows expert Mark Russinovich found that a desktop running 32-bit Windows with 4 GB of RAM and two 1 GB video cards only had 2.2 GB of RAM available for the operating system—so the bigger and better your video cards get, the less of that 4 GB will be accessible on a 32-bit system.

What’s Different About 64-Bit?

While 32 bits of information can only access 4 GB of RAM, a 64-bit machine can access 17.2 BILLION gigabytes of system memory, banishing any limits far into the future. This also means that your video cards and other devices will not be stealing usable memory space from the operating system. Windows 64-bit Home editions are still limited to 16 GB of RAM for licensing reasons, but the Professional and Ultimate versions can use up to 192 GB of RAM, so keep that in mind when building that killer system.

The per-process limit is also greatly increased—on 64-bit Windows, instead of a 2 GB limit, each application has access to 8 TB of virtual memory without any special API, a huge factor when you consider applications like video editing or virtual machines that may need to use enormous amounts of RAM.

On Windows, the 64-bit versions also come with a technology to prevent hijacking the kernel, support for hardware-enabled data execution protection, and mandatory digitally signed 64-bit device drivers. You also won’t be able to use your 16-bit apps anymore, which hardly seems like a loss.

Do 32-bit Applications Work on 64-Bit?

The vast majority of your 32-bit applications will continue to work just fine on 64-bit Windows, which includes a compatibility layer called WoW64, which actually switches the processor back and forth between 32-bit and 64-bit modes depending on which thread needs to execute—making 32-bit software run smoothly even in the 64-bit environment.

There are some exceptions to that rule, however: 32-bit device drivers and low-level system applications like Antivirus, shell extensions that plug into Windows, and some media applications simply won’t work without a 64-bit equivalent.

In practice, the vast majority of your favorite applications will either continue to work, or provide a 64-bit version you can use instead—but you should check to make sure.

Does 64-Bit Use Double the RAM?

A common misconception about 64-bit Windows is the amount of RAM that is actually used—some people seem to think it will use double the RAM, while others incorrectly assume a 64-bit system will be twice as fast as 32-bit.

While it’s true that 64-bit processes will take a little extra memory, that is a result of the memory pointers being a little bigger to address the larger amount of RAM, and not an actual double in size. Imagine, if you will, an ancient library filing system that has a card to tell you where to find the book in the library—if you got a bigger box to hold the cards, the library would not double in size, you’d just be able to find the book you were looking for more easily.

What will increase with 64-bit Windows is the amount of drive space needed for the operating system—with a compatibility layer in place, the base OS will take up a few extra GBs of space, though with today’s massive hard drives that should hardly be a concern.

The Bottom Line, Which Should I Use?

If you are ordering a new PC with 4 GB or more of RAM, you should probably be running a 64-bit version of Windows so you can use all of the available memory, especially if you want a rig with a large video card—just keep in mind that the Home versions only support 16 GB of RAM (for most people a 16GB limit won’t be a problem, but it’s worth keeping in mind).

If you’re running Mac OS X, you don’t need to worry about 32-bit vs 64-bit, and if you’re running Linux, you probably know this stuff already.


via [LifeHacker]

View Comments :, , , , more...

Do You Really Need More Than 4GB of RAM?

posted by Rob Johnson on Nov.30, 2009, under Tech News, Tips

With the price of upgrading system RAM extremely low these days, people are always asking me whether it’s really worth it to upgrade beyond 4GB; today we’ll answer that question for everybody.

More RAM Means Better Multi-Tasking

First, let’s take a moment to clarify what exactly more RAM can (and can’t) do for you. The biggest benefit of upgrading your PC’s memory is better multi-tasking, especially for those of us using RAM-hogging applications like Photoshop, Outlook, or Firefox 5 minutes after we’ve opened it. Having a lot of memory means that you can quickly switch back and forth between the different applications without Windows writing the process memory out to the pagefile. (The pagefile performs much the same purpose as RAM, but the data is stored on your much slower hard drive.) (continue reading…)

View Comments :, , , , more...

TouchFreeze Disables Your Touchpad As Soon As You Start Typing

posted by Rob Johnson on Nov.27, 2009, under Tips

Windows only: Most laptop owners have experienced the frustrations of an unpredictable cursor when your wrist grazes the touchpad. Free, open-source utility TouchFreeze disables your touchpad as soon as you start typing, re-enables it when you stop.

Photo by AlishaV

Although you can always go to your Control Panel and then to Mouse Properties to disable your touchpad the long way, it still means you have to turn it back on when you'd like to use it. TouchFreeze makes things a little easier, and as long as you're not doing any heavy photo editing that might necessitate the simultaneous use of the touch pad and keys, this should be a winner of a program for you.

TouchFreeze sits in your system tray and simply turns off the touchpad when you start typing. It's a dead simple, free, and open-source program that works with Windows 2000, Windows XP, Windows Vista, Windows Server 2003/2008, Windows Server 2008, and Windows 7.

TouchFreeze [via Addictive Tips]

via Lifehacker

View Comments :, , , more...

HOWTO: NTFS Write support for Mac OS Snow Leopard

posted by Rob Johnson on Nov.27, 2009, under Tips

In my quest to soil my Mac Pro for the sake of science, I decided to install Windows 7 via BootCamp yesterday. One thing that I felt was a necessity was read and write access to both systems from either system. Snow Leopard has NTFS read support out of the box, but in order to enable write support you must get out the chicken bones and voodo stick.

Here’s how:

  1. Open Terminal.app (/Applications/Utilities/Terminal)
  2. Type “diskutil info /Volumes/volume_name” and copy the Volume UUID (bunch of numbers).
  3. Backup /etc/fstab if you have it, shouldn’t be there in a default install.
  4. Type “sudo nano /etc/fstab”.
  5. Type in “UUID=paste_the_uuid_here none ntfs rw” or “LABEL=volume_name none ntfs rw” (if you don’t have UUID for the disk).
  6. Repeat for other NTFS partitions.
  7. Save the file (ctrl-x then y) and restart your system.

And that’s it!

[UPDATE]

After a few days of running with NTFS write support using Boot Camp, I started to experience random lock ups and program crashes. My Mac became completely unresponsive at times. Especially when running Disk Utility permission repairs.

If this happens to you, I suggest removing, or renaming /etc/fstab

Here’s how:

  1. Open Terminal.app (/Applications/Utilities/Terminal)
  2. Type “sudo rm -f /etc/fstab” to remove fstab, or “sudo mv -f /etc/fstab /etc/fstab.bak” to rename it.
View Comments :, , , , more...

Optimize your computer for peak performance

posted by Rob Johnson on Nov.25, 2009, under Tips

Our personal computers are like fine automobiles—they need preventive maintenance to run efficiently and avoid major breakdowns.

Optimize your computer for peak performance

The following tips can help improve your computer’s performance. These examples use Microsoft Windows XP. Some of the screens may differ from version to version, but overall you’ll find these tips work for all versions of Windows, including Windows 95, Windows 98, Windows Millennium Edition (Me), Windows NT, Windows 2000, Windows XP, and Windows Vista.

By the way, in no way can you blow up your computer or files with any of these procedures. These tasks use utilities provided within the Windows operating systems to aid you in achieving the best system performance. This article does not address tinkering with the registry files.

Clean up disk errors

Run once a week

Whenever a program crashes, or you experience some power outage, your computer may create errors on your computer’s hard disk. Over time, the errors can slow your computer. Luckily, the Windows operating system includes a Disk Check program to check and clean any errors on your computer and keep it running smoothly.

To run Disk Check:

  1. In your Start menu, click My Computer.

  2. In the My Computer dialog box, right-click on the drive you wish to check for errors (for most of us this will be the C: drive, unless you have multiple drives on your computer), and click Properties.

  3. In the Properties dialog box, click the Tools tab. In the Error-Checking section, press the Check Now… button. A Check Disk dialog box displays, as shown below.

    Image of the Check Local Disk (C:) dialog box

    Access Check Disk to check for errors on your computer.

  4. In the Check Disk dialog box, check all the check boxes. Click Start.

  5. You will see a message box that says you can schedule the disk check to start the next time you restart your computer. Click Yes. The next time you restart your computer, it will automatically run through a disk check before displaying your login screen. After the disk check finishes, Windows will automatically bring you to your login screen.

    Note: Check Disk can take more than an hour to check and clean errors on your computer. (continue reading…)

View Comments :, , , more...

Workaround for the 27 inch iMac Flash lag

posted by Rob Johnson on Nov.03, 2009, under Tech News, Tips


27" iMac

27" iMac

We’ve had a few users tell us about performance lags that they’re experiencing with their brand new 27″ iMacs. Our own Casey Johnston even wrote a quick article about the problem last month. Now that everyone has had a few days to play with the issue and try the obligatory troubleshooting steps, we’ve been tipped about a possible solution.


One of our readers claims that this isn’t just related to Flash playback… it’s possible that this lag problem is consistent across the system. Flash taxes your system more than most applications so it would show the lag problem more consistently than another application — thus making it look like a problem only with Flash.

The suggestion at this point: cycle your wireless connection. By turning AirPort off and on again, some people are seeing the computer regain responsiveness. Obviously this isn’t a permanent fix because the issue will most likely appear again after you reboot your machine… we can’t say if the fix will persist for the entire session, either; the problem could come back before reboot.

Fellow TUAW blogger Joachim Bean suggests that the issues may be something related to PCI Express. Both the AirPort and graphics card are using PCI Express to communicate with the system. There’s a possibility that the lines of communication are crossing during use. I’m still betting on a software issue — at least, let’s hope for that.

via TUAW

View Comments :, , , more...

How to Log-in Multiple Users in SKYPE on a WIN XP Machine

posted by Rob Johnson on Sep.06, 2009, under Tips

This tip was found by “my favorite”, Chris_Ace2


Skype

Skype

With version 4.0, Skype has added a new switch for supporting multiple users on a single PC. The following steps would show how to create a new shortcut for starting a new Skype instance with a different Skype user account.


Open Windows Explorer and go to “C:\Program Files\Skype\Phone.”

Right click on the Skype icon and select “Create Shortcut.”

Right click on the new shortcut and select “Properties.”

Append ” /secondary” to “Target” to become ‘”C:\Program Files\Skype\Phone\Skype.exe” /secondary.’

Click OK to save the change.

(continue reading…)

View Comments more...

8 Tips To Effectively Boost Your Wireless Router Signal

posted by Rob Johnson on Jul.19, 2009, under Tips

 

Wifi signal too weak?

Look at it – staring you down so innocently, yet I know that your Linksys wireless router refuses to give you signal. Since you decided to place it in a corner to gather dust, using it only for its relay capabilities, it has decided to constantly bring up the feared “Limited Network Connection” bubble. Don’t you just hate those?

These routers have the power to transmit intangible signals; these signals, powerful as they may be, are prone to constant interference whether it be by physical objects, other signals floating around in the air, or even because you didn’t plug the wire in all the way.

Regardless of what the issue, there are some proven ways to try to remedy the situation of a weak Wifi signal. Some may simply be a little bit of common sense, other methods require purchasing additional parts.

Here are 8 tips on how to boost your wireless router signal:

via MakeUseOf.com

View Comments :, , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!