<?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>Evil Science &#187; Wordpress</title>
	<atom:link href="http://www.evilscience.org/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilscience.org</link>
	<description>Internet, technology, seo, design and general IT things...</description>
	<lastBuildDate>Thu, 24 Dec 2009 11:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Revolution theme image align problem</title>
		<link>http://www.evilscience.org/revolution-theme-image-align-problem/</link>
		<comments>http://www.evilscience.org/revolution-theme-image-align-problem/#comments</comments>
		<pubDate>Sun, 03 May 2009 09:42:15 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[aligning]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[revolution theme images]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=158</guid>
		<description><![CDATA[If you are using great Revolution themes by Brian Gardner with the newer Wordpres like 2.6.3 and you are  experiencing problems with aligning images, then here is simple fix for you.  Open your style css and first delete this:

#contentleft p img {
border:medium none;
float:left;
margin:0 10px 10px 0;
}

or as in my version this

#content p img {
float: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you are using great <a href="http://www.revolutiontwo.com/" target="_blank">Revolution themes</a> by Brian Gardner with the newer Wordpres like 2.6.3 and you are  experiencing problems with aligning images, then here is simple fix for you.  Open your style css and first delete this:</p>
<pre class="brush: css">
#contentleft p img {
border:medium none;
float:left;
margin:0 10px 10px 0;
}
</pre>
<p>or as in my version this</p>
<pre class="brush: css">
#content p img {
float: left;
border: none;
margin: 0px 10px 10px 0px;
}
</pre>
<p>Then add this at the bottom of your style.css<span id="more-158"></span></p>
<p>[sourcecode language='css]</p>
<p>/************************************************<br />
*   Images                                *<br />
************************************************/</p>
<p>img.centered {<br />
display: block;<br />
margin-left: auto;<br />
margin-right: auto;<br />
}</p>
<p>img.alignright {<br />
padding: 0px;<br />
margin: 0px 0px 10px 10px;<br />
display: inline;<br />
}</p>
<p>img.alignleft {<br />
padding: 0px;<br />
margin: 0px 10px 10px 0px;<br />
display: inline;<br />
}</p>
<p>.alignright {<br />
float: right;<br />
}</p>
<p>.alignleft {<br />
float: left<br />
}<br />
[/sourcecode]</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/revolution-theme-image-align-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slim Glassy One</title>
		<link>http://www.evilscience.org/slim-glassy-one/</link>
		<comments>http://www.evilscience.org/slim-glassy-one/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 20:13:25 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[gravatar ready]]></category>
		<category><![CDATA[One column]]></category>
		<category><![CDATA[psd included]]></category>
		<category><![CDATA[single column]]></category>
		<category><![CDATA[Slim Glassy One]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=223</guid>
		<description><![CDATA[I found excellent theme  Slim-Glassy by http://ngraphicdesign.com/ but I wanted to have one column version, and since first theme was under GNU GPL, I adopted the design, so here is new version Slim Glassy One, one column, blue theme. Theme is compatible with the IE7, Opera, Firefox, Chrome, Safari. Also I included psd for [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I found excellent theme  Slim-Glassy by http://ngraphicdesign.com/ but I wanted to have one column version, and since first theme was under GNU GPL, I adopted the design, so here is new version Slim Glassy One, one column, blue theme. Theme is compatible with the IE7, Opera, Firefox, Chrome, Safari. Also I included psd for logo. Change it as you like but remember to save it in PNG if you used transparency. Since original theme is under GNU GPL this one is to, so feel free to change anything you like. However it would be great if you can leave footer link by Evil Science.</p>
<p style="text-align: center;"><a href="http://www.evilscience.org/wp-content/uploads/2009/01/slim.jpg"><img class="aligncenter size-medium wp-image-224" title="slim" src="http://www.evilscience.org/wp-content/uploads/2009/01/slim-300x265.jpg" alt="slim 300x265 Slim Glassy One" width="300" height="265" /></a></p>
<p style="text-align: center;"><a title="Slim Glassy One Demo" href="http://www.evilscience.org/demo/index.php?wptheme=Slim+Glassy+One+Column" target="_blank">DEMO</a> :: <a title="Slim Glassy One Download" href="http://www.evilscience.org/download/slim-glassy-one.zip" target="_blank">DOWNLOAD</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/slim-glassy-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7</title>
		<link>http://www.evilscience.org/wordpress-27/</link>
		<comments>http://www.evilscience.org/wordpress-27/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 19:10:55 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Wordpress 2.7]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=190</guid>
		<description><![CDATA[The new Wordpress release 2.7 &#8220;Coltrane&#8221; is out. I just finished updating my first blog and i like it according to this first impression. Everything works, we have new backend interface, now it looks more like some CMS backend, so if you have many plugins you will easier make shift&#8230; Interface is elegant and simple&#8230; [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-191" style="margin-left: 5px; margin-right: 5px;" title="wordpress27" src="http://www.evilscience.org/wp-content/uploads/2008/12/wordpress27-300x190.jpg" alt="wordpress27 300x190 Wordpress 2.7" width="300" height="190" />The new Wordpress release 2.7 &#8220;Coltrane&#8221; is out. I just finished updating my first blog and i like it according to this first impression. Everything works, we have new backend interface, now it looks more like some CMS backend, so if you have many plugins you will easier make shift&#8230; Interface is elegant and simple&#8230; It looks like also, that we dont have need anymore, for automatic update plugin since it is now integrated in the new system <img src='http://www.evilscience.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Wordpress 2.7 image" /> . They say over 150 people contributed to this new version.  Of course new wordpress is available for download at <a title="Wordpress 2.7" href="http://wordpress.org/development/2008/12/coltrane/trackback/" target="_blank">www.wordpres.org.</a><br />
Now going to update all my sites which are powered by Wordpress&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/wordpress-27/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Wordpress theme &#8211; ES Foggy Forest</title>
		<link>http://www.evilscience.org/free-wordpress-theme-es-foggy-forest/</link>
		<comments>http://www.evilscience.org/free-wordpress-theme-es-foggy-forest/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 12:08:50 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2 columns]]></category>
		<category><![CDATA[free theme]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[right sidebar]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=161</guid>
		<description><![CDATA[I just finished my first theme for Wordpress. It is called Foggy Forest by the image on which is based. Theme will best fit for personal use. It is XHTML and CSS valid. It have widgetized sidebar. Theme is tested in Opera 9+, Firefox 2+, Google Chrome, Internet Explorer 6, Internet Explorer 7.
Two people maded [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just finished my first theme for Wordpress. It is called Foggy Forest by the image on which is based. Theme will best fit for personal use. It is XHTML and CSS valid. It have widgetized sidebar. Theme is tested in Opera 9+, Firefox 2+, Google Chrome, Internet Explorer 6, Internet Explorer 7.<br />
Two people maded this theme free and they are <a href="http://www.ehostinfo.com/">Web Hosting</a> and <a href="http://www.latest-inventions.com/">Latest Inventions</a>!<br />
Theme is under released under Creative Common Attribution-Share Alike 2.5. To install this theme simply unzip it and then copy with some ftp program to your Wordpress theme folder.</p>
<p style="text-align: center;">So basicly Foggy Forest is:</p>
<p style="text-align: center;">Free (see licence.txt)<br />
Nature based theme Wordpress theme<br />
Right Sidebar<br />
Widget ready<br />
XHTML valid<br />
CSS valid<br />
2 column<br />
Theme is tested with: Opera 9+, Firefox 2+, Google Chrome, IE 7</p>
<p style="text-align: center;"><a href="http://www.evilscience.org/wp-content/uploads/2008/11/screenshot.jpg"><img class="size-medium wp-image-162    aligncenter" title="screenshot" src="http://www.evilscience.org/wp-content/uploads/2008/11/screenshot-300x225.jpg" alt="screenshot 300x225 Free Wordpress theme   ES Foggy Forest" width="300" height="225" /></a></p>
<p style="text-align: center;"><a title="Foggy Forest Wordpress theme" href="http://www.evilscience.org/download/es_foggy_forest.zip" target="_blank">DOWNLOAD</a> | <a title="Evil Science Wordpress theme demo site" href="http://www.evilscience.org/demo/index.php?wptheme=ES+Foggy+Forest" target="_blank">DEMO</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/free-wordpress-theme-es-foggy-forest/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
