<?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 for James Hopkins</title>
	<atom:link href="http://jhop.me/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://jhop.me</link>
	<description></description>
	<lastBuildDate>Tue, 11 May 2010 20:47:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on An apology by Helen</title>
		<link>http://jhop.me/browsers/ie8/an-apology/comment-page-1#comment-256</link>
		<dc:creator>Helen</dc:creator>
		<pubDate>Tue, 11 May 2010 20:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=1035#comment-256</guid>
		<description>I&#039;m really hoping one of the CSS3 modules they&#039;re implementing is borders and backgrounds because I seem to spend a lot of time working around the fact that each HTML element can only have one background image. I&#039;ve seen their rounded corners demo so fingers crossed they&#039;re going to implement the rest of it as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really hoping one of the CSS3 modules they&#8217;re implementing is borders and backgrounds because I seem to spend a lot of time working around the fact that each HTML element can only have one background image. I&#8217;ve seen their rounded corners demo so fingers crossed they&#8217;re going to implement the rest of it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Establishing a new method of float containment by Matt Wilcox</title>
		<link>http://jhop.me/css/css3/establishing-a-new-method-of-child-float-containment/comment-page-1#comment-234</link>
		<dc:creator>Matt Wilcox</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=916#comment-234</guid>
		<description>I&#039;ve been thinking we need a dedicated property for this for a while. There are many times when I need to use overflow purely for it&#039;s ability to expand containers around floated elements - but the catch kills designs as I can&#039;t then position things outside of the box without clipping. Even text-shadow succumbs to it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been thinking we need a dedicated property for this for a while. There are many times when I need to use overflow purely for it&#8217;s ability to expand containers around floated elements &#8211; but the catch kills designs as I can&#8217;t then position things outside of the box without clipping. Even text-shadow succumbs to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Establishing a new method of float containment by James Hopkins</title>
		<link>http://jhop.me/css/css3/establishing-a-new-method-of-child-float-containment/comment-page-1#comment-226</link>
		<dc:creator>James Hopkins</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=916#comment-226</guid>
		<description>Rob, it appears you&#039;ve missed the point of the post :)

99.9% of authors require a parent to encapsulate it&#039;s floated child(ren), by default. Unfortunately, without utilizing one of the hacks I speak of in the post, this doesn&#039;t happen. Therefore, the aim of the article is to describe present methods that authors have been forced to adopt in order to achieve their intention, and to also an offer informal proposal in the form of a new control, whose primary attribute is to contain floats in the way that BFCs currently do, whilst exibiting no other behavior. There are other modules that will supersede the float model, so the proposal of a new control should be seen as an interim solution, until it&#039;s realistic for authors to adopt these new modules.

