<?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>amazing development &#187; Blog</title>
	<atom:link href="http://amazing-development.com/archives/category/all/computer/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com</link>
	<description>ruby, java and the rest</description>
	<lastBuildDate>Sun, 21 Aug 2011 20:46:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Darling, I shrinked the menu</title>
		<link>http://amazing-development.com/archives/2008/03/30/darling-i-shrinked-the-menu/</link>
		<comments>http://amazing-development.com/archives/2008/03/30/darling-i-shrinked-the-menu/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 14:54:18 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/?p=315</guid>
		<description><![CDATA[Yesterday I installed version 2.5 of WordPress (which is great!) but the menu in the admin interface uses up a lot of screen estate. That&#8217;s why I just patched wp-admin.css to save some of this precious space in the admin interface. Just follow the above link and replace your version found in wp-admin/ if you [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">version 2.5 of WordPress (which is great!)</a> but the menu in the admin interface uses up a lot of screen estate. That&#8217;s why I just patched <a href="http://amazing-development.com/wp-admin/wp-admin.css">wp-admin.css</a> to save some of this precious space in the admin interface. Just follow the above link and replace your version found in wp-admin/ if you think the menu is too big.<span id="more-315"></span></p>
<p>The changes are really simple. Here are the diffs:</p>
<pre>
&#45;&#45;&#45; wordpress/wp&#45;admin/wp&#45;admin.css 2008&#45;03&#45;29 08&#58;21&#58;12.000000000 +0100
+++ ../amazing&#45;development.com/wp&#45;admin/wp&#45;admin.css        2008&#45;03&#45;30 16&#58;47&#58;22.000000000 +0200
@@ &#45;573,8 +573,8 @@

 #wphead #viewsite {
        position&#58; absolute;
&#45;   margin&#45;top&#58; 12px;
&#45;   margin&#45;left&#58; 10px;
+       margin&#45;top&#58; 3px;
+       margin&#45;left&#58; 3px;
 }
 #wphead #viewsite a {
        font&#58; 12px &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Tahoma, Verdana, sans&#45;serif;
@@ &#45;590,8 +590,8 @@
 }

 #wphead h1 {
&#45;   font&#58; normal 36px Georgia, &quot;Times New Roman&quot;, Times, serif;
&#45;   padding&#58; 11px 170px 16px 12px;
+       font&#58; normal 18px Georgia, &quot;Times New Roman&quot;, Times, serif;
+       padding&#58; 11px 170px 20px 13px;
        margin&#58; 0;
        margin&#45;right&#58; 15%;
 }
@@ &#45;635,9 +635,9 @@
 }

 #adminmenu a {
&#45;   font&#45;size&#58; 16px;
+       font&#45;size&#58; 12px;
        padding&#58; 5px 7px;
&#45;   line&#45;height&#58; 30px;
+       line&#45;height&#58; 20px;
 }

 #adminmenu a.current, #sidemenu a.current {
@@ &#45;770,7 +770,7 @@
 }

 #submenu li {
&#45;   font&#45;size&#58; 14px;
+       font&#45;size&#58; 10px;
 }

 #minisub { /* for empty submenus */
@@ &#45;961,6 +961,14 @@
        text&#45;decoration&#58; underline;
 }

