<?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"
	>

<channel>
	<title>Binary Tendencies &#187; Bugs</title>
	<atom:link href="http://binarytendencies.com/category/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://binarytendencies.com</link>
	<description>binarytendencies.com</description>
	<pubDate>Sun, 18 May 2008 16:22:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Margin error in Firefox?</title>
		<link>http://binarytendencies.com/bugs/margin-error-in-firefox/</link>
		<comments>http://binarytendencies.com/bugs/margin-error-in-firefox/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:34:13 +0000</pubDate>
		<dc:creator>bnry</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[layout]]></category>

		<category><![CDATA[margin]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://binarytendencies.com/?p=20</guid>
		<description><![CDATA[I&#8217;m currently working on a webdesign with a centered div, and what&#8217;s really irritating is that in Firefox the entire div moves when the content goes below the screen length. Firefox shows the scrollbar and moves the entire page abit to the left. Why does it do that?? IE doesn&#8217;t! I have tried with the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a webdesign with a centered div, and what&#8217;s really irritating is that in Firefox the entire div moves when the content goes below the screen length. Firefox shows the scrollbar and moves the entire page abit to the left. Why does it do that?? IE doesn&#8217;t! I have tried with the latest beta of Firefox 3, and same thing happens there.</p>
<p>If you want to test this yourself open <a href="http://blog.html.it/layoutgala/LayoutGala34.html">this css layout</a> over at <a href="http://blog.html.it/layoutgala/">Layout Gala</a> in Firefox, and keep clicking the &#8220;Add Text to this section&#8221; link in the content area until the content goes below the screen length. When Firefox adds the scrollbar at the right side it shifts the entire page to the left.</p>
<p><span style="text-decoration: line-through;">Surely this must be a bug?</span></p>
<p><span style="text-decoration: underline;">Update</span>: I just checked using Opera and the same thing happens.</p>
<p><span style="text-decoration: underline;">Update2</span>: After <a href="http://www.dave-woods.co.uk/index.php/firefox-scrollbar-fix/" target="_blank">googling around</a> some, I found the solution to this &#8220;problem&#8221;. <br />
The following CSS will make sure the vertical scrollbar are always present:</p>
<pre>html {overflow-y: scroll;}</pre>
<p>Glad I sorted that out! Now I can consentrate on the design again. <img src='http://binarytendencies.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;">Update3</span>: This is still a &#8220;problem&#8221; in Opera. At least with version 9.27.</p>
]]></content:encoded>
			<wfw:commentRss>http://binarytendencies.com/bugs/margin-error-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Script Compressor plugin not working?</title>
		<link>http://binarytendencies.com/bugs/script-compressor-plugin-not-working/</link>
		<comments>http://binarytendencies.com/bugs/script-compressor-plugin-not-working/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:11:39 +0000</pubDate>
		<dc:creator>bnry</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[compression]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://binarytendencies.com/?p=17</guid>
		<description><![CDATA[I downloaded and installed the Script Compressor plugin with the intent to check how much faster the blog would load with scripts compressed. I don&#8217;t have much javascript on my site, so I thought I would start out with just the css compression.
But I can&#8217;t see any difference in the css file. Isn&#8217;t it working? [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded and installed the <a title="Script Compressor" href="http://rp.exadge.com/2008/04/30/script-compressor/" target="_blank">Script Compressor</a> plugin with the intent to check how much faster the blog would load with scripts compressed. I don&#8217;t have much javascript on my site, so I thought I would start out with just the css compression.</p>
<p>But I can&#8217;t see any difference in the css file. Isn&#8217;t it working? I&#8217;m checking the css using Firebug and the size stays the same, and the structure in the file is the same also. I thought the script was suppose to remove blank lines and comments etc, but all comments are intact in the file.</p>
<p>Am i using it wrong? Are there anyone out there that get this to work?</p>
]]></content:encoded>
			<wfw:commentRss>http://binarytendencies.com/bugs/script-compressor-plugin-not-working/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
