<?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>Norman&#039;s Blog &#187; WordPress</title>
	<atom:link href="http://www.normansblog.de/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.normansblog.de</link>
	<description>News über CSS, jQuery, Firefox und andere Browser sowie aktuelle Kinofilme.</description>
	<lastBuildDate>Fri, 21 Sep 2018 13:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>WP e-Commerce Adressen mit Umlauten in UTF-8</title>
		<link>https://www.normansblog.de/wp-e-commerce-adressen-mit-umlauten-in-utf-8/</link>
		<comments>https://www.normansblog.de/wp-e-commerce-adressen-mit-umlauten-in-utf-8/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 21:13:15 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp e-commerce]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=2223</guid>
		<description><![CDATA[Nur ein kurzer Bugfix. Wenn man einen Shop in seine WordPress-Installation integrieren will, führt wohl kaum ein Weg an WP e-Commerce vorbei. Trotz zahlreicher Schwächen ist es im Vergleich zu den anderen Plugins in den schier unendlichen Weiten des Plugin Directories das kleinere Übel. Ein Bug, der mich einiges an Zeit kostete, war die falsche [...]]]></description>
			<content:encoded><![CDATA[<p>Nur ein kurzer Bugfix.</p>
<div id="attachment_2224" class="wp-caption alignright" style="width: 170px"><a href="http://www.normansblog.de/wp-e-commerce-adressen-mit-umlauten-in-utf-8"><img src="http://www.normansblog.de/wp-content/uploads/2010/03/e-commerce-150x138.png" alt="" title="e-commerce" width="150" height="138" class="size-thumbnail wp-image-2224" /></a><p class="wp-caption-text">WP e-Commerce UTF-8 Bug</p></div>
<p>Wenn man einen Shop in seine WordPress-Installation integrieren will, führt wohl kaum ein Weg an <a href="http://wordpress.org/extend/plugins/wp-e-commerce/">WP e-Commerce</a> vorbei. Trotz zahlreicher Schwächen ist es im Vergleich zu den anderen Plugins in den schier unendlichen Weiten des <a href="http://wordpress.org/extend/plugins/">Plugin Directories</a> das kleinere Übel.</p>
<p>Ein Bug, der mich einiges an Zeit kostete, war die falsche Ausgabe von Adressen mit Umlauten oder &#8220;ß&#8221; im Namen, was in Deutschland recht häufig der Fall ist (&#8220;Stra<strong>ß</strong>e&#8221;). Die Adressen wurden richtig kodiert in die Datenbank gespeichert (darauf achten, dass sie auf UTF-8 gestellt ist) aber es wurden immer komische Zeichen wie Ã¼, Ã¶ oder � ausgegeben.</p>
<p><span id="more-2223"></span></p>
<div id="attachment_2225" class="wp-caption aligncenter" style="width: 520px"><a href="http://www.normansblog.de/wp-content/uploads/2010/03/79ae686244db.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2010/03/79ae686244db-500x475.jpg" alt="" title="79ae686244db" width="500" height="475" class="size-large wp-image-2225" /></a><p class="wp-caption-text">Das Problem des Russen, betrifft alle Zeichen die außerhalb des Ami-Alphabets sind..</p></div>
<p>Nach einigen Rumgooglen (tolles Wort oder?) fand ich schließlich in einem <a href="http://translate.google.de/translate?u=http%3A%2F%2Fforum.maxsite.org%2Fviewtopic.php%3Fid%3D9515&#038;sl=ru&#038;tl=de&#038;hl=&#038;ie=UTF-8">russischen Forum die Lösung</a>. Großer Dank geht dabei an die Übersetzungkunst von Google <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Der Threadersteller hatte genau das gleiche Kodierungsproblem &#8211; die Adressen wurden von WP e-Commerce nicht in UTF-8 ausgegeben. Die dargestellte Lösung behebt das Problem, alles was man tun muss ist eine Zeile im Plugin zu verändern.</p>
<p>In der Datei <code>plugins/wp-e-commerce/wpsc-includes/checkout.class.php</code> die <code>Zeile 348</code>:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$saved_form_data</span> <span style="color: #339933;">=</span> <span style="color: #990000;">htmlentities</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'wpsc_checkout_saved_values'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">checkout_item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">id</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">ENT_QUOTES</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>mit folgendem Code ersetzen:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$saved_form_data</span> <span style="color: #339933;">=</span> <span style="color: #990000;">htmlentities</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'wpsc_checkout_saved_values'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">checkout_item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">id</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">ENT_QUOTES</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'UTF-8'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Und siehe da, die Adressen, Namen und Städte werden ordentlich, d.h. in UTF-8 kodiert, ausgegeben. Hoffe, das hilft einigen weiter. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wp-e-commerce-adressen-mit-umlauten-in-utf-8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Social Bookmarks selbstgemacht</title>
		<link>https://www.normansblog.de/social-bookmarks-selbstgemacht/</link>
		<comments>https://www.normansblog.de/social-bookmarks-selbstgemacht/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:22:46 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Erweiterung]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=2050</guid>
		<description><![CDATA[Howdy Da ich kürzlich die Anfrage bekommen habe, wo ich denn meine Social Bookmarks (die kleinen Vierecke unter jedem Artikel) her habe, möchte ich kurz erklären, wie sie entstanden sind. Zuerst habe ich nach Plugins gesucht, die automatisch diese Bookmarks unter die Artikel setzt. Ich war mit keinem so richtig glücklich.. entweder waren die Icons [...]]]></description>
			<content:encoded><![CDATA[<p>Howdy</p>
<div id="attachment_2052" class="wp-caption alignright" style="width: 170px"><a href="http://www.normansblog.de/social-bookmarks-selbstgemacht/"><img src="http://www.normansblog.de/wp-content/uploads/2010/02/socialbookmarks-150x33.png" alt="Social Bookmarks" title="socialbookmarks" width="150" height="33" class="size-thumbnail wp-image-2052" /></a><p class="wp-caption-text">Social Bookmarks</p></div>
<p>Da ich kürzlich die Anfrage bekommen habe, wo ich denn meine Social Bookmarks (die kleinen Vierecke unter jedem Artikel) her habe, möchte ich kurz erklären, wie sie entstanden sind. Zuerst habe ich <a href="http://wordpress.org/extend/plugins/search.php?q=social+bookmarks&#038;sort=">nach Plugins gesucht</a>, die automatisch diese Bookmarks unter die Artikel setzt. Ich war mit keinem so richtig glücklich.. entweder waren die Icons nicht sonderlich hübsch oder der Effekt war nicht der, den ich wollte. Beim Googlen bin ich schließlich auf einen Blog gelandet, auf dem die Links zu bekannten Social Networks in WordPress-Artikel aufgelistet waren.</p>
<p><span id="more-2050"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;socialbookmarks&quot;</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delicious&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://delicious.com/post?url=&lt;?php the_permalink(); ?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>title=<span style="color: #009900;">&lt;?php echo urlencode<span style="color: #66cc66;">&#40;</span>get_the_title<span style="color: #66cc66;">&#40;</span>$id<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Bookmark this post at Delicious&quot;&gt;Delicious<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;digg&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://digg.com/submit?phase=2&amp;amp;url=&lt;?php the_permalink(); ?&gt;</span></span>&quot; title=&quot;Submit this post to Digg&quot;&gt;Digg<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;facebook&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.facebook.com/sharer.php?u=&lt;?php the_permalink();?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>t=<span style="color: #009900;">&lt;?php echo urlencode<span style="color: #66cc66;">&#40;</span>get_the_title<span style="color: #66cc66;">&#40;</span>$id<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Share this post on Facebook&quot;&gt;Facebook<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;furl&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://furl.net/storeIt.jsp?t=&lt;?php echo urlencode(get_the_title($id)); ?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>u=<span style="color: #009900;">&lt;?php the_permalink<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Share this post on Furl&quot;&gt;Furl<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;studivz&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.studivz.net/Link/ExternLink/Url/?u=&lt;?php the_permalink();?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>desc=<span style="color: #009900;">&lt;?php echo urlencode<span style="color: #66cc66;">&#40;</span>get_the_title<span style="color: #66cc66;">&#40;</span>$id<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><span style="color: #ddbb00;">&amp;amp;</span>prov=<span style="color: #009900;">&lt;?php bloginfo<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'name'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Share this post on StudiVZ&quot;&gt;StudiVZ<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stumbleupon&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.stumbleupon.com/submit?url=&lt;?php the_permalink(); ?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>title=<span style="color: #009900;">&lt;?php echo urlencode<span style="color: #66cc66;">&#40;</span>get_the_title<span style="color: #66cc66;">&#40;</span>$id<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Share this post at StumbleUpon&quot;&gt;StumbleUpon<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;technorati&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://technorati.com/faves?add=&lt;?php bloginfo('url'); ?&gt;</span></span>&quot; title=&quot;Add <span style="color: #009900;">&lt;?php bloginfo<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'name'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span> to your Technorati favorites&quot;&gt;Technorati<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;twitter&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://twitter.com/home?status=&lt;?php echo urlencode(&quot;</span>Currently reading: <span style="color: #ff0000;">&quot;); ?&gt;&lt;?php the_permalink(); ?&gt;</span></span>&quot; title=&quot;Share this article with your Twitter followers&quot;&gt;Twitter<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;reddit&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://reddit.com/submit?url=&lt;?php the_permalink(); ?&gt;</span></span><span style="color: #ddbb00;">&amp;amp;</span>title=<span style="color: #009900;">&lt;?php echo urlencode<span style="color: #66cc66;">&#40;</span>get_the_title<span style="color: #66cc66;">&#40;</span>$id<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot; title=&quot;Share this post on Reddit&quot;&gt;Reddit<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></td></tr></table></div>

<p>Diese hab ich mir dann in die <code>single.php</code> meines Themes kopiert. Die Links waren jetzt da.. es fehlten noch die Icons. Nach einer kurzen Suche auf <a href="http://www.iconfinder.net/">Iconfinder</a> bin ich fündig geworden: Das <a href="http://www.iconfinder.net/search/?q=iconset%3Aaquaticus">Aquaticus Set</a> hat alle wichtigen Social Networks, die ich benötigte. Nur ein einziges war nciht dabei: studiVZ, das Bookmark musste ich mir dann noch schnell selber basteln. Als Vorlage hab ich einfach eines der anderen Icons genommen.</p>
<div id="attachment_2052" class="wp-caption aligncenter" style="width: 452px"><img src="http://www.normansblog.de/wp-content/uploads/2010/02/socialbookmarks.png" alt="Social Bookmarks" title="socialbookmarks" width="432" height="96" class="size-full wp-image-2052" /><p class="wp-caption-text">Icons des Aquaticus Sets als CSS Sprite</p></div>
<p>Die Icons sollten auf den Seiten in schwarz-Weiß dargestellt sein und als Effekt wollte ich, dass sie farbig werden, wenn man mit der Maus drüber fährt. Dazu habe ich alle Icons samt Schwarz-Weiß-Version in eine Grafik gepackt und den Rest mit CSS erledigt (Stichwort: <a href="http://www.google.de/#hl=de&#038;safe=off&#038;q=CSS+Sprites">CSS Sprites</a>).</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#socialbookmarks</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">48px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#socialbookmarks</span> li <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">8px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#socialbookmarks</span> a <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">socialbookmarks.png</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background-repeat</span><span style="color: #00AA00;">:</span><span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">48px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">48px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#delicious</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#digg</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-48px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#facebook</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-96px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#furl</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-144px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#studivz</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-192px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#stumbleupon</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-240px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#technorati</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-288px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#twitter</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-336px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#reddit</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #3333ff;">:<span style="color: #933;">-384px</span> </span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#delicious</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#digg</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-48px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#facebook</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-96px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#furl</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-144px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#studivz</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-192px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#stumbleupon</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-240px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#technorati</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-288px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#twitter</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-336px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#reddit</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #933;">-384px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Wenn euch das hier zuviel ist, könnt ihr euch auch einfach eine ZIP mit den ganzen Daten runterladen: <a class="download" href="http://www.normansblog.de/wp-content/uploads/plugins/social_bookmarks.zip">social_bookmarks.zip</a></p>
<p>Wie es im Live-Betrieb aussieht, seht ihr ja gleich etwas weiter unten.. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/social-bookmarks-selbstgemacht/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9</title>
		<link>https://www.normansblog.de/wordpress-2-9/</link>
		<comments>https://www.normansblog.de/wordpress-2-9/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 02:42:13 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=1698</guid>
		<description><![CDATA[WordPress 2.9 ist verfügbar! Matt hat soeben einen Artikel über den Release und seine Neuerungen verfasst. Mehr Infos zur neuen Version gibt&#8217;s im Laufe des Tages. NACHTRAG: Die neuen Funktionen im Detail So, wie versprochen jetzt noch einer kleiner Einblick in die neuen Funktionen von WordPress 2.9. Post-Thumbnails Beginnen wir am besten mit der auffälligsten [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9 ist verfügbar!</p>
<p><a href="http://www.normansblog.de/wordpress-2-9/"><img src="http://www.normansblog.de/wp-content/uploads/2009/12/wordpress-logo-stacked-bg-e1261191035686.png" alt="WordPress 2.9 veröffentlicht" title="wordpress-logo-stacked-bg" width="161" height="103" class="alignright size-full wp-image-1700" /></a><a href="http://www.ma.tt/">Matt</a> hat soeben einen <a href="http://wordpress.org/development/2009/12/wordpress-2-9/trackback/">Artikel über den Release</a> und seine Neuerungen verfasst. Mehr Infos zur neuen Version gibt&#8217;s im Laufe des Tages.</p>
<p>NACHTRAG: Die neuen Funktionen im Detail</p>
<p><span id="more-1698"></span></p>
<p>So, wie versprochen jetzt noch einer kleiner Einblick in die neuen Funktionen von WordPress 2.9.</p>
<h3>Post-Thumbnails</h3>
<p>Beginnen wir am besten mit <em>der</em> auffälligsten oder zumindest nützlichsten Neuerung &#8211; <em>Post Thumbnails</em>. Ein Post Thumbnail ist nichts anderes als ein Bild, das genau einem Artikel (Post) zugeordnet wird. Das ist deshalb so nützlich, da man sowieso meistens ein Bild als &#8220;Aufreißer&#8221; hinzufügt. Um den Vorgang daher etwas zu vereinfachen und um einige Probleme zu beseitigen, die normalerweise mit diesen Einleitungsbildern einher gehen (Bild soll vor der Artikelüberschrift erscheinen), hat man sich entschlossen, diese Funktion einzubauen. Bevor man sie jedoch nutzen kann muss man folgenden Code in die <strong>functions.php</strong> des Themes schreiben.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">add_theme_support<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post-thumbnails'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<div id="attachment_1711" class="wp-caption alignright" style="width: 213px"><img src="http://www.normansblog.de/wp-content/uploads/2009/12/wordpress_29_post_thumbnail.jpg" alt="" title="wordpress_29_post_thumbnail" width="193" height="179" class="size-full wp-image-1711" /><p class="wp-caption-text">Post Thumbnail im Backend</p></div>
<p>Danach erscheint im Backend ein neuer &#8216;Kasten&#8217; mit der Bezeichnung <em>Beitrags-Miniaturbild</em>. Dort findet ihr auch einen Link, der euch die Möglichkeit gibt aus der Mediathek ein Bild auszuwählen (&#8220;Verwende es als Miniaturbild&#8221;). Das Bild wird dann in dem neuen Kasten angezeigt.</p>
<p>Das war aber noch nicht alles, denn das Thumbnail wird noch nicht im Frontend angezeigt. Dazu müssen wir noch eine dieser <a href="http://codex.wordpress.org/Template_Tags">Template Tags</a> in alle Seitentemplates schreiben, wo das Thumbnail ausgegeben werden soll.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_post_thumbnail<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'thumbnail'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_post_thumbnail<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'medium'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_post_thumbnail<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'large'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Der Parameter dieser Funktion dient dazu, die Größe des Bildes anzugeben. Die entsprechenden Einstellungen macht man im Backend unter <em>Einstellungen->Mediathek</em>. <code>the_post_thumbnail();</code> gibt uns lediglich ein Bild (img-Tag) aus, weshalb es sinnvoll ist, noch ein div oder ähnliches herum zu bauen, um es auch richtig stylen zu können.</p>
<h3>Papierkorb</h3>
<p>WordPress 2.9 erlaubt es uns alle Artikel und Seiten in einen Papierkorb zu stecken und bei Bedarf auch wiederherzustellen. Der Nutzen ist, dass Artikel/Seiten ohne nervige Pop-up-Nachfrage gelöscht werden können. Im Papierkorb selbst kommt die Abfrage ebenfalls nicht, löscht man hier etwas, ist es auch endgültig weg.</p>
<div id="attachment_1712" class="wp-caption aligncenter" style="width: 481px"><img src="http://www.normansblog.de/wp-content/uploads/2009/12/wordpress_29_papierkorb.jpg" alt="" title="wordpress_29_papierkorb" width="461" height="283" class="size-full wp-image-1712" /><p class="wp-caption-text">Verschieben eines Artikels in den Papierkorb</p></div>
<h3>Bildbearbeitung</h3>
<p>Ebenfalls enthalten ist sind ein paar Werkzeuge um Bilder in der Mediathek zu bearbeiten. Dazu zählen: Bildgröße ändern, Zuschneiden, Drehen und Spiegeln. Das ist recht nützlich und geht schneller, als nochmal Photoshop auf zumachen, es zu ändern und erneut hochladen zu müssen.</p>
<div id="attachment_1713" class="wp-caption aligncenter" style="width: 520px"><a href="http://www.normansblog.de/wp-content/uploads/2009/12/wordpress_29_bild_bearbeiten.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2009/12/wordpress_29_bild_bearbeiten-500x314.jpg" alt="" title="wordpress_29_bild_bearbeiten" width="500" height="314" class="size-large wp-image-1713" /></a><p class="wp-caption-text">Einfache Bildbearbeitung im Backend</p></div>
<h3>&#8230;und vieles mehr</h3>
<p>Natürlich ist das bei weitem nicht alles. Es ist beispielsweise auch möglich Videos von vielen bekannten Videoportalen einzufügen. Dazu muss man nur den Link des Videos auf eine neue Zeile schreiben und WordPress ersetzt den Link mit einem Player, der das entsprechende Video dann abspielt. Des Weiteren ist es jetzt möglich mehrere Plugins auf einmal zu aktualisieren, WordPress zu sagen, dass es die Datenbank sauber halten soll und durch <code>rel="canonical"</code> doppelten Content zu vermeiden.</p>
<p>Eine <a href="http://codex.wordpress.org/Version_2.9">Liste mit allen Änderungen</a> findet ihr im <a href="http://codex.wordpress.org/Main_Page">WordPress Codex</a>, eine <a href="http://core.trac.wordpress.org/query?status=closed&#038;milestone=2.9">Liste mit allen Bugfixes</a> gibt&#8217;s im Trac.</p>
<p>Viel Spaß beim Bloggen! <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatische Silbentrennung</title>
		<link>https://www.normansblog.de/automatische-silbentrennung/</link>
		<comments>https://www.normansblog.de/automatische-silbentrennung/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 01:05:53 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Erweiterung]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=1415</guid>
		<description><![CDATA[Hat es schon jemand gemerkt? Blocksatz ist eher was für die Leute im analogen Lager, Printbereich (Drucken) und dergleichen. Für Texte im Internet wird die Art des Textsatzes nicht verwendet, weil dadurch große Lücken im Text entstehen können. Hier ein Beispiel: Um das zu verhindern, gibt es nur einen Weg: Silbentrennung. Nun könnte man sich [...]]]></description>
			<content:encoded><![CDATA[<p>Hat es schon jemand gemerkt?</p>
<p>Blocksatz ist eher was für die Leute im analogen Lager, Printbereich (Drucken) und dergleichen. Für Texte im Internet wird die Art des Textsatzes nicht verwendet, weil dadurch große Lücken im Text entstehen können. Hier ein Beispiel:</p>
<div id="attachment_1436" class="wp-caption aligncenter" style="width: 408px"><a href="http://www.normansblog.de/wp-content/uploads/2009/11/silbentrennung_vorher.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2009/11/silbentrennung_vorher.jpg" alt="Lücken mit Rot hervorgehoben" title="silbentrennung_vorher" width="388" height="130" class="size-full wp-image-1436" /></a><p class="wp-caption-text">Lücken mit Rot hervorgehoben</p></div>
<p>Um das zu verhindern, gibt es nur einen Weg: <em>Silbentrennung</em>.</p>
<p><span id="more-1415"></span></p>
<p>Nun könnte man sich hinsetzen und die Wörter selber trennen.. aber mal ehrlich, das ist ziemlich bescheuert. Das dachten sich auch die Entwickler von <a href="http://www.bebl.eu/zeug/hyphenator">Hyphenator</a>, einem <a href="http://wordpress.org/extend/plugins/hyphenator/">Plugin für WordPress</a>, das die Worttrennung ganz automatisch durchführt. Bisher funktioniert es reibungslos und Wörter werden fehlerfrei getrennt, der Duden wäre stolz. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_1438" class="wp-caption aligncenter" style="width: 408px"><a href="http://www.normansblog.de/wp-content/uploads/2009/11/silbentrennung_nachher.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2009/11/silbentrennung_nachher.jpg" alt="Keine Lücken mehr dank Silbentrennung." title="silbentrennung_nachher" width="388" height="130" class="size-full wp-image-1438" /></a><p class="wp-caption-text">Keine Lücken mehr dank Silbentrennung.</p></div>
<p>Hyphenator greift dabei aber keineswegs in den Text selbst ein. Stattdessen wird nach dem Laden der Seite ein Javascript gestartet, das die Silbentrennung durchführt. (Der Effekt tritt also nicht ein, wenn Besucher Javascript deaktiviert haben.)</p>
<p>Auf jeden Fall eine sehr nützliche Sache, wie ich finde. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/automatische-silbentrennung/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates, Updates, Updates..</title>
		<link>https://www.normansblog.de/updates-updates-updates/</link>
		<comments>https://www.normansblog.de/updates-updates-updates/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:19:22 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Blizzard]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=1314</guid>
		<description><![CDATA[Hi, heut dreht sich mal wieder alles um Updates.. Firefox Zum einen wäre da Firefox zu nennen, der von gestern auf heute auf die Version 3.5.4 angehoben wurde. Behoben wurden, wie sooft, Sicherheitslücken und Stabilitätsprobleme. Windows 7-Support gibt es aber noch keinen, der folgt, wie schon im letzten Artikel gesagt, erst mit der Version 3.6. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, heut dreht sich mal wieder alles um Updates.. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Firefox</h3>
<div id="attachment_927" class="wp-caption alignright" style="width: 120px"><a href="http://www.normansblog.de/updates-updates-updates/"><img src="http://www.normansblog.de/wp-content/uploads/2009/06/Firefox35text.png" alt="Firefox 3.5.4" title="new_firefox_logo" width="100" height="100" class="size-full wp-image-927" /></a><p class="wp-caption-text">Firefox 3.5.4</p></div>
<p>Zum einen wäre da Firefox zu nennen, der von gestern auf heute auf die <a href="http://www.mozilla-europe.org/de/firefox/3.5.4/releasenotes/">Version 3.5.4</a> angehoben wurde. Behoben wurden, wie sooft, Sicherheitslücken und Stabilitätsprobleme. Windows 7-Support gibt es aber noch keinen, der folgt, wie schon im <a href="http://www.normansblog.de/windows-7/">letzten Artikel</a> gesagt, erst mit der Version 3.6. Probleme mit irgendwelchen inkompatiblen Add-ons gibt es wie immer keine &#8211; man kann also bedenkenlos zugreifen. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>WordPress</h3>
<p>Dann kam letzte Woche ein WordPress-Update. <a href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/">Version 2.8.5</a> wird als <em>Hardening Release</em> bezeichnet, also nochmals ein letztes Polieren vorm nächsten großen Wurf: 2.9. Durch das Update wurden ebenfalls potentielle Sicherheitslücken ausgehebelt, die im Laufe der Entwicklung hin zu 2.9 entdeckt wurden.</p>
<p><span id="more-1314"></span></p>
<h3>Norman&#8217;s Blog</h3>
<p>In dem Zusammenhang habe ich auch ein paar kleine Änderungen an meiner Seite vorgenommen. Den Support für den Englische Sprache habe ich eingestellt. Obwohl <a href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate</a> gute funktionierte, musste man auch bei <em>minor updates</em> wie das auf die Version 2.8.5 immer auf eine neue qTranslate-Version warten. Außerdem bin ich eh viel zu faul und übersetzte meine Posts zu 98% nicht. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Weiterhin gab es einige Änderungen am CSS und am Template. Der &#8220;zurück-zum-Seitenanfang-Button&#8221; bringt Benutzer nun geschmeidig nach oben, in dem die Seite selbstständig hoch scrollt. Sprachumschalter und Flash-Tagcloud sind weggefallen, dadurch gibt es einen kleinen Performanceschub und Tags sind leichter lesbar.</p>
<p>Sollte irgendwo noch englischer Text rumschwirren oder eine Seite/ein Artikel nicht funktionieren, <a href="http://www.normansblog.de/kontakt/#kontakt">lasst es mich bitte wissen</a>. Danke.</p>
<h3>Blizzard.com Relaunch</h3>
<p><a href="http://www.blizzard.com/">Blizzard Entertainment</a>, bekannt für seine guten Spiele und Webdesigns, hat seiner Homepage jetzt einen neuen Look verpasst. Die Seite wirkt im Vergleich wesentlich moderner und aufgeräumter. Viel Aufwand wird auf den einzelnen <a href="http://us.blizzard.com/de-de/games/">Spieleseiten</a> betrieben, von denen jede eine eigene CSS mit besonderen Hintergrundgrafiken und kleinen Flash-Filmen bekommen hat.</p>
<p>Besonders witzig fand ich die <a href="http://us.blizzard.com/blubb?rhtml=y">404-Fehlerseite</a>, typischer Blizzard-Humor halt. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Bis später.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/updates-updates-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.2</title>
		<link>https://www.normansblog.de/wordpress-2-8-2/</link>
		<comments>https://www.normansblog.de/wordpress-2-8-2/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:49:43 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=991</guid>
		<description><![CDATA[Aktualisieren! Heute wurde (für mich ziemlich plötzlich) WordPress 2.8.2 released, das eine schwerwiegende (XSS) Sicherheitslücke behebt, die es Angreifern erlaubte einen Redirect vom Dashboard nach sonstwo zu erstellen . Es wird daher dringend geraten das Update zeitnah durchzuführen. WordPress 2.8.2 Das wars auch schon]]></description>
			<content:encoded><![CDATA[<p>Aktualisieren!</p>
<div class="wp-caption alignright" style="width: 170px"><img src="http://www.normansblog.de/wp-content/uploads/2009/04/wordpress.jpg" alt="WordPress 2.8.2" title="wordpress" width="150" height="38" class="size-full wp-image-597" /><p class="wp-caption-text">WordPress 2.8.2</p></div>
<p>Heute wurde (für mich ziemlich plötzlich) WordPress 2.8.2 released, das eine schwerwiegende (<a href="http://de.wikipedia.org/wiki/Cross-Site_Scripting">XSS</a>) Sicherheitslücke behebt, die es Angreifern erlaubte einen Redirect vom Dashboard nach sonstwo zu erstellen . Es wird daher <a href="http://wordpress.org/development/2009/07/wordpress-2-8-2/">dringend geraten</a> das Update zeitnah durchzuführen.</p>
<p class="demolink"><a href="http://wordpress-deutschland.org/download/">WordPress 2.8.2</a></p>
<p>Das wars auch schon <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-2-8-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1</title>
		<link>https://www.normansblog.de/wordpress-2-8-1/</link>
		<comments>https://www.normansblog.de/wordpress-2-8-1/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 22:42:36 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=952</guid>
		<description><![CDATA[Fix for the Fix Das erste Update zu WordPress 2.8 ist soeben erschienen. Es besteht hauptsächlich aus kleinen bis mittelgroßen Bugfixes die nach dem Release der 2.8 aufgetreten sind. Eine komplette Liste gibt es im offiziellen WordPress Blog. Auch ein recht kritischer Fehler, der es sogar auf heise.de geschafft hat, wurde behoben. Aufspielen und testen [...]]]></description>
			<content:encoded><![CDATA[<p>Fix for the Fix</p>
<div id="attachment_597" class="wp-caption alignright" style="width: 170px"><a href="https://www.normansblog.de/wordpress-2-8-1/"><img src="http://www.normansblog.de/wp-content/uploads/2009/04/wordpress.jpg" alt="WordPress 2.8.1" title="wordpress" width="150" height="38" class="size-full wp-image-597" /></a><p class="wp-caption-text">WordPress 2.8.1</p></div>
<p>Das erste <a href="http://wordpress.org/download/">Update zu WordPress</a> 2.8 ist soeben erschienen. Es besteht hauptsächlich aus kleinen bis mittelgroßen Bugfixes die nach dem <a href="http://www.normansblog.de/wordpress-2-8-released/">Release der 2.8</a> aufgetreten sind. Eine <a href="http://wordpress.org/development/2009/07/wordpress-2-8-1/">komplette Liste</a> gibt es im offiziellen WordPress Blog. Auch ein recht kritischer Fehler, der es sogar auf <a href="http://www.heise.de/newsticker/Schwachstellen-in-WordPress--/meldung/141768">heise.de</a> geschafft hat, wurde behoben.</p>
<p>Aufspielen und testen würde ich mal sagen <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 ist da!</title>
		<link>https://www.normansblog.de/wordpress-2-8-released/</link>
		<comments>https://www.normansblog.de/wordpress-2-8-released/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:00:53 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=786</guid>
		<description><![CDATA[Endlich etwas Zeit&#8230; um diesen Eintrag zu verfassen. Wie ihr sicherlich mittlerweile wisst, ist WordPress in der Version 2.8 endlich in der Nacht vom 10. zum 11. Juni erschienen. Leider bin ich an dem späten Release nicht ganz unschuldig, ich hab nachts um 2 noch einen Bug gefunden, der als &#8220;blocker&#8221; (muss vor Release unbedingt [...]]]></description>
			<content:encoded><![CDATA[<p>Endlich etwas Zeit&#8230;</p>
<div id="attachment_787" class="wp-caption alignright" style="width: 220px"><a href="https://www.normansblog.de/wordpress-2-8-released/"><img src="http://www.normansblog.de/wp-content/uploads/2009/06/wordpress28-300x155.jpg" alt="WordPress 2.8" title="wordpress28" width="200" class="size-medium wp-image-787" /></a><p class="wp-caption-text">WordPress 2.8</p></div>
<p>um diesen Eintrag zu verfassen. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Wie ihr sicherlich mittlerweile wisst, ist <a href="http://wordpress.org/download/">WordPress in der Version 2.8</a> endlich in der Nacht vom 10. zum 11. Juni erschienen. Leider bin ich an dem späten Release nicht ganz unschuldig, ich hab nachts um 2 noch einen <a href="http://core.trac.wordpress.org/ticket/10091">Bug gefunden</a>, der als &#8220;blocker&#8221; (muss vor Release unbedingt noch gefixt werden) eingestuft wurde. Dabei handelte es sich um einen Fehler, der das Verschwinden des Kalenders in der Sidebar verursachte, wenn kein Artikel/Seite aufgerufen wird. Na jedenfalls ist es jetzt da und gut schaut&#8217;s aus <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-786"></span></p>
<p>Probleme mit WordPress selbst gibt es seit dem Update eigentlich nicht, wohl aber mit den Plugins. Durch das Ändern der Plugin API scheinen einige komplizierte Plugins Probleme mit dem Backend zu verursachen, wie ich eben selbst erfahren musste. Ich bin allerdings zuversichtlich, dass alle relevanten Plugins im Laufe der Woche aktualisiert werden.</p>
<div id="attachment_792" class="wp-caption alignleft" style="width: 170px"><img src="http://www.normansblog.de/wp-content/uploads/2009/06/upgrade_wp28-150x150.png" alt="immer aktuell" title="upgrade_wp28" width="150" height="150" class="size-thumbnail wp-image-792" /><p class="wp-caption-text">immer aktuell</p></div>
<p>Übrigens könnt ihr immer sehen auf welcher Version mein Blog läuft, wenn ihr ganz runter scrollt. Dort steht die Versionsnummer hinter dem WordPress-Link.</p>
<p>Neuerungen gibt es viele, allerdings sind sie alle nicht sooo groß, dass ich jetzt extra für jedes ein Bild machen würde. Am meisten hat sich was an der Widget- und Pluginübersicht getan, Themes können jetzt wie Plugins heruntergeladen und geupdated werden und das ganze System fühlt sich etwas schneller an. Eine <a href="http://codex.wordpress.org/Version_2.8">komplette Übersicht zu allen Features</a> gibt es natürlich auch.</p>
<p>Im Großen und Ganzen ein gelungenes Update für das auch sonst schon tolle WordPress! In 2.9 soll sich übrigens nochmal einiges an der Multimedia-Front tun, bis dahin frohes Bloggen mit WP2.8 <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-2-8-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>N wie &#8220;Neue Features&#8221;</title>
		<link>https://www.normansblog.de/n-like-new-features/</link>
		<comments>https://www.normansblog.de/n-like-new-features/#comments</comments>
		<pubDate>Sun, 03 May 2009 20:50:06 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Erweiterung]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=713</guid>
		<description><![CDATA[Willkommen zur nächsten Update-Runde! Ach ich liebe es, dauernd an meinem Blog zu basteln und hier und da etwas zu verbessern. Im Laufe der letzten Tage ist diesbezüglich einiges passiert und diese Neuerungen möchte ich euch natürlich nicht vorenthalten: Suchen auf Norman&#8217;s Blog Neue Tagcloud &#8220;Song of the Day&#8221;-Widget Online To-Do-Liste Suchen auf Norman&#8217;s Blog [...]]]></description>
			<content:encoded><![CDATA[<p>Willkommen zur nächsten Update-Runde!</p>
<div id="attachment_716" class="wp-caption alignright" style="width: 120px"><a href="http://www.normansblog.de/n-like-new-features/"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/n.jpg" alt="Neu Neu Neu!" title="New Features" width="100" height="100" class="size-full wp-image-716" /></a><p class="wp-caption-text">Neu Neu Neu!</p></div>
<p>Ach ich liebe es, dauernd an meinem Blog zu basteln und hier und da etwas zu verbessern. Im Laufe der letzten Tage ist diesbezüglich einiges passiert und diese Neuerungen möchte ich euch natürlich nicht vorenthalten:</p>
<ol>
<li><a href="#psearch">Suchen auf Norman&#8217;s Blog</a></li>
<li><a href="#tcloud">Neue Tagcloud</a></li>
<li><a href="#wpsotd">&#8220;Song of the Day&#8221;-Widget</a></li>
<li><a href="#todo">Online To-Do-Liste</a></li>
</ol>
<p><span id="more-713"></span></p>
<h3 id="psearch">Suchen auf Norman&#8217;s Blog</h3>
<hr/>
<p>Als ich letztens mal so rumgesurft bin und hin und wieder etwas bei Google oder Wikipedia gesucht habe, ist mir aufgefallen, wie nützliche doch diese Suchplugins für Firefox sind und haben mich gefragt, ob ich nicht sowas auch für meinen Blog erstellen kann. Fündig geworden bin ich bei <a href="http://www.mozilla.com/">Mozilla</a>. In deren Developerbereich steht <a href="https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox">was man machen muss</a>. Im Grunde legt man eine kleine XML Datei an (<a href="http://de.wikipedia.org/wiki/Opensearch">OpenSearch</a>), in der steht, auf welcher Seite gesucht werden soll und welches Icon die Suchmaschine nutzen soll. Dann verlinkt man die XML im Header des Blogs und schon funktioniert es.</p>
<p>In wenigen Schritten möchte ich nun erklären, wie man das Plugin hinzufügt und benutzt.</p>
<ol>
<li>
<p>Auf meinen Blog gehen. Oben rechts leuchtet nun der Dropdown-Pfeil in der Suchleiste auf.</p>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 321px"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/search_plugin_1.jpg" alt="Liste der Suchmaschinen" title="search_plugin_1" width="301" height="367" class="size-full wp-image-730" /><p class="wp-caption-text">Liste der Suchmaschinen</p></div>
<p>Draufklicken und auf &#8220;Norman&#8217;s Blog hinzufügen&#8221; klicken &#8211; Das Plugin ist somit installiert und einsatzbereit.</p>
</li>
<li>
<p>Nochmals die Dropdown-Liste aufmachen und &#8220;Norman&#8217;s Blog&#8221; auswählen.</p>
<p><div id="attachment_737" class="wp-caption aligncenter" style="width: 321px"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/search_plugin_2.jpg" alt="Suchmaschine auswählen." title="search_plugin_2" width="301" height="36" class="size-full wp-image-737" /><p class="wp-caption-text">Suchmaschine auswählen.</p></div></li>
<li>
<p>Jetzt die Suchbegriffe eingeben, nach denen ihr auf meinem Blog suchen wollt.</p>
<p><div id="attachment_735" class="wp-caption aligncenter" style="width: 320px"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/search_plugin_3.jpg" alt="Auf Norman&#039;s Blog suchen, egal wo ihr seid." title="search_plugin_3" width="300" height="134" class="size-full wp-image-735" /><p class="wp-caption-text">Auf Norman's Blog suchen, egal wo ihr seid.</p></div></li>
<li>
<p>Ihr werden auf meine Seite weitergeleitet und die entsprechenden Suchergebnisse werden euch angezeigt.</p>
<p><div id="attachment_736" class="wp-caption aligncenter" style="width: 420px"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/search_plugin_4-600x440.jpg" alt="Ergebnisse bestaunen." title="search_plugin_4" width="400" class="size-large wp-image-736" /><p class="wp-caption-text">Ergebnisse bestaunen.</p></div>
</li>
</ol>
<h3 id="tcloud">Neue Tagcloud</h3>
<hr/>
<div id="attachment_740" class="wp-caption alignright" style="width: 120px"><a href="http://wordpress.org/extend/plugins/wp-cumulus/"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/wp_cumulus-150x150.jpg" alt="WP-Cumulus" title="wp_cumulus" width="100" height="100" class="size-thumbnail wp-image-740" /></a><p class="wp-caption-text">WP-Cumulus</p></div>
<p>Letztens bin ich auf einer Seite (weiß leider nicht mehr welche es war) über eine sehr coole Tagcloud gestolpert. Sie gefiel mir sogut, dass ich gleich in den Quelltext geschaut habe, um nachzusehen, wie das Teil heißt. <a href="http://wordpress.org/extend/plugins/wp-cumulus/">WP-Cumulus</a> ist der Name eines kleinen Plugins, welches aus eurer eher langweiligen 08/15 Tagcloud eine echte <em>interaktive</em> Wolke aus Links macht.</p>
<p>Definitiv ein Hingucker.</p>
<h3 id="wpsotd">&#8220;Song of the Day&#8221;-Widget</h3>
<hr/>
<div id="attachment_744" class="wp-caption alignright" style="width: 261px"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/wp_sotd_fe.jpg" alt="Frontend Ausgabe" title="wp_sotd_fe" width="241" height="94" class="size-full wp-image-744" /><p class="wp-caption-text">Frontend Ausgabe</p></div></p>
<p>Oben genanntes Plugin diente übrigens meinem ersten Plugin als Vorlage. Ich habe das Grundgerüst übernommen und an mein &#8220;Song of the Day&#8221; &#8211; Plugin angepasst. Mein tägliches Lieblingslied wird ja schon länger hier angezeigt aber es ging mir ehrlich gesagt auf den Sack jedes mal das Textwidget dafür zu missbrauchen. Daher entschloss ich mich, eine geeignete Eingabemaske zu erstellen.</p>
<p>Einiges ist hier einstellbar, z.B. Albumcover, Verlinkung auf ein Video oder Wikiartikel, Größe des Albumcovers etc. Das Plugin lässt sich derzeit auf der Plugin-Seite meines Blogs runterladen. Ich hoffe ich kann es bis nächste Woche auch noch ins WordPress SVN hochladen. Viel Spaß damit! <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><span class="download">Download: <a href="http://www.normansblog.de/wp-content/uploads/plugins/wp-songoftheday_1.0.zip">WP-SongoftheDay</a></span></p>
<h3 id="todo">Online To-Do-Liste</h3>
<hr/>
<p>Und nun noch ein kleines aber feines Tool, das vielleicht für den einen oder anderen nützlich sein könnte: eine To-Do-Liste!</p>
<p>Das Teil nennt sich &#8220;<a href="http://www.pozdeev.com/mytinytodo/">myTinyTodo</a>&#8220;, arbeitet auf einer MySQL Datenbank, ist völlig kostenlos und steht unter der GPL. Es gibt auch eine <a href="http://www.pozdeev.com/mytinytodo/demo/">Live-Demo</a> der aktuellen Version. Alles ist einfach und übersichtlich gehalten (bei einer To-Do-Liste ist ja auch eigentlich nichts weiter dran), die Einträge werden per AJAX ohne Neuladen der Seite eingefügt und können dann bearbeitet werden. So kann man z.B. die Priorität ändern, Notizen hinzufügen oder die Reihenfolge per Drag&#038;Drop ändern &#8211; alles ohne die Seite neuladen zu müssen. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ich hab das Script und das Stylesheet noch verändert, damit alles zu meinem Blog passt.</p>
<div id="attachment_745" class="wp-caption aligncenter" style="width: 320px"><a class="shutterset_" href="http://www.normansblog.de/wp-content/uploads/2009/05/todo_1.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/todo_1-300x145.jpg" alt="Aus der normalen Version wird kurzerhand..." title="todo_1" width="300" height="145" class="size-medium wp-image-745" /></a><p class="wp-caption-text">Aus der normalen Version wird kurzerhand...</p></div> <div id="attachment_746" class="wp-caption aligncenter" style="width: 320px"><a class="shutterset_" href="http://www.normansblog.de/wp-content/uploads/2009/05/todo_2.jpg"><img src="http://www.normansblog.de/wp-content/uploads/2009/05/todo_2-300x207.jpg" alt="... eine angepasste Version." title="todo_2" width="300" height="207" class="size-medium wp-image-746" /></a><p class="wp-caption-text">... eine angepasste Version.</p></div>
<hr/>
<p>Puh, das war mal wieder eine ganze Menge zu schreiben. Hoffentlich war es nicht langweilig, bis später. <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/n-like-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 verschoben</title>
		<link>https://www.normansblog.de/wordpress-28-delayed/</link>
		<comments>https://www.normansblog.de/wordpress-28-delayed/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:00:11 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=680</guid>
		<description><![CDATA[WordPress 2.8 wurde verschoben Eigentlich hatte ich vor heute einen Artikel über die neue WordPress Version 2.8 zu schreiben.. aber leider musste ich eben feststellen, dass der Termin vorerst auf Mai verlegt wurde. Tja, da kann man nichts machen. Grund dafür ist sicherlich die immer noch recht hohe Anzahl an nicht bearbeiteten Tickets. Dabei wird [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.8 wurde verschoben</p>
<div class="wp-caption alignright" style="width: 170px"><a href="https://www.normansblog.de/wordpress-28-delayed/"><img src="http://www.normansblog.de/wp-content/uploads/2009/04/wordpress.jpg" alt="Neue Themes" title="wordpress" width="150" height="38" class="size-full wp-image-597" /></a><p class="wp-caption-text">2.8 verschoben</p></div>
<p>Eigentlich hatte ich vor heute einen Artikel über die neue WordPress Version 2.8 zu schreiben.. aber leider musste ich eben feststellen, dass der Termin vorerst <a href="http://wordpress.org/about/roadmap/">auf Mai verlegt</a> wurde. Tja, da kann man nichts machen. Grund dafür ist sicherlich die immer noch recht hohe Anzahl an <a href="http://core.trac.wordpress.org/milestone/2.8">nicht bearbeiteten Tickets</a>. Dabei wird die neue Version schon mit Spannung erwartet, da sie einige interessante Neuerungen bezüglich der Themeverwaltung und kleinere Fixes im Bereich Benutzerfreundlichkeit mit sich bringt. Mehr dazu aber, wenn ich 2.8 aufgespielt habe (hoffentlich am 1. Mai) <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update vom 04.06.:</strong> Heute wurde <a href="http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/trackback/">bekannt gegeben</a>, dass WordPress 2.8 definitiv am 10. Juni kommen wird.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-28-delayed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flora und WoW Theme</title>
		<link>https://www.normansblog.de/wordpress-flora-and-wow-theme/</link>
		<comments>https://www.normansblog.de/wordpress-flora-and-wow-theme/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:34:03 +0000</pubDate>
		<dc:creator>Norman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.normansblog.de/?p=587</guid>
		<description><![CDATA[Mahlzeit! Derzeit kannst du zwei Themes von mir downloaden: Flora, das Theme dieses Blogs und Wrath of the Lich King, das der offiziellen Seite der World of Warcraft &#8211; Erweiterung nachempfunden ist. In Zukunft werde ich Themes auf einer Extraseite veröffentlichen und euch bei Aktualisierungen benachrichtigen. Viel Spaß beim Bloggen! Vorschau Beschreibung Tags Flora Dieser [...]]]></description>
			<content:encoded><![CDATA[<p>Mahlzeit!</p>
<div id="attachment_597" class="wp-caption alignright" style="width: 170px"><a href="https://www.normansblog.de/wordpress-flora-and-wow-theme/"><img class="size-full wp-image-597" title="wordpress" src="http://www.normansblog.de/wp-content/uploads/2009/04/wordpress.jpg" alt="Neue Themes" width="150" height="38" /></a><p class="wp-caption-text">Neue Themes</p></div>
<p>Derzeit kannst du zwei Themes von mir downloaden: Flora, das Theme dieses Blogs und Wrath of the Lich King, das der offiziellen Seite der World of Warcraft &#8211; Erweiterung nachempfunden ist. In Zukunft werde ich Themes auf einer Extraseite veröffentlichen und euch bei Aktualisierungen benachrichtigen.</p>
<p><span id="more-587"></span></p>
<p>Viel Spaß beim Bloggen! <img src='https://www.normansblog.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<table border="0">
<thead>
<tr>
<th>Vorschau</th>
<th>Beschreibung</th>
<th width="96">Tags</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p><div id="attachment_52" class="wp-caption alignnone" style="width: 145px"><a class="shutterset_" title="Flora" href="http://www.normansblog.de/wp-content/uploads/2009/01/flora.png"><img class="size-full wp-image-52" title="flora" src="http://www.normansblog.de/wp-content/uploads/2009/01/flora.png" alt="Flora" width="125" /></a><p class="wp-caption-text">Flora</p></div></td>
<td><a title="Flora" href="http://www.normansblog.de/">Flora</a><br />
Dieser Blog läuft mit Flora. Es ist dunkel, es hat Blumen und Ornamente und ich mag es! Ich bastel immer zwar noch daran, aber diese Version sollte halbwegs funktionieren. <strong>Mit Custom Login!</strong></p>
<p><span class="download"><a href="http://www.normansblog.de/wp-content/uploads/themes/flora_1.1.zip">Download</a></span></td>
<td>dark<br />
two-columns<br />
fixed-width<br />
left-sidebar</td>
</tr>
<tr>
<td>
<p><div id="attachment_55" class="wp-caption alignnone" style="width: 145px"><a class="shutterset_" title="Wrath of the Lich King" href="http://www.normansblog.de/wp-content/uploads/2009/01/wrathofthelichking.png"><img class="size-full wp-image-55" title="wrathofthelichking" src="http://www.normansblog.de/wp-content/uploads/2009/01/wrathofthelichking.png" alt="Wrath of the Lich King" width="125" /></a><p class="wp-caption-text">Wrath of the Lich King</p></div></td>
<td><a title="Wrath of the Lich King" href="http://www.worldofwarcraft.com/wrath/" target="_blank">Wrath of the Lich King</a><br />
Wrath of the Lich King ahmt das Design der WotLK Promo-Seite von Blizzard nach. Ich dachte, es wäre cool so etwas als Theme für einen Blog zu haben.</p>
<p><span class="download"><a href="http://www.normansblog.de/wp-content/uploads/themes/wrath_1.0.zip">Download</a></span></td>
<td>dark<br />
two-columns<br />
fixed-width<br />
right-sidebar</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>https://www.normansblog.de/wordpress-flora-and-wow-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
