<?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>Codecandies &#187; browser</title>
	<atom:link href="http://codecandies.de/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecandies.de</link>
	<description>Das Weblog von Nico Brünjes.</description>
	<lastBuildDate>Sat, 27 Apr 2013 05:45:02 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title><![CDATA[Verlinkt: CALL FOR ACTION: THE OPEN WEB NEEDS YOU *NOW*]]></title>
		<link><![CDATA[http://www.glazman.org/weblog/dotclear/index.php?post/2012/02/09/CALL-FOR-ACTION:-THE-OPEN-WEB-NEEDS-YOU-NOW]]></link>
		<comments>http://codecandies.de/2012/02/09/call-for-action-the-open-web-needs-you-now/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 15:09:53 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=4784</guid>
		<description><![CDATA[Daniel Glazman, Co-Chairman der W3C CSS Working Group mit einem dramatischen Aufruf zur Rettung der webstandards vor… Webkit!<p><a href="http://codecandies.de/2012/02/09/call-for-action-the-open-web-needs-you-now/" rel="bookmark" title="Permanent link to 'CALL FOR ACTION: THE OPEN WEB NEEDS YOU *NOW*'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Daniel Glazman, Co-Chairman der W3C CSS Working Group mit einem dramatischen Aufruf zur Rettung der Webstandards vor… Webkit!</p>
<p><a href="http://codecandies.de/2012/02/09/call-for-action-the-open-web-needs-you-now/" rel="bookmark" title="Permanent link to 'CALL FOR ACTION: THE OPEN WEB NEEDS YOU *NOW*'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2012/02/09/call-for-action-the-open-web-needs-you-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mehr Spass mit CSS3 in Webkit und Safari</title>
		<link>http://codecandies.de/2010/02/25/mehr-spass-mit-css3-in-webkit-und-safari/</link>
		<comments>http://codecandies.de/2010/02/25/mehr-spass-mit-css3-in-webkit-und-safari/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:15:09 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2870</guid>
		<description><![CDATA[Anmerkung vorne weg: dieser Artikel enth&#228;lt Demonstrationen von CSS-Techniken, die weder in allen Webbrowsern schon noch in RSS-Readern jemals funktionieren…]]></description>
				<content:encoded><![CDATA[<p>Anmerkung vorne weg: dieser Artikel enth&#228;lt Demonstrationen von CSS-Techniken, die weder in allen Webbrowsern <em>schon</em> noch in RSS-Readern <em>jemals</em> funktionieren werden.</p>
<p>Am weitesten bei der Implementierung von <a href="http://www.w3.org/TR/css3-3d-transforms/">CSS 3D Transformationen</a> sind <a href="http://webkit.org/blog/386/3d-transforms/">Webkit (der Browser), Safari4 und mobile Safari (iPhone OS 3)</a>. In meiner Chrome 5.0.322.2dev-Version auf dem Mac funktioniert es noch nicht, sehr wohl aber im iPhone-Simulator. In der folgenden Demo (die nur Nutzer der genannten Browser live sehen k&#246;nnen, f&#252;r die anderen gibt&#8217;s ein Video) wird eine einfache 3D Transformation gezeigt, basierend auf zwei Bildern, von denen eines um 180° auf der Y-Achse gedreht wurde, und dann werden auf &#8220;onclick&#8221; beide Ebenen gedreht. Bitte nicht nachmachen: den onlick-Event habe ich zu Demozwecken inline definiert, sowas macht man nicht. Und so sieht das ganze aus:</p>
<div class="video">
<p><a href="http://www.youtube.com/watch?v=M8i15iEFJaY&#038;fmt=18">http://www.youtube.com/watch?v=M8i15iEFJaY</a></p>
</div>
<div id="flip-container">
<div class="card" onclick="jQuery(this).toggleClass('flipped');">
<div class="front face"><img src="http://codecandies.de/wp-content/uploads/2010/02/vlcsnap-00009-620x353.png" alt="Jay und Bob" /></div>
<div class="back face"><img src="http://codecandies.de/wp-content/uploads/2010/02/vlcsnap-00014-620x353.png" alt="Jay und Bob" /></div>
</div>
</div>
<p>Nebenbei, die Bilder sind &#252;brigens aus <em>Clerks II</em>, ein von mir dringend empfohlener Streifen &#252;ber die soziale Lage in den USA. Hier jedoch zun&#228;chst als Beweis sozusagen der HTML-Code auf dem der Trick beruht:</p>
<pre class="brush: xml; title: ; notranslate">&lt;div id=&quot;flip-container&quot;&gt;
    &lt;div class=&quot;card&quot; onclick=&quot;jQuery(this).toggleClass('flipped');&quot;&gt;
        &lt;div class=&quot;front face&quot;&gt;
            &lt;img src=&quot;img/00009-620x353.png&quot; alt=&quot;Jay und Bob&quot; /&gt;
        &lt;/div&gt;
        &lt;div class=&quot;back face&quot;&gt;
            &lt;img src=&quot;img/00014-620x353.png&quot; alt=&quot;Jay und Bob&quot; /&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</pre>
<p>Und hier das CSS mit allen Erkl&#228;rungen in den Kommentaren.</p>
<pre class="brush: css; title: ; notranslate">#flip-container {
    display: none; /* unsichtbar, stattdessen ist .video zu sehen */
    position: relative;
    width: 620px;
    height: 353px;
    z-index: 1;
}


/* 
*  Hier die Magic, Teil 1:
*  mit diesem CSS-Mediaquery wird auf die F&#228;higkeit
*  gepr&#252;ft, CSS 3D darstellen zu k&#246;nnen
*  siehe auch: http://reference.sitepoint.com/css/mediaqueries
*/
@media all and (-webkit-transform-3d) {
    
    .video {display:none;} /* Video ausblenden */
    
    #flip-container {
        cursor: pointer;
        display: block; /* ausgeblendeten Container einblenden */
        -webkit-perspective: 800; /* unser Betrachtungsabstand zum Objekt, 200 w&#228;re sehr nah, 1200 weit weg… */
    }
    
    .card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d; /* weitere M&#246;glichkeit: &quot;flat&quot;, aber dann w&#228;re der sch&#246;ne Effekt des Drehens weg */
        -webkit-transition: -webkit-transform 1s; /* Dauer einer Drehung */
    }
    
    .face.back {
        /* 
        *  Magic Teil 2:
        *  Das zweite Bild wird an der Y-Achse um 180° gedreht und ist dann hinter dem ersten Bild.
        */
        -webkit-transform: rotateY(180deg);
    }
    
    .face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* gibt an, welches der beiden Bilder zu sehen ist, hier: das HINTERE ist versteckt */
    }
    
    .card.flipped {
        /* 
        *  Der Magic dritter Teil:
        *  per onclick wird die Klasse .flipped an das Element gesetzt,
        *  die Transformation l&#228;uft ab, mit dem Zeitweit der Klasse .card, also 1s 
        */
        -webkit-transform: rotateY(180deg);
    }
    
} /* Ende: @media */</pre>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2010/02/25/mehr-spass-mit-css3-in-webkit-und-safari/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: 10 ways to make Internet Explorer]]></title>
		<link><![CDATA[http://www.catswhocode.com/blog/10-ways-to-make-internet-explorer-act-like-a-modern-browser]]></link>
		<comments>http://codecandies.de/2010/02/02/10-ways-to-make-internet-explorer/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:55:44 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2725</guid>
		<description><![CDATA[At a time where new and powerful techniques as such as HTML5 and CSS3 are emerging, it’s not surprising that…<p><a href="http://codecandies.de/2010/02/02/10-ways-to-make-internet-explorer/" rel="bookmark" title="Permanent link to '10 ways to make Internet Explorer'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p><q>At a time where new and powerful techniques as such as HTML5 and CSS3 are emerging, it’s not surprising that IE can’t handle them correctly. Luckily, a few tricks can make your life easier.</q>.</p>
<p><a href="http://codecandies.de/2010/02/02/10-ways-to-make-internet-explorer/" rel="bookmark" title="Permanent link to '10 ways to make Internet Explorer'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2010/02/02/10-ways-to-make-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: ie-css3.js]]></title>
		<link><![CDATA[http://www.keithclark.co.uk/labs/ie-css3/]]></link>
		<comments>http://codecandies.de/2010/01/21/ie-css3-js/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:50:12 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2717</guid>
		<description><![CDATA[ie-css3.js allows Internet Explorer to identify CSS3 pseudo selectors and render any style rules defined with them. Ich will das…<p><a href="http://codecandies.de/2010/01/21/ie-css3-js/" rel="bookmark" title="Permanent link to 'ie-css3.js'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p><q>ie-css3.js allows Internet Explorer to identify CSS3 pseudo selectors and render any style rules defined with them.</q> Ich will das nicht!!1!</p>
<p><a href="http://codecandies.de/2010/01/21/ie-css3-js/" rel="bookmark" title="Permanent link to 'ie-css3.js'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2010/01/21/ie-css3-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla 3.6beta</title>
		<link>http://codecandies.de/2009/11/01/mozilla-3-6beta/</link>
		<comments>http://codecandies.de/2009/11/01/mozilla-3-6beta/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 09:54:31 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2406</guid>
		<description><![CDATA[<p>Die ersten Beta-Versionen des neuen Firefox stehen bereit und es zeigt sich: mit dem 3.7er Rekease wird Mozilla in Sachen CSS3 gewaltig auf seine Konkurrenten Safari und Chrome aufholen, teilweise geht Firefox sogar schon weiter. Damit r&#252;ckt CSS3 immer mehr in den Focus der Webentwicklung.</p>]]></description>
				<content:encoded><![CDATA[<p>Seit vorgestern gibt es die erste <a href="https://developer.mozilla.org/devnews/index.php/2009/10/30/firefox-3-6-beta-1-is-now-available-for-download/">Betaversion des Firefox 3.6 zum Download</a> und es gibt damit einige recht interessante Neuerungen im Bereich CSS.</p>
<p><span id="more-2406"></span></p>
<h3>-moz-background-size</h3>
<p>Da ist Mozilla ja etwas hinterher gewesen, denn die Gr&#246;&#223;e des Hintergrundbildes anzupassen gestatten <a href="http://www.css3.info/preview/background-size/">andere Browser schon l&#228;nger</a> (Opera ab 9.5, Safari3 und Konqueror). Dabei l&#228;sst sich das Hintergrundbild von der <code>-moz-background-origin</code> auf verschiedene Arten vergr&#246;&#223;ern und/oder verkleinern. Neben Angaben in L&#228;nge oder Prozent, sind auch Schl&#252;sselw&#246;rter wie <code>auto</code>, <code>contain</code> (so gro&#223; wie m&#246;glich, wenn das Bild kleiner als die Gr&#246;&#223;e des Container ist) und <code>cover</code> (so klein wie m&#246;glich, wenn das Bild gr&#246;&#223;er ist) erlaubt. Die letzten beiden Schl&#252;sselw&#246;rter sind bisher firefoxpropriet&#228;r.</p>
<h3>image-rendering</h3>
<p>Passend dazu wird die Eigenschaft <code>image-rendering</code> eingef&#252;hrt, eine Analogie zu Microsofts <code>-ms-interpolation-mode</code>. W&#228;hrend man bei M$ aber zwischen <code>bicubic</code> und <code>nearest-neighbour</code> w&#228;hlen kann, bietet Mozilla vier Werte an: <code>auto</code>, <code>optimizeQuality</code>, <code>optimizeSpeed</code> und <code>-moz-crisp-edges</code>. Wobei im Moment zumindest gilt: auto = optimizeQuality und optimizeSpeed = -moz-crisp-edges. Jedenfalls soll damit dem Browser eine Renderingmethode f&#252;r vergr&#246;&#223;erte oder verkleinerte Bilder an die Hand gegeben werden.</p>
<h3>-moz-linear/radial-gradient</h3>
<p>Ebenfalls neu und im Hintergrund t&#228;tig sind <code>-moz-linear-gradient</code> und <code>-moz-radial-gradient</code>. Firefox stellt damit die M&#246;glichkeit zur Verf&#252;gung, Farbverl&#228;ufe zu generieren, die sich in der Verlaufsrichtung genauso beeinflussen lassen, wie in den Verlaufsl&#228;nge. Au&#223;erdem k&#246;nnen beliebig viele Vias bzw <code>color-stop</code>s agebeben werden, d.h. man kann auch (wenn man das will) Regebogenverl&#228;ufe erzielen. Democode dazu:</p>
<pre><code>background: -moz-linear-gradient(left, right,
    from(red),
    color-stop(16%, orange),
    color-stop(32%, yellow),
    color-stop(48%, green),
    color-stop(64%, blue),
    color-stop(80%, indigo),
    to(violet));</code></pre>
<p>Neben den Farbschl&#252;sselw&#246;rtern funktionieren nat&#252;rlich auch Hexoces, <code>rgb()</code> und (Achtung!) auch <code>rgba()</code>, also auch Transparenzen.</p>
<p>Dieses Feature gibt es &#252;brigens auch schon bei anderen Browsern, n&#228;mlich seit IE 5.5 als <code>filter: progid:DXImageTransform.Microsoft.Gradient()</code> und auch in Safari 4, als <code>-webkit-gradient(linear,…)</code> (man ist sich mal wieder nicht &#252;ber die Syntax einig).</p>
<h3>Weitere Mediaqueries</h3>
<p>Bereits ab Version 3.5 unterst&#252;tzt Firefox die <a href="http://www.w3.org/TR/css3-mediaqueries/">CSS3 media queries</a>, womit man Stylesheets anhand bestimmter Eigenschaften des Mediums ausw&#228;hlen kann, auf dem eine Website angezeigt wird. Einige Ber&#252;hmtheit hat dieses Feature bereits durch das iPhone erlangt, denn mit <code>&lt;link media=&quot;only screen and (max-device-width: 480px)&quot; href=&quot;../iphone.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot;/&gt;</code> kann man eben ein Medium ansteuern, dessen maximale Darstellungsbreite 480px ist, also bspw. das iPhone. Solche queries kann man &#252;ber viele Eigenschaften machen, bspw. Farbtiefe, Seitenverh&#228;ltnis des Bildschirms, dessen H&#246;he und Breite, die H&#246;he und Breite des Viewports und einige mehr.</p>
<p>Firefox ab 3.6 kann noch ein paar mehr, mozilla spezifische Queries verstehen und auswerten. Damit lassen sich tats&#228;chlich sehr spezielle Dinge &#252;ber das genutzte Medium erfahren, zum Beispiel, ob die Website unter einem ungethemeten Windows angezeigt wird (<code>moz-windows-classic</code>) oder unter OS X mit „Graphite” Erscheinungsbild (<code>-moz-mac-graphite-theme</code>) oder eben – und das wirds m.M. nach interessant – ob ein Touchscreen vorliegt: <code>-moz-touch-enabled</code>. Mit letzterm k&#246;nnte man bspw. auch f&#252;r Touchscreens das normale CSS verwenden, aber Buttons einfach ein wenig vergr&#246;&#223;ert darstellen. Da ist noch einiges drin… zur Zeit aber nur propriet&#228;r f&#252;r Firefox.</p>
<h3>:indeterminate</h3>
<p>Ich geb hier mal zu, dass ich nicht wusste, dass man mit Javascript seit Firefox 3.2 eine Checkbox den Zustand „indeterminate” zuweisen kann <code>document.getElementById(”check1″).indeterminate = true;</code>, oder <a href="https://developer.mozilla.org/web-tech/2009/02/05/a-new-checkbox-type/">was es damit auf sich hat</a> (wenn man das Beispiel sieht, ist alles klar). Ab FF3.6 kann man diesen Zustand &#252;ber eine CSS-Pseudoklasse nutzen, also bspw. die Hintergrundfarbe des Checkbox &#228;ndern.</p>
<h3>WOFF</h3>
<p>Und <em>last but not least</em> unterst&#252;tzt Firefox 3.6 das Fontformat <a href="http://people.mozilla.com/~jkew/woff/woff-2009-09-16.html">WOFF</a> (Web Open Font Format). WOFF erkl&#228;rt sich so:</p>
<blockquote cite="https://developer.mozilla.org/en/CSS/@font-face"><p>WOFF (Web Open Font Format) is a new web font format developed by Mozilla in concert with Type Supply, LettError, and other organizations. It uses a compressed version of the same table-based sfnt structure used by TrueType, OpenType, and Open Font Format, but adds metadata and private-use data structures, including predefined fields allowing foundries and vendors to provide license information if desired.</p>
 <p class="citesource"><cite><a href="https://developer.mozilla.org/en/CSS/@font-face">developer.mozilla.org</a></cite></p></blockquote>
<p>Ich sag mal <a href="http://www.edenspiekermann.com/woff/">Erik Spiekermann bef&#252;rwortet das neue Format</a> und es sieht so aus, als das dies der Weg aus der Linzenzfalle beim einbetten von Schriften via <a href="http://codecandies.de/2009/06/30/embedden-sie-jetzt/"><code>@font-face</code></a> ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/11/01/mozilla-3-6beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>@font-face considered harmful?</title>
		<link>http://codecandies.de/2009/10/14/font-face-considered-harmful/</link>
		<comments>http://codecandies.de/2009/10/14/font-face-considered-harmful/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:11:05 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2380</guid>
		<description><![CDATA[<p>Eingehende Tests der @font-face-Implementierung in diversen Browsern hat ergeben: wenn man nicht aufpasst, kann das Einbetten von Schriftarten zu einer echten Performancefalle werden. F&#252;r strakfrequentierte Webseiten derzeit noch keine Perspektive.</p>]]></description>
				<content:encoded><![CDATA[<p>Nachdem sich die Kunde von den <a href="http://codecandies.de/2009/06/30/embedden-sie-jetzt/">M&#246;glichkeiten des Fontembedding</a> nun reichlich verbreitet hat, tauchen leider die ersten Problme auf. <a href="http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/" title="@font-face and performance">Steve Sounders hat einige Quellen zu Problemen beim Fontembedding zusammengefasst und eigene Untersuchungen angestellt</a>, unbedingt lesen bitte, auch wenn ich hier kurz die unliebsamen Fakten zusammenfasse: im Bereich <em>high performance websites</em> muss man wohl von <code>@font-face</code> zun&#228;chst mal Abstand nehmen.</p>
<p>Nat&#252;rlich ist es mal wieder die Internet-Explorer-Familie, die extreme Perdormanceprobleme aufweisen, aber auch s&#228;mtliche andere Browser bekleckern sich im Umgang mit der noch recht jungen Technologie kaum mit Ruhm. <abbr title="FlashOfUnstyledText">FOUT</abbr> – <q>flash of unstyled text</q> ist dabei noch das kleinste Problem, wenn die Fontdateien nicht schnell genug vom Server geliefert werden. In IEs wirkt sich das noch schlimmer aus: bis zum Download des Fonts zeigt <em>Bill Gates Rache</em> <strong>gar nichts an</strong>. In anderen Browsern bleiebn nur die Textteile, die mit <code>@font-face</code> gerendert werden sollen unsichtbar, Firefox zeigt die Ausweichschrift(en) an.</p>
<p>Solchen (und den anderen im Text genannten) Performancefallen kann man nat&#252;rlich mit Caching, Zipping und &#228;hnlichzen Techniken begegnen. Ob man sich aber den Aufwand leisten will, bereits zum jetzigen Zeitpunkt, ich stelle das mal in Frage…</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/10/14/font-face-considered-harmful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geolocating Webbrowser</title>
		<link>http://codecandies.de/2009/07/21/geolocating-webbrowser/</link>
		<comments>http://codecandies.de/2009/07/21/geolocating-webbrowser/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 07:31:26 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2218</guid>
		<description><![CDATA[Hmm, obwohl George Orwells 1984 praktisch schon vor der T&#252;r steht finde ich immer wieder gefallen an mobilen Webanwendungen und…]]></description>
				<content:encoded><![CDATA[<p>Hmm, obwohl George Orwells 1984 <a href="http://anmutunddemut.de/2009/07/20/gleicher">praktisch schon vor der T&#252;r steht</a> finde ich immer wieder gefallen an mobilen Webanwendungen und damit nat&#252;rlich auch Dinge wie <a href="http://benwerd.com/2009/07/geolocation-in-html-5-and-javascript/">HTML5 Geolocating im Webbrowser mit Javascript</a>. &#220;ber eine Ssssst… einfache API erf&#228;hrt man namlich bei Firefox 3.5 und Safari 3.0 (auf dem iPhone), wo sich der eben Browsende gerade befindet, und zwar u.a. mit den Werten  geografische L&#228;nge und Breite und H&#246;he, sowie Richtung und Geschwindigkeit. Das funktioniert bei Ger&#228;ten mit GPS ernsthaft, ansonsten werden Einwahlpunkt und &#228;hnliches herangezogen. Cooles Feature, my ass.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/07/21/geolocating-webbrowser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Youtube olé!</title>
		<link>http://codecandies.de/2009/07/14/youtube-ole/</link>
		<comments>http://codecandies.de/2009/07/14/youtube-ole/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:52:22 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2204</guid>
		<description><![CDATA[Youtube droppt den IE6. Coole Schau. Via TechCrunch (ausnahmsweise).]]></description>
				<content:encoded><![CDATA[<div class="medium"><a class="thickbox" href="http://codecandies.de/wp-content/uploads/2009/07/youtube.png"><img src="http://codecandies.de/wp-content/uploads/2009/07/youtube-340x272.png" alt="youtube" title="youtube" width="340" height="272" class="alignnone size-medium wp-image-2205" /></a>
<p>Youtube <em>droppt</em> den IE6. Coole Schau.</p>
</div>
<p>Via <a href="http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/">TechCrunch</a> (ausnahmsweise).</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/07/14/youtube-ole/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedden Sie jetzt!</title>
		<link>http://codecandies.de/2009/06/30/embedden-sie-jetzt/</link>
		<comments>http://codecandies.de/2009/06/30/embedden-sie-jetzt/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:46:01 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2145</guid>
		<description><![CDATA[Mit @font-face lassen sich Schriften in Webseiten einbetten. Machen Sie das! Ok, es ist soweit, mit dem neuen Firefox 3.5…]]></description>
				<content:encoded><![CDATA[<div class="medium"><a class="thickbox" title="Embedded Font im Firefox 3.5rc3" href="http://codecandies.de/wp-content/uploads/2009/06/fontatfirefox.jpg"><img src="http://codecandies.de/wp-content/uploads/2009/06/fontatfirefox-340x123.jpg" alt="fontatfirefox" title="fontatfirefox" width="340" height="123" class="alignnone size-medium wp-image-2148" /></a>
<p>Mit <code>@font-face</code> lassen sich Schriften in Webseiten einbetten. Machen Sie das!</p>
</div>
<p>Ok, es ist soweit, mit dem neuen <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">Firefox 3.5</a> (und Safari 4 und <a href="http://www.opera.com/browser/next/">Opera 10beta</a>), steht immer mehr Nutzern unserer Websites <em>Font<del>embedding</del><ins>downloading<sup><a href="#star1">1</a></sup></ins></em> zur Verf&#252;gung. Damit widerum steht der fl&#228;chendeckenden Umsetzung  typographisch ordentlich gestylter Websites nicht mehr viel im Weg, ausser nat&#252;rlich die IE-Familie, aber die ignorieren wir hier einfach einmal.<sup><a href="#star2">2</a></sup></p>
<p><span id="more-2145"></span></p>
<h4>Und so geht&#8217;s</h4>
<p>Das obige Beispiel nutzt das Embedding, der Code daf&#252;r sieht ungef&#228;hr so aus:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: normal;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
h1 {
	font: normal 3em/120% Kaffeesatz, sans-serif;
	text-shadow: 1px 1px 1px #eee;
}</code></pre>
<p>Der genutzte Font ist die unter CC Lizenz stehende <a href="http://yanone.de/typedesign/kaffeesatz/">Kaffeesatz</a>. Der Code ist vielleicht nicht ganz selbst erkl&#228;rend: mit <code>@font-face</code> legen wir selbst eine Font fest, den Namen der <code>font-family</code> kann man dabei frei w&#228;hlen, ein dem Font nahe stehender Name empfiehlt sich nat&#252;rlich. Als <code>src</code> wird der Pfad zum <abbr title="Open Type Font">OTF</abbr>- oder <abbr title="TrueTypeFont">TTF</abbr>-File angegeben, danach noch das <code>format</code>. Fertig. Damit steht uns die <code>font-family</code> „Kaffeesatz” zur weiteren Nutzung zu Verf&#252;gung. Das <code>H1</code> macht auch gleich Gebrauch davon, noch ein wenig vers&#252;sst mit etwas CSS3-<code>text-shadow</code> (wenn wir auf den IE sch…sen, dann aber richtg).</p>
<h4>Mehr Gewicht, bitte</h4>
<p>Folgendes ist zu beachten: wir haben bis hier nur den Font f&#252;r die <code>font-weight</code> <em>normal</em> definiert. Wollen wir eine <em>bold</em>e Schrift, muss ein Font daf&#252;r <em>embedded</em> werden, und zwar bspw. so:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: normal;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: bold;
    src: url(fonts/YanoneKaffeesatz-Bold.otf) format('opentype');
}
h1 {
	font: normal 3em/120% Kaffeesatz,sans-serif;
	text-shadow: 1px 1px 1px #eee;
}
h2 {
    font: bold 2em/120% Kaffeesatz, sans-serif;
    text-transform: uppercase;
}</code></pre>
<p>In diesem Falle w&#252;rden die H2s bold gesetzt, da wir hierf&#252;r <em>YanoneKaffeesatz-Bold.otf</em> embedded haben. &#196;hnliches k&#246;nnen wir nun auch mit <code>font-style: italic</code> anstellen.</p>
<p>Nochmal zur&#252;ck zur Fettung: <del>Safari kann einige Fettungsstufen mehr anzeigen als Firefox</del>. Unterst&#252;tzt wird eine genauere Abstufung des Fettungsgrades, wenn man bspw. einen Font hat die Kaffeesatz. Das kann dann so aussehen:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: 100;
    src: url(fonts/YanoneKaffeesatz-Thin.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 300;
    src: url(fonts/YanoneKaffeesatz-Light.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 400;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 700;
    src: url(fonts/YanoneKaffeesatz-Bold.otf) format('opentype');
}</code></pre>
<p>Das geht sicherlich auch mit <em>keywords</em> wie „light” oder „bolder” etc.</p>
<div class="medium"><a class="thickbox" href="http://codecandies.de/wp-content/uploads/2009/06/schriftenvergleich.gif"><img src="http://codecandies.de/wp-content/uploads/2009/06/schriftenvergleich-340x215.gif" alt="schriftenvergleich" title="schriftenvergleich" width="340" height="215" class="alignnone size-medium wp-image-2155" /></a>
<p>Das Fontrendering unterscheidet sich mitunter, links Firefox, rechts Safari 4 (Mac).</p></div>
<h4>Fonts von der Platte zuerst</h4>
<p>Was ja auch angehen kann, ist dass man eher einen Font nutzen m&#246;chte, der sowieso schon lokal vorhanden ist und nur wenn dieser nicht vorhanden ist, will man einen Download anbieten. Geht auch, wie man bei <a href="http://hacks.mozilla.org/2009/06/beautiful-fonts-with-font-face/">John Dagget</a> nachlesen kann, mit der Eigenschaft „local”:</p>
<pre><code>@font-face {
  font-family: NeueHelvetica;
  src: local("Helvetica Neue"), 
       local("HelveticaNeue"), 
       url(fonts/MgOpenModernaRegular.ttf);
}</code></pre>
<p>Hier sind zwei <code>local</code> angegeben, &#252;ber diese Liste wird iteriert, genauso wie in der normalem <code>font-family</code> Zuweisung, wo die Schriften durch Kommata getrennt werden (das diese Zusammenstellung von Namen nicht immer ganz einfach ist, <a href="http://www.qxm.de/webdesign/20080317-155549/helvetica-neue-light-in-firefox-3">lesen wir bei Herrn Preidel</a>).</p>
<h4>Und nun?</h4>
<p>Nat&#252;rlich sollte man nur Schriften nehmen, die man auch f&#252;rs embedding benutzen darf, sonst gibt&#8217;s schnell Lizenz&#228;rger. <a href="http://opentype.info/blog/2008/08/05/10-great-free-fonts-for-font-face-embedding/">Hier gibt&#8217;s ein paar freie Schriften</a>, die das ausdr&#252;cklich zulassen. Ach ja und zum guten Schluss, sollte man <code>font-size-adjust</code> <a title="Peter Kr&#246;ner: Sch&#246;nes neues CSS: font-size-adjust" href="http://www.peterkroener.de/schoenes-neues-css-font-size-adjust/">auf keinen Fall vergssen</a>.</p>
<h4>Updates</h4>
<p id="star1"><sup>1)</sup> Von „Embedding“ zu sprechen ist eigentlich nicht richtig, weil der Font tats&#228;chlich auf den Rechner des Nutzers heruntergeladen wird. Das schl&#228;gst sich nat&#252;rlich auch in der Gr&#246;&#223;e der Website nieder und ist auch f&#252;r die Lizenzfrage nicht unerheblich.</p>
<p id="star2"><sup>2)</sup> Na gut, ich hab noch einen Link <a href="http://codecandies.de/2008/11/05/font-face-in-ie-making-web-fonts-work/">aus meinen Bookmarks geangelt</a>, der mehr in Sachen IE verr&#228;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/06/30/embedden-sie-jetzt/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>No sniffing please</title>
		<link>http://codecandies.de/2009/05/14/no-sniffing-please/</link>
		<comments>http://codecandies.de/2009/05/14/no-sniffing-please/#comments</comments>
		<pubDate>Thu, 14 May 2009 20:24:42 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2047</guid>
		<description><![CDATA[Nur ganz kurz: It is entirely possible to encounter IE8 sending the IE7 User Agent string to the server while…]]></description>
				<content:encoded><![CDATA[<p>Nur ganz kurz:</p>
<blockquote cite="http://farukat.es/journal/2009/05/245-ie8-and-the-x-ua-compatible-situation"><p><strong>It is entirely possible to encounter IE8 sending the IE7 User Agent string to the server while using the IE8 Standards Mode rendering engine; conversely, you can encounter the IE8 User Agent string while rendering in IE7’s engine.</strong></p>
<p>If there ever was an argument against merely sniffing the User Agent string to base your code off of, this would be it.</p>
 <p class="citesource"><cite><a href="http://farukat.es/journal/2009/05/245-ie8-and-the-x-ua-compatible-situation">farukat.es</a></cite></p></blockquote>
<p><a href="http://farukat.es/journal/2009/05/245-ie8-and-the-x-ua-compatible-situatio">Faruk Ateş: IE8 and the X-UA-Compatible situation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/05/14/no-sniffing-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: The Web Browser Address Bar is the New Command Line]]></title>
		<link><![CDATA[http://www.codinghorror.com/blog/archives/001265.html]]></link>
		<comments>http://codecandies.de/2009/05/12/the-web-browser-address-bar-is-the-new-command-line/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:08:46 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2040</guid>
		<description><![CDATA[Apparently we&#8217;ve spent the last 20 years reimplementing the UNIX command line in the browser. →<p><a href="http://codecandies.de/2009/05/12/the-web-browser-address-bar-is-the-new-command-line/" rel="bookmark" title="Permanent link to 'The Web Browser Address Bar is the New Command Line'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p><q>Apparently we&#8217;ve spent the last 20 years reimplementing the UNIX command line in the browser.</q></p>
<p><a href="http://codecandies.de/2009/05/12/the-web-browser-address-bar-is-the-new-command-line/" rel="bookmark" title="Permanent link to 'The Web Browser Address Bar is the New Command Line'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/05/12/the-web-browser-address-bar-is-the-new-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diese Seite funktioniert auch im IE6</title>
		<link>http://codecandies.de/2009/03/25/diese-seite-funktioniert-auch-im-ie6/</link>
		<comments>http://codecandies.de/2009/03/25/diese-seite-funktioniert-auch-im-ie6/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:25:29 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1958</guid>
		<description><![CDATA[Ich hasse den Internet Explorer 6. Trotzdem habe ich mich bem&#252;ht, dass mein Blog im IE6 funktioniert. Auf der Arbeit…]]></description>
				<content:encoded><![CDATA[<p>Ich hasse den Internet Explorer 6.</p>
<p>Trotzdem habe ich mich bem&#252;ht, dass mein Blog im IE6 funktioniert. Auf der <a href="http://www.zeit.de">Arbeit</a> investieren wir viel viel Zeit darauf. Dort kommen noch rund 14% der Besucher mit dem alten IE.</p>
<p>Ob dieser Useranteil nun <em>aus Versehen</em> mit dem IE6 daher kommt, oder Admins sich weigern IE7 oder 8 im Firmennetz freizugeben – vielleicht weil das uralte Intranet sonst nicht mehr funktioniert, oder das uralte geklaute Windows nicht upgedatet werden darf… man weiss es nicht. F&#252;r einen Teil der IE6-User hilft vielleicht <a href="http://browser-update.org/">ein Hinweis</a>?</p>
<p>Eines Tages dann brauchen wir keine Zeit mehr in IE6 stecken. Dann k&#246;nnen wir uns mal richtig um IE7 und 8 k&#252;mmern.</p>
<p>Am liebsten schaue ich mir meine eigene Seite &#252;brigens im Safari (4 Beta) an.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/03/25/diese-seite-funktioniert-auch-im-ie6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safari 4</title>
		<link>http://codecandies.de/2009/02/25/safari-4/</link>
		<comments>http://codecandies.de/2009/02/25/safari-4/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 08:45:16 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1907</guid>
		<description><![CDATA[Hurra, ein neuer Browser zum Testen. Gestern legte Apple die Betaversion des Safari 4 vor, was mich, wohl aufgrund meiner…]]></description>
				<content:encoded><![CDATA[<p>Hurra, ein neuer Browser <em>zum Testen</em>. Gestern legte Apple die Betaversion des <a href="http://www.apple.com/safari/" title="Apple: Safari">Safari 4</a> vor, was mich, wohl aufgrund meiner umzugsbedingten Netzfreizeitabstinenz, ziemlich &#252;berrascht hat. <a href="http://www.apple.com/safari/features.html">150 neue Features</a> verspricht uns Apple, viel beeindruckender jedoch ist der erste Eindruck, den man bekommt, wenn man den Browser startet und damit die ersten Seiten ansurft. Um es kurz zu machen: es mir v&#246;llig egal, ob die Tabs oben sitzen, wenn Webseiten in einer derartigen Geschwindigkeit gerendert werden. Halleluja, das geht fix, sch&#246;n und smooth. So drei bis vier Mal schneller als der neueste Firefox, w&#252;rd&#8217; ich tippen. Gef&#228;llt mir.</p>
<p>Um mal doch &#252;ber Features zu sprechen: die »Top Sites« sind <a title="Fontblog: Mein Arbeitstag aus der Sicht von Safari 4"  href="http://www.fontblog.de/mein-arbeitstag-aus-der-sicht-von-safari-4">eine sch&#246;ne Sache</a>, richtg praktisch. Auch sonst stehen da interessante, neue Dinge auf der Featurelist: ARIA-Support, <strong>endlich</strong> Fullpagezoom, CSS Effects, CSS Canvas, 100/100 im Acid3-Test, HTML5-Offline Support, Javascript Debugger und Profiler und so fort…</p>
<p>F&#252;r den Developer in mir, ist es nat&#252;rlich wichtiger <a title="Beatnik Pad: How to run Safari 4 beta and Safari 3 on the same mac" href="http://www.beatnikpad.com/archives/2009/02/24/safari4-safari3">Safari 4 und 3 nebeneinander betreiben</a> zu k&#246;nnen.</p>
<p>Achja, très chic: <a href="http://www.apple.com/safari/">die Safari-Site</a> ist <a href="http://waffle.wootest.net/2009/02/24/html5-for-4/">in HTML5</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/02/25/safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: IE Tester]]></title>
		<link><![CDATA[http://www.my-debugbar.com/wiki/IETester/HomePage]]></link>
		<comments>http://codecandies.de/2009/01/27/ie-tester/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:45:21 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://codecandies.de/2009/01/27/ie-tester/</guid>
		<description><![CDATA[IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7…<p><a href="http://codecandies.de/2009/01/27/ie-tester/" rel="bookmark" title="Permanent link to 'IE Tester'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p><q>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.</q></p>
<p><a href="http://codecandies.de/2009/01/27/ie-tester/" rel="bookmark" title="Permanent link to 'IE Tester'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/01/27/ie-tester/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: Web Inspector Redesign]]></title>
		<link><![CDATA[http://webkit.org/blog/197/web-inspector-redesign/]]></link>
		<comments>http://codecandies.de/2008/10/02/web-inspector-redesign/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:46:39 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1223</guid>
		<description><![CDATA[It has been nine months since our last Web Inspector update and we have a lot of cool things to…<p><a href="http://codecandies.de/2008/10/02/web-inspector-redesign/" rel="bookmark" title="Permanent link to 'Web Inspector Redesign'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p><q>It has been nine months since our last Web Inspector update and we have a lot of cool things to talk about. If you diligently use the Web Inspector in nightly builds, you might have seen some of these improvements, while other subtle changes might have gone unnoticed.</q> Der Webinspector holt auf.</p>
<p><a href="http://codecandies.de/2008/10/02/web-inspector-redesign/" rel="bookmark" title="Permanent link to 'Web Inspector Redesign'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/10/02/web-inspector-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.1alpha2</title>
		<link>http://codecandies.de/2008/09/08/firefox-31alpha2/</link>
		<comments>http://codecandies.de/2008/09/08/firefox-31alpha2/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 07:19:45 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1031</guid>
		<description><![CDATA[Entwicklerversionen und die erste Alpha von Firefox 3.1 habe ich mal ausgelassen, nun jedoch ist die zweite Alphaversion (Gecko 1.9.1)…]]></description>
				<content:encoded><![CDATA[<p>Entwicklerversionen und die erste Alpha von Firefox 3.1 habe ich mal ausgelassen, nun jedoch ist die zweite Alphaversion (Gecko 1.9.1) <a href="http://developer.mozilla.org/devnews/index.php/2008/09/05/firefox-31-alpha-2-now-available-for-download/">verf&#252;gbar</a>  und mit da gerade Aufregung im Browsergesch&#228;ft herrscht, lohnt es sicherlich jetzt mal einen Blick drauf zu werfen. Es sind ja ein paar Neuerungen dabei: so wird bspw. das HTML 5 <code>&lt;video&gt;</code>-Element nun unterst&#252;tzt, man kann Tabs zwischen Fenstern <em>draggen &amp; droppen</em>, der CSS 2.1 und CSS 3 Support wurde weiter ausgebaut.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/09/08/firefox-31alpha2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Support IE6?</title>
		<link>http://codecandies.de/2008/09/05/support-ie6/</link>
		<comments>http://codecandies.de/2008/09/05/support-ie6/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:01:15 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1029</guid>
		<description><![CDATA[Listen to the word!]]></description>
				<content:encoded><![CDATA[<p>Listen to the word! Dan Rubin <a href="http://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/#more">spricht</a> es aus:</p>
<blockquote cite="http://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/#more"><p>There’s constant discussion about whether or not to continue support for IE6, and the only reason ever given these days in favor of supporting that browser is its market share. That market share is diminishing, and we’ve already reached the second beta of IE8, so let’s start dropping it already. Make the argument against supporting IE6, to your clients, your boss, your team—whoever needs to hear it, keep applying pressure and don’t back down.</p>
 <p class="citesource"><cite><a href="http://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/#more">superfluousbanter.org</a></cite></p></blockquote>
<p>Amen.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/09/05/support-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alle reden vom Wetter</title>
		<link>http://codecandies.de/2008/09/02/alle-reden-vom-wetter/</link>
		<comments>http://codecandies.de/2008/09/02/alle-reden-vom-wetter/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 06:49:55 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=984</guid>
		<description><![CDATA[Ich nicht. Das heisst doch. Aber nicht von Google-Chrome, bis der nicht f&#252;r Mac erscheint nicht erw&#228;hnenswert. Wird nur zum…]]></description>
				<content:encoded><![CDATA[<p>Ich nicht. Das heisst doch. Aber nicht von Google-Chrome, bis der nicht f&#252;r Mac erscheint nicht erw&#228;hnenswert. Wird nur zum Testen auf der Windowsm&#246;hre eingerichtet. Ein Witz ist das.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/09/02/alle-reden-vom-wetter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title><![CDATA[Verlinkt: Upgrading to Internet Explorer 8 Beta 2]]></title>
		<link><![CDATA[http://blogs.msdn.com/ie/archive/2008/08/27/upgrading-to-internet-explorer-8-beta-2.aspx]]></link>
		<comments>http://codecandies.de/2008/08/28/upgrading-to-internet-explorer-8-beta-2/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 06:57:06 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=955</guid>
		<description><![CDATA[Seitenlange Anleitung, die man auch in wenigen Worten so ausdr&#252;cken k&#246;nnte: deinstallieren Sie Beta1, updaten Sie Ihren Rechner, installieren Sie…<p><a href="http://codecandies.de/2008/08/28/upgrading-to-internet-explorer-8-beta-2/" rel="bookmark" title="Permanent link to 'Upgrading to Internet Explorer 8 Beta 2'" class="glyph">→</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Seitenlange Anleitung, die man auch in wenigen Worten so ausdr&#252;cken k&#246;nnte: deinstallieren Sie Beta1, updaten Sie Ihren Rechner, installieren Sie Beta2. M$ ist auch wirklich beh&#246;rdenm&#228;&#223;ig unterwegs…</p>
<p><a href="http://codecandies.de/2008/08/28/upgrading-to-internet-explorer-8-beta-2/" rel="bookmark" title="Permanent link to 'Upgrading to Internet Explorer 8 Beta 2'" class="glyph">→</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/08/28/upgrading-to-internet-explorer-8-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mal updaten</title>
		<link>http://codecandies.de/2008/07/17/mal-updaten/</link>
		<comments>http://codecandies.de/2008/07/17/mal-updaten/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:14:21 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=688</guid>
		<description><![CDATA[Das Google Online Security Blog berichtet &#252;ber die Update-Faulheit der Browsernutzer: man hat dazu auch Zahlen…]]></description>
				<content:encoded><![CDATA[<div class="div-306-pull-right" style="width:470px"><img src="http://codecandies.de/wp-content/uploads/iw/ZZ6294E763.jpg" width="470" height="194" alt="screenshot" /></div>
<p>Das <a href="http://googleonlinesecurity.blogspot.com/2008/07/are-you-using-latest-web-browser.html">Google Online Security Blog berichtet</a> &#252;ber die Update-Faulheit der Browsernutzer: man hat dazu auch Zahlen:</p>
<blockquote cite="http://googleonlinesecurity.blogspot.com/2008/07/are-you-using-latest-web-browser.html"><p>Over the past 18 months, the study also shows, a maximum of 83.3% of Firefox users were using the latest major version of the web browser and also had all current patches installed (i.e. latest minor version). Only 56.1% and 47.6% of Opera and Internet Explorer users, respectively, were similarly utilizing fully-patched web browsers. Apple users are no better: since the public release of Safari 3, only 65.3% of users operate the latest Safari version.</p>
 <p class="citesource"><cite><a href="http://googleonlinesecurity.blogspot.com/2008/07/are-you-using-latest-web-browser.html">googleonlinesecurity.blogspot.com</a></cite></p></blockquote>
<p>Niederschmetternd.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/07/17/mal-updaten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
