<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Rainer Feike techblog</title>
	<link>http://www.feike.biz/weblog</link>
	<description>Observing trends in computer technology and internet business</description>
	<pubDate>Fri, 12 Mar 2010 11:56:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Drupal: Using node and user information in block code by Dávid</title>
		<link>http://www.feike.biz/weblog/2008/01/07/drupal-using-node-and-user-information-in-block-code/#comment-839</link>
		<author>Dávid</author>
		<pubDate>Mon, 22 Dec 2008 22:27:09 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/01/07/drupal-using-node-and-user-information-in-block-code/#comment-839</guid>
					<description>I got the answer: arg() works with alias too.</description>
		<content:encoded><![CDATA[<p>I got the answer: arg() works with alias too.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Drupal: Using node and user information in block code by Dávid</title>
		<link>http://www.feike.biz/weblog/2008/01/07/drupal-using-node-and-user-information-in-block-code/#comment-838</link>
		<author>Dávid</author>
		<pubDate>Mon, 22 Dec 2008 21:52:09 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/01/07/drupal-using-node-and-user-information-in-block-code/#comment-838</guid>
					<description>And what if there is an url alias? How can you get the nid in a block's code, if the nid is not in the url?</description>
		<content:encoded><![CDATA[<p>And what if there is an url alias? How can you get the nid in a block&#8217;s code, if the nid is not in the url?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Installing Drupal 6 &#8220;upgrade save&#8221; by Rainer</title>
		<link>http://www.feike.biz/weblog/2008/04/11/installing-drupal-6-upgrade-save/#comment-795</link>
		<author>Rainer</author>
		<pubDate>Mon, 08 Sep 2008 06:36:52 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/04/11/installing-drupal-6-upgrade-save/#comment-795</guid>
					<description>Hi Mark, hope to find you well and your project advancing. Please tell me when it's time to visit your new site!</description>
		<content:encoded><![CDATA[<p>Hi Mark, hope to find you well and your project advancing. Please tell me when it&#8217;s time to visit your new site!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Installing Drupal 6 &#8220;upgrade save&#8221; by Mark Holland</title>
		<link>http://www.feike.biz/weblog/2008/04/11/installing-drupal-6-upgrade-save/#comment-785</link>
		<author>Mark Holland</author>
		<pubDate>Thu, 21 Aug 2008 09:15:29 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/04/11/installing-drupal-6-upgrade-save/#comment-785</guid>
					<description>Hi Rainer, Just what I was looking for. Will let you know how the upgrade from 6.3 to 6.4 works. all the best. Mark</description>
		<content:encoded><![CDATA[<p>Hi Rainer, Just what I was looking for. Will let you know how the upgrade from 6.3 to 6.4 works. all the best. Mark</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Five most important drupal modules by Don</title>
		<link>http://www.feike.biz/weblog/2007/08/26/five-most-important-drupal-modules/#comment-780</link>
		<author>Don</author>
		<pubDate>Thu, 14 Aug 2008 00:02:59 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2007/08/26/five-most-important-drupal-modules/#comment-780</guid>
					<description>We are getting ready to start developing in Drupal but we have been researching the differences between Drupal an WordPress and the effects of CSS with both… Can anyone provide any feedback between the pros and cons of each? Thanks!</description>
		<content:encoded><![CDATA[<p>We are getting ready to start developing in Drupal but we have been researching the differences between Drupal an WordPress and the effects of CSS with both… Can anyone provide any feedback between the pros and cons of each? Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Proposal for a CSS ancestor grouping syntax by Greg</title>
		<link>http://www.feike.biz/weblog/2008/07/23/proposal-for-a-css-ancestor-grouping-syntax/#comment-771</link>
		<author>Greg</author>
		<pubDate>Wed, 23 Jul 2008 18:51:37 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/07/23/proposal-for-a-css-ancestor-grouping-syntax/#comment-771</guid>
					<description>What I'd really like to see is being able to modify an element's style if it contains another element, such as:

tr &#60; td &#60; input[type=checkbox][checked] {
background-color: grey;
}

The style would apply to the tr element that had a child td that had a child checkbox that was checked.  So you could highlight rows if a checkbox is checked in that row.  There would be other useful scenarios, but that's the most obvious.  It's annoying to have to use javascript to accomplish that.  Then again, it might be insanely difficult and/or processor-intensive to allow for that in browsers, I don't know.

(resubmitted because the server thought my markup was html and removed it)</description>
		<content:encoded><![CDATA[<p>What I&#8217;d really like to see is being able to modify an element&#8217;s style if it contains another element, such as:</p>
<p>tr &lt; td &lt; input[type=checkbox][checked] {<br />
background-color: grey;<br />
}</p>
<p>The style would apply to the tr element that had a child td that had a child checkbox that was checked.  So you could highlight rows if a checkbox is checked in that row.  There would be other useful scenarios, but that&#8217;s the most obvious.  It&#8217;s annoying to have to use javascript to accomplish that.  Then again, it might be insanely difficult and/or processor-intensive to allow for that in browsers, I don&#8217;t know.</p>
<p>(resubmitted because the server thought my markup was html and removed it)</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Proposal for a CSS ancestor grouping syntax by Paris Holley</title>
		<link>http://www.feike.biz/weblog/2008/07/23/proposal-for-a-css-ancestor-grouping-syntax/#comment-769</link>
		<author>Paris Holley</author>
		<pubDate>Wed, 23 Jul 2008 14:34:36 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/07/23/proposal-for-a-css-ancestor-grouping-syntax/#comment-769</guid>
					<description>That is an interesting concept and I am up for anything that would help consolidate CSS files. Only issue I can see coming up is if that change to syntax would cause CSS rendering to become slower due to the additional parsing of rules by the browser. As rarely as CSS files are accessed, I don't think that the CSS saved using that method would be beneficial to the user. There is also the issue with backwards compatibility, because this will surely not work on browsers that do not adapt this spec. Things to think about it...</description>
		<content:encoded><![CDATA[<p>That is an interesting concept and I am up for anything that would help consolidate CSS files. Only issue I can see coming up is if that change to syntax would cause CSS rendering to become slower due to the additional parsing of rules by the browser. As rarely as CSS files are accessed, I don&#8217;t think that the CSS saved using that method would be beneficial to the user. There is also the issue with backwards compatibility, because this will surely not work on browsers that do not adapt this spec. Things to think about it&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Favorite current project by Mike</title>
		<link>http://www.feike.biz/weblog/2008/06/04/favorite-current-project/#comment-767</link>
		<author>Mike</author>
		<pubDate>Wed, 16 Jul 2008 19:18:44 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/06/04/favorite-current-project/#comment-767</guid>
					<description>nice post, this is an awesome project that would benefit many small business and individuals.  I remember when I used to use excel and it was just so time consuming.

Thanks again!

Mike
&lt;a href="http://www.livedomainsearch.com"&gt;instant host, domain name and whois search tool &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>nice post, this is an awesome project that would benefit many small business and individuals.  I remember when I used to use excel and it was just so time consuming.</p>
<p>Thanks again!</p>
<p>Mike<br />
<a href="http://www.livedomainsearch.com">instant host, domain name and whois search tool </a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Back in the dawn of the internet by Koral</title>
		<link>http://www.feike.biz/weblog/2008/05/20/back-in-the-dawn-of-the-internet/#comment-755</link>
		<author>Koral</author>
		<pubDate>Wed, 18 Jun 2008 23:12:03 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2008/05/20/back-in-the-dawn-of-the-internet/#comment-755</guid>
					<description>I searched my name too and found a post back from 2000, one of my first internet activities. At the time i did wonder why i got spam in my email but understand it was because i left my email address.</description>
		<content:encoded><![CDATA[<p>I searched my name too and found a post back from 2000, one of my first internet activities. At the time i did wonder why i got spam in my email but understand it was because i left my email address.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Five most important drupal modules by bilvanis</title>
		<link>http://www.feike.biz/weblog/2007/08/26/five-most-important-drupal-modules/#comment-739</link>
		<author>bilvanis</author>
		<pubDate>Sun, 11 May 2008 22:58:46 +0000</pubDate>
		<guid>http://www.feike.biz/weblog/2007/08/26/five-most-important-drupal-modules/#comment-739</guid>
					<description>module seo checklist include most of these modules some of them:

URL paths
Create Search Engine Accounts
Track your visitors
Page content
Clean code
Submit your Site to the search engines.
Social Tracking
Protect your site from Spam</description>
		<content:encoded><![CDATA[<p>module seo checklist include most of these modules some of them:</p>
<p>URL paths<br />
Create Search Engine Accounts<br />
Track your visitors<br />
Page content<br />
Clean code<br />
Submit your Site to the search engines.<br />
Social Tracking<br />
Protect your site from Spam</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.661 seconds -->
