General Tutorials Category Archive

Organize Your Gmail Messages by Curtiss - July 18, 2010

A while back, I decided to start setting up some filters in one of my Gmail-based accounts to help organize my messages. I was accustomed to the way filters and rules work in traditional e-mail systems, so I was surprised to find out that I still received copies of the messages in my Inbox, as well as the folder (label) I’d set up.

I can completely understand the value of a setup like that, but it wasn’t what I’d wanted at the time. I wanted the e-mail messages to be delivered into just the folder I’d set up, without copies of those messages cluttering up my Inbox.

After a bit of help from friends on Friendfeed and Twitter, I figured out how to stop the copies from arriving in my Inbox. It’s pretty simple, really; and I’m not sure why I didn’t notice it when I was first setting up the filters. (more…)

Opening New Windows in Windows 7 by Curtiss - May 22, 2010

If you’ve used Windows 7 at all, you’ve probably noticed that the taskbar is completely different than it has been in previous versions of Windows. Instead of seeing a long information bar with a small icon and the title of the program you have open, you just get the little icon of the program next to your start menu. The taskbar is now extremely similar to the old-style quicklaunch menu.

If you have more than one instance of a program open, instead of seeing multiple separate taskbar entries, or a taskbar entry with a number inside of parentheses indicating how many instances you have open, you simply see slightly offset versions of the icon layered over top of each other (as shown in the image below). (more…)

Two Windows 7 Tips by Curtiss - April 23, 2010

Throughout the course of the day today, I came across the need to perform two tasks on Windows 7 that were not exactly straight-forward. Actually, I needed to undo two things I had done earlier.

Undo AutoPlay

This morning, I started ripping some CDs and accidentally indicated that I wanted Windows to use Zune to rip audio CDs every time I insert one in my computer. Of course, that’s not really what I want Windows to do each time I put a CD in my computer, so I had to figure out how to stop it from doing so.

To change your autoplay settings, simply open the Control Panel and search for “AutoPlay.” You can then open the AutoPlay settings and adjust any settings you need to.

Libraries

Earlier this week, I got tired of constantly browsing through multiple folder levels to get to a specific directory I use fairly regularly. To avoid having to browse to it all the time, I decided to add the directory to my “Documents” library (which can be done by simply right-clicking on the directory and choosing “Include in Library” from the context menu).

