<?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: please, use this bookmarklet!</title>
	<atom:link href="http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html</link>
	<description>lieven le bruyn&#039;s blog</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:50:41 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: i&#8217;ll take rerun requests &#124; neverendingbooks</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4878</link>
		<dc:creator>i&#8217;ll take rerun requests &#124; neverendingbooks</dc:creator>
		<pubDate>Fri, 08 Feb 2008 20:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4878</guid>
		<description>&lt;p&gt;[...] the RSS feed or leave a comment. Thanks for visiting!If you write a comment-provoking post (such as that one), you&#8217;d better deal with the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] the RSS feed or leave a comment. Thanks for visiting!If you write a comment-provoking post (such as that one), you&#8217;d better deal with the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i&#8217;ll take rerun requests &#124; neverendingbooks</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4879</link>
		<dc:creator>i&#8217;ll take rerun requests &#124; neverendingbooks</dc:creator>
		<pubDate>Fri, 08 Feb 2008 20:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4879</guid>
		<description>&lt;p&gt;[...] the RSS feed or leave a comment. Thanks for visiting!If you write a comment-provoking post (such as that one), you&#8217;d better deal with the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] the RSS feed or leave a comment. Thanks for visiting!If you write a comment-provoking post (such as that one), you&#8217;d better deal with the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4523</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Wed, 23 Jan 2008 13:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4523</guid>
		<description>&lt;p&gt;Getting better, but still with that black frame around everything...
Some things you can get rid of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All the &quot;social bookmark&quot; thing, that cannot be done from a printoff, just set the &quot;display: none;&quot; thing to the &quot;ilsb-menu&quot; ul class, and the &quot;series_links&quot; div class.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then you have this span style=&quot;margin-bottom:40px; border-bottom:none;&quot; thing, with a lot of Javascript inside, which I think is causing the black lines. Just put a class on this spam, and in the print.css set display to none, and you&#039;ll also get rido of that.&lt;/p&gt;

&lt;p&gt;Only remaining thing at the end are the tags, but they are not css styled, so they can be trickier. If it is possible to wrap them all inside some div labels, just give it a name and hide it in the printing.&lt;/p&gt;

&lt;p&gt;Some lines might also come from hyperlinks underlines, so under the &quot;#contents a&quot; section just replace &quot;text-decoration: underline;&quot; by &quot;text-decoration: none;&quot; and you&#039;re done.&lt;/p&gt;

&lt;p&gt;Also, it might be a good idea to make the print.css stylesheet load after all the other (like half a dozen) ones, so that no part of it gets over-ridden.&lt;/p&gt;

&lt;p&gt;But please, don&#039;t get over-perfectionistic about this, it is not such a great deal... just focus on keeping writing interesting things! :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Getting better, but still with that black frame around everything&#8230;<br />
Some things you can get rid of:</p>
<ul>
<li>All the &#8220;social bookmark&#8221; thing, that cannot be done from a printoff, just set the &#8220;display: none;&#8221; thing to the &#8220;ilsb-menu&#8221; ul class, and the &#8220;series_links&#8221; div class.</li>
</ul>
<p>Then you have this span style=&#8221;margin-bottom:40px; border-bottom:none;&#8221; thing, with a lot of Javascript inside, which I think is causing the black lines. Just put a class on this spam, and in the print.css set display to none, and you&#8217;ll also get rido of that.</p>
<p>Only remaining thing at the end are the tags, but they are not css styled, so they can be trickier. If it is possible to wrap them all inside some div labels, just give it a name and hide it in the printing.</p>
<p>Some lines might also come from hyperlinks underlines, so under the &#8220;#contents a&#8221; section just replace &#8220;text-decoration: underline;&#8221; by &#8220;text-decoration: none;&#8221; and you&#8217;re done.</p>
<p>Also, it might be a good idea to make the print.css stylesheet load after all the other (like half a dozen) ones, so that no part of it gets over-ridden.</p>
<p>But please, don&#8217;t get over-perfectionistic about this, it is not such a great deal&#8230; just focus on keeping writing interesting things! <img src='http://www.neverendingbooks.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lieven</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4521</link>
		<dc:creator>lieven</dc:creator>
		<pubDate>Wed, 23 Jan 2008 12:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4521</guid>
		<description>&lt;p&gt;@javier, ok check out the new print css. i think ive removed comments and the sidebars. remains a number of horizontal rulers. any suggestion to remove those?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@javier, ok check out the new print css. i think ive removed comments and the sidebars. remains a number of horizontal rulers. any suggestion to remove those?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4517</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Wed, 23 Jan 2008 09:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4517</guid>
		<description>&lt;p&gt;CSS does a better job now, but still a few annoyances. Biggest ones are black frame surrounding all the text (some &quot;border&quot; attribute, I guess) and the comment form included at the end. You can easily get rid of the lattest simply by adding a
