Posts

Apple co-founder Steve Wozniak dances with the stars

Steve Wozniak takes one for the (geek) team as he puts himself out there to be ridiculed by the judges for his lack of rhythm. It's this type of attitude that led Steve to innovate -- take risks, even though you might fail.

Fix iTunes to burn CDs again

On February 26, 2009 I wrote about problems with XP and my CD/DVD drives . After a fix to the Registry, the last step was to re-install any software that I use to burn CDs and DVDs. It seemed all was good, but I apparently hadn't tried iTunes. The next time I launched iTunes, I was greeted with the following message: Warning! The registry settings used by the iTunes drivers for importing and burning CDs & DVDs are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes. With prior experience using iTunes, I was not about to uninstall iTunes. Instead I just tried a Repair through the Add/Remove Software interface. That failed. I then tried installing iTunes over my current install, and that failed too. Finally I went fishing on Apple's site. I found an entry that looked promising. Apple recommends I remove a Registry key, add an new one, and then re-install all CD/DVD burning software. Sounded a bit like a loop, so I tried just

Thunderbird SMTP failure

I recently added a new email account to my Thunderbird client, and it failed in sending email (SMTP), though it did receive (pop3). I double and triple checked my configuration; I deleted and recreated the account; nothing seemed to work. I had two other SMTP accounts defined, and they never had the problem. Finally I found a reference (sorry I don't remember what website) that suggested trying to delete all my saved passwords. Sure enough, that did it. Even though when I had recreated the account I was challenged for password input on the first time, it had still failed. Also, I had copied and pasted the password from an alternate source, so I didn't make a typo. Some how the storage for passwords, just for the single account, was corrupt. If you use Thunderbird on Windows, to delete your passwords go to: Tools >> Options Click Privacy Click the Password tab Click Edit Saved Password Either click Remove All OR select the ones you want to delete and click Remove Click Clo

Force fit an HTML Table

My previous post had a table that the browser pushed outside the defined dimensions, making half of it un-viewable. Beside the rather narrow body for the blog, which by-the-way makes it easier to read, most browsers just don't know how to break text strings that do not have white space. Turns out there is some CSS code that can be used that will correct this in most browsers. Use the following two CSS properties in your table definition (adjust width to meet your need). table-layout: fixed; width: 425px; Surprisingly, if you use Firefox, it shortens the width correctly but it still has trouble wrapping some lines, while IE and Safari seems to render the entire table correctly. Visit the W3C site to get details on other table options .

Use Verizon and everyone will think you're from Canada

I've been using Verizon FIOS for about a year, and up until recently I've been happy. Unfortunately, recently my ip address (which Verizon assigns to my router) changed and now it appears I'm coming from Toronto, Canada. In fact if I run a Trace Route, it says I'm coming from Toronto, Canada as it's taking 21 hops and traveling over 2100 miles within the Verizon network before they release me onto the Internet. Hop Time Host IP Location 1 1.183 xo-gateway 140.239.191.1 Rowland Heights, CA, United States 2 7.517 ip65-47-242-9.z242-47-65.customer.algx.net 65.47.242.9 Culver City, CA, United States 3 7.119 ge6-3-0d0.mar1.santaana-ca.us.xo.net 207.88.81.193 , , United States 4 8.589 p5-1-0-3d0.rar1.la-ca.us.xo.net 65.106.5.81 , , United States 5 9.406 te-4-1-0.rar3.la-ca.us.xo.net 207.88.12.153 , , United States 6 22.022 207.88.12.154.ptr.us.xo.net 207.88.12.154 , , United States 7 9.234 205.158.79.122.ptr.us.xo.net 205.158.79.122 , , United States 8 12.424 0.so-2-2-0

Increase IIS Connections running on XP

When developing locally on IIS, with the addition of AJAX, I found myself running out of connections -- the default is 10. Turns out you can bump the connections up to 40. Here's what you need to do: Open the command prompt Navigate to \inetpub\adminscripts Enter the following command: cscript adsutil.vbs set w3svc/MaxConnections 40 Restart IIS ( you can use iisreset at the same command prompt) That's all there is to it.

Lose my CD / DVD Drives

Image
Recently I experienced several little problems with my Windows XP desktop. It started with losing the sound and the inability for Skype to answer. After trying various things, I rebooted, which brought back the audio and seemed to have corrected Skype. Unfortunately, I then lost my 2 CD/DVD drives plus one virtual CD/DVD drive. Losing the virtual drive should have been the clue, which I initially missed. They all displayed in the Systems hardware window, but with error 31 messages. After looking for and installing new or replacement drivers, I still had the same problem. I finally ran across a knowledge base article from Microsoft . You can no longer access the CD drive or the DVD drive, or you receive an error message after you remove a CD recording program or a DVD recording program in Windows XP: "error code 31" The solution was to delete two apparently corrupt Registry entries and then re-install all software that have a burn CD and/or DVD feature. A pain to go through th

Monitor your Gmail accounts whenever your browser is open

With the Gmail Manager Firefox add-on , you can always easily see how many messages you have in all of your Gmail accounts. In addition, with a click or two, you can be in your account, and answering and deleting your email. Features of Gmail Manager include: The ability to monitor multiple Gmail accounts The ability to save your passwords The use of https (secure) connection Various toolbar notices, including Hide unread count Hide alias Unread for email, spam, and or labels Configuration of minutes between checks for new messages Sound notification when new email arrives Though just on version 0.5.7.1, this seems to be a pretty solid Add-on.

Disable Taskbar Balloon Tips

Are you tired of the balloons that pop-up every time you lose and reconnect to a wireless network? Or when Windows wants you to clean-up your icons? Well it's actually very easy to disable the Taskbar Balloon Tips. Go to the Microsoft knowledge base entry 307729 for instructions and use their new Fix It feature. Instead of changing a Registry setting using Regedit, which is the most common way to change a Windows setting, Microsoft now provides a button within knowledge base articles that will change the Registry setting for you.

Add an extra layer of security for Win XP users

Image
Long time readers of my blog know that I am not very fond of Internet Explorer and Outlook Express because of their security vulnerabilities. Due to that, I switched a long time ago to Firefox and Thunderbird. Unfortunately due to my job, I find myself having to use Internet Explorer more and more. We have a 3rd-party application that we access over the Internet that requires Internet Explore. In addition, I do our web development, which requires that I test everything in Internet Explorer. Also, I have assumed responsibilities for the Webmaster role for the Cascade Blues Association (CBA), which again requires testing in Internet Explorer. It also added another email account to monitor. In order to keep the CBA account separate from my personal and work email accounts, I decided to re-load Outlook Express. So back to my point. Most users, including me, run Windows XP with Administrative privileges. For most folks it's due to not knowing any better or not knowing how to change. Fo