<?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>kerstinlinnepe.de</title>
	<atom:link href="http://www.kerstinlinnepe.de/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kerstinlinnepe.de</link>
	<description></description>
	<lastBuildDate>Sun, 08 Aug 2010 13:43:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linuxbefehle</title>
		<link>http://www.kerstinlinnepe.de/archives/79</link>
		<comments>http://www.kerstinlinnepe.de/archives/79#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:33:37 +0000</pubDate>
		<dc:creator>Kerstin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linuxbefehle]]></category>

		<guid isPermaLink="false">http://www.kerstinlinnepe.de/?p=79</guid>
		<description><![CDATA[history

zeigt die letzten Befehle an
mit der Variable $HISTSIZE kann man diesen Wert verändern
Beispiel: bash$ HISTSIZE=1000

]]></description>
			<content:encoded><![CDATA[<p><strong>history</strong></p>
<ul>
<li>zeigt die letzten Befehle an</li>
<li>mit der Variable <em>$HISTSIZE</em> kann man diesen Wert verändern</li>
<li>Beispiel: <em>bash$ HISTSIZE=1000</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kerstinlinnepe.de/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die Shell</title>
		<link>http://www.kerstinlinnepe.de/archives/66</link>
		<comments>http://www.kerstinlinnepe.de/archives/66#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:14:49 +0000</pubDate>
		<dc:creator>Kerstin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.kerstinlinnepe.de/?p=66</guid>
		<description><![CDATA[Shell:

ash
bash (Standard)
csh
ksh
tcsh
zsh

wichtige Eigenschaften sind:

Interaktivität;  Befehls-History und Befehls-Vervollständigung
Skript-Ausführung

]]></description>
			<content:encoded><![CDATA[<p>Shell:</p>
<ul>
<li>ash</li>
<li><a href="http://www.kerstinlinnepe.de/archives/59" target="_self">bash</a> (Standard)</li>
<li>csh</li>
<li>ksh</li>
<li>tcsh</li>
<li>zsh</li>
</ul>
<p>wichtige Eigenschaften sind:</p>
<ul>
<li>Interaktivität;  Befehls-History und Befehls-Vervollständigung</li>
<li>Skript-Ausführung</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kerstinlinnepe.de/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash &#8211; Bourne Agains Shell</title>
		<link>http://www.kerstinlinnepe.de/archives/59</link>
		<comments>http://www.kerstinlinnepe.de/archives/59#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:05:47 +0000</pubDate>
		<dc:creator>Kerstin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.kerstinlinnepe.de/?p=59</guid>
		<description><![CDATA[Befehlszeilen-Interpreter der die folgenden Dienste bietet:

Programmaufruf
Befehlszeilen-Bearbeitung
Programmausführung und Ablaufkontrolle

Die bash bietet:

standardmäßig eine History- und Vervollständigungs-Funktion

]]></description>
			<content:encoded><![CDATA[<p>Befehlszeilen-Interpreter der die folgenden Dienste bietet:</p>
<ul>
<li>Programmaufruf</li>
<li>Befehlszeilen-Bearbeitung</li>
<li>Programmausführung und Ablaufkontrolle</li>
</ul>
<p>Die bash bietet:</p>
<ul>
<li>standardmäßig eine History- und Vervollständigungs-Funktion</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kerstinlinnepe.de/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formularvalidierung mit Javascript</title>
		<link>http://www.kerstinlinnepe.de/archives/7</link>
		<comments>http://www.kerstinlinnepe.de/archives/7#comments</comments>
		<pubDate>Thu, 25 Feb 2010 23:00:40 +0000</pubDate>
		<dc:creator>Kerstin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://wordpress.kerstinlinnepe.de/?p=7</guid>
		<description><![CDATA[Als Beispiel soll das folgende kleine Formular dienen.

&#160;
&#160;
&#160;
&#160;
&#60;form action=&#34;validierung.html&#34; method=&#34;post&#34;&#62;
&#160;
&#60;div&#62;&#60;label id=&#34;label_name&#34; for=&#34;name&#34;&#62;Name&#60;/label&#62;
&#60;input id=&#34;name&#34; name=&#34;name&#34; type=&#34;text&#34; /&#62;&#60;/div&#62;
&#160;
&#160;
&#160;
&#160;
&#60;div&#62;&#60;label id=&#34;label_email&#34; for=&#34;email&#34;&#62;E-Mail&#60;/label&#62;
&#60;input id=&#34;email&#34; name=&#34;email&#34; type=&#34;text&#34; /&#62;&#60;/div&#62;
&#160;
&#160;
&#160;
&#60;input type=&#34;submit&#34; value=&#34;überprüfen&#34; /&#62;
 &#60;/form&#62;

Die entsprechende Javascript &#8211; Funktion zur Validierung sieht so aus:

&#60;script type=&#34;text/javascript&#34;&#62;&#60;!--mce:0--&#62;&#60;/script&#62;

Mit ein wenig CSS kann man die Felder farbig markieren, welche nicht valide sind.

&#60;!--
.error_input &#123;
	border: 1px solid red;
&#125;
&#160;
.error_label &#123;
	color: red;
&#125;
&#160;
label [...]]]></description>
			<content:encoded><![CDATA[<p>Als Beispiel soll das folgende kleine Formular dienen.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;</span>form action<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;validierung.html&quot;</span> method<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div<span style="color: #339933;">&gt;&lt;</span>label id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;label_name&quot;</span> <span style="color: #b1b100;">for</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">&gt;</span>Name<span style="color: #339933;">&lt;/</span>label<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;name&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;name&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;</span>div<span style="color: #339933;">&gt;&lt;</span>label id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;label_email&quot;</span> <span style="color: #b1b100;">for</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span><span style="color: #339933;">&gt;</span>E<span style="color: #339933;">-</span>Mail<span style="color: #339933;">&lt;/</span>label<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;überprüfen&quot;</span> <span style="color: #339933;">/&gt;</span>
 <span style="color: #339933;">&lt;/</span>form<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Die entsprechende Javascript &#8211; Funktion zur Validierung sieht so aus:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;&lt;!--</span>mce<span style="color: #339933;">:</span><span style="color: #CC0000;">0</span><span style="color: #339933;">--&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Mit ein wenig CSS kann man die Felder farbig markieren, welche nicht valide sind.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;!--
<span style="color: #6666ff;">.error_input</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.error_label</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
label <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</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;">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>
&nbsp;
form div <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
--<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>Das komplette Skript steht <a href="http://www.kerstinlinnepe.de/wp-content/uploads/2010/02/validierung.tar.gz">hier</a> zum Download bereit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerstinlinnepe.de/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.055 seconds -->
