I’ve been using Google’s Gmail for all my email needs for some time now. I’ve found it easier to centralize all my email into one online solution. This way I can get all my email at once AND have copies of it where ever I go. I could be at work or at home and still have all my incoming and outgoing mail available.

The biggest problem I have with gmail (at the moment) is that you can only setup one signature. If I am sending out an email from work (Tresware), I can’t use the same signature as an email I would send out from home (foyleman). I’ve written before about a great Firefox Extension I found called Gmail Signatures. It might even still be linked in the right column of this site under my list of extensions. However… AND THIS IS BIG… I’ve found it to be the cause of why I sometimes can’t save downloaded files from Firefox. Yeah, I click a file to save it, select the folder to save it in and nothing happens. I end up having to restart Firefox to get my download to save.

So with that new bit of information, I set out to find an alternative. I first came across a Greasemonkey extension that would do the same thing as the extension I just got rid of. However, it hasn’t been updated in some time and I didn’t feel like messing around with a script that might or might not work all the time.

My next find is something I am trying out now and is the reason for writing this post. It’s program called AutoHotKey. This porogram will allow you to create a key combination that automatically causes another action on your computer to happen. That action could be to run a program, open a website, or in this case enter a specific signature into my email.

The instructions for use are this:

  • Download and install AutoHotKey
  • Create a new plain text file anywhere on your hard drive.
  • Rename this text file with an ahk extension. I created one in MyDocuments and named it gmail_sigs.ahk.
  • Edit this file by right clicking it and selecting ‘Edit this Script’.
  • For each signature you want to create, enter this combination:
    ::short text for gmail::signature to be inserted
    In your case this might be:::/foyle::Thanks,{ENTER}foyleman{ENTER}http://www.foyleman.com
    The entire thing must be entered on a single line, so for line breaks insert {ENTER}
    Note: Make it something you don’t type too often or the signature will start appearing everywhere. For example, I had to shut off the script in order to type this entry without my signature being inserted. lol.
  • Save the edited script.
  • Double click the edited script to run it. It will show up in your taskbar when running.
    Note: You may need to put a shortcut to this script into Start > All Programs > Startup to ensure it starts up with your computer everyday.
  • Then when you want to enter your signature, just type /foyle (in my case) and your signature will automatically appear.
 

I found a problem with my internet connection today. I was uploading a video and the connection was horrendous. I thought perhaps something was wrong with my computer, router or something here in the office. However, testing the connection directly to the cable modem from multiple computers proved that was not the case. My download speed was averaging about 26Mb per second (awesome) but the upload speed was closer to 170kb per second (puke).

I contacted the cable internet provider and they were quickly able to tell me my connection was being limited. The next step is to send a technician out to my house to investigate the source of the problem.

We’ll see what comes of all this.
Perhaps this is why the modsonair show was so laggy this morning? Sorry :(

 

I have a laptop specifically for work. It’s larger and not fun to carry around, but when I have to work away from the comfort of my desktop, it’s much more convenient.

Since the laptop is only a couple years old, I was forced to purchase it with Windows Vista pre-installed. I thought it would be a good way to get used to the new era of operating systems and, well, I was curious to test it out. Ugh… it wasn’t a great experience. My programs worked, but getting around the OS wasn’t at all pleasant.

Windows 7 Beta is available for free from Microsoft now and it’s peeked my curiousity again. Tie that in with a slow-running Vista laptop and I figure we have a fit. That fit is me, Windows 7 and a freshly formatted laptop.

I’ve been working with Windows 7 for about 7 hours now and I like what I see. It’s pretty easy to use and nothing is getting in my way, namely those easy to remove windows that far too often ask you if you’re sure you want to do something you wanted to do in Vista.

Although still early in my experiences with this new OS, I would recommend it to anyone looking for a fresh start with something new. I’ve got everything running with little to no intervention including hardware and software including my games.

Update 01-21:

I attempted to install the OS at on my office machine (at my other office). I had to format a new drive anyway, so I gave it a go. The disk started up on start-up, showed me a pretty loading screen and that it. Nothing else. All I saw was the loading screen and it froze. I tried to install it twice with the same results.

 

Here’s a tip I am tired of looking up after reformatting my computer.

Even though you may share all of your files on your XP computer, when you attempt to access those files from a Windows Vista or Windows 7 OS you may get an error that reads one of the following ways:

  • Not enough server storage is available to process this command.
  • Not enough memory to complete transaction. Close some applications and retry.

The solution is quite simple, even though odd that you have to do this at all.

  1. Go to Start > Run > regedit
  2. Navigate to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > lanmanserver > parameters
  3. Create (or edit if it actually exists for you) a new DWORD value in this folder.
  4. Name the value IRPStackSize and make sure to get the spelling and case correct.
  5. Right click it to modify.
  6. Select the Decimal Base on the right.
  7. Enter a value of 16.
    Note that some people recommend entering 15 first, but I always get an error and wind up stepping it up to 16 and it works after that.
  8. Click OK to close the little window.
  9. Now you need to either restart your computer or, an easier method, restart the Server service which I will now explain.
  10. Go to Start > Run > services.msc
  11. Scroll the list of Services (Local) to find Server.
  12. Right click and select Restart to restart this service.

That’s it. You can now access those files. Hooray.

© 2012 foyleman Suffusion theme by Sayontan Sinha