Posts

Microsoft Ad Campaign, Phase 2 is much different than Gates/Seinfeld

It's hard to figure whether the Gates/Seinfeld ads ran their course as expected or were they cut short because thy missed the mark expected. Regardless, Microsoft has releases some new, more relevant ads that displays all types of people and their roles as PC users. I'm a PC: Pride I'm a PC: Not Alone I'm a PC: Stereotype The New York Time released an analysis of the Microsoft strategy to combat the Apple TV spots, and they point out that Microsoft isn't the first company to try and take some very bad press and turn it around in their favor. “This is just the beginning, the first phase of the campaign,” said Mich Mathews, senior vice president for marketing at Microsoft. “We’re on a journey to reposition the PC.” Looks as if we may have many more entertaining commercial spots ahead of us.

Open additional mailboxes within Outlook

You may have the need to open and view more than one Outlook Inbox at the same time. Take for example an employee quitting... who's going to monitor his inbox until a replacement is hired? In my office, email support is handled through a shared email account, with designated individuals watching it at various times. Here's how you can add additional inboxes to Outlook, so you do not have to switch back and forth between accounts: Start Outlook Go to Tools | E-mail Accounts... Make sure View or change existing e-mail accounts is marked and click Next Make sure your Microsoft Exchange Server is highlighted and click Change Click More Settings... Click the Advanced tab Click Add Enter the name of the additional inbox you want to add. This is the same name you find in the Outlook Address Book. Click OK -- you may have multiple choices, if the name you gave matches more than one account. If so, select the account you want and click OK , again. Click OK Click Finish Here's a

Improve right-clicking options by expand SendTo's list

Image
How often do you use the right-click on your mouse a s a shortcut to tasks that otherwise would take much longer? Sometimes I find I want to open a file in an application that is different than the default application. For that purpose, I right-click the file and hover over Open With Other times though, I may want to send the file in an email, or zip it up, and sometimes, OpenWith is not even listed. For these times, I use SendTo . Microsoft has made it very easy to customize SendTo to meet your needs. The default options include all the drives on your computer, zip, shortcut on the Desktop, an attachment in your default email, or to My Documents. For my own list, I have added all my web browsers (except the default), because when I right-click on an HTML file shortcut (URL), there is no OpenWith option. I also added Dreamweaver, as it does not always show up in the OpenWith dialog for file formats. Notepad has also been a good addition, as often times there are file formats I want to

Tweak for even more speed from XP

Image
Windows XP (like all Windows operating systems) uses a technique of storing some content of its system memory (RAM) to the hard drive, therefore using less memory for functions that are used less often. So what Windows is doing is keep functions used most often in RAM and "swapping" out less used functions on to your hard drive. Though great in principle, if/when a function is needed that is stored on the hard drive, the system must reload it in memory before it is used, which makes things work slower. This is particularly true when Windows stores central parts (referred to as the kernel) of Windows itself on the hard drive. If you have 256 MB or more of RAM, a simple Registry change keeping the kernel from being swapped to the hard drive can give you some performance improvements. Here's how you do it: Click Start Click Run... Enter Regedit and click OK (opens the Registry Editor) Navigate to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ M

Execute ASP in HTML pages

This is a little 'techy' for my typical blog posts, but I had a heck of a time finding an answer online. I recently got a new laptop and needed to reconfigure my ASP development environment. I kept running into one problem, where my home page displayed ASP code at the top ( <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var openMenu; ...), instead of executing. Turns out you need to add to the basic ASP configuration to execute ASP code that is in HTML pages. Of course that seems like a no-brainer, but I don't recall having done that in the past. Here's the steps to do this: Go to Administrative Tools in the Control Panel Launch Internet Information Services (IIS) Go to your (default) website and open Properties Go to the Home Directory tab Click the Configuration.. button under the Application Settings section On the Mappings tab, click Add Enter the following information: Executable: c:\windows\system32\inetsrv\asp.dll Extension: .ht

Speed up XP menus

Image
This is a simple Registry setting that will speed up your Windows XP menus. Click Start Click Run... Enter Regedit and click OK Navigate to HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay Change the default value of 400 A value of 0 would open a menu even if you just pass the mouse over it, so try a value of 100 or 200.

Always have expanded menus in Office apps

Image
I just got a new laptop and was reminded of a common annoyance in MS Office products. The menus never fully display immediately -- you either have to click the arrow at the bottom of the menu or wait a few seconds. There is actually a fairly easy way to keep them expanded all the time. Right-click any toolbar Select Customize Check "Always show full menus" That's it.