<?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>popthis</title>
	<atom:link href="http://popthis.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://popthis.de</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jul 2011 13:29:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>WWW entfernen oder hinzufügen per .htaccess 301 &#8211; einfach</title>
		<link>http://popthis.de/www-entfernen-hinzufuegen-per-htaccess/</link>
		<comments>http://popthis.de/www-entfernen-hinzufuegen-per-htaccess/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:05:59 +0000</pubDate>
		<dc:creator>popthis</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Duplicate Content]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteEngine]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://popthis.de/?p=103</guid>
		<description><![CDATA[Es ist wichtig, dass eine Website unter nur einer eindeutigen URL erreichbar ist - das geht simpel per 301 Redirect in einer .htaccess Datei...]]></description>
			<content:encoded><![CDATA[<p>Es ist wichtig, dass eine Website unter nur einer eindeutigen URL erreichbar ist. Falls unter beispiel.de ohne www und www.beispiel.de die gleiche Website angezeigt wird, werten Suchmaschinen wie Google dies als <strong>Duplicate Content</strong> — also gleicher Inhalt auf zwei verschiedenen Domains. Dies kann sich negativ auf die Indexierung und das Ranking der Website auswirken.</p>

<p>Das Problem lässt sich einfach mit einem <strong>suchmaschinenfreundlichen 301-Redirect</strong> auf die gewünschte Domain-Variante lösen. Dazu sind nur zwei Zeilen in einer Datei mit dem Namen <em>.htaccess</em> im Stammverzeichnis der Website nötig:</p>

<p><strong>www entfernen per <em>.htaccess</em> Datei</strong></p>

<code>RewriteCond %{HTTP_HOST} ^www\.([^\.]+\.[^\.]+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]</code>

<p>Oder: <strong>www hinzufügen per <em>.htaccess</em> Datei</strong></p>

<code>RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301,L]</code>



	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F&amp;title=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach&amp;notes=Es%20ist%20wichtig%2C%20dass%20eine%20Website%20unter%20nur%20einer%20eindeutigen%20URL%20erreichbar%20ist%20-%20das%20geht%20simpel%20per%20301%20Redirect%20in%20einer%20.htaccess%20Datei..." title="del.icio.us"><img src="http://popthis.de/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F&amp;t=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach" title="Facebook"><img src="http://popthis.de/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F&amp;title=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach&amp;annotation=Es%20ist%20wichtig%2C%20dass%20eine%20Website%20unter%20nur%20einer%20eindeutigen%20URL%20erreichbar%20ist%20-%20das%20geht%20simpel%20per%20301%20Redirect%20in%20einer%20.htaccess%20Datei..." title="Google Bookmarks"><img src="http://popthis.de/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F&amp;bm_description=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach&amp;plugin=soc" title="MisterWong.DE"><img src="http://popthis.de/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://popthis.de/feed/" title="RSS"><img src="http://popthis.de/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F&amp;t=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach&amp;s=Es%20ist%20wichtig%2C%20dass%20eine%20Website%20unter%20nur%20einer%20eindeutigen%20URL%20erreichbar%20ist%20-%20das%20geht%20simpel%20per%20301%20Redirect%20in%20einer%20.htaccess%20Datei..." title="Tumblr"><img src="http://popthis.de/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=WWW%20entfernen%20oder%20hinzuf%C3%BCgen%20per%20.htaccess%20301%20-%20einfach%20-%20http%3A%2F%2Fpopthis.de%2Fwww-entfernen-hinzufuegen-per-htaccess%2F" title="Twitter"><img src="http://popthis.de/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Ähnliche Posts<ol><li><a href='http://popthis.de/kurze-urls-mit-google/' rel='bookmark' title='Permanent Link: Kurze URLs mit goo.gl von Google'>Kurze URLs mit goo.gl von Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://popthis.de/www-entfernen-hinzufuegen-per-htaccess/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kurze URLs mit goo.gl von Google</title>
		<link>http://popthis.de/kurze-urls-mit-google/</link>
		<comments>http://popthis.de/kurze-urls-mit-google/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:26:05 +0000</pubDate>
		<dc:creator>popthis</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[goo.gl]]></category>
		<category><![CDATA[Kurze URL]]></category>

		<guid isPermaLink="false">http://popthis.coffeeandspace.com/?p=77</guid>
		<description><![CDATA[Es gibt eine Reihe populäre URL-Shortener-Services im Web wie bit.ly oder ow.ly. Seit kurzem hat auch Google einen eigenen URL-Shortener: goo.gl]]></description>
			<content:encoded><![CDATA[<img src="http://popthis.de/wp-content/uploads/2010/03/Bildschirmfoto-2010-03-15-um-21.23.15.png" alt="goo.gl" title="goo.gl" width="439" height="82" class="aligncenter size-full wp-image-78" />

<p>Es gibt eine Reihe populäre URL-Shortener-Services im Web wie <a href="http://bit.ly/">bit.ly</a> oder <a href="http://ow.ly/">ow.ly</a>. Seit kurzem hat auch Google einen eigenen URL-Shortener: <a href="http://goo.gl/">goo.gl</a></p>

<p>Am einfachsten verkürzt man URLs mit goo.gl per <a href="https://chrome.google.com/extensions/detail/fdndabnoclcmkbdgakdhdpjghagfnapj">Google Chrome Extension</a></p>

<a href="http://goo.gl/qr6d"><img src="http://popthis.de/wp-content/uploads/2010/03/Bildschirmfoto-2010-03-15-um-21.34.05.png" alt="goo.gl Short URL" title="goo.gl Short URL" width="196" height="69" class="aligncenter size-full wp-image-85" /></a>



	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F&amp;title=Kurze%20URLs%20mit%20goo.gl%20von%20Google&amp;notes=Es%20gibt%20eine%20Reihe%20popul%C3%A4re%20URL-Shortener-Services%20im%20Web%20wie%20bit.ly%20oder%20ow.ly.%20Seit%20kurzem%20hat%20auch%20Google%20einen%20eigenen%20URL-Shortener%3A%20goo.gl" title="del.icio.us"><img src="http://popthis.de/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F&amp;t=Kurze%20URLs%20mit%20goo.gl%20von%20Google" title="Facebook"><img src="http://popthis.de/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F&amp;title=Kurze%20URLs%20mit%20goo.gl%20von%20Google&amp;annotation=Es%20gibt%20eine%20Reihe%20popul%C3%A4re%20URL-Shortener-Services%20im%20Web%20wie%20bit.ly%20oder%20ow.ly.%20Seit%20kurzem%20hat%20auch%20Google%20einen%20eigenen%20URL-Shortener%3A%20goo.gl" title="Google Bookmarks"><img src="http://popthis.de/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F&amp;bm_description=Kurze%20URLs%20mit%20goo.gl%20von%20Google&amp;plugin=soc" title="MisterWong.DE"><img src="http://popthis.de/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://popthis.de/feed/" title="RSS"><img src="http://popthis.de/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F&amp;t=Kurze%20URLs%20mit%20goo.gl%20von%20Google&amp;s=Es%20gibt%20eine%20Reihe%20popul%C3%A4re%20URL-Shortener-Services%20im%20Web%20wie%20bit.ly%20oder%20ow.ly.%20Seit%20kurzem%20hat%20auch%20Google%20einen%20eigenen%20URL-Shortener%3A%20goo.gl" title="Tumblr"><img src="http://popthis.de/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Kurze%20URLs%20mit%20goo.gl%20von%20Google%20-%20http%3A%2F%2Fpopthis.de%2Fkurze-urls-mit-google%2F" title="Twitter"><img src="http://popthis.de/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Ähnliche Posts<ol><li><a href='http://popthis.de/www-entfernen-hinzufuegen-per-htaccess/' rel='bookmark' title='Permanent Link: WWW entfernen oder hinzufügen per .htaccess 301 &#8211; einfach'>WWW entfernen oder hinzufügen per .htaccess 301 &#8211; einfach</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://popthis.de/kurze-urls-mit-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Sekunden Drupal Installation per Terminal in OSX</title>
		<link>http://popthis.de/10-sekunden-drupal-installation-per-terminal-in-osx/</link>
		<comments>http://popthis.de/10-sekunden-drupal-installation-per-terminal-in-osx/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:20:30 +0000</pubDate>
		<dc:creator>popthis</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://popthis.coffeeandspace.com/?p=23</guid>
		<description><![CDATA[Wer viele Drupal-Websites erstellt, kann die Installation 10 Sekunden per Copy &#038; Paste erledigen. Öffne dein Terminal in OSX und feuer folgenden Code ab]]></description>
			<content:encoded><![CDATA[<p>Drupal ist ein beeindruckendes Open Source Content Management System / Framework. Um Drupal auf einem Webserver zu installieren, sind folgende Schritte nötig:</p>
<ol>
	<li>Drupal herunterladen von <a title="Drupal herunterladen" href="http://drupal.org" target="_blank">Drupal.org</a></li>
	<li>Archiv <em>drupal-X.XX.tar.gz</em> entpacken</li>
	<li>Alle Dateien aus dem Ordner <em>drupal-X.XX</em> per FTP auf dem Webserver laden</li>
	<li>Die Ordner <em>sites/default/modules</em> und <em>sites/default/files</em> erstellen</li>
	<li>Den Ordner <em>sites/default/files</em> beschreibbar machen per <em>CHMOD 777</em></li>
	<li>Die Datei <em>sites/default/default.settings.php</em> duplizieren und die neue Datei <em>settings.php</em> nennen</li>
	<li>Die Drupal-Installationsseite auf <em>meineseite.de/install.php</em> öffnen</li>
</ol>

<p><strong>Wer viele Drupal-Websites erstellt, kann diese Schritte in 10 Sekunden per Copy &amp; Paste erledigen.<br />Öffne dein Terminal in OSX und feuer folgenden Code ab:</strong></p>

<code>wget http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz
for i in *tar.gz; do tar -zxvf $i; done
mv drupal-6.16/* drupal-6.16/.htaccess .
rm -r drupal-* *.tar.gz

mkdir sites/all/modules sites/all/themes sites/default/files
cp sites/default/default.settings.php sites/default/settings.php
chmod 777 sites/default/files sites/default/settings.php
</code>

<p>Kopiere einfach den gesamten Code ins Terminal, um alle oben genannten Schritte in einem Rutsch zu erledigen. Danach kannst du die Drupal-Installationsseite im Browser öffnen: <em>meineseite.de/install.php</em></p>

<p align="center"><strong>Fertig!</strong></p>

<p><a href="http://popthis.de/wp-content/uploads/2010/03/drupal-installation.png"><img src="http://popthis.de/wp-content/uploads/2010/03/drupal-installation-1024x765.png" alt="Drupal Installation" title="Drupal Installation" width="700" height="522" class="alignnone size-large wp-image-46" /></a></p>

<p><strong><span style="font-weight: normal;">Im Terminal wird dir etwa dieser Verlauf angezeigt:</span></strong></p>

<code>Paula:Mein-Ordner Paula$ wget http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz
--19:06:40--  http://ftp.drupal.org/files/projects/drupal-6.16.tar.gz
=> `drupal-6.16.tar.gz'
Resolving ftp.drupal.org... 64.50.236.52
Connecting to ftp.drupal.org[64.50.236.52]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,090,616 [application/x-gzip]

100%[============================================================================>] 1,090,616    408.67K/s

19:06:43 (407.83 KB/s) - `drupal-6.16.tar.gz' saved [1090616/1090616]

Paula:Mein-Ordner Paula$ for i in *tar.gz; do tar -zxvf $i; done
x drupal-6.16/
...
x drupal-6.16/themes/pushbutton/tabs-option-on.png
Paula:Mein-Ordner Paula$ mv drupal-6.16/* drupal-6.16/.htaccess .
Paula:Mein-Ordner Paula$ rm -r drupal-* *.tar.gz
mkdir sites/all/modules sites/all/themes sites/default/files
cp sites/default/default.settings.php sites/default/settings.php
chmod 777 sites/default/files sites/default/settings.php
Paula:Mein-Ordner Paula$ mkdir sites/all/modules sites/all/themes sites/default/files
Paula:Mein-Ordner Paula$ cp sites/default/default.settings.php sites/default/settings.php
Paula:Mein-Ordner Paula$ chmod 777 sites/default/files sites/default/settings.php
Paula:Mein-Ordner Paula$
</code>




	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F&amp;title=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX&amp;notes=Wer%20viele%20Drupal-Websites%20erstellt%2C%20kann%20die%20Installation%2010%20Sekunden%20per%20Copy%20%26%20Paste%20erledigen.%20%C3%96ffne%20dein%20Terminal%20in%20OSX%20und%20feuer%20folgenden%20Code%20ab" title="del.icio.us"><img src="http://popthis.de/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F&amp;t=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX" title="Facebook"><img src="http://popthis.de/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F&amp;title=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX&amp;annotation=Wer%20viele%20Drupal-Websites%20erstellt%2C%20kann%20die%20Installation%2010%20Sekunden%20per%20Copy%20%26%20Paste%20erledigen.%20%C3%96ffne%20dein%20Terminal%20in%20OSX%20und%20feuer%20folgenden%20Code%20ab" title="Google Bookmarks"><img src="http://popthis.de/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F&amp;bm_description=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX&amp;plugin=soc" title="MisterWong.DE"><img src="http://popthis.de/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://popthis.de/feed/" title="RSS"><img src="http://popthis.de/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F&amp;t=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX&amp;s=Wer%20viele%20Drupal-Websites%20erstellt%2C%20kann%20die%20Installation%2010%20Sekunden%20per%20Copy%20%26%20Paste%20erledigen.%20%C3%96ffne%20dein%20Terminal%20in%20OSX%20und%20feuer%20folgenden%20Code%20ab" title="Tumblr"><img src="http://popthis.de/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=10%20Sekunden%20Drupal%20Installation%20per%20Terminal%20in%20OSX%20-%20http%3A%2F%2Fpopthis.de%2F10-sekunden-drupal-installation-per-terminal-in-osx%2F" title="Twitter"><img src="http://popthis.de/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://popthis.de/10-sekunden-drupal-installation-per-terminal-in-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abgerundete Ecken in CSS einfach</title>
		<link>http://popthis.de/abgerundete-ecken-css-einfach-ohne-bilder/</link>
		<comments>http://popthis.de/abgerundete-ecken-css-einfach-ohne-bilder/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:31:44 +0000</pubDate>
		<dc:creator>popthis</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Abgerundete Ecken]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Runde Ecken]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://popthis.coffeeandspace.com/?p=1</guid>
		<description><![CDATA[Es gibt viele Möglichkeiten, die Ecken von HTML-Elementen zu runden. Der einfachste Weg ist jedoch, die abgerundeten Ecken mit nur zwei Zeilen CSS zu erzeugen.]]></description>
			<content:encoded><![CDATA[<p>Alle lieben abgerundete Ecken. Es gibt viele Möglichkeiten, die Ecken von HTML-Elementen zu runden. Ein paar gängige Techniken sind die folgenden:</p>

<ul>
	<li>Verschachtelte HTML-Elemente mit Bildern für die Ecken</li>
	<li>Verschachtelte HTML-Elemente, die per CSS 1 Pixel groß dargestellt und absolut positioniert werden</li>
	<li>Javascript, z.B. per jQuery oder Prototype</li>
</ul>

<p><strong>Der einfachste Weg ist jedoch, die abgerundeten Ecken mit nur zwei Zeilen CSS zu erzeugen:</strong></p>

<code style="-moz-border-radius: 15px;-webkit-border-radius: 15px;">.rounded-corners {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}</code>

<p>Da es leider keine einheitliche Angabe für alle Browser gibt, verwenden wir eine Zeile pro Browser-Engine: <em>-moz</em> für Mozilla-Browser wie Firefox und <em>-webkit</em> für Webkit-Browser wie Safari und Google Chrome.</p>



	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F&amp;title=Abgerundete%20Ecken%20in%20CSS%20einfach&amp;notes=Es%20gibt%20viele%20M%C3%B6glichkeiten%2C%20die%20Ecken%20von%20HTML-Elementen%20zu%20runden.%20Der%20einfachste%20Weg%20ist%20jedoch%2C%20die%20abgerundeten%20Ecken%20mit%20nur%20zwei%20Zeilen%20CSS%20zu%20erzeugen." title="del.icio.us"><img src="http://popthis.de/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F&amp;t=Abgerundete%20Ecken%20in%20CSS%20einfach" title="Facebook"><img src="http://popthis.de/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F&amp;title=Abgerundete%20Ecken%20in%20CSS%20einfach&amp;annotation=Es%20gibt%20viele%20M%C3%B6glichkeiten%2C%20die%20Ecken%20von%20HTML-Elementen%20zu%20runden.%20Der%20einfachste%20Weg%20ist%20jedoch%2C%20die%20abgerundeten%20Ecken%20mit%20nur%20zwei%20Zeilen%20CSS%20zu%20erzeugen." title="Google Bookmarks"><img src="http://popthis.de/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F&amp;bm_description=Abgerundete%20Ecken%20in%20CSS%20einfach&amp;plugin=soc" title="MisterWong.DE"><img src="http://popthis.de/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://popthis.de/feed/" title="RSS"><img src="http://popthis.de/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F&amp;t=Abgerundete%20Ecken%20in%20CSS%20einfach&amp;s=Es%20gibt%20viele%20M%C3%B6glichkeiten%2C%20die%20Ecken%20von%20HTML-Elementen%20zu%20runden.%20Der%20einfachste%20Weg%20ist%20jedoch%2C%20die%20abgerundeten%20Ecken%20mit%20nur%20zwei%20Zeilen%20CSS%20zu%20erzeugen." title="Tumblr"><img src="http://popthis.de/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Abgerundete%20Ecken%20in%20CSS%20einfach%20-%20http%3A%2F%2Fpopthis.de%2Fabgerundete-ecken-css-einfach-ohne-bilder%2F" title="Twitter"><img src="http://popthis.de/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://popthis.de/abgerundete-ecken-css-einfach-ohne-bilder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

