<?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>ShinyLight Development &#187; AutoHotKey</title>
	<atom:link href="http://www.shinylight.com/category/systems/autohotkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shinylight.com</link>
	<description>Web Development and Other Goodness in the World of a Software Engineer.</description>
	<lastBuildDate>Mon, 07 Jun 2010 03:02:19 +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>Console2 Alternative to CMD</title>
		<link>http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/</link>
		<comments>http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 05:00:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[AutoHotKey]]></category>
		<category><![CDATA[Automation / Scripting]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=826</guid>
		<description><![CDATA[You know what, I tried PowerShell and I guess I never got used to it. I&#8217;ve been using DOS for the longest time that I prefer its simplicity when navigating through files. As far as scripting with it &#8211; forget it &#8211; it&#8217;s very cryptic and limiting, not to mention awkward.   That&#8217;s why [...]]]></description>
			<content:encoded><![CDATA[<p>You know what, I tried PowerShell and I guess I never got used to it. I&#8217;ve been using DOS for the longest time that I prefer its simplicity when navigating through files. As far as scripting with it &#8211; forget it &#8211; it&#8217;s very cryptic and limiting, not to mention awkward.   That&#8217;s why for scripting now I&#8217;m using Python. Nonetheless though, I sometimes need a playing field to run the scripts for, or running console utilities. That&#8217;s where Console2 comes in.</p>
<p>Console2 is a great tool that provides tabbing (you can tab through multiple consoles) and several ways to customize the UI. Here&#8217;s an example: </p>
<p><img src="http://www.shinylight.com/wp-content/uploads/2010/02/console2.jpg" /></p>
<p><br /><br />
I prefer this configuration:</p>
<p><img src="http://www.shinylight.com/wp-content/uploads/2010/02/console2-1.gif" /></p>
<p><br /></p>
<h3>How I Have It Setup</h3>
<p><br /><br />
Download Console2:</p>
<ul>
<li><a href="http://sourceforge.net/projects/console/">32-bit Version</a></li>
<li><a href="http://www.rblasch.org/projects/console/">64-bit Version</a></li>
</ul>
<p>I have the Console2 open up when I hit CTR+\ via <a href="http://www.autohotkey.com/">AutoHotkey</a>. Here&#8217;s the snippet for this to happen in AutoHotkey. I have this run when Window starts (it must stay in memory).</p>

<div class="wp_syntax"><div class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #339933;">^</span>\<span style="color: #339933;">::</span><span style="color: #006600;">Run</span> C<span style="color: #339933;">:</span><span style="color: #0000ff;">\dan</span><span style="color: #339933;">-</span><span style="color: #000066;">local</span><span style="color: #0000ff;">\dos</span><span style="color: #339933;">-</span>win<span style="color: #0000ff;">\Console</span><span style="color: #339933;">.</span>exe</pre></div></div>

<p>Change the CMD prompt by creating a PROMPT system variable:<br /><br />
<img src="http://www.shinylight.com/wp-content/uploads/2010/02/prompt.png" /><br />
<br /><br />
<a href="http://www.shinylight.com/wp-content/uploads/2010/02/console.xml">Download the Console2 Config File</a></p>
<h3>Other Tips</h3>
<p><br /><strong>Autocomplete</strong><br />
  Good tip about command console = CTRL+I<br />
  can select files in the current directory, kinda like autofill-in<br />
  you can also put in parts of the file and it autoputs it for you</p>
<p><strong>Rename tab</strong><br />
  CTRL+R</p>
<p><strong>New Tab with default transparency  </strong><br />
  CTRL+F1</p>
<p><strong>New Tab with lighter transparency</strong><br />
  CTRL+F2</p>
<p><strong>Switch to NEXT adjacent tab</strong><br />
  CTRL+TAB</p>
<p><strong>Switch to Previous adjacent tab</strong><br />
  CTRL+SHIFT+TAB</p>
<p><strong>CTRL+[NUMBER]</strong><br />
  Goes to the tab instance. To make it easier, it&#8217;s best if you rename your tabs,</p>
<p>    [INSTANCE NAME].[NAME OF TAB]  </p>
<p>  So for example, </p>
<p>    1.Batch File<br />
    2.wget list<br />
    3.ftp the files</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;submitHeadline=Console2+Alternative+to+CMD&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;title=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;title=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;title=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;bm_description=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;T=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;title=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;title=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Console2+Alternative+to+CMD+@+http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/&amp;t=Console2+Alternative+to+CMD" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2010/02/13/console2-alternative-to-cmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Program, Resize it, Relocate it</title>
		<link>http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/</link>
		<comments>http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:26:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[AutoHotKey]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[autohotkey automation]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=490</guid>
		<description><![CDATA[My work often changes. I could be doing programming, then systems administration, then quality assurance. I often have to change from different toolset to toolset and I find it annoying sometimes having to rerun programs and moving them to the same locations. Then resizing. Eech. This is especially frustrating when I&#8217;m doing testing and I [...]]]></description>
			<content:encoded><![CDATA[<p>My work often changes. I could be doing programming, then systems administration, then quality assurance. I often have to change from different toolset to toolset and I find it annoying sometimes having to rerun programs and moving them to the same locations. Then resizing. Eech. This is especially frustrating when I&#8217;m doing testing and I have to debug and read requirements all at the same time. One handy thing to do is to use <a href="http://www.autohotkey.com/">AutoHotkey</a>, the great scripting tool. </p>
<p>Here&#8217;s a handy script I put together that opens up two different programs, moves them on the screen and resizes the Window. Just copy and paste the same block of code for each program to open as may apps as you want with whatever on-screen configuration you want.</p>

<div class="wp_syntax"><div class="code"><pre class="asm" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">; Run Note.exe</span>
<span style="color: #666666; font-style: italic;">; WinMove, WindowTitle, WindowText, X-Axis, Y-Axis, [, Width, Height]</span>
Run<span style="color: #339933;">,</span> note<span style="color: #339933;">.</span>exe
WinWait<span style="color: #339933;">,</span> Untitled <span style="color: #339933;">-</span> Notepad2
WinGetPos<span style="color: #339933;">,,,</span> <span style="color: #000000; font-weight: bold;">Width</span><span style="color: #339933;">,</span> Height<span style="color: #339933;">,</span> Untitled <span style="color: #339933;">-</span> Notepad2
WinMove<span style="color: #339933;">,</span> Untitled <span style="color: #339933;">-</span> Notepad2<span style="color: #339933;">,,</span> <span style="color: #0000ff;">500</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">500</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">200</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">200</span>
&nbsp;
<span style="color: #666666; font-style: italic;">; Run your browser with the following URL</span>
Run<span style="color: #339933;">,</span> www<span style="color: #339933;">.</span>google<span style="color: #339933;">.</span>com<span style="color: #339933;">/</span>search?source=ig&amp;hl=en&amp;rlz=1G1GGLQ_ENUS313&amp;=&amp;q=tigers&amp;aq=f&amp;oq=&amp;aqi=g5g<span style="color: #339933;">-</span>z1g4
WinWait<span style="color: #339933;">,</span> tigers <span style="color: #339933;">-</span> Google Search <span style="color: #339933;">-</span> Mozilla Firefox
WinGetPos<span style="color: #339933;">,,,</span> <span style="color: #000000; font-weight: bold;">Width</span><span style="color: #339933;">,</span> Height<span style="color: #339933;">,</span> tigers <span style="color: #339933;">-</span> Google Search <span style="color: #339933;">-</span> Mozilla Firefox
WinMove<span style="color: #339933;">,</span> tigers <span style="color: #339933;">-</span> Google Search <span style="color: #339933;">-</span> Mozilla Firefox<span style="color: #339933;">,,</span> <span style="color: #0000ff;">900</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">200</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">300</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">400</span></pre></div></div>

<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;submitHeadline=Run+Program%2C+Resize+it%2C+Relocate+it&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;title=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;title=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;title=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;bm_description=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;T=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;title=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;title=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Run+Program%2C+Resize+it%2C+Relocate+it+@+http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/&amp;t=Run+Program%2C+Resize+it%2C+Relocate+it" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2009/12/07/run-program-resize-it-relocate-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
