Aaron's blog

Windows Photo Gallery Facebook integration complete

By aaron.axvig, Tue, 11/18/2008 - 03:00

A while back I posted an idea of mine.  Specifically, I suggested that it would be nice to have an easy way to upload photos to Facebook from Windows Photo Gallery.

Well I just found out that there has been a plug-in developed for Windows Live Photo Gallery for exactly this.  It even covers the most important of the features I had laid out.  Nice to see.

Tags

My new affair with Drupal

By aaron.axvig, Thu, 11/06/2008 - 03:00

2019-10-26 - This new blog is set up on Drupal!

--

I started playing around with Drupal at work this morning, and this particular package just has me bouncing off the walls with joy.  It's the most excited I've been about a piece of software for quite a while.  Some of this elation is no doubt due to the fact that I've been able to set it up to do almost exactly what I want to do, which is something I had not expected to find a product capable of.  (Sorry for the vagueness of this post, with all the non-specific module mentioning and such, but I don't want to be responsible for damage from leaked business plans.)

The interface is clean, and the administration is smart.  I've added a couple modules, and the installation is really easy.  One of the things that I hadn't seen before in a system of this type was the quite well done system of dependencies.  When you want to turn on a module, it tells you which other modules are required.  You can check the boxes for those, and then you will be able to check the box for the module you wanted to turn on.  Easy.

Then I went to configure the module I installed and it had some things that needed to be setup in another module before I could use the one I had installed.  It actually told me, in the admin pages, what the exact problems were, one at a time, until I had gone and fixed all of them.  No silly searching online for solutions to error messages or for walk-throughs that barely match my configuration.

So, I am now in love with this pretty little content management system.  I literally can't wait to show my boss what I rigged up for him! :)

Tags

SQL Server 2008 Books Online installer error in Vista

By aaron.axvig, Sat, 10/11/2008 - 03:00

When I ran the installer for SQL Server 2008 Books Online (download here) I got an error.

This installation package cannot be installed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service.

