<?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>info.michael-simons.eu &#187; janb</title>
	<atom:link href="http://info.michael-simons.eu/category/janb/feed/" rel="self" type="application/rss+xml" />
	<link>http://info.michael-simons.eu</link>
	<description>Just another nerd blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.2 Update</title>
		<link>http://info.michael-simons.eu/2007/05/17/wordpress-22-update/</link>
		<comments>http://info.michael-simons.eu/2007/05/17/wordpress-22-update/#comments</comments>
		<pubDate>Thu, 17 May 2007 11:24:15 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[janb]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/05/17/wordpress-22-update/</guid>
		<description><![CDATA[Wordpress 2.2 arrived a day ago. Updating was no problem at all. Prominent new features are wigdet support without the need for an external plugin and a working atom 1.0 feed. I could drop two plugins: the widget plugin and the atom10 plugin. Nice. All others work as before (some important to mention are UTW, [...]]]></description>
			<content:encoded><![CDATA[<p>
Wordpress 2.2 arrived a day ago.<br />
Updating was no problem at all. Prominent new features are wigdet support without the need for an external plugin and a working atom 1.0 feed.</p>
<p>I could drop two plugins: the widget plugin and the atom10 plugin. Nice. All others work as before (some important to mention are UTW, WP-Cache and the nice extended live archive(*).</p>
<p>A really nice site effect of the update: the WP Team finally managed to put a &#8220;SET NAMES blah&#8221; into wp-db.php, so that setting &#8220;UTF-8&#8243; i.e. in wp-admin really means UTF-8 in the database. I always hacked my wp-db(**) for my other blog <a href="http://planet-punk.de">planet-punk.de</a>, since there are a lot of old posts from another legacy system that _are_ indeed UTF-8 but which where maltransformed by wp without that hack before 2.2.</p>
<p>I do have a local development system on my mac but i tend to test things twice or more often. Other people maybe don&#8217;t have or want that luxury and need to udate their blogs directly on the server. Either way, it&#8217;s a good idea, to put your blog to maintenance while updating your wp core files. This is easily accomplished with .htacess and mod_rewrite. First create a file &#8220;maintenance.html&#8221; for your visitors. Than look up your external ip and add the following to your .htaccess:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_rewrite.c&gt;
<span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">On</span>
<span style="color: #00007f;">RewriteCond</span> %{REMOTE_ADDR} !87.78.68.17 [NC]
<span style="color: #00007f;">RewriteRule</span> ! maintenance.html$ maintenance.html [R=<span style="color: #ff0000;">301</span>,L]
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;</pre></div></div>

<p>and replace 87.78.68.17 with your external ip. Remember commenting these entries when you&#8217;re done.</p>
<p><small>(*) If you have any questions about my plugins, don&#8217;t hesitate to ask, i just don&#8217;t want a plugin list in case of bugs in any plugin.</small></p>
<p><small>(**) The hack <em>was</em>: Add the following to <em>__construct</em> in your wp-db.php (./wp-includes/) :</small></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	<span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">select</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dbname</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SET NAMES 'utf8'&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p class="akst_link"><a href="http://info.michael-simons.eu/?p=78&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_78" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/05/17/wordpress-22-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello again&#8230;</title>
		<link>http://info.michael-simons.eu/2007/04/07/hello-again/</link>
		<comments>http://info.michael-simons.eu/2007/04/07/hello-again/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 18:44:55 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[janb]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/04/07/hello-again/</guid>
		<description><![CDATA[Just get rid off K2, it was way to slow&#8230; Now i use a slightly modified theme from plaintxt.org, which i like a lot. More to come after the easter holidays. Share This]]></description>
			<content:encoded><![CDATA[<p>Just get rid off K2, it was way to slow&#8230; Now i use a slightly modified theme from <a href="http://plaintxt.org">plaintxt.org</a>, which i like a lot.</p>
<p>More to come after the easter holidays.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=66&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_66" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/04/07/hello-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Umzug!</title>
		<link>http://info.michael-simons.eu/2006/09/08/umzug/</link>
		<comments>http://info.michael-simons.eu/2006/09/08/umzug/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 19:17:41 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[janb]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=30</guid>
		<description><![CDATA[Es ist erstaunlich, so habe ich mein kleines Nerdblog noch nicht erlebt: Schnell, wie andere WordPressblogs sind. Gehostet wird die Domain michael-simons.eu bei Tiggerswelt.net und davon profitiert jetzt auch Just another nerd blog, dass von msimons.info nach info.michael-simons.eu umgezogen ist. So macht das Bloggen mit WordPress tatsächlich Spaß und deshalb wird hier in Zukunft auch [...]]]></description>
			<content:encoded><![CDATA[<p>Es ist erstaunlich, so habe ich mein kleines Nerdblog noch nicht erlebt: Schnell, wie andere WordPressblogs sind.</p>
<p>Gehostet wird die Domain <a href="http://www.michael-simons.eu">michael-simons.eu</a> bei <a href="http://tiggerswelt.net/" rel="external">Tiggerswelt.net</a> und davon profitiert jetzt auch <em>Just another nerd blog</em>, dass von msimons.info nach <a href="http://info.michael-simons.eu">info.michael-simons.eu</a> umgezogen ist.</p>
<p>So macht das Bloggen mit WordPress tatsächlich Spaß und deshalb wird hier in Zukunft auch öfter etwas erscheinen.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=30&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_30" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2006/09/08/umzug/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>janb: Just another nerd blog</title>
		<link>http://info.michael-simons.eu/2006/04/22/janb-just-another-nerd-blog/</link>
		<comments>http://info.michael-simons.eu/2006/04/22/janb-just-another-nerd-blog/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 11:03:53 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[janb]]></category>

		<guid isPermaLink="false">http://www.msimons.info/?p=3</guid>
		<description><![CDATA[Hallo zusammen, auch auf die Gefahr hin, mich zu wiederholen: just another nerd blog, bloß ein weiteres Nerdblog. Die Menschen, die mich kennen, wissen, dass ich mich auf Planet-Punk.de über Musik, Konzerte, Apple, mich selber, das Leben und den ganzen Rest austobe. Leider passen dort die Dinge, die mir im beruflichen Alltag als Programmierer und [...]]]></description>
			<content:encoded><![CDATA[<p>Hallo zusammen,<br />
auch auf die Gefahr hin, mich zu wiederholen: just another nerd blog, bloß ein weiteres <a href="http://de.wikipedia.org/wiki/Nerd">Nerd</a>blog.</p>
<p>Die Menschen, die mich kennen, wissen, dass ich mich auf <a href="http://www.planet-punk.de">Planet-Punk.de</a> über Musik, Konzerte, Apple, mich selber, das Leben und den ganzen Rest austobe. Leider passen dort die Dinge, die mir im beruflichen Alltag als Programmierer und Berater wichtig und nützlich sind, nicht wirklich hin.<br />
Unter anderem wären das nützliche Codesnippets, spezifische Linktipps, howtos oder auch einfach nur kleine Notizen, wie man Probleme lösen kann, nach deren Lösung ich teilweise habe recht lange suchen müsse, die deshalb auch für andere nützlich sein könnten.</p>
<p>Ich verfolge damit den gleichen Ansatz, den auch <a href="http://uptim3.blogspot.com/">René</a> mit seinem Blog versucht, leider aber nicht weiter durchgezogen hat. Ich gelobe diesbezüglich mehr Ehrgeiz.</p>
<p>Ganz bewußt habe ich mich für dieses Blog gegen eine selbstentwickelte Software und auch gegen ein selbstgestaltetes Theme für <a href="http://www.wordpress.org">WordPress</a> entschieden und nutze statt dessen WordPress und eine Beta von <a href="http://www.getk2.com">K2</a>. Dass ich auch mit validem XHTML und CSS umgehen kann, kann man unter anderem auf <a href="http://www.planet-punk.de">Planet-Punk.de</a> und <a href="http://www.dailyfratze.de">Dailyfratze</a> sehen. Beide Seiten basieren auf einem eigenen &#8220;Miniblogsystem&#8221;.</p>
<p>In diesem Sinne, viel Spaß beim Lesen!</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=3&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_3" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2006/04/22/janb-just-another-nerd-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.501 seconds -->

