<?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>Matthias Pospiech &#187; Web</title>
	<atom:link href="http://www.matthiaspospiech.de/blog/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthiaspospiech.de</link>
	<description></description>
	<lastBuildDate>Mon, 31 May 2010 19:37:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>theme modifications</title>
		<link>http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/</link>
		<comments>http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 11:07:16 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Elegant Themes]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/?p=436</guid>
		<description><![CDATA[In the following I present the modifcations I made to several themes of elegantthemes.

The changes include

	integrated page numbers with css (was integrated in some themes but without css support)
	breadcrumbs in all themes
	Link for &#8216;edit&#8217; and &#8216;print page&#8217; (using wp-print plugin)
	css support for tables. This is unfortunately missing in all themes
	alternating colors in table rows with [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>In the following I present the modifcations I made to several themes of <a href="http://www.elegantthemes.com/" class="liexternal">elegantthemes</a>.</p>

<p>The changes include</p>
<ul>
	<li>integrated page numbers with css (was integrated in some themes but without css support)</li>
	<li>breadcrumbs in all themes</li>
	<li>Link for &#8216;edit&#8217; and &#8216;print page&#8217; (using <a href="http://wordpress.org/extend/plugins/wp-print/" class="liwp">wp-print</a> plugin)</li>
	<li>css support for tables. This is unfortunately missing in all themes</li>
	<li>alternating colors in table rows with js file, using alternate_rows.js (see <a href="https://forum.wordpress-deutschland.org/plugins-und-widgets/29237-plugin-fuer-alterierende-tabellenfarben.html" class="liexternal">forum with discussion</a>). If you can recommend a better solution I would like to know about it.</li>
	<li>css for <a href="http://wordpress.org/extend/plugins/wp-syntax/" class="liwp">wp_syntax</a> and <a href="http://en.dahnielson.com/2006/08/toc-plugin.html" class="liexternal">toc</a> plugin.</li>
	<li>some general bug fixes in php and css. (All bugs have been reported to the theme author, but I have no information if he fixed any of these.</li>
</ul>

<p>Any comments, especially hints and code for improvements are welcome.</p>

<span id="more-436"></span>

<p>The code here is not complete. Changes that I have applied to every theme are only shown once, and tiny changes to the main css file are mostly not discussed, though these are often fixes for visible bugs. The full code can not be made availabe anyway, because these are commercial themes. The changes were applied to themes downloaded in september 2009.</p>

<p>Not all bugs can be fixed though. Especially the images that are loading in the css files, but are missing in the themes. With the 404 logfile I found out that these are missing: </p>
<ul>
	<li>themes/GrungeMag/images/content-bg.gif</li>
	<li>themes/PureType/images/bullet.gif</li>
	<li>themes/Simplism/images/pages-bg.png</li>
	<li>themes/EarthlyTouch/images/pages-hover.gif</li>
	<li>themes/EarthlyTouch/images/dropdown-bottom.png</li>
</ul>
<p>(no guaranty that this is a complete list.</p>

<a id="toc"></a><ol class="toc"><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/#toc-earthlytouch" class="liinternal">EarthlyTouch</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/#toc-screenshots" class="liinternal">Screenshots</a></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/#toc-code" class="liinternal">Code</a></li></ol></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/2/#toc-grungemag" class="liinternal">GrungeMag</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/2/#toc-screenshots1" class="liinternal">Screenshots</a></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/2/#toc-code1" class="liinternal">Code</a></li></ol></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/3/#toc-puretype" class="liinternal">PureType</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/3/#toc-code2" class="liinternal">Code</a></li></ol></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/4/#toc-simplism" class="liinternal">Simplism</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/4/#toc-screenshots2" class="liinternal">Screenshots</a></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/4/#toc-code3" class="liinternal">Code</a></li></ol></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-studioblue" class="liinternal">StudioBlue</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-screenshots3" class="liinternal">Screenshots</a></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-code4" class="liinternal">Code</a></li></ol></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-whoswho" class="liinternal">WhosWho</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-screenshots4" class="liinternal">Screenshots</a></li><li><a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/5/#toc-code5" class="liinternal">Code</a></li></ol></li></ol>

<h3 id="toc-earthlytouch">EarthlyTouch</h3>

<h4 id="toc-screenshots">Screenshots</h4>

<div class="ngg-galleryoverview" id="ngg-gallery-25-436">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-162" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/earthlytouch01.jpg" title="breadcrumps" class="shutterset_set_25" >
								<img title="breadcrumps" alt="breadcrumps" src="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/thumbs/thumbs_earthlytouch01.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-163" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/earthlytouch02.jpg" title="page numbers" class="shutterset_set_25" >
								<img title="page numbers" alt="page numbers" src="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/thumbs/thumbs_earthlytouch02.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-164" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/earthlytouch03.jpg" title="table layout and menu list" class="shutterset_set_25" >
								<img title="table layout and menu list" alt="table layout and menu list" src="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/thumbs/thumbs_earthlytouch03.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-165" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/earthlytouch04.jpg" title="page numbers" class="shutterset_set_25" >
								<img title="page numbers" alt="page numbers" src="http://www.matthiaspospiech.de/files/gallery/earthlytouchmod/thumbs/thumbs_earthlytouch04.jpg"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>



<h4 id="toc-code">Code</h4>
<p>Example code which is used to integrate the breadcrumps and the edit and print link, here for page.php</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;container&quot;&gt;
&lt;div id=&quot;left-div&quot;&gt;
    &lt;div id=&quot;left-inside&quot;&gt;
        <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'bcn_display'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;div id=&quot;breadcrump&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bcn_display<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
        &lt;/div&gt;&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
        &lt;!--Begin Article Single--&gt;
        &lt;div class=&quot;post-wrapper&quot;&gt;
            &lt;h1 class=&quot;post-title&quot;&gt;&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
                <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
                &lt;/a&gt;&lt;/h1&gt;
            &lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            &lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;        
            &lt;div class=&quot;pagenumbers&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_link_pages<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'before'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;p&gt;Pages:'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'after'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'next_or_number'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'number'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/div&gt;    
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> edit_post_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Edit entry.'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">' | '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_print'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> print_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            &lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;</pre></div></div>




<p>example code for page numbers, here in blogstyle.php.</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_pagenavi'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> wp_pagenavi<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> 
<span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;p class=&quot;pagination&quot;&gt;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> next_posts_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&amp;laquo; Previous Entries'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> previous_posts_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Next Entries &amp;raquo;'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/p&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>




<p>in single.php and post.php the following code is used instead</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div class=&quot;pagenumbers&quot;&gt;
    <span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_link_pages<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'before'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;p&gt;Pages:'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'after'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'next_or_number'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'number'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/div&gt;</pre></div></div>




<p>the &#8216;wp_link_pages&#8217; code does not nearly achieve what I want from a page numbering display, but the wp-pagenavi plugin does not work on pages/posts and others do not fit my requirements of code and css styling.</p>


<p>additional css for sidebar listnavigation</p>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.sidebar-box</span> ul li a<span style="color: #3333ff;">:link</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.sidebar-box</span> ul li a<span style="color: #3333ff;">:visited</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.sidebar-box</span> ul li a<span style="color: #3333ff;">:active </span><span style="color: #00AA00;">&#123;</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;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#373434</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#dedede</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> 
<span style="color: #6666ff;">.sidebar-box</span> ul li <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#373434</span> !important<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.sidebar-box</span> ul li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</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;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#393939</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.sidebar-box</span> ul <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.sidebar-box</span> ul li ul <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">&#125;</span>  
<span style="color: #6666ff;">.sidebar-box</span> h2 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#4A493F</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;">4px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</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;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>




<p>Additional css file: pospiech.css</p>


<div class="wp_syntax"><div class="code"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#breadcrump { background-color: #f6f6f6; padding: 5px 15px; margin-bottom: 10px; width: 583px; border: 1px solid #EBEBEB; }</span>
&nbsp;
h1 <span style="color: #008000;">&#123;</span> margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 20px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
h2 <span style="color: #008000;">&#123;</span> margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 20px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
h3 <span style="color: #008000;">&#123;</span> margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 20px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
h4 <span style="color: #008000;">&#123;</span> margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 20px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
h3.<span style="color: #007788;">post</span><span style="color: #000040;">-</span>title<span style="color: #008000;">&#123;</span> margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 0px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">articleinfo</span> <span style="color: #008000;">&#123;</span> border<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 4px solid <span style="color: #339900;">#F0EACA; margin-bottom: 14px; padding-bottom: 7px; color: #57554B; }</span>
&nbsp;
&nbsp;
.<span style="color: #007788;">current_page_item</span> <span style="color: #008000;">&#123;</span> font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> bold<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">current_page_item</span> .<span style="color: #007788;">page_item</span> <span style="color: #008000;">&#123;</span> font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> normal<span style="color: #008080;">;</span><span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">current_cat_item</span> <span style="color: #008000;">&#123;</span> font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> bold<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">related</span><span style="color: #000040;">-</span>posts <span style="color: #008000;">&#123;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFF; </span>
	border<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	border<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	padding<span style="color: #000040;">-</span>left<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span>
	padding<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 0px<span style="color: #008080;">;</span>
	display<span style="color: #008080;">:</span> block<span style="color: #008080;">;</span>
	margin<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span> 
	margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">landingsites</span><span style="color: #008000;">&#123;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFF; </span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	padding<span style="color: #008080;">:</span> 5px 15px<span style="color: #008080;">;</span> 
	display<span style="color: #008080;">:</span> block<span style="color: #008080;">;</span>
	margin<span style="color: #000040;">-</span>right<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span>
	margin<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span> 
	margin<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span>
	padding<span style="color: #000040;">-</span>top<span style="color: #008080;">:</span> 15px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
<span style="color: #ff0000; font-style: italic;">/* TOC Plugin */</span>
.<span style="color: #007788;">toc</span> <span style="color: #008000;">&#123;</span>
  border<span style="color: #008080;">:</span> <span style="color: #339900;">#ccc solid 1px;</span>
  <span style="color: #ff0000; font-style: italic;">/*float: left;*/</span>
  font<span style="color: #000040;">-</span>size<span style="color: #008080;">:</span> .9em<span style="color: #008080;">;</span>
  margin<span style="color: #008080;">:</span> <span style="color: #0000dd;">0</span> <span style="color: #0000dd;">0</span> 15px 0px<span style="color: #008080;">;</span>
  width<span style="color: #008080;">:</span> <span style="color: #0000dd;">50</span><span style="color: #000040;">%</span><span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">toc</span> ol <span style="color: #008000;">&#123;</span>
  margin<span style="color: #008080;">:</span> 5px<span style="color: #008080;">;</span>
  padding<span style="color: #000040;">-</span>left<span style="color: #008080;">:</span> 30px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
table<span style="color: #008000;">&#123;</span>
	width<span style="color: #008080;">:</span> <span style="color: #0000dd;">100</span><span style="color: #000040;">%</span><span style="color: #008080;">;</span>
	border<span style="color: #000040;">-</span>collapse<span style="color: #008080;">:</span> collapse<span style="color: #008080;">;</span>
	border<span style="color: #000040;">-</span>spacing<span style="color: #008080;">:</span> <span style="color: #0000dd;">0</span><span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#ebebeb;</span>
	margin<span style="color: #008080;">:</span> 10px 0px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span> 
&nbsp;
.<span style="color: #007788;">blanktable</span> <span style="color: #008000;">&#123;</span>
	width<span style="color: #008080;">:</span> <span style="color: #0000ff;">auto</span><span style="color: #008080;">;</span>
	border<span style="color: #000040;">-</span>collapse<span style="color: #008080;">:</span> collapse<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span> 
&nbsp;
&nbsp;
td, th<span style="color: #008000;">&#123;</span>
	line<span style="color: #000040;">-</span>height<span style="color: #008080;">:</span> <span style="color: #0000dd;">130</span><span style="color: #000040;">%</span><span style="color: #008080;">;</span>
	vertical<span style="color: #000040;">-</span>align<span style="color: #008080;">:</span> top<span style="color: #008080;">;</span> 
	font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> normal<span style="color: #008080;">;</span> 
<span style="color: #008000;">&#125;</span> 
&nbsp;
&nbsp;
table thead tr <span style="color: #008000;">&#123;</span>
	border<span style="color: #008080;">:</span> solid <span style="color: #339900;">#3badef;</span>
	border<span style="color: #000040;">-</span>width<span style="color: #008080;">:</span> 1px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
table thead th<span style="color: #008000;">&#123;</span>
	letter<span style="color: #000040;">-</span>spacing<span style="color: #008080;">:</span> .1em<span style="color: #008080;">;</span> 
	color<span style="color: #008080;">:</span><span style="color: #339900;">#fff; </span>
	background<span style="color: #008080;">:</span> <span style="color: #339900;">#3badef; </span>
	font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> bold<span style="color: #008080;">;</span> 
	text<span style="color: #000040;">-</span>align<span style="color: #008080;">:</span>left<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span> 
&nbsp;
table tbody th<span style="color: #008000;">&#123;</span>
	border<span style="color: #008080;">:</span> solid <span style="color: #339900;">#53718b;</span>
	border<span style="color: #000040;">-</span>width<span style="color: #008080;">:</span> 1px <span style="color: #0000dd;">0</span><span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>align<span style="color: #008080;">:</span>left<span style="color: #008080;">;</span>
	background<span style="color: #008080;">:</span> <span style="color: #339900;">#88b0d4; </span>
<span style="color: #008000;">&#125;</span> 
&nbsp;
table tbody tr <span style="color: #008000;">&#123;</span>
	border<span style="color: #008080;">:</span> solid <span style="color: #339900;">#dadada;</span>
	border<span style="color: #000040;">-</span>width<span style="color: #008080;">:</span> 1px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
&nbsp;
td, th <span style="color: #008000;">&#123;</span> padding<span style="color: #008080;">:</span> 6px<span style="color: #008080;">;</span> margin<span style="color: #008080;">:</span> 0px<span style="color: #008080;">;</span> <span style="color: #008000;">&#125;</span>   
table tr.<span style="color: #007788;">even</span> th, 
table tr.<span style="color: #007788;">even</span> td <span style="color: #008000;">&#123;</span>background<span style="color: #008080;">:</span> <span style="color: #339900;">#f6f6f6; } </span>
table tr.<span style="color: #007788;">odd</span> th,
table tr.<span style="color: #007788;">odd</span> td <span style="color: #008000;">&#123;</span>background<span style="color: #008080;">:</span> <span style="color: #339900;">#fff; }</span>
&nbsp;
tr td.<span style="color: #007788;">tablesubheader</span>,
tr.<span style="color: #007788;">odd</span> td.<span style="color: #007788;">tablesubheader</span>,
tr.<span style="color: #007788;">even</span> td.<span style="color: #007788;">tablesubheader</span>  <span style="color: #008000;">&#123;</span>
	background<span style="color: #008080;">:</span> <span style="color: #339900;">#dadada; </span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#dadada;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#000;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi<span style="color: #008000;">&#123;</span>
	margin<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 10px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi a, .<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi a<span style="color: #008080;">:</span>link <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#1d8dcb;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi a<span style="color: #008080;">:</span>visited <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#1d8dcb;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi a<span style="color: #008080;">:</span>hover <span style="color: #008000;">&#123;</span>	
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#3b3b3b;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#3b3b3b;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi a<span style="color: #008080;">:</span>active <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#e56100;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi span.<span style="color: #007788;">pages</span> <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px 2px 2px 2px<span style="color: #008080;">;</span>
	color<span style="color: #008080;">:</span> inherit<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi span.<span style="color: #007788;">current</span> <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	font<span style="color: #000040;">-</span>weight<span style="color: #008080;">:</span> bold<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> inherit<span style="color: #008080;">;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">wp</span><span style="color: #000040;">-</span>pagenavi span.<span style="color: #007788;">extend</span> <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>	
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> inherit<span style="color: #008080;">;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">pagenumbers</span><span style="color: #008000;">&#123;</span>
	margin<span style="color: #000040;">-</span>bottom<span style="color: #008080;">:</span> 10px<span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span>
&nbsp;
.<span style="color: #007788;">pagenumbers</span> a, .<span style="color: #007788;">pagenumbers</span> a<span style="color: #008080;">:</span>link <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#1d8dcb;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">pagenumbers</span> a<span style="color: #008080;">:</span>visited <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#1d8dcb;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">pagenumbers</span> a<span style="color: #008080;">:</span>hover <span style="color: #008000;">&#123;</span>	
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#3b3b3b;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#3b3b3b;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;</span>
<span style="color: #008000;">&#125;</span>
.<span style="color: #007788;">pagenumbers</span> a<span style="color: #008080;">:</span>active <span style="color: #008000;">&#123;</span>
	padding<span style="color: #008080;">:</span> 4px 6px 4px 6px<span style="color: #008080;">;</span> 
	margin<span style="color: #008080;">:</span> 2px<span style="color: #008080;">;</span>
	text<span style="color: #000040;">-</span>decoration<span style="color: #008080;">:</span> none<span style="color: #008080;">;</span>
	border<span style="color: #008080;">:</span> 1px solid <span style="color: #339900;">#e7e7e7;</span>
	color<span style="color: #008080;">:</span> <span style="color: #339900;">#e56100;</span>
	background<span style="color: #000040;">-</span>color<span style="color: #008080;">:</span> <span style="color: #339900;">#FFFFFF;	</span>
<span style="color: #008000;">&#125;</span></pre></div></div>




<div class="toc-page-link">Next page: <a href="http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/2/" class="liinternal">&ldquo;GrungeMag&rdquo;</a></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress plugin memory usage</title>
		<link>http://www.matthiaspospiech.de/blog/2009/09/27/wordpress-plugin-memory-usage/</link>
		<comments>http://www.matthiaspospiech.de/blog/2009/09/27/wordpress-plugin-memory-usage/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:18:20 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.local-matthiaspospiech.de/?p=268</guid>
		<description><![CDATA[memory measurement
I disabled all plugins and then activated them one by one. In between I measured the memory usage that php reports and calculated the difference. This may not be really accurate, but I only want to be precise up to 0.1 MB. 

memory monsters (1.0 &#8211; 10 MB)

	Events Calendar (3.4 MB)
	WP Security Scan (2.8 [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/' rel='bookmark' title='Permanent Link: Development of a Plugin for Wordpress'>Development of a Plugin for Wordpress</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/' rel='bookmark' title='Permanent Link: Wordpress 2.8 Plugins'>Wordpress 2.8 Plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3 id="toc-memory-measurement">memory measurement</h3>
<p>I disabled all plugins and then activated them one by one. In between I measured the memory usage that php reports and calculated the difference. This may not be really accurate, but I only want to be precise up to 0.1 MB. </p>

<h3 id="toc-memory-monsters-1-0-10-mb">memory monsters (1.0 &#8211; 10 MB)</h3>
<ul>
	<li>Events Calendar (3.4 MB)</li>
	<li>WP Security Scan (2.8 MB)</li>
	<li>All in One SEO Pack (2.3 MB)</li>
	<li>NextGEN Gallery (2.1 MB)</li>
	<li>WP-SpamFree (1.4 MB)</li>
	<li>Simple Tags (1.1 MB</li>
	<li>Wordpress Download Monitor (1.1 MB)</li>
	<li>Popular Posts (1.0 MB)</li>
	<li>Subscribe2 (1.0 MB)</li>
	<li>Advertising Manager (1.0 MB)</li>
</ul>

<h3 id="toc-little-memory-monsters-0-4-1-0-mb">little memory monsters (0.4 &#8211; 1.0 MB)</h3>
<ul>
	<li>Contact Form 7 (0.8 MB)</li>
	<li>WP-Syntax (0.78 MB)</li>
	<li>Redirection (0.76 MB)</li>
	<li>WP-Print (0.69 MB)</li>
	<li>Adminimize (0.68 MB)</li>
	<li>StatPress (0.61 MB)</li>
	<li>Breadcrumb NavXT (0.6 Mb)</li>
	<li>NextGEN FlashViewer (0.53 Mb)</li>
	<li>Yet Another Related Posts Plugin (0.48 MB)</li>
	<li>One Click Plugin Updater (0.43 MB)</li>
	<li>WP Super Cache (0.41 MB)</li>
</ul>

<p>Note that this was tested on my lokal 32bit machine. On my webserver the total memory used increased from 40 MB to 54 MB for the same configuration.</p>

<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/' rel='bookmark' title='Permanent Link: Development of a Plugin for Wordpress'>Development of a Plugin for Wordpress</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/' rel='bookmark' title='Permanent Link: Wordpress 2.8 Plugins'>Wordpress 2.8 Plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2009/09/27/wordpress-plugin-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.8 Plugins</title>
		<link>http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/</link>
		<comments>http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:53:36 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.local-matthiaspospiech.de/?p=203</guid>
		<description><![CDATA[In the following I present the plugins I tested for my new Wordpress Installation. I initially started with 2.7.x and hope to finish with 2.8.x. In total in tested more the 3 times more plugins than presented here. So many because for every task there are typically about 10 plugins which could be used and [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/05/10/wordpress-plugins-for-wp-21x/' rel='bookmark' title='Permanent Link: Wordpress Plugins for WP 2.1.x'>Wordpress Plugins for WP 2.1.x</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/' rel='bookmark' title='Permanent Link: Development of a Plugin for Wordpress'>Development of a Plugin for Wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the following I present the plugins I tested for my new Wordpress Installation. I initially started with 2.7.x and hope to finish with 2.8.x. In total in tested more the 3 times more plugins than presented here. So many because for every task there are typically about 10 plugins which could be used and additionally because there are new plugins which provide new functionality which I wanted to test. Unfortunately most plugins are either not compatible with the current WP or do not satisfy me. Most frustrating is however that many plugins are buggy itself or with other plugins. To find out the error caused by 2 of 100 plugins can take hours.</p>
 
<p>To summarize: Choosing plugins is difficult erroneous and highly frustrating. In total I spend something like 40-80 hours only to test and realise a bug free collection of plugins.</p>

<p>Why did I put this long article together? &#8211; Because I can work on the new website only on weekends and if I have enough free time. Since I forget what plugins are usefull and why they did not work I had to make a site to remind me. With the help of this information it is now much easier for me, and maybe others, to start a new website.</p>

<p>Recommended plugins are marked with &#8220;*&#8221;, so you have an idea what I chose in the end for my installation.</p>

<h3 id="toc-security">Security</h3>
<ul>
	<li>* <a href="http://wordpress.org/extend/plugins/wp-security-scan/installation/" class="liwp">WP Security Scan</a>
<blockquote>Scans your WordPress installation for security vulnerabilities and suggests corrective actions. (Only activate for scans)</blockquote></li>
	<li>* <a href="http://wordpress.org/extend/plugins/exploit-scanner/" class="liwp">WordPress Exploit Scanner</a>
<blockquote>This plugin searches the files and database of your website for signs of suspicious activity. </blockquote>	</li>
	<li>* <a href="http://wordpress.org/extend/plugins/tac/" class="liwp">TAC (Theme Authenticity Checker)</a>
<blockquote>TAC scans all of your theme files for potentially malicious and unwanted code. </blockquote></li>
</ul>

<h3 id="toc-access-restriction">Access Restriction</h3>
<ul>
	<li><a href="http://wordpress.org/extend/plugins/pagerestrict/" class="liwp">Page Restrict</a>
<blockquote>This plugin will allow you to restrict all, none, or certain pages to logged in users only. </blockquote></li>
	<li><a href="http://wordpress.org/extend/plugins/hidden-content/" class="liwp">Hidden Content</a>
<blockquote>Some blocks of the text can be shown/hidden for bots, logged-in users or all visitors (in posts, pages and comments)</blockquote></li>
	<li><a href="http://wordpress.org/extend/plugins/members-only/" class="liwp">Members Only</a>
<blockquote>plugin that allows you to make your blog only viewable to visitors that are logged in</blockquote></li>
	<li><a href="http://wordpress.org/extend/plugins/wp-sentry/" class="liwp">WP Sentry</a>
<blockquote>This is a simple plugin to allow for access-restricted posting, allowing bloggers to discuss sensitive subjects without Google or the world finding the post.</blockquote>
	Access to the private marked pages granted on users/group based settings.</li>
	<li><a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" class="liexternal">Role Manager</a>
<blockquote>This Plugin allows you to define and manage multiple subscriber profiles &#8211; called Roles and their Capabilities. Also you can create new Roles and Capabilities.</blockquote></li>
</ul>

<div class="toc-page-link">Next page: <a href="http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/2/" class="liinternal">&ldquo;Admin Customizations&rdquo;</a></div>

<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/05/10/wordpress-plugins-for-wp-21x/' rel='bookmark' title='Permanent Link: Wordpress Plugins for WP 2.1.x'>Wordpress Plugins for WP 2.1.x</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/' rel='bookmark' title='Permanent Link: Development of a Plugin for Wordpress'>Development of a Plugin for Wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2009/08/12/wordpress-2-8-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>commercial Wordpress Premium Themes</title>
		<link>http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/</link>
		<comments>http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:16:53 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/</guid>
		<description><![CDATA[I am considering to use a premium theme for the next website generation.

Here is a collection of the companies I found so far

	woothemes
	studiopress
	elegantthemes
	ithemes


I must however say that not all of their themes satisfy me. Especially since almost every theme is missing a decent view of a structured page (permant posts) hierarchy.

Related posts:Collection of free wordpress [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/' rel='bookmark' title='Permanent Link: Collection of free wordpress themes'>Collection of free wordpress themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/10/08/nice-collection-of-magazine-themes/' rel='bookmark' title='Permanent Link: Nice collection of magazine themes'>Nice collection of magazine themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am considering to use a premium theme for the next website generation.</p>

<p>Here is a collection of the companies I found so far</p>
<ul>
	<li><a href="http://www.woothemes.com/" class="liexternal">woothemes</a></li>
	<li><a href="http://www.studiopress.com/" class="liexternal">studiopress</a></li>
	<li><a href="http://www.elegantthemes.com/" class="liexternal">elegantthemes</a></li>
	<li><a href="http://ithemes.com/" class="liexternal">ithemes</a></li>
</ul>

<p>I must however say that not all of their themes satisfy me. Especially since almost every theme is missing a decent view of a structured page (permant posts) hierarchy.</p>

<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/' rel='bookmark' title='Permanent Link: Collection of free wordpress themes'>Collection of free wordpress themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/10/08/nice-collection-of-magazine-themes/' rel='bookmark' title='Permanent Link: Nice collection of magazine themes'>Nice collection of magazine themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mediawiki installieren</title>
		<link>http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/</link>
		<comments>http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 14:11:45 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wikis]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/</guid>
		<description><![CDATA[&#196;ndern der URIsLogo zuweisenInstallation der ExtensionsBreadCrumbsCategoryTreeConfirmEditStubManagerSecureHTMLspellchecker not working with 1.12.0SyntaxHighlight_GeSHiUserImagesCategoryCloudCategoryBreadcrumbGoogle Analytics

Zuerst ein Verzeichnis erstellen in das man die mediawiki Datei (z.B: mediawiki-1.12.0.tar.gz) entpackt. Dort das Verzeichnis config f&#252;r den Webserver schreibbar machen. Sollte mediawiki auf einem eigenen Server installiert sein in /etc/hosts und den vhost Dateien von apache2 die entsprechenden Eintr&#228;ge vornehmen.

Danach kann man die [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-plugins/' rel='bookmark' title='Permanent Link: Mediawiki Plugins'>Mediawiki Plugins</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/22/mediawiki-and-latex/' rel='bookmark' title='Permanent Link: mediawiki and LaTeX'>mediawiki and LaTeX</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a id="toc"></a><ol class="toc"><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-andern-der-uris" class="liinternal">&#196;ndern der URIs</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-logo-zuweisen" class="liinternal">Logo zuweisen</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-installation-der-extensions" class="liinternal">Installation der Extensions</a><ol><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-breadcrumbs" class="liinternal">BreadCrumbs</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-categorytree" class="liinternal">CategoryTree</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-confirmedit" class="liinternal">ConfirmEdit</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-stubmanager" class="liinternal">StubManager</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-securehtml" class="liinternal">SecureHTML</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-spellchecker-not-working-with-1-12-0" class="liinternal">spellchecker <strong>not working with 1.12.0</strong></a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-syntaxhighlight_geshi" class="liinternal">SyntaxHighlight_GeSHi</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-userimages" class="liinternal">UserImages</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-categorycloud" class="liinternal">CategoryCloud</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-categorybreadcrumb" class="liinternal">CategoryBreadcrumb</a></li><li><a href="http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/#toc-google-analytics" class="liinternal">Google Analytics</a></li></ol></li></ol>

<p>Zuerst ein Verzeichnis erstellen in das man die mediawiki Datei (z.B: mediawiki-1.12.0.tar.gz) entpackt. Dort das Verzeichnis <em>config</em> f&#252;r den Webserver schreibbar machen. Sollte mediawiki auf einem eigenen Server installiert sein in /etc/hosts und den vhost Dateien von apache2 die entsprechenden Eintr&#228;ge vornehmen.</p>

<p>Danach kann man die Installationsprozedur von mediawiki starten. Diese erreicht man durch einfaches Aufrufen der zugeordneten URL (z.B. www.local-wiki.org). Dabei werden alle grundlegenden Einstellungen insbesondere die f&#252;r den mysql Server abgefragt. Der Standard Admin Name ist dabei <em>WikiSysop</em> was relativ ungew&#246;hnlich als Administratorname ist. Am Ende werden diese Einstellungen in <em>LocalSettings.php</em> gespeichert.</p>

<p>Danach kopiert man <code>config/LocalSettings.php</code> in das &#252;bergeordnete Verzeichnis und &#228;ndert die Zugriffsrechte von <code>LocalSettings.php</code> so, dass keine Besucher die Passw&#246;rter auslesen k&#246;nnen.</p>
<span id="more-184"></span>
<h3 id="toc-andern-der-uris">&#196;ndern der URIs</h3>
&#196;nderungen an .htaccess:


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">RewriteEngine On
&nbsp;
<span style="color: #666666; font-style: italic;"># Don't rewrite requests for files in MediaWiki subdirectories,</span>
<span style="color: #666666; font-style: italic;"># MediaWiki PHP files, HTTP error documents, favicon.ico, or robots.txt</span>
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_URI<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>^<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>stylesheets<span style="color: #000000; font-weight: bold;">|</span>images<span style="color: #000000; font-weight: bold;">|</span>skins<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_URI<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>^<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>redirect<span style="color: #000000; font-weight: bold;">|</span>texvc<span style="color: #000000; font-weight: bold;">|</span>index<span style="color: #7a0874; font-weight: bold;">&#41;</span>.php
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_URI<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>^<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span>error<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">40</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">500</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>.html
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_URI<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>^<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span>favicon.ico
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_URI<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>^<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span>robots.txt
&nbsp;
RewriteRule ^<span style="color: #7a0874; font-weight: bold;">&#91;</span>^:<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">*</span>\.<span style="color: #7a0874; font-weight: bold;">&#40;</span>php<span style="color: #000000; font-weight: bold;">|</span>src<span style="color: #000000; font-weight: bold;">|</span>jpg<span style="color: #000000; font-weight: bold;">|</span>png<span style="color: #000000; font-weight: bold;">|</span>gif<span style="color: #000000; font-weight: bold;">|</span>css<span style="color: #000000; font-weight: bold;">|</span>js<span style="color: #000000; font-weight: bold;">|</span>inc<span style="color: #000000; font-weight: bold;">|</span>swf<span style="color: #000000; font-weight: bold;">|</span>pl<span style="color: #000000; font-weight: bold;">|</span>ico<span style="color: #000000; font-weight: bold;">|</span>html<span style="color: #000000; font-weight: bold;">|</span>shtml<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">zip</span><span style="color: #000000; font-weight: bold;">|</span>mp3<span style="color: #7a0874; font-weight: bold;">&#41;</span>$ - <span style="color: #7a0874; font-weight: bold;">&#91;</span>L,NC<span style="color: #7a0874; font-weight: bold;">&#93;</span>
RewriteRule ^index.php?title - <span style="color: #7a0874; font-weight: bold;">&#91;</span>L<span style="color: #7a0874; font-weight: bold;">&#93;</span>
RewriteRule ^<span style="color: #7a0874; font-weight: bold;">&#40;</span>.<span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>\<span style="color: #000000; font-weight: bold;">&amp;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>.<span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>$ $<span style="color: #000000;">1</span>\<span style="color: #000000; font-weight: bold;">%</span>26$<span style="color: #000000;">2</span>
&nbsp;
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_FILENAME<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>-f
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>REQUEST_FILENAME<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">!</span>-d
&nbsp;
<span style="color: #666666; font-style: italic;"># Rewrite http://wiki.domain.tld/article properly, this is the main rule</span>
<span style="color: #666666; font-style: italic;"># RewriteRule ^/wiki/(.*)$ /wiki/index.php/?title=$1 [L,QSA]</span>
RewriteRule ^<span style="color: #7a0874; font-weight: bold;">&#40;</span>.<span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>$ <span style="color: #000000; font-weight: bold;">/</span>index.php?<span style="color: #007800;">title</span>=$<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>L,QSA<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>



<p>entnommen aus <a href="http://serversupportforum.de/forum/webserver/21090-mod_rewrite-und-mediawiki.html" class="liexternal">1</a>, <a href="http://www.mediawiki.org/wiki/Manual:Short_URL/Page_title_--_Working_method_with_mediawiki-1.11" class="liexternal">2</a> sowie einer alten mediawiki Installation von mir wo ich die Quellen der htaccess Befehle nicht mehr kenne.</p>

<p>desweiteren sind Eintr&#228;ge in <code>LocalSettings.php</code> notwendig. </p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Make Clean URLs with PHP5 MediaWikis</span>
<span style="color: #000088;">$wgScriptPath</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgArticlePath</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$wgScriptPath</span>/<span style="color: #006699; font-weight: bold;">$1</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgScript</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$wgScriptPath</span>/index.php&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgRedirectScript</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$wgScriptPath</span>/redirect.php&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Trailing slash</span>
<span style="color: #000088;">$wgArticlePath</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$wgScriptPath</span>/<span style="color: #006699; font-weight: bold;">$1</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'_REQUEST'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/^(.+)\/$/&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$1</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'_REQUEST'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<h3 id="toc-logo-zuweisen">Logo zuweisen</h3>
Eintrag in <code>LocalSettings.php</code>:


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$wgLogo</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;images/LaTeXblueTrans150.png&quot;</span><span style="color: #339933;">;</span></pre></div></div>




<h3 id="toc-installation-der-extensions">Installation der Extensions</h3>

<h4 id="toc-breadcrumbs">BreadCrumbs</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:BreadCrumbs" class="liexternal">http://www.mediawiki.org/wiki/Extension:BreadCrumbs</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$IP</span>/extensions/BreadCrumbs/BreadCrumbs.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgBreadCrumbsDelimiter</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">' &amp;gt; '</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgBreadCrumbsCount</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span></pre></div></div>




<h4 id="toc-categorytree">CategoryTree</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:CategoryTree" class="liexternal">http://www.mediawiki.org/wiki/Extension:CategoryTree</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$wgUseAjax</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'extensions/CategoryTree/CategoryTree.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<h4 id="toc-confirmedit">ConfirmEdit</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:ConfirmEdit" class="liexternal">http://www.mediawiki.org/wiki/Extension:ConfirmEdit</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$IP</span>/extensions/ConfirmEdit/ConfirmEdit.php&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// mögliche Konfiguration</span>
<span style="color: #000088;">$wgGroupPermissions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'*'</span>            <span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skipcaptcha'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgGroupPermissions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'user'</span>         <span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skipcaptcha'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgGroupPermissions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'autoconfirmed'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skipcaptcha'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgGroupPermissions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bot'</span>          <span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skipcaptcha'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// registered bots</span>
<span style="color: #000088;">$wgGroupPermissions</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'sysop'</span>        <span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skipcaptcha'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">// There are four triggers that can generate a captcha and allow for different situations.</span>
<span style="color: #666666; font-style: italic;">// </span>
<span style="color: #666666; font-style: italic;">//     * $wgCaptchaTriggers['edit'] = true; -- Would check on every edit</span>
<span style="color: #666666; font-style: italic;">//     * $wgCaptchaTriggers['create'] = true; -- Check on page creation.</span>
<span style="color: #666666; font-style: italic;">//     * $wgCaptchaTriggers['addurl'] = true; -- Check on edits that add URLs</span>
<span style="color: #666666; font-style: italic;">//     * $wgCaptchaTriggers['createaccount'] = true; -- Check on account creation.</span>
<span style="color: #666666; font-style: italic;">//     * $wgCaptchaTriggers['badlogin'] = true; -- Check after a failed log-in attempt.</span>
<span style="color: #000088;">$wgCaptchaTriggers</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'edit'</span><span style="color: #009900;">&#93;</span>          <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span> 
<span style="color: #000088;">$wgCaptchaTriggers</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'create'</span><span style="color: #009900;">&#93;</span>        <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span> 
<span style="color: #000088;">$wgCaptchaTriggers</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'addurl'</span><span style="color: #009900;">&#93;</span>        <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span> 
<span style="color: #000088;">$wgCaptchaTriggers</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'createaccount'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wgCaptchaTriggers</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'badlogin'</span><span style="color: #009900;">&#93;</span>      <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span></pre></div></div>




http://www.mediawiki.org/wiki/Extension:StubManager

<h4 id="toc-stubmanager">StubManager</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:StubManager" class="liexternal">http://www.mediawiki.org/wiki/Extension:StubManager</a></p>
<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require</span> <span style="color: #0000ff;">'extensions/StubManager/StubManager.php'</span><span style="color: #339933;">;</span></pre></div></div>





<h4 id="toc-securehtml">SecureHTML</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:SecureHTML" class="liexternal">http://www.mediawiki.org/wiki/Extension:SecureHTML</a></p>
<p>Ben&#246;tigt: <em>StubManager</em></p>
<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$wgRawHtml</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$IP</span>/extensions/SecureHTML/SecureHTML.php&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<h4 id="toc-spellchecker-not-working-with-1-12-0">spellchecker <strong>not working with 1.12.0</strong></h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:Spellcheck" class="liexternal">http://www.mediawiki.org/wiki/Extension:Spellcheck</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$IP</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/extensions/spellcheck/spellcheckext.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$personalDictionaryLocation</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$IP</span>/extensions/spellcheck/added_words.txt&quot;</span><span style="color: #339933;">;</span></pre></div></div>



<p>ben&#246;tigt ein installiertes <em>GNU Aspell</em></p>

<h4 id="toc-syntaxhighlight_geshi">SyntaxHighlight_GeSHi</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi" class="liexternal">http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;extensions/geshi/geshi.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>



<p>ben&#246;tigt zus&#228;tzlich GeSHi von <a href="http://qbnz.com/highlighter/" class="liexternal">http://qbnz.com/highlighter/</a>. Dies entpackt man nach <code>extensions/geshi/</code></p>


<h4 id="toc-userimages">UserImages</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:User_Image_Gallery" class="liexternal">http://www.mediawiki.org/wiki/Extension:User_Image_Gallery</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">{$IP}</span>/extensions/UserImages/UserImages.php&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>





<h4 id="toc-categorycloud">CategoryCloud</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:CategoryCloud" class="liexternal">http://www.mediawiki.org/wiki/Extension:CategoryCloud</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;extensions/CategoryCloud/CategoryCloud.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<h4 id="toc-categorybreadcrumb">CategoryBreadcrumb</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:CategoryBreadcrumb" class="liexternal">http://www.mediawiki.org/wiki/Extension:CategoryBreadcrumb</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$wgUseCategoryBrowser</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;extensions/CategoryBreadCrumbs/CategoryBreadCrumbs.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<h4 id="toc-google-analytics">Google Analytics</h4>
<p>Quelle: <a href="http://www.mediawiki.org/wiki/Extension:Google_Analytics" class="liexternal">http://www.mediawiki.org/wiki/Extension:Google_Analytics</a></p>

<p>Installation:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;extensions/analytics/analytics.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>




<p>Nutzung:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>analytics uacct<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;UA-XXXXXX-X&quot;</span> <span style="color: #339933;">&gt;&lt;/</span>analytics<span style="color: #339933;">&gt;</span></pre></div></div>




<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-plugins/' rel='bookmark' title='Permanent Link: Mediawiki Plugins'>Mediawiki Plugins</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/22/mediawiki-and-latex/' rel='bookmark' title='Permanent Link: mediawiki and LaTeX'>mediawiki and LaTeX</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bbclone in mediawiki</title>
		<link>http://www.matthiaspospiech.de/blog/2008/07/20/bbclone-in-mediawiki/</link>
		<comments>http://www.matthiaspospiech.de/blog/2008/07/20/bbclone-in-mediawiki/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 17:29:36 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[wikis]]></category>
		<category><![CDATA[bbclone]]></category>
		<category><![CDATA[mediawiki]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2008/07/20/bbclone-in-mediawiki/</guid>
		<description><![CDATA[This happens to be quite easy, as nothing more than adding this to the index.php at the beginning is necessary


if &#40;strstr&#40;$_SERVER&#91;'REQUEST_URI'&#93;,&#34;?&#34;&#41; == false&#41; &#123;
	define&#40;&#34;_BBC_PAGE_NAME&#34;,$_SERVER&#91;'REQUEST_URI'&#93;&#41;;
	define&#40;&#34;_BBCLONE_DIR&#34;, &#34;bbclone/&#34;&#41;;
	define&#40;&#34;COUNTER&#34;, _BBCLONE_DIR.&#34;mark_page.php&#34;&#41;;
	if &#40;is_readable&#40;COUNTER&#41;&#41; include_once&#40;COUNTER&#41;;
&#125;





Related posts:mediawiki installieren
Mediawiki Plugins
mediawiki themes



Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/' rel='bookmark' title='Permanent Link: mediawiki installieren'>mediawiki installieren</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-plugins/' rel='bookmark' title='Permanent Link: Mediawiki Plugins'>Mediawiki Plugins</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[This happens to be quite easy, as nothing more than adding this to the index.php at the beginning is necessary


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strstr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;?&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;_BBC_PAGE_NAME&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;_BBCLONE_DIR&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;bbclone/&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;COUNTER&quot;</span><span style="color: #339933;">,</span> _BBCLONE_DIR<span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;mark_page.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">is_readable</span><span style="color: #009900;">&#40;</span>COUNTER<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">include_once</span><span style="color: #009900;">&#40;</span>COUNTER<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>





<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2008/08/23/mediawiki-installieren/' rel='bookmark' title='Permanent Link: mediawiki installieren'>mediawiki installieren</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-plugins/' rel='bookmark' title='Permanent Link: Mediawiki Plugins'>Mediawiki Plugins</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2008/07/20/bbclone-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Icons</title>
		<link>http://www.matthiaspospiech.de/blog/2008/01/20/website-icons/</link>
		<comments>http://www.matthiaspospiech.de/blog/2008/01/20/website-icons/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:13:44 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2008/01/20/website-icons/</guid>
		<description><![CDATA[Link Collections

	http://sw-guide.de/webdesign-und-entwicklung/icon-sammlungen/
	http://www.maxpower.ca/free-icons/2006/03/05/
	http://www.drweb.de/weblog/weblog/?p=541


Icon Downloads

	http://www.famfamfam.com/lab/icons/
	http://www.brandspankingnew.net/archive/2006/12/hohoho.html
	http://www.graphicpush.com/index.php?s=icons
	http://www.stylegala.com/features/bulletmadness/
	http://www.intersmash.com/300images/
	http://www.web-toolbox.net/abc/grund/grund-images.htm
	http://bs-markup.de/iconsets
	http://www.ndesign-studio.com/resources/mini-pixel-icons/
	http://sweetie.sublink.ca/
	http://www.web-toolbox.net/imagedownload/index.htm



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<h3 id="toc-link-collections">Link Collections</h3>
<ul>
	<li><a href="http://sw-guide.de/webdesign-und-entwicklung/icon-sammlungen/" class="liexternal">http://sw-guide.de/webdesign-und-entwicklung/icon-sammlungen/</a></li>
	<li><a href="http://www.maxpower.ca/free-icons/2006/03/05/" class="liexternal">http://www.maxpower.ca/free-icons/2006/03/05/</a></li>
	<li><a href="http://www.drweb.de/weblog/weblog/?p=541" class="liexternal">http://www.drweb.de/weblog/weblog/?p=541</a></li>
</ul>

<h3 id="toc-icon-downloads">Icon Downloads</h3>
<ul>
	<li><a href="http://www.famfamfam.com/lab/icons/" class="liexternal">http://www.famfamfam.com/lab/icons/</a></li>
	<li><a href="http://www.brandspankingnew.net/archive/2006/12/hohoho.html" class="liexternal">http://www.brandspankingnew.net/archive/2006/12/hohoho.html</a></li>
	<li><a href="http://www.graphicpush.com/index.php?s=icons" class="liexternal">http://www.graphicpush.com/index.php?s=icons</a></li>
	<li><a href="http://www.stylegala.com/features/bulletmadness/" class="liexternal">http://www.stylegala.com/features/bulletmadness/</a></li>
	<li><a href="http://www.intersmash.com/300images/" class="liexternal">http://www.intersmash.com/300images/</a></li>
	<li><a href="http://www.web-toolbox.net/abc/grund/grund-images.htm" class="liexternal">http://www.web-toolbox.net/abc/grund/grund-images.htm</a></li>
	<li><a href="http://bs-markup.de/iconsets" class="liexternal">http://bs-markup.de/iconsets</a></li>
	<li><a href="http://www.ndesign-studio.com/resources/mini-pixel-icons/" class="liexternal">http://www.ndesign-studio.com/resources/mini-pixel-icons/</a></li>
	<li><a href="http://sweetie.sublink.ca/" class="liexternal">http://sweetie.sublink.ca/</a></li>
	<li><a href="http://www.web-toolbox.net/imagedownload/index.htm" class="liexternal">http://www.web-toolbox.net/imagedownload/index.htm</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2008/01/20/website-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection of free wordpress themes</title>
		<link>http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/</link>
		<comments>http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 08:42:56 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/</guid>
		<description><![CDATA[The smashing magazine has released a structured list of 100 high quality wordpress themes: 100 free WordPress themes


Related posts:Nice collection of magazine themes
commercial Wordpress Premium Themes
mediawiki themes



Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/10/08/nice-collection-of-magazine-themes/' rel='bookmark' title='Permanent Link: Nice collection of magazine themes'>Nice collection of magazine themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/' rel='bookmark' title='Permanent Link: commercial Wordpress Premium Themes'>commercial Wordpress Premium Themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[The <a href="http://www.smashingmagazine.com" class="liexternal">smashing magazine</a> has released a structured list of 100 high quality wordpress themes: <a href="http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/" class="liexternal">100 free WordPress themes</a>


<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2007/10/08/nice-collection-of-magazine-themes/' rel='bookmark' title='Permanent Link: Nice collection of magazine themes'>Nice collection of magazine themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2009/02/25/commercial-wordpress-premium-themes/' rel='bookmark' title='Permanent Link: commercial Wordpress Premium Themes'>commercial Wordpress Premium Themes</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/07/21/mediawiki-themes/' rel='bookmark' title='Permanent Link: mediawiki themes'>mediawiki themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2008/01/13/collection-of-free-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Layout</title>
		<link>http://www.matthiaspospiech.de/blog/2008/01/01/css-layout/</link>
		<comments>http://www.matthiaspospiech.de/blog/2008/01/01/css-layout/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 20:13:46 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[CSS+XHTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2008/01/01/css-layout/</guid>
		<description><![CDATA[With the layout of a new site I am looking at CSS Site Layout techniques again. Unfortunately not everthing I can find or have used so far can fullfill my requirements. So in the following I will go though the techniques I could find and there drawbacks. Interestingwise the code created by the CSS Creator [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/' rel='bookmark' title='Permanent Link: theme modifications'>theme modifications</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With the layout of a new site I am looking at CSS Site Layout techniques again. Unfortunately not everthing I can find or have used so far can fullfill my requirements. So in the following I will go though the techniques I could find and there drawbacks. Interestingwise the code created by the <a href="http://csscreator.com/tools/layout" class="liexternal">CSS Creator</a> has changed a lot during  the last years, since most of the example are based originally on this creator.</p>

<ol>
	<li><a href="#Right side column (Light Biz)" class="liinternal">Right side column (Light Biz)</a></li>
	<li><a href="2/#intensivstation.ch" class="liinternal">3 column (intensivstation.ch)</a></li>
	<li><a href="3/#csscreator" class="liinternal">3 column (csscreator)</a></li>
	<li><a href="4/#cqa" class="liinternal">2 column</a></li>
	<li><a href="5/#matthias" class="liinternal">3 column with full length columns</a></li>
	<li><a href="6/#maxdesign" class="liinternal">3 column with full length columns (maxdesign)</a></li>
</ol>

<span id="more-163"></span>
<a name="Right side column (Light Biz)">
<h3 id="toc-right-side-column-light-biz">Right side column (Light Biz)</h3>
<p>This one based on the theme <a href="http://www.themeporter.com/2007/01/01/lightbiz-wordpress-theme/" class="liexternal">lightbiz</a>.</p>

<p>It uses a <em>content</em> div containing everthing. This one is centered using the &#8220;margin: auto&#8221; technique and has a fixed size. The left and rigth column are both with fixed size and floated left and right. This approach is simple but does not allow all columns to have equal colored backgrounds with unequal sizes.</p>

<a href="/download/css/layout/01/test.htm" class="liinternal">View the Layout</a>
<a href="/download/css/layout/01/style.css" class="liinternal">CSS code</a>

<h4 id="toc-html-code">HTML code</h4>


<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;   
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;title&gt;Matthias Pospiech&lt;/title&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
  &lt;/head&gt; 
  &lt;body&gt;
    &lt;a name=&quot;top&quot;&gt;&lt;/a&gt;
    &lt;div class=&quot;content&quot;&gt;
      &lt;div class=&quot;rside&quot;&gt;
        &lt;div class=&quot;topmain&quot;&gt;Hauptmenu&lt;/div&gt;
        &lt;div class=&quot;menu&quot;&gt;
		&lt;h2 id=&quot;toc-right-sidebar&quot;&gt;Right Sidebar&lt;/h2&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula.&lt;/p&gt;
	&lt;/div&gt;
      &lt;/div&gt;	
      &lt;div class=&quot;lside&quot;&gt;
        &lt;div class=&quot;breadcrump&quot;&gt;Breadcrump&lt;/div&gt;
        &lt;div class=&quot;main&quot;&gt;
		&lt;h2 id=&quot;toc-content&quot;&gt;Content&lt;/h2&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula.Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.&lt;/p&gt;
	&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;footer&quot;&gt;
        Footer
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre></div></div>





<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">74</span>%</span> Arial<span style="color: #00AA00;">,</span> Sans-Serif<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background</span> <span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#3C4049</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.content</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#505050</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">760px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FAFAFA</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> 
&nbsp;
<span style="color: #808080; font-style: italic;">/*LEFT SIDE */</span>
<span style="color: #6666ff;">.lside</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">579px</span><span style="color: #00AA00;">;</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: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.lside</span> <span style="color: #6666ff;">.main</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#505050</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span> <span style="color: #933;">20px</span> <span style="color: #933;">15px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.lside</span> <span style="color: #6666ff;">.breadcrump</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#E6E9EE</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#505050</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">580px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">90</span>%</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/*trbl*/</span>
&nbsp;
&nbsp;
<span style="color: #808080; font-style: italic;">/* RIGHT SIDE */</span>
<span style="color: #6666ff;">.rside</span> <span style="color: #00AA00;">&#123;</span>	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">180px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</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: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.rside</span> <span style="color: #6666ff;">.topmain</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FF8D00</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.rside</span> <span style="color: #6666ff;">.menu</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FAFAFA</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
&nbsp;
<span style="color: #808080; font-style: italic;">/* FOOTER */</span>
<span style="color: #6666ff;">.footer</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;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">760px</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;">3px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">90</span>%</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#546078</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>




<div class="toc-page-link">Next page: <a href="http://www.matthiaspospiech.de/blog/2008/01/01/css-layout/2/" class="liinternal">&ldquo;3 column (intensivstation.ch)&rdquo;</a></div>

<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2009/10/25/theme-modifications/' rel='bookmark' title='Permanent Link: theme modifications'>theme modifications</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2008/01/01/css-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development of a Plugin for Wordpress</title>
		<link>http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/</link>
		<comments>http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 20:37:03 +0000</pubDate>
		<dc:creator>pospiech</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/</guid>
		<description><![CDATA[I am trying to learn how to develop a plugin for wordpress. Here are some basic links I have found to be usefull

	Teil 0 &#8211; simples Plugin, Basiswissen
	Teil 1 &#8211; Plugin schreiben, Tutorial, innerhalb &#8220;the loop&#8221;
	Teil 2 &#8211; Optionen aus dem Adminbereich &#252;bergeben
	Teil 3 &#8211; Plugin schreiben, au&#223;erhalb &#8220;the loop&#8221;
	WP &#8211; Hinweise f&#252;r das Schreiben [...]


Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2009/09/27/wordpress-plugin-memory-usage/' rel='bookmark' title='Permanent Link: Wordpress plugin memory usage'>Wordpress plugin memory usage</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/05/10/wordpress-plugins-for-wp-21x/' rel='bookmark' title='Permanent Link: Wordpress Plugins for WP 2.1.x'>Wordpress Plugins for WP 2.1.x</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[I am trying to learn how to develop a plugin for wordpress. Here are some basic links I have found to be usefull
<ul>
	<li><a href="http://bueltge.de/wp-tutorial-wir-schreiben-ein-simples-wp-plugin-teil-0/211/" class="liexternal">Teil 0 &#8211; simples Plugin, Basiswissen</a></li>
	<li><a href="http://bueltge.de/wp-tutorial-wir-schreiben-ein-wordpress-plugin-teil-1/210/" class="liexternal">Teil 1 &#8211; Plugin schreiben, Tutorial, innerhalb &ldquo;the loop&rdquo;</a></li>
	<li><a href="http://bueltge.de/wp-tutorial-wir-schreiben-ein-wordpress-plugin-teil-2/226/" class="liexternal">Teil 2 &#8211; Optionen aus dem Adminbereich &#252;bergeben</a></li>
	<li><a href="http://bueltge.de/wp-tutorial-wir-schreiben-ein-wordpress-plugin-teil-3/242/" class="liexternal">Teil 3 &#8211; Plugin schreiben, au&#223;erhalb &ldquo;the loop&rdquo;</a></li>
	<li><a href="http://bueltge.de/wp-hinweise-fuer-das-schreiben-eines-wordpress-plugins/150/" class="liexternal">WP &#8211; Hinweise f&#252;r das Schreiben eines WordPress-Plugins</a></li>
	<li><a href="http://bueltge.de/wp-plugin-tipp-dashboard-erweitern/179/" class="liexternal">WP &#8211; Plugin Tipp &#8211; Dashboard und Adminmenu erweitern</a></li>
	<li><a href="http://codex.wordpress.org/Plugin_API" class="liwp">Plugin_API</a></li>
	<li><a href="http://codex.wordpress.org/Adding_Administration_Menus" class="liwp">Adding_Administration_Menus</a></li>
	<li><a href="http://wphooks.flatearth.org/" class="liexternal">WordPress Hooks</a></li>
</ul>





<p>Related posts:<ol><li><a href='http://www.matthiaspospiech.de/blog/2009/09/27/wordpress-plugin-memory-usage/' rel='bookmark' title='Permanent Link: Wordpress plugin memory usage'>Wordpress plugin memory usage</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/11/12/wordpress-plugins/' rel='bookmark' title='Permanent Link: Wordpress Plugins for Wordpress 2.3.1'>Wordpress Plugins for Wordpress 2.3.1</a></li>
<li><a href='http://www.matthiaspospiech.de/blog/2007/05/10/wordpress-plugins-for-wp-21x/' rel='bookmark' title='Permanent Link: Wordpress Plugins for WP 2.1.x'>Wordpress Plugins for WP 2.1.x</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthiaspospiech.de/blog/2007/12/04/development-of-a-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
