<?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 &#187; Δοκιμές</title>
	<atom:link href="http://op109.net/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://op109.net</link>
	<description>Sibling of op111.net / Αδελφάκι του op111.net</description>
	<lastBuildDate>Wed, 18 Aug 2010 12:03:34 +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>Testing oEmbed in v2.9-rare</title>
		<link>http://op109.net/2009/10/oembed-test/</link>
		<comments>http://op109.net/2009/10/oembed-test/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:56:49 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Δοκιμές]]></category>

		<guid isPermaLink="false">http://op109.net/?p=141</guid>
		<description><![CDATA[A list with asterisks to know whether Markdown is activated. * A list item * Another list item * A third list item A list item Another list item A third list item http://www.youtube.com/watch?v=C90Mz4hvAzI Next is a Flickr link enclosed &#8230; <a href="http://op109.net/2009/10/oembed-test/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A list with asterisks to know whether Markdown is activated.</p>

<pre><code>*   A list item
*   Another list item
*   A third list item
</code></pre>

<ul>
<li>A list item</li>
<li>Another list item</li>
<li>A third list item</li>
</ul>

<p>http://www.youtube.com/watch?v=C90Mz4hvAzI</p>

<p>Next is a Flickr link enclosed in embed shortcode tags, like this:</p>

<p><em>&#91;embed&#93;http://www.flickr.com/photos/48652023@N00/304927946/&#91;/embed&#93;</em></p>

<p>Here it is:</p>

<p><img src="http://farm1.static.flickr.com/119/304927946_fc0c4de9fc.jpg" alt="Bocca Baciata" width="388" height="500" /></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/10/oembed-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