However, when I did so, I didn’t realize that it would actually include all of the folders and files inside of that directory in my Documents library, rather than including the directory (in other words, I thought I would open the Documents library and see the folder I had just added, allowing me then to navigate inside. Instead, as I said, it simply added all of the inner folders and files, causing my Documents library to get cluttered.

So, I decided that I needed to remove the folder from my Documents library and then go back and add its parent directory to my Documents library. Removing a folder from a library, however, is not quite as intuitive as adding one.

To remove a folder from a library, you need to right-click on the root of the library itself and then choose “Properties.” Within the properties dialog, you will see the list of folders included in that library. You can then select the folder you want to remove and then click the “Remove” button to exclude it from your library.

Both tasks are extremely simple once you realize where you’re supposed to look.

Find Files By Modification Date by Curtiss - March 24, 2010

Quite often, I find myself in a situation where I need to figure out which files on my Web server were modified recently. For instance, when I make updates to the development version of my Web site and decide I’m ready to copy those changes over to the production site, I need to find out for sure which files I modified.

This is actually a very simple process when using a *nix-based Web server, assuming you have secure shell (SSH) access. Obviously, these instructions apply to any *nix-based operating system (I’m assuming they also work on Mac, but have not tested), not just Web servers.

To do so, we’ll use the “find” shell command. Find is a pretty powerful and universal search command for Linux/Unix. (more…)

Google Hosted Apps and Sending Mail From a Web Server by Curtiss - February 14, 2010

Recently, I discovered that while hosting your e-mail services on Google has its advantages, it also brings with it some minor inconveniences. When you use a script on most Web servers to send e-mail messages, if your e-mail is not hosted locally on that server, your e-mail messages will never arrive in your inbox. Instead, the mail gets delivered to an e-mail account on your Web server if there is one; if there isn’t, the message gets rejected and goes into a black hole. (more…)

Batch Rename Files in *nix by Curtiss - February 1, 2010

Every once in a while, you may find yourself in a situation where you need to rename a whole batch of files on your Web server. In my case, I find this especially useful when someone provides me with a folder full of friendly-named files (files that contain spaces, special characters, etc.) and I want to make them a little more Web-friendly. On Linux and Unix-based computers, it’s really simple to do this from the command line. To do so, simply use a command similar to the following: (more…)

Do Your Page Titles Make Sense? by Curtiss - December 9, 2009

Confusing NavigationI was listening to episode #194 of the BoagWorld podcast the other day. Part of the podcast included an interview with Gerry McGovern on the concept of focusing on user tasks. One of the main points made in the interview was that you need to focus on major tasks that your visitors want to accomplish when visiting your Web site and hide or even remove the extremely minor tasks. Following is an excerpt from the transcript of that interview:

everything affects everything else and people think if I add a piece of content, if I add a web page, if I you know… It’s just another page… its not… it’s going to do something positive and it’s not going to do anything negative

You at least added one link and you added one more search result that comes true and each one of those links and each one of those search results is like another sign post that can send somebody in the wrong direction.

…everything you do has three impacts. It impacts the navigation, it impacts the search, and it impacts the manageability of the website, but also that small task and small content has every bit of chance to impact the efficiency of a top task

This got me thinking. In large institutions, it’s often difficult to effectively preach the importance of reorganizing the site structure to eliminate or downplay the minor tasks, but there is something you can do to at least help your visitors a little bit. (more…)

Extracting Images from a Word 2007 Document by Curtiss - November 17, 2009

If your office is anything like mine, you get a lot of Web site content sent to you inside of Word documents. Most of the time, that’s the best way of doing things, since formatting within e-mail is so inconsistent and unreliable. The main problem with using Word documents to send new Web site content is the inclusion of images. A lot of people will embed the images directly in a Word document without attaching the originals to the e-mail message.

Normally, it can be extremely difficult to actually extract images from Word documents. Microsoft did not include any reliable tools to save the images out of the document. Once they’re in there, there’s no simple way to get the original images out. (more…)

Using Zune Within VirtualBox by Curtiss - November 4, 2009

Zune error in VirtualBoxSince the Zune 4 software was released, I have been using it fairly exclusively as my media player when using Windows. I really enjoy using the software, and I like the way it tracks and shares my recent plays. In the spirit of Xbox “achievements,” the Zune social system even issues “badges” once you’ve listened to a specific artist enough times.

Unfortunately, however, the Zune software is only available for Windows, and I use Linux about 99% of the time on my home computer. I do, however, have Windows XP installed as a VirtualBox guest so I can use Windows programs like Photoshop, Internet Explorer 6 (for Web development testing), etc. I thought it would be simple to use the Zune software inside of that VirtualBox. I was wrong.

Apparently, the Zune software will not recognize media files stored in a VirtualBox shared folder. When you attempt to play the files, you will most likely receive an error stating that the file couldn’t be played, and that it might have been moved. (more…)

Setting Up Google Apps (Gmail) For Your Domain by Curtiss - October 4, 2009

The other day, I was talking with my friend Aaron (@riddlebrothers) about all of the various e-mail addresses we have and how we use them. At one point, after discussing the virtues of using Yahoo! Mail, I mentioned that the e-mail addresses I have hosted on my own servers are often unreliable. I told him that I rarely give out anything but my Yahoo! e-mail address, because a lot of messages get lost in cyberspace with my other accounts.

He asked me if I had looked into using Google Apps for my domain-based e-mail services. I honestly hadn’t thought about it before (in fact, I made a post a while back about how strange it was that everyone was moving to Gmail). However, his suggestion made sense. Following are some of the advantages I see in moving your e-mail over to Google Apps: (more…)