<?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: This Week in&#160;Boost</title>
	<atom:link href="http://cpp-next.com/archive/2009/10/this-week-in-boost-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/</link>
	<description>The next generation of C++</description>
	<lastBuildDate>Mon, 30 Apr 2012 15:07:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-371</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Dec 2009 17:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-371</guid>
		<description>&lt;p&gt;The comment font is taller than the blog font, at least in my Firefox.  FF can remember how much to zoom text per site, but either the blog font is too small or the comment font is too large; I can&#039;t find a happy medium.  Can you make the too a little more balanced?  Then I can zoom FF the way I want it, without having to resize my window (which didn&#039;t work anyway).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The comment font is taller than the blog font, at least in my Firefox.  FF can remember how much to zoom text per site, but either the blog font is too small or the comment font is too large; I can&#8217;t find a happy medium.  Can you make the too a little more balanced?  Then I can zoom FF the way I want it, without having to resize my window (which didn&#8217;t work anyway).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfC</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-370</link>
		<dc:creator>alfC</dc:creator>
		<pubDate>Sun, 15 Nov 2009 07:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-370</guid>
		<description>&lt;p&gt;Steven, great posts. If you can, please write a post with an easy introduction to Proto for dummies. At moments it seems that it is very powerful but its usage is totally misterious to me. I am sure is somebody can explain it in plain english is you. thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steven, great posts. If you can, please write a post with an easy introduction to Proto for dummies. At moments it seems that it is very powerful but its usage is totally misterious to me. I am sure is somebody can explain it in plain english is you. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lego</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-369</link>
		<dc:creator>lego</dc:creator>
		<pubDate>Sun, 08 Nov 2009 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-369</guid>
		<description>&lt;p&gt;The use of operator overloading seems a bit like abuse.&lt;/p&gt;

&lt;p&gt;Why would I prefer&lt;/p&gt;

&lt;p&gt;m = matrix &#124; transpose;&lt;/p&gt;

&lt;p&gt;over&lt;/p&gt;

&lt;p&gt;m = transpose(matrix);&lt;/p&gt;

&lt;p&gt;That aside it looks good.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The use of operator overloading seems a bit like abuse.</p>

<p>Why would I prefer</p>

<p>m = matrix | transpose;</p>

<p>over</p>

<p>m = transpose(matrix);</p>

<p>That aside it looks good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-368</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-368</guid>
		<description>&lt;p&gt;Hrm; my previous comment seems to have been eaten, so I&#039;ll try again in brief: comment out &quot;visibility: hidden;&quot; from line 180 of style.css and the page will be visible with JS turned off.&lt;/p&gt;

&lt;p&gt;Presumably it works under lynx because that browser ignores CSS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hrm; my previous comment seems to have been eaten, so I&#8217;ll try again in brief: comment out &#8220;visibility: hidden;&#8221; from line 180 of style.css and the page will be visible with JS turned off.</p>

<p>Presumably it works under lynx because that browser ignores CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-367</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-367</guid>
		<description>&lt;p&gt;The problem is on line 175 of style.css:&lt;/p&gt;

