<?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; image effects</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/image-effects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:28:19 +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>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>Bildeffekte mit&#160;Canvas</title>
		<link>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/</link>
		<comments>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 12:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[image effects]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6552</guid>
		<description><![CDATA[Zwei interessante Canvas Bibliotheken sind mir heute &#252;ber den Weg gelaufen. Da ist zum einen PaintbrushJS PaintbrushJS is a lightweight, browser-based image processing library that can apply various visual filters to images within a web page. You use it by applying a class to an element on the page and setting a few parameters with [...]]]></description>
			<content:encoded><![CDATA[<p>Zwei interessante Canvas Bibliotheken sind mir heute &#252;ber den Weg gelaufen. Da ist zum einen <a href="http://mezzoblue.github.com/PaintbrushJS/demo/usage.html" title="PaintbrushJS">PaintbrushJS</a></p>
<blockquote cite="https://github.com/mezzoblue/PaintbrushJS/wiki/documentation"><p>PaintbrushJS is a lightweight, browser-based image processing library that can apply various visual filters to images within a web page.</p>
<p>You use it by applying a class to an element on the page and setting a few parameters with some extra HTML attributes. If the element is an img or it has a background-image set in your CSS, PaintbrushJS will create a temporary canvas element and manipulate the image there, before finally saving it back out to the original element.</p>
</blockquote>
<p>und zum anderen <a href="http://camanjs.com">CamanJS</a></p>
<blockquote cite="http://camanjs.com"><p>The main focus of CamanJS is manipulating images using the HTML5 canvas and Javascript. It&#8217;s a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. It is also completely library independent and can be safely used next to jQuery, YUI, Scriptaculous, MooTools, etc.</p>
<p>CamanJS is very easy to extend with new filters and plugins, and it comes with a wide array of image editing functionality, which is only growing as the community makes more plugins. It has a powerful layering system, much like the one present in Photoshop and GIMP, that makes the sky the limit for your creativity.</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/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/02/daily-links-222/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/28/javascript-transm/" title="JavaScript: TransM">JavaScript: TransM</a></li><li><a href="http://www.guymon.de/wordpress/2009/11/23/jqslickwrap/" title="jQSlickWrap">jQSlickWrap</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: Image Zoom&#160;Tour</title>
		<link>http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/</link>
		<comments>http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:33:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6308</guid>
		<description><![CDATA[Sehr cooler Effekt f&#252;r den ich sicherlich mal Verwendung finden werde. Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view. This next step can contain other tags that again allow to show more images. We [...]]]></description>
			<content:encoded><![CDATA[<p>Sehr <a href="http://tympanus.net/codrops/2011/08/23/image-zoom-tour/" title="Image Zoom Tour with jQuery">cooler Effekt</a> f&#252;r den ich sicherlich mal Verwendung finden werde.</p>
<blockquote cite="http://tympanus.net/codrops/2011/08/23/image-zoom-tour/"><p>Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view. This next step can contain other tags that again allow to show more images. We achieve the “zoom” effect by enlarging the current image and fading in the new one.</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/21/photo-stack-with-jquery/" title="Photo Stack with jQuery">Photo Stack with jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/01/rotating-image-slideshow/" title="Rotating Image Slideshow">Rotating Image Slideshow</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/13/jquery-orbit-image-slider/" title=" jQuery: Orbit Image Slider"> jQuery: Orbit Image Slider</a></li><li><a href="http://www.guymon.de/wordpress/2010/08/04/daily-links-163/" title="daily links">daily links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo Stack with&#160;jQuery</title>
		<link>http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/</link>
		<comments>http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6251</guid>
		<description><![CDATA[Nach der MooTools Variante hier die jQuery Version. If you are using Google Plus then you must have noticed the photo stack effect when you view your own album or someone else album. In this tutorial, I will explain how you can achieve this effect powered by Jquery and CSS3 Possibly related posts (automatically generated)Typography [...]]]></description>
			<content:encoded><![CDATA[<p>Nach der <a href="http://www.guymon.de/wordpress/2011/07/20/photo-stack-effect-with-css-or-mootools/" title="Google Photo Stack with MooTools">MooTools Variante</a> hier die <a href="http://youhack.me/2011/07/15/google-plus-photo-stack-animation-using-jquery-and-css3/" title="Google Plus Photo stack animation using Jquery and CSS3">jQuery Version</a>.</p>
<blockquote cite="http://youhack.me/2011/07/15/google-plus-photo-stack-animation-using-jquery-and-css3/"><p>If you are using Google Plus then you must have noticed the photo stack effect when you view your own album or someone else album. In this tutorial, I will explain how you can achieve this effect powered by Jquery and CSS3</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/2011/08/24/jquery-image-zoom-tour/" title="jQuery: Image Zoom Tour">jQuery: Image Zoom Tour</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/07/jquery-fallback-fur-css3-animationen/" title="jQuery Fallback für CSS3 Animationen">jQuery Fallback für CSS3 Animationen</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/05/css3-animierte-buttons/" title="CSS3: Animierte Buttons">CSS3: Animierte Buttons</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo Stack Effect with CSS or&#160;MooTools</title>
		<link>http://www.guymon.de/wordpress/2011/07/20/photo-stack-effect-with-css-or-mootools/</link>
		<comments>http://www.guymon.de/wordpress/2011/07/20/photo-stack-effect-with-css-or-mootools/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 09:50:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6248</guid>
		<description><![CDATA[David Walsh baut den Foto Stack Effekt von Google Plus mit MooTools und CSS nach. Duplicating Google&#8217;s photo stack effect was much easier than I had expected it to be thanks to MooTools&#8217; flexible, easy to use Fx class. If you aren&#8217;t worried about animating back to original position, you can stick to the simple [...]]]></description>
			<content:encoded><![CDATA[<p>David Walsh <a href="http://davidwalsh.name/photo-stack" title="Create a Photo Stack Effect with Pure CSS Animations or MooTools">baut</a> den Foto Stack Effekt von Google Plus mit MooTools und CSS nach.</p>
<blockquote cite="http://davidwalsh.name/photo-stack"><p>Duplicating Google&#8217;s photo stack effect was much easier than I had expected it to be thanks to MooTools&#8217; flexible, easy to use Fx class. If you aren&#8217;t worried about animating back to original position, you can stick to the simple CSS solution. You can&#8217;t lose with either effect; they&#8217;re both very smooth and add a subtle touch of class to an otherwise dull photo display.</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/2012/02/02/image-effects-with-css/" title="Image Effects with CSS">Image Effects with CSS</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/11/21/schicker-thumbnail-hover-effect/" title="Schicker Thumbnail Hover Effect">Schicker Thumbnail Hover Effect</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/07/20/photo-stack-effect-with-css-or-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutter Effect for&#160;Photos</title>
		<link>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 08:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5882</guid>
		<description><![CDATA[Einen sehr schicken Foto Effekt demonstriert Martin Angelov . In today’s tutorial, we will be using the HTML5 canvas element to create a simple photography portfolio, which displays a set of featured photos with a camera shutter effect. This functionality will come in the form of an easy to use jQuery plugin that you can [...]]]></description>
			<content:encoded><![CDATA[<p>Einen sehr schicken Foto Effekt <a href="http://tutorialzine.com/2011/03/photography-portfolio-shutter-effect/">demonstriert</a> Martin Angelov .</p>
<blockquote cite="http://tutorialzine.com/2011/03/photography-portfolio-shutter-effect/"><p>In today’s tutorial, we will be using the HTML5 canvas element to create a simple photography portfolio, which displays a set of featured photos with a camera shutter effect. This functionality will come in the form of an easy to use jQuery plugin that you can easily incorporate into any website.</p>
</blockquote>
<p>Sehr cooler Effekt.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/11/23/jqslickwrap/" title="jQSlickWrap">jQSlickWrap</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/" title="jQuery: Image Zoom Tour">jQuery: Image Zoom Tour</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/" title="Photo Stack with jQuery">Photo Stack with jQuery</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>daily&#160;links</title>
		<link>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/</link>
		<comments>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 19:01:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5780</guid>
		<description><![CDATA[HTML5 Grayscale Image Hover Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I’ve put together a demo to show you how to use HTML5 &#38; jQuery to [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.webdesignerwall.com/tutorials/html5-grayscale-image-hover/" rel="external">HTML5 Grayscale Image Hover</a><br />
Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I’ve put together a demo to show you how to use HTML5 &amp; jQuery to dynamically clone color images into grayscale</li>
<li><a href="http://drupal.org/project/taxonomy_additions" rel="external">Taxonomy Additions | drupal.org</a><br />
_Adds a delete link in the vocabulary terms list<br />
_Adds an option to not allow duplicate terms in a vocabulary<br />
_Views integration - provides a Views argument handler which adds the capabality of showing the results of related terms&#8217; nodes (e.g. If you have a view list for the term &quot;Drupal&quot;, and that term is related to &quot;Drupal core&quot;, nodes that are tagged with &quot;Drupal core&quot; will also show up in that view)
</li>
<li><a href="http://drupal.org/project/fancy_insert" rel="external">Fancy Insert | drupal.org</a><br />
This module allows users to easily insert images into node posts. When nodes contains a lot of images is very difficult to insert them into the node body.<br />
Fancy insert convert the imagefield widgets in a floating box and by clicking in one image the &lt;img&gt; tag is automatically inserted.
</li>
<li><a href="http://www.gizra.com/content/data-migration-part-2" rel="external">Data Migration - part 2 | Gizra</a>
</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/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/10/drupal-6-to-drupal-7-migration-2/" title="Drupal 6 to Drupal 7 Migration">Drupal 6 to Drupal 7 Migration</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/26/drupal-data-migration/" title="Drupal: Data Migration">Drupal: Data Migration</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/08/daily-links-215/" title="daily links">daily links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotating Image&#160;Slideshow</title>
		<link>http://www.guymon.de/wordpress/2010/12/01/rotating-image-slideshow/</link>
		<comments>http://www.guymon.de/wordpress/2010/12/01/rotating-image-slideshow/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 08:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5631</guid>
		<description><![CDATA[Martin Angelov verwendet das jQuery Rotate Plugin f&#252;r eine nette Rotating Image Slideshow. Habe ich so noch nicht gesehen und sieht wirklich nett aus.Possibly related posts (automatically generated) jQuery: Orbit Image SliderjQuery: RoundaboutjQuery: Image Zoom TourPhoto Stack with jQueryMal wieder: Nette jQuery Plugins]]></description>
			<content:encoded><![CDATA[<p>Martin Angelov verwendet das jQuery <a href="https://github.com/lrbabe/jquery.rotate.js">Rotate</a> Plugin f&#252;r eine nette <a href="http://tutorialzine.com/2010/11/rotating-slideshow-jquery-css3/">Rotating Image Slideshow</a>.</p>
<p>Habe ich so noch nicht gesehen und sieht wirklich nett aus.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/09/13/jquery-orbit-image-slider/" title=" jQuery: Orbit Image Slider"> jQuery: Orbit Image Slider</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/18/jquery-roundabout/" title="jQuery: Roundabout">jQuery: Roundabout</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/" title="jQuery: Image Zoom Tour">jQuery: Image Zoom Tour</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/" title="Photo Stack with jQuery">Photo Stack with jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/06/mal-wieder-nette-jquery-plugins/" title="Mal wieder: Nette jQuery Plugins">Mal wieder: Nette jQuery Plugins</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/12/01/rotating-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>box-shadow: insert bei&#160;Bildern</title>
		<link>http://www.guymon.de/wordpress/2010/11/24/box-shadow-insert-bei-bildern/</link>
		<comments>http://www.guymon.de/wordpress/2010/11/24/box-shadow-insert-bei-bildern/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 15:55:06 +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=5615</guid>
		<description><![CDATA[box-shadow: inset ist bei Bildern etwas tricky: Browsers allow box-shadow on elements, so why not just use an inset box-shadow on it. Turns out, you can use inset box-shadows on images, it’s just the browser sets it behind the image, which mean if you use a fully opaque image (very likely if you are interested [...]]]></description>
			<content:encoded><![CDATA[<p>box-shadow: inset ist bei Bildern etwas <a href="http://css-tricks.com/vignetting-woes/">tricky</a>:</p>
<blockquote cite="http://css-tricks.com/vignetting-woes/"><p>Browsers allow box-shadow on <code><img /></code> elements, so why not just use an inset box-shadow on it.<br />
Turns out, you can use inset box-shadows on images, it’s just the browser sets it behind the image, which mean if you use a fully opaque image (very likely if you are interested in vignetting it), you won’t see the shadow at all.</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/2012/02/02/image-effects-with-css/" title="Image Effects with CSS">Image Effects with CSS</a></li><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/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/2010/11/24/box-shadow-insert-bei-bildern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: Orbit Image&#160;Slider</title>
		<link>http://www.guymon.de/wordpress/2010/09/13/jquery-orbit-image-slider/</link>
		<comments>http://www.guymon.de/wordpress/2010/09/13/jquery-orbit-image-slider/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 13:44:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5497</guid>
		<description><![CDATA[Schicker jQuery Slider, der mit 2.8kb recht leichtgewichtig ist. Most jQuery image sliders hover at around 8 kbs for minified versions, and around 15kbs or more for uncompressed development files, but what if there was a way to keep the simple fades, slides, and a couple other nifty bits, but strip the bloated and corny [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zurb.com/playground/jquery_image_slider_plugin">Schicker</a> jQuery Slider, der mit 2.8kb recht leichtgewichtig ist.</p>
<blockquote cite="http://www.zurb.com/playground/jquery_image_slider_plugin"><p>Most jQuery image sliders hover at around 8 kbs for minified versions, and around 15kbs or more for uncompressed development files, but what if there was a way to keep the simple fades, slides, and a couple other nifty bits, but strip the bloated and corny diagonal-cross fades or spiral dissolves. But wait! Oh snap, there is a way, and it&#8217;s called Orbit.</p>
<p>Orbit is a killer jQuery plugin that lets you create a simple, effective and beautiful slider for images of any size, and even includes some parameters for making awesome captions and a sweet timer.</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/2010/12/01/rotating-image-slideshow/" title="Rotating Image Slideshow">Rotating Image Slideshow</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/18/jquery-roundabout/" title="jQuery: Roundabout">jQuery: Roundabout</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/" title="jQuery: Image Zoom Tour">jQuery: Image Zoom Tour</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/" title="Photo Stack with jQuery">Photo Stack with jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/06/mal-wieder-nette-jquery-plugins/" title="Mal wieder: Nette jQuery Plugins">Mal wieder: Nette jQuery Plugins</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/09/13/jquery-orbit-image-slider/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 21:21:23 -->
