<?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>Thomas Wood &#187; Intel</title>
	<atom:link href="http://blogs.gnome.org/thos/category/intel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/thos</link>
	<description>My Weblog</description>
	<lastBuildDate>Mon, 23 Nov 2009 23:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moblin 2.0 User Experience</title>
		<link>http://blogs.gnome.org/thos/2009/05/19/moblin-20-user-experience/</link>
		<comments>http://blogs.gnome.org/thos/2009/05/19/moblin-20-user-experience/#comments</comments>
		<pubDate>Tue, 19 May 2009 16:06:51 +0000</pubDate>
		<dc:creator>thos</dc:creator>
				<category><![CDATA[Clutter]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Linux/FOSS]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/thos/2009/05/19/moblin-20-user-experience/</guid>
		<description><![CDATA[The new Moblin User Experience has been announced. Finally we can show people what we&#8217;ve been working on!

Check out the introduction video

]]></description>
			<content:encoded><![CDATA[<p>The new Moblin User Experience has <a href="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here">been announced</a>. Finally we can show people what we&#8217;ve been working on!<br />
<a href="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here"><img border=0 src="http://moblin.org/sites/all/files/imagecache/image_thumb_medium/u4/moblin_v2_netbook_beta.jpg" alt="Moblin 2 UI"/></a></p>
<p>Check out the <a href="http://moblin.org/documentation/moblin-netbook-intro">introduction video</a></p>
<p><object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/vsCpIeLLoT8&#038;rel=0&#038;border=1&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/vsCpIeLLoT8&#038;rel=0&#038;border=1&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="349"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/thos/2009/05/19/moblin-20-user-experience/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CSS Styling in Clutter</title>
		<link>http://blogs.gnome.org/thos/2008/11/04/css-styling-in-clutter/</link>
		<comments>http://blogs.gnome.org/thos/2008/11/04/css-styling-in-clutter/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 14:12:23 +0000</pubDate>
		<dc:creator>thos</dc:creator>
				<category><![CDATA[Clutter]]></category>
		<category><![CDATA[Intel]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/thos/?p=252</guid>
		<description><![CDATA[As CSS styling is becoming more and more popular in application design, I&#8217;ve been experimenting at work with applying this to Clutter. We already have an experimental widget set built on top of Clutter called Tidy. Using Robert Staudinger&#8217;s css selection engine and libcroco, I was able to apply style information from a stylesheet to [...]]]></description>
			<content:encoded><![CDATA[<p>As CSS styling is becoming more and more popular in application design, I&#8217;ve been experimenting at work with applying this to <a href="http://clutter-project.org">Clutter</a>. We already have an experimental widget set built on top of Clutter called Tidy. Using Robert Staudinger&#8217;s <a href="http://people.freedesktop.org/~robsta/libccss/">css selection engine</a> and <a href="http://www.freespiders.org/projects/libcroco/">libcroco</a>, I was able to apply style information from a stylesheet to Tidy widgets.</p>
<p><img src="http://blogs.gnome.org/thos/files/2008/11/tidycssscreenshot.png">.<br />
Images are also supported using the &#8220;background-image&#8221; property.</p>
<p>One big question for us was how many properties do we expose to CSS and how does it interact with the JSON functionality. For the moment, we are concentrating on using CSS to allow developers and designers to assign the same properties on many widgets. Internally, this is achieved using a &#8220;Stylable&#8221; interface and a Style object. The Style object is simply a data store that holds all the data associated with the CSS style sheet. The Sytable interface can be implemented by any GObject and used to install hooks for CSS properties. The Stylable object can query the Style and retrieve the values it needs.</p>
<p>An interesting aspect of this approach is that it doesn&#8217;t limit theming to just Widget derived classes. Any object can be made Stylable and obtain style data. This would be useful for other toolkits such as GTK+, where objects like CellRenderers currently cannot be styled in the theme because they do not derive from GtkWidget.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/thos/2008/11/04/css-styling-in-clutter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
