<?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>Reacties voor rhizom</title>
	<atom:link href="http://web.rhizom.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.rhizom.nl</link>
	<description>portfolio webdesign</description>
	<lastBuildDate>Thu, 05 Aug 2010 02:06:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Reactie op Mootools supersize background door Andy</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-175</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-175</guid>
		<description>Where&#039;d the demo go? getting a 404</description>
		<content:encoded><![CDATA[<p>Where&#8217;d the demo go? getting a 404</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How to get duplicate fields in flutter door admin</title>
		<link>http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/comment-page-1/#comment-123</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=304#comment-123</guid>
		<description>Just modify the query to something like this.

$result = $wpdb-&gt;get_results(&quot;
                SELECT meta_value, meta_key
                FROM $wpdb-&gt;postmeta
                WHERE post_id = &#039;$post-&gt;ID&#039; and (meta_key = &#039;first_field_name&#039; OR meta_key=&#039;second_field_name&#039;) 
                ORDER BY meta_id
        &quot;, ARRAY_A );</description>
		<content:encoded><![CDATA[<p>Just modify the query to something like this.</p>
<p>$result = $wpdb->get_results(&#8221;<br />
                SELECT meta_value, meta_key<br />
                FROM $wpdb->postmeta<br />
                WHERE post_id = &#8216;$post->ID&#8217; and (meta_key = &#8216;first_field_name&#8217; OR meta_key=&#8217;second_field_name&#8217;)<br />
                ORDER BY meta_id<br />
        &#8220;, ARRAY_A );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How to get duplicate fields in flutter door alex</title>
		<link>http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/comment-page-1/#comment-122</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=304#comment-122</guid>
		<description>Thank you for posting this. Quick question. How would I pull in the values for more than one meta_key, sort the results based on meta_id, and populate arrays with the values?

I have a text field that needs to correspond to an image, and their grouping will be based on the respective order of their meta_id&#039;s...</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. Quick question. How would I pull in the values for more than one meta_key, sort the results based on meta_id, and populate arrays with the values?</p>
<p>I have a text field that needs to correspond to an image, and their grouping will be based on the respective order of their meta_id&#8217;s&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Mootools supersize background door bk</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-121</link>
		<dc:creator>bk</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-121</guid>
		<description>not a prob...working on it, will update you.
what about the code do you need to clean up?</description>
		<content:encoded><![CDATA[<p>not a prob&#8230;working on it, will update you.<br />
what about the code do you need to clean up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op UPDATED: inline images using drupal (wysiwyg) door Sending HTML emails with simplenews &#8211; rhizom</title>
		<link>http://web.rhizom.nl/development/inline-images-using-drupal-wysiwyg/comment-page-1/#comment-120</link>
		<dc:creator>Sending HTML emails with simplenews &#8211; rhizom</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=267#comment-120</guid>
		<description>[...] If you have problems installing a wysiwyg to create the newsletter content have a look at my prior post. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you have problems installing a wysiwyg to create the newsletter content have a look at my prior post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Mootools supersize background door admin</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-119</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Jan 2010 12:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-119</guid>
		<description>Hey BK... Sorry there is no webkit fix and i still need to clean up the code and move it mootools forge so it doesn&#039;t have priority for me at the moment. If you find a solution i would be glad to hear from you...!</description>
		<content:encoded><![CDATA[<p>Hey BK&#8230; Sorry there is no webkit fix and i still need to clean up the code and move it mootools forge so it doesn&#8217;t have priority for me at the moment. If you find a solution i would be glad to hear from you&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Mootools supersize background door bk</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-117</link>
		<dc:creator>bk</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-117</guid>
		<description>hey, ur code works on all browsers, even ie 6 but doesnt scroll on safari for the iphone.

it just cuts off the scrolling text area.

is there a webkit fix for this?

thanks.

bk</description>
		<content:encoded><![CDATA[<p>hey, ur code works on all browsers, even ie 6 but doesnt scroll on safari for the iphone.</p>
<p>it just cuts off the scrolling text area.</p>
<p>is there a webkit fix for this?</p>
<p>thanks.</p>
<p>bk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Creating a job portal part2: using openlayers &amp; location to make a geographic visualisation of all users door How to use geo_code &#38; postal for retreaving latitude and longitude data &#8211; rhizom</title>
		<link>http://web.rhizom.nl/development/drupal/creating-a-job-portal-part2-using-openlayers-location-to-make-a-geographic-visualisation-of-all-users/comment-page-1/#comment-110</link>
		<dc:creator>How to use geo_code &#38; postal for retreaving latitude and longitude data &#8211; rhizom</dc:creator>
		<pubDate>Sun, 27 Dec 2009 16:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=297#comment-110</guid>
		<description>[...] check this article on how to show the geo data on a cloudmade [...]</description>
		<content:encoded><![CDATA[<p>[...] check this article on how to show the geo data on a cloudmade [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Mootools supersize background door bland</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-102</link>
		<dc:creator>bland</dc:creator>
		<pubDate>Tue, 08 Dec 2009 13:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-102</guid>
		<description>:))

thanks ..
Bland!!</description>
		<content:encoded><![CDATA[<p>:))</p>
<p>thanks ..<br />
Bland!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Mootools supersize background door Volkan</title>
		<link>http://web.rhizom.nl/development/mootools/mootools-supersize-background/comment-page-1/#comment-101</link>
		<dc:creator>Volkan</dc:creator>
		<pubDate>Tue, 08 Dec 2009 13:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://tech.rhizom.nl/?p=8#comment-101</guid>
		<description>If you don&#039;t need a scrollbar use &lt;a href=&#039;http://buildinternet.com/2009/02/supersized-full-screen-backgroundslideshow-jquery-plugin/&#039; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; script instead. It changes the viewport and there aren&#039;t any scrollbars.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need a scrollbar use <a href='http://buildinternet.com/2009/02/supersized-full-screen-backgroundslideshow-jquery-plugin/' rel="nofollow">this</a> script instead. It changes the viewport and there aren&#8217;t any scrollbars.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
