<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sam&#039;s Blog &#187; Tips &amp; Tricks</title>
	<atom:link href="http://blog.280z28.org/archives/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.280z28.org</link>
	<description>Because it&#039;s easier than editing the HTML by hand.</description>
	<lastBuildDate>Tue, 26 Jan 2010 00:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ANTLR integration in Visual Studio</title>
		<link>http://blog.280z28.org/archives/2008/10/25/</link>
		<comments>http://blog.280z28.org/archives/2008/10/25/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 17:16:33 +0000</pubDate>
		<dc:creator>280Z28</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/25/</guid>
		<description><![CDATA[I put up a tech preview of the tool I wrote to help with my language services development. It’s a basic ANTLR v3 language service that integrates into Visual Studio 2005 and/or 2008. While it doesn’t have the feature set of, say, ANTLRworks, it’s still proven extremely useful for my development tasks. If you are [...]]]></description>
			<content:encoded><![CDATA[<p>I put up a tech preview of the tool I wrote to help with my language services development. It’s a basic ANTLR v3 language service that integrates into Visual Studio 2005 and/or 2008. While it doesn’t have the feature set of, say, <a href="http://blog.280z28.org/go.php?http://www.antlr.org/works/index.html" title="(219 hits)">ANTLRworks</a>, it’s still proven extremely useful for my development tasks. If you are following my articles on developing Visual Studio language services built on ANTLR, you may find it helpful. The main page for the project is here:<br />
<a href="http://blog.280z28.org/go.php?http://wiki.pixelminegames.com/index.php?title=Tools:nFringe:Antlr" title="(404 hits)">http://wiki.pixelminegames.com/index.php?title=Tools:nFringe:Antlr</a></p>

<p>And a list of features with screenshots is here:<br />
<a href="http://blog.280z28.org/go.php?http://wiki.pixelminegames.com/index.php?title=Tools:nFringe:Antlr:Features" title="(296 hits)">http://wiki.pixelminegames.com/index.php?title=Tools:nFringe:Antlr:Features</a></p>

<p><a href="http://blog.280z28.org/go.php?http://wiki.pixelminegames.com/images/1/14/NFringeAntlr_QuickInfo.png" title="(312 hits)"><img src="http://wiki.pixelminegames.com/images/thumb/1/14/NFringeAntlr_QuickInfo.png/120px-NFringeAntlr_QuickInfo.png" alt="Syntax highlighting and Quick Info" /></a> <a href="http://blog.280z28.org/go.php?http://wiki.pixelminegames.com/images/7/71/NFringeAntlr_Dropdown.png" title="(308 hits)"><img src="http://wiki.pixelminegames.com/images/thumb/7/71/NFringeAntlr_Dropdown.png/115px-NFringeAntlr_Dropdown.png" alt="Parser rules dropdown" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.280z28.org/archives/2008/10/25/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Root folders revisited</title>
		<link>http://blog.280z28.org/archives/2007/11/18/</link>
		<comments>http://blog.280z28.org/archives/2007/11/18/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 15:55:02 +0000</pubDate>
		<dc:creator>280Z28</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.280z28.org/archives/2007/11/18/</guid>
		<description><![CDATA[When I know I&#8217;m going to be working in a particular folder for a long time, I find it really convenient to open that folder in a rooted explorer window while I work. I added a command to the explorer context menu to open a subfolder in a rooted window. It&#8217;s nothing spectacular but very [...]]]></description>
			<content:encoded><![CDATA[<p>When I know I&#8217;m going to be working in a particular folder for a long time, I find it really convenient to open that folder in a rooted explorer window while I work. I added a command to the explorer context menu to open a subfolder in a rooted window. It&#8217;s nothing spectacular but very convenient at times. Here&#8217;s the <a href="http://blog.280z28.org/go.php?http://www.280z28.org/downloads/rootfolderhere.reg" title="(225 hits)">registry tweak</a> and a screenshot:</p>

<p><a href="/wp-images/rootfolderhere.png"><img src="/wp-images/rootfolderhere-sm.png" alt="Root Folder Here" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.280z28.org/archives/2007/11/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Start menu is too slow</title>
		<link>http://blog.280z28.org/archives/2007/03/12/</link>
		<comments>http://blog.280z28.org/archives/2007/03/12/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 05:57:47 +0000</pubDate>
		<dc:creator>280Z28</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.280z28.org/archives/2007/03/12/</guid>
		<description><![CDATA[Every once in a while I run across a new piece of software and think to myself &#8220;Why have I never seen this before??&#8221; Today was one of those days.

This is by far the most efficient program launching method for Windows I&#8217;ve ever used (spare the alternate OS comments kthx)!

After you install it, press Alt+Spacebar [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while I run across a new piece of software and think to myself &#8220;Why have I never seen this before??&#8221; Today was one of those days.</p>

<p>This is by far the most efficient program launching method for Windows I&#8217;ve ever used (spare the alternate OS comments kthx)!</p>

<p>After you install it, press Alt+Spacebar to bring up the launcher, and all of your start menu items/IE favorites/Firefox bookmarks are just a few keystrokes away.</p>

<p><a href="http://blog.280z28.org/go.php?http://www.launchy.net/" title="(377 hits)">Launchy Homepage</a></p>

<p><img src="http://www.280z28.org/images/launchy_ls2.png" title="Launchy screenshot" alt="Launchy screenshot" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.280z28.org/archives/2007/03/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browse your documents faster and easier with a Root Folder</title>
		<link>http://blog.280z28.org/archives/2007/02/11/</link>
		<comments>http://blog.280z28.org/archives/2007/02/11/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 23:29:54 +0000</pubDate>
		<dc:creator>280Z28</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.280z28.org/archives/2007/02/11/</guid>
		<description><![CDATA[A Windows Explorer &#8220;root folder&#8221; shortcut allows you to open a folder as if it&#8217;s the only thing on your computer, so to say. When I&#8217;m working on schoolwork, I open the shortcut for my school documents folder so I&#8217;m not hassled by one of my work folders, etc, etc.

These folders are also very fast, [...]]]></description>
			<content:encoded><![CDATA[<p>A Windows Explorer &#8220;root folder&#8221; shortcut allows you to open a folder as if it&#8217;s the only thing on your computer, so to say. When I&#8217;m working on schoolwork, I open the shortcut for my school documents folder so I&#8217;m not hassled by one of my work folders, etc, etc.</p>

<p>These folders are also very fast, often much faster than just browsing via the My Computer or My Documents links (ESPECIALLY if you have any mapped network drives!!).</p>

<p>You can try one yourself in just 2 minutes to see if you like it. This 62 second video shows step-by-step directions for setting one up for use.</p>

<p><a href="http://blog.280z28.org/go.php?http://www.280z28.org/downloads/rootfolders.wmv" target="_blank" title="(364 hits)">http://www.280z28.org/downloads/rootfolders.wmv</a></p>

<p><img src="http://www.280z28.org/images/rootfolder.png" title="Windows Explorer root folder view" alt="Windows Explorer root folder view" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.280z28.org/archives/2007/02/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
