<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Trisha Salas</title>
	<atom:link href="http://www.trishasalas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trishasalas.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 May 2013 23:37:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on System Center Central by Buddy Lindsey</title>
		<link>http://www.trishasalas.com/system-center-central/#comment-200</link>
		<dc:creator>Buddy Lindsey</dc:creator>
		<pubDate>Mon, 06 May 2013 23:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.trishasalas.com/?p=669#comment-200</guid>
		<description><![CDATA[You learned a lot and rose the challenge of the project. Most people would have given up on it because of the complexity it turned out to be, but you stayed fast and did amazing work. Glad I could help you along with the epic undertaking it ended up being.]]></description>
		<content:encoded><![CDATA[<p>You learned a lot and rose the challenge of the project. Most people would have given up on it because of the complexity it turned out to be, but you stayed fast and did amazing work. Glad I could help you along with the epic undertaking it ended up being.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Use MySql Command Line with MAMP by MAMP, Virtual Hosts and WordPress</title>
		<link>http://www.trishasalas.com/how-to-use-mysql-command-line-with-mamp/#comment-182</link>
		<dc:creator>MAMP, Virtual Hosts and WordPress</dc:creator>
		<pubDate>Wed, 27 Feb 2013 23:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://trishasalas.com/?p=605#comment-182</guid>
		<description><![CDATA[[...] How to Use MySql Command Line with MAMP [...]]]></description>
		<content:encoded><![CDATA[<p>[...] How to Use MySql Command Line with MAMP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Caption For A Featured Image by Display a Caption for a Featured Image &#8211; Follow Up</title>
		<link>http://www.trishasalas.com/display-the-caption-for-a-featured-image/#comment-78</link>
		<dc:creator>Display a Caption for a Featured Image &#8211; Follow Up</dc:creator>
		<pubDate>Sat, 15 Dec 2012 21:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://trishasalas.com/?p=240#comment-78</guid>
		<description><![CDATA[[...] in July I wrote the post Display the Caption For A Featured Image. I did it more as a way to store that snippet of code so it had absolutely no explanation with it. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] in July I wrote the post Display the Caption For A Featured Image. I did it more as a way to store that snippet of code so it had absolutely no explanation with it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Thoughts on Reverie Framework by ThemeFortress by Trisha Salas</title>
		<link>http://www.trishasalas.com/my-thoughts-on-reverie-framework-by-themefortress/#comment-12</link>
		<dc:creator>Trisha Salas</dc:creator>
		<pubDate>Mon, 23 Apr 2012 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://trishasalas.com/?p=74#comment-12</guid>
		<description><![CDATA[Zhen,

Thank you so much for your response to this, apologies as well for my lateness in getting back to you.  My business partner and I just opened the doors on our new design studio and I have been bogged down with a huge project.

I really do love your theme, it is very easy to implement and apply your own styles to.  I am still not completely sold on responsive design, although I understand the reasoning I just think it is hard to apply it across the board...I am honestly still wrestling with the idea.

The biggest think about the css in the Reverie Theme for me was the declaration of px in the body tag without declaring rem as well:

&lt;code&gt;body { background: #fff; font-family: &quot;Helvetica Neue&quot;, &quot;HelveticaNeue&quot;, Helvetica, Arial, &quot;Lucida Grande&quot;, sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; &lt;/code&gt;

Jonathan uses code that is more consistent in his demo:

&lt;code&gt;html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */&lt;/code&gt;

To be fair, every theme that I have seen that uses this technique does the same thing with 13px body font declaration. I should do some further research to understand the thinking behind this but just haven&#039;t had time.  I do know in the area of web fonts and typography there are a lot of different opinions about the best way to do things and that no one way is &#039;right&#039;.

I will continue to use and promote your theme.  Good work!

Trisha Salas]]></description>
		<content:encoded><![CDATA[<p>Zhen,</p>
<p>Thank you so much for your response to this, apologies as well for my lateness in getting back to you.  My business partner and I just opened the doors on our new design studio and I have been bogged down with a huge project.</p>
<p>I really do love your theme, it is very easy to implement and apply your own styles to.  I am still not completely sold on responsive design, although I understand the reasoning I just think it is hard to apply it across the board&#8230;I am honestly still wrestling with the idea.</p>
<p>The biggest think about the css in the Reverie Theme for me was the declaration of px in the body tag without declaring rem as well:</p>
<p><code>body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; </code></p>
<p>Jonathan uses code that is more consistent in his demo:</p>
<p><code>html { font-size: 62.5%; }<br />
body { font-size: 14px; font-size: 1.4rem; } /* =14px */<br />
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */</code></p>
<p>To be fair, every theme that I have seen that uses this technique does the same thing with 13px body font declaration. I should do some further research to understand the thinking behind this but just haven&#8217;t had time.  I do know in the area of web fonts and typography there are a lot of different opinions about the best way to do things and that no one way is &#8216;right&#8217;.</p>
<p>I will continue to use and promote your theme.  Good work!</p>
<p>Trisha Salas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Thoughts on Reverie Framework by ThemeFortress by Zhen</title>
		<link>http://www.trishasalas.com/my-thoughts-on-reverie-framework-by-themefortress/#comment-2</link>
		<dc:creator>Zhen</dc:creator>
		<pubDate>Thu, 01 Mar 2012 16:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://trishasalas.com/?p=74#comment-2</guid>
		<description><![CDATA[Hello Trisha, this is Zhen and I am the author of Reverie Framework. Thanks for using the framework and hope it works well with you. To answer the question regarding font size sets in pixel (actually sets in both rem and px). This is a fallback way for old browsers that do not support rem (also mentioned in the same post of Jonathan).]]></description>
		<content:encoded><![CDATA[<p>Hello Trisha, this is Zhen and I am the author of Reverie Framework. Thanks for using the framework and hope it works well with you. To answer the question regarding font size sets in pixel (actually sets in both rem and px). This is a fallback way for old browsers that do not support rem (also mentioned in the same post of Jonathan).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
