<?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; HTMLayout</title>
	<atom:link href="http://www.terrainformatica.com/category/htmlayout/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>Tue, 07 Feb 2012 04:43:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sciter v.2 technology preview</title>
		<link>http://www.terrainformatica.com/index.php/2011/03/sciter-v-2-technology-preview/</link>
		<comments>http://www.terrainformatica.com/index.php/2011/03/sciter-v-2-technology-preview/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 02:27:13 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=292</guid>
		<description><![CDATA[You can download Sciter v.2 SDK preview from here http://terrainformatica.com/sciter/sciter2-tech-preview.zip /bin/sciter.exe in the archive is a demo application to play with. Its sources are in /demos/sciter/ folder. After start you should see something like this: Note: this version works only on Vista/W7 as it uses Direct2D/Write graphics backend. Aero and W7 Basic DWMs only for [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2011/03/sciter-v-2-technology-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++0x: Running code in GUI thread from worker threads.</title>
		<link>http://www.terrainformatica.com/index.php/2011/01/c0x-running-code-in-gui-thread-from-worker-threads/</link>
		<comments>http://www.terrainformatica.com/index.php/2011/01/c0x-running-code-in-gui-thread-from-worker-threads/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 07:53:57 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=251</guid>
		<description><![CDATA[One of topics in design of multi-threading GUI applications is to choose method of calling GUI code from so called worker threads &#8211; threads that do some work in background. At some point they need to report results to the GUI. But GUI is a shareable resource so some form of synchronization is required. One [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2011/01/c0x-running-code-in-gui-thread-from-worker-threads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DirectWrite font rendering.</title>
		<link>http://www.terrainformatica.com/index.php/2011/01/directwrite-font-rendering/</link>
		<comments>http://www.terrainformatica.com/index.php/2011/01/directwrite-font-rendering/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 04:41:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=243</guid>
		<description><![CDATA[While experimenting with Direct2D/Write back-ends for htmlayout/sciter got these results: Rendering of &#60;textarea> in default DirectWrite mode: The same but in GDI: Probably subjective but classic GDI rendering is better for typical UI font. DirectWrite variant is more blurry (especially note the selection). So I forced to add one more proprietary CSS property: font-rendering-mode: classic [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2011/01/directwrite-font-rendering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Style sets in H-SMILE core.</title>
		<link>http://www.terrainformatica.com/index.php/2010/09/style-sets-in-h-smile-core/</link>
		<comments>http://www.terrainformatica.com/index.php/2010/09/style-sets-in-h-smile-core/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 23:43:59 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=225</guid>
		<description><![CDATA[HTMLayout and Sciter are both use H-SMILE core to render HTML/CSS. And so both of them support so called style sets. In this article I&#8217;ll try to explain what style set is about and why I decided to introduce them. First of all: Style set is a named block of style rules &#8211; definition of [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2010/09/style-sets-in-h-smile-core/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aero, Windows V/7</title>
		<link>http://www.terrainformatica.com/index.php/2009/12/148/</link>
		<comments>http://www.terrainformatica.com/index.php/2009/12/148/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:00:29 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=148</guid>
		<description><![CDATA[In the middle of adding Windows Aero DWM support to HTMLayout and Sciter: This is standard sample htmlayoutsdk/html_samples/border-radius/rounded-tabs.htm from the SDK Seems like I need to add &#8220;aero&#8221; as an additional value to CSS @media selector in order to support such screens. This document is using simple html { background-color:transparent; } declaration to make it [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2009/12/148/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>INPUT, WIDGET and custom elements in h-smile core</title>
		<link>http://www.terrainformatica.com/index.php/2008/03/input-widget-and-custom-elements-in-h-smile-core/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/03/input-widget-and-custom-elements-in-h-smile-core/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 19:15:14 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=96</guid>
		<description><![CDATA[What is a difference between &#60;input&#62; and &#60;widget&#62; elements [in h-smile core]? &#60;input&#62; is intrinsically display:inline-block element and &#60;widget&#62; is intrinsically display:block element. So &#60;input&#62; can live only in some element that has display-model:inline-inside model, in other words in some text container like &#60;p&#62; (paragraph). So if you have markup as: &#60;div&#62; Text: &#60;input type=... [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/03/input-widget-and-custom-elements-in-h-smile-core/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Built-in Drag and Drop support in h-smile core</title>
		<link>http://www.terrainformatica.com/index.php/2008/02/built-in-drag-and-drop-support-in-h-smile-core/</link>
		<comments>http://www.terrainformatica.com/index.php/2008/02/built-in-drag-and-drop-support-in-h-smile-core/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 23:57:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>
		<category><![CDATA[drag-n-drop]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=89</guid>
		<description><![CDATA[As far as I understand there are two distinct drag-n-drop mechanisms: Global drag-n-drop when objects are dragged from one window/application on desktop to another. In most cases this is very close to clipboard cut-n-paste but with some additional visualization. Window local drag-n-drop when objects are dragged inside single window/form. For example some shopping cart implementation. [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2008/02/built-in-drag-and-drop-support-in-h-smile-core/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How I would do that Start Page.</title>
		<link>http://www.terrainformatica.com/index.php/2007/11/how-i-would-do-that-start-page/</link>
		<comments>http://www.terrainformatica.com/index.php/2007/11/how-i-would-do-that-start-page/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 04:53:39 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Web Application Techologies]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=68</guid>
		<description><![CDATA[Two days ago I have downloaded and installed new Microsoft Visual C++ 2008 Express. First thing that you see when you start its IDE is the Start Page (close to what you see on the right). I was intrigued how this view is made. That clearly have look and feel of a web page. Some [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2007/11/how-i-would-do-that-start-page/feed/</wfw:commentRss>
		<slash:comments>0</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 [...]]]></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>Designing &lt;richtext&gt;</title>
		<link>http://www.terrainformatica.com/index.php/2007/10/designing-richtext/</link>
		<comments>http://www.terrainformatica.com/index.php/2007/10/designing-richtext/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 03:11:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[HTMLayout]]></category>
		<category><![CDATA[Sciter]]></category>
		<category><![CDATA[Web Application Techologies]]></category>
		<category><![CDATA[WYSIWYG HTML editor]]></category>

		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=61</guid>
		<description><![CDATA[I am designing &#60;richtext&#62; behavior for htmlayout/sciter&#8230; So far I like the way it allows to edit the text. There are interesting usability problems bubble up sometimes&#8230; Let&#8217;s say you have following document: &#60;body&#62; &#60;pre&#62; .... &#60;/pre&#62; &#60;table&#62; .... &#60;/table&#62; &#60;/body&#62; And now imagine that you need to insert some text (paragraph) between the table [...]]]></description>
		<wfw:commentRss>http://www.terrainformatica.com/index.php/2007/10/designing-richtext/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