How Vista is not auto-updated with the latest installer is beyond me, but here's what you have to do.

  1. Download the new installer package.
  2. That page says you need to use wusa.exe to install the package, but if you just double-click on what you downloaded it will do that automatically.
  3. Restart.  (Yes, I tried not restarting, but it doesn't work until you restart).
  4. Bask in brand-new installer glory.

Tags

Quick Anti-Spam Setup in Exchange 2007

By aaron.axvig, Fri, 09/12/2008 - 03:00

Sure Outlook has great spam-filtering, but what if you are relying on Outlook Web Access instead?  You will waste a lot of time moving messages to the Junk folder.  Or even consider the amount of bandwidth saved by having the server do filtering rather than the client.  Thankfully it is quite easy to setup a spam filter based on the ZEN IP blocklist provided by http://www.spamhaus.org.


  1. Install the Anti-spam components following these directions if they already aren't.
  2. Open "Exchange Management Console".
  3. Expand "Organization Configuration".
  4. Left-click "Hub Transport".
  5. Select the "Anti-spam" tab.
  6. Right-click "IP Block List Providers" and select enable.
  7. Double-click "IP Block List Providers".
  8. Go to the "Providers" tab.
  9. Click "Add".
  10. Enter your choice in the "Provider name" box (I recommended "Spamhaus Zen").
  11. Put "zen.spamhaus.org" in the "Lookup domain" box.
  12. Leave "Match any return code" checked.

The following screenshot shows pretty much all these steps:

<lost>

Doing this cut me to about 17 spams per day, rather than the ~170 I was getting. 

Get rid of "Tunnel adapter Local Area Connection* ##" entries

By aaron.axvig, Thu, 09/11/2008 - 03:00

Vista seems to have an annoying habit of creating several "Tunnel adapter Local Area Connection* ##" entries in my ipconfig results, which means I have to scroll up to see the actual entries I want to.  That is a pain to do on a laptop with a touch pad, but also I think it was contributing to connectivity problems when switching between wireless and wired connections.

If you want to remove them, there is a method that seems to be harmless:


  • Right-click My Computer, go to Manage.
  • Go to Device Manager
  • Click View on the top of the window, and check Show hidden devices.
  • Now expand the Network adapters tree, and you should see several entries that start with isatap.(something).
  • Disable (right-click, Disable) several of them, and verify that all your networking things still work.
  • If that didn't cause any problems, you should be able to safely delete them (right-click, Uninstall).

Now your ipconfig readout should be a little more sane.  This problems seems to be caused by IPv4 and IPv6 tunneling of some sort, which you can read about here.

Tags

Broken Rockband Drumset Kick Pedal Fix/Rebuild

By aaron.axvig, Fri, 09/05/2008 - 03:00

As I had feared would happen for a long time, my kick pedal (well actually my cousin's kick pedal) broke.  So I made a new pedal out of 1/2" plywood.

First step was disassemble the broken unit, trace the foot part, and cut it out:

<lost>

Then I drilled holes for the hinges (which were essentially the only deviation from the design of the original), holes for the orange piece, and a hole for the magnet.  It was accurate enough to just eye-ball all the locations from various angles instead of measuring things. Which got me to this stage:

<lost>

And the final assembled product (which works just as well as the original):

Axvius server upgrade

By aaron.axvig, Tue, 05/06/2008 - 03:00

Last night we upped the RAM count to 6GB (from 2GB).  I'm pretty sure that was completely unnecessary, but it is still sweet.  There are some weird things you notice when you get that much RAM: the pagefile is reported by Task Manager to be over 12GB, and the hibernate file takes up over 6GB.  Hopefully it doesn't actually think it's going to be using that hiberfile anytime soon--it would be tough to check my e-mail.  :)

It's also now running a Radeon HD 3850 512MB graphics card, but the purpose of that is to test how good of an output we can get on a TV through component outputs, and it will soon be replaced with a lower end Radeon HD 3450 that is passively cooled.  Then our poor little server will have yet another job: HTPC.

Tags

IIS 7 HTTP redirect with empty site

By aaron.axvig, Sat, 05/03/2008 - 03:00

The idea is to create a new site with no real documents to look at, that is purely for re-directing one URL.  It took me a few tries to get this working, so I thought I would document the steps.  In the example we'll be redirecting a.axvius.com to https://b.axvius.com

  1. Create a new site in IIS7.  Pick a name, point the Physical Path to the folder you just created, and a.axvius.com in the Host name box.
  2. Double-click on HTTP Redirect (in the lower half of the pane when you have the site you just created selected).  Check the first box, and put https://b.axvius.com in the box.  Check the box that reads "Redirect all requests to exact destination."  Change the drop-down to permanent.  Click apply.
  3. Notice that it created a web.config file in the folder you created.
  4. May need to restart the site.
  5. Create a folder for the site.
  6. Give the Network Service and IUSR users read access to the folder.  Note that your mileage may vary; I have historically had a difficult time with IIS file permissions.

Not too difficult really.  I tried to do it without a folder first, and was thwarted by file permissions after that.

Tags

View unread deleted messages in Outlook 2007

By aaron.axvig, Fri, 05/02/2008 - 03:00

I have about 4000 messages in my Deleted Items folder in Outlook 2007 (connected to Exchange 2007).  Unfortunately two unread message snuck in there, and it is quite hard to find them.  And it is annoying to see the (2) next to the folder.  I could right-click on the folder and mark them as all read, but I want to see if maybe they are important.

Trying to sort by read status is proving to be difficult.  First I tried using the existing columns, but none of them provide read status.  Then I added a read status column, but someone decided it would be funny to not let users sort by that column.

I'm currently waiting to see whether my latest scheme will work.  I created a new folder, Unread, and am moving all the messages into that folder.  Then they should show up in the Unread Messages virtual folder that Outlook provides, I'll be able to read them, I can move everything back, and I can get on with my life.  It is taking quite a while to move them though.

Tags

Follow-up to last night's Outlook adventures

By aaron.axvig, Fri, 05/02/2008 - 03:00

Sometimes things happen to me that are so stupid I feel compelled to share them so others can get, at the most, a good laugh, or at the least, a headshake.

You may recall the post I wrote last night, about my devious attempts to find out which two messages in my Deleted Items were unread.  I went to bed feeling pretty smart, knowing that by morning my computer would be done moving things and I would be able to see what I wanted to see.

I did not feel so smart after I woke up.  I looked at my computer and there was a new message ready to be composed, with 4000 messages attached as files.  I sleepily muttered some obscenities, clicked Close, and clicked No, Don't Save the Draft.

All was well until I got to work at 11:00 and needed to see an old message from my boss.  The Deleted Items folder was empty!

So I spent the next 5 minutes restoring my messages from the "permanently" deleted messages archive via Outlook Web Access, 50 messages at a time.  Apparently it decided I wanted to move all my messages into a new message, and moved them there permanently.  Of course then I didn't save the draft, so they were gone.

On the up side, it showed the two unread messages right at the top of the OWA display of the 4000 messages.  So I actually did work out a valid way of finding those unread messages.

And no, they were not important messages.

Tags