<?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: iTech Theme: Free WordPress Theme for Gadgets and Tech Blogs</title>
	<atom:link href="http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/feed/" rel="self" type="application/rss+xml" />
	<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/</link>
	<description>WordPress Themes and Web Designer</description>
	<lastBuildDate>Thu, 18 Mar 2010 03:01:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tutorials for Translating WordPress Themes &#124; Zack Live - WordPress Themes, Web Designer and Design Inspiration</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-2/#comment-2853</link>
		<dc:creator>Tutorials for Translating WordPress Themes &#124; Zack Live - WordPress Themes, Web Designer and Design Inspiration</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2853</guid>
		<description>[...] was thinking about translating my themes to other languages, so that I started to search for some information. And I found it&#8217;s not [...]</description>
		<content:encoded><![CDATA[<p>[...] was thinking about translating my themes to other languages, so that I started to search for some information. And I found it&#8217;s not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-2/#comment-2796</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2796</guid>
		<description>Hi mathieu,
Do you mean a sticky post, if so, yes, this theme support sticky post.</description>
		<content:encoded><![CDATA[<p>Hi mathieu,<br />
Do you mean a sticky post, if so, yes, this theme support sticky post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathieu</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-2/#comment-2775</link>
		<dc:creator>mathieu</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2775</guid>
		<description>Hi, I&#039;m using your theme on my site and would like to know if it&#039;s possible to feature an article ?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m using your theme on my site and would like to know if it&#8217;s possible to feature an article ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2754</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2754</guid>
		<description>@Dan,

Thanks for your work, I didn&#039;t noticed these two bugs, I&#039;d like to read you files, and would appreciate to let me know any other bugs or follow-up.</description>
		<content:encoded><![CDATA[<p>@Dan,</p>
<p>Thanks for your work, I didn&#8217;t noticed these two bugs, I&#8217;d like to read you files, and would appreciate to let me know any other bugs or follow-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Breslau</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2747</link>
		<dc:creator>Dan Breslau</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2747</guid>
		<description>@Zack -- This is a follow-up on an email I sent you about some bugs in the iTech theme, including:

1) The configuration option for &quot;RSS Feed Title&quot; seems to have no effect. (I fixed this in the header.php file.)

2) The style.css contains a selector:
&lt;code&gt;.post h2 a:link, a:visited{&lt;/code&gt;

This selects &lt;em&gt;all&lt;/em&gt; &lt;code&gt;a:visited&lt;/code&gt; links, not just the ones that are descended from &lt;code&gt;.post h2&lt;/code&gt; . As a result, most visited links don&#039;t look right. I&#039;m pretty sure you meant this:
&lt;code&gt;.post h2 a:link, .post h2 a:visited {&lt;/code&gt;

I also added some styles for tables that I think fit the theme well.

Would you like me to send you the files?</description>
		<content:encoded><![CDATA[<p>@Zack &#8212; This is a follow-up on an email I sent you about some bugs in the iTech theme, including:</p>
<p>1) The configuration option for &#8220;RSS Feed Title&#8221; seems to have no effect. (I fixed this in the header.php file.)</p>
<p>2) The style.css contains a selector:<br />
<code>.post h2 a:link, a:visited{</code></p>
<p>This selects <em>all</em> <code>a:visited</code> links, not just the ones that are descended from <code>.post h2</code> . As a result, most visited links don&#8217;t look right. I&#8217;m pretty sure you meant this:<br />
<code>.post h2 a:link, .post h2 a:visited {</code></p>
<p>I also added some styles for tables that I think fit the theme well.</p>
<p>Would you like me to send you the files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Breslau</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2746</link>
		<dc:creator>Dan Breslau</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2746</guid>
		<description>@beth: I solved this in my child theme. I copied the bg_header.jpg file to the child theme, then removed the bottom part of the image, leaving only the gradient. (I use CSS to set the background colors for the lower part of the header).  I also set  #logo&#039;s background as follows:

background: url(&quot;images/bg_header.jpg&quot;) #464646 bottom repeat-x scroll;

This pushes the gradient image to the bottom of the #logo; the background color that fills in the top (#464646) matches the top of the gradient.

The result is that the header doesn&#039;t need to have a specific height, but (I think) it has the same visual appeal.

The CSS for the child theme is &lt;a href=&quot;http://www.outofwhatbox.com/blog/wp-content/themes/dan-iTech/style.css&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;; you can see the result by going to &lt;a href=&quot;http://www.outofwhatbox.com/blog/&quot; rel=&quot;nofollow&quot;&gt;my blog.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@beth: I solved this in my child theme. I copied the bg_header.jpg file to the child theme, then removed the bottom part of the image, leaving only the gradient. (I use CSS to set the background colors for the lower part of the header).  I also set  #logo&#8217;s background as follows:</p>
<p>background: url(&#8220;images/bg_header.jpg&#8221;) #464646 bottom repeat-x scroll;</p>
<p>This pushes the gradient image to the bottom of the #logo; the background color that fills in the top (#464646) matches the top of the gradient.</p>
<p>The result is that the header doesn&#8217;t need to have a specific height, but (I think) it has the same visual appeal.</p>
<p>The CSS for the child theme is <a href="http://www.outofwhatbox.com/blog/wp-content/themes/dan-iTech/style.css" rel="nofollow">here</a>; you can see the result by going to <a href="http://www.outofwhatbox.com/blog/" rel="nofollow">my blog.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2698</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Wed, 23 Dec 2009 21:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2698</guid>
		<description>really nice clean theme. I&#039;m trying to increase the height of the header so I can drop in a bit larger logo (my logo is86px tall) but struggling. Could you possibly tell me how to do that? Do I need to increase the height of the bg_header.png file? Thanks so much.</description>
		<content:encoded><![CDATA[<p>really nice clean theme. I&#8217;m trying to increase the height of the header so I can drop in a bit larger logo (my logo is86px tall) but struggling. Could you possibly tell me how to do that? Do I need to increase the height of the bg_header.png file? Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r-sn.com</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2690</link>
		<dc:creator>r-sn.com</dc:creator>
		<pubDate>Mon, 21 Dec 2009 21:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2690</guid>
		<description>good theme 

Soon I&#039;ll add file RTL.CSS

thank you</description>
		<content:encoded><![CDATA[<p>good theme </p>
<p>Soon I&#8217;ll add file RTL.CSS</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Out Of What Box? &#187; Do not adjust your eyes; it&#8217;s just a new theme.</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2646</link>
		<dc:creator>Out Of What Box? &#187; Do not adjust your eyes; it&#8217;s just a new theme.</dc:creator>
		<pubDate>Thu, 17 Dec 2009 05:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2646</guid>
		<description>[...] WordPress theme. So, if you&#8217;re feeling a bit lost, don&#8217;t panic. This is a new theme, iTech, which was just released last month. I&#8217;ve tailored the CSS, fixed a bug or two in the php, [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress theme. So, if you&#8217;re feeling a bit lost, don&#8217;t panic. This is a new theme, iTech, which was just released last month. I&#8217;ve tailored the CSS, fixed a bug or two in the php, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Theme Releases for 11/30 &#124; Wordpress</title>
		<link>http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/comment-page-1/#comment-2386</link>
		<dc:creator>WordPress Theme Releases for 11/30 &#124; Wordpress</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=690#comment-2386</guid>
		<description>[...] iTech [...]</description>
		<content:encoded><![CDATA[<p>[...] iTech [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