display: none;
line at the 
div.comments
part on the printing css. For the rest now the text is readable and looks fine.&lt;/p&gt;

&lt;p&gt;Indeed, I&#039;ve been at the MPIM since the end of the winter break, but don&#039;t know how easy will be to get the Vivatsgasse 7 thing working again. The two most active guys  (Anton Mellit and Abhijnan Rej) don&#039;t seem to be around here anymore. But I&#039;ll ask Mehran or Anders as soon as I see them. I don&#039;t thing it would change anything if I joined the team, I havent been a very active blogger myself lately, and actually should take a bit of care on my old site and revamp it...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>CSS does a better job now, but still a few annoyances. Biggest ones are black frame surrounding all the text (some &#8220;border&#8221; attribute, I guess) and the comment form included at the end. You can easily get rid of the lattest simply by adding a<br />
display: none;<br />
line at the<br />
div.comments<br />
part on the printing css. For the rest now the text is readable and looks fine.</p>
<p>Indeed, I&#8217;ve been at the MPIM since the end of the winter break, but don&#8217;t know how easy will be to get the Vivatsgasse 7 thing working again. The two most active guys  (Anton Mellit and Abhijnan Rej) don&#8217;t seem to be around here anymore. But I&#8217;ll ask Mehran or Anders as soon as I see them. I don&#8217;t thing it would change anything if I joined the team, I havent been a very active blogger myself lately, and actually should take a bit of care on my old site and revamp it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farid</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4509</link>
		<dc:creator>farid</dc:creator>
		<pubDate>Wed, 23 Jan 2008 01:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4509</guid>
		<description>&lt;p&gt;I don&#039;t consider myself an extremely, extremely, extremely good undergraduate, but still I wanted to drop a line on how I appreciate this blog. I try to read most things posted here but as Louis said, the larger part of the posts need prerequisites I do not have. One day maybe.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t consider myself an extremely, extremely, extremely good undergraduate, but still I wanted to drop a line on how I appreciate this blog. I try to read most things posted here but as Louis said, the larger part of the posts need prerequisites I do not have. One day maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lieven</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4499</link>
		<dc:creator>lieven</dc:creator>
		<pubDate>Tue, 22 Jan 2008 18:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4499</guid>
		<description>&lt;p&gt;@javier :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;WP-print doesnt work it seems, but ive installed a printer.css in the header so you can now have a printer-friendly version when you do a normal print. Let me know if this works for you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Header picture : well, that was not crucial for me. but i wanted to have the latest k2 theme. i can easily change header-pictures so all suggestions are wellcome (the one here is a portion of the picture i once used in my Manin-Marcolli cave-post and is a picture of the hyperbolic plane, so i thought it might fit.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;please check all my calculations (reminds me i should update errors in my superpotential posts...). in fact i spend over 2 hours trying to understand something in the Bost-Connes paper until i realised it must be a typo, so i try to check everything myself but may make mistakes...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&quot;if things go as usual....&quot; well, i plan to stay focussed on the Connes-Riemann approach for some time because i have to lecture on it to undergraduates... (well, not quite but ill do the music of the primes with them and may try something out). ok, ill slow down a bit also because it takes me much more energy than i imagined...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;btw. are you already at max-planck? if so try to get the vivatsgasse7 people to start blogging again (or join the team...)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;atb.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@javier :</p>
<ul>
<li>
<p>WP-print doesnt work it seems, but ive installed a printer.css in the header so you can now have a printer-friendly version when you do a normal print. Let me know if this works for you.</p>
</li>
<li>
<p>Header picture : well, that was not crucial for me. but i wanted to have the latest k2 theme. i can easily change header-pictures so all suggestions are wellcome (the one here is a portion of the picture i once used in my Manin-Marcolli cave-post and is a picture of the hyperbolic plane, so i thought it might fit.</p>
</li>
<li>
<p>please check all my calculations (reminds me i should update errors in my superpotential posts&#8230;). in fact i spend over 2 hours trying to understand something in the Bost-Connes paper until i realised it must be a typo, so i try to check everything myself but may make mistakes&#8230;</p>
</li>
<li>
<p>&#8220;if things go as usual&#8230;.&#8221; well, i plan to stay focussed on the Connes-Riemann approach for some time because i have to lecture on it to undergraduates&#8230; (well, not quite but ill do the music of the primes with them and may try something out). ok, ill slow down a bit also because it takes me much more energy than i imagined&#8230;</p>
</li>
<li>
<p>btw. are you already at max-planck? if so try to get the vivatsgasse7 people to start blogging again (or join the team&#8230;)</p>
</li>
</ul>
<p>atb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4497</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Tue, 22 Jan 2008 16:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4497</guid>
		<description>&lt;p&gt;Guess I am right in-between the 90 and the 9?
Concerning the participation on the math-related posts, it is true that what you write has become more readable along the years, but yet, being able to read one of your math posts and catch the idea of what is going on (which I think is a great thing to do) is one thing. Actually understanding the details is a completely different one. And possibly most people thinks that commenting around when you only got the general idea (if any) of some math topic would be rather bold.&lt;/p&gt;

&lt;p&gt;Personally, with your 2 last posts concerning Connes-Bost systems I am interested on understanding the story in full detail, so I printed your first post, took it home, read it carefully, made all the computations on my own (not that I dont trust yours, but you never know...) and before I had finished getting a sound impression of what was going on, the second part was already online, so had to go through the same process (in top of usual duties) just to keep your rythm. If things go as usual, by the time I am ready to make any sensible comments, you&#039;ll be already bored of the topic and have switched to something else, so it won&#039;t make much sense commenting at all! If its comments what you&#039;re lasting for, write short, one-idea posts, rather than long, technically detailed ones.&lt;/p&gt;

&lt;p&gt;By the way, with the change of the layout it seems that you tweaked the plugin that put posts in nice form for printing. Now I get an ugly frame around the text and like 1/4 of the first page containing no sensible information. As for the rest, don&#039;t like the new heading image, but most of the time read you from my RSS-reader anyway, so don&#039;t take this too seriously.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Guess I am right in-between the 90 and the 9?<br />
Concerning the participation on the math-related posts, it is true that what you write has become more readable along the years, but yet, being able to read one of your math posts and catch the idea of what is going on (which I think is a great thing to do) is one thing. Actually understanding the details is a completely different one. And possibly most people thinks that commenting around when you only got the general idea (if any) of some math topic would be rather bold.</p>
<p>Personally, with your 2 last posts concerning Connes-Bost systems I am interested on understanding the story in full detail, so I printed your first post, took it home, read it carefully, made all the computations on my own (not that I dont trust yours, but you never know&#8230;) and before I had finished getting a sound impression of what was going on, the second part was already online, so had to go through the same process (in top of usual duties) just to keep your rythm. If things go as usual, by the time I am ready to make any sensible comments, you&#8217;ll be already bored of the topic and have switched to something else, so it won&#8217;t make much sense commenting at all! If its comments what you&#8217;re lasting for, write short, one-idea posts, rather than long, technically detailed ones.</p>
<p>By the way, with the change of the layout it seems that you tweaked the plugin that put posts in nice form for printing. Now I get an ugly frame around the text and like 1/4 of the first page containing no sensible information. As for the rest, don&#8217;t like the new heading image, but most of the time read you from my RSS-reader anyway, so don&#8217;t take this too seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4496</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Tue, 22 Jan 2008 12:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4496</guid>
		<description>&lt;p&gt;That would be nice :))) But since I&#039;m not much of a blogger, and-hellas!-not (yet) much of a moonshiner, maybe somebody else will take the idea and do it. 
As a matter of fact, maybe Borcherds himself should do that, it&#039;s a nicer name than the one he uses for his blog...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That would be nice <img src='http://www.neverendingbooks.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )) But since I&#8217;m not much of a blogger, and-hellas!-not (yet) much of a moonshiner, maybe somebody else will take the idea and do it.<br />
As a matter of fact, maybe Borcherds himself should do that, it&#8217;s a nicer name than the one he uses for his blog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lieven</title>
		<link>http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html/comment-page-1#comment-4494</link>
		<dc:creator>lieven</dc:creator>
		<pubDate>Tue, 22 Jan 2008 11:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/please-use-this-bookmarklet.html#comment-4494</guid>
		<description>&lt;p&gt;@Florin : i found the title MoonshineMath too restrictive. people might expect of a blog with that name more than i could ever provide. besides, having URL and blogname the same seems a sensible strategy to me. feel free to set up your own blog and call it MoonshineMath...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Florin : i found the title MoonshineMath too restrictive. people might expect of a blog with that name more than i could ever provide. besides, having URL and blogname the same seems a sensible strategy to me. feel free to set up your own blog and call it MoonshineMath&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

