<?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>Guymon &#187; layout</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:55:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fancy&#160;Scrolling</title>
		<link>http://www.guymon.de/wordpress/2011/09/15/fancy-scrolling/</link>
		<comments>http://www.guymon.de/wordpress/2011/09/15/fancy-scrolling/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 09:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6357</guid>
		<description><![CDATA[Chris Coyier hat einige sehr schicke Beispiele zusammengetragen f&#252;r Webseiten die &#8220;Fancy Scrolling&#8221; einsetzen. activatedrinks.com und artofflightmovie.com fand ich sehr nett.Possibly related posts (automatically generated)Fold Out PopupsCSS3 Flexible Box ModelLiquid CSS VorlagenElastic Grid LayoutsFluid Images]]></description>
			<content:encoded><![CDATA[<p>Chris Coyier hat einige sehr schicke <a href="http://css-tricks.com/14311-fancy-scrolling-sites/" title="Fancy Scrolling Sites">Beispiele</a> zusammengetragen f&#252;r Webseiten die &#8220;Fancy Scrolling&#8221; einsetzen. <a href="http://activatedrinks.com">activatedrinks.com</a> und <a href="http://www.artofflightmovie.com/">artofflightmovie.com</a> fand ich sehr nett.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/" title="Fold Out Popups">Fold Out Popups</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/" title="CSS3 Flexible Box Model">CSS3 Flexible Box Model</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/27/liquid-css-vorlagen/" title="Liquid CSS Vorlagen">Liquid CSS Vorlagen</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/" title="Elastic Grid Layouts">Elastic Grid Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/08/fluid-images-2/" title="Fluid Images">Fluid Images</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/09/15/fancy-scrolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fold Out&#160;Popups</title>
		<link>http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/</link>
		<comments>http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 11:42:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6327</guid>
		<description><![CDATA[Das ist auch mal ein schicker Effekt f&#252;r moderne Browser. The trick with using hidden checkboxes/radio buttons, the :checked pseudo class selector, and adjacent sibling (~) combinators really enables some neat functional possibility with pure CSS1. Let&#8217;s exploit it again to build &#8220;fold out popups&#8221;. That is, links/buttons you can click to reveal tooltip-like rich [...]]]></description>
			<content:encoded><![CDATA[<p>Das ist auch mal ein <a href="http://css-tricks.com/13881-fold-out-popups/" title="Fold Out Popups">schicker Effekt </a>f&#252;r moderne Browser.</p>
<blockquote cite="http://css-tricks.com/13881-fold-out-popups/"><p>The trick with using hidden checkboxes/radio buttons, the :checked pseudo class selector, and adjacent sibling (~) combinators really enables some neat functional possibility with pure CSS1.<br />
Let&#8217;s exploit it again to build &#8220;fold out popups&#8221;. That is, links/buttons you can click to reveal tooltip-like rich HTML popup content.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/" title="CSS3 Flexible Box Model">CSS3 Flexible Box Model</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/22/css3-multi-column-layouts/" title="CSS3 Multi-column Layouts">CSS3 Multi-column Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/" title="CSS3 breadcrumbs">CSS3 breadcrumbs</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/18/css3-click-chart/" title="CSS3 Click Chart">CSS3 Click Chart</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/12/filter-functionality-with-css3/" title="Filter Functionality with CSS3">Filter Functionality with CSS3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Flexible Box&#160;Model</title>
		<link>http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/</link>
		<comments>http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:53:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[flexible box]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6220</guid>
		<description><![CDATA[Peter Gasston erkl&#228;rt das Flexible Box Model. I should reiterate that much of what is possible with Flex Box can already be achieved with existing CSS properties such as float, margin and position. The difference is that Flex Box has been created with the express intent of laying out web pages so it makes that [...]]]></description>
			<content:encoded><![CDATA[<p>Peter Gasston <a href="http://www.netmagazine.com/tutorials/css3-flexible-box-model-explained" title="The CSS3 Flexible Box model explained">erkl&#228;rt</a> das Flexible Box Model.</p>
<blockquote cite="http://www.netmagazine.com/tutorials/css3-flexible-box-model-explained"><p>I should reiterate that much of what is possible with Flex Box can already be achieved with existing CSS properties such as float, margin and position. The difference is that Flex Box has been created with the express intent of laying out web pages so it makes that task much, much easier.</p>
<p>Here’s a quick summary of what it does: equally distributes space between elements without the need for you to make complex calculations; enables you to make equal-height columns and to vertically align elements within their parent; enables you to change the order in which elements are displayed, regardless of their order in the DOM tree; removes the need to use the float property for layouts. In short, it enables you to do all of the stuff that you’ve had to hack around in the past. Sounds perfect!</p>
</blockquote>
<p>Leider mangels Support im IE zur Zeit nur eingeschr&#228;nkt nutzbar.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/" title="Fold Out Popups">Fold Out Popups</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/22/css3-multi-column-layouts/" title="CSS3 Multi-column Layouts">CSS3 Multi-column Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/" title="CSS3 breadcrumbs">CSS3 breadcrumbs</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/18/css3-click-chart/" title="CSS3 Click Chart">CSS3 Click Chart</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/12/filter-functionality-with-css3/" title="Filter Functionality with CSS3">Filter Functionality with CSS3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liquid CSS&#160;Vorlagen</title>
		<link>http://www.guymon.de/wordpress/2011/06/27/liquid-css-vorlagen/</link>
		<comments>http://www.guymon.de/wordpress/2011/06/27/liquid-css-vorlagen/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 09:58:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6179</guid>
		<description><![CDATA[Wer zu faul ist sich seine Liquid CSS Layouts selbst zu bauen, oder einfach schnell ein CSS Grundger&#252;st braucht wird bei Devlounge f&#252;ndig. Not everyone is busy daily with CSS, which makes it understandable you don’t know CSS layout structure and code by memory. It’s good to have some good sources providing ready basic code [...]]]></description>
			<content:encoded><![CDATA[<p>Wer zu faul ist sich seine Liquid CSS Layouts selbst zu bauen, oder einfach schnell ein CSS Grundger&#252;st braucht wird bei Devlounge <a href="http://www.devlounge.net/code/css-layout-techniques">f&#252;ndig</a>.</p>
<blockquote cite="http://www.devlounge.net/code/css-layout-techniques"><p>Not everyone is busy daily with CSS, which makes it understandable you don’t know CSS layout structure and code by memory. It’s good to have some good sources providing ready basic code to get started on a new website. The pro of using these layout is that they are already tested and bug free.</p>
<p>If you like fluid layouts and have difficulty with or no time for the math, ‘<a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm">The Perfect 3 Column Liquid Layout (Percentage widths)</a>’ is the right solution for you. Ethan Marcotte has a chapter in <a href="http://handcraftedcss.com/">Handcrafted CSS</a> dedicated to fluid layouts, if you have the book it is a good source to learn the math behind fluid layouts.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/" title="Elastic Grid Layouts">Elastic Grid Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/02/css-layout-patterns/" title="CSS Layout Patterns">CSS Layout Patterns</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/12/css-box-sizing/" title="CSS: Box Sizing">CSS: Box Sizing</a></li><li><a href="http://www.guymon.de/wordpress/2010/05/15/css-fluid-layouts/" title="CSS: Fluid Layouts">CSS: Fluid Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/14/css-background-fade/" title="CSS: Background Fade">CSS: Background Fade</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/06/27/liquid-css-vorlagen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elastic Grid&#160;Layouts</title>
		<link>http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/</link>
		<comments>http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 08:50:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[elastic]]></category>
		<category><![CDATA[grid layouts]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6159</guid>
		<description><![CDATA[Steven Bradley erkl&#228;rt Elastic CSS Layouts und die Unterschiede zu Fluid Layouts. Developing flexible layouts with relative measurements should be a goal for web design as the format in which our designs live (the browser) will always be flexible. Those measurements can be relative to the browser, which I’ve defined as fluid layouts or relative [...]]]></description>
			<content:encoded><![CDATA[<p>Steven Bradley <a href="http://www.vanseodesign.com/css/elastic-layout-code/">erkl&#228;rt</a> Elastic CSS Layouts und die Unterschiede zu Fluid Layouts. </p>
<blockquote cite="http://www.vanseodesign.com/css/elastic-layout-code/"><p>Developing flexible layouts with relative measurements should be a goal for web design as the format in which our designs live (the browser) will always be flexible.</p>
<p>Those measurements can be relative to the browser, which I’ve defined as fluid layouts or relative to something internal to the design, which I’ve defined as elastic layouts.</p>
<p>It’s quite simple to move from a fluid layout to an elastic one. All it takes is changing the measurement of the outermost container from % to ‘em.’ Everything inside that container will then be relative to the design instead of the browser window. Inner containers can continue to be measured in %..</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/05/09/yui-grids-css/" title="YUI Grids CSS">YUI Grids CSS</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/13/fluid-grid-css-framework/" title="Fluid Grid CSS Framework">Fluid Grid CSS Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/11/09/css-layout-tabellen/" title="(CSS) Layout Tabellen">(CSS) Layout Tabellen</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/22/sparkl-css-framework/" title="Sparkl CSS framework">Sparkl CSS framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/16/grid-design-basics/" title="Grid design basics">Grid design basics</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluid&#160;Images</title>
		<link>http://www.guymon.de/wordpress/2011/06/08/fluid-images-2/</link>
		<comments>http://www.guymon.de/wordpress/2011/06/08/fluid-images-2/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 21:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[image resize]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Responsive Web Design]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6132</guid>
		<description><![CDATA[Auf A List Apart gibt es einen Auszug aus dem Buch Responsive Web Design der sich mit Fluid Images bech&#228;ftigt. First discovered by designer Richard Rutter, this one rule immediately provides an incredibly handy constraint for every image in our document. Now, our img element will render at whatever size it wants, as long as [...]]]></description>
			<content:encoded><![CDATA[<p>Auf A List Apart gibt es einen <a href="http://www.alistapart.com/articles/fluid-images/">Auszug</a> aus dem Buch <a href="http://www.abookapart.com/products/responsive-web-design">Responsive Web Design</a> der sich mit Fluid Images bech&#228;ftigt.</p>
<blockquote cite="http://www.alistapart.com/articles/fluid-images/"><p><a href="http://clagnut.com/sandbox/imagetest/">First discovered by designer Richard Rutter</a>, this one rule immediately provides an incredibly handy constraint for every image in our document. Now, our img element will render at whatever size it wants, as long as it’s narrower than its containing element. But if it happens to be wider than its container, then the max-width: 100% directive forces the image’s width to match the width of its container. </p>
</blockquote>
<p>Ich denke das Buch werde ich mir anschaffen, klingt spannend.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/09/01/adaptive-images/" title="Adaptive Images">Adaptive Images</a></li><li><a href="http://www.guymon.de/wordpress/2012/02/03/responsive-design-am-beispiel-boston-globe/" title="Responsive Design am Beispiel Boston Globe">Responsive Design am Beispiel Boston Globe</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/21/yamb-yet-another-mobile-boilerplate/" title="YAMB &#8211; Yet Another Mobile Boilerplate">YAMB &#8211; Yet Another Mobile Boilerplate</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/09/adaptive-images-for-responsive-designs/" title="Adaptive Images for Responsive Designs">Adaptive Images for Responsive Designs</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/06/08/fluid-images-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Layout&#160;Patterns</title>
		<link>http://www.guymon.de/wordpress/2011/05/02/css-layout-patterns/</link>
		<comments>http://www.guymon.de/wordpress/2011/05/02/css-layout-patterns/#comments</comments>
		<pubDate>Mon, 02 May 2011 07:54:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6033</guid>
		<description><![CDATA[Steven Bradley bespricht die Vor- und Nachteile unterschiedlicher CSS Layout Ans&#228;tze: The next website you develop will likely be one of the 6 types we’ve been discussing these last couple of posts. Each layout has its strengths and weaknesses and it makes sense to learn how to code for each type. Fixed Width &#8212; least [...]]]></description>
			<content:encoded><![CDATA[<p>Steven Bradley <a href="http://www.vanseodesign.com/css/css-layout-patterns-part-2/">bespricht</a> die Vor- und Nachteile unterschiedlicher CSS Layout Ans&#228;tze:</p>
<blockquote cite="http://www.vanseodesign.com/css/css-layout-patterns-part-2/"><p>The next website you develop will likely be one of the 6 types we’ve been discussing these last couple of posts. Each layout has its strengths and weaknesses and it makes sense to learn how to code for each type.</p>
<ul>
<li><strong>Fixed Width</strong> &mdash; least expensive, simplest to develop, most control over visual design</li>
<li><strong>Fluid/Liquid</strong> &mdash; Most flexible, everything relative to browser window (external to design)</li>
<li><strong>Elastic</strong> &mdash; Flexible, everything relative to part of the design, usually font size (internal to design)</li>
<li><strong>Hybrid</strong> &mdash; Can be both flexible and static. Different hybrid layouts can lean toward either.</li>
<li><strong>Responsive</strong> &mdash; Best when site needs to work well across a range of known devices, browsers, etc.</li>
<li><strong>Fliud/Elastic Grids</strong> &mdash; Offers a way to maintain order inside a flexible container.</li>
</ul>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/06/27/liquid-css-vorlagen/" title="Liquid CSS Vorlagen">Liquid CSS Vorlagen</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/20/elastic-grid-layouts/" title="Elastic Grid Layouts">Elastic Grid Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/12/css-box-sizing/" title="CSS: Box Sizing">CSS: Box Sizing</a></li><li><a href="http://www.guymon.de/wordpress/2010/05/15/css-fluid-layouts/" title="CSS: Fluid Layouts">CSS: Fluid Layouts</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/14/css-background-fade/" title="CSS: Background Fade">CSS: Background Fade</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/05/02/css-layout-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>daily&#160;links</title>
		<link>http://www.guymon.de/wordpress/2011/03/24/daily-links-243/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/24/daily-links-243/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 17:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[panels]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5925</guid>
		<description><![CDATA[Panels 3: Creating a custom layout in your theme &#124; drupal.org A panel layout is a layout that can be used by the Panels module. You can add content to defined content areas within a panel. The Panels module comes with several layouts, but you can also create your own for your own module or [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://drupal.org/node/495654" rel="external">Panels 3: Creating a custom layout in your theme | drupal.org</a>
<div>A panel layout is a layout that can be used by the Panels module. You can add content to defined content areas within a panel. The Panels module comes with several layouts, but you can also create your own for your own module or theme. Here we will create a layout for a theme.</div>
</li>
<li><a href="http://typo3.org/extensions/repository/view/t3jquery/1.10.0/" rel="external">TYPO3 - the Enterprise Open Source CMS: Repository</a>
<div>Provides a shared version of the jQuery Javascript framework for use in other extensions. See class.tx_t3jquery.php for API and usage. Includes BE module for configuring which parts of jQuery UI you want included.</div>
</li>
<li><a href="http://typo3blogger.de/extension-typoscript-templates/" rel="external">Extension TypoScript Templates – Video Tutorial | TYPO3 Blogger</a>
<div>Organisation ist das halbe Leben – dies gilt auch f&#252;r TYPO3-Homepages. F&#252;r mich als Anf&#228;nger war es schwer zu verstehen, meine TypoScript-Datens&#228;tze (TypoScript Extensions Templates) zu organisieren. In diesem Video zeige ich Anf&#228;ngern kurz (ca. 12 Minuten^^) wie es im TYPO3 Introduction Package gel&#246;st wurde</div>
</li>
<li><a href="http://jplayer.org/" rel="external">jPlayer&#160;: HTML5 Audio &amp; Video for jQuery</a>
<div>jPlayer is a jQuery plugin that allows you to:&lt;br /&gt;<br />
_play and control media files in your webpage&lt;br /&gt;<br />
_create and style a media player using just HTML and CSS&lt;br /&gt;<br />
_add audio and video to your jQuery projects&lt;br /&gt;<br />
_support more devices using HTML5&lt;br /&gt;<br />
_support older browsers using a Flash Fallback&lt;br /&gt;<br />
_control media on your website using a JavaScript API</div>
</li>
<li><a href="https://github.com/heyday/Geared-Scrolling" rel="external">heyday/Geared-Scrolling - GitHub</a>
<div>Basically, we wanted a way to prolong the visibility of certain columns in a 3-column layout.&lt;br /&gt;<br />
We thought - how about we do some funky proportional scrolling that slows the scrolling of shorter columns so that, as a user scrolls down the page, the columns will line up along the baseline of the tallest column&#8230; if this makes no sense it&#8217;s probably better you check it out in action: http://downtothewire.co.nz/ - sorry, our implmentation is for Webkit browsers only</div>
</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/01/19/daily-links-219/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/29/drupal-views-quicksand/" title="Drupal: Views Quicksand ">Drupal: Views Quicksand </a></li><li><a href="http://www.guymon.de/wordpress/2011/08/11/schonere-selectboxen-mit-chosen/" title="Schönere Selectboxen mit Chosen">Schönere Selectboxen mit Chosen</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/26/drupal-und-jquery/" title="Drupal und jQuery">Drupal und jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/23/drupal-7-display-suite-and-panels/" title="Drupal 7: Display Suite and Panels">Drupal 7: Display Suite and Panels</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/24/daily-links-243/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps&#160;Background</title>
		<link>http://www.guymon.de/wordpress/2011/03/17/google-maps-background/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/17/google-maps-background/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 08:25:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[mapping]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5905</guid>
		<description><![CDATA[Eine Google Map als Hintergrund, nette Idee. Hier gibt es das Blogposting dazu. I gave the id “map_canvas” the inline style of absolute positioning with its top/right/left/bottom parameters all set to 0 and then also the z-index to 0. It IS necessary to position it in the BODY element as the VERY LAST element before [...]]]></description>
			<content:encoded><![CDATA[<p>Eine Google Map als <a href="http://wadehammes.com/dewey-beach/">Hintergrund</a>, nette Idee.</p>
<p><a href="http://blog.wadehammes.com/post/3837158298">Hier</a> gibt es das Blogposting dazu.</p>
<blockquote cite="http://blog.wadehammes.com/post/3837158298"><p>I gave the id “map_canvas” the inline style of absolute positioning with its top/right/left/bottom parameters all set to 0 and then also the z-index to 0. It IS necessary to position it in the BODY element as the VERY LAST element before the close body tag.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/10/31/leaflet-a-library-for-interactive-maps/" title="Leaflet: A Library for Interactive Maps">Leaflet: A Library for Interactive Maps</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/15/fancy-scrolling/" title="Fancy Scrolling">Fancy Scrolling</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/02/fold-out-popups/" title="Fold Out Popups">Fold Out Popups</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/21/google-fusion-tables/" title="Google Fusion Tables">Google Fusion Tables</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/08/css3-flexible-box-model/" title="CSS3 Flexible Box Model">CSS3 Flexible Box Model</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/17/google-maps-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQUery: Contextual&#160;Slideout</title>
		<link>http://www.guymon.de/wordpress/2011/03/10/jquery-contextual-slideout/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/10/jquery-contextual-slideout/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 08:56:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5883</guid>
		<description><![CDATA[Martin Angelov erkl&#228;rt wie die CS5 Produkt Seiten von Adobe, sehr schick by the way, realisiert werden k&#246;nnen. The slideouts are ideal for presenting only the highlights of a product, with the details neatly hidden away. You can easily incorporate images, videos, or any other rich multimedia content, to create a unique experience for your [...]]]></description>
			<content:encoded><![CDATA[<p>Martin Angelov <a href="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/">erkl&#228;rt</a> wie die <a href="http://www.adobe.com/products/photoshop/photoshopextended/">CS5 Produkt Seiten</a> von Adobe, sehr schick by the way, realisiert werden k&#246;nnen.</p>
<blockquote cite="http://tutorialzine.com/2010/04/slideout-context-tips-jquery-css3/"><p>The slideouts are ideal for presenting only the highlights of a product, with the details neatly hidden away. You can easily incorporate images, videos, or any other rich multimedia content, to create a unique experience for your visitors.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/03/24/daily-links-243/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/08/jquery-masonry/" title="jQuery: Masonry">jQuery: Masonry</a></li><li><a href="http://www.guymon.de/wordpress/2009/04/30/jquery-plugin-for-css3-template-layout/" title="jQuery Plugin for CSS3 Template Layout">jQuery Plugin for CSS3 Template Layout</a></li><li><a href="http://www.guymon.de/wordpress/2009/02/23/4095/" title=""></a></li><li><a href="http://www.guymon.de/wordpress/2008/12/12/jquery-equalheights-plugin/" title="jQuery: EqualHeights Plugin">jQuery: EqualHeights Plugin</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/10/jquery-contextual-slideout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-08 12:12:34 -->
