<?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>Nazeeh&#039;s Little Corner on the Web &#187; General Development</title>
	<atom:link href="http://www.nazspace.com/wp/category/general-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nazspace.com/wp</link>
	<description>Game Development Demystified! and other thoughts...</description>
	<lastBuildDate>Mon, 21 Nov 2011 04:39:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code at the speed of thought!</title>
		<link>http://www.nazspace.com/wp/2011/08/01/code-at-the-speed-of-thought/</link>
		<comments>http://www.nazspace.com/wp/2011/08/01/code-at-the-speed-of-thought/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:48:15 +0000</pubDate>
		<dc:creator>nazeeh</dc:creator>
				<category><![CDATA[General Development]]></category>

		<guid isPermaLink="false">http://www.nazspace.com/wp/2011/08/01/code-at-the-speed-of-thought/</guid>
		<description><![CDATA[Coding is a challenging task. It’s what makes it super fun and rewarding though. It is, however, a very focus based task. Once you’re in the zone, you don’t want to be interrupted or taken out of that zone. When I am coding and find myself getting taken out of that “flow”, I tend to [...]]]></description>
			<content:encoded><![CDATA[<p>Coding is a challenging task. It’s what makes it super fun and rewarding though. It is, however, a very focus based task. Once you’re in the zone, you don’t want to be interrupted or taken out of that zone. When I am coding and find myself getting taken out of that “flow”, I tend to find a way to not let that happen again. </p>
<p>One of the things that used to do that to me where finding something in the code quickly. I would be coding something up and need to find a method in a class (not a method I can see now or else I would use F12). I would then go to the source explorer in Visual Studio and start looking for that source file. Then I would hit F3 to search for that class/method I was thinking about. I thought to myself, this is stupid, there has to be a better way. That’s when I set my work aside and started searching the web and came to find this little gem called DPack (<a title="http://www.usysware.com/dpack/" href="http://www.usysware.com/dpack/">http://www.usysware.com/dpack/</a>). </p>
<p>DPack is an addon for Visual Studio 2008/2010 that is awesome. Basically, it add two very useful shortcuts: Alt+U and Alt+M. Alt+U pops up a dialog box that lets you quickly search through your source files by partial string matching. You type, it starts listing files that match so far. Alt+M is a method lookup mode that searches the current source file for any method you want. </p>
<p>The reason I love using this addon is that it doesn’t make me pause and get out of the flow to find something in the code. The project I am working on at the moment is large enough that it takes a few seconds to locate what you want via the source explorer. Using this addon, I jump to where I need to go as fast as my brain is going. I watch other people I work with using the Solution Explorer/F3 method and it kills me. We would be talking about some part of the code and need to jump to another area and the whole conversation is paused until the guy find the part we need. </p>
<p>So the morale of the story here is this: Computers are very good at repeating tasks and finding stuff. So you really should never be wasting time doing that manually. If you ever find yourself doing something over and over, find a way to not have to do that! Don’t just make it a habit of yours and live with it. Shaving a few seconds here and there really does help with your bottom line as far as productivity is concerned! We all want to be done with work early and have enough time to play games after all <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.nazspace.com/wp/wp-content/uploads/2011/08/wlEmoticon-smile.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazspace.com/wp/2011/08/01/code-at-the-speed-of-thought/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WinTabber: Sheer Brilliance!</title>
		<link>http://www.nazspace.com/wp/2008/01/04/wintabber-sheer-brilliance/</link>
		<comments>http://www.nazspace.com/wp/2008/01/04/wintabber-sheer-brilliance/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 21:52:42 +0000</pubDate>
		<dc:creator>nazeeh</dc:creator>
				<category><![CDATA[General Development]]></category>

		<guid isPermaLink="false">http://www.nazspace.com/wp/2008/01/04/wintabber-sheer-brilliance/</guid>
		<description><![CDATA[This is a quick post for something that I just had to share with everyone. I can&#8217;t believe I haven&#8217;t come across this BRILLIANT utility until now! Trust me, I look for stuff like that all the time yet still managed to miss it. Allow me to introduce to you: WinTabber! So&#8230;what is this thing?
If [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick post for something that I just had to share with everyone. I can&#8217;t believe I haven&#8217;t come across this BRILLIANT utility until now! Trust me, I look for stuff like that all the time yet still managed to miss it. Allow me to introduce to you: <a href="http://www.wintabber.com/">WinTabber</a>! So&#8230;what is this thing?</p>
<p>If you have used any browser that has tabs in it for instance (or any application that has tabs), then you&#8217;ll love this thing. One of the things I really enjoy when using my Linux machine (yeah&#8230;I use Linux too&#8230;even have some <a href="http://www.amazon.com/SuSE-Linux-Installation-Configuration-Handbook/dp/0789723557/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1199483063&amp;sr=8-1">literature</a> about it) is using Konsole in KDE and having multiple shells in the same window with tabs. Love it! So when I came to fall in love with Powershell, I wanted the same thing. Using something like WinTabber, I can do that now! </p>
<p>With WinTabber, you get an initial window, then you can have it put <em>any</em> application on your desktop in a tab in that window. Here&#8217;s a shot of me using it with Putty and FileZilla hosted in it:</p>
<p><a href="http://www.nazspace.com/wp/wp-content/uploads/2008/01/image3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="453" alt="image" src="http://www.nazspace.com/wp/wp-content/uploads/2008/01/image-thumb3.png" width="640" border="0" /></a></p>
<p>I love it :) </p>
<p>Note: This is a shot from my wife&#8217;s laptop&#8230; I am not using Pink as my border color. Just saying&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazspace.com/wp/2008/01/04/wintabber-sheer-brilliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excellent Coding Font for Visual Studio</title>
		<link>http://www.nazspace.com/wp/2007/11/26/excellent-coding-font-for-visual-studio/</link>
		<comments>http://www.nazspace.com/wp/2007/11/26/excellent-coding-font-for-visual-studio/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 07:54:03 +0000</pubDate>
		<dc:creator>nazeeh</dc:creator>
				<category><![CDATA[General Development]]></category>

		<guid isPermaLink="false">http://www.nazspace.com/wp/2007/11/26/excellent-coding-font-for-visual-studio/</guid>
		<description><![CDATA[As I have mentioned before, I tend to change the default color/fonts of Visual Studio pretty quick when I install it. Today, I found a really cool coding font that I instantly set as my default font in Visual Studio. It looks very easy on the eyes and makes my code look sweet (something needs [...]]]></description>
			<content:encoded><![CDATA[<p>As I have <a href="http://www.nazspace.com/wp/2007/10/16/make-visual-studio-pretty/" target="_blank">mentioned</a> before, I tend to change the default color/fonts of Visual Studio pretty quick when I install it. Today, I found a really cool coding font that I instantly set as my default font in Visual Studio. It looks very easy on the eyes and makes my code look sweet (something needs to do that&#8230; and it ain&#8217;t the quality of it!).</p>
<p>You can read about it and get it from <a href="http://damieng.com/blog/2007/11/14/droid-sans-mono-great-coding-font" target="_blank">here</a>.  This is what it looks like:</p>
<p style="margin: 0in"><img src="http://www.nazspace.com/wp/wp-content/uploads/2007/11/clip-image0011.png" height="81" width="579" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazspace.com/wp/2007/11/26/excellent-coding-font-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make Visual Studio Pretty!</title>
		<link>http://www.nazspace.com/wp/2007/10/16/make-visual-studio-pretty/</link>
		<comments>http://www.nazspace.com/wp/2007/10/16/make-visual-studio-pretty/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 18:53:44 +0000</pubDate>
		<dc:creator>nazeeh</dc:creator>
				<category><![CDATA[General Development]]></category>

		<guid isPermaLink="false">http://www.nazspace.com/wp/2007/10/16/make-visual-studio-pretty/</guid>
		<description><![CDATA[One of the things that I usually change pretty quickly with Visual Studio is the color scheme for my editor. I can&#8217;t stand the white background for some reason. I normally come up with my own scheme, but I just found this site that has some really nice ones. Check it out here.
I am using [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that I usually change pretty quickly with Visual Studio is the color scheme for my editor. I can&#8217;t stand the white background for some reason. I normally come up with my own scheme, but I just found this site that has some really nice ones. Check it out <a href="http://www.winterdom.com/weblog/CategoryView,category,VS%2BColor%2BScheme.aspx" target="_blank">here</a>.</p>
<p>I am using this one now:</p>
<p><a href="http://www.winterdom.com/weblog/ct.ashx?id=aeff40ea-9216-4f2d-9673-a6596aa08c59&amp;url=http%3a%2f%2fwww.winterdom.com%2fweblog%2fcontent%2fbinary%2fWindowsLiveWriter%2fRagnarokAVS2005ColorScheme_9993%2fRagnarok_Blue_2.png"><img src="http://www.winterdom.com/weblog/content/binary/WindowsLiveWriter/RagnarokAVS2005ColorScheme_9993/Ragnarok_Blue_thumb.png" alt="Ragnarok_Blue" border="0" height="358" width="483" /></a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazspace.com/wp/2007/10/16/make-visual-studio-pretty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

