<?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>Kollermedia.at &#187; Scripts etc.</title>
	<atom:link href="http://www.kollermedia.at/kategorie/scripts-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kollermedia.at</link>
	<description>The Website of the Freelancer Jürgen Koller</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:14:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Kollermedia Slider &#8211; A simple jQuery Gallery Slider Plugin</title>
		<link>http://www.kollermedia.at/archive/2011/07/30/kollermedia-slider-a-simple-jquery-gallery-slider-plugin/</link>
		<comments>http://www.kollermedia.at/archive/2011/07/30/kollermedia-slider-a-simple-jquery-gallery-slider-plugin/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 08:26:52 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Jürgen Koller]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Slider]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4934</guid>
		<description><![CDATA[<p>For all jQuery Lovers out there, i've built a simple but powerful jQuery Slider/Gallery Plugin which is realy easy to use - and its small with just 5kb of filesize.</p>
<p><img src="http://www.kollermedia.at/wp-content/uploads/news/sliderscreen.jpg" alt="" title="sliderscreen" width="490" height="182" class="news2" /></p>
<h2>Examples</h2>
<ol>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example1.html"  target="_blank">Example 1</a> - Standard without any options</li>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example2.html"  target="_blank">Example 2</a></li>&#8230;</ol>]]></description>
			<content:encoded><![CDATA[<p>For all jQuery Lovers out there, i've built a simple but powerful jQuery Slider/Gallery Plugin which is realy easy to use - and its small with just 5kb of filesize.</p>
<p><img src="http://www.kollermedia.at/wp-content/uploads/news/sliderscreen.jpg" alt="" title="sliderscreen" width="490" height="182" class="news2" /></p>
<h2>Examples</h2>
<ol>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example1.html"  target="_blank">Example 1</a> - Standard without any options</li>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example2.html"  target="_blank">Example 2</a> - with Thumbnail navigation</li>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example3.html"  target="_blank">Example 3</a> - Clean without any navigations</li>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example4.html" target="_blank">Example 4</a> - left Descriptiontext and 10 Elements</li>
<li><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/kollermedia_slider/example5.html"  target="_blank">Example 5</a> - all options used</li>
</ol>
<h2>Features</h2>
<ul>
<li>easy to use and to customize via options</li>
<li>different effects</li>
<li>optional number or image navigation</li>
<li>optional next/prev navigation</li>
<li>optional Image Caption Text</li>
<li>You can link every image if you want</li>
<li>use as lot images/Elements you want</li>
<li>small with just 5kb of size</li>
</ul>
<h2>Options</h2>
<p>Here is the complete option Reference with standard Values and possible values</p>
<table>
<tr>
<th>option name</th>
<th>standard</th>
<th>possible values</th>
<th>description</th>
</tr>
<tr>
<td>startElement</td>
<td>0</td>
<td>int </td>
<td>element to start with</td>
</tr>
<tr>
<td>speed</td>
<td>1000</td>
<td>int </td>
<td>animation speed in milliseconds</td>
</tr>
<tr>
<td>pauseDuration</td>
<td>2500</td>
<td>int </td>
<td>pause duration in milliseconds</td>
</tr>
<tr>
<td>pauseOnHover</td>
<td>false</td>
<td>true, false </td>
<td>should animation stop on mousover</td>
</tr>
<tr>
<td>pauseOnBlur</td>
<td>true</td>
<td>true, false </td>
<td>should animation stop if window is inactive</td>
</tr>
<tr>
<td>animationDir</td>
<td>"left"</td>
<td>"top", "right", "bottom", "left", "topright", "topleft", "bottomright", "bottomleft"</td>
<td>direction of the animation</td>
</tr>
<tr>
<td>animationOpacity</td>
<td>0.1</td>
<td>0.0 to 1.0</td>
<td>Opacity of the Animation</td>
</tr>
<tr>
<td>captionPosition</td>
<td> "bottom"</td>
<td>"bottom", "top", "left", "right", "none"</td>
<td>position of the caption box or hide it with none</td>
</tr>
<tr>
<td>captionWidth</td>
<td> "100%"</td>
<td>px, auto, % </td>
<td>width of the caption box</td>
</tr>
<tr>
<td>captionHeight</td>
<td> "auto"</td>
<td>px, auto, % </td>
<td>height of the caption box</td>
</tr>
<tr>
<td>navClass</td>
<td>"nav"</td>
<td>"text"</td>
<td>class name for the navigation</td>
</tr>
<tr>
<td>navType</td>
<td>"number"</td>
<td>"number", "thumb", "none" </td>
<td>type of the navigation</td>
</tr>
<tr>
<td>prevNextNav</td>
<td>true</td>
<td>true, false </td>
<td>show or hide the prev next buttons</td>
</tr>
<tr>
<td>nextClass</td>
<td>"next"</td>
<td>"text"</td>
<td>class name for the next button</td>
</tr>
<tr>
<td>prevClass</td>
<td>"prev"</td>
<td>"text"</td>
<td>class name for the prev button</td>
</tr>
<tr>
<td>nextTitle</td>
<td>"Next Image"</td>
<td>"text"</td>
<td>title text of the next button</td>
</tr>
<tr>
<td>prevTitle</td>
<td>"Previous Image"</td>
<td>"text"</td>
<td>title text of the prev button</td>
</tr>
</table>
<h2>HTML Structure</h2>
<p>Example Structure with 3 Elements:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;ul id=&quot;slider&quot;&gt;
&lt;li&gt;&lt;a href=&quot;optional_link.html&quot;&gt;&lt;img src=&quot;myimage1&quot;/&gt;&lt;/a&gt;&lt;div&gt;&lt;h2&gt;Title 1&lt;/h2&gt;&lt;p&gt;Image Caption Text 1&lt;/p&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;optional_link2.html&quot;&gt;&lt;img src=&quot;myimage2&quot;/&gt;&lt;/a&gt;&lt;div&gt;&lt;h2&gt;Title 2&lt;/h2&gt;&lt;p&gt;Image Caption Text 2&lt;/p&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;optional_link3.html&quot;&gt;&lt;img src=&quot;myimage3&quot;/&gt;&lt;/a&gt;&lt;div&gt;&lt;h2&gt;Title 3&lt;/h2&gt;&lt;p&gt;Image Caption Text 3&lt;/p&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<h2>Browser Support</h2>
<p>Works perfect with: Firefox, Chrome, Opera, Safari, IE8, IE9<br />
Not yet testet with IE6 and IE7 (could you? Thanks.)</p>
<h2>Known Issues</h2>
<p>- You cant use multiple Sliders on one page at the moment (there is a small bug <small>(problem with multiple setInterval Methods - need HELP!)</small>)</p>
<h2>Ideas for next Release?</h2>
<p>Please just leave a comment if you're missing a feature.</p>
<h2>Download</h2>
<p>Feel free to use and download this Plugin. You can use it for privat and commercial projects.<br />
Note: There is a file embedded within this post, please visit this post to download the file.<br />
Note: There is a file embedded within this post, please visit this post to download the file.<br />
Note: There is a file embedded within this post, please visit this post to download the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2011/07/30/kollermedia-slider-a-simple-jquery-gallery-slider-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS3 Easy Newsbox</title>
		<link>http://www.kollermedia.at/archive/2011/05/29/css3-easy-newsbox/</link>
		<comments>http://www.kollermedia.at/archive/2011/05/29/css3-easy-newsbox/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:39:43 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Free Script]]></category>
		<category><![CDATA[Gratis]]></category>
		<category><![CDATA[Newsbox]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4853</guid>
		<description><![CDATA[<p>Für alle die eine simple <strong>Newsbox</strong> für ihre Website benötigen, gibts nun die CSS3 Easy Newsbox. Die Box benötigt kein Javascript (<strong>no Javascript</strong>) &#038; funktioniert in sämtlichen Browsern.<br />
Je nach Browser werden manchmal Schatten, Verläufe oder Rundungen ignoriert &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Für alle die eine simple <strong>Newsbox</strong> für ihre Website benötigen, gibts nun die CSS3 Easy Newsbox. Die Box benötigt kein Javascript (<strong>no Javascript</strong>) &#038; funktioniert in sämtlichen Browsern.<br />
Je nach Browser werden manchmal Schatten, Verläufe oder Rundungen ignoriert - im Endeffekt sieht es aber in allen Browsern noch ok aus.</p>
<p><img src="http://www.kollermedia.at/wp-content/uploads/news/easy_newsbox.jpg" alt="" title="easy_newsbox" width="517" height="206" class="alignright size-full wp-image-4854" style="margin-left:-8px;"/></p>
<h2>Example</h2>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/css3_easy_newsbox/index.html">Check out the Example | Beispiel ansehen</a><br />
Works with: IE6, IE7, IE8, IE9, Firefox, Chrome, Safari and Opera</p>
<h2>The HTML Part</h2>
<pre class="brush: xml; title: ; notranslate">
&lt;div id=&quot;newsbox&quot;&gt;
&lt;a href=&quot;#link1&quot; title=&quot;Rafael Nadal&quot; class=&quot;b1&quot;&gt;&lt;span&gt;&lt;strong&gt;Rafael Nadal&lt;/strong&gt;Der Sandplatzkönig und die Nr.1 der Welt!&lt;/span&gt;&lt;img src=&quot;box1.jpg&quot; width=&quot;256&quot; height=&quot;192&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;
&lt;a href=&quot;#link2&quot; title=&quot;Novak Djokovic&quot; class=&quot;b2&quot;&gt;&lt;span&gt;&lt;strong&gt;Novak Djokovic&lt;/strong&gt;Der Serbe mit einer der längsten Siegesserien der Open Era.&lt;/span&gt;&lt;img src=&quot;box2.jpg&quot; width=&quot;256&quot; height=&quot;192&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;
&lt;a href=&quot;#link3&quot; title=&quot;Roger Federer&quot; class=&quot;b3&quot;&gt;&lt;span&gt;&lt;strong&gt;Roger Federer&lt;/strong&gt;16. Grand Slam Siege und der wohl beste aller Zeiten.&lt;/span&gt;&lt;img src=&quot;box3.jpg&quot; width=&quot;256&quot; height=&quot;192&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;
&lt;/div&gt;
</pre>
<h2>The CSS Part</h2>
<pre class="brush: css; title: ; notranslate">
#newsbox {width:500px; height:192px; overflow:hidden; position:relative;  background:url(box0.jpg) no-repeat;  box-shadow:1px 2px 2px 2px #666;  -webkit-box-shadow:1px 2px 2px 2px #666; -moz-border-radius:15px; margin:30px auto;}
#newsbox a {outline:none; text-decoration:none;}
#newsbox a span {position:absolute; z-index:1; width:214px; height:55px;  padding:5px 15px; color:#333; left:256px; background:#f5f5f5; background:-moz-linear-gradient(top,#f5f5f5,#c0c0c0); background:-webkit-linear-gradient(top,#f5f5f5,#c0c0c0);}
#newsbox a strong {text-transform:uppercase; display:block;}
#newsbox a.b1 span {margin-top:0px;}
#newsbox a.b2 span {margin-top:65px;}
#newsbox a.b3 span {margin-top:130px;}
#newsbox a img {display:none; position:absolute; border:none;}
#newsbox a:hover img, #newsbox a:focus img {display:block;}
#newsbox a:hover span, #newsbox a:focus span {background:#d60000; background:-moz-linear-gradient(top,#d60000,#970000); background:-webkit-linear-gradient(top,#d60000,#970000); left:230px; width:222px; padding:5px 25px 5px 25px; color:#fff; border-top-left-radius:1500px; border-bottom-left-radius:1500px;}
</pre>
<h2>Download the CSS3 Easy Newsbox Example</h2>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>You can use the CSS3 Easy Newsbox Script wherever you want. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2011/05/29/css3-easy-newsbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FBML Script &#8211; Freunde Einladen</title>
		<link>http://www.kollermedia.at/archive/2011/01/12/fbml-script-freunde-einladen/</link>
		<comments>http://www.kollermedia.at/archive/2011/01/12/fbml-script-freunde-einladen/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 12:44:15 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Einladen]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[FBML]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4681</guid>
		<description><![CDATA[<p>Wer auf seiner Facebook Seite einen Tab möchte, auf dem User ihre Freunde einladen können ist hier genau richtig. Das alles ist keine Hexerei und sieht dann folgendermaßen aus:</p>
<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/facebook-invite.gif" alt="" title="facebook-invite" width="487" height="437" class="news2" /></p>
<p><a href="http://www.facebook.com/Kollermedia?v=app_4949752878">Live Ansicht</a></p>
<h2>Anleitung</h2>
<p>Zuerst muss man eine neue Static FBML Anwendung &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Wer auf seiner Facebook Seite einen Tab möchte, auf dem User ihre Freunde einladen können ist hier genau richtig. Das alles ist keine Hexerei und sieht dann folgendermaßen aus:</p>
<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/facebook-invite.gif" alt="" title="facebook-invite" width="487" height="437" class="news2" /></p>
<p><a href="http://www.facebook.com/Kollermedia?v=app_4949752878">Live Ansicht</a></p>
<h2>Anleitung</h2>
<p>Zuerst muss man eine neue Static FBML Anwendung hinzufügen. Das ganze findet man als Administrator seiner Facebook Seite unter <strong>"Seite bearbeiten"</strong> und dann auf <strong>"Anwendungen"</strong>. Hier sollte dann Static FBML stehen - falls nicht dann auf "Weitere Anwendungen durchstöbern" klicken und nach Static FBML suchen. Wenn man die Anwendung hinzugefügt hat, stehen einem 2 Eingabefelder zur Verfügung: <em>Titel des Feldes</em> und  <em>FBML</em>.<br />
Im ersten Feld schreiben wir den Namen hinein den der Tab haben soll also in unserem Fall am Besten "Einladen" - ins große FBML Feld kommt unser Code hinein:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;fb:request-form method=&quot;get&quot; type=&quot;Kollermedia.at&quot; invite=&quot;true&quot; content=&quot;Werde Freund von Kollermedia.at&lt;fb:req-choice url='http://www.facebook.com/kollermedia ' label='GO' /&gt; &quot;&gt;
&lt;fb:multi-friend-selector actiontext=&quot;Erzähle deinen Freunden von Kollermedia.at!&quot; rows=&quot;3&quot; showborder=&quot;true&quot; cols=&quot;3&quot;/&gt;
&lt;/fb:request-form&gt;
</pre>
<p>Am einfachsten ihr kopiert euch die 3 Zeilen Code hinein und ändert jeden Kollermedia.at Wert auf euren Facebook Seiten Namen. Wichtig ist nur, dass die URL stimmt bei <strong>req-choice url</strong> - in meinem Fall ist die URL der Facebookseite http://www.facebook.com/Kollermedia</p>
<p>Danach auf speichern klicken &#038; fertig ist die Einladungsseite. Viel Spass damit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2011/01/12/fbml-script-freunde-einladen/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Accessibility Checkliste</title>
		<link>http://www.kollermedia.at/archive/2010/07/18/accessibility-checkliste/</link>
		<comments>http://www.kollermedia.at/archive/2010/07/18/accessibility-checkliste/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 09:08:30 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Acessibility]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Barrierefrei]]></category>
		<category><![CDATA[W3C Markup Validation]]></category>
		<category><![CDATA[WAI]]></category>
		<category><![CDATA[WAI ARIA]]></category>
		<category><![CDATA[XHTML]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4460</guid>
		<description><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/accessibility.gif" alt="Weisser Rollstuhl auf blauem Hintergrund"  width="165" height="115" class="news1" />Barrierefreie bzw. <strong>Zugängliche Websites</strong> umzusetzen ist eigentlich einfacher als manche Leute denken. Begriffe wie XHTML valid, WAI Richtlinien, Section 508, ARIA Tags verwirren so manchen mal schnell, hält man sich jedoch an ein paar einfache Regeln - besteht man sämtliche &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/accessibility.gif" alt="Weisser Rollstuhl auf blauem Hintergrund"  width="165" height="115" class="news1" />Barrierefreie bzw. <strong>Zugängliche Websites</strong> umzusetzen ist eigentlich einfacher als manche Leute denken. Begriffe wie XHTML valid, WAI Richtlinien, Section 508, ARIA Tags verwirren so manchen mal schnell, hält man sich jedoch an ein paar einfache Regeln - besteht man sämtliche Tests ohne Probleme. Um euch das Leben zu vereinfachen, hier nun eine <strong>Checkliste</strong> mit Grundlegenden Dingen die ihr beachten solltet.</p>
<p><span id="more-4460"></span></p>
<p>Gehen wir mal davon aus,  das wir eine simple <strong>XHTML 1.0 stricte</strong> Website umsetzen wollen, mit einer klassischen Struktur die Header, Navigation, Suche, Content, Sidebar und Footer enthält.</p>
<h3>Accessibility Checkliste</h3>
<ul>
<li>html Element benötigt das lang attribute (zb: lang="de")</li>
<li>Title Element aussagekräftig und für jede Seite individuell gestalten</li>
<li>mind. 4 meta angaben machen - language (meta name="language" content="de" ), description, keywords und charset
<li>Getrennte CSS Files für Screen &#038; Print einbinden</li>
<li>Favicon einbinden (link rel="shortcut icon" href="favicon.ico")</li>
<li>Die Hauptstruktur mit id's statt mit class umsetzen (id="content", id="navigation", id="suche")</li>
<li>Skip Navigation einbauen (gleich nach dem body) die bei Focus zu sehen ist mit Sprungmarken zu #content, #navigation, #suche</li>
<li>Navigationen mittels ul Listen definieren</li>
<li>Accesskeys für Hauptnavigationspunkte und verlinktes Logo einfügen</li>
<li>Jeder "a link" benötigt einen aussagekräftigen title</li>
<li>Führen mehrere Links zur selben URL, sollte der Title ident sein</li>
<li>Das Attribut target="_blank" ist nicht erlaubt in strict</li>
<li>Jedes Bild benötigt eine aussagekräftige alt Beschreibung sowie width und height angabe</li>
<li>Form Element einen title geben und KEIN name attribut (nicht xhtml strict valid)</li>
<li>jedes Input feld benötigt zwingend ein label element, das kann aber gern mit css ausgeblendet werden</li>
<li>jedes text input feld benötigt ein value attribut (kann auch ruhig leer sein)</li>
<li>jedem Input feld einen title geben</li>
<li>Setzt man Fieldsets ein, ist das element legend pflicht</li>
<li>Am Besten nur eine h1 Überschrift definieren</li>
<li>Mehrere h2, h3 Überschriften sind erlaubt - Reihenfolge beachten (kein h2 vor h1)</li>
<li>Den Bereichen Header, Suche, Navigation und Content ein Aria Landmark role attribut geben - header bekommt role="banner", suche bekommt role="search", Navigation bekommt role="navigation", content bekommt role="main"</li>
</ul>
<p>Im Prinzip reicht das für unsere simple Seite. Wenn der Quelltext an sich noch schön umgesetzt ist, wird die Seite durch sämtliche Tests kommen und auch ein <strong>WAI-AAA</strong> erhalten. Bei der XHTML Validierung erhält man für die <strong>role attribute</strong> eine Fehlermeldung, aber nur da der Validator das Element noch nicht kennt/berücksichtigt. </p>
<h3>Hier noch ein paar unterstützende Code Segmente die euch vielleicht helfen:</h3>
<p>Doctype XHTML 1.0 Strict:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
</pre>
<p>Im HTML Tag darf das lang Attribut nicht vergessen werden.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;de&quot;&gt;
</pre>
<p>Bei den Metatags genügt es prinzipiell 4 Angaben zu machen, und zwar den charset, den language meta tag sowie description und keywords</p>
<pre class="brush: xml; title: ; notranslate">
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;meta name=&quot;language&quot; content=&quot;de&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;Descriptiontext&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;keyword1, keyword2, keyword3&quot; /&gt;
</pre>
<p>CSS und Favicon Angaben</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; /&gt;
</pre>
<p>Skip Navigation, gleich nach dem body - die via focus erscheint:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;ul id=&quot;nav_skip&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#content&quot; title=&quot;Zum Hauptinhalt der Seite springen [accesskey i]&quot; accesskey=&quot;i&quot;&gt;Zum Inhalt springen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#navigation&quot; title=&quot;Zur Hauptnavigation der Seite springen [accesskey n]&quot; accesskey=&quot;n&quot;&gt;Zur Navigation springen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#suche&quot; title=&quot;Zur Volltextsuche springen [accesskey s]&quot; accesskey=&quot;s&quot;&gt;Zur Suche springen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>Beispiel CSS für die Skip Navigation</p>
<pre class="brush: css; title: ; notranslate">
#nav_skip {list-style:none; position:absolute;}
#nav_skip li a {position:absolute; left:-1000px; width:1px; height:1px; overflow:hidden;}
#nav_skip li a:focus, #nav_skip li a:active {left:0; top:0; width:140px; display:block; height:auto; overflow:visible;}
</pre>
<p>Beispiel einer simplen Textsuche</p>
<pre class="brush: xml; title: ; notranslate">
&lt;form action=&quot;&quot; method=&quot;get&quot; id=&quot;suche&quot; role=&quot;search&quot; title=&quot;Volltextsuche&quot;&gt;
&lt;fieldset&gt;
&lt;legend&gt;Volltextsuche&lt;/legend&gt;
&lt;label for=&quot;suchbegriff&quot;&gt;Suchbegriff&lt;/label&gt;
&lt;input type=&quot;text&quot; name=&quot;suchbegriff&quot; id=&quot;suchbegriff&quot; title=&quot;Bitte geben Sie hier Ihren Suchbegriff ein&quot; value=&quot;&quot;/&gt;
&lt;input type=&quot;submit&quot; name=&quot;submit&quot; id=&quot;submit&quot; value=&quot;Suche&quot; title=&quot;Suche starten&quot;/&gt;
&lt;/fieldset&gt;
&lt;/form&gt;
</pre>
<p>Korrekter link tag</p>
<pre class="brush: xml; title: ; notranslate">
&lt;a href=&quot;http://www.seite.at/artikel/239&quot; title=&quot;zum Artikel - Wie sollte ein richtiger title aussehen&quot;&gt;den ganzen Artikel lesen&lt;/a&gt;
</pre>
<p>Korrekter img tag</p>
<pre class="brush: xml; title: ; notranslate">
&lt;img src=&quot;img/auto_mg_135.jpg&quot; width=&quot;90&quot; height=&quot;90&quot;  alt=&quot;Silbernes Auto der Marke MG - Baujahr 2005&quot; /&gt;
</pre>
<h3>Weiterführende Links</h3>
<p>Hier noch ein paar nützliche Links</p>
<p><a href="http://validator.w3.org/" title="zum W3C Validation Service">W3C Validation Service</a><br />
<a href="http://jigsaw.w3.org/css-validator/" title="zum W3C CSS Validation Service">W3C CSS Validation Service</a><br />
<a href="http://www.cynthiasays.com/" title="Section 508 und WAI überprüfen">Section 508 und WAI Validation</a><br />
<a href="http://wave.webaim.org/" title="Accessibility Test Tool">WAVE - Web Accessibility evaluation Tool</a><br />
<a href="http://www.w3.org/TR/wai-aria/" title="WAI-ARIA Working Draft">WAI-ARIA 1.0 Working Draft</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/07/18/accessibility-checkliste/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS3 &amp; jQuery Polaroid Gallery</title>
		<link>http://www.kollermedia.at/archive/2010/07/13/css3-jquery-polaroid-gallery/</link>
		<comments>http://www.kollermedia.at/archive/2010/07/13/css3-jquery-polaroid-gallery/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:49:07 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Polaroid]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4451</guid>
		<description><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/polaroid.jpg" alt="" title="polaroid" width="165" height="115" class="news1" />Für alle die mal gerne eine etwas andere Photogallery benötigen, hab ich ein kleines <strong>CSS3 &#038; jQuery</strong> Beispiel gebastelt - eine <strong>Polaroid Gallery</strong> die prinzipiell in allen Browsern funktioniert - die CSS3 Eigenschaften funktionieren natürlich nur in den neueren Browsern &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/polaroid.jpg" alt="" title="polaroid" width="165" height="115" class="news1" />Für alle die mal gerne eine etwas andere Photogallery benötigen, hab ich ein kleines <strong>CSS3 &#038; jQuery</strong> Beispiel gebastelt - eine <strong>Polaroid Gallery</strong> die prinzipiell in allen Browsern funktioniert - die CSS3 Eigenschaften funktionieren natürlich nur in den neueren Browsern wie Firefox, Chrome und Safari. Die Photos lassen sich beliebig <strong>verschieben &#038; mit doppelklick vergrößern und verkleinern</strong>.</p>
<h3>CSS3 &#038; jQuery Polaroid Gallery Example</h3>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/polaroid/index.html">Check out the Example | Beispiel ansehen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/07/13/css3-jquery-polaroid-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy CSS Bar Chart</title>
		<link>http://www.kollermedia.at/archive/2010/07/10/easy-css-bar-chart/</link>
		<comments>http://www.kollermedia.at/archive/2010/07/10/easy-css-bar-chart/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 21:25:34 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Balkendiagramm]]></category>
		<category><![CDATA[Bar]]></category>
		<category><![CDATA[Bar Charts]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Free Script]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=4424</guid>
		<description><![CDATA[<p>Für alle die ein ganz simples Balkendiagramm suchen, dass rein mit <strong>CSS</strong> und ohne Bilder umgesetzt wird und in <strong>allen Browsern</strong> funktioniert, gibt es nun die Easy CSS Bar Charts. Das ganze gibts in einer horizontalen und vertikalen Version, wobei &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Für alle die ein ganz simples Balkendiagramm suchen, dass rein mit <strong>CSS</strong> und ohne Bilder umgesetzt wird und in <strong>allen Browsern</strong> funktioniert, gibt es nun die Easy CSS Bar Charts. Das ganze gibts in einer horizontalen und vertikalen Version, wobei der HTML Quelltext beinahe ident bleiben kann. </p>
<p><span id="more-4424"></span></p>
<h3>Example</h3>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/easycssbarchart/index.html">Check out the Example | Beispiel ansehen</a><br />
Works with: IE6, IE7, IE8, Latest Firefox, Chrome, Safari and Opera Versions</p>
<h3>Easy CSS Bar Chart - Horizontal Style</h3>
<p><img class="news2" src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/easycsbarhorizontal.gif" alt="easy css bar chart horizontal version" width="485" height="170" /><br />
<br class="wrapper"/><br />
<strong>HTML</strong></p>
<pre class="brush: xml; title: ; notranslate">&lt;dl class=&quot;horizontal&quot;&gt;
&lt;dt&gt;Avatar&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:100%;&quot;&gt;$ 2.740 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Titanic&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:80%;&quot;&gt;$ 1.843 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Lord of the Rings&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:43%;&quot;&gt;$ 1.119 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Pirates of the Caribbean&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:40%;&quot;&gt;$ 1.066 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Alice in Wonderland&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:38%;&quot;&gt;$ 1.021 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;The Dark Knight&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;width:35%;&quot;&gt;$ 1.00 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;/dl&gt;</pre>
<p><strong>CSS</strong></p>
<pre class="brush: css; title: ; notranslate">dl.horizontal {font-size:12px; font-family:Arial; width:500px;}
dl.horizontal dt {float:left; width:150px; clear:both; margin:0 0 5px 0; padding:3px;}
dl.horizontal dd {float:left; width:300px; border:1px solid #aaaaaa; margin:0 0 5px 0; padding:2px; -moz-box-shadow: 1px  1px 3px #aaaaaa;}
dl.horizontal dd span {background:#1770d3; display:block; color:#ffffff; text-indent:4px;}
</pre>
<h3>Easy CSS Bar Chart - Vertical Style</h3>
<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/easycsbarvertical.gif" alt="" width="492" height="267" /><br />
<br class="wrapper"/><br />
<strong>HTML</strong></p>
<pre class="brush: xml; title: ; notranslate">&lt;dl class=&quot;vertical&quot;&gt;
&lt;dt&gt;Avatar&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:100%;&quot;&gt;$ 2.740 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Titanic&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:80%;&quot;&gt;$ 1.843 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Lord of the Rings&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:43%;&quot;&gt;$ 1.119 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Pirates of the Caribbean&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:40%;&quot;&gt;$ 1.066 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;Alice in Wonderland&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:38%;&quot;&gt;$ 1.021 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;dt&gt;The Dark Knight&lt;/dt&gt;
&lt;dd&gt;&lt;span style=&quot;height:35%;&quot;&gt;$ 1.00 Mio.&lt;/span&gt;&lt;/dd&gt;
&lt;/dl&gt;</pre>
<p><strong>CSS</strong></p>
<pre class="brush: css; title: ; notranslate">dl.vertical {font-size:12px; font-family:Arial;}
dl.vertical dt {float:left; width:60px; margin:260px 0 0 0; text-align:center;}
dl.vertical dd {float:left; width:60px; height:200px; margin:50px 15px 0 -60px; padding:0px 2px 0px 2px; border:1px solid #aaaaaa;  position:relative; -moz-box-shadow: 1px  1px 3px #aaaaaa;}
dl.vertical dd span {width:60px; display:block; position:absolute; bottom:0px; background:#d3179c; color:#ffffff; text-align:center;
</pre>
<p>Der einzige Unterschied zwischen Horizontal &amp; Vertical im HTML ist, dass bei der Horizontalen Version der span eine Breite bekommt und bei der vertikalen Version eine Höhe.</p>
<h3>Download Horizontal &#038; Vertical Version</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/07/10/easy-css-bar-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Activity Feed</title>
		<link>http://www.kollermedia.at/archive/2010/04/22/facebook-activity-feed/</link>
		<comments>http://www.kollermedia.at/archive/2010/04/22/facebook-activity-feed/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:10:46 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Activity Feed]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Facebook]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=3755</guid>
		<description><![CDATA[<p>Ein neues geniales <strong>Social Facebook Plugin</strong> ist das sogenannte Facebook Activity Feed. Mit diesem simplen iframe kann sich jeder anzeigen lassen, was seine Facebook Freunde auf einer seite gerade tun - ob sie einen Artikel "liken" oder ein Video geteilt &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Ein neues geniales <strong>Social Facebook Plugin</strong> ist das sogenannte Facebook Activity Feed. Mit diesem simplen iframe kann sich jeder anzeigen lassen, was seine Facebook Freunde auf einer seite gerade tun - ob sie einen Artikel "liken" oder ein Video geteilt haben etc. Hier der aktuelle Facebook Activity Feed von Kollermedia.at und eines von Facebook selbst - damit alle was sehen <img src='http://www.kollermedia.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Kann sich jeder ganz einfach selbst erstellen auf: <a href="http://developers.facebook.com/docs/reference/plugins/activity">http://developers.facebook.com/docs/reference/plugins/activity</a></p>
<h3>Facebook Activity Feed von Kollermedia.at</h3>
<p><iframe src="http://www.facebook.com/plugins/activity.php?site=kollermedia.at&amp;width=480&amp;height=200&amp;header=true&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:480px; height:200px"></iframe></p>
<h3>Facebook Activity Feed von Facebok.com</h3>
<p><iframe src="http://www.facebook.com/plugins/activity.php?site=facebook.com&amp;width=480&amp;height=300&amp;header=true&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:480px; height:300px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/04/22/facebook-activity-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Graph API</title>
		<link>http://www.kollermedia.at/archive/2010/04/22/facebook-graph-api/</link>
		<comments>http://www.kollermedia.at/archive/2010/04/22/facebook-graph-api/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 06:55:32 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Graph API]]></category>
		<category><![CDATA[JSON]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=3745</guid>
		<description><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/opengraph.jpg" alt="" title="opengraph" width="165" height="115" class="news1" />Ab nun gibt es eine neue API von Facebook - genannt <strong>Graph API</strong>, die so simpel &#038; genial ist, dass sie uns noch jede Menge Freude bereiten wird.<br />
Mit einer einfachen URL, erhält man nun sämtliche Informationen im JSON &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/opengraph.jpg" alt="" title="opengraph" width="165" height="115" class="news1" />Ab nun gibt es eine neue API von Facebook - genannt <strong>Graph API</strong>, die so simpel &#038; genial ist, dass sie uns noch jede Menge Freude bereiten wird.<br />
Mit einer einfachen URL, erhält man nun sämtliche Informationen im JSON Format. Egal ob über eine Fanpage, über einen User oder sogar Photos. Hier alle Möglichkeiten:</p>
<h3>Beispiele</h3>
<p>Users: <a href="http://graph.facebook.com/btaylor?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/btaylor</a> (Bret Taylor)<br />
Seiten: <a href="http://graph.facebook.com/cocacola?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/cocacola</a> (Coca-Cola page)<br />
Events: <a href="http://graph.facebook.com/331218348435?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/251906384206</a> (Garage Austin)<br />
Gruppen: <a href="http://graph.facebook.com/2204501798?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/2204501798</a> (Emacs Gruppe)<br />
Anwendungen: <a href="http://graph.facebook.com/2439131959?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/2439131959</a> (Graffiti applikation)<br />
Statusmeldungen: <a href="http://graph.facebook.com/367501354973?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/367501354973</a><br />
Photos: <a href="http://graph.facebook.com/98423808305?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/98423808305</a> (Photo der Coca-Cola Seite)<br />
Photo albums: <a href="http://graph.facebook.com/99394368305?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/99394368305</a> (Coca-Cola's wall photos)<br />
Videos: <a href="http://graph.facebook.com/614004947048?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/614004947048</a><br />
Notes: <a href="http://graph.facebook.com/122788341354?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/122788341354</a></p>
<h3>Hier zum Beispiel alle Infos über mich</h3>
<p>Friends: <a href="http://graph.facebook.com/juergen.koller/friends?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>friends</strong></a><br />
News feed: <a href="http://graph.facebook.com/juergen.koller/home?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>home</strong></a><br />
Profile feed (Wall): <a href="http://graph.facebook.com/juergen.koller/feed?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>feed</strong></a><br />
Likes: <a href="http://graph.facebook.com/juergen.koller/likes?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>likes</strong></a><br />
Movies: <a href="http://graph.facebook.com/juergen.koller/movies?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>movies</strong></a><br />
Books: <a href="http://graph.facebook.com/juergen.koller/books?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>books</strong></a><br />
Notes: <a href="http://graph.facebook.com/juergen.koller/notes?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>notes</strong></a><br />
Photos: <a href="http://graph.facebook.com/juergen.koller/photos?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>photos</strong></a><br />
Videos: <a href="http://graph.facebook.com/juergen.koller/videos?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>videos</strong></a><br />
Events: <a href="http://graph.facebook.com/juergen.koller/events?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>events</strong></a><br />
Groups: <a href="http://graph.facebook.com/juergen.koller/groups?access_token=2227470867%7C2.OBw0ptdTcbI6bQQREb23bg__.3600.1271923200-1352285955%7C2dcOCjzCsLPh0ErcMAtndmD-RBY.">https://graph.facebook.com/juergen.koller/<strong>groups</strong></a></p>
<p>Alle detaillierten Informationen darüber gibts auf der <a href="http://developers.facebook.com/docs/api">Facebook API Seite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/04/22/facebook-graph-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery EasyTags Plugin</title>
		<link>http://www.kollermedia.at/archive/2010/03/12/jquery-easytags-plugin/</link>
		<comments>http://www.kollermedia.at/archive/2010/03/12/jquery-easytags-plugin/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:13:55 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Drag and Drop]]></category>
		<category><![CDATA[EasyTags]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[Livesearch]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[tags]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=3487</guid>
		<description><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/tags.gif" alt="" title="tags" width="164" height="117" class="news1" />Das jQuery EasyTags Plugin ist ein kleines, nützliches Script, mit dem man schnell und einfach Tags eingeben &#038; sortieren kann. Das Plugin kommt mit <strong>Livesearch</strong> und <strong>Drag&#038;Drop</strong> Funktionalität!</p>
<h3>Demo</h3>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/easyTags/demo.html" target="_blank">Check out the live demo</a></p>
<h3>Download</h3>
<h3>Funktionalitäten</h3>
<ul>
<li>Tags können via "</li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/tags.gif" alt="" title="tags" width="164" height="117" class="news1" />Das jQuery EasyTags Plugin ist ein kleines, nützliches Script, mit dem man schnell und einfach Tags eingeben &#038; sortieren kann. Das Plugin kommt mit <strong>Livesearch</strong> und <strong>Drag&#038;Drop</strong> Funktionalität!</p>
<h3>Demo</h3>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/easyTags/demo.html" target="_blank">Check out the live demo</a></p>
<h3>Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3>Funktionalitäten</h3>
<ul>
<li>Tags können via "<strong>,</strong>" oder "<strong>enter</strong>" eingetragen werden</li>
<li>Doppelte Tags werden automatisch ignoriert und sind nicht möglich</li>
<li>Leere Tags sind nicht möglich</li>
<li>Entfernen der Tags mittels schließen Link (x)</li>
<li>Drag &#038; Drop (optional) zum sortieren der Tags (Values der tags werden auch mitsortiert)</li>
<li>Livesearch Funktionalität zum einfachen suchen von tags</li>
<li>5kb klein bzw. 3kb packed</li>
</ul>
<h3>HTML</h3>
<p>Im HTML muss lediglich eine Zeile definiert werden:</p>
<pre class="brush: xml; title: ; notranslate">&lt;div id=&quot;my_tags&quot;&gt;&lt;/div&gt;</pre>
<h3>Javascripts</h3>
<p>Im Javascript Teil muss zuerst das easytags plugin aufgerufen werden, danach (optional) das drag&#038;drop plugin.</p>
<pre class="brush: jscript; title: ; notranslate">&lt;script type=&quot;text/javascript&quot;&gt;
$().ready(function() {
$(&quot;#my_tags&quot;).easytags();  //easytags plugin
$(&quot;#my_tags #tags ul&quot;).dragsort({dragEnd: function() {$.easytags.reorder_tags();}}); //for drag&amp;drop support
});
&lt;/script&gt;</pre>
<h3>Plugin Options</h3>
<p>Beim Plugin Aufruf können noch folgende Optionen definiert werden:</p>
<table width="100%">
<tr>
<th>Option Name</th>
<th>Default</th>
<th>Description</th>
</tr>
<tr>
<td>starttags</td>
<td>""</td>
<td>Tags visible on start: tag1,tag2,tag3</td>
</tr>
<tr>
<td>movetext</td>
<td>"move this tag"</td>
<td>Title Text visible on drag</td>
</tr>
<tr>
<td>removetext</td>
<td>"remove this tag"</td>
<td>Title Text for the tag-close link</td>
</tr>
<tr>
<td>tagsearchtype</td>
<td>"GET"</td>
<td>Ajax Live Search Type "GET" or "POST"</td>
</tr>
<tr>
<td>tagsearchpath</td>
<td>"ajax.php"</td>
<td>Path to your livesearch php file</td>
</tr>
<tr>
<td>fieldname</td>
<td>"all_tags"</td>
<td>Name of the Input Field where all Tag Values are saved</td>
</tr>
</table>
<p><strong>Example:</strong>
<pre class="brush: jscript; title: ; notranslate">$(&quot;#my_tags&quot;).easytags({starttags:&quot;kollermedia, jquery, tags&quot;, fieldname:&quot;all_tags&quot;});</pre>
<h3>Plugin - HTML Structure</h3>
<p>Das Plugin erzeugt folgende HTML Struktur, die dann natürlich via CSS beliebig optisch angepasst werden kann.</p>
<pre class="brush: xml; title: ; notranslate">&lt;div id=&quot;my_tags&quot;&gt;
&lt;input style=&quot;display: none;&quot; name=&quot;all_tags&quot; value=&quot;&quot; type=&quot;text&quot; id=&quot;all_tags&quot; /&gt;
&lt;div id=&quot;tags&quot;&gt;
&lt;ul&gt;&lt;li&gt;tag example&lt;/li&gt;&lt;li&gt;tag example2&lt;/li&gt;&lt;/ul&gt;
&lt;input type=&quot;text&quot; id=&quot;tag_new&quot; /&gt;
&lt;/div&gt;
&lt;div id=&quot;tagsearch&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;</pre>
<h3>Livesearch PHP Example Code</h3>
<p>Wieviele Tags bei der Livesuche ausgegeben werden sollen, kann via PHP bzw. der MySQL Abfrage beliebig angegeben werden. Hier ein Beispielcode für das PHP File:</p>
<pre class="brush: php; title: ; notranslate">$searchtag = $_GET[&quot;searchtag&quot;]; //Get the search string
//Database Connection
$dbconnect = mysql_connect(localhost,&quot;db_username&quot;,&quot;db_password&quot;) or die (&quot;keine Verbindung möglich. Benutzername oder Passwort sind falsch&quot;);
mysql_select_db(&quot;db_name&quot;) or die (&quot;Die Datenbank existiert nicht.&quot;);
//search in Database and output the result
$query = &quot;SELECT tag FROM tablename WHERE tag LIKE '%$searchtag%' LIMIT 10&quot;;
$result = mysql_query($query);
while($row = mysql_fetch_object($result))
{
echo &quot; &lt;a href=\&quot;#\&quot;&gt;&quot;.$row-&gt;tag.&quot;&lt;/a&gt;&quot;;
}</pre>
<h3>Works with...</h3>
<ul>
<li>IE 8</li>
<li>Firefox</li>
<li>Safari</li>
<li>Chrome</li>
<li>Opera</li>
</ul>
<h3>Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/03/12/jquery-easytags-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CSS3 Car Animation</title>
		<link>http://www.kollermedia.at/archive/2010/02/18/css3-car-animation/</link>
		<comments>http://www.kollermedia.at/archive/2010/02/18/css3-car-animation/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:23:01 +0000</pubDate>
		<dc:creator>Jürgen Koller</dc:creator>
				<category><![CDATA[Scripts etc.]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=3393</guid>
		<description><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/caranimation.jpg" alt="" title="caranimation" width="164" height="117" class="news1" />Mit der CSS3 Property transform (translate &#38; rotate)  und transition kann man ganz einfach simple Animationen erstellen. Derzeit funktioniert dies allerdings nur in der aktuellen <strong>Safari und Chrome</strong> Version. Hier nun ein ganz einfaches Beispiel einer kleinen Auto Animation...2 Bilder &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kollermedia.at/wp-content/themes/kollermedia/img/news/caranimation.jpg" alt="" title="caranimation" width="164" height="117" class="news1" />Mit der CSS3 Property transform (translate &amp; rotate)  und transition kann man ganz einfach simple Animationen erstellen. Derzeit funktioniert dies allerdings nur in der aktuellen <strong>Safari und Chrome</strong> Version. Hier nun ein ganz einfaches Beispiel einer kleinen Auto Animation...2 Bilder und ein bisschen CSS3 und schon fährt das Auto.</p>
<h3>Example (Safari &#038; Chrome only)</h3>
<p><a href="http://www.kollermedia.at/wp-content/themes/kollermedia/specials/caranimation/index.html" target="_blank">Check out the CSS3 Car Animation</a></p>
<h3>HTML Code</h3>
<pre class="brush: xml; title: ; notranslate">&lt;a href=&quot;&quot;&gt;&lt;strong&gt;HOVER ME TO START THE CAR&lt;/strong&gt;
&lt;img src=&quot;car.jpg&quot; width=&quot;300&quot; height=&quot;164&quot; /&gt; //car image
&lt;img src=&quot;gear.png&quot; width=&quot;60&quot; height=&quot;60&quot; /&gt; //gear image
&lt;img src=&quot;gear.png&quot; width=&quot;60&quot; height=&quot;60&quot; /&gt; //gear image
&lt;/a&gt;</pre>
<h3>Important CSS Parts</h3>
<pre class="brush: css; title: ; notranslate">/* Define Animation Speed */
img{
-webkit-transition: all 3.1s ease-in-out;
-moz-transition: all 3.1s ease-in-out;
transition: all 3.1s ease-in-out;
}
/* Car image Animation */
a:hover img:nth-of-type(1) {
-webkit-transform: translate(700px,0px) rotate(0deg);
-moz-transform: translate(700px,0px) rotate(0deg);
transform: translate(700px,0px) rotate(0deg);
}
/* Gear images Animation */
a:hover img {
-webkit-transform: translate(700px,0px) rotate(1000deg);
-moz-transform: translate(700px,0px) rotate(1000deg);
transform: translate(700px,0px) rotate(1000deg);
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kollermedia.at/archive/2010/02/18/css3-car-animation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

