<?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>Code Garage</title>
	<atom:link href="http://thewiredguy.com/Codegarage/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://thewiredguy.com/Codegarage</link>
	<description>Peace ● Love ● Code</description>
	<lastBuildDate>Sat, 28 Nov 2009 13:11:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Silverlight Twitter Widget</title>
		<link>http://thewiredguy.com/Codegarage/?p=109</link>
		<comments>http://thewiredguy.com/Codegarage/?p=109#comments</comments>
		<pubDate>Sat, 28 Nov 2009 13:11:46 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=109</guid>
		<description><![CDATA[&#160;
 
Description
This small silverlight twitter widget can be placed on your blog, with the help of some HTML + CSS and javascript. It shows all your recent tweets, which are changed periodically.
A blog post about development will soon follow on Coffee Cup, in which I&#8217;ll show how to overcome cross domain call restrictions by using [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image1.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image_thumb1.png" width="362" height="99"/></a> </p>
<p><strong>Description</strong></p>
<p>This small silverlight twitter widget can be placed on your blog, with the help of some HTML + CSS and javascript. It shows all your recent tweets, which are changed periodically.</p>
<p>A blog post about development will soon follow on <a href="http://www.thewiredguy.com/wordpress">Coffee Cup</a>, in which I&#8217;ll show how to overcome cross domain call restrictions by using yahoo pipes as proxy and using LINQ-to-XML (explained in a quite good way on Scott Gu&#8217;s blog).</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/tweetsrc.zip" target="_blank">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Application: <a href="http://thewiredguy.com/downloads/tweet.zip">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/Codegarage/License.txt">WTFPL</a><br />
<h2><a href="http://sunny.byethost18.com/Tweet.html" target="_blank">Click to Preview</a></h2>
</p>
<p>&nbsp;</p>
<p><strong>Instructions</strong> </p>
<p>How to config the widget to show your tweets? </p>
<p>Steps:
<ol>
<li>open index.html, find this line:</li>
</ol>
<ol>
<pre style="width: 537px; height: 85px" class="csharpcode"><span class="kwrd">&lt;</span><span class="html">param</span>
                <span class="attr">name</span><span class="kwrd">="initParams"</span>
                <span class="attr">value</span><span class="kwrd">="FeedUrl=http://twitter.com/statuses/user_timeline/22100709.rss,
<blockquote>
                User=LON3WOLF"
</blockquote>

</span><span class="kwrd">/&gt;</span></pre>
</ol>
<ol></ol>
<li>alternatively, open it in notepad, disable &#8216;word wrap&#8217; and hit ctrl + G, and enter 70</li>
<li>Set FeedUrl to your Tweet RSS feed url, that you get from your twitter profile page</li>
<p>&nbsp;</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image2.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image_thumb2.png" width="421" height="389"/></a> </p>
<p>&nbsp;</p>
<p>Set User to your TwitterID.</p>
<p>Save it, now you have a page that will show your tweets in twitter widget</p>
<p><strong></strong>&nbsp; </p>
<p><strong>TO EMBED THIS WIDGET IN YOUR Page/Blog</strong></p>
<ol>
<li>paste the silverlight embed code from index.html to your page at appropriate places:</li>
</ol>
<p><strong></strong>&nbsp;</p>
<p><strong>example:</strong></p>
<pre style="width: 593px; height: 1316px" class="csharpcode">===============Paste this in header================

<span class="kwrd">&lt;</span><span class="html">style</span> <span class="attr">type</span><span class="kwrd">="text/css"</span><span class="kwrd">&gt;</span>

#silverlightControlHost
{
        height: 100%;
}

<span class="kwrd">&lt;/</span><span class="html">style</span><span class="kwrd">&gt;</span>

<span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;</span>
        <span class="kwrd">function</span> onSilverlightError(sender, args) {

            <span class="kwrd">var</span> appSource = <span class="str">""</span>;
            <span class="kwrd">if</span> (sender != <span class="kwrd">null</span> &amp;&amp; sender != 0) {
                appSource = sender.getHost().Source;
            }
            <span class="kwrd">var</span> errorType = args.ErrorType;
            <span class="kwrd">var</span> iErrorCode = args.ErrorCode;

            <span class="kwrd">var</span> errMsg = <span class="str">"Unhandled Error in Silverlight 2 Application "</span> +  appSource + <span class="str">"\n"</span> ;

            errMsg += <span class="str">"Code: "</span>+ iErrorCode + <span class="str">"    \n"</span>;
            errMsg += <span class="str">"Category: "</span> + errorType + <span class="str">"       \n"</span>;
            errMsg += <span class="str">"Message: "</span> + args.ErrorMessage + <span class="str">"     \n"</span>;

            <span class="kwrd">if</span> (errorType == <span class="str">"ParserError"</span>)
            {
                errMsg += <span class="str">"File: "</span> + args.xamlFile + <span class="str">"     \n"</span>;
                errMsg += <span class="str">"Line: "</span> + args.lineNumber + <span class="str">"     \n"</span>;
                errMsg += <span class="str">"Position: "</span> + args.charPosition + <span class="str">"     \n"</span>;
            }
            <span class="kwrd">else</span> <span class="kwrd">if</span> (errorType == <span class="str">"RuntimeError"</span>)
            {
                <span class="kwrd">if</span> (args.lineNumber != 0)
                {
                    errMsg += <span class="str">"Line: "</span> + args.lineNumber + <span class="str">"     \n"</span>;
                    errMsg += <span class="str">"Position: "</span> +  args.charPosition + <span class="str">"     \n"</span>;
                }
                errMsg += <span class="str">"MethodName: "</span> + args.methodName + <span class="str">"     \n"</span>;
            }

            <span class="kwrd">throw</span> <span class="kwrd">new</span> Error(errMsg);
        }
    <span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>

=============================================================================== 

============ Paste  this anywhere inside body tag ========================

<span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">id</span><span class="kwrd">="silverlightControlHost"</span><span class="kwrd">&gt;</span>
        <span class="kwrd">&lt;</span><span class="html">object</span> <span class="attr">data</span><span class="kwrd">="data:application/x-silverlight,"</span> <span class="attr">type</span><span class="kwrd">="application/x-silverlight-2"</span> <span class="attr">width</span><span class="kwrd">="100%"</span> <span class="attr">height</span><span class="kwrd">="100%"</span><span class="kwrd">&gt;</span>
            <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="source"</span> <span class="attr">value</span><span class="kwrd">="Tweet.xap"</span><span class="kwrd">/&gt;</span>
            <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="onerror"</span> <span class="attr">value</span><span class="kwrd">="onSilverlightError"</span> <span class="kwrd">/&gt;</span>
            <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="background"</span> <span class="attr">value</span><span class="kwrd">="white"</span> <span class="kwrd">/&gt;</span>
            <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="minRuntimeVersion"</span> <span class="attr">value</span><span class="kwrd">="2.0.31005.0"</span> <span class="kwrd">/&gt;</span>
            <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="autoUpgrade"</span> <span class="attr">value</span><span class="kwrd">="true"</span> <span class="kwrd">/&gt;</span>
             <span class="kwrd">&lt;</span><span class="html">param</span>
                <span class="attr">name</span><span class="kwrd">="initParams"</span>
                <span class="attr">value</span><span class="kwrd">="FeedUrl=http://twitter.com/statuses/user_timeline/22100709.rss,
                User=LON3WOLF"</span><span class="kwrd">/&gt;</span>

            <span class="kwrd">&lt;</span><span class="html">a</span> <span class="attr">href</span><span class="kwrd">="http://go.microsoft.com/fwlink/?LinkID=124807"</span> <span class="attr">style</span><span class="kwrd">="text-decoration: none;"</span><span class="kwrd">&gt;</span>
                 <span class="kwrd">&lt;</span><span class="html">img</span> <span class="attr">src</span><span class="kwrd">="http://go.microsoft.com/fwlink/?LinkId=108181"</span> <span class="attr">alt</span><span class="kwrd">="Get Microsoft Silverlight"</span> <span class="attr">style</span><span class="kwrd">="border-style: none"</span><span class="kwrd">/&gt;</span>
            <span class="kwrd">&lt;/</span><span class="html">a</span><span class="kwrd">&gt;</span>
        <span class="kwrd">&lt;/</span><span class="html">object</span><span class="kwrd">&gt;</span>
        <span class="kwrd">&lt;</span><span class="html">iframe</span> <span class="attr">style</span><span class="kwrd">='visibility:hidden;height:0;width:0;border:0px'</span><span class="kwrd">&gt;&lt;/</span><span class="html">iframe</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span>

=====================================================</pre>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>&nbsp;</p>
<p><u>set css style for #silverlightControlHost in head, to customize the positioning and layout of widget</u></p>
<p><u></u>&nbsp;</p>
<p><strong>Interface:</strong></p>
<p><strong></strong>&nbsp;</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image3.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image_thumb3.png" width="531" height="182"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=109</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>April Fool Prank &#8211; Desktop Shock</title>
		<link>http://thewiredguy.com/Codegarage/?p=99</link>
		<comments>http://thewiredguy.com/Codegarage/?p=99#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:45:29 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[April Fool Pranks]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=99</guid>
		<description><![CDATA[ 
Project Description &#8211; April Fool Prank 
Prank Timeline (What happens when it runs)
0) Disables task manager1) Show a hardware crash message2) Distract user from monitor, by opening and closing CD Drive3) Show Scary Image4) Show something else5) Show some funny images6) Perform Matrix Trinity Call (Knock Knock!)  
Happy April Fooling!!   
 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/11/image_thumb.png" width="86" height="106"/></a> </p>
