<?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: Portfolio</title>
	<atom:link href="http://natedevore.com/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://natedevore.com</link>
	<description>Building, Tweaking, and Marketing Websites</description>
	<lastBuildDate>Sat, 04 Feb 2012 07:52:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Candorich</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-257</link>
		<dc:creator>Candorich</dc:creator>
		<pubDate>Fri, 07 Jan 2011 19:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-257</guid>
		<description>Thanks for the Radioactive Springs website.....
guess I&#039;ll be hitting it on the next camping trip to Gainesville&#039;s Paynes Prairie State Park...
in a warm March(?)...
You have come a long way baby...
I&#039;m getting closer to understanding web design tools....
Really quality presentations and ease of access for a surfing dude like me...
Keep on truckin&#039;
</description>
		<content:encoded><![CDATA[<p>Thanks for the Radioactive Springs website&#8230;..<br />
guess I&#8217;ll be hitting it on the next camping trip to Gainesville&#8217;s Paynes Prairie State Park&#8230;<br />
in a warm March(?)&#8230;<br />
You have come a long way baby&#8230;<br />
I&#8217;m getting closer to understanding web design tools&#8230;.<br />
Really quality presentations and ease of access for a surfing dude like me&#8230;<br />
Keep on truckin&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nat</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-14</link>
		<dc:creator>nat</dc:creator>
		<pubDate>Sun, 28 Feb 2010 21:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-14</guid>
		<description>Thanks Stacey for the comments, they mean a lot :-)

I hope to keep building on the web portfolio in the coming months.

I will take a look at your site too!</description>
		<content:encoded><![CDATA[<p>Thanks Stacey for the comments, they mean a lot <img src='http://natedevore.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I hope to keep building on the web portfolio in the coming months.</p>
<p>I will take a look at your site too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stacey Breheny</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-13</link>
		<dc:creator>Stacey Breheny</dc:creator>
		<pubDate>Sat, 27 Feb 2010 14:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-13</guid>
		<description>The G/R logo thing is very nice.. the info graphic also. I still need to look at the webstuff. -- the whole website is well done as Wes says. I am so lost in that area. look at my website when you can. I did the basic style in illustrator and photoshop and others have helped me in dreamweaver.

I think you are on such a good path Nat!</description>
		<content:encoded><![CDATA[<p>The G/R logo thing is very nice.. the info graphic also. I still need to look at the webstuff. &#8212; the whole website is well done as Wes says. I am so lost in that area. look at my website when you can. I did the basic style in illustrator and photoshop and others have helped me in dreamweaver.</p>
<p>I think you are on such a good path Nat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nat</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-12</link>
		<dc:creator>nat</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-12</guid>
		<description>Thanks for the comments Wes.

I wrote all of the CSS for the site. Of course the blog is using wordpress and Thesis theme.

What is nice about the Thesis theme is that you essentially start from scratch but all of the core PHP features are there.
It is a matter of matching up CSS with the code. I use firebug for this. For example if I want to know what controls post titles, I can use firebug to figure this out.
In my case, it is an H1 tag.

I use a custom css file. So I would write .custom before writing my css for each modifier. This allows me to setup multiple blogs using Thesis and keep a separate custom css file for each one. All I need to do is then write the CSS.

The logo was designed in Illustrator and I used Firefox extensions like Web Developer, Firebug, and a few others to help figure out the modifiers for the CSS.

Here is a link to the article I wrote about the specific web developer extensions you can use with firefox.

http://natdevore.com/blog/essential-firefox-addons-for-web-designers-and-bloggers/

Take care!

Nat.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Wes.</p>
<p>I wrote all of the CSS for the site. Of course the blog is using wordpress and Thesis theme.</p>
<p>What is nice about the Thesis theme is that you essentially start from scratch but all of the core PHP features are there.<br />
It is a matter of matching up CSS with the code. I use firebug for this. For example if I want to know what controls post titles, I can use firebug to figure this out.<br />
In my case, it is an H1 tag.</p>
<p>I use a custom css file. So I would write .custom before writing my css for each modifier. This allows me to setup multiple blogs using Thesis and keep a separate custom css file for each one. All I need to do is then write the CSS.</p>
<p>The logo was designed in Illustrator and I used Firefox extensions like Web Developer, Firebug, and a few others to help figure out the modifiers for the CSS.</p>
<p>Here is a link to the article I wrote about the specific web developer extensions you can use with firefox.</p>
<p><a href="http://natdevore.com/blog/essential-firefox-addons-for-web-designers-and-bloggers/" rel="nofollow">http://natdevore.com/blog/essential-firefox-addons-for-web-designers-and-bloggers/</a></p>
<p>Take care!</p>
<p>Nat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Lindberg</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-11</link>
		<dc:creator>Wes Lindberg</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-11</guid>
		<description>Hey Nat,

The site looks great, very professional. Did yiu write the CSS or modify it?
Excellent work, wonderful presentation.

Later,

Wes</description>
		<content:encoded><![CDATA[<p>Hey Nat,</p>
<p>The site looks great, very professional. Did yiu write the CSS or modify it?<br />
Excellent work, wonderful presentation.</p>
<p>Later,</p>
<p>Wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nat</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-9</link>
		<dc:creator>nat</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-9</guid>
		<description>I will be adding some new projects to my portfolio at the end of February. Mostly projects with Adobe Illustrator and possibly some more photography and web work.</description>
		<content:encoded><![CDATA[<p>I will be adding some new projects to my portfolio at the end of February. Mostly projects with Adobe Illustrator and possibly some more photography and web work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nat</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-8</link>
		<dc:creator>nat</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-8</guid>
		<description>Thanks for the comment Rich!</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Rich!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Lee</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-7</link>
		<dc:creator>Richard Lee</dc:creator>
		<pubDate>Fri, 04 Dec 2009 18:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-7</guid>
		<description>DUDE!!!! Went thru many of the &quot;view site&quot;s....you got the gift.....it all looks great....
your presentation graphics are great...the cruise-thru is great....your pictures are great.....what can I say.....YOU THE MAN!!!</description>
		<content:encoded><![CDATA[<p>DUDE!!!! Went thru many of the &#8220;view site&#8221;s&#8230;.you got the gift&#8230;..it all looks great&#8230;.<br />
your presentation graphics are great&#8230;the cruise-thru is great&#8230;.your pictures are great&#8230;..what can I say&#8230;..YOU THE MAN!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web, Print, &#38; Photography Portfolio Live!</title>
		<link>http://natedevore.com/portfolio/comment-page-1/#comment-6</link>
		<dc:creator>Web, Print, &#38; Photography Portfolio Live!</dc:creator>
		<pubDate>Tue, 24 Nov 2009 06:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://natdevore.com/blog/?page_id=43#comment-6</guid>
		<description>[...] Portfolio [...]</description>
		<content:encoded><![CDATA[<p>[...] Portfolio [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

