<?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 theUg’s sump</title>
	<atom:link href="http://theug.pp.ru/en/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theug.pp.ru/en</link>
	<description>Sense, honour, and consciense of our era</description>
	<lastBuildDate>Wed, 19 Oct 2011 01:38:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on First Motorcycle Run by Sandy</title>
		<link>http://theug.pp.ru/en/travel/idaho/first-motorcycle-run/comment-page-1/#comment-13326</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Wed, 19 Oct 2011 01:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=67#comment-13326</guid>
		<description>Sweet trip! Nice photos! I have the 2009 tu250. It is a great bike, isn’t it?</description>
		<content:encoded><![CDATA[<p>Sweet trip! Nice photos! I have the 2009 tu250. It is a great bike, isn’t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by leoo229</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-8059</link>
		<dc:creator>leoo229</dc:creator>
		<pubDate>Fri, 03 Jun 2011 16:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-8059</guid>
		<description>how I can it with puppy 5.2, my screen look black 
tx</description>
		<content:encoded><![CDATA[<p>how I can it with puppy 5.2, my screen look black<br />
tx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug in Piwik Analytics plug-in for WordPress by theUg</title>
		<link>http://theug.pp.ru/en/boiler-room/bug-in-piwik-analytics-plug-in-for-wordpress/comment-page-1/#comment-3405</link>
		<dc:creator>theUg</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=54#comment-3405</guid>
		<description>I understand where you are coming from. However, for one, it is just confusing, and, as you said, needs to be better documented (although, after actually paying attention to the instructions and an example, I got it figured out).

Secondly, as I said in my post, even if you want to force certain feature, it should be done behind the scenes, without leaving user guessing. Same reason why, according to good interface design, it shouldn’t matter to software how user enters, say, phone number: as #######, ###-####, or ### ## ## — software should recognize and strip unnecessary charachters, and then output it in one particular and consistent format regardless of user input.

Thirdly, I don’t think enforcing a protocol is such a good idea. User might have Piwik installed at the &lt;code&gt;http://&lt;/code&gt; website, but access it from, as you’ve said, &lt;code&gt;https://&lt;/code&gt; website or whatnot.

&lt;blockquote&gt;I will document it more clearly and perhaps even accommodate for the &lt;code&gt;http://&lt;/code&gt; being there (force protocol to be &lt;code&gt;http://&lt;/code&gt;).&lt;/blockquote&gt;

Maybe explicitly put &lt;code&gt;http://&lt;/code&gt; right in front of the hostname form field, or let user choose protocol of installation (dropdown or tick box).

</description>
		<content:encoded><![CDATA[<p>I understand where you are coming from. However, for one, it is just confusing, and, as you said, needs to be better documented (although, after actually paying attention to the instructions and an example, I got it figured out).</p>
<p>Secondly, as I said in my post, even if you want to force certain feature, it should be done behind the scenes, without leaving user guessing. Same reason why, according to good interface design, it shouldn’t matter to software how user enters, say, phone number: as #######, ###-####, or ### ## ## — software should recognize and strip unnecessary charachters, and then output it in one particular and consistent format regardless of user input.</p>
<p>Thirdly, I don’t think enforcing a protocol is such a good idea. User might have Piwik installed at the <code>http://</code> website, but access it from, as you’ve said, <code>https://</code> website or whatnot.</p>
<blockquote><p>I will document it more clearly and perhaps even accommodate for the <code>http://</code> being there (force protocol to be <code>http://</code>).</p></blockquote>
<p>Maybe explicitly put <code>http://</code> right in front of the hostname form field, or let user choose protocol of installation (dropdown or tick box).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug in Piwik Analytics plug-in for WordPress by Jules Stuifbergen</title>
		<link>http://theug.pp.ru/en/boiler-room/bug-in-piwik-analytics-plug-in-for-wordpress/comment-page-1/#comment-3400</link>
		<dc:creator>Jules Stuifbergen</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=54#comment-3400</guid>
		<description>Thanks for emailing me this.

The bug, as you call it, is actually by design. The form is called &#039;hostname&#039;, not &#039;protocol + hostname&#039;.

The design is: use the same protocol as the page the tracking code is on. So &lt;code&gt;https://&lt;/code&gt; pages are directing to the &lt;code&gt;https://&lt;/code&gt; Piwik installation. This is done to avoid mixed secure and non-secure content on the same page.

I understand the confusion, I will document it more clearly and perhaps even accomodate for the &lt;code&gt;http://&lt;/code&gt; being there (force protocol to be &lt;code&gt;http://&lt;/code&gt;).

Regards, Jules (the plug-in author).</description>
		<content:encoded><![CDATA[<p>Thanks for emailing me this.</p>
<p>The bug, as you call it, is actually by design. The form is called ‘hostname’, not ‘protocol + hostname’.</p>
<p>The design is: use the same protocol as the page the tracking code is on. So <code>https://</code> pages are directing to the <code>https://</code> Piwik installation. This is done to avoid mixed secure and non-secure content on the same page.</p>
<p>I understand the confusion, I will document it more clearly and perhaps even accomodate for the <code>http://</code> being there (force protocol to be <code>http://</code>).</p>
<p>Regards, Jules (the plug-in author).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by alex</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-2273</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-2273</guid>
		<description>I have been trying for 3 days to get my old 2600 working a qima station for my son. But it keep white screening.
 this solved that!</description>
		<content:encoded><![CDATA[<p>I have been trying for 3 days to get my old 2600 working a qima station for my son. But it keep white screening.<br />
 this solved that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by AxeMan</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-362</link>
		<dc:creator>AxeMan</dc:creator>
		<pubDate>Sun, 15 Mar 2009 12:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-362</guid>
		<description>Oh ok. When I&#039;m running Firefox the corruption gets really bad. Especially buttons. It also gets worse over time</description>
		<content:encoded><![CDATA[<p>Oh ok. When I’m running Firefox the corruption gets really bad. Especially buttons. It also gets worse over time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by theUg</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-360</link>
		<dc:creator>theUg</dc:creator>
		<pubDate>Sat, 14 Mar 2009 00:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-360</guid>
		<description>I’m thinking about it, although it doesn’t bother me as much. While in Xubuntu there are something like scratches on desktop, and in certain applications (like Opera or OpenOffice.org) it manifests with slight graphical artefacts around buttons etc., it much less visible in Kubuntu or regular Ubuntu without actual desktop corruption at all.

I’m able to run other two probably because I’ve upgraded the memory some time ago (good way to spend $25) up to 512 MB. And I’m going to switch entirely to Ubuntu after more testing, because of streamlined and familiar interface and network browsing.</description>
		<content:encoded><![CDATA[<p>I’m thinking about it, although it doesn’t bother me as much. While in Xubuntu there are something like scratches on desktop, and in certain applications (like Opera or OpenOffice.org) it manifests with slight graphical artefacts around buttons etc., it much less visible in Kubuntu or regular Ubuntu without actual desktop corruption at all.</p>
<p>I’m able to run other two probably because I’ve upgraded the memory some time ago (good way to spend $25) up to 512 MB. And I’m going to switch entirely to Ubuntu after more testing, because of streamlined and familiar interface and network browsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by AxeMan</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-359</link>
		<dc:creator>AxeMan</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-359</guid>
		<description>Have you made a bugreport before? Do you know how it&#039;s made? Do you feel like making one or should I?</description>
		<content:encoded><![CDATA[<p>Have you made a bugreport before? Do you know how it’s made? Do you feel like making one or should I?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by theUg</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-358</link>
		<dc:creator>theUg</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-358</guid>
		<description>Yes, I got that too. I even tried both regular Ubuntu and Kubuntu and they get corruption on the screen as well, though to a lesser extent. Maybe it could be fixed by increasing amount of memory allocated for graphics.</description>
		<content:encoded><![CDATA[<p>Yes, I got that too. I even tried both regular Ubuntu and Kubuntu and they get corruption on the screen as well, though to a lesser extent. Maybe it could be fixed by increasing amount of memory allocated for graphics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally, Linux Worked on Dell Inspiron 2600 by AxeMan</title>
		<link>http://theug.pp.ru/en/information-technology/linux/finally-linux-worked-on-dell-inspiron-2600/comment-page-1/#comment-341</link>
		<dc:creator>AxeMan</dc:creator>
		<pubDate>Sat, 07 Mar 2009 02:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://theug.pp.ru/en/?p=37#comment-341</guid>
		<description>I got it working. Thanks man. There is still some problems with graphics though. Do you get like patches on the screen?

And the gfaphics seems slow somhow like when moving windows and stuff. Do you know why?</description>
		<content:encoded><![CDATA[<p>I got it working. Thanks man. There is still some problems with graphics though. Do you get like patches on the screen?</p>
<p>And the gfaphics seems slow somhow like when moving windows and stuff. Do you know why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

