<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terra Informatica &#187; Philosophy</title>
	<atom:link href="http://www.terrainformatica.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terrainformatica.com/index.php</link>
	<description>Terra Informatica, home of embeddable html and CSS rendering engines.</description>
	<lastBuildDate>Sat, 26 Jun 2010 06:24:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>V.I.Lenin with Mao balancing on his head and myself.</title>
		<link>http://www.terrainformatica.com/index.php/2010/03/v-i-lenin-with-mao-balancing-on-his-head-and-myself/</link>
		<comments>http://www.terrainformatica.com/index.php/2010/03/v-i-lenin-with-mao-balancing-on-his-head-and-myself/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 06:43:18 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=186</guid>
		<description><![CDATA[Full name of this sculpture

is &#8220;Miss Mao Trying to Poise Herself at the Top of Lenin’s Head&#8221;. It is installed here in Richmond, BC, Canada. 
Standing near it was thinking a lot. The idea has something in it. I grew up with these names everywhere in USSR. And it is history now. Sic transit gloria [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2010/03/v-i-lenin-with-mao-balancing-on-his-head-and-myself/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UI programming you said?</title>
		<link>http://www.terrainformatica.com/index.php/2008/12/ui-programming-you-said/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/12/ui-programming-you-said/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 07:13:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=104</guid>
		<description><![CDATA[Usually business applications are split in three tiers: user interface layer (UI), business logic layer (BLL) and data access layer (DAL). That split is also known as Model-view-controller architectural pattern.
Ideally each layer should be isolated from the rest. For many good reasons. In any case each layer operates using its own vocabulary (namespace if you [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/12/ui-programming-you-said/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lemma #346 about taxes.</title>
		<link>http://www.terrainformatica.com/index.php/2008/11/lemma-346-about-taxes/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/11/lemma-346-about-taxes/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 00:22:40 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=103</guid>
		<description><![CDATA[Comparing taxes in US and Canada I came up with the following:
Either you need higher taxes or you need to allow retail trade of guns.
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/11/lemma-346-about-taxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSS! and computational complexity of selectors.</title>
		<link>http://www.terrainformatica.com/index.php/2008/07/csss-and-computational-complexity-of-selectors/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/07/csss-and-computational-complexity-of-selectors/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:51:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=100</guid>
		<description><![CDATA[Lets say we have following markup:
&#60;ul&#62;
   &#60;li&#62;First&#60;/li&#62;
   &#60;li&#62;Second (with &#60;a href=#&#62;hyperlink&#60;/a&#62;)&#60;/li&#62;
   &#60;li&#62;Third&#60;/li&#62;
   &#60;li&#62;Fourth (with &#60;a href=#&#62;hyperlink&#60;/a&#62; too)&#60;/li&#62;
&#60;/ul&#62;

and the styling task: all &#60;li&#62; that have &#60;a&#62; elements inside have yellow background.
If we would have hypothetic selector :with-child(selector) then we could write this as:
li:with-child(a:link) { background:yellow; }

Problem with this [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/07/csss-and-computational-complexity-of-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, selectors and computational complexity</title>
		<link>http://www.terrainformatica.com/index.php/2008/07/css-selectors-and-computational-complexity/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/07/css-selectors-and-computational-complexity/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 18:57:24 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=99</guid>
		<description><![CDATA[CSS (Cascading style sheets) has pretty extensive set of so called selectors. Example:
ul[type=&#34;1&#34;] &#62; li
{
  list-style-type: decimal;
}

Selector here means following: each li element that is immediate child of ul that has attribute type with the value &#34;1&#34; has that style.
Selectors and assosiated styles constitute static system of styles. And so they obey following rule [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/07/css-selectors-and-computational-complexity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Generators in C++ revisited.</title>
		<link>http://www.terrainformatica.com/index.php/2008/06/generators-in-c-revisited/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/06/generators-in-c-revisited/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 02:09:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=98</guid>
		<description><![CDATA[Previous version of generators had design problem &#8211; it required some special stop value. That is the same kind of problem as with iterators in C++. In some cases it is not possible to choose such a value.
So is this new version:


// generator/continuation for C++
// author: Andrew Fedoniouk @ terrainformatica.com
// idea borrowed from: "coroutines in [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/06/generators-in-c-revisited/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Shot of the day.</title>
		<link>http://www.terrainformatica.com/index.php/2008/02/shot-of-the-day/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/02/shot-of-the-day/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 07:32:38 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=91</guid>
		<description><![CDATA[View on Georgia Straight from Cypress Mountain &#8211; one of sites of Winter Olympic Games 2010.



Vancouver, today.
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/02/shot-of-the-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Talks about HTMLayout</title>
		<link>http://www.terrainformatica.com/index.php/2007/11/talks-about-htmlayout/</link>
		<comments>http://www.terrainformatica.com/index.php/2007/11/talks-about-htmlayout/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 04:01:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=64</guid>
		<description><![CDATA[Here is a translation of the interview in Russian I gave to Alexander Sergeev from the HumanoIT. 

Alexander Sergeev(AS) says:
My long time dream &#8211; to write a shareware program and sell it through the Internet: cash out, Brazil, Maldives, Tokyo, beaches, skiing, casinos&#8230; ahhh. This summer I almost brought it to reality&#8230; all thanks to [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2007/11/talks-about-htmlayout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching To A Secure Frequency&#8230;</title>
		<link>http://www.terrainformatica.com/index.php/2007/09/switching-to-a-secure-frequency/</link>
		<comments>http://www.terrainformatica.com/index.php/2007/09/switching-to-a-secure-frequency/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 22:50:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=56</guid>
		<description><![CDATA[This is a must see movie for all usability experts  
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2007/09/switching-to-a-secure-frequency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript closures</title>
		<link>http://www.terrainformatica.com/index.php/2007/08/javascript-closures/</link>
		<comments>http://www.terrainformatica.com/index.php/2007/08/javascript-closures/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 18:35:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=53</guid>
		<description><![CDATA[Found excellent article of Richard Cornford:
Javascript Closures
BTW: All principles there apply to TIScript too.
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2007/08/javascript-closures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