If you don&#039;t believe there&#039;s an issue, then I suggest participating in &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg326&quot; rel=&quot;nofollow&quot;&gt;one of the current discussions&lt;/a&gt; on &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-style/&quot; rel=&quot;nofollow&quot;&gt;ww-style@w3.org&lt;/a&gt; and voicing your opinion there, too.</description>
		<content:encoded><![CDATA[<p>Rob, it appears you&#8217;ve missed the point of the post <img src='http://jhop.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>99.9% of authors require a parent to encapsulate it&#8217;s floated child(ren), by default. Unfortunately, without utilizing one of the hacks I speak of in the post, this doesn&#8217;t happen. Therefore, the aim of the article is to describe present methods that authors have been forced to adopt in order to achieve their intention, and to also an offer informal proposal in the form of a new control, whose primary attribute is to contain floats in the way that BFCs currently do, whilst exibiting no other behavior. There are other modules that will supersede the float model, so the proposal of a new control should be seen as an interim solution, until it&#8217;s realistic for authors to adopt these new modules.</p>
<p>If you don&#8217;t believe there&#8217;s an issue, then I suggest participating in <a href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg326" rel="nofollow">one of the current discussions</a> on <a href="http://lists.w3.org/Archives/Public/www-style/" rel="nofollow">ww-style@w3.org</a> and voicing your opinion there, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Establishing a new method of float containment by Rob</title>
		<link>http://jhop.me/css/css3/establishing-a-new-method-of-child-float-containment/comment-page-1#comment-225</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 06 Jan 2010 05:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=916#comment-225</guid>
		<description>I&#039;m wondering why you are looking for a solution to a non-problem. Float does exactly what it&#039;s intended to do and, personally, I&#039;m fine with that.</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering why you are looking for a solution to a non-problem. Float does exactly what it&#8217;s intended to do and, personally, I&#8217;m fine with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downtime, shmowntime. by fromrussia</title>
		<link>http://jhop.me/site-specific/downtime-shmowntime/comment-page-1#comment-195</link>
		<dc:creator>fromrussia</dc:creator>
		<pubDate>Wed, 16 Dec 2009 20:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=820#comment-195</guid>
		<description>hey-hey! that was russian guys from one IT portal from russia. The name of the portal is habrahabr (this name doesn&#039;t make any sence on any language). This kind downtime caused by visitors of this portal &amp; called habra-effect (:

cheers!</description>
		<content:encoded><![CDATA[<p>hey-hey! that was russian guys from one IT portal from russia. The name of the portal is habrahabr (this name doesn&#8217;t make any sence on any language). This kind downtime caused by visitors of this portal &amp; called habra-effect (:</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downtime, shmowntime. by Doc</title>
		<link>http://jhop.me/site-specific/downtime-shmowntime/comment-page-1#comment-184</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://jhop.me/?p=820#comment-184</guid>
		<description>You&#039;re welcome. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. <img src='http://jhop.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE8 Bugs by uberVU - social comments</title>
		<link>http://jhop.me/ie8-bugs/comment-page-1#comment-182</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://idreamincode.co.uk/?page_id=376#comment-182</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by joshsharp: How can IE8 claim full CSS 2.1 support with all these bugs? http://is.gd/5mavW and buglist http://jhop.me/ie8-bugs...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by joshsharp: How can IE8 claim full CSS 2.1 support with all these bugs? <a href="http://is.gd/5mavW" rel="nofollow">http://is.gd/5mavW</a> and buglist <a href="http://jhop.me/ie8-bugs.." rel="nofollow">http://jhop.me/ie8-bugs..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing all those pesky style element declarations in Drupal (to accommodate IE6) by Sam</title>
		<link>http://jhop.me/css/removing-all-those-pesky-style-element-declarations-in-drupal-to-accommodate-ie6/comment-page-1#comment-109</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 28 Sep 2009 03:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://idreamincode.co.uk/css/removing-all-those-pesky-style-element-declarations-in-drupal-to-accommodate-ie6#comment-109</guid>
		<description>Doesn&#039;t work!</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sshhhhh&#8230; IE has brought back the &#8216;filter&#8217; property (without the prefix) in IE8 by Stomme poes</title>
		<link>http://jhop.me/general-stuff/sshhhhh-ie-has-brought-back-the-filter-property-in-ie8/comment-page-1#comment-167</link>
		<dc:creator>Stomme poes</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://idreamincode.co.uk/?p=385#comment-167</guid>
		<description>Test page still works with current IE8 without the ms prefix.  I&#039;m starting to think I don&#039;t need it at all.  I had just gone back to &quot;fix&quot; a bunch of pages but they work in IE8 without any extra -ms declarations.</description>
		<content:encoded><![CDATA[<p>Test page still works with current IE8 without the ms prefix.  I&#8217;m starting to think I don&#8217;t need it at all.  I had just gone back to &#8220;fix&#8221; a bunch of pages but they work in IE8 without any extra -ms declarations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Confirmed &#8211; IE8 will NOT support the Opacity property by Stomme poes</title>
		<link>http://jhop.me/browsers/ie8/confirmed-ie8-will-not-support-the-opacity-property/comment-page-1#comment-64</link>
		<dc:creator>Stomme poes</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://idreamincode.co.uk/browsers/ie8-browsers/confirmed-ie8-will-not-support-the-opacity-property#comment-64</guid>
		<description>I&#039;ve been scouring the web, and everywhere it states this need for the -ms vendor extension.  So today I was thinking &quot;Oh yeah, I need to update our old contact pages which have this little stupid bit of opacity for the Lawlz so that it works with IE8&quot;  ...but when I took a look in IE8, it was already working!!  I double-checked: no compatibility mode.  I turned on the IE Developer thingie.  By unchecking the regular CSS opacity declaration, nothing changed (as expected).  By unchecking the regular (for IE7 and below) filter declaration, the opacity was gone.  Meaning, IE8 IS using the old opacity filter declarations...  !!
So, now I&#039;m confuzled.  I can post an example page.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been scouring the web, and everywhere it states this need for the -ms vendor extension.  So today I was thinking &#8220;Oh yeah, I need to update our old contact pages which have this little stupid bit of opacity for the Lawlz so that it works with IE8&#8243;  &#8230;but when I took a look in IE8, it was already working!!  I double-checked: no compatibility mode.  I turned on the IE Developer thingie.  By unchecking the regular CSS opacity declaration, nothing changed (as expected).  By unchecking the regular (for IE7 and below) filter declaration, the opacity was gone.  Meaning, IE8 IS using the old opacity filter declarations&#8230;  !!<br />
So, now I&#8217;m confuzled.  I can post an example page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
