<?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>Rootserver - Blog &#187; Javascript</title>
	<atom:link href="http://rootserver-blog.de/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootserver-blog.de</link>
	<description>Tutorials Rootserver, Linux, Shell, Apache, PHP, MySQL, HTML, CSS, Javascript</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:27:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Webentwicklung für den iPhone-Safari</title>
		<link>http://rootserver-blog.de/javascript/webentwicklung-fur-den-iphone-safari/</link>
		<comments>http://rootserver-blog.de/javascript/webentwicklung-fur-den-iphone-safari/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 13:20:07 +0000</pubDate>
		<dc:creator>stefansl</dc:creator>
				<category><![CDATA[HTML und CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://rootserver-blog.de/?p=180</guid>
		<description><![CDATA[Nachdem ich vor kurzem eine Website für das iPhone optimieren durfte, habe ich viel im Netz recherchiert und möchte Euch mein gesammeltes Wissen nicht vorenthalten. Design Zum Designen einer iPhone-App, bzw. Website eignet sich bestens die iPhone GUI PSD von Geoff Teehan: teehanlax.com/blog/?p=1628 Wie groß ist der Viewport? Der iPhone-Screen hat eine Auflösung von 480 [...]]]></description>
		<wfw:commentRss>http://rootserver-blog.de/javascript/webentwicklung-fur-den-iphone-safari/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Probleme mit dem IE6?</title>
		<link>http://rootserver-blog.de/javascript/probleme-mit-dem-ie6/</link>
		<comments>http://rootserver-blog.de/javascript/probleme-mit-dem-ie6/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:08:19 +0000</pubDate>
		<dc:creator>stefansl</dc:creator>
				<category><![CDATA[HTML und CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://rootserver-blog.de/?p=173</guid>
		<description><![CDATA[Die meisten Darstellungsfehler können mit overflow:hidden; und height: 1%; gefixt werden. Wie das geht, wird vorbildlich von Hostsen erklärt &#8230; labs.hostsen.net/2008/06/23/automatisch-clearen-mit-css/]]></description>
		<wfw:commentRss>http://rootserver-blog.de/javascript/probleme-mit-dem-ie6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Neue Cheat Sheets &#8211; PHP, Smarty und Prototype</title>
		<link>http://rootserver-blog.de/php/neue-cheat-sheets-php-smarty-und-prototype/</link>
		<comments>http://rootserver-blog.de/php/neue-cheat-sheets-php-smarty-und-prototype/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 17:15:00 +0000</pubDate>
		<dc:creator>stefansl</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Cheat Sheet]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://rootserver-blog.de/php/neue-cheat-sheets-php-smarty-und-prototype/</guid>
		<description><![CDATA[Ein sehr nützliches Prototype-Cheat Sheet wird hier zum Download angeboten: zum Cheat Sheet Diverse Cheat Sheets für PHP und Smarty von Scott Klarr gibt&#8217;s hier: zum Cheat Sheet Scott hat auch Sheets für weitere Sprachen im Angebot: zum Cheat Sheet Danke für die Linktipps an Kjell (m3nt0r.de/blog) und Banana (blog.bananas-playground.net)]]></description>
		<wfw:commentRss>http://rootserver-blog.de/php/neue-cheat-sheets-php-smarty-und-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XHTML und target=_blank Javascript-Alternative</title>
		<link>http://rootserver-blog.de/javascript/xhtml-und-target_blank-javascript-alternative/</link>
		<comments>http://rootserver-blog.de/javascript/xhtml-und-target_blank-javascript-alternative/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 12:17:39 +0000</pubDate>
		<dc:creator>stefansl</dc:creator>
				<category><![CDATA[HTML und CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://rootserver-blog.de/javascript/xhtml-und-target_blank-javascript-alternative/</guid>
		<description><![CDATA[Mit XHTML 1.1 wurde das Attribut target=&#8221;" abgeschafft, manchmal möchte man dennoch eine Seite in einem neuen Fenster öffnen. Sobald CSS3 von allen Browsern interpretiert wird, wird das auch sehr komfortabel möglich sein: .new &#123; target-new: new ! important &#125; Aufgerufen wird die CSS-Klasse dann mit &#60;a href=&#34;http://w3c.de&#34; class=&#34;new&#34;&#62;w3c.de&#60;/a&#62; Da CSS3 noch auf sich warten [...]]]></description>
		<wfw:commentRss>http://rootserver-blog.de/javascript/xhtml-und-target_blank-javascript-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>select per Auswahl mit Hintergrundfarbe versehen</title>
		<link>http://rootserver-blog.de/javascript/select-per-auswahl-mit-hintergrundfarbe-versehen/</link>
		<comments>http://rootserver-blog.de/javascript/select-per-auswahl-mit-hintergrundfarbe-versehen/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 14:32:46 +0000</pubDate>
		<dc:creator>stefansl</dc:creator>
				<category><![CDATA[HTML und CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dynamisch]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[funktion]]></category>
		<category><![CDATA[hintergrundfarbe]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://web1.clickpress.biz/cpBlog/?p=20</guid>
		<description><![CDATA[<p>Angenommen man möchte ein Select-Feld nicht mit Texten ausgeben, sondern mit Farben und bei Auswahl einer Farbe soll dann das Select-Feld diese als Hintergrundfarbe annehmen:</p>
<pre lang="html">
<select name="foo">
    <option value="FF6600" style="background-color: #FF6600"></option>
    <option value="669900" style="background-color: #669900"></option>
</select>
</pre>
<p>Leider funktioniert das nur im IE, jedoch nicht im Firefox ... </p>]]></description>
		<wfw:commentRss>http://rootserver-blog.de/javascript/select-per-auswahl-mit-hintergrundfarbe-versehen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
