<?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>smu42.de &#187; Wordpress</title>
	<atom:link href="http://blog.smu42.de/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smu42.de</link>
	<description>Aus dem Leben (noch) eines Informatikers...</description>
	<lastBuildDate>Fri, 02 Dec 2011 17:10:42 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>limit-post Plugin</title>
		<link>http://blog.smu42.de/2009/11/limit-post-plugin/</link>
		<comments>http://blog.smu42.de/2009/11/limit-post-plugin/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:16:32 +0000</pubDate>
		<dc:creator>smu</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.smu42.de/?p=256</guid>
		<description><![CDATA[Das neue Theme, was ich für mein Blog verwende, benutzt das limit-post Plugin, um auf der Übersichtsseite die Artikeltexte zu verkürzen. Das Plugin arbeitet nach dem folgenden Prinzip: Es holt sich zunächst den gesamten Artikeltext, entfernt dann alle HTML-Tags, um dann die verbleibenden Zeichen auf die angegebene Anzahl zu verkürzen. Die so entstehende Zeichenkette wird [...]]]></description>
			<content:encoded><![CDATA[<p>Das neue Theme, was ich für mein Blog verwende, benutzt das <a title="original &quot;limit-post&quot; Plugin" href="http://labitacora.net/index.php?p=152" target="_blank">limit-post</a> Plugin, um auf der Übersichtsseite die Artikeltexte zu verkürzen. Das Plugin arbeitet nach dem folgenden Prinzip: Es holt sich zunächst den gesamten Artikeltext, entfernt dann alle HTML-Tags, um dann die verbleibenden Zeichen auf die angegebene Anzahl zu verkürzen. Die so entstehende Zeichenkette wird dann in einen Paragraph gepackt und ausgegeben.</p>
<p>Dies funktioniert eigentlich wunderbar, hat allerdings einen klitzekleinen Schönheitsfehler: Verwendet man Bilder mit Unterschriften in seinen Artikeln, werden zwar die Bilder nicht angezeigt (da alle HTML-Tags entfernt werden), die Bildunterschriften sind aber weiterhin Bestandteil des verkürzten Texts. Und das sieht, nunja, blöd aus.</p>
<p>Das Problem lässt sich allerdings recht einfach lösen. Man muss lediglich zunächst die Bilder samt Unterschriften aus dem Artikeltext entfernen, bevor man die restlichen HTML-Tags aus dem Artikeltext nimmt. Folgende kleine PHP-Zeile macht genau dies:</p>
<p style="padding-left: 30px;">$content = preg_replace(&#8216;/&lt;div.*&lt;img.*\/div&gt;/&#8217;,&#8221;, $content);</p>
<p>Es wird also jedes &#8220;div&#8221;-Tag das ein &#8220;img&#8221;-Tag enthält bis zu seinem abschließenden Tag entfernt. Dafür reicht ein kleiner regulärer Ausdruck&#8230;</p>
<p>Falls jemand Interesse hat, die modifizierte Version des Plugins gibts hier:<a href="http://blog.smu42.de/wp-content/2009/11/limit-post.zip"> limit-post.</a></p>
<p>P.S.:<br />
@Karsten: Hab mir mal PHP angeschaut&#8230; Kann ich jetzt&#8230; <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smu42.de/2009/11/limit-post-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facelifting fürs Blog</title>
		<link>http://blog.smu42.de/2009/10/facelifting-fuers-blog/</link>
		<comments>http://blog.smu42.de/2009/10/facelifting-fuers-blog/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 21:56:26 +0000</pubDate>
		<dc:creator>smu</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.smu42.de/?p=185</guid>
		<description><![CDATA[Nachdem ich festgestellt habe, dass das letzte Theme meines Blogs nicht ganz Internet Explorer kompatibel war, hab ich mich nach einem neuen Theme umgesehen. Ich bin bei topwpthemes fündig geworden: Das Theme heisst zinfolio und liegt im Original in englischer Version vor. Die Übersetzung hab ich wie immer selbst gemacht und dabei noch den einen [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.smu42.de/wp-content/2009/10/smu42.jpg"><img class="alignleft size-thumbnail wp-image-184" title="smu42.de" src="http://blog.smu42.de/wp-content/2009/10/smu42-150x150.jpg" alt="smu42.de" width="150" height="150" /></a></p>
<p>Nachdem ich festgestellt habe, dass das letzte Theme meines Blogs nicht ganz Internet Explorer kompatibel war, hab ich mich nach einem neuen Theme umgesehen. Ich bin bei <a title="Top WordPress Themes" href="http://topwpthemes.com/" target="_self">topwpthemes</a> fündig geworden: Das Theme heisst <a title="Zinfolio Theme" href="http://topwpthemes.com/zinfolio-wordpress-theme/" target="_blank">zinfolio</a> und liegt im Original in englischer Version vor. Die Übersetzung hab ich wie immer selbst gemacht und dabei noch den einen oder anderen Bug gefixt und alles an meine Bedürfnisse angepasst. Denke, dass Ergebnis kann sich sehen lassen, trotzdem bin ich wie immer auf eure Meinungen gespannt! <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smu42.de/2009/10/facelifting-fuers-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neues Layout</title>
		<link>http://blog.smu42.de/2009/06/neues-layout/</link>
		<comments>http://blog.smu42.de/2009/06/neues-layout/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:08:03 +0000</pubDate>
		<dc:creator>smu</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.smu42.de/?p=40</guid>
		<description><![CDATA[Ich hab mir gedacht, dass ich zur Feier des einjährigen Bestehens mein Blog mal neu einkleide. Zunächst habe ich mir auch überlegt, ein eigenes Design zu basteln. Nach einer kurzen Aufwand-Nutzen-Analyse hab ich mich aber vorerst dagegen entschieden. Vielleicht werde ich das Thema später nocheinmal angehen, ich hab mir auf jeden Fall schon mal ein [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hab mir gedacht, dass ich zur Feier des einjährigen Bestehens mein Blog mal neu einkleide. Zunächst habe ich mir auch überlegt, ein eigenes Design zu basteln. Nach einer kurzen Aufwand-Nutzen-Analyse hab ich mich aber vorerst dagegen entschieden. Vielleicht werde ich das Thema später nocheinmal angehen, ich hab mir auf jeden Fall schon mal ein Bookmark auf ein hervorragendes <a title="Wordpress Theme selber bauen..." href="http://bueltge.de/wp-tutorial-wir-schreiben-ein-wordpress-theme-teil-1/498/" target="_blank">Tutorial</a> gesetzt. Mal sehen, vielleicht hab ich ja irgendwann einmal zu viel Zeit&#8230;</p>
<p>Also hab ich stattdessen ein wenig im Internet nach freien WordPress Themes gesucht. Da gibt es ja jede Menge Seiten, ich denke, ich hab da auch <a title="Wordpress Theme Site" href="http://wordpressthemessite.com" target="_blank">hier</a> was passendes gefunden: Das Theme heisst &#8220;<a title="Wordpress Theme &quot;Pop Hack&quot;" href="http://wordpressthemessite.com/wordpress-themes/pop-hack/" target="_blank">Pop hack</a>&#8220;, ich hab das mal ins Deutsche übersetzt und mir mit meinen bescheidenen Paintshop-Kenntnissen ein eigenes Logo gebastelt.</p>
<p>Das Resultat kann jetzt rundherum um diesen Artikel bewundert werden&#8230; <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smu42.de/2009/06/neues-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wordpress 2.8</title>
		<link>http://blog.smu42.de/2009/06/wordpress-2-8/</link>
		<comments>http://blog.smu42.de/2009/06/wordpress-2-8/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:31:36 +0000</pubDate>
		<dc:creator>smu</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.smu42.de/?p=28</guid>
		<description><![CDATA[Ich bin mal wieder dem Drang erlegen, alles von der neuesten Version haben zu wollen und hab konsequent gegen das Prinzip &#8220;Never change a running system!&#8221; verstoßen. Kurz gesagt: Ich hab mir die neueste WordPress-Version installiert. Vorher hatte ich Version 2.51 und bin nun auf 2.8 gegangen &#8211; und prompt, ging nichts mehr! Mein schönes [...]]]></description>
			<content:encoded><![CDATA[<p>Ich bin mal wieder dem Drang erlegen, alles von der neuesten Version haben zu wollen und hab konsequent gegen das Prinzip &#8220;Never change a running system!&#8221; verstoßen. Kurz gesagt: Ich hab mir die neueste <a title="Wordpress" href="http://www.wordpress.org" target="_blank">WordPress</a>-Version installiert. Vorher hatte ich Version 2.51 und bin nun auf 2.8 gegangen &#8211; und prompt, ging nichts mehr! Mein schönes Blog verweigerte mit der Meldung &#8220;Allowed memory size of xxx bytes exhausted&#8230;&#8221; usw. den Dienst. Eine kurze <a title="Ein Leidensgenosse..." href="http://www.dead-pixel.de/wordpress-und-das-php-memory-limit/" target="_blank">Recherche</a> im Internet ergab, dass wohl mit jeder WordPress-Version der Speicherbedarf zunimmt. Ein entsprechender <a title="FAQ Artikel zum Speicherproblem" href="http://faq.wordpress-deutschland.org/exhausted-php-memory/" target="_blank">FAQ-Artikel</a> auf der WordPress-Seite ermuntert dazu, die Einstellungen für den PHP-Speicher selbst anzupassen. Dies funktioniert allerdings nur, sofern das vom Provider auch zugelassen wird, was bei mir allerdings nicht der Fall ist. Außerdem wird angeraten, unnötige Plugins zu deaktivieren, hätte ich auch gemacht, ich hab aber keine&#8230; Durch einiges Gefummel und weiteres Recherchieren habe ich festgestellt, dass das Deaktivieren der deutschen Sprachdatei in der wp-config.php mein Blog zwar wieder starten läßt, dies allerdings folgerichtig in Englisch. Das war auch nicht ganz das was ich wollte&#8230;</p>
<p>Also hab ich den Jungs von meinem Provider eine entsprechende Supportanfrage geschickt, mit der Bitte, meinen PHP-Speicher von aktuell 25MB auf 32MB zu erhöhen, und bekam prompt folgende Antwort:</p>
<blockquote><p>ZENSIERT</p></blockquote>
<p>Hmm, darf ich ja gar nicht schreiben, was in der E-Mail steht, steht jedenfalls im Footer&#8230; Dann halten wir uns da mal auch dran&#8230; <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; Ich möchte die Antwort in sofern zusammenfassen: Eigentlich koste sowas Geld, man kenne aber die WordPress-Probleme und mache hier mal ne Ausnahme. Außerdem wurde mir ein kostenfreier Tipp offeriert, doch mal nach anderer Blog-Software Ausschau zu halten&#8230;</p>
<p>Offenbar handelt es sich also um ein bekanntes Problem und hätte ich mich im Vorfeld besser <a title="Warnhinweise zum Update auf WordPress 2.8" href="http://blog.wordpress-deutschland.org/2009/06/15/warnhinweise-zum-update-auf-wordpress-28.html" target="_blank">informiert</a>, wär der kurze Anflug von Panik wohl zu vermeiden gewesen. Jedenfalls arbeiten die WordPress-Entwickler wohl schon an einer <a title="Wordpress 2.81 kurz vor dem Release" href="http://blog.wordpress-deutschland.org/2009/06/18/wordpress-281-kommt.html" target="_blank">Lösung</a> um unter anderem auch den Speicherhunger in den Griff zu bekommen.</p>
<p>Aber die Gute Nachricht: Nach dem Hochsetzen meines PHP-Speichers (Vielen Dank hierfür! <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) funktioniert ersteinmal wieder alles. Trotzdem werde ich den Tipp mal weiterverfolgen und mich nach Alternativen umsehen&#8230; Falls es noch schlimmer kommt&#8230; <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 396px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>DE-CH</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:Verdana; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1593833729 1073750107 16 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 70.85pt 2.0cm 70.85pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Normale Tabelle"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--><span style="font-size: 10pt; font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;;">grundsätzlich ist eine Anhebung des Memory Limits auf 32MB kostenpflichtig. Da es aber mal wieder WordPress ist, haben wir für den Account das Limit auf 32MB festgesetzt.<br />
Ein Tipp von uns, da dies bei WordPress mit jeder Version immer weiter zu nimmt, einfach mal nach einer zuverlässigen Blog-Software umschauen <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Sofern dies in weiteren Versionen immer weiter so geht, setzten wir dieses Limit nicht weiter kostenfrei hoch, hier ist bei 32MB Ende.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.smu42.de/2009/06/wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auf gehts&#8230;</title>
		<link>http://blog.smu42.de/2008/06/auf-gehts/</link>
		<comments>http://blog.smu42.de/2008/06/auf-gehts/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:39:44 +0000</pubDate>
		<dc:creator>smu</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Studium]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.smu42.de/?p=4</guid>
		<description><![CDATA[So, dann wolln wir mal! Nachdem ich mich jetzt eine Weile mit WordPress beschäftigt habe, starte ich meine ersten Versuche als Blogger. Die Installation ist geschafft, ich hab das ursprünglich englischsprachige Design auf Händen und Knien übersetzt und nun kanns eigentlich losgehen&#8230; Zur Motivation des Ganzen: In erster Linie interessiert mich die Technik, so lerne [...]]]></description>
			<content:encoded><![CDATA[<p>So, dann wolln wir mal! Nachdem ich mich jetzt eine Weile mit <a title="Wordpress Deutschland" href="http://www.wordpress-deutschland.org" target="_blank">WordPress</a> beschäftigt habe, starte ich meine ersten Versuche als Blogger. Die Installation ist geschafft, ich hab das ursprünglich englischsprachige <a title="Elite Thema" href="http://wpzone.net/free-wordpress-themes/elite/" target="_blank">Design</a> auf Händen und Knien übersetzt und nun kanns eigentlich losgehen&#8230;</p>
<p>Zur Motivation des Ganzen: In erster Linie interessiert mich die Technik, so lerne ich quasi spielerisch für mich neue Technologien kennen. Meine Erkenntnisse, Erfolge und Fehlschläge werde ich dann hier festhalten! Zum Zweiten möchte ich die Fortschritte meines kürzlich begonnenen berufsbegleitenden Studiums dokumentieren, einerseits als zusäzliche Motivation für mich, aber auch, um mit anderen in Kontakt zu kommen, die ebenfalls neben dem Beruf studieren. Weiterhin werde ich hier die eine oder andere interessante Neuigkeit aus meinem Arbeitsleben zum Besten geben. Zu meinen Interessensgebieten werde ich dann später noch ausführlicher was schreiben&#8230;</p>
<p>Also in diesem Sinne: Auf gehts! <img src='http://blog.smu42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smu42.de/2008/06/auf-gehts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

