<?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>OXT blog &#187; WordPress</title>
	<atom:link href="http://blog.o-x-t.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.o-x-t.com</link>
	<description>"People say nothing is impossible, but I do nothing every day." - Whinnie The Pooh</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:18:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exclude WordPress admin from AWStats statistics</title>
		<link>http://blog.o-x-t.com/2008/04/02/exclude-wordpress-admin-from-awstats-statistics/</link>
		<comments>http://blog.o-x-t.com/2008/04/02/exclude-wordpress-admin-from-awstats-statistics/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:24:50 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.o-x-t.com/2008/04/02/exclude-wordpress-admin-from-awstats-statistics/</guid>
		<description><![CDATA[This is dead easy, in AWStats config set parameter SkipFiles=&#34;REGEX[^\/wp-admin]&#34; All newly parsed statistics won&#8217;t include admin.]]></description>
			<content:encoded><![CDATA[<p>This is dead easy, in AWStats config set parameter</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">SkipFiles=&quot;REGEX[^\/wp-admin]&quot;</pre></div></div>

<p>All newly parsed statistics won&#8217;t include admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.o-x-t.com/2008/04/02/exclude-wordpress-admin-from-awstats-statistics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to skip image alignment in WordPress and HTML</title>
		<link>http://blog.o-x-t.com/2008/02/14/how-to-skip-image-alignment-in-wordpress-and-html/</link>
		<comments>http://blog.o-x-t.com/2008/02/14/how-to-skip-image-alignment-in-wordpress-and-html/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 00:19:41 +0000</pubDate>
		<dc:creator>Atuk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.o-x-t.com/2008/02/14/how-to-skip-image-alignment-in-wordpress-and-html/</guid>
		<description><![CDATA[For example, you have posted picture with left alignment. And thus all the text is starting from the right side of the picture. How to skip this if you want only part of text to be from the side of the image? You can use multiple &#60;br&#62; tags, but this is not a good idea [...]]]></description>
			<content:encoded><![CDATA[<p>For example, you have posted picture with left alignment. And thus all the text is starting from the right side of the picture. How to skip this if you want only part of text to be from the side of the image? </p>
<p>You can use multiple &lt;br&gt; tags, but this is not a good idea in WordPress. It is not working there. It is not good for HTML also, because representation can be different for different browsers, displays etc. There is special parameter for &lt;br&gt; tag, which skip all image alignment. This is &lt;br clear=&#8221;all&#8221;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.o-x-t.com/2008/02/14/how-to-skip-image-alignment-in-wordpress-and-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
