<?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>Pete Designs</title>
	<atom:link href="http://www.webdesign.mkirste.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesign.mkirste.de</link>
	<description>Designs und Fotografie</description>
	<lastBuildDate>Tue, 20 Dec 2011 16:37:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>SlimOrganizer</title>
		<link>http://www.webdesign.mkirste.de/2011/05/11/slimorganizer/</link>
		<comments>http://www.webdesign.mkirste.de/2011/05/11/slimorganizer/#comments</comments>
		<pubDate>Wed, 11 May 2011 19:50:49 +0000</pubDate>
		<dc:creator>mkadmin</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.pete-designs.de/?p=472</guid>
		<description><![CDATA[SlimOrganizer is a simple, clear and easy to use web organizer, which allows you to manage your bookmarks, notes, tasks, appointments, contacts and files. During the development I focused on an easy and simple usage. visit SlimOrganizer]]></description>
			<content:encoded><![CDATA[<p>SlimOrganizer is a simple, clear and easy to use web organizer, which allows you to manage your bookmarks, notes, tasks, appointments, contacts and files. During the development I focused on an easy and simple usage.</p>
<p><a href="http://www.slimorganizer.com/" title="SlimOrganizer" alt="SlimOrganizer organizer, simpel, web">visit SlimOrganizer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesign.mkirste.de/2011/05/11/slimorganizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admin Theme for Pixelpost</title>
		<link>http://www.webdesign.mkirste.de/2010/03/25/admin-theme-for-pixelpost/</link>
		<comments>http://www.webdesign.mkirste.de/2010/03/25/admin-theme-for-pixelpost/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:52:05 +0000</pubDate>
		<dc:creator>mkadmin</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.webdesign.mkirste.de/?p=414</guid>
		<description><![CDATA[Pixelpost is a popular open-source photoblog application for photographers to present their stunning work. This addon is a new restyle for the Pixelpost administration area. You only have to locale the admin_index.css in the admin folder and replace it with the new style. I teste it with Pixelpost 1.7.3 and found no errors. Make sure [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Pixelpost</strong> is a popular open-source photoblog application for photographers to present their stunning work. This addon is a new restyle for the Pixelpost administration area. <span id="more-414"></span>You only have to locale the <em><strong>admin_index.css</strong></em> in the <strong>admin folder</strong> and <strong>replace</strong> it with the new style. I teste it with Pixelpost 1.7.3 and found no errors. Make sure to save your old css file. Have fun!</p>
<p><strong><a title="Download Admin Theme for Pixelpost" href="http://www.webdesign.mkirste.de/wp-content/uploads/pixelpost/admin_index.css">Download the new Pixelpost Admin Theme</a></strong> <em>(Right-Click -&gt; Save Target As &#8230;)</em></p>
<p><strong><span style="text-decoration: underline;">Preview</span></strong></p>
<p><img class="alignnone" title="Pixelposttheme" src="http://www.webdesign.mkirste.de/wp-content/uploads/pixelpost/pixelpost_adminstyle.jpg" alt="" width="740" height="575" /><br />
<br/><br/></p>
<link type="text/css" rel="stylesheet" href="/wp-content/themes/pete/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/wp-content/themes/pete/syntaxhighlighter/styles/shThemeDefault.css"/>
<script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shCore.js" type="text/javascript"></script><script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shBrushCss.js" type="text/javascript"></script><script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shBrushXml.js" type="text/javascript"></script><script type="text/javascript"> SyntaxHighlighter.config.clipboardSwf = '/wp-content/themes/pete/syntaxhighlighter/scripts/clipboard.swf'; SyntaxHighlighter.all(); </script><br />
<strong><span style="text-decoration: underline;">Code</span></strong></p>
<pre class="brush: css;">
/* .............................. */
/* Admin Theme for Pixelpost by Michael Kirste */
/* (http://www.webdesign.mkirste.de) */
/* SVN file version: */
/* $ID$ */
/* Basic */
/* .............................. */

body {
   background:#606060;
   margin:0px;
   padding:0px;
   text-align:center;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#606060;
   }

/* .............................. */
/* Links */
/* .............................. */

a {
   color:#606060;
   text-decoration:none;
   }

/* .............................. */
/* Wrapper */
/* .............................. */

#wrapper {
   margin:20px auto;
   padding:0px;
   width:90%;
   text-align:left;
   background:#fff;
   color:#3a3739;
   border:10px solid #fff;
   }

/* .............................. */
/* Header */
/* .............................. */

#header {
   margin:0px;
   padding-top:6px;
   padding-bottom:30px;
   padding-left:6px;
   padding-right:0px;
   font-family:Helvetica, verdana, sans-serif;
   font-size:16px;
   font-weight:100;
   color:#fff;
   background:#627d90;
   letter-spacing:2px;
   text-transform:uppercase;
   }

#header a {
   color:#fff;
   text-decoration:none;
   }

#header a:hover {
   color:#fff;
   text-decoration:underline;
   }
/* .............................. */
/* Navigation */
/* .............................. */

#navigation {
   clear:right;
   margin:0px;
   background:#627d90;
   color:#fff;
   font-size:11px;
   text-align:left;
   padding-bottom:4px;
   font-weight:bold;
   }

#navigation a {
   color:#fff;
   text-decoration:none;
   padding:8px;
   }

