February 27, 2009 by mcdrummerman
OK so I think this one is entirely my fault but it was still driving me nuts. Whenever I tried to use the Page Up or Page Down key while viewing a web page in Firefox it would move the page down then almost immediately shoot back to where I was viewing before.
In addition to this using the arrow keys to move up and down was also a iffy prospect. One day when I was low on sleep and using my computer this happened. I had simply been ignoring it for so long. I finally typed this sentence into Google search:
firefox page up page down fuck
Continue Reading »
Posted in Firefox | 37 Comments »
August 27, 2008 by mcdrummerman
UPDATE [6/19/2009]: Below is my original fix for this problem however in the comments section frymaster provided an alternative. I am no longer running Vista 64 so haven’t tested it but another user has confirmed it worked for him.
Try deleting this file:
%userprofile%\appdata\Roaming\Microsoft\MMC\dsa
It will be recreated after you shut down your MMC console.
Thanks to frymaster for the update!
[Original Post]
I installed the newest version of RSAT for Vista Service Pack 1. I am running the 64-bit Version of Vista.
After installing this newest version I got this error when trying to start Active Directory Users and Computers:
Microsoft Visual C++ Runtime Library
“the application has requested the runtime to terminate it in an unusual way”
Continue Reading »
Posted in Utilities, Windows | Tagged Active Directory Users and Computers, RSAT 64bit, the application has requested the runtime to terminate, Vista RSAT | 13 Comments »
August 11, 2008 by mcdrummerman
I use this one quite a lot because people always want to know who all is in an Active Directory Group. Here is my quick and ugly Powershell script to find this info.
Continue Reading »
Posted in Programming, Script | Tagged Active Directory, Powershell | 4 Comments »
August 11, 2008 by mcdrummerman
I got a call at the Helpdesk today about a scanner in one of the faculty’s labs. It was an HP 4570 Scanjet. The scanner worked fine it was the software that came with it that was a problem.
Continue Reading »
Posted in Hardware | Leave a Comment »
June 27, 2008 by mcdrummerman
In an earlier post I mentioned a useful link for Powershell users. I am happy to say I used the cheat sheet today.
Sometimes you want to grab a property from an Active Directory entry. I wanted to be able to do it from Powershell.
One of the cool things about PowerShell is that you can access the Namespaces in the .net framework. So you can put together a script that can access Active Directory the same way you do it from .net Code using Directory Services.
Here is what I came up with: Continue Reading »
Posted in Script | Tagged Active Directory from Powershell, Powershell script | Leave a Comment »
June 27, 2008 by mcdrummerman
Ever use Powershell? I run into situations every once in a while where it is really useful but I always seem to
forget the syntax. I found a link to a really cool cheat sheet that I just tacked onto my wall so I won’t ever be lost again.
Check it here: http://blogs.msdn.com/powershell/attachment/1521595.ashx
Posted in Utilities, Windows | Tagged Powershell | Leave a Comment »
June 27, 2008 by mcdrummerman
I have a base of knowledge in Java and VB ,net but coming up in my school career is a class called “Problem Solving in C++” So where do you start learning a new language? The Hello World! program
Continue Reading »
Posted in C++, Programming | Tagged C++ HelloWorld, Hello World, Linux C++ compile | Leave a Comment »
June 22, 2008 by mcdrummerman
Ever typed an email in Microsoft Outlook and went to put in the recipient and you were delighted to see that after you typed a few letters it had already guessed the right person?

Cool, ever reinstalled an OS or Office and went to do the same thing and Outlook did not finish your thoughts for you? Crap! Were you depending on the auto complete?
Continue Reading »
Posted in Office 2007, Outlook, Windows | Tagged Add new tag, Auto Complete, Outlook 2007 | Leave a Comment »
June 18, 2008 by mcdrummerman
In a website created using ASP .net there is a file called web.config . This file holds information about the website’s configuration.
Continue Reading »
Posted in Web Programming | Tagged .net, ASP, connection strings | Leave a Comment »
June 18, 2008 by mcdrummerman
So you are putting together a web page using Microsoft’s ASP .net. You are looking through forums and examples for help and people keep talking about the code-behind.
Continue Reading »
Posted in Web Programming | Tagged ASP, code-behind | Leave a Comment »