<?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: Future of K2</title>
	<atom:link href="http://www.johntp.com/2006/05/29/future-of-k2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johntp.com/2006/05/29/future-of-k2/</link>
	<description>Blog Tips To Help You Make Money Online</description>
	<lastBuildDate>Thu, 31 Mar 2011 14:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: johntp</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2756</link>
		<dc:creator>johntp</dc:creator>
		<pubDate>Fri, 02 Jun 2006 07:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2756</guid>
		<description>You can change all color values from the CSS file.</description>
		<content:encoded><![CDATA[<p>You can change all color values from the CSS file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaranjan</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2750</link>
		<dc:creator>Shivaranjan</dc:creator>
		<pubDate>Fri, 02 Jun 2006 05:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2750</guid>
		<description>John it worked I am now able to control the size of the header image. :smile:

Now I am trying OBharath&#039;s 3k2 theme. Now in this where do can I control the color of the text of posts and comments....

I downloaded Obharath&#039;s theme from http://www.obharath.net/blog/2006/05/11/3-column-k2-release-4/</description>
		<content:encoded><![CDATA[<p>John it worked I am now able to control the size of the header image. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
<p>Now I am trying OBharath&#8217;s 3k2 theme. Now in this where do can I control the color of the text of posts and comments&#8230;.</p>
<p>I downloaded Obharath&#8217;s theme from <a href="http://www.obharath.net/blog/2006/05/11/3-column-k2-release-4/" rel="nofollow">http://www.obharath.net/blog/2006/05/11/3-column-k2-release-4/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaranjan</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2738</link>
		<dc:creator>Shivaranjan</dc:creator>
		<pubDate>Fri, 02 Jun 2006 02:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2738</guid>
		<description>Thanks John will try and let you know.... :smile:</description>
		<content:encoded><![CDATA[<p>Thanks John will try and let you know&#8230;. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johntp</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2712</link>
		<dc:creator>johntp</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2712</guid>
		<description>Yes, I am having heavy rains and very strong winds here :-(
&lt;br /&gt;
About changing the header size...
&lt;br /&gt;
Open the &lt;b&gt;adadvantage.css&lt;/b&gt; file located in &#039;styles&#039; folder of your 59ideas theme.
&lt;br /&gt;
You can change height of the header by editing this code
&lt;br /&gt;
&lt;code&gt;#header {
	height: 120px !important;
        background-color: #b00000;
        background-image: url(bg.gif);
        background-repeat: repeat-x;
        }
&lt;/code&gt;
&lt;br /&gt;
And width by editing this code
&lt;br /&gt;
&lt;code&gt;#page {
	width: 970px !important;
	_width: 970px !important; 
	border: none !important;
	}
&lt;/code&gt;
&lt;br /&gt;
In the above code &quot;_width:970px&quot; is an hack for IE. You must check your theme in IE and change the width accordingly here.
&lt;br /&gt;
To add stuff to 3rd column open &lt;b&gt;sidebar.php&lt;/b&gt; and add whatever you want under &lt;b&gt;&lt;div class=&quot;rsidebar&quot;&gt;&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Yes, I am having heavy rains and very strong winds here <img src='http://www.johntp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
<br />
About changing the header size&#8230;<br />
<br />
Open the <b>adadvantage.css</b> file located in &#8216;styles&#8217; folder of your 59ideas theme.<br />
<br />
You can change height of the header by editing this code<br />
<br />
<code>#header {<br />
	height: 120px !important;<br />
        background-color: #b00000;<br />
        background-image: url(bg.gif);<br />
        background-repeat: repeat-x;<br />
        }<br />
</code><br />
<br />
And width by editing this code<br />
<br />
<code>#page {<br />
	width: 970px !important;<br />
	_width: 970px !important;<br />
	border: none !important;<br />
	}<br />
</code><br />
<br />
In the above code &#8220;_width:970px&#8221; is an hack for IE. You must check your theme in IE and change the width accordingly here.<br />
<br />
To add stuff to 3rd column open <b>sidebar.php</b> and add whatever you want under <b>&lt;div class=&#8221;rsidebar&#8221;&gt;</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2711</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2711</guid>
		<description>And one more thing guys, I want your feedback on my blog&#039;s looks. 
Do u think that its cluttered ?


www.blog.tech-buzz.info


&lt;blockquote&gt;

Good to see you back.. :smile: I think you are having some good rains out there. And you know chennai is horrible right now… it is very hot here.

I downloaded the 59ideas theme and from their site. But i could not change its header image size to my specs and I was not able add details to the 3rd column. Can you tell me how to adjust that….
&lt;/blockquote&gt;

Its raining like hell here in mangalore. Most of mangalore is already flooded</description>
		<content:encoded><![CDATA[<p>And one more thing guys, I want your feedback on my blog&#8217;s looks.<br />
Do u think that its cluttered ?</p>
<p><a href="http://www.blog.tech-buzz.info" rel="nofollow">http://www.blog.tech-buzz.info</a></p>
<blockquote>
<p>Good to see you back.. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  I think you are having some good rains out there. And you know chennai is horrible right now… it is very hot here.</p>
<p>I downloaded the 59ideas theme and from their site. But i could not change its header image size to my specs and I was not able add details to the 3rd column. Can you tell me how to adjust that….
</p></blockquote>
<p>Its raining like hell here in mangalore. Most of mangalore is already flooded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2709</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2709</guid>
		<description>Well shiva, You can design a K2 theme will john, its not too complicated. You just need to have some basic HTML and a bit of PHP [For WP Loop]</description>
		<content:encoded><![CDATA[<p>Well shiva, You can design a K2 theme will john, its not too complicated. You just need to have some basic HTML and a bit of PHP [For WP Loop]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaranjan</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2708</link>
		<dc:creator>Shivaranjan</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2708</guid>
		<description>Good to see you back.. :smile: I think you are having some good rains out there. And you know chennai is horrible right now... it is very hot here.

I downloaded the 59ideas theme and from their site. But i could not change its header image size to my specs and I was not able add details to the 3rd column. Can you tell me how to adjust that....</description>
		<content:encoded><![CDATA[<p>Good to see you back.. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  I think you are having some good rains out there. And you know chennai is horrible right now&#8230; it is very hot here.</p>
<p>I downloaded the 59ideas theme and from their site. But i could not change its header image size to my specs and I was not able add details to the 3rd column. Can you tell me how to adjust that&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johntp</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2705</link>
		<dc:creator>johntp</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2705</guid>
		<description>Sorry Guys for no updates on this blog. I had no electricity here and the weather was horrible.

Btw, I am working on a completely new redesign of this blog. The new design will be more concentrated on content than the looks.

And the theme I currently use will be put for download soon :-)

Shiva- I like your suggestion and will try to implement it

Madhur- Welcome back, I will try to put up a tutorial on designing a Header graphic for your blog.

Thilak- I think I have already mentioned about that theme here</description>
		<content:encoded><![CDATA[<p>Sorry Guys for no updates on this blog. I had no electricity here and the weather was horrible.</p>
<p>Btw, I am working on a completely new redesign of this blog. The new design will be more concentrated on content than the looks.</p>
<p>And the theme I currently use will be put for download soon <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Shiva- I like your suggestion and will try to implement it</p>
<p>Madhur- Welcome back, I will try to put up a tutorial on designing a Header graphic for your blog.</p>
<p>Thilak- I think I have already mentioned about that theme here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2703</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Thu, 01 Jun 2006 12:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2703</guid>
		<description>Hi Shiva and John,
I have found what i was looking for (3 column K2) You can download it from

http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/

But I still don&#039;t think that i should switch to K2 because my readers love my theme ( Modded Almost Spring 3 column )</description>
		<content:encoded><![CDATA[<p>Hi Shiva and John,<br />
I have found what i was looking for (3 column K2) You can download it from</p>
<p><a href="http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/" rel="nofollow">http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/</a></p>
<p>But I still don&#8217;t think that i should switch to K2 because my readers love my theme ( Modded Almost Spring 3 column )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaranjan</title>
		<link>http://www.johntp.com/2006/05/29/future-of-k2/comment-page-1/#comment-2699</link>
		<dc:creator>Shivaranjan</dc:creator>
		<pubDate>Thu, 01 Jun 2006 10:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/05/29/future-of-k2/#comment-2699</guid>
		<description>John I have a suggestion for your site....

You can have a readers request page in your blog in which your readers can request you to put some articles regarding web designing or blogging. If you see I am a novice as far as blogging and web designing is concerned. And since you are very knowledgable in this field you can help readers by putting some posts which the reader would like to learn or know.</description>
		<content:encoded><![CDATA[<p>John I have a suggestion for your site&#8230;.</p>
<p>You can have a readers request page in your blog in which your readers can request you to put some articles regarding web designing or blogging. If you see I am a novice as far as blogging and web designing is concerned. And since you are very knowledgable in this field you can help readers by putting some posts which the reader would like to learn or know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

