<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HOW TO Quickie: Browser Resize Bookmarklet</title>
	<atom:link href="http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet/feed" rel="self" type="application/rss+xml" />
	<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet</link>
	<description>Tech News, Reviews and Guides</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:43:27 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: oneighturbo</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1245</link>
		<dc:creator>oneighturbo</dc:creator>
		<pubDate>Fri, 16 Dec 2005 19:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1245</guid>
		<description>ok not working... heres the code. make a bookmark and edit its properties.. ;)

sorry paul.

javascript:resizeTo(800,600)

javascript:resizeTo(1024,768)

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight)</description>
		<content:encoded><![CDATA[<p>ok not working&#8230; heres the code. make a bookmark and edit its properties.. ;)</p>
<p>sorry paul.</p>
<p>javascript:resizeTo(800,600)</p>
<p>javascript:resizeTo(1024,768)</p>
<p>javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneighturbo</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1244</link>
		<dc:creator>oneighturbo</dc:creator>
		<pubDate>Fri, 16 Dec 2005 19:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1244</guid>
		<description>sorry the previous post was messed...

&lt;a href=&quot;resizeTo(800,600);&quot; rel=&quot;nofollow&quot;&gt;800x600&lt;/a&gt;

&lt;a href=&quot;resizeTo(1024,768);&quot; rel=&quot;nofollow&quot;&gt;1024x768&lt;/a&gt;

&lt;a href=&quot;self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);&quot; rel=&quot;nofollow&quot;&gt;Full Screen&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>sorry the previous post was messed&#8230;</p>
<p><a href="resizeTo(800,600);" rel="nofollow">800&#215;600</a></p>
<p><a href="resizeTo(1024,768);" rel="nofollow">1024&#215;768</a></p>
<p><a href="self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);" rel="nofollow">Full Screen</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneighturbo</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1243</link>
		<dc:creator>oneighturbo</dc:creator>
		<pubDate>Fri, 16 Dec 2005 19:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1243</guid>
		<description>as i designer i use these all the time..

&lt;a href=&quot;void(window.resizeTo(800,600))&quot; title=&quot;JavaScript Resize&quot; rel=&quot;nofollow&quot;&gt;800x600&lt;/a&gt;

&lt;a href=&quot;void(window.resizeTo(1024,768))&quot; title=&quot;JavaScript Resize&quot; rel=&quot;nofollow&quot;&gt;1024x768&lt;/a&gt;

&lt;a href=&quot;self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);&quot; title=&quot;JavaScript Resize&quot; rel=&quot;nofollow&quot;&gt;Full Screen&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>as i designer i use these all the time..</p>
<p><a href="void(window.resizeTo(800,600))" title="JavaScript Resize" rel="nofollow">800&#215;600</a></p>
<p><a href="void(window.resizeTo(1024,768))" title="JavaScript Resize" rel="nofollow">1024&#215;768</a></p>
<p><a href="self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);" title="JavaScript Resize" rel="nofollow">Full Screen</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOW TO Quickie: Browser Resize Bookmarklet at PaulStamatiou.com at Open Switch</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1241</link>
		<dc:creator>HOW TO Quickie: Browser Resize Bookmarklet at PaulStamatiou.com at Open Switch</dc:creator>
		<pubDate>Fri, 16 Dec 2005 16:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1241</guid>
		<description>[...] HOW TO Quickie: Browser Resize Bookmarklet at PaulStamatiou.com     // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(&quot;authorinfo&quot;).style.display = &quot;&quot;; document.getElementById(&quot;showinfo&quot;).style.display = &quot;none&quot;; document.getElementById(&quot;hideinfo&quot;).style.display = &quot;&quot;; } function HideUtils() { document.getElementById(&quot;authorinfo&quot;).style.display = &quot;none&quot;; document.getElementById(&quot;showinfo&quot;).style.display = &quot;&quot;; document.getElementById(&quot;hideinfo&quot;).style.display = &quot;none&quot;; } [...]</description>
		<content:encoded><![CDATA[<p>[...] HOW TO Quickie: Browser Resize Bookmarklet at PaulStamatiou.com     // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(&#8220;authorinfo&#8221;).style.display = &#8220;&#8221;; document.getElementById(&#8220;showinfo&#8221;).style.display = &#8220;none&#8221;; document.getElementById(&#8220;hideinfo&#8221;).style.display = &#8220;&#8221;; } function HideUtils() { document.getElementById(&#8220;authorinfo&#8221;).style.display = &#8220;none&#8221;; document.getElementById(&#8220;showinfo&#8221;).style.display = &#8220;&#8221;; document.getElementById(&#8220;hideinfo&#8221;).style.display = &#8220;none&#8221;; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil crissman</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1237</link>
		<dc:creator>phil crissman</dc:creator>
		<pubDate>Fri, 16 Dec 2005 07:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1237</guid>
		<description>Top notch tip. I went ahead and copied the link... I don&#039;t come across that too often, so I hope I don&#039;t need to use it much. It&#039;s a handy link to have around, though.</description>
		<content:encoded><![CDATA[<p>Top notch tip. I went ahead and copied the link&#8230; I don&#8217;t come across that too often, so I hope I don&#8217;t need to use it much. It&#8217;s a handy link to have around, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1236</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Fri, 16 Dec 2005 07:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1236</guid>
		<description>Doh, why didn&#039;t I think of that!  I&#039;ll change it right away.</description>
		<content:encoded><![CDATA[<p>Doh, why didn&#8217;t I think of that!  I&#8217;ll change it right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koray</title>
		<link>http://paulstamatiou.com/how-to-quickie-browser-resize-bookmarklet#comment-1234</link>
		<dc:creator>Koray</dc:creator>
		<pubDate>Fri, 16 Dec 2005 05:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstamatiou.com/2005/12/16/how-to-quickie-browser-resize-bookmarklet/#comment-1234</guid>
		<description>I&#039;ve had a bookmark with almost identical code for quite a while know. It&#039;s a great tool, and you find yourself using it way more than you thought you would. Oh and, if you make it a link rather than code, people can just drag it into their bookmarks ;D</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a bookmark with almost identical code for quite a while know. It&#8217;s a great tool, and you find yourself using it way more than you thought you would. Oh and, if you make it a link rather than code, people can just drag it into their bookmarks ;D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
