﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>About Fortunate RSS Feed</title><link>http://www.aboutfortunate.com/</link><description>The latest tech blog entries and updates from www.aboutfortunate.com</description><language>en-us</language><generator>AboutFortunate RSS Feed v2.0</generator><copyright>Copyright 2005 - 2010 www.aboutfortunate.com. All rights reserved.</copyright><item><title>Visual Studio 2010 Keyboard Shortcuts</title><description>Microsoft has created some downloadable and printable pdf posters of all the Visual Studio 2010 keyboard shortcuts available.
</description><category>Asp.Net</category><category>VB.Net</category><category>C Sharp</category><category>Tips and Tricks</category><category>Visual Studio 2010</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=30&amp;cd=08%2f02%2f2010</link><pubDate>Mon, 02 Aug 2010 08:13:32 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=30&amp;cd=08%2f02%2f2010</guid></item><item><title>Use jQuery with ASP.NET Ajax Update Panels</title><description>en using jquery on a control that has been placed into an update panel the jQuery will function fine on the first page load.
&lt;br /&gt;&lt;br /&gt;
But subsequent refreshes of the update panel will break the jQuery because the jQuery $(document).ready call won't be fired.
&lt;br /&gt;&lt;br /&gt;
The fix for this is simple:
&lt;br /&gt;&lt;br /&gt;
&lt;ol class="ClearOL"&gt;
&lt;li&gt;Place your jQuery $(document).ready call into another javascript function and include a call to the function so it loads with the page (this script - minus the script tags of course - could also be placed into a .js file):
&lt;code&gt;&lt;script type="text/javascript"&gt;
	function ajaxhookup() {
		$(document).ready(function () {
			//some jquery calls here
		});
	}
	ajaxhookup();
&lt;/script&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
Within the page's code (where the update panel is) add the following script - this script MUST be added to the bottom of the page and not within a separate .js file:
&lt;code&gt;&lt;script type="text/javascript"&gt;
	Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
	function EndRequestHandler(sender, args) {
		if (args.get_error() == undefined) {
			ajaxhookup();
		}
	}
&lt;/script&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
The last script hooks up to a javascript event that all update panels fire upon completion of their update. Calling the top javascript function when this handler fires hooks the jQuery scripts back up on partial page post backs.
</description><category>Asp.Net</category><category>VB.Net</category><category>C Sharp</category><category>Visual Studio 2008</category><category>Tips and Tricks</category><category>Visual Studio 2010</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=29&amp;cd=07%2f20%2f2010</link><pubDate>Tue, 20 Jul 2010 10:03:02 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=29&amp;cd=07%2f20%2f2010</guid></item><item><title>Office 2010 Hotmail Connector 14 Error:4202</title><description>
After upgrading to Outlook 2010 I started getting the following error:
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
There is an error synchronizing your mail account. Please verify your account is configured correctly by first accessing your mail on the web. Error: 4202.
&lt;/blockquote&gt;
&lt;br /&gt;

</description><category>Recommendations</category><category>Tips and Tricks</category><category>Windows 7</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=28&amp;cd=05%2f19%2f2010</link><pubDate>Wed, 19 May 2010 09:09:42 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=28&amp;cd=05%2f19%2f2010</guid></item><item><title>Microsoft Office 2010</title><description>&lt;img src='http://www.aboutfortunate.com/images/office-ultimate-2010.png' align='left' style='border:solid gray 1px' /&gt;

Well, I've played around with the beta of Microsoft Office 2010, but the release just hit the MSDN kit about a week ago and I immediately switched to using it. So far it's absolutely fantastic. Here are the reasons why:

</description><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Software Reviews</category><category>Windows 7</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=27&amp;cd=05%2f11%2f2010</link><pubDate>Tue, 11 May 2010 06:27:18 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=27&amp;cd=05%2f11%2f2010</guid></item><item><title>Open Windows Live Mail in Newsreader Mode</title><description>&lt;img src='/images/windows-live-mail.png' align='left' style='border:solid gray 1px' /&gt;
The only thing I use windows live mail for is reading newsgroups. And I always thought that it would be nice to have it open directly in newsgroup mode rather than have to click a second time to get there.
</description><category>Windows Vista Ultimate</category><category>Tips and Tricks</category><category>Windows 7</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=26&amp;cd=02%2f12%2f2010</link><pubDate>Fri, 12 Feb 2010 13:49:36 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=26&amp;cd=02%2f12%2f2010</guid></item><item><title>Print from Mac OS X Snow Leopard to a Windows 7 Shared Printer</title><description>&lt;img src='/images/snow-leopard.jpg' align='left' style='border:solid gray 1px' /&gt;
I've been trying for a long time to print from MAC OS X to a printer shared on my windows network. Throughout various MAC OS X operating system releases and updates I have had this working and then break over and over again. My latest upgrade to MAC OS X Snow Leopard once again broke printing for me. And, until now, I hadn't found a solution. So, here's how to print to a printer shared on Windows 7 (64 bit in my case, but this should work for 32 bit too) from MAC OS X Snow Leopard.
</description><category>Mac OS X</category><category>Tips and Tricks</category><category>Windows 7</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=25&amp;cd=01%2f23%2f2010</link><pubDate>Sat, 23 Jan 2010 10:08:23 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=25&amp;cd=01%2f23%2f2010</guid></item><item><title>No CSS Intellisense in Visual Studio 2008</title><description>&lt;img src='/images/Visual-Studio-2008-Logo.jpg' align='left' style='border:solid gray 1px' /&gt;
If you don't see intellisense for your cascading style sheets in Visual Studio 2008 or if the CSS intellisense seems to have dissappeared or just stopped working here's how to get it back:
</description><category>Asp.Net</category><category>Visual Studio 2008</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=24&amp;cd=12%2f17%2f2009</link><pubDate>Thu, 17 Dec 2009 08:41:38 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=24&amp;cd=12%2f17%2f2009</guid></item><item><title>Windows 7 Keyboard Shortcuts</title><description>&lt;img src='/images/Windows-7-Logo-Small.jpg' align='left' style='border:solid gray 1px' /&gt;
Here's a list of the newest keyboard shortcuts for Windows 7. The best ones (in my opinion) are the ability to use the arrow keys to control the new Windows Snap feature. The keyboard shortcuts for Windows Snap are especially useful if you have more than one monitor since by dragging the windows you can only snap them to the far left or right. With the Windows 7 keyboard shortcuts you can place snapped windows on the left or right of any monitor.
</description><category>Tips and Tricks</category><category>Windows 7</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=23&amp;cd=12%2f02%2f2009</link><pubDate>Wed, 02 Dec 2009 06:47:32 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=23&amp;cd=12%2f02%2f2009</guid></item><item><title>Mac OS X Show Hidden Files and Folders</title><description>&lt;img src='/images/Blog_Mac-OS-X-Show-All-Files-Thumbnail.png' align='left' style='border:solid gray 1px' /&gt;
Every so often I need to view the hidden files and folders on my Mac OS X system. And I end up looking for the terminal command each time. So I'm documenting the commands here:
</description><category>Mac OS X</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=22&amp;cd=11%2f15%2f2009</link><pubDate>Sun, 15 Nov 2009 10:04:45 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=22&amp;cd=11%2f15%2f2009</guid></item><item><title>View Multiple Pages in Microsoft OneNote</title><description>&lt;img src='/images/Blog_One-Note-Icon.jpg' align='left' style='border:solid gray 1px' /&gt;
 you use OneNote (It's a great program) you will eventually want to be able to see more than one page in a notebook at the same time. You can do so by clicking CTRL-M.
</description><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=21&amp;cd=09%2f11%2f2009</link><pubDate>Fri, 11 Sep 2009 08:49:38 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=21&amp;cd=09%2f11%2f2009</guid></item><item><title>Screen Saver Utility Program - Lock Windows and Start a ScreenSaver (Freeware)</title><description>&lt;img src='/images/Blog_Screen-Saver-Lock-Icon.png' align='left' style='border:solid gray 1px' /&gt;

There are two methods I know of to lock windows and "immediately" run a screensaver at the same time. The &lt;a href="?entid=12&amp;cd=03%2f22%2f2009" target="_blank" alt="Lock your screen and run a screensaver with a batch file"&gt;first method&lt;/a&gt; uses a batch file to run the screensaver. The second line of the batch file locks windows. But that line doesn't fire until after the screensaver is stopped. If a screensaver contains a way to be bypassed (some screensavers can be run in different modes such as "windowed") then a batch file to run a screensaver will not secure your machine. Another method which uses a .NET console application (command prompt program) to reset the screensaver's timeout value when windows locks and the sets it back again when windows unlocks is a secure way to lock your computer and run your screensaver right away. Using this method the screensaver automatically runs 1 minute after the computer is locked. I've created a freeware application that does just that.

</description><category>Windows Vista Ultimate</category><category>VB.Net</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=20&amp;cd=06%2f24%2f2009</link><pubDate>Wed, 24 Jun 2009 07:38:16 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=20&amp;cd=06%2f24%2f2009</guid></item><item><title>Microsoft BizSpark - Free Software and Production Licenses for Your Startup!</title><description>&lt;img src='/images/Blog_BizSpark.png' align='left' style='border:solid gray 1px' /&gt;
Microsoft has created a special program for startup companies called BizSpark. If you're a developer who uses Microsoft products, if you've ever had an idea for a software or website product, if you've ever wondered how to get started and/or how to afford to get started, then you have to become a member of BizSpark. Just this should be enough to get you to check it out: you get a full MSDN kit for 3 years for $100.00 U.S. and FULL PRODUCTION Licenses for the same 3 years!
</description><category>Recommendations</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=19&amp;cd=05%2f31%2f2009</link><pubDate>Sun, 31 May 2009 10:47:04 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=19&amp;cd=05%2f31%2f2009</guid></item><item><title>Internet Explorer 8 - InPrivate Filtering</title><description>&lt;img src='/images/Blog_IE8-InPrivate-Filtering-Icon.png' align='left' style='border:solid gray 1px' /&gt;

Internet Explorer 8 comes with a tool called InPrivate Filtering. Website content provided by third parties is often used to track what sites a user visits and/or to display ads. InPrivate filtering keeps these third parties from collecting information about you and may be used to block ads. Unfortunately InPrivate filtering is off by default each time Internet Explorer 8 is re-opened. Here's how to set it up and keep it turned on:

</description><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=18&amp;cd=05%2f18%2f2009</link><pubDate>Mon, 18 May 2009 07:18:10 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=18&amp;cd=05%2f18%2f2009</guid></item><item><title>Internet Explorer 8 Readiness Toolkit - Developers</title><description>&lt;img src='/images/Blog_IE8-Icon.png' align='left' style='border:solid gray 1px' /&gt;
If you're a website developer then the newly released Internet Explorer 8 means there is yet another browser you need to know how to develop for. IE8 is easier to develop for than any other IE browser so far because Microsoft is finally making a real effort to be standards compliant.
</description><category>Asp.Net</category><category>VB.Net</category><category>C Sharp</category><category>Visual Studio 2008</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=17&amp;cd=05%2f02%2f2009</link><pubDate>Sat, 02 May 2009 06:56:16 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=17&amp;cd=05%2f02%2f2009</guid></item><item><title>Internet Explorer 8 InPrivate Mode</title><description>&lt;img src='/images/Blog_IE8-InPrivate-Mode.gif' align='left' style='border:solid gray 1px' /&gt;
IE8 - InPrivate Mode Protects Your Personal Data. But it's not as easy to use as it could be. Here's what InPrivate Mode does and how to make it easy to use:
</description><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Software Reviews</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=16&amp;cd=04%2f26%2f2009</link><pubDate>Sun, 26 Apr 2009 20:34:20 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=16&amp;cd=04%2f26%2f2009</guid></item><item><title>Internet Explorer 8 Review</title><description>&lt;img src='/images/Blog_IE8-Icon.png' align='left' style='border:solid gray 1px' /&gt;

I've been using the release version of Internet Explorer 8 for a few days now and I've found plenty of things to like about the new browser and only a few things I don't like.

</description><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Software Reviews</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=15&amp;cd=04%2f16%2f2009</link><pubDate>Thu, 16 Apr 2009 09:25:36 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=15&amp;cd=04%2f16%2f2009</guid></item><item><title>Share an External USB Drive Connected to a Windows Vista Computer</title><description>&lt;img src='/images/Blog_Shared-USB-Drive_th.jpg' align='left' style='border:solid gray 1px' /&gt;

I use an external USB Drive connected to my Windows Vista desktop computer for backing up files. I also wanted to be able to back up files directly to the same drive from other computers on my network. But if you share an external USB Drive connected to a Windows Vista computer the share will be forgotten if the drive is removed or if the computer is re-booted. To permanently share a USB Drive connected to Windows Vista a .cmd script may be written and then run via Scheduled Tasks each time the computer is booted up. Here's how:

</description><category>Windows Vista Ultimate</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=14&amp;cd=03%2f31%2f2009</link><pubDate>Tue, 31 Mar 2009 15:41:54 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=14&amp;cd=03%2f31%2f2009</guid></item><item><title>How-To: Use Boot Camp to Dual Boot Mac OS X and Windows Vista 64 bit</title><description>&lt;img src='/images/Blog_Boot-Camp-How-To_th.gif' align='left' style='border:solid gray 1px' /&gt;

Here's how to use Apple's Boot Camp to dual boot Mac OS X and Window's Vista 64 bit on a Mac Book Pro:

</description><category>Mac OS X</category><category>Windows Vista Ultimate</category><category>Macbook Pro</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=13&amp;cd=03%2f29%2f2009</link><pubDate>Sun, 29 Mar 2009 00:17:44 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=13&amp;cd=03%2f29%2f2009</guid></item><item><title>Automatically Start Your Screensaver when Locking Windows</title><description>&lt;img src='/images/Blog_Screen-Saver-Lock-Icon.png' align='left' style='border:solid gray 1px' /&gt;

Before Windows XP starting the screen saver would also lock your computer. But as of Windows XP and continued in Windows Vista there isn't a built in way to lock your computer and start the screen saver. The screen saver I use, &lt;a href="?entid=11&amp;cd=03%2f20%2f2009" alt="Marine Aquarium 3"&gt;Marine Aquarium 3&lt;/a&gt; is so beautiful that I prefer to have it start right away whenever I lock my computer. Here is a way to start your screensaver and lock your computer at the same time which will work on Windows Vista 32 bit, or 64 bit, and Windows XP 32 bit or 64 bit.

</description><category>Windows Vista Ultimate</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=12&amp;cd=03%2f22%2f2009</link><pubDate>Sun, 22 Mar 2009 10:42:57 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=12&amp;cd=03%2f22%2f2009</guid></item><item><title>Marine Aquarium 3 - A Saltwater Reef Simulator / Screen Saver</title><description>&lt;img src='/images/Blog_Marine-Aquarium-3-TH.jpg' align='left' style='border:solid gray 1px' /&gt;

Marine Aquarium 3 is a screensaver that is so realistic that many refer to it as a saltwater reef simulator. It's so beautiful and relaxing that you'll find yourself mesmerized by it.

</description><category>Software Reviews</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=11&amp;cd=03%2f20%2f2009</link><pubDate>Fri, 20 Mar 2009 06:36:24 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=11&amp;cd=03%2f20%2f2009</guid></item><item><title>Backup Files from Anywhere for Free</title><description>&lt;img src='/images/Blog_Windows-Live-Sync_th.png' align='left' style='border:solid gray 1px' /&gt;
One of Microsoft's new "Live" services is a peer to peer technology based file sharing system. It's called &lt;a href="https://sync.live.com/welcome.aspx" target="_blank"&gt;Windows Live Sync&lt;/a&gt;. And it has the makings of a Backup solution that will let you backup your files no matter where you are as long as you have an internet connection. Plus it's both Windows and Mac compatible.
</description><category>Mac OS X</category><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Software Reviews</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=10&amp;cd=02%2f28%2f2009</link><pubDate>Sat, 28 Feb 2009 16:24:35 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=10&amp;cd=02%2f28%2f2009</guid></item><item><title>Use SyncToy for File Backup</title><description>&lt;img src='/images/Blog_SyncToy-Logo.png' align='left' style='border:solid gray 1px' /&gt;
The backup solution built into Windows Vista is less than perfect. I would recommend it highly except for the fact that it doesn't backup all file types! SyncToy V2.0 is a free utility from microsoft that IS a good backup solution for everybody.
</description><category>Windows Vista Ultimate</category><category>Recommendations</category><category>Software Reviews</category><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=9&amp;cd=02%2f22%2f2009</link><pubDate>Sun, 22 Feb 2009 11:20:33 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=9&amp;cd=02%2f22%2f2009</guid></item><item><title>Upconvert Your Music with the Creative X-Mod</title><description>&lt;img src='/images/Blog_Creative-X-Mod_th.jpg' align='left' style='border:solid gray 1px' /&gt;
Creative Labs claim they can upconvert music back to 24 bit audio. When I first heard that claim I thought it was preposterous. It's not possible to replace something that's missing completely from a digital file right?
</description><category>Recommendations</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=8&amp;cd=02%2f12%2f2009</link><pubDate>Thu, 12 Feb 2009 08:41:24 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=8&amp;cd=02%2f12%2f2009</guid></item><item><title>I.T. Job Hunting - Important Questions</title><description>&lt;img src='/images/Blog_Help-Wanted.jpg' align='left' style='border:solid gray 1px' /&gt;
With the economy the way it is, a lot of people are getting laid off - even in the tech field. I thought it might be helpful to some to know the kinds of questions I ask whenever I go on an interview.
</description><category>Tips and Tricks</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=7&amp;cd=02%2f01%2f2009</link><pubDate>Sun, 01 Feb 2009 08:59:11 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=7&amp;cd=02%2f01%2f2009</guid></item><item><title>NVidia Makes Laptop Drivers Available</title><description>&lt;img src='/images/Blog_nvidia.jpg' align='left' style='border:solid gray 1px' /&gt;
I've had quite a few laptops over the years. And each one has had a graphics card manufactured by NVidia or ATI.
</description><category>Windows Vista Ultimate</category><category>Macbook Pro</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=6&amp;cd=01%2f23%2f2009</link><pubDate>Fri, 23 Jan 2009 14:47:44 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=6&amp;cd=01%2f23%2f2009</guid></item><item><title>Gathering Project Requirements</title><description>&lt;img src='/images/Blog_Project-Specification_th.jpg' align='left' style='border:solid gray 1px' /&gt;
No matter how small a project is, some type of specification should be created. A good specification makes certain that all parties involved in a project know what the end result is going to be. Typically it takes longer to get the specifications of a project than to create/code the project. And that's a good thing. Proper planning upfront saves time in the long run.
</description><category>Project Management</category><category>Recommendations</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=5&amp;cd=01%2f18%2f2009</link><pubDate>Sun, 18 Jan 2009 15:40:14 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=5&amp;cd=01%2f18%2f2009</guid></item><item><title>Project Planning</title><description>&lt;img src='/images/Blog_Project-Spreadsheet-Screenshot_th.png' align='left' style='border:solid gray 1px' /&gt;
How do you decide what projects to work on first? If a project is going to run past a deadline do you have a way to decide what part(s) of the project could be dropped in order to still meet the deadline?
</description><category>Project Management</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=4&amp;cd=01%2f10%2f2009</link><pubDate>Sat, 10 Jan 2009 15:12:28 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=4&amp;cd=01%2f10%2f2009</guid></item><item><title>Visual Studio .NET 2008 - Database Projects</title><description>&lt;img src='/images/Blog_Database-Project-Icon.gif' align='left' style='border:solid gray 1px' /&gt;
Visual Studio's Database Project is very useful and should always be used with any solution in which a developer will be creating/accessing database data. Using a database project will get you: Versioning, the ability to rollback, ease of deployment to multiple environments, give you the ability to manage existing database objects and create new database objects.
</description><category>Asp.Net</category><category>VB.Net</category><category>C Sharp</category><category>Visual Studio 2008</category><category>Recommendations</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=3&amp;cd=01%2f07%2f2009</link><pubDate>Wed, 07 Jan 2009 22:09:00 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=3&amp;cd=01%2f07%2f2009</guid></item><item><title>Microsoft One Note Makes Me a Better Programmer</title><description>&lt;img src='/images/Blog_One-Note-Icon.jpg' align='left' style='border:solid gray 1px' /&gt;
Have you heard of &lt;a href="http://office.microsoft.com/en-us/onenote/default.aspx" target="_blank"&gt;Microsoft One Note&lt;/a&gt;? Have you used it? If you haven't I highly recommend checking it out.
</description><category>Windows Vista Ultimate</category><category>Project Management</category><category>Recommendations</category><category>Software Reviews</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=2&amp;cd=01%2f04%2f2009</link><pubDate>Sun, 04 Jan 2009 10:54:50 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=2&amp;cd=01%2f04%2f2009</guid></item><item><title>Macbook Pro - Dual Boot OS X and Windows Vista Ultimate via Bootcamp</title><description>&lt;img src='/images/Blog_Macbook-Pro_th.jpg' align='left' style='border:solid gray 1px' /&gt;
I use both Apple Mac OS X and Windows Vista Ultimate. Both are great operating systems. They each have their strong and weak points. And I can't say I have a favorite.
</description><category>Mac OS X</category><category>Windows Vista Ultimate</category><category>Macbook Pro</category><link>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=1&amp;cd=01%2f02%2f2009</link><pubDate>Fri, 02 Jan 2009 10:53:53 -0500</pubDate><guid>http://www.aboutfortunate.com/Technology-Blog.aspx?entid=1&amp;cd=01%2f02%2f2009</guid></item></channel></rss>