&lt;pre&gt;&#160;
page {
&#160;
  font-size: 1.6em;
  line-height: 1.66em;
  padding: 0;
  margin: 0;
  visibility: hidden;
&#125;&lt;/pre&gt;

&lt;p&gt;Remove that &quot;visibility: hidden;&quot; and the page will be visible with JS turned off.  The file required.js has
a line that says:&lt;/p&gt;

&lt;pre&gt;this.page.style.visibility = &#039;visible&#039;; // hides the initial pageload blip&lt;/pre&gt;

&lt;p&gt;so presumably making this change will re-enable the initial pageload blip, whatever that is.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The problem is on line 175 of style.css:</p>

<pre>&nbsp;
page {
&nbsp;
  font-size: 1.6em;
  line-height: 1.66em;
  padding: 0;
  margin: 0;
  visibility: hidden;
&#125;</pre>

<p>Remove that &#8220;visibility: hidden;&#8221; and the page will be visible with JS turned off.  The file required.js has
a line that says:</p>

<pre>this.page.style.visibility = 'visible'; // hides the initial pageload blip</pre>

<p>so presumably making this change will re-enable the initial pageload blip, whatever that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-366</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-366</guid>
		<description>&lt;p&gt;Since most &quot;nicely designed&quot; sites use quasi-unreadable fonts, you might like to check out Greasemonkey.  Here&#039;s my GM script for this page, which does away with the stylish-but-strain-inducing low-contrast font color.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name           Cpp-next.com
// @namespace      http://aaa.com
// @include        http://cpp-next.com/*
// @require        http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
// ==/UserScript==&lt;/p&gt;

&lt;p&gt;$(&#039;.entry&#039;).css({ &#039;font-family&#039;: &quot;Serif&quot; });
$(&#039;body&#039;).css({ color: &#039;black&#039; });
&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Since most &#8220;nicely designed&#8221; sites use quasi-unreadable fonts, you might like to check out Greasemonkey.  Here&#8217;s my GM script for this page, which does away with the stylish-but-strain-inducing low-contrast font color.</p>

<p><pre>
// ==UserScript==
// @name           Cpp-next.com
// @namespace      <a href="http://aaa.com" rel="nofollow">http://aaa.com</a>
// @include        <a href="http://cpp-next.com/*" rel="nofollow">http://cpp-next.com/*</a>
// @require        <a href="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" rel="nofollow">http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js</a>
// ==/UserScript==</pre></p>

<p>$('.entry').css({ 'font-family': "Serif" });
$('body').css({ color: 'black' });
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dat Chu</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-365</link>
		<dc:creator>Dat Chu</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-365</guid>
		<description>&lt;p&gt;This math library is indeed nicely done. But I think it is a bit overlapped with what is already done with C++ wrapper for OpenCV 2.0 . Then again, those who already have Boost might not want to install yet another library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This math library is indeed nicely done. But I think it is a bit overlapped with what is already done with C++ wrapper for OpenCV 2.0 . Then again, those who already have Boost might not want to install yet another library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-364</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-364</guid>
		<description>&lt;p&gt;Very nice. I like this library a lot more than CGAL already... not that we&#039;re all about competition when it comes to geometry libraries (they all have different focuses... but CGAL isn&#039;t very friendly for especially some of the expansion I sought to do with intersection testing).&lt;/p&gt;

&lt;p&gt;Now, I just need to see if you can cleverly wrap this up with some gfx optimizations. :D&lt;/p&gt;

&lt;p&gt;Thanks again for doing this column. I&#039;ve been looking forward to GGL for a while now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very nice. I like this library a lot more than CGAL already&#8230; not that we&#8217;re all about competition when it comes to geometry libraries (they all have different focuses&#8230; but CGAL isn&#8217;t very friendly for especially some of the expansion I sought to do with intersection testing).</p>

<p>Now, I just need to see if you can cleverly wrap this up with some gfx optimizations. <img src='http://cpp-next.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>

<p>Thanks again for doing this column. I&#8217;ve been looking forward to GGL for a while now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-363</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 29 Oct 2009 04:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-363</guid>
		<description>&lt;p&gt;I too have noticed the fonts are rather large.  But I tried your resizing trick and it worked!  No more zooming just for this site!&lt;/p&gt;

&lt;p&gt;The only problem is, see, all the content in my other tabs are NORMAL, and they don&#039;t work so well with a narrow window, and I have to zoom ALL of them if I want to accommodate this one site without zooming its text.&lt;/p&gt;

&lt;p&gt;So, stop telling people to make their windows narrow, this is quite wrong.  Fix your site so it doesn&#039;t do loony things with text and people will stop complaining about the large fonts.  Set the size to 13pt and forget about it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I too have noticed the fonts are rather large.  But I tried your resizing trick and it worked!  No more zooming just for this site!</p>

<p>The only problem is, see, all the content in my other tabs are NORMAL, and they don&#8217;t work so well with a narrow window, and I have to zoom ALL of them if I want to accommodate this one site without zooming its text.</p>

<p>So, stop telling people to make their windows narrow, this is quite wrong.  Fix your site so it doesn&#8217;t do loony things with text and people will stop complaining about the large fonts.  Set the size to 13pt and forget about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Abrahams</title>
		<link>http://cpp-next.com/archive/2009/10/this-week-in-boost-2/comment-page-1/#comment-362</link>
		<dc:creator>Dave Abrahams</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://cpp-next.com/?p=818#comment-362</guid>
		<description>&lt;p&gt;Hmm, are you sure?  For me that just makes the page come up blank when JavaScript is off.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm, are you sure?  For me that just makes the page come up blank when JavaScript is off.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

