<?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 on: Designing a WordPress Blog Theme Using Expression Web</title>
	<atom:link href="http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/</link>
	<description>Tutorials and thoughts on Microsoft Expression, CSS and WordPress</description>
	<lastBuildDate>Mon, 08 Feb 2010 16:49:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-69003</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-69003</guid>
		<description>I&#039;ve been toying with the idea of creating some more imaginative Wordpress themes but never have the time (or inclination) to get stuck into coding.  Thanks for the good ideas in the post and I&#039;ll definitely be having a play on Expression.

Nice design for the theme too by the way...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been toying with the idea of creating some more imaginative Wordpress themes but never have the time (or inclination) to get stuck into coding.  Thanks for the good ideas in the post and I&#8217;ll definitely be having a play on Expression.</p>
<p>Nice design for the theme too by the way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nose reshaping before and after</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-54531</link>
		<dc:creator>Nose reshaping before and after</dc:creator>
		<pubDate>Wed, 23 Sep 2009 23:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-54531</guid>
		<description>is a project, which contain information about recovery operation in Chicago.</description>
		<content:encoded><![CDATA[<p>is a project, which contain information about recovery operation in Chicago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Rand-Hendriksen</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-49141</link>
		<dc:creator>Morten Rand-Hendriksen</dc:creator>
		<pubDate>Sat, 05 Sep 2009 21:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-49141</guid>
		<description>Hi Mark.

It&#039;s easy if you know what you&#039;re looking for. If you copy the code from the working site into Expression Web and look in code view you&#039;ll see that off the top there is a code call that looks like this:

&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.yourWebDomain.com/wp-content/themes/yourTheme/style.css&quot; /&gt;

All you have to do is change it to a relavite link so it reads 

&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;wp-content/themes/yourTheme/style.css&quot; /&gt;

instead. That way Expression Web will access your local version of the style sheet whenever you make edits.

To get a better idea of how to do it, watch the &lt;a href=&quot;http://www.designisphilosophy.com/video-tutorials/using-wordpress-in-alternate-configurations-my-wordcamp-whistler-09-presentation-20090203/&quot; rel=&quot;nofollow&quot;&gt;video from my WordCamp Whistler presentation&lt;/a&gt;. In it you&#039;ll see exactly how I do it.</description>
		<content:encoded><![CDATA[<p>Hi Mark.</p>
<p>It&#8217;s easy if you know what you&#8217;re looking for. If you copy the code from the working site into Expression Web and look in code view you&#8217;ll see that off the top there is a code call that looks like this:</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://www.yourWebDomain.com/wp-content/themes/yourTheme/style.css&#8221; /&gt;</p>
<p>All you have to do is change it to a relavite link so it reads </p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;wp-content/themes/yourTheme/style.css&#8221; /&gt;</p>
<p>instead. That way Expression Web will access your local version of the style sheet whenever you make edits.</p>
<p>To get a better idea of how to do it, watch the <a href="http://www.designisphilosophy.com/video-tutorials/using-wordpress-in-alternate-configurations-my-wordcamp-whistler-09-presentation-20090203/" rel="nofollow">video from my WordCamp Whistler presentation</a>. In it you&#8217;ll see exactly how I do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-48283</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-48283</guid>
		<description>Hi Morten,

I have a question I have really big hopes of using your description. But I got stuck at the point 
&quot;Find the CSS call in the html code and redirect it to the local file you will be altering.&quot;
I am not 100% sure what do you mean.
What I am trying to achieve is not too easy I think, but I hope it is possible.
I am making a website (still learning as you can see)for my wife. The site I have done so far is still under construction too, but I found out that she probably wont be able to use EW on her own so I figured I should use WP.
The first page you can visit: kismamatornablog.freevar.com
And what I am trying to do is put into WP: fittmama.freevar.com

I used your instructions so far, but this &quot;find the CSS...&quot; I am not 100% sure what you mean. please if you still visiting this post, I would be really grateful.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Morten,</p>
<p>I have a question I have really big hopes of using your description. But I got stuck at the point<br />
&#8220;Find the CSS call in the html code and redirect it to the local file you will be altering.&#8221;<br />
I am not 100% sure what do you mean.<br />
What I am trying to achieve is not too easy I think, but I hope it is possible.<br />
I am making a website (still learning as you can see)for my wife. The site I have done so far is still under construction too, but I found out that she probably wont be able to use EW on her own so I figured I should use WP.<br />
The first page you can visit: kismamatornablog.freevar.com<br />
And what I am trying to do is put into WP: fittmama.freevar.com</p>
<p>I used your instructions so far, but this &#8220;find the CSS&#8230;&#8221; I am not 100% sure what you mean. please if you still visiting this post, I would be really grateful.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iodizeque</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-22597</link>
		<dc:creator>iodizeque</dc:creator>
		<pubDate>Fri, 19 Dec 2008 18:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-22597</guid>
		<description>The good resource is informative and actual</description>
		<content:encoded><![CDATA[<p>The good resource is informative and actual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lior Iluz</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-9591</link>
		<dc:creator>Lior Iluz</dc:creator>
		<pubDate>Sun, 11 May 2008 09:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-9591</guid>
		<description>been looking for a verification this could be done, many thanks for sharing with us!</description>
		<content:encoded><![CDATA[<p>been looking for a verification this could be done, many thanks for sharing with us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlanLe.net &#187; links for 2008-03-17</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-7402</link>
		<dc:creator>AlanLe.net &#187; links for 2008-03-17</dc:creator>
		<pubDate>Mon, 17 Mar 2008 08:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-7402</guid>
		<description>[...] Designing a WordPress Blog Theme Using Expression Web &#124; Pink &amp; Yellow Media Blog (tags: wordpress expressionweb tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] Designing a WordPress Blog Theme Using Expression Web | Pink &#38; Yellow Media Blog (tags: wordpress expressionweb tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna Ullrich</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-6745</link>
		<dc:creator>Anna Ullrich</dc:creator>
		<pubDate>Thu, 06 Mar 2008 07:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-6745</guid>
		<description>Hi Morten,

Great post and I love your new blog design, it&#039;s beautiful! I just became aware of your blog several weeks ago through  a Canadian Developer Platform Evangelist that I met. Hey, did you know that in Step 4 you can use File &gt; Open in Expression Web and enter the URL of the page you want? Then if you save a local copy, the urls to dependent files, like images and CSS, point to the files on the server. I find this handy for helping users troubleshoot their web pages, and used it extensively while developing the CSS for my own blog. Expression Web would generate the CSS locally and once I had the results I wanted, I&#039;d copy the local CSS that Expression Web was putting in the page and add it to my CSS overrides for my blog.

I hope you get to see Nishant Kothary and Tyler Simpson&#039;s session at MIX on creating a custom WordPress template? It&#039;s on Thursday and you should talk to them afterward:

Microsoft Expression Web: From Comp, to CSS, to Code!
Thursday, March 6 10:15 AM - 11:30 AM, Delfino 4105
Speaker(s): Nishant Kothary, Tyler Simpson
Audience(s): Creative
Session Type: Breakout
Explore key features of Microsoft Expression Web through real-world scenario-based exercises focused around building a great blog template. The topics cover PHP support, Photoshop comp import workflow, CSS features, and more.

Anna</description>
		<content:encoded><![CDATA[<p>Hi Morten,</p>
<p>Great post and I love your new blog design, it&#8217;s beautiful! I just became aware of your blog several weeks ago through  a Canadian Developer Platform Evangelist that I met. Hey, did you know that in Step 4 you can use File &gt; Open in Expression Web and enter the URL of the page you want? Then if you save a local copy, the urls to dependent files, like images and CSS, point to the files on the server. I find this handy for helping users troubleshoot their web pages, and used it extensively while developing the CSS for my own blog. Expression Web would generate the CSS locally and once I had the results I wanted, I&#8217;d copy the local CSS that Expression Web was putting in the page and add it to my CSS overrides for my blog.</p>
<p>I hope you get to see Nishant Kothary and Tyler Simpson&#8217;s session at MIX on creating a custom WordPress template? It&#8217;s on Thursday and you should talk to them afterward:</p>
<p>Microsoft Expression Web: From Comp, to CSS, to Code!<br />
Thursday, March 6 10:15 AM &#8211; 11:30 AM, Delfino 4105<br />
Speaker(s): Nishant Kothary, Tyler Simpson<br />
Audience(s): Creative<br />
Session Type: Breakout<br />
Explore key features of Microsoft Expression Web through real-world scenario-based exercises focused around building a great blog template. The topics cover PHP support, Photoshop comp import workflow, CSS features, and more.</p>
<p>Anna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna Ullrich</title>
		<link>http://www.designisphilosophy.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/comment-page-1/#comment-6744</link>
		<dc:creator>Anna Ullrich</dc:creator>
		<pubDate>Thu, 06 Mar 2008 07:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pinkandyellow.com/microsoft-expression-web/designing-a-wordpress-blog-theme-using-expression-web-20080303/#comment-6744</guid>
		<description>I just tried to scroll through a message I was typing to send to you but I clicked the Submit comment button instead. Did you get my email? Dang, I wasn&#039;t done editing it! :)

Anna</description>
		<content:encoded><![CDATA[<p>I just tried to scroll through a message I was typing to send to you but I clicked the Submit comment button instead. Did you get my email? Dang, I wasn&#8217;t done editing it! <img src='http://www.designisphilosophy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anna</p>
]]></content:encoded>
	</item>
</channel>
</rss>
