Uncategorized

You are currently browsing the archive for the Uncategorized category.

It’s 6 A.M. The kids have just started filing into the local aquatic center for a large swim meet.  In every other kids’ swim bag is a WiFi enabled cell phone, an iPod Touch with WiFi, or a netbook.  In every other swim parent’s bag is a laptop or netbook.  And there are about 700 kids at this swim meet, and at least 300 parents and spectators.  And they all start connecting to the free public WiFi at the pool as soon as the kids and parents fire them up.  And the network slows to a C-R-A-W-L.

Forget about using the free pubic WiFi for uploading meet results to the internet.  Absolutely forget about using a home router on 2.4GHz to use Windows Networking to network the computers being used to run the meet.

Some ideas we had to solve this problem:

1) Change the public WiFi password right before a large swim meet. This way, if you really need WiFi, you can get the password; otherwise, the iPod Touch in your swim bag doesn’t really need to be on the network while you are swimming!

2) Use a 5GHz draft N MIMO router to network the computers being used for the swim meet.

3) Reallocate the network bandwidth to allow for more public bandwidth during a meet.

So far, we have tried #2, and we will try #1 and #3 at the next meet!!

If you have your website hosted on a Unix server, you most likely have an .htaccess file in the root directory of your website. This file is very powerful, allowing you to redirect requests for certain URL’s in your website to other URL’s in your website.

In my case, I was already using domain name forwarding through a domain name registrar to forward www.olddomain.com to www.newdomain.com/olddomain, a subfolder located at my new domain name.

But now, I wanted all the requests for www.newdomain.com/olddomain to go to www.newdomain.com/newfolder.

So I had to add the following line of code to the .htaccess file at www.mynewdomain.com/.htaccess:

Redirect /olddomain http://www.newdomain.com/newfolder

And voila, problem is solved.

THANK YOU SO MUCH FOR THIS TIP, JESS!!

I had a bunch of old Windows XP computers that would only see certain other comptuers in the network, not all at the same time.

Install the Microsoft TCP/IP version 6 protocol in all computers by going to “Manage Network Conections’, clicking on both your LAN and your WLAN, and finding the protocol in the  properties dialogue window. It should be there in the list of protocols to install, install it, and then restart.

I have been asked by so many friends and neighbors, and neighbors who are friends, to ‘fix’ their slow computers, that I have decided to blog about how I do it.

1. What Anti-Virus Engine Ya Runnin’?

The first thing I do when working on a ‘slow’ computer is see what kind of anti-virus and anti-spyware programs are installed, and I do this for 2 reasons.

Reason 1: if there isn’t an anti-virus program installed, or if the anti-virus program’s database is out of date, there could be a virus on the computer that is causing it to be slow.

Reason 2: if there is an anti-virus program installed, the anti-virus program ITSELF could be slowing the computer down.  A 64 bit Vista machine I recently looked at was rendered so slow as to be unusable by the Spybot antivirus program.

Solution: Uninstall any existing anti-virus programs first, then download, install, and run the free version of Avast anti-virus software, and the free Windows Defender anti-spyware program.  These programs will update their databases when installed, then continue to update themselves automatically.  Scan all drives and remove any viruses and spyware.

2. Remove the crap.

I LOVE a program called CCleaner, which supposedly stands for Crap Cleaner.  It is THE best, fastest way to get all the crap off your hard drive quickly.  It removes temp files, browser caches, and also cleans your registry if you choose.  Download and install CCleaner. Run it and use the default settings, as it will detect all of the browsers installed on your computer automatically.

3. Remove MORE crap.

Windows also contains a program called Disk Cleanup Tool. Run Disk Cleanup Tool (start menu ->programs->accessories ->system tools) and choose the ‘remove files from all users’ option. Use the ‘compress old files’ option under the ‘more options’ tab to save space on your hard drive, along with whatever other options you want, including ‘remove old restore points’.

4. Repair the registry and deactivate unused services automatically.

Purchase, download and run Registry Mechanic from PC Tools. This will be the best money you ever spend if you want your computer headaches to go away.  After installing this program, scan your registry first and fix any problems found.  Then run the ‘Tuneup Your Services’ option, and choose the recommended solution.  This will deactivate any unused services that are running on your computer, and should speed up performance noticably on an older computer.

5. Run Windows Update.

Now you are set to run Windows Update and get the latest updates and fixes for your version of Windows.

6. Defragment the hard drive.

Defragmenting your main hard drive will speed up disk access times.  You can use the Windows defragmentation tool, or my favorite defrag program, Diskeeper.

If you still don’t have enough space left on your C:/ drive after doing all of the above steps, you can also do the following:

7. Move the “My Documents” folder to another hard drive on your computer.

Follow these instructions (http://support.microsoft.com/kb/310147) make sure you also do the ‘move documents’ step at the end.

8. If you are using Outlook or Outlook Express, archive your old emails, and move your email folder to another hard drive on your computer.

This link explains how to archive all your old emails, and move your email file (.pst files) to another drive.

9. More ideas:

Here is a link to a blog with more disk drive space saving ideas.

8) Good luck!!