Technology

  • Manually Remove a Windows Service

    I needed to remove some services the other day and could not recall the name of the tool that allows you to easily add and remove services from Windows. I think it's srvany.exe, but I have no idea how recently it has been updated, and I couldn't find…

  • To Click or not to Click

    This week has been really busy. I feel like I have accomplished exactly nothing all week. But I have been insanely busy just doing things. There are people all over talking about Getting Things Done, and while I suspect that the system is a good one, I know…

  • Recursively CHMOD Files

    I was moving a bunch of files from one location to another, and it ended up that a ton of those files had the wrong permissions. Now permissions of 755 will generally work for serving an HTML file, but it should probably be served as 644, and since…

  • Microsoft Speaks the Truth

    I think, perhaps, that truer words have never been spoken by an email application. The Microsoft Outlook Test Message is apparently sent to the Junk E-mail folder. By Outlook itself. You would think that somewhere along the way this would not make it through the Quality Assurance process….

  • RPC Over HTTP on SBS 2003

    Wow. That's a mouthful. For those who aren't aware, it stands for Remote Procedure Call (RPC) over Hypertext Transfer Protocol (HTTP) on (Windows) Small Business Server 2003. Essentially, making an Exchange RPC connection via standard HTTP protocols, over a secure (SSL) connection. I had been royally frustrated with…

  • Replacing Data in Comments

    I noticed today that I had a bunch of markup in my comments. I had been wondering why I had all these <p>, </p> and <br /> tags in there. Turns out I had neglected to set the convert_breaks=”0″ attribute when I redid my page. So it stored…

  • Considering the nofollow Attribute

    The world is afire this morning with talk of the announcements by Six Apart and the three major search engines (Google, MSN and Yahoo) to support a new HTML attribute named nofollow (in full, rel="nofollow"). By adding this attribute to your link anchors, the search engines will no…

  • Using nofollow in Movable Type

    Installing the Movable Type "nofollow" plugin from Six Apart will automatically update the built-in tags MTCommentBody, MTCommentAuthorLink and the container tag MTPings. The use of the MTPings container should serve to update any URLs contained within, such as those produced by the MTPingURL tag and surrounding template code….

  • More Firefox Tweaks

    Once I got started tweaking Firefox, I really wasn't able to stop. Not that I was looking for anything – I just managed to stumble upon a few things while I was browsing. The first tip allows you to enable an extra tabbed browsing option. Firefox allows you…

  • Tweaking Firefox

    I've been trying to clean things up today, and a part of that is trying to get rid of a few things about Firefox that annoy me. Maybe "annoy" is too strong of a word. Inconvenience might be a better one. Anyway, I figured I would play and…