#navigation a:hover {
   color:#fff;
   text-decoration:underline;
   }

#submenu {
   padding-top:6px;
   padding-bottom:6px;
   background:#ebeae8;
   color:#606060;
   font-size:10px;
   margin:1px 0 15px 0;
   text-align:left;
   }

#submenu a {
   padding:5px;
   }

#submenu a:hover {
   text-decoration:underline;
   color:#606060;
   }

/* .............................. */
/* Captions */
/* .............................. */

#caption {
   margin:10px 0px 0px 0px;
   padding:7px;
   font-size:14px;
   color:#606060;
   font-weight:100;
   text-align:left;
   background:#dedddb;
   }

.jcaption, .addon_on, .addon_off, .addon_error {
   border-top:0px solid #abe048;
   border-bottom:1px solid #abe048;
   margin:10px 0px 0px 0px;
   padding-top:4px;
   padding-bottom:4px;
   padding-left:5px;
   padding-right:0px;
   font-family:Helvetica, verdana, sans-serif;
   font-size:11px;
   font-weight:bold;
   letter-spacing:1px;
   color:#5d7d22;
   }

.jcaption  br {display:none;}

.jcaption a {
   color:#5d7d22;
   }
.jcaption a:hover {
   color:#76b501;
   }

.jcaption {
   background:#e0f0c3;
   }

.addon_on {
   background:#e0f0c3;
   }

.addon_off {
   background:#ebeae8;
   color:#9b9b9b;
   border-bottom:1px solid #b0b0b0;
   }

.addon_error {
   background:#eac8c8;
   color:#9b3b3b;
   border-bottom:1px solid #c46464;
   }
/* .............................. */
/* Content and titles */
/* .............................. */

.content {
   border:0px solid #ace149;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:12px;
   padding:10px 5px;
   font-size:11px;
   color:#606060;
   background:#f1f8e7;
   }

.content ul {
   list-style:none;
   display:block;
   margin:-5px -5px 5px -5px;
   padding:10px 0;
   background:#fff;
   font-size:11px;
   }

.content ul li {
   padding:5px;
   margin:0px 0px 0px 0px;
   border-top:0px;
   border-left:0px;
   border-right:0px;
   border-bottom:1px solid #fff;
   background:#f4f3f2;
   }