<p><strong>Project Description &#8211; April Fool Prank </strong></p>
<p><u>Prank Timeline</u> (What happens when it runs)</p>
<p>0) Disables task manager<br />1) Show a hardware crash message<br />2) Distract user from monitor, by opening and closing CD Drive<br />3) Show Scary Image<br />4) Show something else<br />5) Show some funny images<br />6) Perform Matrix Trinity Call (Knock Knock!) <img src='http://thewiredguy.com/Codegarage/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Happy April Fooling!! <img src='http://thewiredguy.com/Codegarage/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/DesktopShock.7z">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Application: <a href="http://thewiredguy.com/downloads/DesktopShockBin.zip">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/Codegarage/License.txt">WTFPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xinx Broadcast Chat</title>
		<link>http://thewiredguy.com/Codegarage/?p=13</link>
		<comments>http://thewiredguy.com/Codegarage/?p=13#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:27:09 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[LAN]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=13</guid>
		<description><![CDATA[ 
Project Description Broadcast Chat is intended for chatting on LAN. It uses UDP broadcast for sending message across network. Its not just a dumb messenger, it allows many facilities like user presence detection, Asking questions etc.
 Source Code: Download
 Application: Download
 License: MS-PL
Features

Presence Detection  
Presence Notification to other users  
Buzzing  
Ask [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="Icon" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/Icon1.jpg" width="58" height="58"/> </p>
<p><b>Project Description</b> <br />Broadcast Chat is intended for chatting on LAN. <br />It uses UDP broadcast for sending message across network. <br />Its not just a dumb messenger, it allows many facilities like user presence detection, Asking questions etc.</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a title="XBC Source Code" href="http://xbc.codeplex.com/SourceControl/ListDownloadableCommits.aspx" target="_blank">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Application: <a href="http://xbc.codeplex.com/Release/ProjectReleases.aspx#ReleaseFiles" target="_blank">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://opensource.org/licenses/ms-pl.html" target="_blank">MS-PL</a></p>
<p><b>Features</b></p>
<ul>
<li>Presence Detection  </li>
<li>Presence Notification to other users  </li>
<li>Buzzing  </li>
<li>Ask Yes/No Questions  </li>
<li>Send Message Pop UP  </li>
<li>Sits in SysTray, and show notifications  </li>
<li>AutoComplete for some common messages  </li>
<li>Auto Start on Log on  </li>
<li>Standardized Thread termination  </li>
<li>Removed Sound files dependency  </li>
<li>Added System Sounds  </li>
<li>Save User Preferences  </li>
<li>Added always OnTop  </li>
<li>Can Clear Chat  </li>
<li>Can Save Chat </li>
</ul>
<p><b><u>Fixes</u></b>
<ul>
<li>Blocking of Server Thread during Question Pop Up  </li>
<li>No sound files needed  </li>
<li>Bug removed in SysTray menu exit method </li>
</ul>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image.png"></a></p>
<p align="center"><strong>screenshots</strong></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image.png"><img style="border-right-width: 0px; margin: 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="preview" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb.png" width="240" height="167"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query</title>
		<link>http://thewiredguy.com/Codegarage/?p=91</link>
		<comments>http://thewiredguy.com/Codegarage/?p=91#comments</comments>
		<pubDate>Sat, 31 Oct 2009 02:32:00 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=91</guid>
		<description><![CDATA[Description
Lets you find the IP for Local Networked machines and domain names. just type in the machine name or paste URL and hit &#8220;Query&#8221;. It will show all the aliases.
 Source Code: Download 
 Binary: Download 
 License: WTFPL 
Screeshots
 
&#160;
]]></description>
			<content:encoded><![CDATA[<p><strong>Description</strong></p>
<p>Lets you find the IP for Local Networked machines and domain names. just type in the machine name or paste URL and hit &#8220;Query&#8221;. It will show all the aliases.</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/QuerySrc.zip">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Binary: <a href="http://thewiredguy.com/downloads/QueryBin.zip">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a> </p>
<p><strong>Screeshots</strong></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image19.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb19.png" width="224" height="240"/></a> <a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image20.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb20.png" width="224" height="240"/></a></p>
<p>&nbsp;<a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image21.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb21.png" width="224" height="240"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Plugin</title>
		<link>http://thewiredguy.com/Codegarage/?p=83</link>
		<comments>http://thewiredguy.com/Codegarage/?p=83#comments</comments>
		<pubDate>Fri, 30 Oct 2009 19:12:20 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=83</guid>
		<description><![CDATA[Description
I made it for my ever changing site design (evolving) to prevent DRY (Don&#8217;t &#8211; Repeat &#8211; yourself). All it does is that it provides a standard search box customisable by changing CSS style sheet and provides site specific search by google or bing. All you need to do is call it from a div [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description</strong></p>
<p>I made it for my ever changing site design (evolving) to prevent DRY (Don&#8217;t &#8211; Repeat &#8211; yourself). All it does is that it provides a standard search box customisable by changing CSS style sheet and provides site specific search by google or bing. All you need to do is call it from a div element.  </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Zip: <a href="http://thewiredguy.com/downloads/SearchPlugin.zip">Download</a> (plugin + test page + usage instructions)  </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a> </p>
<p><strong><a href="http://www.thewiredguy.com/downloads/Index.htm">Preview</a></strong> </p>
<p> 
<p><strong>Screenshot</strong>  </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image15.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb14.png" width="193" height="85"/></a>&nbsp;&nbsp; <a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image16.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb16.png" width="185" height="90"/></a> </p>
<p>&nbsp;</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image17.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb17.png" width="197" height="85"/></a><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image18.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb18.png" width="203" height="98"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSoD</title>
		<link>http://thewiredguy.com/Codegarage/?p=77</link>
		<comments>http://thewiredguy.com/Codegarage/?p=77#comments</comments>
		<pubDate>Fri, 30 Oct 2009 19:11:42 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=77</guid>
		<description><![CDATA[ 
Description
This is another trick I found out that allows you to crash windows computer instantly, and show up much hated BSoD screen. Might be &#8220;useful&#8221; to scare your friend and for writing pranks.
For details on how it works you can read Make Vista dead with just a flick – How to create BSOD
 Source [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image14.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb15.png" width="232" height="182"/></a> </p>
<p><strong>Description</strong></p>
<p>This is another trick I found out that allows you to crash windows computer instantly, and show up much hated BSoD screen. Might be &#8220;useful&#8221; to scare your friend and for writing pranks.</p>
<p>For details on how it works you can read <a href="http://www.thewiredguy.com/wordpress/?p=19">Make Vista dead with just a flick – How to create BSOD</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/BSoD.zip">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A-Z typer</title>
		<link>http://thewiredguy.com/Codegarage/?p=70</link>
		<comments>http://thewiredguy.com/Codegarage/?p=70#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:22:37 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=70</guid>
		<description><![CDATA[Description
This a small C++ coding project, I used to beat everyone in the facebook game of typing A to Z. I used it to emulate typing A to Z in 1 sec. It creates a hook to wait for fist key pressed, afterwards it types rest of keys upto Z on itself.
You will find it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description</strong></p>
<p>This a small C++ coding project, I used to beat everyone in the facebook game of typing A to Z. I used it to emulate typing A to Z in 1 sec. It creates a hook to wait for fist key pressed, afterwards it types rest of keys upto Z on itself.</p>
<p>You will find it useful in writing pranks too. </p>
<p>&nbsp;</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/AZSrc.zip">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Binary: <a href="http://thewiredguy.com/downloads/AZBin.zip">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vinkr It Sidebar Gadget</title>
		<link>http://thewiredguy.com/Codegarage/?p=69</link>
		<comments>http://thewiredguy.com/Codegarage/?p=69#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:29:33 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=69</guid>
		<description><![CDATA[ 
Description
A sidebar gadget that provides quick access to vinkr.net URL shortening service, lets you convert long URLs to vinkr.net/24f32 or vinkr.net/short
&#160; 
 Source Code: Download (Side-note: gadget itself has all the code) 
 Binary: Download (.gadget) 
 License: WTFPL
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image13.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb13.png" width="141" height="120"/></a> </p>
<p><strong>Description</strong></p>
<p>A sidebar gadget that provides quick access to vinkr.net URL shortening service, lets you convert long URLs to vinkr.net/24f32 or vinkr.net/short</p>
<p>&nbsp; </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/Vinkritgadget.zip">Download</a> (Side-note: gadget itself has all the code) </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Binary: <a href="http://thewiredguy.com/downloads/vinkrgadget.zip">Download</a> (.gadget) </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CD Store</title>
		<link>http://thewiredguy.com/Codegarage/?p=66</link>
		<comments>http://thewiredguy.com/Codegarage/?p=66#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:11:29 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=66</guid>
		<description><![CDATA[ 
Description
Lets you manage all those CDs (If you still have any) just like BookStore lets you manage books.
 Source Code: Download 
 Binary: Download
 License: WTFPL
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image12.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb12.png" width="55" height="57"/></a> </p>
<p><strong>Description</strong></p>
<p>Lets you manage all those CDs (If you still have any) just like <a href="http://thewiredguy.com/Codegarage/?p=63">BookStore</a> lets you manage books.</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/CDStoreSrc.7z">Download</a> </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Binary: <a href="http://thewiredguy.com/downloads/CDStore.7z">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BookStore</title>
		<link>http://thewiredguy.com/Codegarage/?p=63</link>
		<comments>http://thewiredguy.com/Codegarage/?p=63#comments</comments>
		<pubDate>Thu, 29 Oct 2009 11:08:56 +0000</pubDate>
		<dc:creator>Sanil Singh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thewiredguy.com/Codegarage/?p=63</guid>
		<description><![CDATA[ 
Description
I found this thing quiet useful back in college days.
Do you like sharing stuff with others, helping others. Giving books other to let them read all those good things you learned recently from a good book. If you have large book collection and want to manage them &#8220;digitally&#8221; then BookStore can help you. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image9.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb9.png" width="34" height="33"/></a> </p>
<p><strong>Description</strong></p>
<p align="justify">I found this thing quiet useful back in college days.</p>
<p align="justify">Do you like sharing stuff with others, helping others. Giving books other to let them read all those good things you learned recently from a good book. If you have large book collection and want to manage them &#8220;digitally&#8221; then BookStore can help you. It lets you make a list of your books on the run, lets you lend books for a specific time to your friend and it will automatically show books you lend to your friends with yellow background. On &#8220;Issued&#8221; tabs, it will highlight in red those books you gave having return deadline over.</p>
<p align="justify">It also has a notifier that will tell you number of books not returned after return date.</p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image10.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb10.png" width="311" height="125"/></a></p>
<p>&nbsp; </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh.png"><img border="0" alt="page_white_swoosh" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/page_white_swoosh_thumb.png" width="16" height="16"/></a> Source Code: <a href="http://thewiredguy.com/downloads/BookStore.7z">Download</a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link.png"><img border="0" alt="application_link" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/application_link_thumb.png" width="16" height="16"/></a> Binary: <a href="http://thewiredguy.com/downloads/BookStoreMSI.7z">Download MSI installer</a>  </p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked.png"><img border="0" alt="padlock_unlocked" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/padlock_unlocked_thumb.png" width="16" height="16"/></a> License: <a href="http://thewiredguy.com/CodeGarage/License.txt">WTFPL</a></p>
<p>&nbsp;</p>
<p><strong>Screenshot</strong></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image11.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb11.png" width="400" height="236"/></a></p>
<p><a href="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image10.png"><img border="0" alt="image" src="http://thewiredguy.com/Codegarage/wp-content/uploads/2009/10/image_thumb10.png" width="311" height="125"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewiredguy.com/Codegarage/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
