Computer Quandaries - August 2006by Dale Atchison |
Printer Repair ![]() Hi, Dale. Do you have any idea where to take an HP printer for checkout or repair? My PhotoSmart needs a look-over. I thought this was something that CompUSA did, but apparently not any more. Ray Ray, Go to HP.Com and see where they suggest you take it. In my opinion, if it's under warranty, or cost more than $150, it's worth having it looked at; otherwise, it's disposable - the labor cost will most likely be more than the value of the used printer. DaLe |
Hard Drives ![]() Dale,
Charlie,
DaLe Note: I ended up working on this one myself. Turns out the largest drive was a Serial ATA drive, the 40's were parallel ATA, and even if I booted from the SATA, it wasn't designated C: - that took several reloads of Windows XP and some judicious swapping of drive names interspersed with multiple reboots. So I learned two things on this job:
|
Software (and a Dead Laptop) ![]() DaLe:
Bob,
DaLe |
Hit Counter ![]() Hi, Dale: I have a "computer quandary". Until recently, I used dial-up. When I worked on my web page offline - adding, changing, or whatever - it did not affect the counter on my web page. Since I got Knology cable Internet a couple of weeks ago, I guess I am online all of the time, and I am finding that when I work on my web page, it causes the counter to jump ahead every time I check to see how it looks before I upload the changes to the web. My question: is there any way to prevent the counter jumping ahead whenever I view the page offline (with changes that have not yet been uploaded to the web), just to see how it looks? Shirley Dear Shirley, I went to your website, and looked at the source code for your main page, paying attention mainly to the javascript code that implements the counter. Now, please understand, my HTML skills are very slim, and while I've read a couple of books about javascript, I haven't coded any at all. That having been said, it looks to me like your counter is doing exactly what the javascript tells it to: it increments a counter every time anyone, even you, views your homepage. The counter is implemented by a call to another website. When you were using dial-up, that call went nowhere unless you were online, so the counter didn’t increment; but, now that you’re always connected to the Internet, even though the page you’re viewing is only on your hard drive, the call to the counter website - somewhere out on the Internet - goes thru, and you skew your hit counter just by viewing the page locally. So, here's an inelegant but effective way to prevent skewing the count when you're editing the page offline. First, create a Network Connections shortcut on the Quick Launch toolbar: Open Control Panel. Right-click the Network Connections icon, and select Create Shortcut. When the dialog box pops up, asking if you'd like to create the shortcut on your desktop, click on Yes. If your QuickLaunch Toolbar isn’t displayed - just to the right of the Start button in most installations - turn it on by right-clicking the Taskbar, left-clicking Toolbars, and putting a check mark next to Quick Launch. Then, with the left mouse button, click and drag the new shortcut to your Quick Launch bar. (If it leaves a copy on your desktop, delete it; each icon on the desktop slows you down just a little bit, so practice what I call 'desktop austerity' - get in the habit of deleting all unnecessary desktop icons.) Right-click the new shortcut, select Properties » Change Icon, and choose one of the icons showing one or two computers, making it obvious this is a shortcut to something having to do with your network, rather than the ambiguous default icon, which was a globe. From now on, just before opening the offline copy of your source file, click the new Network Connections shortcut in Quick Launch, right-click your Internet connection, and select Disable from the object menu that pops up. When you've finished editing and viewing the file, click the Network Connections icon in Quick Launch, right-click your Internet connection, and select Enable. Now you can upload your changes to your website. Even if you decide not to make any changes, remember to go back to Network Connections and click Enable, or you won’t have Internet access, even after rebooting. If you're using the free ZoneAlarm firewall software, there's an even easier way to accomplish the same thing, without following the three steps mentioned above: just engage the Internet Lock while you're editing, and disengage it when you're ready to upload. Same effect: if all your Internet traffic is blocked, you can't increment an online counter. Here’s how: right-click the ZA icon in the System Tray (lower-right section of your screen) » left-click the line that reads Stop All Internet Activity. After a couple of seconds, you’ll see the ZA icon turn into a red and yellow padlock - no traffic to or from the Internet will be allowed until you say so. To turn off the Internet Lock, right-click the padlock icon, and left-click that same line to remove the check mark and restore your Internet capability. Please let me know if this helps. (She wrote back, praising the simple elegance of the ZoneAlarm Internet Lock option.) DaLe |
| See you next month. Please email your questions to DaLe@ComputerRepairShop.biz |