Open Command Window Here in Windows 7

Despite the numerous graphical advancements introduced in Windows 7, the Command Prompt has remained largely unchanged. Yet, it has always remained a useful, lightweight tool for interacting with the file system. I remember using it often in Windows XP, which was really when I was getting serious about Computer Science. In fact, I looked for ways to improve the command prompt experience. I eventually discovered a power toy for Windows XP titled “Open Command Window Here”. When installed, it would add an extra option to the context menu, which simply said “Open Command Window Here”. It would typically be visible when you right-clicked a folder, and, once selected, would make a new Command Prompt window would appear. This new window would … Read more

Google’s Cache Feature Improved By User Script

When looking at search results in Google, you may have noticed a link titled “Cached” that appears alongside most results. Here’s how Google explains the feature: Google takes a snapshot of each page examined as it crawls the web and caches these as a back-up in case the original page is unavailable. If you click on the “Cached” link, you will see the web page as it looked when we indexed it. The cached content is the content Google uses to judge whether this page is a relevant match for your query. Whenever I encounter a search result that isn’t loading when clicked, I try using the “Cached” link. As Google warns, it isn’t necessarily up to date, but it usually … Read more

Internet Explorer 6 Crash Simulator

Ever find yourself missing the good old days of Internet Explorer 6? No? Well, me neither; however, if you want a mild chuckle, I suggest visiting this Internet Explorer 6 crash simulator: Glad we don’t have to deal with that anymore. If, by some chance, you are still using Internet Explorer 6, I highly suggest installing an updated version, or selecting any other major browser listed on this Wikipedia page.

Working with Tab Stacks in Opera 11

Long ago, Opera used to be my browser of choice. I eventually migrated to Firefox, and now Google Chrome. It was always obvious to me that some of Chrome’s features were highly influenced by Opera. Since Opera 11 was recently released with an intriguing new feature called “tab stacking”, I thought I’d go over how it works. Consider this scenario: I have five tabs open. Let’s assume I was working on a research project that somehow involved Beluga whales, sharks, and trout.  At the same time, the two remaining tabs have both my webpage, and my blog loaded. The underwater project has nothing to do with my personal website or blog, so I will use tab stacking to merge those … Read more

How Fear Can Keep You Writing

As I was searching for tools to help me with my general writing process, I found one that was particularly interesting, and worth sharing. Write or Die is an application that uses negative reinforcement to keep you typing. As long as you continue writing, you’ll be fine… but if you stop, Write or Die starts to get aggressive. As a first step, it will start changing the background color of the window to red. As time passes, the red gets more intense. If you don’t keep typing, and you let it get totally demonic, you will face one of three possible punishments, depending on your settings. The mildest of these punishments involves a simple pop-up, reminding you to type. Not … Read more

Steam: Warning: Configuration Information Missing

Having worked with Valve’s Hammer Editor in the past, I recently decided to get back into the whole map-making vibe. Upon trying to launch the Hammer Editor from the Source SDK, I got hit with this error: Strange. As you can see, I had the SDK configured like this: Engine Version: The Orange Box Current Game: Half-Life 2: Episode Two I made sure my Half-Life 2 Episode Two download was complete before trying to open the Hammer Editor, so I was surprised when I encountered the warning. I immediately began to search for a solution online, and I found a few posts that recommended that I try running the “Refresh SDK Content” and “Reset Game Configurations” actions from the Source SDK Utilities menu: … Read more

Tab Management Shortcuts in Google Chrome

When I use a browser, I typically focus on using keyboard shortcuts, rather than the user interface. Since I’ve been using Google Chrome so often, I thought I would reveal the shortcuts that I’ve been using. Most of these shortcuts should work in other browsers as well, whether natively, or through the use of extensions. CTRL + T Opens a new tab in the current window. CTRL + SHIFT + T Opens the most recently closed tab. Chrome will actually remember the last ten tabs you closed, and work its way back in time with repeated keypresses. CTRL + W or CTRL + F4 Closes a tab in the current window. If you close the last remaining tab, the window … Read more

Past Experiences from a Virtual World

I mentioned in a previous article that I used to play World of Warcraft, probably a total of seven months over six years. Though I rarely play anymore, I thought it would be a good idea to share some of my more interesting and/or amusing experiences within the game. Before I begin, you should know that in most games, whenever I have the option to play a character that heals others, I take it. It is simply the function I enjoy the most. I like monitoring the health of others, healing them when they’re getting attacked, saving them where they would have normally died. Some games, including World of Warcraft, allow you to resurrect dead players, another mechanic I enjoy. … Read more

Drag-and-Drop Downloads in Google Chrome

Here’s a tip for all Google Chrome users out there. By now, you’ve probably all seen how Chrome treats downloads differently than other browsers. As soon as you download a file, a bar will appear at the bottom of that particular tab, allowing easy access to the file. In doing so, it also saves space by only showing what is immediately relevant for each individual tab. You can use controls in that bar to locate the file in Windows, or even view your full list of downloads. I’ve personally always used the “Show in folder” option, as this brings me exactly to the file, allowing me to move it elsewhere. Usually, I end up moving it to my desktop, as … Read more

Rebooting and Shutting Down via Command Prompt

When I originally found myself needing to reboot a machine via Remote Desktop, I realized that the shut down option was removed from the Start menu. Instead, I had the option to end my Remote Desktop session, nothing else. CTRL+ALT+DEL understandably didn’t work, as my local machine interpreted the key combination, not the remote machine. Without an obvious solution at the time, I remembered that there was a command line executable that could be used to shut down. The executable worked so well that I put batch file shortcuts on the desktop of the machine, allowing me to either restart or shut down the machine with a simple double-click. Seeing as this proved useful to me, I thought I would … Read more