<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogging Extreme.com&#187; esmi</title>
	<atom:link href="http://bloggingextreme.com/author/esmi/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingextreme.com</link>
	<description>Blogging Extreme.com ★ The Location For Learning Extreme Blogging ★</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>esmi on &#8220;Blog broken in Firefox, Chrome; Functioning fine in IE&#8221;</title>
		<link>http://wordpress.org/support/topic/305455#post-1191775</link>
		<comments>http://wordpress.org/support/topic/305455#post-1191775#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:12:56 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Place the CSS in a php file but include <code>&#60;?php header(&#34;Content-type: text/css&#34;);</code> at the top.
</p>]]></description>
			<content:encoded><![CDATA[<p>Place the CSS in a php file but include <code>&lt;?php header(&quot;Content-type: text/css&quot;);</code> at the top.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-blog-broken-in-firefox-chrome-functioning-fine-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;Sidebars lose styling when widgets are added&#8221;</title>
		<link>http://wordpress.org/support/topic/305446#post-1191773</link>
		<comments>http://wordpress.org/support/topic/305446#post-1191773#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:06:48 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<blockquote><p>The widgets work, but the sidebar it's in loses all styling.</p></blockquote>
<p>Have you tried validating the markup? Sounds like you have something like a missing closing element. Or perhaps one closing element too many.</p>
<blockquote><p>Also, how do I add a search bar to the lower right corner of my header and a subscribe button to the upper right? </p></blockquote>
<p>Assuming that you know the code/template tags to use, it's just a case of placing them in the header and then, probably, floating them left and right respectively.
</p>]]></description>
			<content:encoded><![CDATA[<blockquote><p>The widgets work, but the sidebar it's in loses all styling.</p></blockquote>
<p>Have you tried validating the markup? Sounds like you have something like a missing closing element. Or perhaps one closing element too many.</p>
<blockquote><p>Also, how do I add a search bar to the lower right corner of my header and a subscribe button to the upper right? </p></blockquote>
<p>Assuming that you know the code/template tags to use, it's just a case of placing them in the header and then, probably, floating them left and right respectively.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-sidebars-lose-styling-when-widgets-are-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;special character code ’ instead of apostraphe&#8221;</title>
		<link>http://wordpress.org/support/topic/305463#post-1191767</link>
		<comments>http://wordpress.org/support/topic/305463#post-1191767#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:02:25 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Could you run something like <a href="http://uk.php.net/manual/en/function.urldecode.php">urldecode</a> or <a href="http://uk.php.net/manual/en/function.html-entity-decode.php">html-entity-decode</a> on the title to decode the special characters before passing them onto your javascript?
</p>]]></description>
			<content:encoded><![CDATA[<p>Could you run something like <a href="http://uk.php.net/manual/en/function.urldecode.php">urldecode</a> or <a href="http://uk.php.net/manual/en/function.html-entity-decode.php">html-entity-decode</a> on the title to decode the special characters before passing them onto your javascript?
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-special-character-code-%e2%80%99-instead-of-apostraphe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;WP with .Net template&#8221;</title>
		<link>http://wordpress.org/support/topic/305462#post-1191764</link>
		<comments>http://wordpress.org/support/topic/305462#post-1191764#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:59:12 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Given that WP uses PHP and you're using ASP, the best option would seem to be designing a theme that replicates your site's design. Probably not what you wanted to hear but I can't think of another way.
</p>]]></description>
			<content:encoded><![CDATA[<p>Given that WP uses PHP and you're using ASP, the best option would seem to be designing a theme that replicates your site's design. Probably not what you wanted to hear but I can't think of another way.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-wp-with-net-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;Text wrapping page.&#8221;</title>
		<link>http://wordpress.org/support/topic/305460#post-1191759</link>
		<comments>http://wordpress.org/support/topic/305460#post-1191759#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:55:37 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>There's no way you can do this so that it work on every page or post. You can add some extra padding to your main content area to add whitespace after the content. Or you can use <code>min-height</code> to force your content to extend to a given minimum length. But you can't match the content height to the sidebar height when you have variable page content. and, possibly, variable sidebar content.
</p>]]></description>
			<content:encoded><![CDATA[<p>There's no way you can do this so that it work on every page or post. You can add some extra padding to your main content area to add whitespace after the content. Or you can use <code>min-height</code> to force your content to extend to a given minimum length. But you can't match the content height to the sidebar height when you have variable page content. and, possibly, variable sidebar content.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-text-wrapping-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;&#8221;Blog pages show at most&#8221; selection not responding&#8221;</title>
		<link>http://wordpress.org/support/topic/305241#post-1191758</link>
		<comments>http://wordpress.org/support/topic/305241#post-1191758#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:50:34 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I've come across a couple of cases where an apparently inactive plugin has continued to cause problems. Sometimes, only the Phpmyadmin route seems to work.
</p>]]></description>
			<content:encoded><![CDATA[<p>I've come across a couple of cases where an apparently inactive plugin has continued to cause problems. Sometimes, only the Phpmyadmin route seems to work.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-blog-pages-show-at-most-selection-not-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;php for dynamic post titles/categories&#8221;</title>
		<link>http://wordpress.org/support/topic/305205#post-1191753</link>
		<comments>http://wordpress.org/support/topic/305205#post-1191753#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:48:11 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Depending upon how you intend to use this - as the main Loop or as an additional loop, you might want to have a look at:</p>
<p><a href="http://codex.wordpress.org/Template_Tags/query_posts" rel="nofollow">http://codex.wordpress.org/Template_Tags/query_posts</a><br />
<a href="http://codex.wordpress.org/Template_Tags/get_posts" rel="nofollow">http://codex.wordpress.org/Template_Tags/get_posts</a>
</p>]]></description>
			<content:encoded><![CDATA[<p>Depending upon how you intend to use this - as the main Loop or as an additional loop, you might want to have a look at:</p>
<p><a href="http://codex.wordpress.org/Template_Tags/query_posts" rel="nofollow">http://codex.wordpress.org/Template_Tags/query_posts</a><br />
<a href="http://codex.wordpress.org/Template_Tags/get_posts" rel="nofollow">http://codex.wordpress.org/Template_Tags/get_posts</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-php-for-dynamic-post-titlescategories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;Installing Plugins is Blowing up WP like I&#8217;ve never seen&#8221;</title>
		<link>http://wordpress.org/support/topic/305423#post-1191749</link>
		<comments>http://wordpress.org/support/topic/305423#post-1191749#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:45:04 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Try <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F">resetting the plugins folder</a> by FTP or phpMyAdmin. Or, if you know which plugin might be causing the problem, try just renaming that plugin folder via <a href="http://FTP." rel="nofollow">FTP.</a>
</p>]]></description>
			<content:encoded><![CDATA[<p>Try <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F">resetting the plugins folder</a> by FTP or phpMyAdmin. Or, if you know which plugin might be causing the problem, try just renaming that plugin folder via <a href="http://FTP." rel="nofollow">FTP.</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-installing-plugins-is-blowing-up-wp-like-ive-never-seen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;Problem with Force SSL&#8221;</title>
		<link>http://wordpress.org/support/topic/305448#post-1191748</link>
		<comments>http://wordpress.org/support/topic/305448#post-1191748#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:43:41 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Just mark the topic as 'resolved'.
</p>]]></description>
			<content:encoded><![CDATA[<p>Just mark the topic as 'resolved'.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-problem-with-force-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>esmi on &#8220;Static Front Page Problem&#8221;</title>
		<link>http://wordpress.org/support/topic/305417#post-1191747</link>
		<comments>http://wordpress.org/support/topic/305417#post-1191747#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:42:33 +0000</pubDate>
		<dc:creator>esmi</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>You have an error in the template you're using for <a href="http://gator409.hostgator.com/~e2f/home/" rel="nofollow">http://gator409.hostgator.com/~e2f/home/</a></p>
<p>Look at the title in the browser window. It's displaying <code>&#60;/php</code>,
</p>]]></description>
			<content:encoded><![CDATA[<p>You have an error in the template you're using for <a href="http://gator409.hostgator.com/~e2f/home/" rel="nofollow">http://gator409.hostgator.com/~e2f/home/</a></p>
<p>Look at the title in the browser window. It's displaying <code>&lt;/php</code>,
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/esmi-on-static-front-page-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

