<?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>innerHeight &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/innerheight/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>What&#8217;s the width and height of the visible part of my browser?!</title>
		<link>/2009/12/18/whats-the-width-and-height-of-the-visible-part-of-my-browser/</link>
		<comments>/2009/12/18/whats-the-width-and-height-of-the-visible-part-of-my-browser/#respond</comments>
		<pubDate>Fri, 18 Dec 2009 08:58:57 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[innerHeight]]></category>
		<category><![CDATA[innerWidth]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">/?p=830</guid>
		<description><![CDATA[If you ever wondered what your browser height and width is, don&#8217;t waste your time anymore but check it out with JavaScript. Actually there&#8217;s a difference, normally, between document height and the browser height for instance. The document can be higher than the browser, and that occurs when there&#8217;s a vertical scroll on the page. &#8230; <a href="/2009/12/18/whats-the-width-and-height-of-the-visible-part-of-my-browser/" class="more-link">Continue reading <span class="screen-reader-text">What&#8217;s the width and height of the visible part of my browser?!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/11/11/jquery-css-functions-part-2-width-and-height/" rel="bookmark" title="jQuery CSS functions. Part 2 &#8211; width() and height()">jQuery CSS functions. Part 2 &#8211; width() and height() </a></li>
<li><a href="/2009/07/24/javascript-detect-browser-speed-and-load-the-slow-connection-site/" rel="bookmark" title="javascript: detect browser speed and load the &#8220;slow connection&#8221; site version">javascript: detect browser speed and load the &#8220;slow connection&#8221; site version </a></li>
<li><a href="/2009/04/24/scroll-the-page-with-javascript/" rel="bookmark" title="Scroll the page with JavaScript">Scroll the page with JavaScript </a></li>
<li><a href="/2009/04/15/read-the-anchor-part-of-the-url-with-php/" rel="bookmark" title="Read The Anchor Part of The URL &#8230; with PHP">Read The Anchor Part of The URL &#8230; with PHP </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If you ever wondered what your browser height and width is, don&#8217;t waste your time anymore but check it out with JavaScript. Actually there&#8217;s a difference, normally, between document height and the browser height for instance. The document can be higher than the browser, and that occurs when there&#8217;s a vertical scroll on the page.</p>
<p>In fact it&#8217;s quite easy to get the browser height and width (what we see as the white part of a blank page).</p>
<p>Simply check that out by dumping:</p>
<blockquote>
<pre>window.innerWidth &amp; window.innerHeight</pre>
</blockquote>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/11/11/jquery-css-functions-part-2-width-and-height/" rel="bookmark" title="jQuery CSS functions. Part 2 &#8211; width() and height()">jQuery CSS functions. Part 2 &#8211; width() and height() </a></li>
<li><a href="/2009/07/24/javascript-detect-browser-speed-and-load-the-slow-connection-site/" rel="bookmark" title="javascript: detect browser speed and load the &#8220;slow connection&#8221; site version">javascript: detect browser speed and load the &#8220;slow connection&#8221; site version </a></li>
<li><a href="/2009/04/24/scroll-the-page-with-javascript/" rel="bookmark" title="Scroll the page with JavaScript">Scroll the page with JavaScript </a></li>
<li><a href="/2009/04/15/read-the-anchor-part-of-the-url-with-php/" rel="bookmark" title="Read The Anchor Part of The URL &#8230; with PHP">Read The Anchor Part of The URL &#8230; with PHP </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/12/18/whats-the-width-and-height-of-the-visible-part-of-my-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
