<?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: Rebol Mini-Text Database - Part 2: binding to a Visual Form</title> <atom:link href="http://reboltutorial.com/blog/binding-text-database/feed/" rel="self" type="application/rss+xml" /><link>http://reboltutorial.com/blog/binding-text-database/</link> <description>Rebol Programming - Learn Rebol with Real-World Examples</description> <pubDate>Fri, 12 Mar 2010 00:47:14 +0000</pubDate> <generator>http://wordpress.org/?v=2.7.1</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: admin</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-172</link> <dc:creator>admin</dc:creator> <pubDate>Mon, 06 Jul 2009 18:19:59 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-172</guid> <description>Sorry max for the trouble, can you send your program by email to reboltutorial @ yahoo.com or maybe you can contribute to reboltutorial.com ?</description> <content:encoded><![CDATA[<p>Sorry max for the trouble, can you send your program by email to reboltutorial @ yahoo.com or maybe you can contribute to reboltutorial.com ?</p> ]]></content:encoded> </item> <item><title>By: max</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-169</link> <dc:creator>max</dc:creator> <pubDate>Mon, 06 Jul 2009 16:25:16 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-169</guid> <description>Sorry but comments can't display ""  after
&lt;code&gt;
parse diary [thru temp1 copy what_I_want to</description> <content:encoded><![CDATA[<p>Sorry but comments can&#8217;t display &#8220;&#8221;  after<br
/> <code></p><p>parse diary [thru temp1 copy what_I_want to</code></p> ]]></content:encoded> </item> <item><title>By: max</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-168</link> <dc:creator>max</dc:creator> <pubDate>Mon, 06 Jul 2009 16:24:17 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-168</guid> <description>GREAT site!
Database could be made easily also with the “to-tag” function.
It helps to subdivide data and find them, here an example to find a page of a personal diary:find_data: func [date_I_search] [
; diary is our database
temp1: to-tag date_I_search
parse diary [thru temp1 copy what_I_want to  ]return what_I_want
]</description> <content:encoded><![CDATA[<p>GREAT site!<br
/> Database could be made easily also with the “to-tag” function.<br
/> It helps to subdivide data and find them, here an example to find a page of a personal diary:</p><p>find_data: func [date_I_search] [<br
/> ; diary is our database<br
/> temp1: to-tag date_I_search<br
/> parse diary [thru temp1 copy what_I_want to  ]</p><p>return what_I_want<br
/> ]</p> ]]></content:encoded> </item> <item><title>By: max</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-167</link> <dc:creator>max</dc:creator> <pubDate>Mon, 06 Jul 2009 16:22:52 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-167</guid> <description>GREAT site!
Database could be made easily also with the "to-tag" function.
It helps to subdivide data and find them, here an example to find a page of a personal diary:&lt;code&gt;find_data: func [date_I_search] [
; diary is our database
temp1: to-tag date_I_search
parse diary  [thru temp1  copy  what_I_want  to ]
return what_I_want
]&lt;/code&gt;</description> <content:encoded><![CDATA[<p>GREAT site!<br
/> Database could be made easily also with the &#8220;to-tag&#8221; function.<br
/> It helps to subdivide data and find them, here an example to find a page of a personal diary:</p><p><code></p><p>find_data: func [date_I_search] [<br
/> ; diary is our database<br
/> temp1: to-tag date_I_search<br
/> parse diary  [thru temp1  copy  what_I_want  to ]</p><p> return what_I_want<br
/> ]</p><p></code></p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-158</link> <dc:creator>admin</dc:creator> <pubDate>Sun, 05 Jul 2009 06:49:33 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-158</guid> <description>@kc thanks, I'm still a beginner myself so every advice welcomed !</description> <content:encoded><![CDATA[<p>@kc thanks, I&#8217;m still a beginner myself so every advice welcomed !</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-157</link> <dc:creator>admin</dc:creator> <pubDate>Sun, 05 Jul 2009 06:48:19 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-157</guid> <description>@crex sure, why do you want to wait ? The more you wait the more you will be missing all that you can already do with version 2 :)</description> <content:encoded><![CDATA[<p>@crex sure, why do you want to wait ? The more you wait the more you will be missing all that you can already do with version 2 <img
src='http://reboltutorial.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: kc</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-148</link> <dc:creator>kc</dc:creator> <pubDate>Sat, 04 Jul 2009 03:05:14 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-148</guid> <description>append/only will add blocks to a block</description> <content:encoded><![CDATA[<p>append/only will add blocks to a block</p> ]]></content:encoded> </item> <item><title>By: crex</title><link>http://reboltutorial.com/blog/binding-text-database/comment-page-1/#comment-135</link> <dc:creator>crex</dc:creator> <pubDate>Thu, 02 Jul 2009 10:09:35 +0000</pubDate> <guid
isPermaLink="false">http://reboltutorial.com/?p=828#comment-135</guid> <description>Nice tutorial. I've looked at Rebol for a while. Would you say it's useful to learn Rebol 2 knowing there is a version 3 not far away?</description> <content:encoded><![CDATA[<p>Nice tutorial. I&#8217;ve looked at Rebol for a while. Would you say it&#8217;s useful to learn Rebol 2 knowing there is a version 3 not far away?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 47/69 queries in 0.032 seconds using disk

Served from: apache2-twiddle.brazzaville.dreamhost.com @ 2010-03-11 16:47:14 -->