<?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"
	>
<channel>
	<title>Comments on: The MIMBO Theme</title>
	<atom:link href="http://www.seawind-network.com/20080224/the-mimbo-theme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seawind-network.com/20080224/the-mimbo-theme</link>
	<description>weblog of rommel.talavera.pascual</description>
	<pubDate>Tue, 18 Nov 2008 22:00:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rommel Pascual</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-915</link>
		<dc:creator>Rommel Pascual</dc:creator>
		<pubDate>Wed, 23 Jul 2008 12:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-915</guid>
		<description>Hmmm - it's really been a while since I looked into a WP Code. But the header in my theme is added on the Stylesheet.</description>
		<content:encoded><![CDATA[<p>Hmmm - it&#8217;s really been a while since I looked into a WP Code. But the header in my theme is added on the Stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Smith</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-911</link>
		<dc:creator>Nate Smith</dc:creator>
		<pubDate>Sat, 19 Jul 2008 21:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-911</guid>
		<description>I am having trouble getting a header above my mimbo theme. Any help on how to do this right would be great</description>
		<content:encoded><![CDATA[<p>I am having trouble getting a header above my mimbo theme. Any help on how to do this right would be great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-414</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Fri, 09 May 2008 15:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-414</guid>
		<description>hi rommel,
do you think we can talk on the msn, it's easier for me to communicate with you</description>
		<content:encoded><![CDATA[<p>hi rommel,<br />
do you think we can talk on the msn, it&#8217;s easier for me to communicate with you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-386</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Wed, 07 May 2008 01:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-386</guid>
		<description>On your question on how to move the RSS Icon a little to the right you have a code (perhaps in your index.php) to add this feedburner icon. The code look like this:

&#60;img style="border: 0pt none" 
alt="" src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png"/&#62;


add margins like this:

&#60;img style="border: 0pt none ; margin: 0px 0px 0px 50px;" 
alt="" src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png"/&#62;



The semi-colon ';' between the border parameters and margin parameters are important.</description>
		<content:encoded><![CDATA[<p>On your question on how to move the RSS Icon a little to the right you have a code (perhaps in your index.php) to add this feedburner icon. The code look like this:</p>
<p>&lt;img style=&#8221;border: 0pt none&#8221;<br />
alt=&#8221;" src=&#8221;http://www.feedburner.com/fb/images/pub/feed-icon32&#215;32.png&#8221;/&gt;</p>
<p>add margins like this:</p>
<p>&lt;img style=&#8221;border: 0pt none ; margin: 0px 0px 0px 50px;&#8221;<br />
alt=&#8221;" src=&#8221;http://www.feedburner.com/fb/images/pub/feed-icon32&#215;32.png&#8221;/&gt;</p>
<p>The semi-colon &#8216;;&#8217; between the border parameters and margin parameters are important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-374</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Tue, 06 May 2008 00:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-374</guid>
		<description>You will need to modify the footer.php and the functions.php code of the Mimbo theme to add these widgets. I got the idea from the &lt;a href="http://diekretzschmars.de/wordpress/themes/dkret-theme/de/" rel="nofollow"&gt;dkRet theme&lt;/a&gt; but I guess any multi-widget WP Theme will have these codes . Download one of these themes (or the dkRet) and have a peek on their code - that's how I got mine to work.

If you need help, let me know. I can share my revised theme but would need to clean up some hard coding I did to speed up my site.</description>
		<content:encoded><![CDATA[<p>You will need to modify the footer.php and the functions.php code of the Mimbo theme to add these widgets. I got the idea from the <a href="http://diekretzschmars.de/wordpress/themes/dkret-theme/de/" rel="nofollow">dkRet theme</a> but I guess any multi-widget WP Theme will have these codes . Download one of these themes (or the dkRet) and have a peek on their code - that&#8217;s how I got mine to work.</p>
<p>If you need help, let me know. I can share my revised theme but would need to clean up some hard coding I did to speed up my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-367</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Mon, 05 May 2008 15:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-367</guid>
		<description>Can you teach me how do you do your footer</description>
		<content:encoded><![CDATA[<p>Can you teach me how do you do your footer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-314</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Fri, 02 May 2008 00:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-314</guid>
		<description>What you need is to put a &lt;a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&#38;topic=13252" rel="nofollow"&gt;Feedburner Plugin&lt;/a&gt;. You activate this in your site and configure it to rechannel your comment and/or post RSS to Feedburner.</description>
		<content:encoded><![CDATA[<p>What you need is to put a <a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" rel="nofollow">Feedburner Plugin</a>. You activate this in your site and configure it to rechannel your comment and/or post RSS to Feedburner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rab</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-309</link>
		<dc:creator>Rab</dc:creator>
		<pubDate>Thu, 01 May 2008 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-309</guid>
		<description>Fellow Darren Mimbo user. Nice steps to adjusting Mimbo. I feel I have enough content now. It's time to tweak. First. How do I edit header file  get my Feedburner-generatedRSS link + icon slightly to the left of my Google search bar? The feed is confusing because the RSS i symbol in FireFox or Safari URL window has a different URL than my Feedburner generation. Will I lose subscribers? I really wan them to go through Feedburner link which I'm trying to place near my Google search bar. any advice?</description>
		<content:encoded><![CDATA[<p>Fellow Darren Mimbo user. Nice steps to adjusting Mimbo. I feel I have enough content now. It&#8217;s time to tweak. First. How do I edit header file  get my Feedburner-generatedRSS link + icon slightly to the left of my Google search bar? The feed is confusing because the RSS i symbol in FireFox or Safari URL window has a different URL than my Feedburner generation. Will I lose subscribers? I really wan them to go through Feedburner link which I&#8217;m trying to place near my Google search bar. any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-260</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Thu, 10 Apr 2008 14:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-260</guid>
		<description>In the style.css,  change the #page - font-size to 0.8em or which ever size appropriate to you. In FireFox, there's a plugin called FireBug which allows you to change css values on the fly to see how it looks before you commit it in your real CSS.

Another problem I experience, is that the CSS does not always refresh - so you could be changing values and it does not seem to have an effect. What I do is to browse the URL of the CSS and force it to reload.</description>
		<content:encoded><![CDATA[<p>In the style.css,  change the #page - font-size to 0.8em or which ever size appropriate to you. In FireFox, there&#8217;s a plugin called FireBug which allows you to change css values on the fly to see how it looks before you commit it in your real CSS.</p>
<p>Another problem I experience, is that the CSS does not always refresh - so you could be changing values and it does not seem to have an effect. What I do is to browse the URL of the CSS and force it to reload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crissy</title>
		<link>http://www.seawind-network.com/20080224/the-mimbo-theme#comment-259</link>
		<dc:creator>Crissy</dc:creator>
		<pubDate>Thu, 10 Apr 2008 10:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.seawind-network.com/20080224/the-mimbo-theme#comment-259</guid>
		<description>So how did you change the font size? I've been messing around w/ the Mimbo theme tonight and can't make it change. I am used to just regular pt sizes, not the em that this thing uses. I would like to change the content - as in the body of the post (I can figure out the headers) but whenever I make a change, the whole font size is increased overall... If you can offer me some tips, I'd appreciate it.</description>
		<content:encoded><![CDATA[<p>So how did you change the font size? I&#8217;ve been messing around w/ the Mimbo theme tonight and can&#8217;t make it change. I am used to just regular pt sizes, not the em that this thing uses. I would like to change the content - as in the body of the post (I can figure out the headers) but whenever I make a change, the whole font size is increased overall&#8230; If you can offer me some tips, I&#8217;d appreciate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
