<?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>Constance &#38; Daniel &#187; WordPress</title>
	<atom:link href="http://www.mores.cc/kategorie/technik/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mores.cc</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Sat, 05 Nov 2011 20:12:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Relaunch!!</title>
		<link>http://www.mores.cc/relaunch</link>
		<comments>http://www.mores.cc/relaunch#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:25:13 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=1080</guid>
		<description><![CDATA[Ich sollte langsam mal nachzählen, die wievielte Wiedergeburt meiner mores.cc dies hier ist. Der Screenshot ist von der Vorgängerversion.]]></description>
			<content:encoded><![CDATA[<p>Ich sollte langsam mal nachzählen, die wievielte Wiedergeburt meiner mores.cc dies hier ist.</p>
<p>Der Screenshot ist von der Vorgängerversion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/relaunch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwort vergessen?</title>
		<link>http://www.mores.cc/passwort-vergessen</link>
		<comments>http://www.mores.cc/passwort-vergessen#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:51:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=942</guid>
		<description><![CDATA[Es passiert immer wieder: man muss einige Zeit nach Beendigung eines WordPress Projektes wieder in die Administration der Seite reinsehen, und weil der &#8220;admin&#8221; User nicht dem Kunden übergeben wurde (aus Sicherheitsgründen, der Kunde könnte doch das Passwort vergessen ) hat man immer ein &#8220;Hintertürchen&#8221;, um dem Kunden hilfreich zur Seite stehen zu können. Nun [...]]]></description>
			<content:encoded><![CDATA[<p>Es passiert immer wieder: man muss einige Zeit nach Beendigung eines WordPress Projektes wieder in die Administration der Seite reinsehen, und weil der &#8220;admin&#8221; User nicht dem Kunden übergeben wurde (aus Sicherheitsgründen, der Kunde könnte doch das Passwort vergessen <img src='http://www.mores.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) hat man immer ein &#8220;Hintertürchen&#8221;, um dem Kunden hilfreich zur Seite stehen zu können.</p>
<p>Nun hat man selber das Passwort vergessen. Kein Problem, man startet phpMyAdmin und loggt sich in die Datenbank ein. Da das Passwort verschlüsselt in der Datenbank abgespeichert wird, muss man folgenden SQL-Befehl einsetzen:</p>
<p style="padding-left: 30px;">UPDATE `wp_users` SET `user_pass` = MD5( &#8216;<strong>neues Passwort</strong>&#8216; ) WHERE `wp_users`.`user_login` = &#8220;<strong>admin</strong>&#8220;;</p>
<p>Falls man nicht der Admin ist muss man den Wert bei &#8220;user_login&#8221; entsprechend anpassen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/passwort-vergessen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Resize at Upload Plus</title>
		<link>http://www.mores.cc/resize-at-upload-plus</link>
		<comments>http://www.mores.cc/resize-at-upload-plus#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:49:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=789</guid>
		<description><![CDATA[Okay, es ist nicht wirklich ein &#8220;neues&#8221; Plugin, eher eine Verbesserung eines sehr einfachen aber dennoch sehr sinnvollem und nützlichen Plugin namens  Resize at Upload. Dieses Plugin verkleinert automatisch Bilder, die hochgeladen werden, falls diese einen Maximalwert übeschreiten. Dies ist besonders praktisch, falls ein Kunde seine 25 Megapixel Bilder hochlädt und sich dann wundert, warum das [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, es ist nicht wirklich ein &#8220;neues&#8221; Plugin, eher eine Verbesserung eines sehr einfachen aber dennoch sehr sinnvollem und nützlichen Plugin namens  <a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/">Resize at Upload</a>. Dieses Plugin verkleinert automatisch Bilder, die hochgeladen werden, falls diese einen Maximalwert übeschreiten. Dies ist besonders praktisch, falls ein Kunde seine 25 Megapixel Bilder hochlädt und sich dann wundert, warum das Layout zerschossen ist <img src='http://www.mores.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Nachdem mir eine Option der Höhenregulierung fehlte, und Anton sein Plugin weiterhin einfach und leicht halten wollte, habe ich es einfach selbst hinzugefügt. Und ich mich gerne in Ruhm und Ehre bade, schreibe ich darüber <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!--:--><!--:en--></p>
<div>
<p>Okay, actually it&#8217;s not a new plugin, it&#8217;s just an improvement of a really neat and simple plugin called <a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/">Resize at Upload</a>. This plugin will automatically resize images that are too large when they&#8217;re uploaded &#8211; if your client choses to directly import his 25 megapixel photos <img src='http://www.mores.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . <a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/">Resize at Upload</a> will reduce the dimensions to those that you set. This will conserve webspace and keep your layout nice and tidy.</p>
<p>Since I missed an option to also set a max height, I simply added it to Anton&#8217;s plugin. And since I&#8217;m hungry for fame, I post about it <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!--:--><span id="more-789"></span><!--:de--><br />
<a href="http://wordpress.org/extend/plugins/resize-at-upload-plus/">Meine Modifizierung hier herunterladen</a></p>
<h2>Die Anwendung ist simpel:</h2>
<ol>
<li>Meine Version des Plugins <a href="http://wordpress.org/extend/plugins/resize-at-upload-plus/">herunterladen</a></li>
<li>unzippen</li>
<li>In das yoursite/wp-content/plugins Verzeichnis hochladen</li>
<li>aktivieren</li>
<li>Einstellungen checken und anpassen.</li>
</ol>
<h2>Dann</h2>
<ol>
<li>Hierher zurückkehren und einen Kommentar hinterlassen, wie toll meine Modifikation doch ist</li>
<li>Zu <a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/#respond">Anton&#8217;s Seite</a> surfen und auch ihm danken, dass er das Plugin erdacht, programmiert und verbreitet hat.</li>
</ol>
<h2>Spenden</h2>
<div>Sollte dieses Plugin Euch Freude bereiten, oder einProjekt vereinfachen / ermöglichen, oder einen Kunden zufriedenzustellen, so würde ich mich über eine Spende freuen. Ich werde 50% aller Eingänge mit Anton teilen, da sein Plugin die Basis von meinem ist.</div>
<div>[donate]</div>
<p><!--:--><!--:en--></p>
<p><a href="http://wordpress.org/extend/plugins/resize-at-upload-plus/">Download my modification here</a></p>
<h2>Usage is simple:</h2>
<ol>
<li><a href="http://wordpress.org/extend/plugins/resize-at-upload-plus/">Download</a> the my version of the plugin</li>
<li>unzip</li>
<li>upload to yoursite/wp-content/plugins directory</li>
<li>activate</li>
<li>check the settings and adapt to your needs.</li>
</ol>
<h2>Then</h2>
<ol>
<li>come back here and post a comment about how cool this plugin is</li>
<li>go to <a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/#respond">Anton&#8217;s site</a> and thank him for doing the heavy lifting and coming up with a splendid plugin like this</li>
</ol>
<h2>Donate</h2>
<div>
<div>Should this plugin prove useful by either simplifying your blog, or maybe even please your customer I would appreciate it if you would donate whatever you deem appropriate. I&#8217;ll share it with Anton.</div>
<div>[donate]</div>
</div>
</div>
<p><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/resize-at-upload-plus/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Cross-Browser Compatibilitätscheck mit ies4osx</title>
		<link>http://www.mores.cc/cross-browser-compatibilitatscheck-mit-ies4osx</link>
		<comments>http://www.mores.cc/cross-browser-compatibilitatscheck-mit-ies4osx#comments</comments>
		<pubDate>Sun, 28 Dec 2008 16:03:46 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Grafik/Design]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=767</guid>
		<description><![CDATA[Neulich, als ich eine Seite wieder mal auf die unkompatiblen Browser (Das sind alle die mit &#8220;Internet&#8221; beginnen und &#8220;Explorer&#8221; aufhören) testen musste, aber gerade kein PC zur Hand war, stieß ich im Netz auf ein Programm namens ies4osx. Es erlaubt einem, Internet Explorer 6 auf seinem (Intel-)Mac laufen zu lassen.]]></description>
			<content:encoded><![CDATA[<p>Neulich, als ich eine Seite wieder mal auf die unkompatiblen Browser (Das sind alle die mit &#8220;Internet&#8221; beginnen und &#8220;Explorer&#8221; aufhören) testen musste, aber gerade kein PC zur Hand war, stieß ich im Netz auf ein Programm namens <a title="http://www.kronenberg.org/ies4osx/" href="http://">ies4osx</a>. Es erlaubt einem, Internet Explorer 6 auf seinem (Intel-)Mac laufen zu lassen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/cross-browser-compatibilitatscheck-mit-ies4osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Update: EasyPermGals</title>
		<link>http://www.mores.cc/wordpress-plugin-update-easypermgals</link>
		<comments>http://www.mores.cc/wordpress-plugin-update-easypermgals#comments</comments>
		<pubDate>Thu, 28 Aug 2008 16:14:15 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=464</guid>
		<description><![CDATA[Mein Plugin namens EasyPermGals wurde erneuert &#8230; es ist nun möglich, Bilder mithilfe von Tags entweder in den Post-Header zu schieben (mit [header]), oder von der Listung in den Thumbnails (mit [exclude]) herauszunehmen. Ausserdem habe ich Bildtitel hinzugefügt, und das manuelle Aufrufen im Theme aktiviert. Changelog: August 28, 2008, later in the evening &#8211; Version [...]]]></description>
			<content:encoded><![CDATA[<p>Mein Plugin namens <a href="http://wordpress.org/extend/plugins/easypermgals/" target="_self">EasyPermGals</a> wurde erneuert &#8230; es ist nun möglich, Bilder mithilfe von Tags entweder in den Post-Header zu schieben (mit [header]), oder von der Listung in den Thumbnails (mit [exclude]) herauszunehmen. Ausserdem habe ich Bildtitel hinzugefügt, und das manuelle Aufrufen im Theme aktiviert.</p>
<h2>Changelog:</h2>
<p>August 28, 2008, later in the evening &#8211; <strong>Version 1.6</strong></p>
<ul>
<li>I promised Sören I’d implement this, but I forgot about it when adding the tag function. <br />
You can now use EasyPermGals in your themes. Install as usual, then deactivate the full-auto-mode.<br />
Use <strong>&lt;?php easypermgals_thumbs() ?&gt;</strong> to get the list of thumbs where you need them, or <br />
<strong>&lt;?php easypermgals_header() ?&gt;</strong> to display the image you tagged as header.<br />
Obviously, using the full-auto-mode AND the template functions simultaneously will make little, or no sense <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </li>
</ul>
<p>August 28, 2008 - <strong>Version 1.5</strong></p>
<ul>
<li>Added the possibility to use <strong>[header]</strong> or <strong>[exclude]</strong> in the image title to make the image not show up automatically. The plan is to make EasyPermGals add an image that is titled with a [header] bit to show up above the post</li>
</ul>
<p>August 19, 2008 - <strong>Version 1.4</strong> (not released to public)</p>
<ul>
<li>Was missing image titles, captions and descriptions … lightbox now shows captions</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/wordpress-plugin-update-easypermgals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: MetaBackground</title>
		<link>http://www.mores.cc/metabackground</link>
		<comments>http://www.mores.cc/metabackground#comments</comments>
		<pubDate>Wed, 20 Aug 2008 09:59:35 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=442</guid>
		<description><![CDATA[Mein zweites Plugin. Nicht wirklich aufregend, es gibt auch sicher andere Plugins die genau das selbe machen, aber irgendwer brauchte es.  Wenn Du einem Beitrag einen eigenen Hintergrund verpassen willst, kannst Du dies nun einfach tun, indem Du ein Benutzerdefiniertes Feld namens BGIMAGE erstellst und den absoluten Link zu der gewünschten Datei als Wert einträgst. [...]]]></description>
			<content:encoded><![CDATA[<p><!--:de-->Mein zweites Plugin. Nicht wirklich aufregend, es gibt auch sicher andere Plugins die genau das selbe machen, aber irgendwer brauchte es. </p>
<p>Wenn Du einem Beitrag einen eigenen Hintergrund verpassen willst, kannst Du dies nun einfach tun, indem Du ein Benutzerdefiniertes Feld namens BGIMAGE erstellst und den absoluten Link zu der gewünschten Datei als Wert einträgst. Um das Hintergrundbild mit CSS-Befehlen zu positionieren, erstelle einfach ein weiteres Benutzerdefiniertes Feld namens BGIMAGECSS und schreibe dort die CSS Befehle hinein. Beispiel &#8220;no-repeat top left&#8221; oder &#8220;no-repeat fixed center&#8221;</p>
<h2>Download</h2>
<p><a href="http://wordpress.org/extend/plugins/metabackground/">Download MetaBackGround</a> </p>
<h2>Installation</h2>
<p>Hochladen, aktivieren.</p>
<p>Benutzerdefiniertes Feld namens BGIMAGE erstellen und den Link zum Bild eintragen.</p>
<h2>Changelog</h2>
<p>März 07, 2009 - Version 1.1</p>
<ul>
<li>CSS-Optionen hinzugefügt.</li>
</ul>
<p>Jänner 17, 2009 - Version 1.0</p>
<ul>
<li>Veröffentlichung von MetaBackGround</li>
</ul>
<p>August 20, 2008 - Version 0.01</p>
<ul>
<li>Plugin erfunden, für jemanden aus dem WordPress Support Forum</li>
</ul>
<h2>Gefällt es?</h2>
<p>Dann würde ich mich über eine Email, einen Kommentar (hier) oder über eine Spende freuen</p>
<p>[donate]</p>
<p> </p>
<p><strong><br />
</strong><!--:--><!--:en--></p>
<div>
<p>My second plugin. Not really a lot of work, probably there are others out there, but this is quick and dirty and gets the job done.</p>
<p>If you want do specify per-post or per-page background images, you&#8217;ll want this. Just add a custom field called BGIMAGE to your post or page with the absolute link to your image, and you&#8217;re set. Use BGIMAGECSS to modify the styling, like  Beispiel &#8220;no-repeat top left&#8221; or &#8220;no-repeat fixed center&#8221;</p>
<h2>Download</h2>
<p><a href="http://wordpress.org/extend/plugins/metabackground/">Download MetaBackGround</a> (right-click, then save target as php)</p>
<h2>Installation</h2>
<p>Upload to your plugins directory, then activate.Write/Edit posts or Pages and add a custom field called &#8220;BGIMAGE&#8221;, and in the value field enter the absolute path to your background image.</p>
<h2>Changelog</h2>
<p>March 07, 2009 - Version 1.1</p>
<ul>
<li>Added CSS options</li>
</ul>
<p>January 17, 2009 - Version 1.0</p>
<ul>
<li>publish MetaBackGround, released it to the world</li>
</ul>
<p> </p>
<p>August 20, 2008 - Version 0.01</p>
<ul>
<li>Write the plugin for someone from WordPress&#8217;s support forum</li>
</ul>
<h2>Like it?</h2>
<p>Then write me an email or post a comment and tell me so, or [donate]</p>
<p> </p></div>
<p><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/metabackground/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: EasyPermGals</title>
		<link>http://www.mores.cc/easypermgals</link>
		<comments>http://www.mores.cc/easypermgals#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:08:27 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=394</guid>
		<description><![CDATA[Let me publish my first plugin: EasyPermGals. EasyPermGals is based on easygals by Walter Vos. Where easygals allows you to manually activate the automatic gallery feature on a per-post/per-Page basis, EasyPermGals does this automatically. Each and every post or Page is checked for attached images which are then displayed in a neat gallery underneath. Lightbox, [...]]]></description>
			<content:encoded><![CDATA[<p><!--:de-->Let me publish my first plugin: <a href="http://wordpress.org/extend/plugins/easypermgals/">EasyPermGals</a>.</p>
<p>EasyPermGals is based on <a href="http://www.waltervos.com/downloads/wordpress-plugins/easygals" target="_blank">easygals</a> by Walter Vos. Where easygals allows you to manually activate the automatic gallery feature on a <strong>per-post/per-Page</strong> basis, EasyPermGals does this automatically. <strong>Each and every post or Page</strong> is checked for attached images which are then displayed in a neat gallery underneath.</p>
<p>Lightbox, if installed, may be used to view the full-size images.</p>
<p>After a feature request (along with a donation), I added the option to switch between manual and automatic thumbnail attachment. This allows you to define, exactly <strong>where</strong> the thumbnails are supposed to be embedded. Another request was the ability to call the automatic gallery within the theme files, so I added this as well. And since I like posts and Pages to have pretty header images, you can now upload an image, tag it with a title that includes <strong>[header]</strong> or <strong>[exclude]</strong>, and the image will be shown in above the post/Page content. Obviously, [exclude] will ignore the image and not show a thumbnail in the list. This lets you use images inside your posts instead showing up in the gallery.</p>
<h2>Features</h2>
<ul>
<li>Admin options for lightbox support and style rules</li>
<li>Customizable code-bit to help optimize embedding</li>
<li>works for posts <strong>and Pages</strong> (something that was important to me)</li>
<li>Full-Auto and manual mode</li>
</ul>
<h2>Demo</h2>
<p>See it in action throughout this site. An <a href="http://www.mores.cc/category/heimwerken">example</a> of the images that are attached to a <a href="http://www.mores.cc/category/heimwerken">post</a> can be seen here, and <a href="http://www.mores.cc/uber/das-hochzeitstagebuch/tag-5-port-louis">this</a> is what it&#8217;s like when it&#8217;s a <a href="http://www.mores.cc/uber/das-hochzeitstagebuch/tag-5-port-louis">Page</a>, that has images attached to it.</p>
<p>Actually, there are 2 images attached to this post</p>
<p><strong>Installation is simple:</strong></p>
<ol>
<li>Download <a href="http://wordpress.org/extend/plugins/easypermgals/">EasyPermGals</a></li>
<li>Unzip</li>
<li>upload easypermgals.php to yoursite/wp-content/plugins directory</li>
<li>activate</li>
<li>customize</li>
</ol>
<h2>Like it?</h2>
<p>Then write me an email or post a comment and tell me so, or <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="constance@mores.cc" /><input type="hidden" name="item_name" value="EasyPermGals Donation" /><input type="hidden" name="item_number" value="EasyPermGals" /><input type="hidden" name="amount" value="5" /><input type="hidden" name="currency_code" value="EUR" /><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /></div></form></p>
<h2>Changelog:</h2>
<p><strong>May 3, 2010 &#8211; **Version 1.9.2**</strong></p>
<div><strong><span style="font-weight: normal;">* Added a [noeasypermgals] option. Now, if you want to use the full-auto feature but turn it OFF for a reason, you can put this code anywhere in your post&#8217;s or Page&#8217;s content and the gallery won&#8217;t display.</span></strong></div>
<p><strong>December 24, 2009 &#8211; **Version 1.9.1**</strong></p>
<p>* Thanks to Frank for pointing out an error due to incorrect encoding of the file. Should now be fixed.</p>
<p><strong>December 22, 2009 &#8211; **Version 1.9**</strong></p>
<p>* Added No-Tooltip as option. My solution to prevent ugly mouse-over tooltips did not work with all lightbox installations so I made it optional.<br />
* Tested with WP 2.9</p>
<p><strong>Febuary 18, 2009 &#8211; **Version 1.8.1**</strong></p>
<p>* removed the &#8220;title&#8221; tags for the header and thumbnail images. A lot of users mass-upload and end up with weird titles in their pictures, which don&#8217;t look pretty when you get those yellow tooltips.<br />
* added width and height to the header image since one of my own themes didn&#8217;t like not knowing image dimensions <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
* realized I need to rewrite the whole thing. It&#8217;s totally inefficient and has numerous bugs, like when you have a header image attached, it will still output the &#8220;before&#8221; and &#8220;after&#8221; stuff you can set in the options. If this is bothering anyone, please donate. Donations motivate me to fix things <img src='http://www.mores.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>November 25, 2008 &#8211; **Version 1.8**</strong></p>
<p>* more template tags. I previously loaded the full size image and displayed it in a reduced size &#8230; now you can extract the medium sized pic as well.</p>
<p>* some bugfixes, like the missing border=0 definitions in the image tags etc.</p>
<p><strong>October 27, 2008 &#8211; **Version 1.7**</strong></p>
<p>* template tag with options &#8230; I needed header thumbnails <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>October 27, 2008 &#8211; **Version 1.62**</strong></p>
<p>* Needed to call the header without the img tags, so I added a   template function. This allows me to resize it to whatever I need, use as background image or whatever.<br />
* Some other bugfix, I forgot what it was</p>
<p><strong>September 7, 2008 &#8211; **Version 1.6.1**</strong></p>
<p>* Found a major bug that caused malfunction when using [easypermgal] or [nogal] in the non-full-auto-mode. Works now.</p>
<p><strong>August 28, 2008, later in the evening &#8211; **Version 1.6**</strong></p>
<p>* Added the ability to use easypermgals in your themes.  will return the list of thumbnails,   will give you the header image. Actually per request from Sören</p>
<p><strong>August 28, 2008 &#8211; **Version 1.5**</strong></p>
<p>* Added the possibility to use [header] or [exclude] in the image title to make the image not show up automatically. The plan is to make EasyPermGals add an image that is titled with a [header] bit to show up above the post</p>
<p><strong>August 19, 2008 &#8211; **Version 1.4**</strong></p>
<p>* Was missing image titles, captions and descriptions &#8230; lightbox now shows captions</p>
<p><strong>April 24, 2008 &#8211; **Version 1.3**</strong></p>
<p>* Added the option to switch between manual and automatic mode.</p>
<p><strong>April 11, 2008 &#8211; **Version 1.2**</strong></p>
<p>* Admin options extended. You can now set the separating character as well as the bit of code that you may need to add before and after the EasyPermGals container.<br />
* Also made the options menu prettier</p>
<p><strong>April 10, 2008 &#8211; **Version 1.1**</strong></p>
<p>* made EasyPermGals compatible with WordPress 2.5</p>
<p>* EasyPermGals now returns null if no image attachments exist<br />
* released it to the world.</p>
<p>Remember, if you like it, send me an email, or post a comment, or <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="constance@mores.cc" /><input type="hidden" name="item_name" value="EasyPermGals Donation" /><input type="hidden" name="item_number" value="EasyPermGals" /><input type="hidden" name="amount" value="5" /><input type="hidden" name="currency_code" value="EUR" /><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /></div></form></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/easypermgals/feed</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 &#8211; Grrrrrr</title>
		<link>http://www.mores.cc/wordpress-25</link>
		<comments>http://www.mores.cc/wordpress-25#comments</comments>
		<pubDate>Wed, 09 Apr 2008 15:02:33 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/?p=390</guid>
		<description><![CDATA[Alles im Arsch. Sonderzeichen sind irgendwie versaut, Plugins machen was sie wollen &#8230; Ich bitte um Nachsicht und hoffe, die Troubles bald lösen zu können. Mal schauen, wie ich das mit den ÜÖÄ-Sonderzeichen lösen werde. Danach mein tolles easygals-plugin-mod. Grrr. Update: Die Sonderzeichen wurden in der Datenbank direkt korrigiert. Folgender SQL-Befehl macht alles wieder gut: [...]]]></description>
			<content:encoded><![CDATA[<p>Alles im Arsch.<br />
Sonderzeichen sind irgendwie versaut, Plugins machen was sie wollen &#8230;</p>
<p>Ich bitte um Nachsicht und hoffe, die Troubles bald lösen zu können.<br />
Mal schauen, wie ich das mit den ÜÖÄ-Sonderzeichen lösen werde.<br />
Danach mein tolles easygals-plugin-mod.</p>
<p>Grrr.</p>
<p>Update: Die Sonderzeichen wurden in der Datenbank direkt korrigiert.<br />
Folgender SQL-Befehl macht alles wieder gut:</p>
<blockquote><p>update wp_posts set post_title = replace( post_title,&#8217;Ã¼&#8217;,'ü&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;Ã¶&#8217;,'ö&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;Ã¤&#8217;,'ä&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;ÃŸ&#8217;,'ß&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;Ãœ&#8217;,'Ü&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;Ã–&#8217;,'Ö&#8217;);<br />
update wp_posts set post_title = replace( post_title,&#8217;Ã„&#8217;,'Ä&#8217;);</p></blockquote>
<p>Entsprechend auch für post_content verwenden. Die beiden Bilder im Anhang sind nur zum Testen. Aber sie zeigen meine Gaskochmulde, wobei die Wok-Flamme gerade verwendet wird. Schon geil, das Teil!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/wordpress-25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin des Tages: EasyGals</title>
		<link>http://www.mores.cc/wordpress-plugin-des-tages-easygals</link>
		<comments>http://www.mores.cc/wordpress-plugin-des-tages-easygals#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:38:18 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/wordpress-plugin-des-tages-easygals</guid>
		<description><![CDATA[Es klingt wie leichte M&#228;dchen, aber es ist ein Plugin nach dem ich seit langem suchte: es listet alle einem Post hinzugef&#252;gte Bilder auf. EasyGals ist unglaublich einfach zu verwenden und eliminiert das Manuelle einbinden von Thumbnails in den WordPress Beitr&#228;gen und unterst&#252;tzt Lighbox Plugin. Ich habe es ein wenig umgebaut, damit ich nicht jedesmal [...]]]></description>
			<content:encoded><![CDATA[<p>Es klingt wie <a href="http://www.waltervos.com/downloads/wordpress-plugins/easygals/" target="_blank">leichte M&auml;dchen</a>, aber es ist ein Plugin nach dem ich seit langem suchte: es listet alle einem Post hinzugef&uuml;gte Bilder auf. <a href="http://www.waltervos.com/downloads/wordpress-plugins/easygals/" target="_blank">EasyGals</a> ist unglaublich einfach zu verwenden und eliminiert das Manuelle einbinden von Thumbnails in den WordPress Beitr&auml;gen und unterst&uuml;tzt Lighbox Plugin.</p>
<p>Ich habe es ein wenig umgebaut, damit ich nicht jedesmal einen speziellen Code im Beitrag einbetten muss. Unter anderem habe ich es nun auch endlich geschafft, unser <a href="/uber/das-hochzeitstagebuch">Hochzeitstagebuch</a> von <a href="http://www.constanceunddaniel.com">www.constanceunddaniel.com</a> auf mores.cc zu transferieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/wordpress-plugin-des-tages-easygals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Tipp des Tages: Anfangsbuchstaben Grossschreiben</title>
		<link>http://www.mores.cc/mysql-tipp-des-tages-anfangsbuchstaben-grossschreiben</link>
		<comments>http://www.mores.cc/mysql-tipp-des-tages-anfangsbuchstaben-grossschreiben#comments</comments>
		<pubDate>Wed, 06 Feb 2008 17:32:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/mysql-tipp-des-tages-anfangsbuchstaben-grossschreiben</guid>
		<description><![CDATA[Vielleicht hat man ja eine Tabelle, in der einige Texte gro&#223;geschrieben geh&#246;ren. Beispiel bei mir: eine Liste von Sprechern, die wir leider alle klein eingegeben haben. Kein Problem, man ersetzt diese einfach mit einem SQL-Befehl in der phpMyAdmin Oberfl&#228;che UPDATE tabellenname SET spaltenname = CONCAT( UPPER( SUBSTRING( spaltenname, 1, 1&#160; )&#160; ) , LOWER( SUBSTRING( [...]]]></description>
			<content:encoded><![CDATA[<p>Vielleicht hat man ja eine Tabelle, in der einige Texte gro&szlig;geschrieben geh&ouml;ren. Beispiel bei mir: eine Liste von Sprechern, die wir leider alle klein eingegeben haben. Kein Problem, man ersetzt diese einfach mit einem SQL-Befehl in der phpMyAdmin Oberfl&auml;che</p>
<blockquote><p>UPDATE <font color="#990000">tabellenname</font> SET <font color="#990000">spaltenname</font> = CONCAT( UPPER( SUBSTRING( <font color="#990000">spaltenname</font>, 1, 1&nbsp; )&nbsp; ) , LOWER( SUBSTRING( <font color="#990000">spaltenname</font> FROM 2&nbsp;&nbsp; )&nbsp; )&nbsp; );&nbsp;</p>
</blockquote>
<p>Und fertig ist der Lack.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/mysql-tipp-des-tages-anfangsbuchstaben-grossschreiben/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress und is_home()</title>
		<link>http://www.mores.cc/wordpress-und-is_home</link>
		<comments>http://www.mores.cc/wordpress-und-is_home#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:23:07 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/wordpress-und-is_home</guid>
		<description><![CDATA[Heute war WordPress wieder verantwortlich f&#252;r zirka 45 Minuten verlorener Zeit. Ich wollte die Startseite eines Blogs anders gestalten als die restlichen Seiten &#8211; ohne Titel. In WordPress 2.3.2 habe ich daher eine &#34;Home&#34; Seite angelegt, und diese als Startseite definiert. Wie ein guter Blogger habe ich dann mit &#60;?php if (!is_home) { the_title(&#39;&#60;h1&#62;&#39;, &#39;&#60;/h1&#62;&#39;); [...]]]></description>
			<content:encoded><![CDATA[<p>Heute war WordPress wieder verantwortlich f&uuml;r zirka 45 Minuten verlorener Zeit. Ich wollte die Startseite eines Blogs anders gestalten als die restlichen Seiten &#8211; ohne Titel. In WordPress 2.3.2 habe ich daher eine &quot;Home&quot; Seite angelegt, und diese als Startseite definiert. Wie ein guter Blogger habe ich dann mit</p>
<blockquote><p>&lt;?php if (!is_home) { the_title(&#39;&lt;h1&gt;&#39;, &#39;&lt;/h1&gt;&#39;); } ?&gt;</p>
</blockquote>
<p>versucht, die Darstellung des Titels auf der Startseite zu unterbinden. Und genau das funktioniert nicht, da offensichtlich eine statische Seite nicht als home erkannt wird. Folgender Code f&uuml;hrt dagegen zum Ziel:</p>
<blockquote><p>&lt;?php if (!is_page(&#39;Home&#39;)) { the_title(&#39;&lt;h1&gt;&#39;, &#39;&lt;/h1&gt;&#39;); } ?&gt;</p>
</blockquote>
<p>Wobei Home mit dem Namen der Startseite &uuml;bereinstimmen muss, offensichtlich. Wie gesagt, dies funktioniert f&uuml;r WordPress 2.3.2. Neuere Versionen k&ouml;nnten diesen Bug bereits korrigiert haben.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/wordpress-und-is_home/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6.x</title>
		<link>http://www.mores.cc/internet-explorer-6x</link>
		<comments>http://www.mores.cc/internet-explorer-6x#comments</comments>
		<pubDate>Wed, 16 Jan 2008 22:07:42 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/internet-explorer-6x</guid>
		<description><![CDATA[Nachdem zirka die H&#228;lfte der User auf meiner Seite den Internet Explorer verwenden, und davon wiederum die H&#228;lfte noch den veralteten IE6 benutzen, musste ich mir mit meiner Navigation etwas einfallen lassen: das Drop-Down Men&#252; funktionierte nicht in IE6.&#160; Safari, FireFox, Opera, sogar IE7 hatten keine Probleme damit, die Unterseiten aufscheinen zu lassen. Nein, IE6 [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem zirka die H&auml;lfte der User auf meiner Seite den Internet Explorer verwenden, und davon wiederum die H&auml;lfte noch den veralteten IE6 benutzen, musste ich mir mit meiner Navigation etwas einfallen lassen: das Drop-Down Men&uuml; funktionierte nicht in IE6.&nbsp;</p>
<p><img src="http://www.mores.cc//wp-images/IE6.jpg" border="0" hspace="10" width="322" height="176" align="right" />Safari, FireFox, Opera, sogar IE7 hatten keine Probleme damit, die Unterseiten aufscheinen zu lassen. Nein, IE6 ist ja sowas von gestrig und weigerte sich vehement, die <a href="http://www.cssplay.co.uk/menus/dd_valid.html">Pure-CSS</a> L&ouml;sung wie sie von <a href="http://www.cssplay.co.uk/menus/dd_valid.html">CSS Play</a> erkl&auml;rt wurde darzustellen. Grund hierf&uuml;r war, dass sich WordPress nicht dazu bewegen liess, f&uuml;r den IE6 eigene Codes einzubetten (&lt;!&#8211;[if lte IE 6]&gt;)</p>
<p>Das <a href="http://www.jillij.com/2007/04/21/jillij-theme-v90">Jillij Theme</a> hatte ein Dropdown Men&uuml; integriert. Dieses habe ich seziert und extrahiert und rumgebastelt und geflucht und geschimpft, und endlich auch auf der mores.cc zum Laufen gebracht. Retrospektiv eigentlich ziemlich simpel. Ein DIV, eine Klasse, ein Haufen Styles in der style.css, und nat&uuml;rlich ein IE6-spezieller Code, und das Ding l&auml;uft. Wenn Ihr ebenfalls das <a href="http://www.jillij.com/2007/04/21/jillij-theme-v90">Jillij Theme</a> verwenden wollt m&uuml;sst Ihr aufpassen: beim hochladen des &quot;code&quot; Unterordners wird (bei mir jedenfalls) eine .htaccess erstellt, die den Zugriff auf die darin enthaltene Datei unterbindet. Also funktioniert das Men&uuml; auch nicht. Einfach die .htaccess Datei l&ouml;schen, und alles ist prima.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/internet-explorer-6x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akismet Zähler im eigenen Theme einbinden</title>
		<link>http://www.mores.cc/akismet-zahler-im-eigenen-theme-einbinden</link>
		<comments>http://www.mores.cc/akismet-zahler-im-eigenen-theme-einbinden#comments</comments>
		<pubDate>Tue, 08 Jan 2008 15:28:40 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/akismet-zahler-im-eigenen-theme-einbinden</guid>
		<description><![CDATA[Wer die vorgefertigte Funktion vom Akisme-Plugin nicht verwenden will um sich das Layout seines Themes nicht zu ruinieren kann die reine Zahl der gel&#246;schten Spam-Kommentare mit folgendem kleinen Code anzeigen lassen: &#60;?php &#160;$count = number_format(get_option(&#39;akismet_spam_count&#39;)); &#160;echo &#34;$count; ?&#62; Einfach &#160;]]></description>
			<content:encoded><![CDATA[<p>Wer die vorgefertigte Funktion vom Akisme-Plugin nicht verwenden will um sich das Layout seines Themes nicht zu ruinieren kann die reine Zahl der gel&ouml;schten Spam-Kommentare mit folgendem kleinen Code anzeigen lassen:</p>
<blockquote><p>&lt;?php<br /> &nbsp;$count = number_format(get_option(&#39;akismet_spam_count&#39;));<br /> &nbsp;echo &quot;$count;<br /> ?&gt;</p>
</blockquote>
<p>Einfach <img src='http://www.mores.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/akismet-zahler-im-eigenen-theme-einbinden/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Mobile Internet</title>
		<link>http://www.mores.cc/das-mobile-internet</link>
		<comments>http://www.mores.cc/das-mobile-internet#comments</comments>
		<pubDate>Fri, 04 Jan 2008 13:21:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Handy]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/das-mobile-internet</guid>
		<description><![CDATA[Immer mehr Handies sind mit Internetbrowsern ausgestattet, immer mehr Menschen haben Datenflatrates und sind mobil im Internet unterwegs. Als ich letztens eines meiner Rezepte nachschlagen musste, und nur mein SonyEricsson P1i zur Verf&#252;gung hatte wurde mir bewusst, wie &#252;bel eine regul&#228;re Webseite auf einem kleinen Display aussieht. Daraufhin habe ich es mir zur Aufgabe gemacht, [...]]]></description>
			<content:encoded><![CDATA[<p>Immer mehr Handies sind mit Internetbrowsern ausgestattet, immer mehr Menschen haben Datenflatrates und sind mobil im Internet unterwegs.</p>
<p>Als ich letztens eines meiner Rezepte nachschlagen musste, und nur mein SonyEricsson P1i zur Verf&uuml;gung hatte wurde mir bewusst, wie &uuml;bel eine regul&auml;re Webseite auf einem kleinen Display aussieht. Daraufhin habe ich es mir zur Aufgabe gemacht, meine Seite dem Mobilen Internet in optimaler Form zur Verf&uuml;gung zu stellen.&nbsp;</p>
<p>Schritt 1 war das Suchen im Internet, das anschlie&szlig;ende Finden eines Plugins namens <a href="http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition">WordPress Mobile Edition</a> von <a href="http://alexking.org">Alex King</a>. Anschlie&szlig;end wurde das von King erstellte Template ein wenig ver&auml;ndert, damit es der &quot;gro&szlig;en&quot; Version ein wenig &auml;hnlicher sieht und die Navigation vereinfacht wird.</p>
<p>Ihr k&ouml;nnt entweder mit Eurem Handy/Pda/Smartphone auf www.mores.cc zugreifen, oder mit dem <a href="http://www.operamini.com/demo/?url=mores.cc">Opera Mini Simulator</a> das Ergebnis begutachten.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/das-mobile-internet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wieder ein Neues Layout</title>
		<link>http://www.mores.cc/wieder-ein-neues-layout</link>
		<comments>http://www.mores.cc/wieder-ein-neues-layout#comments</comments>
		<pubDate>Tue, 01 Jan 2008 19:40:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mores.cc/news/wieder-ein-neues-layout</guid>
		<description><![CDATA[Nachdem ich mit dem letzten Layout eher unzufrieden war, und s&#228;mtliche Freunde und Bekannte mir mehr oder weniger durch die Blume zu verstehen gaben, wie schei*e die Braun/Beige Version ist, habe ich mal wieder ein neues WordPress Template erstellt.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mores.cc//wp-images/layout2.jpg" border="0" width="650" height="250" /></p>
<p>Nachdem ich mit dem letzten Layout eher unzufrieden war, und s&auml;mtliche Freunde und Bekannte mir mehr oder weniger durch die Blume zu verstehen gaben, wie schei*e die Braun/Beige Version ist, habe ich mal wieder ein neues WordPress Template erstellt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mores.cc/wieder-ein-neues-layout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

