<?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>Ryan McDonnell &#187; Productivity</title>
	<atom:link href="http://www.ryanmcdonnell.com/category/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanmcdonnell.com</link>
	<description>Pursuing Web Application Zen</description>
	<lastBuildDate>Sun, 05 Jul 2009 18:30:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick browser window size adjustments</title>
		<link>http://www.ryanmcdonnell.com/quick-browser-window-size-adjustments/</link>
		<comments>http://www.ryanmcdonnell.com/quick-browser-window-size-adjustments/#comments</comments>
		<pubDate>Mon, 28 Jun 2004 08:00:03 +0000</pubDate>
		<dc:creator>Ryan McDonnell</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.ryanmcdonnell.com/quick-browser-window-size-adjustments/</guid>
		<description><![CDATA[When developing web-based applications, the resolution of the target user has to be taken into consideration. My development machine runs a resolution of 1280&#215;1024 but I frequently need to verify that a particular web application will fit on the screen of a user running 1024&#215;768 or even 800&#215;600. Rather than adjusting my resolution every time, [...]]]></description>
			<content:encoded><![CDATA[<p>When developing web-based applications, the resolution of the target user has to be taken into consideration. My development machine runs a resolution of 1280&#215;1024 but I frequently need to verify that a particular web application will fit on the screen of a user running 1024&#215;768 or even 800&#215;600. <span id="more-14"></span>Rather than adjusting my resolution every time, I&#8217;ve added a link under Favorites inside Internet Explorer that resizes the window to the size I wish.</p>
<p>In the Address bar, enter the following:</p>
<p><code>javascript:resizeTo(1024,768); moveTo(128,128);</code></p>
<p>This will resize the window and center it on a 1280&#215;1024 resolution display. Now just add this address to your Favorites. I place the bookmark under the Links folder to make it easily accessible on the toolbar. You can change the numbers to adjust the window size and placement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryanmcdonnell.com/quick-browser-window-size-adjustments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
