<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Oh Null!</title>
	<link>http://ohnull.com/blog</link>
	<description>C# and .NET development</description>
	<lastBuildDate>Thu, 12 Jun 2008 11:42:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Visual Studio 2008 Color Schemes</title>
		<description><![CDATA[It&#8217;s a shame that VS does not have a true &#8220;theme engine&#8221;, but importing/exporting settings works well enough. Here is a good link that indexes some of the better &#8220;schemes&#8221; out there:
http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx
]]></description>
		<link>http://ohnull.com/blog/2008/06/12/visual-studio-2008-color-schemes/</link>
			</item>
	<item>
		<title>cusor:hand and Firefox</title>
		<description><![CDATA[Just one of those little things: Firefox doesn&#8217;t support the CSS &#8220;cursor: hand&#8221;. Instead, use &#8220;cursor: pointer&#8221;. This will work in all browsers.
]]></description>
		<link>http://ohnull.com/blog/2008/06/05/cusorhand-and-firefox/</link>
			</item>
	<item>
		<title>Hillarious code bounty&#8230;</title>
		<description><![CDATA[This is just great: http://www.getacoder.com/projects/operating_system_42879.html
All that and a budget of $1,000-$3,000. I really like the people who made (what appears to be) serious bids for it.
]]></description>
		<link>http://ohnull.com/blog/2008/03/25/hillarious-code-bounty/</link>
			</item>
	<item>
		<title>UI patterns</title>
		<description><![CDATA[For anyone who does a lot of UI work, this is a fantastic site:
UI Patterns
The site is definitely web page centric, but there are some good fundamentals there that apply to all interface design.
]]></description>
		<link>http://ohnull.com/blog/2008/03/22/ui-patterns/</link>
			</item>
	<item>
		<title>LINQ Framework Design Guidelines</title>
		<description><![CDATA[From DotNetKicks, Krzysztof Cwalina&#8217;s team has published their LINQ Framework Design Guidelines. 
Another great resource to go along with Cwalina and Abrams &#8216;Framework Design Guidelines.
]]></description>
		<link>http://ohnull.com/blog/2008/03/14/linq-framework-design-guidelines/</link>
			</item>
	<item>
		<title>The Command Window</title>
		<description><![CDATA[The Command Window, like the Immediate Window, can be one of those tools that a developer can find to be an invaluable aid and time saver.  As the name implies, the Command Window is essentially a shell into Visual Studio and provides a mechanism other than point-and-click to activate and use Visual Studio&#8217;s features.
To [...]]]></description>
		<link>http://ohnull.com/blog/2008/03/12/the-command-window/</link>
			</item>
	<item>
		<title>XElement and friends</title>
		<description><![CDATA[System.Linq.Xml - The XML object model for Linq
XElement is the basic building block (or element) of an XML document in the System.Linq.Xml world. It is, after all, just an XML element. Using XElement, the most basic XML document can be formed with this:
PLAIN TEXT





XElement doc = new XElement&#40;"DocumentRoot"&#41;; 






This will give you a document that [...]]]></description>
		<link>http://ohnull.com/blog/2008/03/07/xelement-and-friends/</link>
			</item>
	<item>
		<title>Visual Studio Keyboard shortcuts poster</title>
		<description><![CDATA[A friend pointed me to this: Microsoft has a nice poster you can print off with all of the default keyboard shortcuts/keybindings for Visual Studio.


For Visual Studio 2005,  here.

For Visual Studio 2008, here.


]]></description>
		<link>http://ohnull.com/blog/2008/03/06/visual-studio-keyboard-shortcuts-poster/</link>
			</item>
	<item>
		<title>Those old C bit tricks</title>
		<description><![CDATA[After spending a lot of years writing C code it is sometimes hard to get some of those "tricks" out of your mind. The thing I always felt about C was it seemed to encourage you figure out or use cool tricks. Couple that with graphics coding you can get some strange stuff like the [...]]]></description>
		<link>http://ohnull.com/blog/2008/03/05/those-old-c-bit-tricks/</link>
			</item>
	<item>
		<title>Extending DebuggerVisualizer &#8212; visualizing data as a graph in the debugger</title>
		<description><![CDATA[Without a doubt, the debugging in Visual Studio is pretty easy to use and powerful. One aspect of it that makes it especially powerful is the ability to extend and customize it to your needs and data. Enter Debugger Visualizers...
Debugger Visualizers are the little pop-up windows that show when you click on the little magnifying [...]]]></description>
		<link>http://ohnull.com/blog/2008/03/01/extending-debuggervisualizer-visualizing-data-as-a-graph-in-the-debugger/</link>
			</item>
</channel>
</rss>
