<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>An Introduction to Theming Sencha Touch</title>
		<link>http://www.sencha.com/blog/an-introduction-to-theming-sencha-touch</link>
		<description>Sencha Touch has introduced a revolutionary new theming system, built on SASS and Compass, that allows you to create versions of our base theme custom tailored to your application and brand.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>dave@sencha.com</dc:creator>
		<dc:rights>Copyright 2010</dc:rights>
		<dc:date>2010-12-17T10:00:39+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/680" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Ben Judson</title>
      <description>For those of you looking to reduce the size of the CSS file, include this in your SCSS file:

$include&#45;default&#45;icons: false;

Since 18 pictos are included by default, and all are encoded into the generated CSS file, this adds a lot of extra weight. Just add the icons you need manually as described in the article&#8212;I was able to cut the size of the CSS file almost in half just by adding this line, and then manually including the 6 icons I actually wanted.</description>
      <content:encoded><![CDATA[<p>For those of you looking to reduce the size of the CSS file, include this in your SCSS file:</p>

<p>$include-default-icons: false;</p>

<p>Since 18 pictos are included by default, and all are encoded into the generated CSS file, this adds a lot of extra weight. Just add the icons you need manually as described in the article&#8212;I was able to cut the size of the CSS file almost in half just by adding this line, and then manually including the 6 icons I actually wanted.</p>]]></content:encoded>
      <pubDate>Mon, 12 Sep 2011 16:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:26995#date:16:32</guid>
    </item>
  
		<item>
      <title>Comment by Lawrence Paje</title>
      <description>Thanks to this post, really help to customize the UI I wanted. I am working on windows and perfectly got the theming using ruby.</description>
      <content:encoded><![CDATA[<p>Thanks to this post, really help to customize the UI I wanted. I am working on windows and perfectly got the theming using ruby. <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Tue, 06 Sep 2011 08:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:26407#date:08:16</guid>
    </item>
  
		<item>
      <title>Comment by amidude</title>
      <description>Seriously? How lame is this? I am a front&#45;end developer and will never see the benefit to compiling anything to get straightforward CSS. It is an unnecessary and redundant effort. Why not simply support CSS3 and all us to link to our stylesheets accordingly? I can&#8217;t even get a simple answer ANYWHERE on how to invoke a background gradient. Even the Compass tool gives cludgy answers.</description>
      <content:encoded><![CDATA[<p>Seriously? How lame is this? I am a front-end developer and will never see the benefit to compiling anything to get straightforward CSS. It is an unnecessary and redundant effort. Why not simply support CSS3 and all us to link to our stylesheets accordingly? I can&#8217;t even get a simple answer ANYWHERE on how to invoke a background gradient. Even the Compass tool gives cludgy answers.</p>]]></content:encoded>
      <pubDate>Fri, 26 Aug 2011 20:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:25968#date:20:20</guid>
    </item>
  
		<item>
      <title>Comment by stephanbit</title>
      <description>Hi there,

i install ruby (1.9.2p290), sass, compass on win7 and it seems to work. but i facing two problems (i think it depends on the installed versions.) my gem list: chunky_png (1.1.0), compass (0.11.beta.7), haml (3.1.2), sass (3.1.7). When i compile, the outputted css has wired/wrong base64 styles and several warnings: the linear&#45;gradient mixin is deprecated. how can i fix the problems!</description>
      <content:encoded><![CDATA[<p>Hi there,</p>

<p>i install ruby (1.9.2p290), sass, compass on win7 and it seems to work. but i facing two problems (i think it depends on the installed versions.) my gem list: chunky_png (1.1.0), compass (0.11.beta.7), haml (3.1.2), sass (3.1.7). When i compile, the outputted css has wired/wrong base64 styles and several warnings: the linear-gradient mixin is deprecated. how can i fix the problems!</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 07:46 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:25649#date:07:46</guid>
    </item>
  
		<item>
      <title>Comment by Farish</title>
      <description>In this line:

load File.join(sass_path, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;resources&#8217;, &#8216;themes&#8217;)

I get an error: in &#8216;load&#8217;: no such file to load&#8212;./../themes (LoadError) from config.rb</description>
      <content:encoded><![CDATA[<p>In this line:</p>

<p>load File.join(sass_path, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;..&#8217;, &#8216;resources&#8217;, &#8216;themes&#8217;)</p>

<p>I get an error: in &#8216;load&#8217;: no such file to load&#8212;./../themes (LoadError) from config.rb</p>]]></content:encoded>
      <pubDate>Mon, 08 Aug 2011 08:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:25013#date:08:50</guid>
    </item>
  
		<item>
      <title>Comment by Farish</title>
      <description>Hi,

I was trying to run the config.rb script but was getting errors. then i used require &#8216;sass&#8217; and require &#8216;compass&#8217; in the beginning of the file and that has made the errors disappear. But how do i get a css file as the output? I run ruby config.rb from windows command prompt. it runs for a while and then returns without any message and there is no file produced&#8230; Do I need to specify the input and output filenames as additional arguments? I am completely new to ruby, sass and compass! any help would be highly appreciated.

Thanks,
Farish</description>
      <content:encoded><![CDATA[<p>Hi,</p>

<p>I was trying to run the config.rb script but was getting errors. then i used require &#8216;sass&#8217; and require &#8216;compass&#8217; in the beginning of the file and that has made the errors disappear. But how do i get a css file as the output? I run ruby config.rb from windows command prompt. it runs for a while and then returns without any message and there is no file produced&#8230; Do I need to specify the input and output filenames as additional arguments? I am completely new to ruby, sass and compass! any help would be highly appreciated.</p>

<p>Thanks,<br />
Farish</p>]]></content:encoded>
      <pubDate>Mon, 08 Aug 2011 08:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:25009#date:08:01</guid>
    </item>
  
		<item>
      <title>Comment by Handy Wang</title>
      <description>@thedirector227
&amp;nbsp;   Actually, I can accept the Compass+SASS mode for theming my app, because I was a web app developer for several years ago, but for other C/S developers and some part of B/S developers. So, I think if some body want be a SenchTouch expert, he/she must take so much time to  learn SenchaTouch API and Compass+SASS?So I told my colleague SenchaTouch isn&#8217;t suitable for us such as agile development team for the learning cost?
&amp;nbsp;   Recently, the SenchTouch make me crazy for that It&#8217;s so hard to add some button into List item, and I think there is also some bug for handling tap event  for button which is in list item and list item. Because I cant prevent firing the ListItem&#8217;s tap event when I tab button which is in list item.
&amp;nbsp;   So, I give up for SenchaTouch and start with JQuery mobile.</description>
      <content:encoded><![CDATA[<p>@thedirector227<br />
&nbsp;   Actually, I can accept the Compass+SASS mode for theming my app, because I was a web app developer for several years ago, but for other C/S developers and some part of B/S developers. So, I think if some body want be a SenchTouch expert, he/she must take so much time to  learn SenchaTouch API and Compass+SASS?So I told my colleague SenchaTouch isn&#8217;t suitable for us such as agile development team for the learning cost?<br />
&nbsp;   Recently, the SenchTouch make me crazy for that It&#8217;s so hard to add some button into List item, and I think there is also some bug for handling tap event  for button which is in list item and list item. Because I cant prevent firing the ListItem&#8217;s tap event when I tab button which is in list item.<br />
&nbsp;   So, I give up for SenchaTouch and start with JQuery mobile.</p>]]></content:encoded>
      <pubDate>Fri, 05 Aug 2011 15:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24919#date:15:59</guid>
    </item>
  
		<item>
      <title>Comment by thedirector227</title>
      <description>Thanks @HandyWang.&amp;nbsp; I wonder if there is documentation to show exactly what elements we need to change in order to theme or how about a &#8220;Theme Sencha Touch WITHOUT SASS&#8221; tutorial?&amp;nbsp; That would be nice..&amp;nbsp; 

Can anyone help with this?

Side Note (venting): 
I actually designed an built a mock application in 2 hours with html5, css &amp;amp; jquery and it took my programmers (like 8 of them) 3 weeks to finally add the buttons to the sencha software&#8230;and they said it still might look funny on an iPad.&amp;nbsp;  ...Mine works great on every platform but only having an issue keeping the lower toolbar attached to the bottom of the screen when turned sideways (on smartphones).&amp;nbsp; Part of being the boss I guess&#8230;&amp;nbsp; 2 hours vs. 3 weeks&#8230;c&#8217;mon man!</description>
      <content:encoded><![CDATA[<p>Thanks @HandyWang.&nbsp; I wonder if there is documentation to show exactly what elements we need to change in order to theme or how about a &#8220;Theme Sencha Touch WITHOUT SASS&#8221; tutorial?&nbsp; That would be nice..&nbsp; </p>

<p>Can anyone help with this?</p>

<p>Side Note (venting): <br />
I actually designed an built a mock application in 2 hours with html5, css &amp; jquery and it took my programmers (like 8 of them) 3 weeks to finally add the buttons to the sencha software&#8230;and they said it still might look funny on an iPad.&nbsp;  ...Mine works great on every platform but only having an issue keeping the lower toolbar attached to the bottom of the screen when turned sideways (on smartphones).&nbsp; Part of being the boss I guess&#8230;&nbsp; 2 hours vs. 3 weeks&#8230;c&#8217;mon man!</p>]]></content:encoded>
      <pubDate>Thu, 04 Aug 2011 16:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24892#date:16:36</guid>
    </item>
  
		<item>
      <title>Comment by Handy Wang</title>
      <description>@thedirector227 

I totally agreee with you &#8220;Why do I need two completely different tools to create a third?&#8221;. I think I needn&#8217;t . So , I thought the author of SASS+Compass is ruby fan!

Why did us must complicate the simple issues!</description>
      <content:encoded><![CDATA[<p>@thedirector227 </p>

<p>I totally agreee with you &#8220;Why do I need two completely different tools to create a third?&#8221;. I think I needn&#8217;t . So , I thought the author of SASS+Compass is ruby fan!</p>

<p>Why did us must complicate the simple issues!</p>]]></content:encoded>
      <pubDate>Tue, 02 Aug 2011 02:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24755#date:02:23</guid>
    </item>
  
		<item>
      <title>Comment by thedirector227</title>
      <description>Anybody actually look at the Theme CSS for this project (in the Sencha/resources/css folder)?&amp;nbsp; It&#8217;s a giant mess and in no way &#8216;easy&#8217; to modify and customize&#8230;or read for that matter.&amp;nbsp; Whomever decided that SASS &amp;amp; Compass was a good way to produce &#8220;easily customizable&#8221; CSS was not thinking about the CSS Savvy designers out there.&amp;nbsp; Wish you could see the code I&#8217;m looking at right b/c this is awful.&amp;nbsp;  ...looks like a massive run&#45;on sentence with 800 character urls for the icons. WTF!?

Why do I need two completely different tools to create a third?&amp;nbsp; Knowing CSS by itself is way more useful than compiling SASS with Compass. This is ridiculous.&amp;nbsp; 

Sheesh&#8230;

p.s. wish i could copy &amp;amp; paste and example url, but it would really mess up this blog. wow</description>
      <content:encoded><![CDATA[<p>Anybody actually look at the Theme CSS for this project (in the Sencha/resources/css folder)?&nbsp; It&#8217;s a giant mess and in no way &#8216;easy&#8217; to modify and customize&#8230;or read for that matter.&nbsp; Whomever decided that SASS &amp; Compass was a good way to produce &#8220;easily customizable&#8221; CSS was not thinking about the CSS Savvy designers out there.&nbsp; Wish you could see the code I&#8217;m looking at right b/c this is awful.&nbsp;  ...looks like a massive run-on sentence with 800 character urls for the icons. WTF!?</p>

<p>Why do I need two completely different tools to create a third?&nbsp; Knowing CSS by itself is way more useful than compiling SASS with Compass. This is ridiculous.&nbsp; </p>

<p>Sheesh&#8230;</p>

<p>p.s. wish i could copy &amp; paste and example url, but it would really mess up this blog. wow</p>]]></content:encoded>
      <pubDate>Mon, 01 Aug 2011 20:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24719#date:20:05</guid>
    </item>
  
		<item>
      <title>Comment by Handy Wang</title>
      <description>Hi David Kaneda?

In my development environment of Mac OS 10.6.7, I must install chunky_png&#45;1.1.0 with command &#8220;sudo gem install chunky_png &#45;v 1.1.0&#8221; before install compass with command &#8220;sudo gem install compass&#8212;pre&#8221;.

So, I just want some body else can get the answer of same problem from here.</description>
      <content:encoded><![CDATA[<p>Hi David Kaneda?</p>

<p>In my development environment of Mac OS 10.6.7, I must install chunky_png-1.1.0 with command &#8220;sudo gem install chunky_png -v 1.1.0&#8221; before install compass with command &#8220;sudo gem install compass&#8212;pre&#8221;.</p>

<p>So, I just want some body else can get the answer of same problem from here.</p>]]></content:encoded>
      <pubDate>Sat, 30 Jul 2011 18:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24665#date:18:39</guid>
    </item>
  
		<item>
      <title>Comment by Handy Wang</title>
      <description>Hi David Kaneda,

Thanks for your great article about Compass+SASS for generating CSS?
However, I must say that there is a wrong code snapshot &#8220;@include pictos&#45;iconmask(‘xxxxx’);&#8221; with command &#8220;compass compile&#8221; for compiling?

After I trying, the corrent code should be &#8220;@include pictos&#45;iconmask(xxxxx);&#8221;?In my application code is &#8220;@include pictos&#45;iconmask(settings6);&#8221;

So, if you agree with me, pls correct it.

Thanks a lot!</description>
      <content:encoded><![CDATA[<p>Hi David Kaneda,</p>

<p>Thanks for your great article about Compass+SASS for generating CSS?<br />
However, I must say that there is a wrong code snapshot &#8220;@include pictos-iconmask(‘xxxxx’);&#8221; with command &#8220;compass compile&#8221; for compiling?</p>

<p>After I trying, the corrent code should be &#8220;@include pictos-iconmask(xxxxx);&#8221;?In my application code is &#8220;@include pictos-iconmask(settings6);&#8221;</p>

<p>So, if you agree with me, pls correct it.</p>

<p>Thanks a lot!</p>

]]></content:encoded>
      <pubDate>Sat, 30 Jul 2011 18:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:24664#date:18:33</guid>
    </item>
  
		<item>
      <title>Comment by Alex Graham</title>
      <description>Am struggling to create the application.css file.&amp;nbsp; Have never used Ruby before but have installed it using the one click installer. I believe I do not have to install compass as its already installed with the Ruby install? Have multiple statements when compiling the scss file such as WARNING The linear&#45;gradient mixin is deprecated. The resulting css file is full of non CSS code&#8230; Can someone advise where I may be going wrong?&amp;nbsp; Thanks</description>
      <content:encoded><![CDATA[<p>Am struggling to create the application.css file.&nbsp; Have never used Ruby before but have installed it using the one click installer. I believe I do not have to install compass as its already installed with the Ruby install? Have multiple statements when compiling the scss file such as WARNING The linear-gradient mixin is deprecated. The resulting css file is full of non CSS code&#8230; Can someone advise where I may be going wrong?&nbsp; Thanks</p>]]></content:encoded>
      <pubDate>Fri, 29 Apr 2011 22:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:20331#date:22:59</guid>
    </item>
  
		<item>
      <title>Comment by Nimish</title>
      <description>I got the issue sorted out .. On Ubuntu 10.10 the version of Compass and SASS are lower end either you have to wait for the next release to have them or do it manually. Since I was short on time I tried it out on my Mac Mini . It installed both the requirements with the latest version I had to follow this too http://www.sencha.com/forum/showthread.php?128059&#45;SASS&#45;Errors&#45;in&#45;Version&#45;1.1 to get it working but after that it was working fine  ! 
I will also try to figure out on Linux by manually installing the SASS and Compass&#8217;s latest versions. Will update once I am done</description>
      <content:encoded><![CDATA[<p>I got the issue sorted out .. On Ubuntu 10.10 the version of Compass and SASS are lower end either you have to wait for the next release to have them or do it manually. Since I was short on time I tried it out on my Mac Mini . It installed both the requirements with the latest version I had to follow this too <a href="http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1">http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1</a> to get it working but after that it was working fine <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> ! <br />
I will also try to figure out on Linux by manually installing the SASS and Compass&#8217;s latest versions. Will update once I am done</p>]]></content:encoded>
      <pubDate>Fri, 22 Apr 2011 04:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19902#date:04:43</guid>
    </item>
  
		<item>
      <title>Comment by Chris Scott</title>
      <description>@Dave I think the Ext theme has grown too complex to manage with traditional css.&amp;nbsp; You could always out&#45;source the design of a custom theme to a 3rd&#45;party who could provide you with the css output generated from a custom&#45;designed compass theme.</description>
      <content:encoded><![CDATA[<p>@Dave I think the Ext theme has grown too complex to manage with traditional css.&nbsp; You could always out-source the design of a custom theme to a 3rd-party who could provide you with the css output generated from a custom-designed compass theme.</p>]]></content:encoded>
      <pubDate>Thu, 21 Apr 2011 17:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19888#date:17:33</guid>
    </item>
  
		<item>
      <title>Comment by Dave</title>
      <description>Why add Ruby and compass to the mix? To reach a larger audience of end users, it seems to me that it would be best to get away from  these things.</description>
      <content:encoded><![CDATA[<p>Why add Ruby and compass to the mix? To reach a larger audience of end users, it seems to me that it would be best to get away from  these things.</p>]]></content:encoded>
      <pubDate>Thu, 21 Apr 2011 13:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19883#date:13:47</guid>
    </item>
  
		<item>
      <title>Comment by NImish</title>
      <description>I am facing the same problem as shubakk
Can someone help me out ?</description>
      <content:encoded><![CDATA[<p>I am facing the same problem as shubakk<br />
Can someone help me out ?</p>]]></content:encoded>
      <pubDate>Mon, 18 Apr 2011 11:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19729#date:11:15</guid>
    </item>
  
		<item>
      <title>Comment by Roger Wyatt</title>
      <description>@Lee Probert / @Ron
I had the same problem and found some documentation that Sencha is using a different version of Chunky_png gem
Here&#8217;s what I did:
gem install chunky_png &#45;v 0.12.0
gem install compass&#8212;pre

Then I could compile the CSS and everything is great.

@Kennwhy: Yes, this works on windows. You need to have Ruby installed, but once it&#8217;s installed, it works like a champ.</description>
      <content:encoded><![CDATA[<p>@Lee Probert / @Ron<br />
I had the same problem and found some documentation that Sencha is using a different version of Chunky_png gem<br />
Here&#8217;s what I did:<br />
gem install chunky_png -v 0.12.0<br />
gem install compass&#8212;pre</p>

<p>Then I could compile the CSS and everything is great.</p>

<p>@Kennwhy: Yes, this works on windows. You need to have Ruby installed, but once it&#8217;s installed, it works like a champ.</p>]]></content:encoded>
      <pubDate>Thu, 14 Apr 2011 00:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19594#date:00:40</guid>
    </item>
  
		<item>
      <title>Comment by Kennwhy</title>
      <description>Hi
i&#8217;m newbie and i would like to Know if this works on windows??? and the installation process
thanks</description>
      <content:encoded><![CDATA[<p>Hi<br />
i&#8217;m newbie and i would like to Know if this works on windows??? and the installation process<br />
thanks</p>]]></content:encoded>
      <pubDate>Tue, 12 Apr 2011 23:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19547#date:23:56</guid>
    </item>
  
		<item>
      <title>Comment by Lee Probert</title>
      <description>Ron. There&#8217;s another thread that answers this question here : http://www.sencha.com/forum/showthread.php?128059&#45;SASS&#45;Errors&#45;in&#45;Version&#45;1.1&amp;amp;p=586976#post586976

$ gem install chunky_png &#45;v 1.1.0
$ gem install compass&#8212;pre</description>
      <content:encoded><![CDATA[<p>Ron. There&#8217;s another thread that answers this question here : <a href="http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1&amp;p=586976#post586976">http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1&amp;p=586976#post586976</a></p>

<p>$ gem install chunky_png -v 1.1.0<br />
$ gem install compass&#8212;pre</p>]]></content:encoded>
      <pubDate>Fri, 08 Apr 2011 09:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19380#date:09:29</guid>
    </item>
  
		<item>
      <title>Comment by Ron</title>
      <description>Solution to the inline_image_string problem

http://www.sencha.com/forum/showthread.php?127994&#45;Attn&#45;David&#45;Kanada&#45;Version&#45;1.1.0&#45;Cant&#45;compile&#45;custom&#45;application.scss&amp;amp;p=584296&amp;amp;viewfull=1#post584296</description>
      <content:encoded><![CDATA[<p>Solution to the inline_image_string problem</p>

<p><a href="http://www.sencha.com/forum/showthread.php?127994-Attn-David-Kanada-Version-1.1.0-Cant-compile-custom-application.scss&amp;p=584296&amp;viewfull=1#post584296">http://www.sencha.com/forum/showthread.php?127994-Attn-David-Kanada-Version-1.1.0-Cant-compile-custom-application.scss&amp;p=584296&amp;viewfull=1#post584296</a></p>]]></content:encoded>
      <pubDate>Thu, 07 Apr 2011 19:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19343#date:19:36</guid>
    </item>
  
		<item>
      <title>Comment by Ron</title>
      <description>I&#8217;m having the same problem as Lee Probert.</description>
      <content:encoded><![CDATA[<p>I&#8217;m having the same problem as Lee Probert.</p>]]></content:encoded>
      <pubDate>Thu, 07 Apr 2011 19:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:19342#date:19:32</guid>
    </item>
  
		<item>
      <title>Comment by Lee Probert</title>
      <description>More information here : http://www.sencha.com/forum/showthread.php?128059&#45;SASS&#45;Errors&#45;in&#45;Version&#45;1.1

Think I&#8217;l revert to 1.0.1 and see if I can get it to work.</description>
      <content:encoded><![CDATA[<p>More information here : <a href="http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1">http://www.sencha.com/forum/showthread.php?128059-SASS-Errors-in-Version-1.1</a></p>

<p>Think I&#8217;l revert to 1.0.1 and see if I can get it to work.</p>]]></content:encoded>
      <pubDate>Wed, 30 Mar 2011 10:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:18957#date:10:31</guid>
    </item>
  
		<item>
      <title>Comment by Lee Probert</title>
      <description>The theme_images.rb file has a line which is ...

images_path = File.join(File.dirname(__FILE__), &#8220;..&#8221;, &#8220;images&#8221;, theme.value)

The images folder has a subfolder called &#8216;default&#8217; ... could this be the problem?</description>
      <content:encoded><![CDATA[<p>The theme_images.rb file has a line which is ...</p>

<p>images_path = File.join(File.dirname(__FILE__), &#8220;..&#8221;, &#8220;images&#8221;, theme.value)</p>

<p>The images folder has a subfolder called &#8216;default&#8217; ... could this be the problem?</p>]]></content:encoded>
      <pubDate>Wed, 30 Mar 2011 10:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:18956#date:10:20</guid>
    </item>
  
		<item>
      <title>Comment by Lee Probert</title>
      <description>I have Ruby installed and have installed the Compass gem.
When I compile my scss file I get the following error :

undefined method `inline_image_string&#8217; for #&amp;lt;Sass::Script::Functions::EvaluationContext:0x101781110

Am wondering if I need to update Ruby or if the Sencha touch 1.1.0 files are not quite right.</description>
      <content:encoded><![CDATA[<p>I have Ruby installed and have installed the Compass gem.<br />
When I compile my scss file I get the following error :</p>

<p>undefined method `inline_image_string&#8217; for #&lt;Sass::Script::Functions::EvaluationContext:0x101781110</p>

<p>Am wondering if I need to update Ruby or if the Sencha touch 1.1.0 files are not quite right.</p>]]></content:encoded>
      <pubDate>Wed, 30 Mar 2011 10:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:18955#date:10:15</guid>
    </item>
  
		<item>
      <title>Comment by shubakk</title>
      <description>This introduction seems broken, at least for me (on Ubuntu)
compass compile get me nothing but a compile folder containing some sort of initialization file &#40;ie.css, ...&#41;
compass&#8212;watch give me an error (sencha&#45;touch/resources/sass/config.rb: no such file to load&#8212;sencha&#45;touch/resources/sass/../themes) as if it doesn&#8217;t see the compass_init.rb in the themes directory.

And if i change the following line in the config file :

load File.join(dir, &#8216;..&#8217;, &#8216;themes&#8217;,&#8216;compass_init.rb&#8217;)

i get another error :

 LoadError on line 31 of /usr/lib/ruby/1.8/rubygems/custom_require.rb: no such file to load&#8212;fssm/ext

My gems are up to date : compass (0.10.6), haml (3.0.25)

i don&#8217;t understand what&#8217;s going on and what to do. does somebody have any idea how to fix this?</description>
      <content:encoded><![CDATA[<p>This introduction seems broken, at least for me (on Ubuntu)<br />
compass compile get me nothing but a compile folder containing some sort of initialization file &#40;ie.css, ...&#41;<br />
compass&#8212;watch give me an error (sencha-touch/resources/sass/config.rb: no such file to load&#8212;sencha-touch/resources/sass/../themes) as if it doesn&#8217;t see the compass_init.rb in the themes directory.</p>

<p>And if i change the following line in the config file :</p>

<p>load File.join(dir, &#8216;..&#8217;, &#8216;themes&#8217;,&#8216;compass_init.rb&#8217;)</p>

<p>i get another error :</p>

<p> LoadError on line 31 of /usr/lib/ruby/1.8/rubygems/custom_require.rb: no such file to load&#8212;fssm/ext</p>

<p>My gems are up to date : compass (0.10.6), haml (3.0.25)</p>

<p>i don&#8217;t understand what&#8217;s going on and what to do. does somebody have any idea how to fix this?</p>

]]></content:encoded>
      <pubDate>Tue, 15 Mar 2011 15:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:18396#date:15:50</guid>
    </item>
  
		<item>
      <title>Comment by Imanol</title>
      <description>Do somebody mind to put in github or somewhere the source for this demos, i&#8217;m trying to do the theming, and understand de sass and compass, but i have problems with the config.rb I think.

here is my error message: 
Errno::ENOENT on line 116 of /Library/Ruby/Gems/1.8/gems/compass&#45;0.10.6/lib/compass/compiler.rb: No such file or directory &#45; /Users/tototo/Sites/sencha/pt/resources/sass/scss
Run with&#8212;trace to see the full backtrace</description>
      <content:encoded><![CDATA[<p>Do somebody mind to put in github or somewhere the source for this demos, i&#8217;m trying to do the theming, and understand de sass and compass, but i have problems with the config.rb I think.</p>

<p>here is my error message: <br />
Errno::ENOENT on line 116 of /Library/Ruby/Gems/1.8/gems/compass-0.10.6/lib/compass/compiler.rb: No such file or directory - /Users/tototo/Sites/sencha/pt/resources/sass/scss<br />
Run with&#8212;trace to see the full backtrace</p>

]]></content:encoded>
      <pubDate>Sun, 13 Mar 2011 16:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:18299#date:16:21</guid>
    </item>
  
		<item>
      <title>Comment by Claudio Palladini</title>
      <description>Veeeeeeeeeeeeeeeeeeeeeeeeery very very nice&#8230;.</description>
      <content:encoded><![CDATA[<p>Veeeeeeeeeeeeeeeeeeeeeeeeery very very nice&#8230;.</p>]]></content:encoded>
      <pubDate>Thu, 03 Mar 2011 11:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17899#date:11:01</guid>
    </item>
  
		<item>
      <title>Comment by Josh Nursing</title>
      <description>Ruby is exactly the scripting tool for the job here, and for those who are saying they don&#8217;t want to learn Ruby, well, you don&#8217;t have to as mentioned in the text. It&#8217;s just a configuration file for setting up your own environment.</description>
      <content:encoded><![CDATA[<p>Ruby is exactly the scripting tool for the job here, and for those who are saying they don&#8217;t want to learn Ruby, well, you don&#8217;t have to as mentioned in the text. It&#8217;s just a configuration file for setting up your own environment.</p>]]></content:encoded>
      <pubDate>Mon, 21 Feb 2011 08:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17579#date:08:42</guid>
    </item>
  
		<item>
      <title>Comment by Chris</title>
      <description>For Ruby noobs out there, using Windows, you might want to have a look at Pik:&amp;nbsp; 
https://github.com/vertiginous/pik

For those on Mac / Linux, use RVM (Ruby Version Manager).
http://rvm.beginrescueend.com/</description>
      <content:encoded><![CDATA[<p>For Ruby noobs out there, using Windows, you might want to have a look at Pik:&nbsp; <br />
<a href="https://github.com/vertiginous/pik">https://github.com/vertiginous/pik</a></p>

<p>For those on Mac / Linux, use RVM (Ruby Version Manager).<br />
<a href="http://rvm.beginrescueend.com/">http://rvm.beginrescueend.com/</a></p>

]]></content:encoded>
      <pubDate>Sun, 20 Feb 2011 22:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17571#date:22:53</guid>
    </item>
  
		<item>
      <title>Comment by David Kaneda</title>
      <description>@Jeremy: First off, your SASS&#45;joke has made my day. Second, I&#8217;m somewhat in the same boat — this has been my first (very limited) glimpse of Ruby, but for it&#8217;s use here, it&#8217;s been crazy easy to get up and running.

@Rob: This is definitely on the way.</description>
      <content:encoded><![CDATA[<p>@Jeremy: First off, your SASS-joke has made my day. Second, I&#8217;m somewhat in the same boat — this has been my first (very limited) glimpse of Ruby, but for it&#8217;s use here, it&#8217;s been crazy easy to get up and running.</p>

<p>@Rob: This is definitely on the way.</p>]]></content:encoded>
      <pubDate>Sun, 20 Feb 2011 22:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17570#date:22:09</guid>
    </item>
  
		<item>
      <title>Comment by Jeremy Voros</title>
      <description>Not a javascript or Ruby developer here, but this design framework has been a snap to learn. With this set up I can easily and powerfully change the feel of my app.&amp;nbsp; $me&#45;color: #impressed;

Thank you.</description>
      <content:encoded><![CDATA[<p>Not a javascript or Ruby developer here, but this design framework has been a snap to learn. With this set up I can easily and powerfully change the feel of my app.&nbsp; $me-color: #impressed;</p>

<p>Thank you.</p>]]></content:encoded>
      <pubDate>Sat, 19 Feb 2011 19:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17540#date:19:39</guid>
    </item>
  
		<item>
      <title>Comment by chris scott</title>
      <description>@JavaDeveloper why not try out jRuby?</description>
      <content:encoded><![CDATA[<p>@JavaDeveloper why not try out jRuby?</p>]]></content:encoded>
      <pubDate>Wed, 16 Feb 2011 19:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:17391#date:19:31</guid>
    </item>
  
		<item>
      <title>Comment by Rob Jones</title>
      <description>Can you provide a link to the project files? I am having a hard time creating the layout with the toolbar at the top and the bottomtabs at the bottom (I am more of a designer than a Ext coder)...</description>
      <content:encoded><![CDATA[<p>Can you provide a link to the project files? I am having a hard time creating the layout with the toolbar at the top and the bottomtabs at the bottom (I am more of a designer than a Ext coder)...</p>]]></content:encoded>
      <pubDate>Wed, 12 Jan 2011 21:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16792#date:21:38</guid>
    </item>
  
		<item>
      <title>Comment by Rob Jones</title>
      <description>Great article, very useful for the project I am working on! 

Quick question: 
You show a few theme properties, but Is there a more comprehensive list of the properties used for theming? I am sure there are a lot, but I bet there&#8217;s a subset that would suffice for most themes&#8230;.</description>
      <content:encoded><![CDATA[<p>Great article, very useful for the project I am working on! </p>

<p>Quick question: <br />
You show a few theme properties, but Is there a more comprehensive list of the properties used for theming? I am sure there are a lot, but I bet there&#8217;s a subset that would suffice for most themes&#8230;.</p>]]></content:encoded>
      <pubDate>Wed, 05 Jan 2011 17:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16791#date:17:27</guid>
    </item>
  
		<item>
      <title>Comment by JavaDeveloper</title>
      <description>Oh no! Ruby! I don&#8217;t want to install Ruby and learn it for just this. Sencha guys, can you please come up with something that is Ruby independant?</description>
      <content:encoded><![CDATA[<p>Oh no! Ruby! I don&#8217;t want to install Ruby and learn it for just this. Sencha guys, can you please come up with something that is Ruby independant?</p>]]></content:encoded>
      <pubDate>Mon, 03 Jan 2011 03:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16790#date:03:38</guid>
    </item>
  
		<item>
      <title>Comment by dmassiani</title>
      <description>mmm, yeah i have found the problem, i have just included this line :
@include sencha&#45;msgbox;

and my question: where exactly i can read all possible include and variable ?

i love sencha touch and sass.</description>
      <content:encoded><![CDATA[<p>mmm, yeah i have found the problem, i have just included this line :<br />
@include sencha-msgbox;</p>

<p>and my question: where exactly i can read all possible include and variable ?</p>

<p>i love sencha touch and sass.</p>]]></content:encoded>
      <pubDate>Wed, 29 Dec 2010 09:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16789#date:09:56</guid>
    </item>
  
		<item>
      <title>Comment by dmassiani</title>
      <description>I have try this customization and finally that&#8217;s rocks but i have a problem, the message box have bad weight, i can&#8217;t touch &#8220;ok&#8221; button ...
what i doesn&#8217;t ?
(sorry for my bad english)</description>
      <content:encoded><![CDATA[<p>I have try this customization and finally that&#8217;s rocks but i have a problem, the message box have bad weight, i can&#8217;t touch &#8220;ok&#8221; button ...<br />
what i doesn&#8217;t ?<br />
(sorry for my bad english)</p>]]></content:encoded>
      <pubDate>Wed, 29 Dec 2010 09:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16788#date:09:30</guid>
    </item>
  
		<item>
      <title>Comment by Shea Frederick (VinylFox)</title>
      <description>@Aaron &#45; you need to adjust the path in config.rb. The line that starts &#8216;load File.join&#8230;.&#8217;, for instance, I use:

load File.join(sass_path, &#8216;..&#8217;, &#8216;themes&#8217;)</description>
      <content:encoded><![CDATA[<p>@Aaron - you need to adjust the path in config.rb. The line that starts &#8216;load File.join&#8230;.&#8217;, for instance, I use:</p>

<p>load File.join(sass_path, &#8216;..&#8217;, &#8216;themes&#8217;)</p>]]></content:encoded>
      <pubDate>Mon, 27 Dec 2010 21:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16787#date:21:33</guid>
    </item>
  
		<item>
      <title>Comment by Guy</title>
      <description>Wow
This needs way more cover than a short blog&#8230;</description>
      <content:encoded><![CDATA[<p>Wow<br />
This needs way more cover than a short blog&#8230;</p>]]></content:encoded>
      <pubDate>Mon, 27 Dec 2010 21:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16786#date:21:18</guid>
    </item>
  
		<item>
      <title>Comment by elmasse</title>
      <description>David, tremendous post! Nice work! Just to head up. Picto include is wrong defined:

 @include pictos&#45;iconmask(‘wifi’); 

You should put the name of the image without the quotes!

@include pictos&#45;iconmask(wifi);</description>
      <content:encoded><![CDATA[<p>David, tremendous post! Nice work! Just to head up. Picto include is wrong defined:</p>

<p> @include pictos-iconmask(‘wifi’); </p>

<p>You should put the name of the image without the quotes!</p>

<p>@include pictos-iconmask(wifi);</p>]]></content:encoded>
      <pubDate>Fri, 24 Dec 2010 01:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16785#date:01:50</guid>
    </item>
  
		<item>
      <title>Comment by Thomas</title>
      <description>I have done something like this and it works in ubuntu 

sudo gem uninstall chriseppstein&#45;compass 
sudo gem install compass


and 
compass compile sass</description>
      <content:encoded><![CDATA[<p>I have done something like this and it works in ubuntu <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>

<p>sudo gem uninstall chriseppstein-compass <br />
sudo gem install compass</p>

<p><br />
and <br />
compass compile sass</p>]]></content:encoded>
      <pubDate>Thu, 23 Dec 2010 09:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16784#date:09:52</guid>
    </item>
  
		<item>
      <title>Comment by Thomas</title>
      <description>I&#8217;m using ubuntu version to run sass, what command should we use in Terminal
i have used compass compile but it just generated another folder . 

So i tried compass &#45;compile  but it returned some error</description>
      <content:encoded><![CDATA[<p>I&#8217;m using ubuntu version to run sass, what command should we use in Terminal<br />
i have used compass compile but it just generated another folder . </p>

<p>So i tried compass -compile  but it returned some error</p>]]></content:encoded>
      <pubDate>Thu, 23 Dec 2010 05:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16783#date:05:38</guid>
    </item>
  
		<item>
      <title>Comment by Roy</title>
      <description>Hey everyone&#8212;what&#8217;s wrong with a Ruby dependency? What ever happened to using the best tool for the job? 

Ruby&#8217;s text processing and DSL abilities make it an excellent tool for this job.</description>
      <content:encoded><![CDATA[<p>Hey everyone&#8212;what&#8217;s wrong with a Ruby dependency? What ever happened to using the best tool for the job? </p>

<p>Ruby&#8217;s text processing and DSL abilities make it an excellent tool for this job.</p>]]></content:encoded>
      <pubDate>Mon, 20 Dec 2010 17:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16782#date:17:49</guid>
    </item>
  
		<item>
      <title>Comment by Aaron</title>
      <description>Am I the only one having a fail moment here? I can&#8217;t get this configured properly. When I compile, it throws me this:


WARNING: Neither sencha&#45;touch/default/all.sass nor .scss found. Using sencha&#45;touch/default/all.css instead.

This behavior is deprecated and will be removed in a future version.
If you really need sencha&#45;touch/default/all.css, import it explicitly.</description>
      <content:encoded><![CDATA[<p>Am I the only one having a fail moment here? I can&#8217;t get this configured properly. When I compile, it throws me this:</p>

<p><code><br />
WARNING: Neither sencha-touch/default/all.sass nor .scss found. Using sencha-touch/default/all.css instead.</p>

<p>This behavior is deprecated and will be removed in a future version.<br />
If you really need sencha-touch/default/all.css, import it explicitly.<br />
</code></p>]]></content:encoded>
      <pubDate>Mon, 20 Dec 2010 06:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16781#date:06:38</guid>
    </item>
  
		<item>
      <title>Comment by Hunter</title>
      <description>This is a great tutorial / idea.&amp;nbsp; I love the simplicity and it means the future is very bright.

It does not however currently reflect the Sencha download packages though.&amp;nbsp; It would be great to have that be &#8220;plug&#45;and&#45;play&#8221; with a working sass setup.&amp;nbsp; Running a sass&#8212;watch on the current /resources/sencha&#45;touch.scss (what I am assuming is your &#8220;application.scss&#8221;) results in an error, even when the config.rb is updated to your example.

Please let me know when this is fixed, as I would love to be able to try this out.</description>
      <content:encoded><![CDATA[<p>This is a great tutorial / idea.&nbsp; I love the simplicity and it means the future is very bright.</p>

<p>It does not however currently reflect the Sencha download packages though.&nbsp; It would be great to have that be &#8220;plug-and-play&#8221; with a working sass setup.&nbsp; Running a sass&#8212;watch on the current /resources/sencha-touch.scss (what I am assuming is your &#8220;application.scss&#8221;) results in an error, even when the config.rb is updated to your example.</p>

<p>Please let me know when this is fixed, as I would love to be able to try this out.</p>]]></content:encoded>
      <pubDate>Sun, 19 Dec 2010 23:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16780#date:23:48</guid>
    </item>
  
		<item>
      <title>Comment by Anthony Matejcich</title>
      <description>yeah the ruby focus is an issue for me but i guess its a willingness to learn! Awsome move though.</description>
      <content:encoded><![CDATA[<p>yeah the ruby focus is an issue for me but i guess its a willingness to learn! Awsome move though.</p>]]></content:encoded>
      <pubDate>Sun, 19 Dec 2010 22:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16779#date:22:08</guid>
    </item>
  
		<item>
      <title>Comment by Andreas</title>
      <description>I don&#8217;t like the ruby dependancy but the results are awesome.</description>
      <content:encoded><![CDATA[<p>I don&#8217;t like the ruby dependancy but the results are awesome.</p>]]></content:encoded>
      <pubDate>Sat, 18 Dec 2010 10:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16778#date:10:13</guid>
    </item>
  
		<item>
      <title>Comment by AwesomeBob</title>
      <description>I think I might just work on a PECL extension for SASS so the PHP community can really make use of these new technological innovations.</description>
      <content:encoded><![CDATA[<p>I think I might just work on a PECL extension for SASS so the PHP community can really make use of these new technological innovations.</p>]]></content:encoded>
      <pubDate>Fri, 17 Dec 2010 22:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16777#date:22:15</guid>
    </item>
  
		<item>
      <title>Comment by Jonathan</title>
      <description>Can&#8217;t wait &#8216;till we get this theming with Ext JS 4.0!</description>
      <content:encoded><![CDATA[<p>Can&#8217;t wait &#8216;till we get this theming with Ext JS 4.0! <img src="/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Fri, 17 Dec 2010 20:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16776#date:20:23</guid>
    </item>
  
		<item>
      <title>Comment by Shea Frederick</title>
      <description>Good stuff &#45; glad to see the themeing process being demystified. Ill have to post a follow up to my own blog post on Theming Sencha Touch after experimenting with the techniques outlined here. Thanks for the post Dave.</description>
      <content:encoded><![CDATA[<p>Good stuff - glad to see the themeing process being demystified. Ill have to post a follow up to my own blog post on <a href="http://www.vinylfox.com/custom-styling-a-sencha-touch-app/">Theming Sencha Touch</a> after experimenting with the techniques outlined here. Thanks for the post Dave.</p>]]></content:encoded>
      <pubDate>Fri, 17 Dec 2010 20:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16775#date:20:00</guid>
    </item>
  
		<item>
      <title>Comment by Nirav Mehta</title>
      <description>I&#8217;ve been keeping away from SASS as I thought it was too complicated &#45; at least their site made me go away. This introduction rekindled that interest. It&#8217;s amazing what can be done with this, and I am going to try it out soon.

Did not like the Ruby dependency though..</description>
      <content:encoded><![CDATA[<p>I&#8217;ve been keeping away from SASS as I thought it was too complicated - at least their site made me go away. This introduction rekindled that interest. It&#8217;s amazing what can be done with this, and I am going to try it out soon.</p>

<p>Did not like the Ruby dependency though.. <img src="/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Fri, 17 Dec 2010 19:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16774#date:19:40</guid>
    </item>
  
		<item>
      <title>Comment by Awesome Bob</title>
      <description>Boo at Ruby. Loved the rest.</description>
      <content:encoded><![CDATA[<p>Boo at Ruby. Loved the rest.</p>]]></content:encoded>
      <pubDate>Fri, 17 Dec 2010 19:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//an-introduction-to-theming-sencha-touch#id:16773#date:19:27</guid>
    </item>
  
		
	</channel>
</rss>