.content ul li:hover {background:#ebeae8;}

.content ul li img {
   border:0px solid black;
   float:left;
   margin:2px 10px 0px 0px;
   height:62px;
   }

.content ul a:hover {
   text-decoration:underline;
   color:#000;
   }

/* .............................. */
/* Misc. */
/* .............................. */

input {padding:0px;}

.right {margin-left:2%;}
.smaller {font-size:9px;font-weight:normal;}

.item {
   border:0px;
   float:left;
   padding-right:5px;
   margin-right:5px;
   font-weight:bolder;
   font-size:110%;
}

hr {
   background-color:#fff;
   height:1px;
   border:0px;
   }

.selectedsubmenu {color:#666;}
.published-comment {background-color:#f4f6f1;color:#666;}
.unpublished-comment {background-color:#fff9e1;color:#666;}

.cmnt-buttons {
   font-size:10px;
   }

.confirm {
   font-size:11px;
   font-weight:bold;
   color:#fff;
   background:#f26925;
   border:0;
   position:relative;top:-23px;
   margin:0 0 -23px 0;
}

.confirm a {color:#fff;}
.confirm br {display:none;}

#cattable {
   width:100%;
   margin:0px;
   padding:1px;
   clear:both;
   }

#cattable td {
   width:25%;
   }

#logo {
   position:relative;
   float:left;
   border:0px;
   margin:0px 18px;
   padding:0px;
   }

#itemimg {
   margin-left:20px;
   margin-top:5px;
   border:1px solid #000;
   }

#photonumb {
   color:#89d200;
   font-weight:bold;}

#warning {
   font-size:12px;
   color:#722c2c;
   margin:20px 0 0 0;
   background-color:#eccdcd;
   border-top:1px solid #c46464;
   border-bottom:1px solid #c46464;
   font-family:arial,verdana,sans-serif;
   text-align:center;
   padding:6px;
   }

#datetable {
   text-align:center;
   }

#datetable td {
   width:30px;
   }

#datetable td.gap {
   width:5px;
   }

.images-checkbox{
   margin-bottom:0px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   position:relative;top:3px;
   }

