<?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; Programmierung</title>
	<atom:link href="http://www.guymon.de/wordpress/category/programmierung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:57:54 +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>Responsive Design am Beispiel Boston&#160;Globe</title>
		<link>http://www.guymon.de/wordpress/2012/02/03/responsive-design-am-beispiel-boston-globe/</link>
		<comments>http://www.guymon.de/wordpress/2012/02/03/responsive-design-am-beispiel-boston-globe/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Responsive Web Design]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6600</guid>
		<description><![CDATA[Tito Bottitta beschreibt den Prozess wie das Responsive Design des Boston Globe entstanden ist. Interessant fand ich die Wahl von InDesign als Programm zur Gestaltung. Hands down, the answer was InDesign. At its core, BostonGlobe.com is a publication website, and InDesign is the best tool for laying out publications and content. Yes, there are huge [...]]]></description>
			<content:encoded><![CDATA[<p>Tito Bottitta <a href="http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/" title="How to Approach a Responsive Design">beschreibt</a> den Prozess wie das Responsive Design des Boston Globe entstanden ist.</p>
<p>Interessant fand ich die Wahl von InDesign als Programm zur Gestaltung.</p>
<blockquote cite="http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/"><p>Hands down, the answer was InDesign. At its core, BostonGlobe.com is a publication website, and InDesign is the best tool for laying out publications and content. Yes, there are huge differences between designing print publications and designing for the web, but consider this: Most web pages are simply a combination of photos and text. And where Photoshop excels at manipulating images (but sucks at type) and Illustrator is exceptional at typography (but sucks with images), InDesign is built for both.</p>
<p>Even better, InDesign’s internal logic parallels that of web design and development. Every new document begins with a grid. It uses type and object stylesheets that should be familiar to anyone who has used CSS, allowing you to change the characteristics of every headline (or object) from one master style.</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/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><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/2011/08/24/the-semantic-grid-system/" title="The Semantic Grid System ">The Semantic Grid System </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/02/03/responsive-design-am-beispiel-boston-globe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Effects with&#160;CSS</title>
		<link>http://www.guymon.de/wordpress/2012/02/02/image-effects-with-css/</link>
		<comments>http://www.guymon.de/wordpress/2012/02/02/image-effects-with-css/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[image effects]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6598</guid>
		<description><![CDATA[Nick La stellt einige sch&#246;ne Bildeffekt vor – embossed, soft embossed, cutout und glossy. Various styles such as embossed, cutout / pressed, and glossy effect can be achieved using multiple inset box-shadows. You can also use the :before element to another layer of effect such as glossy gradient. See the demo source code for CSS [...]]]></description>
			<content:encoded><![CDATA[<p>Nick La stellt einige <a href="http://webdesignerwall.com/tutorials/css3-image-styles-part-2" title="CSS3 Image Styles – Part 2">sch&#246;ne Bildeffekt</a> vor – embossed, soft embossed, cutout und glossy.</p>
<blockquote cite="http://webdesignerwall.com/tutorials/css3-image-styles-part-2"><p>Various styles such as embossed, cutout / pressed, and glossy effect can be achieved using multiple inset box-shadows. You can also use the :before element to another layer of effect such as glossy gradient. See the <a href="http://webdesignerwall.com/demo/css3-image-styles-part-2/">demo</a> source code for CSS details. Resize your browser window to see the resizable images.</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/20/photo-stack-effect-with-css-or-mootools/" title="Photo Stack Effect with CSS or MooTools">Photo Stack Effect with CSS or MooTools</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/24/box-shadow-insert-bei-bildern/" title="box-shadow: insert bei Bildern">box-shadow: insert bei Bildern</a></li><li><a href="http://www.guymon.de/wordpress/2010/08/04/daily-links-163/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/04/16/es-muss-nicht-immer-javascript-sein/" title="Es muss nicht immer JavaScript sein">Es muss nicht immer JavaScript sein</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/31/schicke-css-effekte/" title="Schicke CSS Effekte">Schicke CSS Effekte</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/02/02/image-effects-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery&#160;Fun</title>
		<link>http://www.guymon.de/wordpress/2012/01/26/jquery-fun/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/26/jquery-fun/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 08:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[typografie]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6594</guid>
		<description><![CDATA[Zwei jQuery Projekte sind mir heute im RSS Reader aufgefallen. Zum einen scrollorama von John Polacek, the jQuery plugin for doing cool scrolly stuff. Nett, wenn auch wohl (noch) nicht f&#252;r den Kundeneinsatz geeignet. Das zweit Plugin ist Arctext.js – Curving Text with CSS3 and jQuery. While CSS3 allows us to rotate letters, it is [...]]]></description>
			<content:encoded><![CDATA[<p>Zwei jQuery Projekte sind mir heute im RSS Reader aufgefallen.</p>
<p>Zum einen <a href="http://johnpolacek.github.com/scrollorama/" title="scrollorama">scrollorama</a> von John Polacek, the jQuery plugin for doing cool scrolly stuff. Nett, wenn auch wohl (noch) nicht f&#252;r den Kundeneinsatz geeignet.</p>
<p>Das zweit Plugin ist <a href="http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/">Arctext.js – Curving Text with CSS3 and jQuery</a>.</p>
<blockquote cite="http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/"><p>While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let&#8217;s you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.</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/12/23/typography-effects-with-css3-and-jquery/" title="Typography Effects with CSS3 and jQuery">Typography Effects with CSS3 and jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/28/typography-and-ampersands/" title="Typography and Ampersands">Typography and Ampersands</a></li><li><a href="http://www.guymon.de/wordpress/2008/07/09/widows-mit-jquery-vermeiden/" title="Widows mit jQuery vermeiden">Widows mit jQuery vermeiden</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/09/technical-web-typography-2/" title="Technical Web Typography">Technical Web Typography</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/14/jquery-performance-2/" title="jQuery Performance">jQuery Performance</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/26/jquery-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3&#160;breadcrumbs</title>
		<link>http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6593</guid>
		<description><![CDATA[Einige Ideen f&#252;r Breadcrumb Men&#252;s mit CSS3 und ohne Bilder stellt Catalin Rosu vor. Ausgangspunkt ist eine Link-Liste und CSS pseudo-elemente, border-radius, transforms, etc.Possibly related posts (automatically generated)CSS3 Click ChartFilter Functionality with CSS3Typography Effects with CSS3 and jQueryTypo3: ttnews BreadcrumbsCSS3 Accordion Men&#252;]]></description>
			<content:encoded><![CDATA[<p>Einige Ideen f&#252;r <a href="http://www.red-team-design.com/css3-breadcrumbs" title="CSS3 breadcrumbs">Breadcrumb Men&#252;s</a> mit CSS3 und ohne Bilder stellt Catalin Rosu vor.</p>
<p>Ausgangspunkt ist eine Link-Liste und CSS pseudo-elemente, border-radius, transforms, etc.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><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><li><a href="http://www.guymon.de/wordpress/2011/12/23/typography-effects-with-css3-and-jquery/" title="Typography Effects with CSS3 and jQuery">Typography Effects with CSS3 and jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/22/typo3-ttnews-breadcrumbs/" title="Typo3: ttnews Breadcrumbs">Typo3: ttnews Breadcrumbs</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/16/css3-accordion-menu/" title="CSS3 Accordion Menü">CSS3 Accordion Menü</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Click&#160;Chart</title>
		<link>http://www.guymon.de/wordpress/2012/01/18/css3-click-chart/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/18/css3-click-chart/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:15:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6587</guid>
		<description><![CDATA[Eine sch&#246;ne und hilfreiche Webseite ist CSS3 Click Chart. F&#252;r verschiedene CSS3 Eigenschaften gibt es Codebeispiele, eine Live Preview, eine Liste der Browser die die Eigenschaft unterst&#252;tzen und welche Polyfils f&#252;r weniger gute Browser verf&#252;gbar sind. Sehr sch&#246;n.Possibly related posts (automatically generated)CSS3 breadcrumbsFilter Functionality with CSS3Typography Effects with CSS3 and jQueryCSS3 Accordion Men&#252;3d Rollovers]]></description>
			<content:encoded><![CDATA[<p>Eine sch&#246;ne und hilfreiche Webseite ist <a href="http://css3clickchart.com/">CSS3 Click Chart</a>.</p>
<p>F&#252;r verschiedene CSS3 Eigenschaften gibt es Codebeispiele, eine Live Preview, eine Liste der Browser die die Eigenschaft unterst&#252;tzen und welche Polyfils f&#252;r weniger gute Browser verf&#252;gbar sind.</p>
<p>Sehr sch&#246;n.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><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/12/filter-functionality-with-css3/" title="Filter Functionality with CSS3">Filter Functionality with CSS3</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/23/typography-effects-with-css3-and-jquery/" title="Typography Effects with CSS3 and jQuery">Typography Effects with CSS3 and jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/16/css3-accordion-menu/" title="CSS3 Accordion Menü">CSS3 Accordion Menü</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/16/3d-rollovers/" title="3d Rollovers">3d Rollovers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/18/css3-click-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprite Generator f&#252;r den&#160;Mac</title>
		<link>http://www.guymon.de/wordpress/2012/01/18/sprite-generator-fur-den-mac/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/18/sprite-generator-fur-den-mac/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[CSS sprites]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6586</guid>
		<description><![CDATA[SpriteRight schaut wie ein fantastisches Tools aus. SpriteRight is a CSS spritesheet generator for the Mac that lets you import your existing images or stylesheets. Leider nur f&#252;r OS X 10.7 und nur &#252;ber den AppStore. Der zweite Punkt nervt mich ein wenig. Warum kann man Software denn nicht &#8220;normal&#8221; kaufen, also ohne Apple ID, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spriterightapp.com/" title="SpriteRight – Create effortless CSS spritesheets">SpriteRight</a> schaut wie ein fantastisches Tools aus.</p>
<blockquote cite="http://spriterightapp.com/"><p>SpriteRight is a CSS spritesheet generator for the Mac that lets you import your existing images or stylesheets.</p>
</blockquote>
<p>Leider nur f&#252;r OS X 10.7 und nur &#252;ber den AppStore. Der zweite Punkt nervt mich ein wenig. Warum kann man Software denn nicht &#8220;normal&#8221; kaufen, also ohne Apple ID, grrr.</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/07/06/diagonal-sprites/" title="Diagonal Sprites">Diagonal Sprites</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/13/spritemapper/" title="Spritemapper">Spritemapper</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/09/spritebox/" title="Spritebox">Spritebox</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/20/sprite-creator/" title="Sprite Creator">Sprite Creator</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/09/css-sprite-tips/" title="CSS Sprite Tips">CSS Sprite Tips</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/18/sprite-generator-fur-den-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal:&#160;Mega-Menus</title>
		<link>http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 15:53:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mega.menu]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6583</guid>
		<description><![CDATA[Einfach Mega Menus mit Views in Drupal erstellen. Menu Views allows administrators to attach a view inside a menu item. This is useful when creating &#8220;mega-menus&#8221; with content such as: Recent blog, node, or user posts Complex views that contain graphics and other HTML structures. This module adds an &#8220;Attach view&#8221; fieldset on any add/edit [...]]]></description>
			<content:encoded><![CDATA[<p>Einfach <a href="https://drupal.org/project/menu_views">Mega Menus</a> mit Views in Drupal erstellen.</p>
<blockquote cite="https://drupal.org/project/menu_views"><p>Menu Views allows administrators to attach a view inside a menu item.<br />
This is useful when creating &#8220;mega-menus&#8221; with content such as:</p>
<ul>
<li>Recent blog, node, or user posts</li>
<li>Complex views that contain graphics and other HTML structures.</li>
</ul>
<p>This module adds an &#8220;Attach view&#8221; fieldset on any add/edit menu item on any menu (admin/structure/menu/manage) where you can select a view, display and pass arguments.</p>
<p>Optionally, if you wish to display only the view, you may set the menu item&#8217;s path to <view>. This will ensure the title and path (link) is not rendered.</view></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/12/19/drupal-views-aggregation/" title="Drupal: Views Aggregation">Drupal: Views Aggregation</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/19/drupal-alle-felder-ein-view-durchsuchen/" title="Drupal: Alle Felder ein View durchsuchen">Drupal: Alle Felder ein View durchsuchen</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/09/21/drupal-custom-contextual-links-in-views/" title="Drupal: Custom Contextual Links in Views">Drupal: Custom Contextual Links in Views</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/30/drupal-mega-menus/" title="Drupal: Mega Menus">Drupal: Mega Menus</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pr&#228;sentationen mit&#160;impress.js</title>
		<link>http://www.guymon.de/wordpress/2012/01/14/prasentationen-mit-impress-js/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/14/prasentationen-mit-impress-js/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 15:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[präsentation]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6582</guid>
		<description><![CDATA[Das Pr&#228;sentations-Framework impress.js sieht wirklich gut aus! Eine Demo kann man sich hier ansehen. Schick.Possibly related posts (automatically generated)Performance: Delayed ContentAliceJSInteraktive Webseiten mit TangleDrupal 7: JavaScriptGenerating CSS animations in JavaScript]]></description>
			<content:encoded><![CDATA[<p>Das Pr&#228;sentations-Framework <a href="https://github.com/bartaz/impress.js#readme" title="impress.js">impress.js</a> sieht wirklich gut aus!</p>
<p>Eine Demo kann man sich <a href="http://bartaz.github.com/impress.js/#/bored">hier</a> ansehen. Schick.</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/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/04/alicejs/" title="AliceJS">AliceJS</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/01/interaktive-webseiten-mit-tangle/" title="Interaktive Webseiten mit Tangle">Interaktive Webseiten mit Tangle</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/14/drupal-7-javascript-2/" title="Drupal 7: JavaScript">Drupal 7: JavaScript</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/09/generating-css-animations-in-javascript/" title="Generating CSS animations in JavaScript">Generating CSS animations in JavaScript</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/14/prasentationen-mit-impress-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal: Field&#160;API</title>
		<link>http://www.guymon.de/wordpress/2012/01/13/drupal-field-api/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/13/drupal-field-api/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 09:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[field-api]]></category>
		<category><![CDATA[fields]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6580</guid>
		<description><![CDATA[Felix Hofmann zeigt an einigen Beispielen wie man mit der Field-API einzelne Felder rendert. &#60;?php // Wir holen uns das Node-Objekt &#252;ber node_load(). $node = node_load($nid); // Unser Konfigurationsarray. $display = array( &#x27;type&#x27; =&#62; &#x27;image&#x27;, // Der Feld-Typ z.B. image, file, text. &#x27;settings&#x27; =&#62; array( // Formatter-settings. &#x27;image_style&#x27; =&#62; &#x27;your_image_style&#x27;, // Bild mit einem angelegtem [...]]]></description>
			<content:encoded><![CDATA[<p>Felix Hofmann <a href="http://www.comm-press.de/blog/fields-rendern-helferlein-der-drupal-7-field-api" title="Fields rendern - Helferlein der Drupal 7 Field-API">zeigt</a> an einigen Beispielen wie man mit der Field-API einzelne Felder rendert.</p>
<pre class="prettyprint">&lt;?php
 // Wir holen uns das Node-Objekt &uuml;ber node_load().
 $node = node_load($nid);
 // Unser Konfigurationsarray.
 $display = array(
 &#x27;type&#x27; =&gt; &#x27;image&#x27;, // Der Feld-Typ z.B. image, file, text.
 &#x27;settings&#x27; =&gt; array( // Formatter-settings.
 &#x27;image_style&#x27; =&gt; &#x27;your_image_style&#x27;, // Bild mit einem angelegtem Bildstil ausgeben.
 &#x27;image_link&#x27; =&gt; &#x27;content&#x27;, // Und das Bild noch auf den Inhalt verlinken.
 ),
 );
 // Wir holen uns alle Elemente des Feldes
 $items = field_get_items(&#x27;node&#x27;, $node, &#x27;field_name&#x27;);
 // Value f&uuml;r das erste Element des Feldes
 $variables[&#x27;output&#x27;] = field_view_value(&#x27;node&#x27;, $node, $item[$delta], $display);
 // f&#252;r die Ausgabe
 print render($output);
?&gt;</pre><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/02/drupal-7-creating-custom-fields/" title="Drupal 7: Creating Custom Fields ">Drupal 7: Creating Custom Fields </a></li><li><a href="http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/" title="Drupal: Mega-Menus">Drupal: Mega-Menus</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/19/drupal-views-aggregation/" title="Drupal: Views Aggregation">Drupal: Views Aggregation</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/19/drupal-alle-felder-ein-view-durchsuchen/" title="Drupal: Alle Felder ein View durchsuchen">Drupal: Alle Felder ein View durchsuchen</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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/13/drupal-field-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Features in Joomla!&#160;2.5</title>
		<link>http://www.guymon.de/wordpress/2012/01/12/new-features-in-joomla-2-5/</link>
		<comments>http://www.guymon.de/wordpress/2012/01/12/new-features-in-joomla-2-5/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 09:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6576</guid>
		<description><![CDATA[Die &#220;bersicht der neuen Features in Joomla 2.5 sieht sehr gut aus. Joomla 2.5, due out in January 2012, will have a host of new features including new search functionality, multi-database support, and update notification. (…) Moving from 1.7 to 2.5 can be done with the one-click upgrade within Joomla and most extensions that run [...]]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html" title="New Features in Joomla! 2.5">&#220;bersicht</a> der neuen Features in Joomla 2.5 sieht sehr gut aus.</p>
<blockquote cite="http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html"><p>Joomla 2.5, due out in January 2012, will have a host of new features including new search functionality, multi-database support, and update notification. (…) Moving from 1.7 to 2.5 can be done with the one-click upgrade within Joomla and most extensions that run on 1.7 should also run on 2.5.</p>
<p>Based on Finder, which was developed by jXtended, Joomla 2.5 has added an exciting new natural language search function. This feature incorporated auto-completion and stemming. Stemming is the ability for the search to use the root of the word you entered to locate matches. While there is still work to be done, this search is also much better at searching in languages other than English.</p>
<p>This new search is faster and more versatile that the standard search. The data is indexed to get this flexibility and speed. New plugins are required to use this search. Joomla ships with the new core extension plugins, but other extension developers will need to create their own plugins to work with this new search. By default, the standard search is active and this new search is disabled. You can enable the plugin and index your files when the extensions you want to search have the new plugins.</p>
</blockquote>
<p>Ich werde die <a href="http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&#038;frs_package_id=6220">Beta 2</a> die Tage mal testen.</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/07/18/joomla-1-6-upgrade-nach-1-7/" title="Joomla! 1.6 Upgrade nach 1.7">Joomla! 1.6 Upgrade nach 1.7</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/01/joomla-image-resizing/" title="Joomla: Image Resizing">Joomla: Image Resizing</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/25/template-entwicklung-fur-joomla-1-6/" title="Template-Entwicklung für Joomla! 1.6">Template-Entwicklung für Joomla! 1.6</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/24/joomla-fox-contact/" title="Joomla: Fox Contact ">Joomla: Fox Contact </a></li><li><a href="http://www.guymon.de/wordpress/2011/05/21/videos-von-der-j-and-beyond-2011/" title="Videos von der J and Beyond 2011">Videos von der J and Beyond 2011</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2012/01/12/new-features-in-joomla-2-5/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-05 03:09:55 -->
