<?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; Web Application Techologies</title>
	<atom:link href="http://www.terrainformatica.com/category/web-techologies/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>HTML5 Working Drafts have been published today:</title>
		<link>http://www.terrainformatica.com/index.php/2010/03/html5-working-drafts-have-been-published-today/</link>
		<comments>http://www.terrainformatica.com/index.php/2010/03/html5-working-drafts-have-been-published-today/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:40:44 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=183</guid>
		<description><![CDATA[HTML5
HTML+RDFa
HTML Microdata
HTML Canvas 2D Context
HTML5 differences from HTML4
HTML: The Markup Language
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2010/03/html5-working-drafts-have-been-published-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing support in Sciter.</title>
		<link>http://www.terrainformatica.com/index.php/2010/02/printing-support-in-sciter/</link>
		<comments>http://www.terrainformatica.com/index.php/2010/02/printing-support-in-sciter/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:51:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=178</guid>
		<description><![CDATA[Sciter is getting print and print preview support. At the moment architecture and core functionality is established. Here is a screenshot of one of test pages demonstrating print preview:
Print preview is implemented as a native behavior that by default is assigned to any &#60;frame type=&#34;pager&#34;&#62; element. Print Preview by its nature is a frame containing [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2010/02/printing-support-in-sciter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-return and multi-assignment in TIScript.</title>
		<link>http://www.terrainformatica.com/index.php/2009/10/multi-return-and-multi-assignment-in-tiscript/</link>
		<comments>http://www.terrainformatica.com/index.php/2009/10/multi-return-and-multi-assignment-in-tiscript/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 07:42:37 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=143</guid>
		<description><![CDATA[As we know parameters of functions are passed by value in languages like TIScript and JavaScript. Inside the function we can modify paramaters and their new values will not be seen outside the function. 
Let&#8217;s say we need to implement function expand(rect, dx, dy) : rect that should increase dimensions of the rectangle.
If the rect [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2009/10/multi-return-and-multi-assignment-in-tiscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Achtung, minen!</title>
		<link>http://www.terrainformatica.com/index.php/2009/07/achtung-minen/</link>
		<comments>http://www.terrainformatica.com/index.php/2009/07/achtung-minen/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 07:20:07 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=118</guid>
		<description><![CDATA[One more &#8220;cool&#8221; thing about JS: 
somevar = 100;

      function test()
      {
        somevar = 1;
        return somevar;
        if(false) { var somevar; }
   [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2009/07/achtung-minen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CSS Flexible Flow Module</title>
		<link>http://www.terrainformatica.com/index.php/2009/04/css-flexible-flow-module/</link>
		<comments>http://www.terrainformatica.com/index.php/2009/04/css-flexible-flow-module/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 02:05:42 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=115</guid>
		<description><![CDATA[We have published official proposal about &#8216;flow&#8217; and flex units used in h-smile core:
CSS Flexible Flow Module
With the hope that the Web will benefit from them.
]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2009/04/css-flexible-flow-module/feed/</wfw:commentRss>
		<slash:comments>3</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>Announce: ScIDE</title>
		<link>http://www.terrainformatica.com/index.php/2008/08/announce-scide/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/08/announce-scide/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 18:40:36 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Web Application Techologies]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[source code editor]]></category>
		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=101</guid>
		<description><![CDATA[ScIDE is a compact and handy source code editor with syntax highlighting (colorizing).
ScIDE is a system of HTML, CSS and scripting files that are running inside the Sciter.  So ScIDE is so-called .scapp &#8211; Sciter application.

You can run ScIDE:

inside Sciter.exe player (part of main SDK distribution) or 
as a separate application ScIDE.exe that is [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/08/announce-scide/feed/</wfw:commentRss>
		<slash:comments>3</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>JavaScript. Private members (instance variables).</title>
		<link>http://www.terrainformatica.com/index.php/2008/03/javascript-private-members-instance-variables/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/03/javascript-private-members-instance-variables/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 21:28:55 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=95</guid>
		<description><![CDATA[As you know JavaScript has no concept of private members in objects. Objects there are &#8220;racks of properties&#8221; that anyone can change. 
Here is a simple way of making &#8220;objects&#8221; in JS that have private instance variables. Such variables can be changed only by [public] methods you provide.
Consider following code:

  function CreateMyObject()
  {
 [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/03/javascript-private-members-instance-variables/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