/* Kommentare */
body > p {padding:10px;margin:0px auto;background:#fff;color:606060;}
body p:first-child  {margin-top:100px;}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesign.mkirste.de/2010/03/25/admin-theme-for-pixelpost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WallEver &#8211; The World&#8217;s Pinboard</title>
		<link>http://www.webdesign.mkirste.de/2009/08/21/wallever-the-worlds-pinboard/</link>
		<comments>http://www.webdesign.mkirste.de/2009/08/21/wallever-the-worlds-pinboard/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:37:56 +0000</pubDate>
		<dc:creator>mkadmin</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.pete-designs.de/?p=386</guid>
		<description><![CDATA[Soeben bin ich mit einem Internet-Projekt online gegangen, an dem ich seit einem Jahr mit zwei Freunden arbeite. WallEver ist eine öffentliche Plattform, auf der man persönliche visuelle Botschaften platzieren kann, um z.b. Freunde zu grüßen. www.wallever.com Persönliche Botschaften: Erstelle deine eigenen persönlichen Botschaften, indem du Wörter und Zeichnungen kombinierst. Grüße einen Freund zum Geburtstag [...]]]></description>
			<content:encoded><![CDATA[<p>Soeben bin ich mit einem Internet-Projekt online gegangen, an dem ich seit einem Jahr mit zwei Freunden arbeite. <strong>WallEver</strong> ist eine öffentliche Plattform, auf der man persönliche visuelle Botschaften platzieren kann, um z.b. Freunde zu grüßen. <a rel="nofollow" href="http://www.wallever.com">www.wallever.com</a><br />
<span id="more-386"></span></p>
<blockquote><p><strong>Persönliche Botschaften:</strong> Erstelle deine eigenen persönlichen Botschaften, indem du Wörter und Zeichnungen kombinierst. Grüße einen Freund zum Geburtstag und male ihm z.B. seine eigene Geburtstagstorte. Gibt es eine Situation an die du dich besonders gern erinnerst? Zeichne und kommentiere sie, schicke das Werk an deine Freunde, und mach die Situation wieder lebendig! Nutze unsere Clip-Art Datenbank, um deine Zeichnungen aufzuwerten. Mit WallEver sind deine Botschaften individuell und kreativ, weil nur du bestimmst was du malst, schreibst oder einfügst.</p>
<p>Grüße die Welt! Denke stets daran: Wallever ist öffentlich. Jeder kann deine Message auf der virtuellen Wall sehen. Du kannst die Werke der anderen User ansehen, kommentieren und bewerten Sortiere die Wall nach Kategorien wie z.B. News, Gerüchte, Sport um alles gut im Blick zu haben. Werde berühmt! Jeden Monat wird das Bild mit dem besten Rating gekürt, und der Künstler wird auf der Startseite verlinkt, sodass jeder Nutzer den Künstler direkt kontaktieren kann. Entdecke die WallEver-Wel</p></blockquote>
<p><a rel="nofollow" href="http://www.wallever.com">www.wallever.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesign.mkirste.de/2009/08/21/wallever-the-worlds-pinboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiquidGrid &#8211; a small flexible/adaptive CSS Grid System</title>
		<link>http://www.webdesign.mkirste.de/2009/02/27/liquidgrid-a-small-flexibleadaptive-css-grid-system/</link>
		<comments>http://www.webdesign.mkirste.de/2009/02/27/liquidgrid-a-small-flexibleadaptive-css-grid-system/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:00:05 +0000</pubDate>
		<dc:creator>mkadmin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.pete-designs.de/?p=307</guid>
		<description><![CDATA[LiquidGrid is a smart flexible and adaptive CSS Grid System/Framework. You can view a demo here. SyntaxHighlighter.config.clipboardSwf = '/wp-content/themes/pete/syntaxhighlighter/scripts/clipboard.swf'; SyntaxHighlighter.all(); Usage/Code First you just have to create a div layer with class &#8220;grid&#8221; (&#60;div class=&#8221;grid&#8221;&#62;&#60;/div&#62;). In this div layer you must put another div layer with the class &#8220;grid_XXX&#8221;. For XXX you choose a number [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LiquidGrid</strong> is a smart flexible and adaptive CSS Grid System/Framework. You can view a <a title="LiquidGrid" href="http://www.webdesign.mkirste.de/liquidgrid/">demo</a> here.<br />
<span id="more-307"></span></p>
<link type="text/css" rel="stylesheet" href="/wp-content/themes/pete/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/wp-content/themes/pete/syntaxhighlighter/styles/shThemeDefault.css"/>
<script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shCore.js" type="text/javascript"></script><script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shBrushCss.js" type="text/javascript"></script><script src="/wp-content/themes/pete/syntaxhighlighter/scripts/shBrushXml.js" type="text/javascript"></script><script type="text/javascript"> SyntaxHighlighter.config.clipboardSwf = '/wp-content/themes/pete/syntaxhighlighter/scripts/clipboard.swf'; SyntaxHighlighter.all(); </script></p>
<h3>Usage/Code</h3>
<p>First you just have to create a div layer with class &#8220;grid&#8221;<em> (&lt;div class=&#8221;grid&#8221;&gt;&lt;/div&gt;)</em>. In this div layer you must put another div layer with the class &#8220;grid_XXX&#8221;. For XXX you choose a number for the witdh. For example &#8220;grid_50&#8243;<em> (&lt;div class=&#8221;grid_50&#8243;&gt;&lt;/div&gt;) for a 50% box</em>. (Possible numbers are 5% 10% 20% 25% 30% 33% 40% 50% 60% 70% 75% 80% 90% and 100%). You can also put several div layers in the main div layer. The sum of all grids_XXX may not exceed 100%. The margins are 1%. Feel free to change the margins.</p>
<p><span style="text-decoration: underline;">For example the code for two 20% boxes and one 60% box looks like this (20+20+60=100):</span></p>
<pre class="brush: xml; tab-size: 14">
<div class="grid_20"></div>
<div class="grid_20"></div>
<div class="grid_60"></div>
</pre>
<p>Three 20% boxes an one 60% box won&#8217;t work because its lenght is 120% (20+20+20+60=120 &gt; 100).</p>
<p><strong>CSS-Code</strong></p>
<pre class="brush: css;">
/* -----------------------------------------------------------------------

 LiquidGrid a flexible/adaptive Grid System

http://www.webdesign.mkirste.de

 * License under GPL: http://www.gnu.org/licenses/gpl.html

----------------------------------------------------------------------- */

div.grid {
height:auto;
width:102%;
margin:0 0 0 -1%;
clear:both;
}
div.grid > div {
margin:0 1%;
float:left;
}
div.grid_5 {width:3%;}
div.grid_10 {width:8%;}
div.grid_20 {width:18%;}
div.grid_25 {width:23%;}
div.grid_30 {width:27.9%;}
div.grid_33 {width:31.333%;}
div.grid_40 {width:38%;}
div.grid_50 {width:48%;}
div.grid_60 {width:58%;}
div.grid_70 {width:68%;}
div.grid_75 {width:73%;}
div.grid_80 {width:78%;}
div.grid_90 {width:88%;}
div.grid_100 {width:98%;}
</pre>
<h3>Demo Page</h3>
<p>You can see a Demo page <a title="LiquidGrid" href="http://www.webdesign.mkirste.de/liquidgrid/">here</a>.</p>
<h3>Download</h3>
<p><a title="LiquidGrid" href="http://www.webdesign.mkirste.de/liquidgrid/liquidgrid.rar"><img class="alignnone size-full wp-image-319" title="download" src="http://www.webdesign.mkirste.de/wp-content/uploads/download.png" alt="download" width="32" height="32" /><br />
</a>You can download the source <a href="http://www.webdesign.mkirste.de/liquidgrid/liquidgrid.rar">here</a>.</p>
<h3>Credits</h3>
<p>License under<a href="http://www.gnu.org/licenses/gpl.html"> GPL</a>. Feel free to use and edit it! I would be happy if you link back.</p>
<h3>Feedback</h3>
<p>If you have some notes, just send me some <a href="http://www.webdesign.mkirste.de/contact/">feedback</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesign.mkirste.de/2009/02/27/liquidgrid-a-small-flexibleadaptive-css-grid-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiso-Büro der Universität zu Köln geht live</title>
		<link>http://www.webdesign.mkirste.de/2009/01/10/wiso-buro-der-universitat-zu-koln-geht-live/</link>
		<comments>http://www.webdesign.mkirste.de/2009/01/10/wiso-buro-der-universitat-zu-koln-geht-live/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:12:56 +0000</pubDate>
		<dc:creator>mkadmin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.pete-designs.de/2009/01/10/wiso-buro-der-universitat-zu-koln-geht-live/</guid>
		<description><![CDATA[Nach langer Arbeit ist es endlich geschaft. Die neue Homepage der Wiso Fachschaft der Universitat zu Köln ist online gegangen. Als CMS habe ich Worpdpress mit verschiedenen Plugins (Akismet, All in One SEO Pack, Calendar, Contact Form 7, Dagon Design Sitemap Generator, Google XML Sitemaps, navigo, Search Everything, SEO Pagebar 2, WordPress.com Stats, WP-Cumulus, WP-Polls, [...]]]></description>
			<content:encoded><![CDATA[<p>Nach langer Arbeit ist es endlich geschaft. Die neue Homepage der <strong>Wiso Fachschaft der Universitat zu Köln</strong> ist online gegangen. Als CMS habe ich Worpdpress mit verschiedenen Plugins (Akismet, All in One SEO Pack, Calendar, Contact Form 7, Dagon Design Sitemap Generator, Google XML Sitemaps, navigo, Search Everything, SEO Pagebar 2, WordPress.com Stats, WP-Cumulus, WP-Polls, WP-Polls Widget, WP-UserOnline, WP Super Cache) installiert. Das Forum nutzt die zweite Version von PHPBB. Als Bildergalerie kommt Plogger zum Einsatz.<br />
<a rel="nofollow" href="http://www.wiso-buero.uni-koeln.de/">» zur Homepage des Wiso-Büros</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesign.mkirste.de/2009/01/10/wiso-buro-der-universitat-zu-koln-geht-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

