Archive

Archive for October, 2011

Disable Toast Notifications in Outlook 2010

October 18th, 2011

ToastSampleWhen a new email arrives, Outlook displays a desktop alert in the bottom-right of your screen. It looks like toast popping up from a toast, or rather fading in from an ethereal desktop toaster. The problem is that it can be terribly distracting. One of the benefits of email is the offline “I’ll deal with it in a batch when I get a moment” nature. That is one of the main distinguishing factors between email and instant messaging. The problem with the toast notification is that it draws it to your attention the moment the email arrives.

Disabling the Notification
In Outlook 2010, you can disable these notifications by navigating to File->Options->Mail. From here scroll down to Message arrival and uncheck options Briefly change the mouse pointer and Display a Desktop Alert. Much better.

DisableToastNotifications

Post to Twitter Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to Reddit Post to StumbleUpon

Focus, Productivity , , ,

Exploring the LAMP Stack

October 3rd, 2011

HTML5 is the future. If that wasn’t clear to me before, then it certainly is now. I’ve known for a while that the plug-in model (Flash, Silverlight) weren’t the long-term solution, but all that XAML goodness kept me hanging around and hoping in vein. Over the last two years I’ve spent about as much time in WPF and Silverlight as I have in ASP.NET. The development environment and technology stack are very appealing to developers. The problem is that the end user doesn’t really care how an application was developed as long as it is available to them when and where they need it. It is this observation that has led me to return to the technology that will work on any platform that has a browser.

To that end I’ve been exploring the Linux, Apache, MySQL, PHP (LAMP) stack recently. If I’m going to step outside of the Silverlight bubble, then why not explore the platform that has been used to create so many successful online projects. What I’ve found so far has left me very impressed. Without any real knowledge of language, syntax, or tools, I was able to get a website up and running in just two days. It wasn’t a sophisticated website, nor did it really do anything that useful, but it did prove out a number of important concepts that would pave the way for a larger project. I was able to successfully build two web services, one using SOAP and WSDL, the other a REST based service using JSON. I was able to retrieve data from a MySQL database via these services and digest it from an AJAX client. Deployment is as simple as copying files over ftp. No configuration, no magic project files or solutions, or .user files to confuse and confound. The tools are certainly not as advanced as Visual Studio, but so far I’m very impressed by all that I’ve seen. Stay tuned for more.

Post to Twitter Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to Reddit Post to StumbleUpon

Uncategorized