<?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>op109.net</title>
	<atom:link href="http://op109.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://op109.net</link>
	<description>Sibling of op111.net / Αδελφάκι του op111.net</description>
	<lastBuildDate>Sat, 03 Jul 2010 10:22:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Another test for Windows Live Writer</title>
		<link>http://op109.net/2010/07/another-test-for-windows-live-writer/</link>
		<comments>http://op109.net/2010/07/another-test-for-windows-live-writer/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 10:16:56 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Δοκιμές]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[wlw]]></category>

		<guid isPermaLink="false">http://op109.net/blog/2010/07/03/another-test-for-windows-live-writer/</guid>
		<description><![CDATA[EDIT There is still no way to use Markdown and WLW together. What is missing is a way to keep line breaks when using Source mode in WLW.]]></description>
			<content:encoded><![CDATA[<p>EDIT</p>

<p>There is still no way to use Markdown and WLW together.</p>

<p>What is missing is a way to keep line breaks when using Source mode in WLW.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2010/07/another-test-for-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test. Saving as Draft and then publishing</title>
		<link>http://op109.net/2010/04/test-draft-publish/</link>
		<comments>http://op109.net/2010/04/test-draft-publish/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:09:43 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Δοκιμές]]></category>

		<guid isPermaLink="false">http://op109.net/?p=454</guid>
		<description><![CDATA[[email_link] This is a test post. I am going to save it as a Draft first, and then, after a while, publish it.]]></description>
			<content:encoded><![CDATA[<p>[email_link]</p>

<p>This is a test post.</p>

<p>I am going to save it as a Draft first, and then, after a while, publish it.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2010/04/test-draft-publish/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML Elements</title>
		<link>http://op109.net/2010/01/html-elements/</link>
		<comments>http://op109.net/2010/01/html-elements/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 12:58:15 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Δοκιμές]]></category>

		<guid isPermaLink="false">http://op109.net/?p=324</guid>
		<description><![CDATA[This is a test article for seeing how various HTML elements are styled by WordPress themes. It uses all elements available in the basic view of the WordPress edit screen, plus a few more that are useful for web content, &#8230; <a href="http://op109.net/2010/01/html-elements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--nm: -->

<p>This is a test article for seeing how various HTML elements are styled by WordPress themes.
It uses all elements available in the basic view of the WordPress edit screen,
plus a few more that are useful for web content, especially headings of two levels:  <code>h2</code> and <code>h3</code>.</p>

<h2>    Let’s start!</h2>

<p>After the introductory paragraph and an <code>h2</code> heading comes an image.
It’s a resized image that links to its full-size original, and that has a short sample caption:</p>

<p><a href="http://op111.net/c/img/flickr-3630343-green-layers-1024x0768.jpg" rel="lightbox[324]" title="Green layers"><img src="http://op111.net/c/img/flickr-3630343-green-layers-0240x0180.jpg" alt="Green layers" title="Green layers" width="240" height="180" /></a></p>

<p class="wp-caption">This is the caption of the image.</p>

<h2>    Inline elements</h2>

<p>Now comes a simple list that demonstrates how various inline elements are styled:</p>

<ul>
<li><em>This is an emphasized phrase</em> (using <code>em</code>)</li>
<li><strong>This is a phrase displayed in strong type</strong> (using <code>strong</code>)</li>
<li><del>This is a deleted phrase</del> (using <code>del</code>)</li>
<li><a href="#">This is a linked phrase</a></li>
</ul>

<h2>    Quotes</h2>

<p>Next are two lines from <cite>Hamlet</cite> enclosed in <code>blockquote</code>:</p>

<blockquote>
  <p>There are more things in heaven and earth, Horatio,<br />
    Than are dreamt of in your philosophy.</p>
</blockquote>

<h2>    Lists</h2>

<p>Time to see how lists are styled&#8230;</p>

<h3>Ordered and unordered lists, mixed and nested</h3>

<p>Lists (ordered or unordered) are easy to get right.
Nested lists, however, often reveal problems in the styling, usually by uneven and illogical vertical spacing.</p>

<ul>
<li>First item in an unordered list (<code>ul</code>)</li>
<li>Second item in an unordered list

<ol>
<li>Here starts an orderd list (<code>ol</code>), nested in the unordered list</li>
<li>Second item of ordered list</li>
<li>Third item of orderd list

<ul>
<li>Going one level deep, to start an unordered list</li>
<li>Second item of nested ordered list         </li>
</ul></li>
<li>Back to the the ordered list of the previous level</li>
</ol></li>
<li>Back to the top-level</li>
<li>Last item of the top-level unordered list</li>
</ul>

<h3>Definition lists</h3>

<p>Next is a definition list.  Definition lists are a useful device for web content but are not available in the WordPress content editor.
Maybe that’s why some themes ignore them or, even worse, reset the default browser styling and then leave definition lists completely unstyled.
(Horror!)</p>

<dl>
<dt>Apple</dt>
<dd>Pomaceous fruit of plants of the genus Malus in the family Rosaceae.</dd>

<dd>An american computer company.</dd>

<dt>Orange</dt>
<dd>The fruit of an evergreen tree of the genus Citrus.</dd>

<dt>Peach</dt>
<dd>Species of Prunus native to China that bears an edible juicy fruit also called a peach.</dd>

<dd>An especially pleasing person or thing.</dd>
</dl>

<h2>    Preformatted text</h2>

<p>A piece of code wrapped in <code>pre</code>:</p>

<pre><code>#include &lt;iostream&gt;

int main()
{
   std::cout &lt;&lt; "Hello, world!\n";
}
</code></pre>

<h2>    Tables</h2>

<table>
<thead>
<tr>
  <th align="left">Header</th>
  <th align="left">Another header</th>
  <th align="left">A third header</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="left">A cell</td>
  <td align="left">A second cell in the first row</td>
  <td align="left">A third cell</td>
</tr>
<tr>
  <td align="left">A cell</td>
  <td align="left">Another cell</td>
  <td align="left">Yet another cell</td>
</tr>
</tbody>
</table>

<hr />

<p>And, after an horizontal rule (<code>hr</code>), our simple sample post reaches its end!</p>

<p>Cheers!</p>

<h2>    Credits</h2>

<ul>
<li><a href="http://www.flickr.com/photos/nospuds/3630343/">Green Layers photograph by nospuds</a></li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2010/01/html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing pingbacks in WordPress 2.9.0</title>
		<link>http://op109.net/2009/12/test-wp29-pingback/</link>
		<comments>http://op109.net/2009/12/test-wp29-pingback/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 18:41:07 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Δοκιμές]]></category>
		<category><![CDATA[test pingbacks wp29]]></category>

		<guid isPermaLink="false">http://op109.net/?p=263</guid>
		<description><![CDATA[http://op111.net/72 is a great article over at op111.net.]]></description>
			<content:encoded><![CDATA[<p><a href="http://op111.net/72">http://op111.net/72</a> is a great article over at op111.net.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/12/test-wp29-pingback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory usage in WordPress 2.7, 2.8 and 2.9 Beta 1</title>
		<link>http://op109.net/2009/11/wp-27-28-29-ram/</link>
		<comments>http://op109.net/2009/11/wp-27-28-29-ram/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 14:25:48 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://op109.net/?p=239</guid>
		<description><![CDATA[After suffering from a few RAM issues lately here at op109.net, I decided to do a comparison with previous WordPress versions to see if there was anything particularly wrong with the latest development version of WordPress. The latest dev. version &#8230; <a href="http://op109.net/2009/11/wp-27-28-29-ram/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After suffering from a few RAM issues lately here at op109.net, I decided to do a comparison with previous WordPress versions to see if there was anything particularly wrong with the latest development version of WordPress.</p>

<p>The latest dev. version of WordPress (currently heading towards 2.9&nbsp;Beta&nbsp;2) is what op109.net uses.  With it, the 32MB of memory available to the site were often not enough to do a plugin upgrade.  Each time, to get the upgrade to finish successfully, I had to deactivate either one of the five active plugins, or the translation (I use op109.net to test the Greek L10n of WordPress).</p>

<p>What the comparison showed:</p>

<h2>The numbers</h2>

<p>I tried each of WordPress 2.7, 2.8, and 2.9 Beta 1 with and without the Greek translation and with three different themes:  Default, Simplish, and Thematic.  In each case only one (1) plugin was active: WP Memory Usage.  The numbers in parentheses show the memory usage when the translation was active.</p>

<table>
<thead>
<tr>
  <th></th>
  <th>Default</th>
  <th>Simplish</th>
  <th>Thematic</th>
</tr>
</thead>
<tbody>
<tr>
  <td><strong>WP2.7</strong></td>
  <td>17.26MB (19.95MB)</td>
  <td>17.16MB (19.83MB)</td>
  <td>18.01MB (20.87MB)</td>
</tr>
<tr>
  <td><strong>WP2.8</strong></td>
  <td>23.07MB (28.53MB)</td>
  <td>22.97MB (28.43MB)</td>
  <td>24.00MB (29.63MB)</td>
</tr>
<tr>
  <td><strong>WP2.9b1</strong></td>
  <td>20.17MB (25.64MB)</td>
  <td>20.12MB (25.54ΜΒ)</td>
  <td>21.08MB (26.70ΜΒ)</td>
</tr>
</tbody>
</table>

<h2>Environment info</h2>

<p>SERVER</p>

<ul>
<li>Linux 2.6.18</li>
<li>CentOS 5 <strong>64</strong>bit</li>
<li>Apache 2.2.13 </li>
<li>PHP 5.2.11 </li>
<li>MySQL 5.0.81</li>
</ul>

<p>WORDPRESS, THEMES, AND L10N FILES</p>

<ul>
<li>WordPress 2.9 beta 1 (r12290 from trunk)</li>
<li>WordPress 2.8 (r11552 from trunk)</li>
<li>WordPress 2.7 (r10188 from trunk)</li>
<li>Default theme 2.9 beta 1 (r12290 from trunk)</li>
<li>Simplish theme 2.2.2</li>
<li>Thematic theme 0.9.6 β 06 (r571 from trunk)</li>
<li>Greek L10n 2.9 beta 1 98% complete (r10450 from trunk)</li>
</ul>

<p>HOSTING</p>

<p>A Small Orange, Tiny Orange shared-hosting package</p>

<p>TOOLS</p>

<p>The RAM numbers are from the WP Memory Usage plugin by Alex Rabe:</p>

<p><a href="http://wordpress.org/extend/plugins/wp-memory-usage/">wordpress.org/extend/plugins/wp-memory-usage</a></p>

<h2>Method and other notes</h2>

<p>For this comparison I downgraded op109.net via SVN from the latest WordPress trunk (r12290) to WordPress 2.8, then to WordPress 2.7.  Then I upgraded again to WordPress 2.8 and finally to the latest trunk (r12290).</p>

<p>I repeated these four steps twice;  that is, two runs in total.  The numbers in the table are the averages.  (MB values varied from 0.00 to 0.09 between the two runs.)</p>

<p>After each downgrade/upgrade WordPress asked me to “upgrade” the database.  Interestingly, all eight database “upgrades” went OK and everytime everything <em>seemed</em> to work OK down to WordPress 2.7 (including the themes Simplish and Thematic, which were at their very latest versions, and also a few plugins I tried).</p>

<h2>Quick conclusion</h2>

<p>See the table! :-)  Also, 64bit operating systems eat a lot of memory –&nbsp;but we already knew that.&nbsp;:-D</p>

<p>2009-11-29</p>

<p>δκ<br />
<a href="http://op111.net/">http://op111.net/</a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/11/wp-27-28-29-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
