<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://htyp.org/skins/common/feed.css?42b"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>HTYP - Recent changes [en]</title>
		<link>http://htyp.org/Special:Recentchanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en</language>
		<generator>MediaWiki 1.9.3</generator>
		<lastBuildDate>Tue, 07 Oct 2008 12:55:22 GMT</lastBuildDate>
		<item>
			<title>VbzCart data views</title>
			<link>http://htyp.org/VbzCart_data_views</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;qryOrdLines_to_restock -&lt;/span&gt; fixed MS Access dependencies&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 19:57, 4 October 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan='4' align='center' class='diff-multi'&gt;(One intermediate revision not shown.)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 800:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 800:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;SELECT&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;SELECT&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ID_Item,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ID_Item,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;  &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz(&lt;/span&gt;i.&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;ID_OrdLine) AS &lt;/span&gt;ID_OrdLine,&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;  i.ID_OrdLine,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;  &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz(&lt;/span&gt;i.&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;ID_Order) AS &lt;/span&gt;ID_Order,&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;  i.ID_Order,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyOrd) AS QtyOrd,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyOrd) AS QtyOrd,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyDone) AS QtyDone,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyDone) AS QtyDone,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 807:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 807:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyOnHand) AS QtyOnHand,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Sum(i.QtyOnHand) AS QtyOnHand,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Max(i.QtyMin) AS QtyMin,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Max(i.QtyMin) AS QtyMin,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;  Max(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;CLng(nz&lt;/span&gt;(i.QtyMin&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;)&lt;/span&gt;))+Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOrd)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnRstk)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnHand)) AS QtyToGet,&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;  Max(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyMin&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;))+Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOrd&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnRstk&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnHand&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)) AS QtyToGet,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;  Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOrd)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnRstk)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnHand)) AS QtyShort,&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;  Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOrd&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnRstk&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnHand&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)) AS QtyShort,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Min(i.WhenOldestOrder) AS WhenOldestOrder,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Min(i.WhenOldestOrder) AS WhenOldestOrder,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Min(i.WhenSoonestDue) AS WhenSoonestDue,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Min(i.WhenSoonestDue) AS WhenSoonestDue,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Count(ID_RstkItem) AS RstkLines&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  Count(ID_RstkItem) AS RstkLines&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;FROM qryOrdLines_ord_status AS i&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;FROM qryOrdLines_ord_status AS i&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;GROUP BY ID_Item, &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz(&lt;/span&gt;ID_OrdLine&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;)&lt;/span&gt;, &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz(&lt;/span&gt;ID_Order&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;)&lt;/span&gt;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;GROUP BY ID_Item, ID_OrdLine, ID_Order&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;HAVING Max(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;CLng(nz&lt;/span&gt;(i.QtyMin&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;)&lt;/span&gt;))+Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOrd)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnRstk)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;nz&lt;/span&gt;(i.QtyOnHand))&amp;gt;0;&amp;lt;/mysql&amp;gt;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;HAVING Max(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyMin&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;))+Sum(&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOrd&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnRstk&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;)-&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;IFNULL&lt;/span&gt;(i.QtyOnHand&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;,0&lt;/span&gt;))&amp;gt;0;&amp;lt;/mysql&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section end=sql /&amp;gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section end=sql /&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;====qryFrm_OrdLines_to_restock====&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;====qryFrm_OrdLines_to_restock====&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryFrm_OrdLines_to_restock AS&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryFrm_OrdLines_to_restock AS&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 825:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 826:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ci.PriceSell,&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ci.PriceSell,&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ci.PriceBuy&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  ci.PriceBuy&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;FROM &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;qryOrderItems_toRestock &lt;/span&gt;AS qi&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;FROM &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;qryOrdLines_to_restock &lt;/span&gt;AS qi&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  LEFT JOIN qryCat_Items AS ci ON ci.ID=qi.ID_Item;&amp;lt;/mysql&amp;gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;  LEFT JOIN qryCat_Items AS ci ON ci.ID=qi.ID_Item;&amp;lt;/mysql&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section end=sql /&amp;gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section end=sql /&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;====qryStk_lines_Title_info====&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;====qryStk_lines_Title_info====&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryStk_lines_Title_info AS&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryStk_lines_Title_info AS&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 04 Oct 2008 19:57:30 GMT</pubDate>			<dc:creator>Woozle</dc:creator>			<comments>http://htyp.org/Talk:VbzCart_data_views</comments>		</item>
		<item>
			<title>languages for learning programming</title>
			<link>http://htyp.org/languages_for_learning_programming</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Languages for Kids -&lt;/span&gt; Scratch animation language&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 14:52, 4 October 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 32:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 32:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;* [http://www.scheme.org/ Scheme]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;* [http://www.scheme.org/ Scheme]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;** references: [http://www.drscheme.org/ Dr. Scheme] | [http://www.htdp.org/ How to Design Programs] | [http://www.teach-scheme.org/ Teach Scheme Project]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;** references: [http://www.drscheme.org/ Dr. Scheme] | [http://www.htdp.org/ How to Design Programs] | [http://www.teach-scheme.org/ Teach Scheme Project]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;* [http://scratch.mit.edu/ Scratch]: animation language. Free downloads for Windows and Mac as of 2008-10-04.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;* [http://www.squeak.org/ Squeak Smalltalk]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;* [http://www.squeak.org/ Squeak Smalltalk]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;** references: [http://www.squeakland.org/ Squeakland] | [http://www.ofset.org/freeduc-cd FreeDuc LiveCD with Squeak]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;** references: [http://www.squeakland.org/ Squeakland] | [http://www.ofset.org/freeduc-cd FreeDuc LiveCD with Squeak]&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 04 Oct 2008 14:52:13 GMT</pubDate>			<dc:creator>Woozle</dc:creator>			<comments>http://htyp.org/Talk:languages_for_learning_programming</comments>		</item>
	</channel>
</rss>