Oh, as an Aside: Changing the hosts file in Vista (From the 20th of January)

In Vista, normal users are not allowed to save the hosts file, so the easiest way to edit it is to run notepad as an administrator.

  1. Go to start and either search for “notepad” or go to All Programs > Accessories
  2. Right click “notepad” and select the “Run as Administrator Option.”
  3. Once Notepad opens go to File > Open and browse to “C:\Windows\System32\Drivers\etc”
  4. Set the file filter to “All Files”
  5. Select and Open “hosts”
  6. Edit it and save it.

If you get an error about it being read only:

  1. Go to File > Open, right click the “hosts” file and select properties
  2. Uncheck read-only at the bottom and click OK.
  3. Click Cancel to go back to notepad”
  4. Save it
Oh, as an Aside: Free alternative to BrowserCam (From the 6th of October)

BrowserCam has long been the best tool for testing websites in a multitude of situations; however, it isn’t free, so its usefulness is limited for people who just want to test a new design quickly: enter BrowserShots.

This free website has most of the features developers will need to test their sites; however, unlike BrowserCam, there seem to be waits of up to 20 minutes for some OS/Browser combinations, so it is better for casual testing to ensure compatibility rather than live tweaking—it does have a detail page to show how long your wait will be. It has a few useful features: all screenshots are of the entire screen instead of a small part and requests are based on the website, so multiple people can view the results without sharing log-ons.

However, the most interesting part is that the software that runs it is freely distributed and you can, optionally, help the project by volunteering to run a screenshot “factory” from your computer that operates in the background while you go about your normal computing business; thus, combining the best things in life: free stuff and being nice to others.

Continue reading. »

Super-fast Wi-Fi in the works

Wi-Fi with speeds of 15 gigabits per second? Coming soon to a computer near you.

(AP) — With a wave of his hand over a homemade receiver, Georgia Tech professor Joy Laskar shows how easily - and quickly - large data files could someday be transferred from a portable media player to a TV. Poof! “You just moved a movie onto your device,” Laskar says.

While Wi-Fi and Bluetooth have emerged as efficient ways to zap small amounts of data between gadgets, neither is well suited for quickly transferring high-definition video, large audio libraries and other massive files.

Read the entire Story

Oh, as an Aside: Force links that open new windows to open in new tabs in firefox. (From the 7th of August)

I’ve used Firefox for years mostly for the tabs. However, Firefox 2 removed the ability to “force new windows to open in tabs” and lately my number of “required” extensions have built up to the point that opening a new window takes 5-10 seconds. Which makes the occasional link that forces a new window very irritating.

To force all new windows into tabs type about:config in your url bar and set the following properties:

  1. ‘browser.link.open_external’ should be 3
  2. ‘browser.link.open_newwindow’ should be 3
  3. ‘browser.link.open_newwindow.restriction’ should be 0