+#wpbody h2 {
+  font&#45;size&#58; 12pt;
+}
+
+#titlediv h3 {
+  display&#58; none;
+}
+
 #poststuff h2 {
        margin&#45;top&#58; 20px;
        font&#45;size&#58; 1.5em;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2008/03/30/darling-i-shrinked-the-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bloglines beta rocks</title>
		<link>http://amazing-development.com/archives/2007/08/30/bloglines-beta-rocks/</link>
		<comments>http://amazing-development.com/archives/2007/08/30/bloglines-beta-rocks/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 07:24:01 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2007/08/30/bloglines-beta-rocks/</guid>
		<description><![CDATA[Thanks to Sonja I found out, that bloglines launched the new beta for their feed reader under beta.bloglines.com. It looks very similar to the old app with a lot of added AJAX. But they fixed at least one major annoyance: if you open a feed with a lot of unread messages only the ones you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://daily.delusions.de/archives/2007/08/29/bloglines-beta/">Sonja</a> I found out, that bloglines launched the new beta for their feed reader under <a href="http://beta.bloglines.com/">beta.bloglines.com</a>. </p>
<p>It looks very similar to the old app with a lot of added AJAX. But they fixed at least one major annoyance: if you open a feed with a lot of unread messages only the ones you have actually seen are marked as read. Nice, very nice&#8230; And bonus points for calling it &#8220;βloglines&#8221; <img src='http://amazing-development.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><i>Update 6.9.2007:</i><br />
As far as I could tell βloglines has all the original features but one: the &#8220;keep new&#8221; checkbox. I use this very feature quite often to mark important posts and was thinking about switching back to the old version but my <a href="http://www.bloglines.com/forums/read.php?25,3806">prayers</a> were answered today:</p>
<blockquote><p><b>What happened to &#8220;Keep As New&#8221;?</b><br />
We have renamed &#8220;Keep As New&#8221; to &#8220;Pinned&#8221;. It can be toggled by clicking on the pin icon in the lower left of an article (or using the &#8220;n&#8221; hotkey). Your previous &#8220;Keep As New&#8221; articles should all be transparently available in the Beta as &#8220;Pinned&#8221; articles.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2007/08/30/bloglines-beta-rocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated favorite posts</title>
		<link>http://amazing-development.com/archives/2006/07/21/update-favorite-posts/</link>
		<comments>http://amazing-development.com/archives/2006/07/21/update-favorite-posts/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 09:39:22 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2006/07/21/update-favorite-posts/</guid>
		<description><![CDATA[I looked through my logs and was happy to see that some of my older posts are still quite popular. When I reread them I found some minor mistakes and added a little content. Anyway, I updated these three older posts: Rails, ActiveRecord and Distributed Ruby (DRb) in a nutshell (added DRb over unix sockets) [...]]]></description>
			<content:encoded><![CDATA[<p>I looked through my logs and was happy to see that some of my older posts are still quite popular. When I reread them I found some minor mistakes and added a little content. Anyway, I updated these three older posts:</p>
<ul>
<li><a href="http://amazing-development.com/archives/2006/03/16/rails-and-distributed-ruby-in-a-nutshell/">Rails, ActiveRecord and Distributed Ruby (DRb) in a nutshell</a> (added DRb over unix sockets)</li>
<li><a href="http://amazing-development.com/archives/2006/04/04/rubybashing-why-use-implicit-return/">Rubybashing: Why use implicit return?</a> (this reminds me, I wanted to write an article about what I had learned, something like &#8220;Why and when to use implicit return in Ruby?&#8221;)
</li>
<li><a href="http://amazing-development.com/archives/2006/01/20/using-google-talk-with-kopete/">Using Google Talk with kopete</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2006/07/21/update-favorite-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Commandments</title>
		<link>http://amazing-development.com/archives/2006/03/30/blog-commandments/</link>
		<comments>http://amazing-development.com/archives/2006/03/30/blog-commandments/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 19:28:39 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2006/03/30/blog-commandments/</guid>
		<description><![CDATA[The previous post about blog quality made me think about the things I want to write on this blog. Here&#8217;s the result, enjoy: Thou shall not post daily links &#8211; if I&#8217;m interested in your links, I will subscribe to your $socialbookmarkingtool feed Thou shall not post daily pics &#8211; BOCTAOE like [daily dose of [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="/archives/2006/03/30/a-vision-for-a-blog/">previous post about blog quality</a> made me think about the things I want to write on this blog. Here&#8217;s the result, enjoy:</p>
<ul>
<li><strong>Thou shall not post daily links</strong> &#8211; if I&#8217;m interested in your links, I will subscribe to your $socialbookmarkingtool feed</li>
<li><strong>Thou shall not post daily pics</strong> &#8211; <a href="http://en.wikipedia.org/wiki/BOCTAOE">BOCTAOE</a> like <a href="http://wvs.topleftpixel.com/">[daily dose of imagery]</a></li>
<li><strong>Thou shall not write &#8216;sorry for the lack of posts&#8217; posts</strong> &#8211; <a href="http://daily.delusions.de/">twice in a row</a> is evil, thrice is a mortal sin <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><strong>Thou shall publish full feeds</strong> &#8211; I want to read my stuff from bloglines</li>
<li><strong>Thou shall finish at least one of your unfinished blog entries before starting a new one</strong> &#8211; right now I have 8 unfinished posts</li>
<li><strong>Thou shall add some new content to a quote</strong> &#8211; &#8220;The ability to quote is a serviceable substitute for wit.  <i>~Somerset Maugham</i>&#8220;</li>
<li><strong>Thou shall not join the chorus</strong> &#8211; I really like rails, but how many people posted <a href="http://kasparov.skife.org/blog/2006/03/28/#rails-1_1">this</a> in the last 24h</li>
<li><strong>Thou shall link to this list and/or add comments with additional commandments</strong> &#8211; <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  sorry, but I&#8217;m out of ideas</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2006/03/30/blog-commandments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Vision for a Blog</title>
		<link>http://amazing-development.com/archives/2006/03/30/a-vision-for-a-blog/</link>
		<comments>http://amazing-development.com/archives/2006/03/30/a-vision-for-a-blog/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 09:19:32 +0000</pubDate>
		<dc:creator>schlumpf</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2006/03/30/a-vision-for-a-blog/</guid>
		<description><![CDATA[I don&#8217;t have my own blog, I&#8217;m just occasionally posting here on Frank&#8217;s blog. This is because I don&#8217;t think I have lots of important or relevant ideas to justify the existence of my own blog, nor would I like to invest a lot of time. Now I found a kind of official confirmation for [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have my own blog, I&#8217;m just occasionally posting here on Frank&#8217;s blog. This is because I don&#8217;t think I have lots of important or relevant ideas to justify the existence of my own blog, nor would I like to invest a lot of time. Now I found a kind of official confirmation for my point of view: <span id="more-212"></span> Doug from <a href="http://www.douglasjohnston.net/weblog/">a million monkeys typing</a> writes in <a href="http://www.douglasjohnston.net/weblog/archives/2006/03/29/starting-blog/">his latest post</a>:</p>
<blockquote><p>Since it’s now possible for newcomers to the blogging world to set up a Blogger or WordPress.com account in mere minutes without the slightest idea about what one is doing or why, it seems like 98% of the blogs on the Web boast but a half-dozen erratic posts before going dormant forever. Of those that are left, most offer only simple “my link for the day” posts, which of course are fine for friends or people of very similar interests, but not so much for the world at large.</p></blockquote>
<p>I&#8217;m quite satisfied that I possess enough self-control not to add myself to that group of people/blogs. (Thanks to Frank for letting me share his blog <img src='http://amazing-development.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>Doug continues: </p>
<blockquote><p>I conceive of a blog as a project, to be given due consideration, planning and effort. As such, I brainstorm, write notes, prepare a vision, gather resources, construct initial timelines, experiment with form, evaluate delivery options, and so on, before I even think of doing that magic little incantation which causes the blog to appear.</p></blockquote>
<p>I think this is a very important thing to consider when publishing all kinds of stuff, and for that reason, we used to have the headline <strong>&#8220;Does it matter?&#8221;</strong> on the &#8220;write post&#8221; page of this blog. Unfortunately it seems to have disappeared with the latest update. So we failed&#8230; </p>
<blockquote><p>all the preparatory time in the world won’t mean squat if you don’t have the discipline or wherewithal (or –*ahem*– ego) to keep it up.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2006/03/30/a-vision-for-a-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.0</title>
		<link>http://amazing-development.com/archives/2006/02/13/upgrade-to-wordpress-20/</link>
		<comments>http://amazing-development.com/archives/2006/02/13/upgrade-to-wordpress-20/#comments</comments>
		<pubDate>Mon, 13 Feb 2006 10:58:51 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2006/02/13/upgrade-to-wordpress-20/</guid>
		<description><![CDATA[With this article it&#8217;s really simple.]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://codex.wordpress.org/Upgrading_WordPress">this</a> article it&#8217;s really simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2006/02/13/upgrade-to-wordpress-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to customize your wordpress blog: Add information from a file</title>
		<link>http://amazing-development.com/archives/2005/12/18/how-to-customize-your-wordpress-blog/</link>
		<comments>http://amazing-development.com/archives/2005/12/18/how-to-customize-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 15:55:10 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/?p=166</guid>
		<description><![CDATA[There are a lot of good articles available about how to customize the layout of you blog but sometimes want to add some kind of outside information to your blog. For complex or large amounts of information, you should consider a database solution but in a lot of cases a simple file based solution works, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>There are a lot of <a href="http://performancing.com/node/429">good articles</a> available about how to customize the layout of you blog but sometimes want to add some kind of outside information to your blog. For complex or large amounts of information, you should consider a database solution but in a lot of cases a simple file based solution works, too. This tutorial shows you how to add information from a file to your blog.<span id="more-166"></span></p>
<p>Recently I added a &#8220;Just read&#8221; block to my sidebar containing links and images to the books I have read and a rating. At first this was a static html block, just to see how it will look. Lazy as I am, I didn&#8217;t want to write html every time I finish a book. This is why I moved the information from the <tt>sidebar.php</tt> into a seperate file called <tt>books.txt</tt> in the main directory of my blog.</p>
<h5>The file</h5>
<p>The file contains 5 tab seperated columns for author, title, amazon url, amazon image url and url for the rating image. A sample line looks like this:</p>
<pre>
<textarea wrap="off" class="code" rows="1" readonly>Dave Thomas&lt;tab&gt;Programming Ruby&lt;tab&gt;http://www.amazon.de/exec/obidos/ASIN/0974514055/&lt;tab&gt;http://images-eu.amazon.com/images/P/0974514055.03.MZZZZZZZ.jpg&lt;tab&gt;/pics/stars-2-5.gif</textarea>
</pre>
<p>Reading and parsing the file is pretty easy in php (this is taken directly from the php manual):</p>
<pre>
$lines = file(&apos;books.txt&apos;);
foreach ($lines as $line_num =&gt; $line) {
  $parsed = explode(&quot;&#92;t&quot;, rtrim($line));
  ...
}
</pre>
<p>As I wanted only the first 4 books to show, I added a check to echo only the lines with a line number less than 4. <tt>rtrim</tt> removes the whitespaces/newlines from the end of the line and <tt>explode</tt> splits the line at every tab. This leaves me with an array of 5 strings. The final step of assembling an entry for a book within a <tt>&lt;td&gt;</tt> is straightforward. After every 2 books a <tt>&lt;/tr&gt;&lt;tr&gt;</tt> is added to create a 2&#215;2 block of books.</p>
<p>Here&#8217;s the whole block, as it is used in my sidebar, if you have any questions feel free to ask&#8230;</p>
<pre>
<textarea wrap="off" class="code" rows="20" readonly>
&lt;li&gt;&lt;h4&gt;Just read&lt;/h4&gt;
  &lt;table&gt;
    &lt;tr&gt;

&lt;?php
$lines = file(&apos;books.txt&apos;);
foreach ($lines as $line_num =&gt; $line) {
  if ($line_num &lt; 4) {
    $parsed = explode(&quot;&#92;t&quot;, rtrim($line));

    $book_author = $parsed[0];
    $book_title = $parsed[1];
    $book_url = $parsed[2];
    $book_img = $parsed[3];
    $book_rate = $parsed[4];
    echo &quot;&lt;td&gt;&lt;a title=&#92;&quot;$book_author &#45; $book_title&#92;&quot; href=&#92;&quot;$book_url/frankspycha0b&#45;21/&#92;&quot;&gt;&lt;img src=&#92;&quot;$book_img&#92;&quot;/&gt;&lt;br/&gt;&lt;img src=&#92;&quot;$book_rate&#92;&quot;/&gt;&lt;/a&gt;&lt;/td&gt;&#92;n&quot;;
    if ($line_num % 2 == 1) {
      echo &quot;&lt;/tr&gt;&lt;tr&gt;&#92;n&quot;;
    }
  } else {
    break;
  }
}?&gt;

    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/li&gt;
</textarea>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/12/18/how-to-customize-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new theme for amazing-development</title>
		<link>http://amazing-development.com/archives/2005/12/07/new-theme-for-amazing-development/</link>
		<comments>http://amazing-development.com/archives/2005/12/07/new-theme-for-amazing-development/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 08:51:09 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2005/12/07/new-theme-for-amazig-development/</guid>
		<description><![CDATA[The theme does not include the &#8216;just read&#8217; from the sidebar, but everything else is just like you see it here on my blog. You can download it as .zip or .tar.gz. Update 10.2.2006: &#8216;Subscribe me&#8217; in sidebar links to delicious, diggit and reddit on single article page Update 11.2.2006: different background for odd/even comments [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>The theme does not include the &#8216;just read&#8217; from the sidebar, but everything else is just like you see it here on my blog. You can download it as <a href="http://static.amazing-development.com/themes/amazing-development.zip">.zip</a> or <a href="http://static.amazing-development.com/themes/amazing-development.tar.gz">.tar.gz</a>.</p>
<p><strong>Update 10.2.2006:</strong></p>
<ul>
<li>&#8216;Subscribe me&#8217; in sidebar</li>
<li>links to delicious, diggit and reddit on single article page</li>
</ul>
<p><strong>Update 11.2.2006:</strong></p>
<ul>
<li>different background for odd/even comments</li>
<li>nice numbering for comments, used the idea found <a href="http://www.w-a-s-a-b-i.com/archives/2006/01/05/how-to-display-comment-number-in-comment-background-a-quick-tutorial/">here</a></li>
</ul>
<p><b>This theme works with WordPress 1.5 and WordPress 2.0!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/12/07/new-theme-for-amazing-development/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>blog moved</title>
		<link>http://amazing-development.com/archives/2005/12/05/blog-moved/</link>
		<comments>http://amazing-development.com/archives/2005/12/05/blog-moved/#comments</comments>
		<pubDate>Mon, 05 Dec 2005 13:01:57 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://amazing-development.com/archives/2005/12/05/blog-moved/</guid>
		<description><![CDATA[I moved my blog this morning. It looks as if everything is up and running again, but if you note anything strange, please drop me a note.]]></description>
			<content:encoded><![CDATA[<p>I moved my blog this morning. It looks as if everything is up and running again, but if you note anything strange, please drop me a note.</p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/12/05/blog-moved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XML in WordPress articles</title>
		<link>http://amazing-development.com/archives/2005/11/30/xml-in-wordpress-articles/</link>
		<comments>http://amazing-development.com/archives/2005/11/30/xml-in-wordpress-articles/#comments</comments>
		<pubDate>Wed, 30 Nov 2005 10:15:54 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/?p=152</guid>
		<description><![CDATA[I edited an older article and noticed that I could not cut-and-paste the XML into a file an use it becaus wordpress does some funny things to my document. I changes the quote from &#34; to &#8221; and the double hyphen from &#45;&#45; to &#8211;. Therefore I wrote this short sed script to escape my [...]]]></description>
			<content:encoded><![CDATA[<p>I edited <a href="/archives/2005/03/09/macrodef-for-ant/">an older article</a> and noticed that I could not cut-and-paste the XML into a file an use it becaus wordpress does some funny things to my document. I changes the quote from &quot; to &#8221; and the double hyphen from &#45;&#45; to &#8211;. Therefore I wrote this short sed script to escape my XML for use in blog posts. Any sed gurus out there who can tell me an easier/shorter/more elegant way of doing this?</p>
<p><textarea wrap="off" class="code"rows="1" readonly>sed &#45;e &apos;s/&#92;&#038;38;/&#92;&#038;38;38;/g; s/&#92;&#92;/&#92;&#038;38;#92;/g; s/&gt;/&#92;&#038;38;gt;/g; s/&lt;/&#92;&#038;38;lt;/g; s/&quot;/&#92;&#038;38;quot;/g; s/&#45;/&#92;&#038;38;#45;/g&apos; $1 | sed &#45;e &quot;s/&apos;/&#92;&#038;38;apos;/g;&quot;</textarea></p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/11/30/xml-in-wordpress-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress update</title>
		<link>http://amazing-development.com/archives/2005/07/18/wordpress-update/</link>
		<comments>http://amazing-development.com/archives/2005/07/18/wordpress-update/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 12:57:18 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/?p=132</guid>
		<description><![CDATA[from the wordpress blog: &#8230;an important security issue was brought to our attention which required an update for our users. The problem is not yet public but you should update your blog as soon as possible to 1.5.1.3&#8230; unzip latest.zip move old directory copy old wp-config.php copy old theme copy old plugins copy old .htaccess [...]]]></description>
			<content:encoded><![CDATA[<p>from the <a href="http://wordpress.org/development/2005/06/wordpress-1513/">wordpress blog</a>:</p>
<blockquote><p>&#8230;an important security issue was brought to our attention which required an update for our users. The problem is not yet public but you should update your blog as soon as possible to 1.5.1.3&#8230;</p></blockquote>
<ul>
<li>unzip latest.zip</li>
<li>move old directory</li>
<li>copy old wp-config.php</li>
<li>copy old theme</li>
<li>copy old plugins</li>
<li>copy old .htaccess</li>
</ul>
<p>took 5 minutes et voila&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/07/18/wordpress-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post instead of a comment</title>
		<link>http://amazing-development.com/archives/2005/06/20/post-instead-of-a-comment/</link>
		<comments>http://amazing-development.com/archives/2005/06/20/post-instead-of-a-comment/#comments</comments>
		<pubDate>Mon, 20 Jun 2005 08:12:27 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2005/06/20/post-instead-of-a-comment/</guid>
		<description><![CDATA[Just fixed my theme &#8211; there was a problem with longer titles which wrapped around under the top of the sidebar. Anyway, it&#8217;s fixed. Thanks to Sonic Chicken for the hint. Tried to leave a comment in Sonic Chicken&#8217;s article, but comments are closed. That&#8217;s evil, use a spaminator or something similar&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just fixed my theme &#8211; there was a problem with longer titles which wrapped around under the top of the sidebar. Anyway, it&#8217;s fixed. Thanks to <a href="http://sonicchicken.net/blog/wordpress/index.php">Sonic Chicken</a> for the hint.</p>
<p>Tried to leave a comment in Sonic Chicken&#8217;s article, but comments are closed. That&#8217;s evil, use a spaminator or something similar&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/06/20/post-instead-of-a-comment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Small wordpress fix</title>
		<link>http://amazing-development.com/archives/2005/03/13/small-wordpress-fix/</link>
		<comments>http://amazing-development.com/archives/2005/03/13/small-wordpress-fix/#comments</comments>
		<pubDate>Sun, 13 Mar 2005 11:01:40 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2005/03/13/small-wordpress-fix/</guid>
		<description><![CDATA[If you have multiple authors who are allowed to ack comments, you might want to change comment-functions.php line 717 @wp_mail($admin_email, $subject, $notify_message, $message_headers); to @wp_mail($user->user_email, $subject, $notify_message, $message_headers); Notification mails for comments held for moderation are now sent to the post author instead of the admin.]]></description>
			<content:encoded><![CDATA[<p>If you have multiple authors who are allowed to ack comments, you might want to change comment-functions.php line 717</p>
<pre>
    @wp_mail($admin_email, $subject, $notify_message, $message_headers);
</pre>
<p>to</p>
<pre>
    @wp_mail(<i>$user->user_email</i>, $subject, $notify_message, $message_headers);
</pre>
<p>Notification mails for comments held for moderation are now sent to the post author instead of the admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/03/13/small-wordpress-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My theme psycho 0.1</title>
		<link>http://amazing-development.com/archives/2005/03/05/my-theme-psycho-01/</link>
		<comments>http://amazing-development.com/archives/2005/03/05/my-theme-psycho-01/#comments</comments>
		<pubDate>Sat, 05 Mar 2005 19:05:07 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2005/03/05/my-theme-psycho-01/</guid>
		<description><![CDATA[This site now uses a new theme, you can find it here. If you like my theme, just download psycho.tar.gz or psycho.zip, put it in the wp-content/theme/ directory, unpack it and activate it under &#8220;Presentation&#8221;&#8230; enjoy and let me know if you like it&#8230; Features: Recent Posts list in the sidebar, when not on the [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p><b>This site now uses a new theme, you can find it <a href="http://amazing-development.com/archives/2005/12/07/new-theme-for-amazing-development/">here</a>.</b></p>
<p>If you like my theme, just download <a href="http://static.amazing-development.com/themes/psycho.tar.gz">psycho.tar.gz</a> or <a href="http://static.amazing-development.com/themes/psycho.zip">psycho.zip</a>, put it in the <tt>wp-content/theme/</tt> directory, unpack it and activate it under &#8220;Presentation&#8221;&#8230;<span id="more-88"></span></p>
<p>enjoy and let me know if you like it&#8230;</p>
<p>Features:</p>
<ul>
<li>Recent Posts list in the sidebar, when not on the main page</li>
<li>Recent Comments list in the sidebar</li>
<li>author shown only for articles <b>not</b> written by the administrator</li>
<li>little stats block in the sidebar</li>
</ul>
<p><i>addendum 7.3.05</i><br />
hey, 7 downloads in one day <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  If you actually use this theme, let me know&#8230;</p>
<p><i>addendum 7.3.05 II</i></p>
<ul>
<li>moved &#8216;filed under&#8217; to the top</li>
<li>changed the &#8216;recent comments&#8217; code, now comments which are not approved no longer appear in the list</li>
<li>added the stats block</li>
</ul>
<p><i>addendum 8.3.05</i></p>
<ul>
<li>fixed the link list</li>
</ul>
<p><i>addendum 10.3.05</i></p>
<ul>
<li>added author count in status box</li>
</ul>
<p><i>addendum 11.3.05</i></p>
<ul>
<li>changes at the comments box, could still use some improvement</li>
</ul>
<p><i>addendum 18.3.05</i></p>
<ul>
<li>fixed the damn backslashes in front of quotes, but it&#8217;s just a workaround</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/03/05/my-theme-psycho-01/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>update</title>
		<link>http://amazing-development.com/archives/2005/02/17/update/</link>
		<comments>http://amazing-development.com/archives/2005/02/17/update/#comments</comments>
		<pubDate>Thu, 17 Feb 2005 16:46:29 +0000</pubDate>
		<dc:creator>Frank Spychalski</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2005/02/17/update/</guid>
		<description><![CDATA[as you can see I successfully updated wordpress to 1.5.]]></description>
			<content:encoded><![CDATA[<p>as you can see I successfully updated wordpress to 1.5. </p>
]]></content:encoded>
			<wfw:commentRss>http://amazing-development.com/archives/2005/02/17/update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

