<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>DevSnippets » Article</title>
	
	<link>http://devsnippets.com</link>
	<description>Design &amp; Code Snippet Gallery</description>
	<lastBuildDate>Mon, 09 Jul 2012 11:48:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Devsnippets" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="devsnippets" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Devsnippets</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>6 New jQuery Techniques to Spice Up Your Design Content</title>
		<link>http://devsnippets.com/article/6-new-jquery-techniques-to-spice-up-your-design-content.html</link>
		<comments>http://devsnippets.com/article/6-new-jquery-techniques-to-spice-up-your-design-content.html#comments</comments>
		<pubDate>Mon, 09 Jul 2012 11:45:23 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=58464</guid>
		<description><![CDATA[Designers are constantly striving to create eye-catching and interactive layouts without losing the usability features that add significant importance to the user&#8217;s experience. Since there are various forms of techniques being used nowadays, it can be quite confusing when choosing the perfect one. Content can either help to enhance the design, or serve as a [...]]]></description>
			<content:encoded><![CDATA[<p>Designers are constantly striving to create eye-catching and interactive layouts without losing the usability features that add significant importance to the user&#8217;s experience. </p>
<p>Since there are various forms of techniques being used nowadays, it can be quite confusing when choosing the perfect one. Content can either help to enhance the design, or serve as a focal point.</p>
<p>The main challenge here is to do something simple because we’re dealing with interactive content so everything will change pretty often.</p>
<p>Having said that, let us examine 10 jQuery techniques that proved to offer a rich browsing experience.</p>
<p>As always, if we’ve missed something you think should have been included, please let us know in the comments.</p>
<h3>1. <a href="http://ricostacruz.com/jquery.transit/">JQUERY TRANSIT</a></h3>
<p><em>Super-smooth CSS3 transformations and transitions for jQuery</em></p>
<p>A very useful jQuery plugin that works the same way as the <code>animate()</code> method, but powered by CSS3 transitions. You get the benefit of smooth CSS3 transformations and transitions on any device. Transformation include:  translate, rotate, perspective, scale, skew and so on.</p>
<p class="img"><a href="http://ricostacruz.com/jquery.transit/"><img src="http://devsnippets.com/img/new-jquery/p-01.jpg" alt="JQUERY TRANSIT"></a></p>
<h4>How to Use it?</h4>
<p>Just Use <code>$('...').transition</code> instead of jQuery&#8217;s <code>$('...').animate</code>.</p>
<p>Then choose one of the many transition effects available there: <code>x(px) y(px) translate(x, y) rotate(deg) rotateX(deg) rotateY(deg) rotate3d(x, y, z, deg) scale(x, [y]) perspective(px) skewX(deg) skewY(deg)</code></p>
<h3>2. <a href="http://www.wookmark.com/jquery-plugin">The Wookmark jQuery plugin</a></h3>
<p><em>lays out a series of elements in a dynamic column grid</em></p>
<p>The Woomark jQuery Plugin automatically arrange and creates a dynamic box grid layout that responds to your browser size. It is great for showcasing large amounts of content in a minimalistic and stylish way.</p>
<p class="img"><a href="http://www.wookmark.com/jquery-plugin"><img src="http://devsnippets.com/img/new-jquery/p-02.jpg" alt="The Wookmark jQuery plugin"></a></p>
<h4>How to Use it?</h4>
<p> It is very simple to setup:</p>
<p>1- Include the file in your website (after your include of jQuery)</p>
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.wookmark.js&quot;&gt;&lt;/script&gt;</code></p>
<p>2- Run it on your content and adjust the options (container, offset, itemWidth)</p>
<p><code>$('#myContent li').wookmark({offset: 2});</code></p>
<h3>3. <a href="http://luis-almeida.github.com/filtrify/"> Filtrify </a></h3>
<p><em>Beautiful advanced tag filtering with HTML5 and jQuery</em></p>
<p>Filtrify is an advanced tag filtering plugin, inspired by <a href="http://harvesthq.github.com/chosen/" target="_blank">Chosen</a> multiple select feature and Orman Clark’s <a href="http://webdesigntutsplus.s3.amazonaws.com/tuts/291_vertical_menu/demo/index.html" target="_blank">Vertical Navigation Menu</a>.</p>
<p>Advanced because you can search tags within tags and filter items by multiple tags from different categories and get a live feedback on the number of items containing related tags.</p>
<p class="img"><a href="http://luis-almeida.github.com/filtrify/"><img src="http://devsnippets.com/img/new-jquery/p-03.jpg" alt="Filtrify"></a></p>
<h4>How to Use it?</h4>
<p>1- Add jQuery, filtrify.js and filtrify.css to the <code>&lt;head&gt;</code> section of your page.</p>
<p><code>&lt;script src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;&gt;&lt;/script&gt;<br />
&lt;script src=&quot;js/fitrify.js&quot;&gt;&lt;/script&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/filtrify.css&quot;&gt;</code></p>
<p>2- Now,if you have a list of singers/bands and each one of them have a list of &#8220;genre&#8221; tags. Your HTML would have to look like this:</p>
<p><code>&lt;div id=&quot;placeHolder&quot;&gt;&lt;/div&gt;</p>
<p>&lt;ul id=&quot;container&quot;&gt;<br />
    &lt;li data-genre=&quot;pop, rock, british, classic rock&quot;&gt; The Beatles &lt;/li&gt;<br />
    &lt;li data-genre=&quot;rock, british, blues, classic rock&quot;&gt; The Rolling Stones &lt;/li&gt;<br />
    &lt;li data-genre=&quot;alternative, electronic, female vocalists&quot;&gt; Bj&ouml;rk &lt;/li&gt;<br />
    &lt;li data-genre=&quot;rock, alternative, grunge&quot;&gt; Foo Fighters &lt;/li&gt;<br />
    &lt;li data-genre=&quot;rock, classic rock&quot;&gt; Bruce Springsteen &lt;/li&gt;<br />
    ...<br />
&lt;/ul&gt;</code></p>
<h3>4. <a href="http://johnpolacek.github.com/scrollorama/"> Scrollorama </a></h3>
<p><em>The jQuery plugin for doing cool scrolly stuff</em></p>
<p>Allows you to create transitions out of any numeric CSS property, Scrollorama is one of the quickest ways to develop your own scrolling website, without getting your hands too dirty with JavaScript.</p>
<p>By dividing the content into blocks, it simply lets us to animate elements on the page (when a block is reached) based on the browser window’s scroll position.</p>
<p class="img"><a href="http://johnpolacek.github.com/scrollorama/"><img src="http://devsnippets.com/img/new-jquery/p-04.jpg" alt="Scrollorama"></a></p>
<h4>How to Use it?</h4>
<p>Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter.</p>
<p><code>$(document).ready(function() {<br />
    var scrollorama = $.scrollorama({<br />
        blocks:&#39;.scrollblock&#39;<br />
    });<br />
});</code></p>
<p>The animations are accomplished using CSS properties, durations of them can be defined and it is also possible to set the exact scrolling positions of the start/stop events.</p>
<h3>5. <a href="http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3">Magnifying glass for image zoom</a></h3>
<p><em>Create a realistic magnifying glass using Jquery and CSS3</em></p>
<p>The code uses CSS3 box-shadow and border-radius properties to create the magnifying glass. Jquery is used to position it at the cursor coordinates and change the background position accordingly.</p>
<p class="img"><a href="http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3"><img src="http://devsnippets.com/img/new-jquery/p-05.jpg" alt="Magnifying glass for image zoom"></a></p>
<p>Moving the cursor away from the image gently fades out the magnifying glass bringing the image back to the default state.</p>
<h3>6. <a href="http://e-w.co.il/backbone.notifier/">Backbone.Notifier</a></h3>
<p><em>Displaying and controlling UI notifications</em></p>
<p>Backbone Notifier is a powerful and flexible framework for displaying and controlling dialog notifications built on top of jQuery, Backbone.js and Underscore.js.</p>
<p>It currently has large number of options to customise the timing, style, size &#038; position with even more features being added in the future. Includes styles that are fully customizable and don’t require extra CSS and can be extended thanks to smart modules architecture.</p>
<p class="img"><a href="hhttp://e-w.co.il/backbone.notifier/"><img src="http://devsnippets.com/img/new-jquery/p-06.jpg" alt="Backbone.Notifier"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/6-new-jquery-techniques-to-spice-up-your-design-content.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>jQuery Waypoints: Scroll-Based jQuery Functions</title>
		<link>http://devsnippets.com/article/jquery-waypoints-scroll-based-jquery-functions.html</link>
		<comments>http://devsnippets.com/article/jquery-waypoints-scroll-based-jquery-functions.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:00:59 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=36567</guid>
		<description><![CDATA[Creating custom functions with jQuery based on the scroll position of the page just got a whole lot easier. Today i stumbled through an interesting jQuery plugin that i am sure many of you guys will find useful. Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll [...]]]></description>
			<content:encoded><![CDATA[<p>Creating custom functions with jQuery based on the scroll position of the page just got a whole lot easier. Today i stumbled through an interesting jQuery plugin that i am sure many of you guys will find useful. <a href="http://imakewebthings.github.com/jquery-waypoints/">Waypoints</a> is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.</p>
<pre name="code" class="javascript">
     $(&#39;.entry&#39;).waypoint(function() {
          alert(&#39;You have scrolled to an entry.&#39;);
     });
</pre>
<p>Waypoints makes a solid base for modern UI patterns that depend on a user’s scroll position on the page.</p>
<p>Waypoints is dual licensed under the <a href="https://github.com/imakewebthings/jquery-waypoints/blob/master/MIT-license.txt">MIT</a> and <a href="https://github.com/imakewebthings/jquery-waypoints/blob/master/GPL-license.txt">GPL</a> licenses.  You can fork the project or report any issues in the <a href="https://github.com/imakewebthings/jquery-waypoints">GitHub repository</a>.</p>
<p class="img"><img src="http://www.devsnippets.com/img/jquery-Waypoints.png" alt="jQuery Waypoint"/></p>
<div id="livedownload">
<a class="livedemo" href="http://imakewebthings.github.com/jquery-waypoints/#examples/" target="_blank"></a><a class="livedownload" href="http://imakewebthings.github.com/jquery-waypoints" target="_blank"></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/jquery-waypoints-scroll-based-jquery-functions.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Illustrations in WebDesign: 30 Creative Examples</title>
		<link>http://devsnippets.com/article/using-illustrations-in-webdesign-30-creative-examples.html</link>
		<comments>http://devsnippets.com/article/using-illustrations-in-webdesign-30-creative-examples.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 11:51:36 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=22360</guid>
		<description><![CDATA[Using illustration in web design makes it stand out from the crowd by giving the design its own character. Illustrations manage to be unique when designed carefully around your design elements. Below you’ll find 30 beautiful web designs that feature creative illustrations, integrated properly to create a visually pleasing effect. TheLastMarch Veerle Heyindy TeaRoundApp Pieoneers [...]]]></description>
			<content:encoded><![CDATA[<p>Using illustration in web design makes it stand out from the crowd by giving the design its own character. Illustrations manage to be unique when designed carefully around your design elements. </p>
<p>Below you’ll find 30 beautiful web designs that feature creative illustrations, integrated properly to create a visually pleasing effect.<br />
<span id="more-22360"></span></p>
<h3>TheLastMarch</h3>
<p class="img"><a href="http://thelastmarch.com/"><img src="http://devsnippets.com/img/illustrations/01.jpg" alt="thelastmarch"></a></p>
<h3> Veerle</h3>
<p class="img"><a href="http://veerle.duoh.com/"><img src="http://devsnippets.com/img/illustrations/02.jpg" alt="Veerle"></a></p>
<h3> Heyindy</h3>
<p class="img"><a href="http://heyindy.com/"><img src="http://devsnippets.com/img/illustrations/03.jpg" alt="Heyindy"></a></p>
<h3>TeaRoundApp</h3>
<p class="img"><a href="http://www.tearoundapp.com/"><img src="http://devsnippets.com/img/illustrations/04.jpg" alt="TeaRoundApp"></a></p>
<h3> Pieoneers</h3>
<p class="img"><a href="http://www.pieoneers.com/"><img src="http://devsnippets.com/img/illustrations/05.jpg" alt="Pieoneers"></a></p>
<h3> AModernEden</h3>
<p class="img"><a href="http://www.amoderneden.com/"><img src="http://devsnippets.com/img/illustrations/06.jpg" alt="AModernEden"></a></p>
<h3> MyBrainArt</h3>
<p class="img"><a href="http://www.mybrainart.com/"><img src="http://devsnippets.com/img/illustrations/07.jpg" alt="MyBrainArt"></a></p>
<h3> TheDigitalInvaders</h3>
<p class="img"><a href="http://thedigitalinvaders.com/#/home"><img src="http://devsnippets.com/img/illustrations/08.jpg" alt="TheDigitalInvaders"></a></p>
<h3> FullyIllustrated</h3>
<p class="img"><a href="http://www.fullyillustrated.com/"><img src="http://devsnippets.com/img/illustrations/09.jpg" alt="FullyIllustrated"></a></p>
<h3> MedioCore</h3>
<p class="img"><a href="http://www.mediocore.cz/"><img src="http://devsnippets.com/img/illustrations/10.jpg" alt="MedioCore"></a></p>
<h3>PixelBaecker</h3>
<p class="img"><a href="http://www.pixelbaecker.de/index.html"><img src="http://devsnippets.com/img/illustrations/11.jpg" alt="PixelBaecker"></a></p>
<h3> FreeGobbler</h3>
<p class="img"><a href="http://www.freegobbler.com/"><img src="http://devsnippets.com/img/illustrations/12.jpg" alt="FreeGobbler"></a></p>
<h3> Chopin2010</h3>
<p class="img"><a href="http://chopin2010.pl/"><img src="http://devsnippets.com/img/illustrations/13.jpg" alt="Chopin2010"></a></p>
<h3>TheManyFacesof</h3>
<p class="img"><a href="http://themanyfacesof.com"><img src="http://devsnippets.com/img/illustrations/14.jpg" alt="TheManyFacesof"></a></p>
<h3>TwentyFeet</h3>
<p class="img"><a href="https://www.twentyfeet.com/"><img src="http://devsnippets.com/img/illustrations/15.jpg" alt="TwentyFeet"></a></p>
<h3> Bitbots</h3>
<p class="img"><a href="http://www.bitbots.co.uk/"><img src="http://devsnippets.com/img/illustrations/16.jpg" alt="Bitbots"></a></p>
<h3>Forrst</h3>
<p class="img"><a href="http://forrst.com/"><img src="http://devsnippets.com/img/illustrations/17.jpg" alt="Forrst"></a></p>
<h3> MyOnlineReading</h3>
<p class="img"><a href="http://www.myonlinereading.com/"><img src="http://devsnippets.com/img/illustrations/18.jpg" alt="MyOnlineReading"></a></p>
<h3> This is Nation</h3>
<p class="img"><a href="http://thisisnation.com/"><img src="http://devsnippets.com/img/illustrations/19.jpg" alt="Thisisnation"></a></p>
<h3> ChernobylHeart</h3>
<p class="img"><a href="http://www.chernobylheart.org.uk/"><img src="http://devsnippets.com/img/illustrations/20.jpg" alt="ChernobylHeart"></a></p>
<h3>Siringa</h3>
<p class="img"><a href="http://www.siringa.es/cst/index.php?comunidad=otra"><img src="http://devsnippets.com/img/illustrations/21.jpg" alt="Siringa"></a></p>
<h3> Pampaneo</h3>
<p class="img"><a href="http://www.pampaneo.es/"><img src="http://devsnippets.com/img/illustrations/22.jpg" alt="Pampaneo"></a></p>
<h3> Joby</h3>
<p class="img"><a href="http://www.joby.in/"><img src="http://devsnippets.com/img/illustrations/23.jpg" alt="Joby"></a></p>
<h3>Instantad Legend</h3>
<p class="img"><a href="http://instantadlegend.com/"><img src="http://devsnippets.com/img/illustrations/24.jpg" alt="Instantadlegend"></a></p>
<h3>TeamFannyPack</h3>
<p class="img"><a href="http://www.teamfannypack.com/cromulentdesign/about.html"><img src="http://devsnippets.com/img/illustrations/25.jpg" alt="TeamFannyPack"></a></p>
<h3>HelloBard</h3>
<p class="img"><a href="http://www.hellobard.com/index_old.html"><img src="http://devsnippets.com/img/illustrations/26.jpg" alt="HelloBard"></a></p>
<h3>PigeonandPigeonette</h3>
<p class="img"><a href="http://www.pigeonandpigeonette.com/"><img src="http://devsnippets.com/img/illustrations/27.jpg" alt="PigeonandPigeonette"></a></p>
<h3> Kreestal</h3>
<p class="img"><a href="http://www.kreestal.fr/"><img src="http://devsnippets.com/img/illustrations/28.jpg" alt="Kreestal"></a></p>
<h3>MattSalik</h3>
<p class="img"><a href="http://www.mattsalik.com/"><img src="http://devsnippets.com/img/illustrations/29.jpg" alt="MattSalik"></a></p>
<h3> Ndesign-Studio</h3>
<p class="img"><a href="http://www.ndesign-studio.com/"><img src="http://devsnippets.com/img/illustrations/30.jpg" alt=" Ndesign-Studio"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/using-illustrations-in-webdesign-30-creative-examples.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Dark and Mysterious High Quality Desktop Wallpapers</title>
		<link>http://devsnippets.com/article/dark-and-mysterious-high-quality-desktop-wallpapers.html</link>
		<comments>http://devsnippets.com/article/dark-and-mysterious-high-quality-desktop-wallpapers.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 11:05:31 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Dark]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=23167</guid>
		<description><![CDATA[The more beautiful and elegant Desktop wallpapers are, the better they can challenge our imagination and affect our daily mood. In this collection, you’ll find extremely beautiful and high-quality Dark and Mysterious wallpapers that you may also like for your collection. With so many brilliant desktop wallpapers to choose from, your desktop will never be [...]]]></description>
			<content:encoded><![CDATA[<p>The more beautiful and elegant Desktop wallpapers are, the better they can challenge our imagination and affect our daily mood.</p>
<p>In this collection, you’ll find extremely beautiful and high-quality <strong>Dark and Mysterious wallpapers</strong> that you may also like for your collection. With so many brilliant desktop wallpapers to choose from, your desktop will never be dull or boring again. Enjoy!</p>
<p>Important: Licenses of every wallpaper varies, so be sure to check that information before using them.</p>
<h3>Dragon</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/20.jpg" alt="Dragon" width=500></p>
<p><a href="http://abstract.desktopnexus.com/wallpaper/177017/" class="more">Download Wallpaper</a></p>
<h3>Tree and Moon</h3>
<p class="img"><a href="http://www.vladstudio.com/wallpaper/?tree_and_moon"><img src="http://devsnippets.com/img/dark-wallpapers/01.jpg" alt="Tree and Moon" width=500></a></p>
<p><a href="http://www.vladstudio.com/wallpaper/?tree_and_moon" class="more">Download Wallpaper</a></p>
<h3>Dawn</h3>
<p class="img"><a href="http://www.vladstudio.com/wallpaper/?dawn"><img src="http://devsnippets.com/img/dark-wallpapers/02.jpg" alt="Dawn" width=500></a></p>
<p><a href="http://www.vladstudio.com/wallpaper/?dawn" class="more">Download Wallpaper</a></p>
<h3>First Sunshine</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/03.jpg" alt="First-Sunshine" width=500></p>
<p><a href="http://gucken.deviantart.com/art/First-Sunshine-165589690?q=1&#038;qo=1" class="more">Download Wallpaper</a></p>
<h3>Indigo Soul</h3>
<p class="img"><a href="http://lilyas.deviantart.com/art/Indigo-Soul-WP-165988684?q=1&#038;qo=1"><img src="http://devsnippets.com/img/dark-wallpapers/04.jpg" alt="Indigo-Soul" width=500></a></p>
<p><a href="http://lilyas.deviantart.com/art/Indigo-Soul-WP-165988684?q=1&#038;qo=1" class="more">Download Wallpaper</a></p>
<h3>To Pierce an Evil Heart </h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/05.jpg" alt="To Pierce an Evil Heart " width=500></p>
<p><a href="http://chriscold.deviantart.com/art/To-Pierce-an-Evil-Heart-168324694?q=1&#038;qo=1" class="more">Download Wallpaper</a></p>
<h3>History Foreseen</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/06.jpg" alt="History-Foreseen" width=500></p>
<p><a href="http://joejesus.deviantart.com/art/History-Foreseen-167632002?q=1&#038;qo=1" class="more">Download Wallpaper</a></p>
<h3>Birth</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/07.jpg" alt="Birth" width=500></p>
<p><a href="http://futurology.deviantart.com/art/Birth-168109037?q=1&#038;qo=1" class="more">Download Wallpaper</a></p>
<h3>A Flying Tree</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/08.jpg" alt="A-Flying-Tree" width=500></p>
<p><a href="http://vladstudio.deviantart.com/art/A-Flying-Tree-28382918" class="more">Download Wallpaper</a></p>
<h3>alone in the_dark</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/09.jpg" alt="alone_in_the_dark" width=500></p>
<p><a href="http://www.freehdwallpapers.com/wallpaper/alone_in_the_dark_04/" class="more">Download Wallpaper</a></p>
<h3>Darkness Rising</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/10.jpg" alt="darkness-rising" width=500></p>
<p><a href="http://www.wallpaper-place.com/nature/darkness-rising-hd-wallpaper/" class="more">Download Wallpaper</a></p>
<h3>Other Worlds</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/11.jpg" alt="Other Worlds" width=500></p>
<p><a href="http://somewrinkles.blogspot.com/2007/08/other-worlds-wallpaper-2.html" class="more">Download Wallpaper</a></p>
<h3>Oasis</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/12.jpg" alt="Oasis" width=500></p>
<p><a href="http://desktops.deviantart.com/favourites/38489588#/d2i6gz9" class="more">Download Wallpaper</a></p>
<h3>Blue Moon</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/13.jpg" alt="Blue_Moon" width=500></p>
<p><a href="http://desk08.customize.org/download/121/199/Blue_Moon-1920x1200.jpg" rel="prettyPhoto[23167]" class="more">Download Wallpaper</a></p>
<h3>Wake up</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/14.jpg" alt="Wake up" width=500></p>
<p><a href="http://www.vladstudio.com/wallpaper/?457" class="more">Download Wallpaper</a></p>
<h3>Cosmosition</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/15.jpg" alt="Cosmosition" width=500></p>
<p><a href="http://interfacelift.com/wallpaper_beta/details/1968/cosmosition.html" class="more">Download Wallpaper</a></p>
<h3>Towers remake</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/16.jpg" alt="Towers remake" width=500></p>
<p><a href="http://worldwidewallpapers.deviantart.com/gallery/24873112#/d2qe7dt" class="more">Download Wallpaper</a></p>
<h3>Ghost Ship</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/17.jpg" alt="Ghost Ship" width=500></p>
<p><a href="http://fantasyartdesign.com/free-wallpapers/wallpaper.php?u_i=1&#038;i_i=5&#038;s=0&#038;np=46&#038;srt=" class="more">Download Wallpaper</a></p>
<h3>Dark Aurora </h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/18.jpg" alt="Dark Aurora wallpaper " width=500></p>
<p><a href="http://www.istartedsomething.com/20071014/dark-aurora-wallpaper/" class="more">Download Wallpaper</a></p>
<h3>Welcome to Milltown</h3>
<p class="img"><img src="http://devsnippets.com/img/dark-wallpapers/19.jpg" alt="Welcome to Milltown" width=500></p>
<p><a href="http://abstract.desktopnexus.com/wallpaper/29334/" class="more">Download Wallpaper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/dark-and-mysterious-high-quality-desktop-wallpapers.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>10+ Most Beautiful Island Photography on Earth</title>
		<link>http://devsnippets.com/article/10-most-beautiful-island-photography-on-earth.html</link>
		<comments>http://devsnippets.com/article/10-most-beautiful-island-photography-on-earth.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:10:45 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=22840</guid>
		<description><![CDATA[Today, we want to have a little break and have a deep breath while looking at these magnificent and beautiful island photography from around the world. Island in Lhaviyani Atoll Source Bora-Bora Island Source Bora-Bora Island Source Bay of Islands, New Zealand Blue Hole Source Fiji Islands Source PALAU Island Source Tahiti Island Source Midway [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we want to have a little break and have a deep breath while looking at these magnificent and beautiful island photography from around the world.<br />
<span id="more-22840"></span></p>
<h3>Island in Lhaviyani Atoll</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/01.jpg" alt="Island in Lhaviyani Atoll"></p>
<p><a href="http://www.flickr.com/photos/edgarbarany/2779598066/" class="more">Source</a></p>
<h3>Bora-Bora Island </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/02.jpg" alt="Bora Bora"></p>
<p><a href="http://www.flickr.com/photos/totalisator/260583521/sizes/l/" class="more">Source</a></p>
<h3>Bora-Bora Island </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/04.jpg" alt="Bora Bora"></p>
<p><a href="http://photography.nationalgeographic.com/photography/enlarge/bora-bora-island-aerial.html" class="more">Source</a></p>
<h3>Bay of Islands, New Zealand</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/03.jpg" alt="Bay of Islands"></p>
<h3>Blue Hole </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/05.jpg" alt="Blue Hole "></p>
<p><a href="http://s.ngeo.com/wpf/media-live/photos/000/013/cache/belize-blue-hole_1322_600x450.jpg" rel="prettyPhoto[22840]" class="more">Source</a></p>
<h3>Fiji Islands</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/06.jpg" alt="Fiji Islands Photography"></p>
<p><a href="http://s.ngeo.com/wpf/media-live/photos/000/014/cache/fij-islands_1405_600x450.jpg" rel="prettyPhoto[22840]" class="more">Source</a></p>
<h3>PALAU Island </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/07.jpg" alt="PALAU Island Photography"></p>
<p><a href="http://www.flickr.com/photos/boaz/325789975/" class="more">Source</a></p>
<h3>Tahiti Island </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/08.jpg" alt="Tahiti"></p>
<p><a href="http://s.ngeo.com/wpf/media-live/photos/000/015/cache/tahiti-aerial-view_1530_600x450.jpg" rel="prettyPhoto[22840]" class="more">Source</a></p>
<h3>Midway Atoll, Hawaii</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/09.jpg" alt="Midway Atoll"></p>
<h3>MiniIsland, Honolulu, Hawaii </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/10.jpg" alt="Honolulu, Hawaii"></p>
<p><a href="http://www.flickr.com/photos/tiannachantal/3058838395/" class="more">Source</a></p>
<h3>Faroe Islands</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/11.jpg" alt="Faroe Islands"></p>
<p><a href="http://pixdaus.com/single.php?id=187893&#038;f=rs" class="more">Source</a></p>
<h3>Needle Island</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/12.jpg" alt="Needle Island Island"></p>
<h3>Island Houses</h3>
<p class="img"><img src="http://devsnippets.com/img/islands/13.jpg" alt="Island Houses"></p>
<p><a href="http://pixdaus.com/single.php?id=135799&#038;f=rs" class="more">Source</a></p>
<h3>Koh Pannyi, Phand Nga bay, Thailand </h3>
<p class="img"><img src="http://devsnippets.com/img/islands/15.jpg" alt="Town of Koh Pannyi, Phand Nga bay, Thailand"></p>
<p><a href="http://www.boston.com/bigpicture/2008/10/earth_from_above_comes_to_nyc.html" class="more">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/10-most-beautiful-island-photography-on-earth.html/feed</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>35 High Definition iPad Wallpapers For A Great Experience</title>
		<link>http://devsnippets.com/article/35-high-definition-ipad-wallpapers.html</link>
		<comments>http://devsnippets.com/article/35-high-definition-ipad-wallpapers.html#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:57:07 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Inpiration]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=22506</guid>
		<description><![CDATA[Apple just don&#8217;t stop to amaze us with their magnificent products. Today i would like you to check out this beautiful collection of iPad Wallpapers which will definitely change your mind if you don&#8217;t have one yet. And if you do, why not customize its look with our hand-picked collection of high definition iPad wallpaper [...]]]></description>
			<content:encoded><![CDATA[<p>Apple just don&#8217;t stop to amaze us with their magnificent products. Today i would like you to check out this beautiful collection of iPad Wallpapers which will definitely change your mind if you don&#8217;t have one yet. And if you do, why not customize its look with our hand-picked collection of high definition iPad wallpaper resolution.</p>
<h3>iPad Wooden Wallpaper</h3>
<p class="img"><a href="http://ulrikstoch.deviantart.com/art/iPad-Wooden-Wallpaper-151983832"><img src="http://devsnippets.com/img/ipad-wallpapers/01.jpg" alt="IPad Wooden Wallpaper"></a></p>
<p><a href="http://ulrikstoch.deviantart.com/art/iPad-Wooden-Wallpaper-151983832" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Clash of the Titans 2</h3>
<p class="img"><a href="http://www.coolipadwallpaper.com/Clash_of_the_Titans_2_1024x1024_iPad_Wallpaper-162.html"><img src="http://devsnippets.com/img/ipad-wallpapers/02.jpg" alt="Clash of the Titans 2"></a></p>
<p><a href="http://www.coolipadwallpaper.com/Clash_of_the_Titans_2_1024x1024_iPad_Wallpaper-162.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>iPad Marbles</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/03.jpg" alt="iPad Marbles"></p>
<p><a href="http://ipadwallpaper.org/iPad_Abstract_Balls-467.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Bunny goes to the city </h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/04.jpg" alt="Bunny goes to the city "></p>
<p><a href="http://ipadwallpaper.org/Bunny_goes_to_the_city-617.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Concrete Apple Logo</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/05.jpg" alt="Concrete Apple Logo"></p>
<p><a href="http://ipadwallpaper.org/Concrete_Apple_Logo-233.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Race to Eternity</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/06.jpg" alt="Race to Eternity"></p>
<p><a href="http://ipadwallpaper.org/Race_to_Eternity-515.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Atlantis</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/07.jpg" alt="Atlantis"></p>
<p><a href="http://ipadwallpaper.org/Atlantis-521.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Circle faces</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/08.jpg" alt="Circle faces"></p>
<p><a href="http://ipadwallpaper.org/Circle_faces-241.html" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Leopard</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/09.jpg" alt="Leopard"></p>
<p><a href="http://ipad-wallpapers.com/displayimage.php?album=50&#038;pos=0" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Ipad</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/10.jpg" alt="Ipad"></p>
<p><a href="http://cuca24.deviantart.com/art/Ipad-156355180" class="more">Download Wallpaper: 1000px × 799px</a></p>
<h3>Retro Futuristic Wallpaper 3</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/11.jpg" alt="Retro Futuristic Wallpaper 3"></p>
<p><a href="http://www.flickr.com/photos/fernandocallo/4315372590/" class="more">Download Wallpaper: 1024px × 640px</a></p>
<h3>Apple wallpapers</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/12.jpg" alt="Apple wallpapers"></p>
<p><a href="http://ipadwallpaper.org/Apple_wallpapers-285.html" class="more">Source</a></p>
<h3>Noname</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/13.jpg" alt="Noname"></p>
<p><a href="http://www.coolipadwallpaper.com/Noname_iPad_Wallpaper_1024x1024-144.html" class="more">Source</a></p>
<h3>Tetris</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/14.jpg" alt="Tetris"></p>
<p><a href="http://www.flickr.com/photos/lukejohnson/4549022154/in/set-72157623733864961/" class="more">Source</a></p>
<h3>Tiles</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/15.jpg" alt="Tiles"></p>
<p><a href="http://www.flickr.com/photos/lukejohnson/4522104379/in/set-72157623733864961/" class="more">Source</a></p>
<h3>Peace</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/16.jpg" alt="Peace"></p>
<p><a href="http://www.flickr.com/photos/lukejohnson/4522736758/in/set-72157623733864961/" class="more">Source</a></p>
<h3>Colors Apple logo</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/17.jpg" alt="Atlantis"></p>
<p><a href="http://www.wallpapersipad.com/2010/02/colors-apple-logo-wallpaper/" class="more">Source</a></p>
<h3>Silky Waterfall </h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/18.jpg" alt="Silky Waterfall "></p>
<p><a href="http://www.ipadwalls.com/silky-waterfall" class="more">Source</a></p>
<h3>Purple Stripes </h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/19.jpg" alt="Purple Stripes "></p>
<p><a href="http://www.ipadwalls.com/purple-stripes" class="more">Source</a></p>
<h3>The Cheshire Cat</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/20.jpg" alt="The Cheshire Cat"></p>
<p><a href="http://mantia.me/wallpaper/the-cheshire-cat/" class="more">Source</a></p>
<h3>James Cameron&#8217;s Avatar iPad Wallpaper</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/21.jpg" alt="James Cameron's Avatar iPad Wallpaper></p>
<p><a href="http://ipadfiends.com/wallpaper/141/james-camerons-avatar" class="more">Source</a></p>
<h3>Shape Grunge iPad Wallpaper</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/22.jpg" alt="Shape Grunge iPad Wallpaper"></p>
<p><a href="http://ipadfiends.com/wallpaper/194/shape-grunge" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Greens</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/23.jpg" alt="Greens"></p>
<p><a href="http://s3.amazonaws.com/data.tumblr.com/tumblr_l3i4fvlvYC1qc6vllo1_1280.jpg?AWSAccessKeyId=0RYTHV9YYQ4W5Q3HQMG2&#038;Expires=1276169125&#038;Signature=03Mfi3VS8LCGB9fAp05NbaOw5W0%3D" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Canoe</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/24.jpg" alt="Canoe"></p>
<p><a href="http://www.ipadwalls.com/canoe" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>50FT iPad Starter Pack</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/25.jpg" alt="50FT iPad Starter Pack"></p>
<p><a href="http://fiftyfootshadows.net/2010/04/02/50ft-ipad-starter-pack/" class="more">Source</a></p>
<h3>Ice Tracks for iPad </h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/26.jpg" alt="Ice Tracks for iPad "></p>
<p><a href="http://duckfarm.deviantart.com/art/Ice-Tracks-for-iPad-160551413" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Dry Land</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/27.jpg" alt="Dry Land"></p>
<p><a href="http://www.ipadwallpapersonly.com/ipad-wallpaper/id/191/" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>gecko</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/28.jpg" alt="gecko"></p>
<p><a href="http://www.vladstudio.com/wallpaper/?gecko/1024x1024/low" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Father and Son</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/29.jpg" alt="Father and Son"></p>
<p><a href="http://www.vladstudio.com/wallpaper/?father_and_son/1024x1024/low" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>How To Train Your Dragon</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/32.jpg" alt="How To Train Your Dragon"></p>
<p><a href="http://www.vladstudio.com/wallpaper/?night_fury/1024x1024/low" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Curvy</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/33.jpg" alt="Curvy"></p>
<p><a href="http://senzune.deviantart.com/art/Curvy-163130791?q=boost%3Apopular+in%3Acustomization%2Fwallpaper+ipad&#038;qo=52" class="more">Download Wallpaper: Different Sizes</a></p>
<h3>How To Train Your Dragon</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/32.jpg" alt="How To Train Your Dragon"></p>
<p><a href="http://www.vladstudio.com/wallpaper/?night_fury/1024x1024/low" class="more">Download Wallpaper: 1024px × 1024px</a></p>
<h3>Where Jellybeans Are Born</h3>
<p class="img"><img src="http://devsnippets.com/img/ipad-wallpapers/30.jpg" alt="Where Jellybeans Are Born"></p>
<p><a href="http://www.vladstudio.com/wallpaper/?wherejellybeansareborn/1024x1024/low" class="more">Download Wallpaper: 1024px × 1024px</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/35-high-definition-ipad-wallpapers.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>30 Unique Logo Designs That Actually Say Something</title>
		<link>http://devsnippets.com/article/30-unique-logo-designs-that-actually-say-something.html</link>
		<comments>http://devsnippets.com/article/30-unique-logo-designs-that-actually-say-something.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 12:27:44 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=22135</guid>
		<description><![CDATA[A well-thought logo is the one that successfully communicate ideas to people. Logos have great importance in creating brand identity that&#8217;s why designers compete to be creative to deliver their message in a unique way. Today, we focused on logos that use creative methods to represent the brand through color, shapes, and typography. In this [...]]]></description>
			<content:encoded><![CDATA[<p>A well-thought logo is the one that successfully communicate ideas to people. Logos have great importance in creating brand identity that&#8217;s why designers compete to be creative to deliver their message in a unique way.<br />
Today, we focused on logos that use creative methods to represent the brand through color, shapes, and typography. In this post we’ll feature 30 clever logos for your design inspiration.</p>
<h3>- Diamond Bookstore  <em>by Malik Joanna</em></h3>
<p class="img"><a href="http://creattica.com/logos/diamond-bookstore/24237"><img src="http://devsnippets.com/img/logos/01.jpg" alt="Diamond Bookstore"></a></p>
<h3>- Killed Productions  <em>by ethereal </em></h3>
<p class="img"><a href="http://incspring.com/brand_details.php?brand_id=5003"><img src="http://devsnippets.com/img/logos/02.jpg" alt="Killed Productions"></a></p>
<h3>- Lochness  <em>by Navy Blue Design </em></h3>
<p class="img"><a href="http://logofaves.com/2009/07/lochness/"><img src="http://devsnippets.com/img/logos/03.jpg" alt="Lochness"></a></p>
<h3>- DODO  <em>by Dalibor Novák  </em></h3>
<p class="img"><a href="http://logofaves.com/2010/03/dodo/"><img src="http://devsnippets.com/img/logos/04.jpg" alt="DODO"></a></p>
<h3>- Evolution X  <em>by Felipe Rojas  </em></h3>
<p class="img"><a href="http://logofaves.com/2009/10/evolution-x/"><img src="http://devsnippets.com/img/logos/05.jpg" alt="Evolution X"></a></p>
<h3>- Code Fish <em>by Mabu </em></h3>
<p class="img"><a href="http://www.mabu.dk/"><img src="http://devsnippets.com/img/logos/06.jpg" alt="Code Fish"></a></p>
<h3>- Animal Rescue Sofia  <em>by Milena </em></h3>
<p class="img"><a href="http://logofaves.com/2009/11/animal-rescue-sofia/"><img src="http://devsnippets.com/img/logos/07.jpg" alt="Animal Rescue Sofia"></a></p>
<h3>- Peeled  <em>by uneekGrafix </em></h3>
<p class="img"><a href="http://incspring.com/logo-design/details/5016"><img src="http://devsnippets.com/img/logos/08.jpg" alt="Peeled"></a></p>
<h3>- 83 Studios  <em>by uneekGrafix </em></h3>
<p class="img"><a href="http://incspring.com/logo-design/details/5595"><img src="http://devsnippets.com/img/logos/09.jpg" alt="83 Studios"></a></p>
<h3>- helium</em></h3>
<p class="img"><a href="http://creattica.com/logos/helium/20864"><img src="http://devsnippets.com/img/logos/10.jpg" alt="helium"></a></p>
<h3>- talkmore <em>by nido</em></h3>
<p class="img"><a href="http://creattica.com/logos/talkmore/2320"><img src="http://devsnippets.com/img/logos/11.jpg" alt="talkmore"></a></p>
<h3>- Pause  <em>by volkan ek?i </em></h3>
<p class="img"><a href="http://logooftheday.com/2009-09-11-pause/"><img src="http://devsnippets.com/img/logos/12.jpg" alt=""pause"></a></p>
<h3>- Bob’s House For Dogs </h3>
<p class="img"><a href="http://portfolios.aiga.org/Gallery/Bobs-House-For-Dogs-Identity-_amp-Print/465492"><img src="http://devsnippets.com/img/logos/13.jpg" alt="Bob’s House For Dogs"></a></p>
<h3>- Six Pixels of Separation</h3>
<p class="img"><a href="http://www.twistimage.com/blog/"><img src="http://devsnippets.com/img/logos/14.jpg" alt="Six Pixels of Separation "></a></p>
<h3>- subber  <em>by !mude </em></h3>
<p class="img"><a href="http://logopond.com/gallery/detail/76039"><img src="http://devsnippets.com/img/logos/15.jpg" alt="subber"></a></p>
<h3>- fly v2  <em>by HitByReindeer  </em></h3>
<p class="img"><a href="http://logopond.com/gallery/detail/71306"><img src="http://devsnippets.com/img/logos/16.jpg" alt="fly v2 "></a></p>
<h3>- labrat <em>by Mikeymike</em> </h3>
<p class="img"><a href="http://logopond.com/gallery/detail/102135"><img src="http://devsnippets.com/img/logos/17.jpg" alt="Cloud Corner"></a></p>
<h3>- Totem Media </h3>
<p class="img"><a href="http://creattica.com/logos/totem-media/30535"><img src="http://devsnippets.com/img/logos/18.jpg" alt="Totem Media "></a></p>
<h3>- Cloud Corner </h3>
<p class="img"><a href="http://creattica.com/logos/cloud-corner/8584"><img src="http://devsnippets.com/img/logos/19.jpg" alt="Cloud Corner"></a></p>
<h3>- GoMusic  <em>by uneekGrafix </em></h3>
<p class="img"><a href="http://www.mightycreation.com/work"><img src="http://devsnippets.com/img/logos/20.jpg" alt="GoMusic"></a></p>
<h3>- Seven Sparrows </h3>
<p class="img"><a href="http://creattica.com/logos/seven-sparrows/8775"><img src="http://devsnippets.com/img/logos/21.jpg" alt="Seven Sparrows"></a></p>
<h3>- Coffee Cup</h3>
<p class="img"><a href="http://creattica.com/logos/coffee-cup/19933"><img src="http://devsnippets.com/img/logos/22.jpg" alt="Coffee Cup"></a></p>
<h3>- get wired.</em></h3>
<p class="img"><a href="http://creattica.com/logos/get-wired/10210"><img src="http://devsnippets.com/img/logos/23.jpg" alt="get wired."></a></p>
<h3>- MonKey</h3>
<p class="img"><a href="http://creattica.com/logos/monkey/19203"><img src="http://devsnippets.com/img/logos/24.jpg" alt="MonKey"></a></p>
<h3>- Denshu Sushi <em>by tomhuveners</em></h3>
<p class="img"><a href="http://cargocollective.com/tomhuveners"><img src="http://devsnippets.com/img/logos/25.jpg" alt="Denshu Sushi "></a></p>
<h3>- Broken Goggles </h3>
<p class="img"><a href="http://logopond.com/gallery/detail/27332"><img src="http://devsnippets.com/img/logos/26.jpg" alt="Broken Goggles"></a></p>
<h3>- African Film Club</h3>
<p class="img"><a href="http://logofaves.com/2008/12/african-film-club/"><img src="http://devsnippets.com/img/logos/27.jpg" alt="African Film Club"></a></p>
<h3>- Oil</h3>
<p class="img"><a href="http://logofaves.com/2009/09/oil/"><img src="http://devsnippets.com/img/logos/28.jpg" alt="oil"></a></p>
<h3>- Page fold</em></h3>
<p class="img"><a href="http://logopond.com/gallery/detail/43166"><img src="http://devsnippets.com/img/logos/29.jpg" alt="Page fold"></a></p>
<h3>- Swing Studios</h3>
<p class="img"><a href="http://brandstack.com/brand_details.php?brand_id=2607"><img src="http://devsnippets.com/img/logos/30.jpg" alt="Swing Studios"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/30-unique-logo-designs-that-actually-say-something.html/feed</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
		<item>
		<title>Creating 10 Most-Used Javascript Techniques Using Pure CSS Styling</title>
		<link>http://devsnippets.com/article/techniques-using-pure-css-only.html</link>
		<comments>http://devsnippets.com/article/techniques-using-pure-css-only.html#comments</comments>
		<pubDate>Mon, 31 May 2010 11:52:04 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=21982</guid>
		<description><![CDATA[Whatever content we have, we can present them in an interactive &#038; more responsive ways with CSS styling only. In this article we’d like to present 10 Impressive techniques using pure CSS styling to create simple and interactive website without using Javascript at all. How To Create a Pure CSS Polaroid Photo Gallery Learn how [...]]]></description>
			<content:encoded><![CDATA[<p>Whatever content we have, we can present them in an interactive &#038; more responsive ways with CSS styling only. In this article we’d like to present <strong>10 Impressive techniques using pure CSS styling</strong> to create simple and interactive website without using <strong>Javascript</strong> at all.</p>
<h3 class="big">How To Create a Pure CSS Polaroid Photo Gallery</h3>
<p>Learn how to build a cool looking stack of Polaroid photos with pure CSS styling. Basic CSS is used to style up the photos into a Polaroid style images, then some additional styling with shadows and rotation are injected, then z-index property is used to alter the stacking order of all the objects.</p>
<p class="img"><a href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery"><img src="http://devsnippets.com/img/pure-css/01.jpg" alt="How To Create a Pure CSS Polaroid Photo Gallery"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://line25.com/wp-content/uploads/2009/polaroid-gallery/demo/demo.html" target="_blank"></a><a class="livedownload" href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery" target="_blank"></a>
</div>
<h3 class="big">Bubble Effect with CSS</h3>
<p>You might be familiar with the plugin jQuery Dock which allows developers to create a menu like Apple Dock. Now, you will create a similar menu with bubble effect by using CSS only. Although it doesn’t have as smooth of an effect as jQuery Dock, it’s helpful for those that just want to make a cool menu by using pure CSS. This tutorial includes two methods: CSS sprites (basic) and the image swapping (advanced).</p>
<p class="img"><a href="http://aext.net/2009/11/bubble-effect-with-css/"><img src="http://devsnippets.com/img/pure-css/02.jpg" alt="Bubble Effect with CSS"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://aext.net/example/bubble-css/" target="_blank"></a><a class="livedownload" href="http://aext.net/2009/11/bubble-effect-with-css/" target="_blank"></a>
</div>
<h3 class="big">Text Rotation With CSS</h3>
<p>Many of the popular browsers of today support the ability to rotate HTML elements. We can make it work in Internet Explorer (back to version 5.5 even). This tutorial explains this technique step by step.</p>
<p class="img"><a href="http://snook.ca/archives/html_and_css/css-text-rotation"><img src="http://devsnippets.com/img/pure-css/03.jpg" alt="Text Rotation With CSS"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://snook.ca/archives/html_and_css/css-text-rotation" target="_blank"></a><a class="livedownload" href="http://snook.ca/archives/html_and_css/css-text-rotation" target="_blank"></a>
</div>
<h3 class="big">Create a JQuery Content Slider Using Pure CSS</h3>
<p>Learn how to create a working example without the aid of JavaScript, using layers in CSS and using CSS3 transitions to give the slider the necessary animation.</p>
<p class="img"><a href="http://www.nealgrosskopf.com/tech/thread.php?pid=45"><img src="http://devsnippets.com/img/pure-css/04.jpg" alt="Create a JQuery Content Slider Using Pure CSS"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://www.nealgrosskopf.com/tech/resources/45/" target="_blank"></a><a class="livedownload" href="http://www.nealgrosskopf.com/tech/thread.php?pid=45" target="_blank"></a>
</div>
<h3 class="big">Pure CSS Timeline</h3>
<p>Learn how to build a CSS  timeline while using some clean and simple markup. The result is a simple and clean looking timeline with some very straight forward markup. The result is a simple and clean looking timeline out of CSS and HTML.</p>
<p class="img"><a href="http://mattbango.com/notebook/web-development/pure-css-timeline/"><img src="http://devsnippets.com/img/pure-css/05.jpg" alt="Pure CSS Timeline"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://mattbango.com/demos/pure-css-timeline/" target="_blank"></a><a class="livedownload" href="http://mattbango.com/notebook/web-development/pure-css-timeline/" target="_blank"></a>
</div>
<h3 class="big">Pure CSS Vignette</h3>
<p>A vignette effect is a discoloration on the edges of an image. This effect usually appears in photography and it can be either accidental or intentional. It can also be either light or dark, depending on the situation.</p>
<p class="img"><a href="http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/"><img src="http://devsnippets.com/img/pure-css/06.jpg" alt="Pure CSS Vignette"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://sickdesigner.com/demos/css-vignette/css-vignette.html" target="_blank"></a><a class="livedownload" href="http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/" target="_blank"></a>
</div>
<h3 class="big">Pure CSS Animated Progress Bar</h3>
<p>Here&#8217;s a simple demonstration of how you can create animated progress bar using pure css. </p>
<p class="img"><a href="http://cssglobe.com/post/1468/pure-css-animated-progress-bar"><img src="http://devsnippets.com/img/pure-css/07.jpg" alt="Pure CSS Animated Progress Bar"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://cssglobe.com/lab/progress_bar/" target="_blank"></a><a class="livedownload" href="http://cssglobe.com/post/1468/pure-css-animated-progress-bar" target="_blank"></a>
</div>
<h3 class="big">How to Create a Valid Non-Javascript Lightbox</h3>
<p>A JavaScript free lightbox with valid markup. The trick in this tutorial is opening and closing the lightbox.  To do that, you have to know that linking to an element that is hidden off the page causes the element to be “pulled” into view as opposed to the window jumping down to that element. So with that in mind you can change the href values of the content links to the ID values of the lightboxes and create a new #close element that the close buttons will link to. </p>
<p class="img"><a href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/"><img src="http://devsnippets.com/img/pure-css/08.jpg" alt="How to Create a Valid Non-Javascript Lightbox"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://www.growldesign.co.uk/projects/lb" target="_blank"></a><a class="livedownload" href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/" target="_blank"></a>
</div>
<h3 class="big">Accordion using only CSS</h3>
<p>An accor­dion effect can be achieved using CSS3’s <code>:target pseudo-class</cod, without requir­ing JavaS­cript. Using the pro­pri­et­ary <code>-webkit-transition</code>  prop­erty this accor­dion can also be animated.</p>
<p class="img"><a href="http://www.fofronline.com/2009-06/accordion-using-only-css/"><img src="http://devsnippets.com/img/pure-css/09.jpg" alt="Accordion using only CSS"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://www.fofronline.com/experiments/accordion/" target="_blank"></a><a class="livedownload" href="http://www.fofronline.com/2009-06/accordion-using-only-css/" target="_blank"></a>
</div>
<h3 class="big">Snazzy Hover Effects Using CSS</h3>
<p>This tutorial will go over creating flexible advanced hover techniques using CSS2.1 properties. We’ll be using these key CSS property, pseudo-classes, and pseudo-element to accomplish our technique:</p>
<ul>
<li><code>content</code> Rather than create unnecessary mark-up to display our caption, we’ll use CSS generated content to add the caption.</li>
<li><code>:hover<code>/, <code>:focus</code> Lets us show/hide the caption overlay with our mouse/keyboard.</li>
<li> <code>:after</code> Used in conjunction with the content property to dynamically append our caption content and layout.</li>
</ul>
<p class="img"><a href="http://sixrevisions.com/css/snazzy-hover-effects-using-css/"><img src="http://devsnippets.com/img/pure-css/10.jpg" alt="Snazzy Hover Effects Using CSS"></a></p>
<div id="livedownload">
<a class="livedemo" href="http://www.thecssninja.com/demo/css_hover2/" target="_blank"></a><a class="livedownload" href="http://sixrevisions.com/css/snazzy-hover-effects-using-css/" target="_blank"></a>
</div>
<p>This was just a bit of fun. So what now? Well, it would be great to see if anyone can come up with a nice pure CSS solution! If you have one, please share.</p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/techniques-using-pure-css-only.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>40 Creative Advertisements With Unexpected Ideas</title>
		<link>http://devsnippets.com/article/40-creative-advertisements-with-unexpected-ideas.html</link>
		<comments>http://devsnippets.com/article/40-creative-advertisements-with-unexpected-ideas.html#comments</comments>
		<pubDate>Thu, 27 May 2010 13:01:34 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=21762</guid>
		<description><![CDATA[Today, we are going to explore 40 unique ideas of creative advertisements that will make you look twice. Some great techniques and ideas were used in all of these ads and I think they are brilliant! Most images link back to the original authors however there are some that are unknown. Don’t Forget to… subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we are going to explore <strong>40 unique ideas of creative advertisements that will make you look twice</strong>. Some great techniques and ideas were used in all of these ads and I think they are brilliant!<br />
Most images link back to the original authors however there are some that are unknown.</p>
<h3 class="title">Don’t Forget to…</h3>
<p>subscribe to our <a href="http://feeds2.feedburner.com/devsnippets"><strong>RSS-Feed</strong></a> for future updates. </p>
<h3>Lua de Papel: Fat</h3>
<p>Inside of everyone there is a hidden personality. And sometimes, it comes to a visit.</p>
<p class="img"><a href="http://adsoftheworld.com/media/print/lua_de_papel_fat"><img src="http://devsnippets.com/img/ads/01.jpg" alt="Lua de Papel: Fat"></a></p>
<p><a href="http://adsoftheworld.com/media/print/lua_de_papel_fat" class="more">Source</a></p>
<h3>AbovetheInfluence.com: Disposable friend</h3>
<p>Friends aren&#8217;t disposable.</p>
<p class="img"><img src="http://devsnippets.com/img/ads/04.jpg" alt="AbovetheInfluence.com: Disposable friend"></p>
<p><a href="http://adsoftheworld.com/media/print/abovetheinfluence_com_disposable_friend_3" class="more">Source</a></p>
<h3>Band Aid: Hulk</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/05.jpg" alt="Band Aid: Hulk"></p>
<p><a href="http://adsoftheworld.com/media/print/band_aid_hulk" class="more">Source</a></p>
<h3>Tok&#038;Stok: Matches, Chairs</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/06.jpg" alt="Tok&#038;Stok: Matches, Chairs"></p>
<p><a href="http://adsoftheworld.com/media/print/tokstok_matches_chairs" class="more">Source</a></p>
<h3>Bangalore traffic police: Talk them dead, House-wife</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/08.jpg" alt="Bangalore traffic police: Talk them dead, House-wife"></p>
<p><a href="http://adsoftheworld.com/media/print/bangalore_traffic_police_talk_them_dead_housewife" class="more">Source</a></p>
<h3>Petrobras: Dolphins</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/07.jpg" alt="Petrobras: Dolphins"></p>
<p><a href="http://adsoftheworld.com/media/print/petrobras_dolphins" class="more">Source</a></p>
<h3>Fedex: USA-Brazil</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/09.jpg" alt="Fedex: USA-Brazil"></p>
<p><a href="http://adsoftheworld.com/media/print/fedex_usabrazil" class="more">Source</a></p>
<h3>Unicef: Toy soldiers</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/10.jpg" alt="Unicef: Toy soldiers"></p>
<p><a href="http://adsoftheworld.com/media/print/unicef_toy_soldiers" class="more">Source</a></p>
<h3>Terra News: Obama</h3>
<p>Be the second one to know.</p>
<p class="img"><img src="http://devsnippets.com/img/ads/13.jpg" alt="Terra News: Obama"></p>
<p><a href="http://adsoftheworld.com/media/print/terra_news_obama" class="more">Source</a></p>
<h3>Brighton Language School</h3>
<p>Fix your broken English</p>
<p class="img"><img src="http://devsnippets.com/img/ads/14.jpg" alt="Brighton Language School"></p>
<p><a href="http://adsoftheworld.com/media/print/brighton_language_school_english" class="more">Source</a></p>
<h3>Mambocino Coffee Co.: Mug</h3>
<p>Cialdi. Extra Strong.</p>
<p class="img"><img src="http://devsnippets.com/img/ads/15.jpg" alt="Cialdi. Extra Strong."></p>
<p><a href="http://adsoftheworld.com/media/print/mambocino_coffee_co_mug" class="more">Source</a></p>
<h3>Samsung MP3 Player: Elvis, Hip-hop, Opera</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/16.jpg" alt="Samsung MP3 Player: Elvis, Hip-hop, Opera"></p>
<p><a href="http://www.ibelieveinadv.com/2008/12/samsung-mp3-player-elvis-hip-hop-opera/" class="more">Source</a></p>
<h3>National Geographic Kids Magazine</h3>
<p>Air Pollution, Deforestation, Oil Spill</p>
<p class="img"><img src="http://devsnippets.com/img/ads/17.jpg" alt="National Geographic Kids Magazine: Air Pollution, Deforestation, Oil Spill"></p>
<p><a href="http://www.ibelieveinadv.com/2010/05/national-geographic-kids-magazine-air-pollution-deforestation-oil-spill/" class="more">Source</a></p>
<h3>Stihl: Lego Chainsaw</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/18.jpg" alt="Stihl: Lego Chainsaw"></p>
<p><a href="http://www.ibelieveinadv.com/2010/05/stihl-lego-chainsaw/" class="more">Source</a></p>
<h3>Kerrygold: Feather</h3>
<p>“Extra spreadable”</p>
<p class="img"><img src="http://devsnippets.com/img/ads/19.jpg" alt="Kerrygold: Feather"></p>
<p><a href="http://www.ibelieveinadv.com/2010/05/kerrygold-feather/" class="more">Source</a></p>
<h3>Renault Clio RS: Sandglass</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/20.jpg" alt="Renault Clio RS: Sandglass"></p>
<p><a href="http://www.ibelieveinadv.com/2010/05/renault-clio-rs-acropolis/" class="more">Source</a></p>
<h3>Copenhagen Zoo: Snake Bus</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/21.jpg" alt="Copenhagen Zoo: Snake Bus"></p>
<p><a href="http://adsoftheworld.com/media/ambient/copenhagen_zoo_snake_bus" class="more">Source</a></p>
<h3>Finding Nemo 2</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/12.jpg" alt="Finding Nemo 2"></p>
<h3>Sony cotton stick </h3>
<p>Anti-distortion HiFi. For a cleaner sound.</p>
<p class="img"><img src="http://devsnippets.com/img/ads/11.jpg" alt="Sony cotton stick "></p>
<p><a href="http://adsoftheworld.com/media/print/sony_cotton_stick?size=_original" class="more">Source</a></p>
<h3>Orion Telescopes: Moon</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/03.jpg" alt="EYE BANK"></p>
<p><a href="http://adsoftheworld.com/media/print/orion_telescopes_moon?size=_original" class="more">Source</a></p>
<h3>EYE BANK</h3>
<p>Your Eyes can add light to someone&#8217;s life</p>
<p class="img"><a href="http://www.flickr.com/photos/34467389@N06/3203300144/in/photostream/"><img src="http://devsnippets.com/img/ads/02.jpg" alt="EYE BANK"></a></p>
<p><a href="http://www.flickr.com/photos/34467389@N06/3203300144/in/photostream/" class="more">Source</a></p>
<h3>Volkswagen Crafter: Robot</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/22.jpg" alt="Volkswagen Crafter: Robot"></p>
<p><a href="http://adsoftheworld.com/media/print/volkswagen_crafter_robot" class="more">Source</a></p>
<h3>Adobe Photoshop Day cream</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/23.jpg" alt="Adobe Photoshop Day cream"></p>
<h3>Something to Smile About</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/24.jpg" alt="Something to Smile About"></p>
<h3>Reserved for drunk drivers</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/25.jpg" alt="Reserved for drunk drivers"></p>
<h3>Words create Worlds</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/26.jpg" alt="Words create Worlds"></p>
<p><a href="http://pixdaus.com/single.php?id=105148" class="more">Source</a></p>
<h3>Tree Lungs</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/27.jpg" alt="Tree Lungs"></p>
<p><a href="http://www.flickr.com/photos/32895514@N02/3472074417/" class="more">Source</a></p>
<h3>Honda</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/28.jpg" alt="Honda"></p>
<h3>WWF</h3>
<p><P>You can&#8217;t afford to be slow in an emergency</P></p>
<p class="img"><img src="http://devsnippets.com/img/ads/29.jpg" alt="You can't afford to be slow in an emergency"></p>
<h3>Help Yourself</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/30.jpg" alt="Help Yourself"></p>
<p><a href="http://ffffound.com/image/53a2e1f456ca29dd9bd655ee3f9a9c768b934065" class="more">Source</a></p>
<h3>Kitkat</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/31.jpg" alt="Kitkat"></p>
<p><a href="http://ffffound.com/image/54a24d4da652ba626bd33227447671acd8f4daaf" class="more">Source</a></p>
<h3>Cookie splash! v6</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/32.jpg" alt="Cookie splash! v6"></p>
<p><a href="http://www.flickr.com/photos/swarmoeskerken/3494051338/" class="more">Source</a></p>
<h3>Tómate un descanso del sol</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/33.jpg" alt="Tómate un descanso del sol"></p>
<p><a href="http://blogvecindad.com/tomate-un-descanso-del-sol/2010/03/24" class="more">Source</a></p>
<h3>Strongermarriage.com: Me</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/34.jpg" alt="Strongermarriage.com: Me"></p>
<p><a href="http://adsoftheworld.com/media/print/strongermarriagecom_me" class="more">Source</a></p>
<h3>Barbecue</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/35.jpg" alt="Barbecue"></p>
<p>  ></p>
<h3>A BRAVE NEW WORLD</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/36.jpg" alt="A BRAVE NEW WORLD"></p>
<h3>WWF</h3>
<p>You never kill just the tree</p>
<p class="img"><img src="http://devsnippets.com/img/ads/37.jpg" alt="You never kill just the tree"></p>
<h3>Copenhagen 2009</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/38.jpg" alt="Copenhagen 2009"></p>
<h3>Zorlu Energy Group: Escalator</h3>
<p class="img"><img src="http://devsnippets.com/img/ads/39.jpg" alt="Zorlu Energy Group: Escalator"></p>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/40-creative-advertisements-with-unexpected-ideas.html/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Getting Slim, Spicy, &amp; WordPress-Ready with Top 10 jQuery Plugins</title>
		<link>http://devsnippets.com/article/get-slim-spicy-wordpress-ready-with-top-10-jquery-plugins.html</link>
		<comments>http://devsnippets.com/article/get-slim-spicy-wordpress-ready-with-top-10-jquery-plugins.html#comments</comments>
		<pubDate>Tue, 25 May 2010 13:10:26 +0000</pubDate>
		<dc:creator>Noura Yehia</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devsnippets.com/?p=21592</guid>
		<description><![CDATA[What&#8217;s great about jQuery is how easily you can create impressive animations and interactions with a super lightweight size. WordPress awesomeness lies in its fact that it can be customized to power any type of site you like! Now, when we harness the power of WordPress with some sexy jquery magical effects, the possibilities are [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s great about jQuery is how easily you can create impressive animations and interactions with a super lightweight size. WordPress awesomeness lies in its fact that it can be customized to power any type of site you like! Now, when we harness the power of WordPress with some sexy jquery magical effects, the possibilities are infinite.</p>
<p>Recently, a number jQuery plugins has been popping around facing huge admiration from users around the worlds. <a href="http://nivo.dev7studios.com/">Nivo Slider</a>, <a href="http://workshop.rs/projects/coin-slider/">Coinslider</a>, <a href="http://dev.herr-schuessler.de/jquery/popeye/demo.html">jQuery.popeye</a> and others has a secret ingredient that made us say wow. Fortunately, now we can use them in our WordPress blogs without the need to code anything, we will just install them as WordPress Plugins. </p>
<p>In this article, we’ll explore <strong>10 Most Wanted jQuery Plugins Now Ready For WordPress</strong>.</p>
<h3 class="title">Don’t Forget to…</h3>
<p>subscribe to our <a href="http://feeds2.feedburner.com/devsnippets"><strong>RSS-Feed</strong></a> for future updates.</p>
<h3 class="big">1. Nivo Slider</h3>
<h3>jQuery Image Slider</h3>
<p><a href="http://nivo.dev7studios.com/">Nivo Slider </a> is a lightweight (7kb compressed) jQuery plugin for creating good-looking image sliders with 9 unique transition effects.</p>
<p class="img"><a href="http://nivo.dev7studios.com/"><img src="http://devsnippets.com/img/jquery-plugins/01.jpg" alt="Nivo Slider"></a></p>
<h4>WordPress Version: WP Nivo Slider</h4>
<p>This plugin creates a Slideshow/Slider with post thumbnails in your posts configured for a particular category of your wordpress. It is entirely written in jQuery (following the pattern of my other plugins).</p>
<div id="livedownload">
<a class="livedemo" href="http://nivo.dev7studios.com/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/wp-nivo-slider/" target="_blank"></a>
</div>
<h3 class="big">2. The jFlip plugin</h3>
<h3>A flipping page gallery</h3>
<p><a href="http://www.jquery.info/spip.php?article78">jFlip</a> builds an image gallery made as a book. You can flip the book pages to view the next or previous image clicking or dragging the animated corners shown when hovering on the gallery area.</p>
<p class="img"><a href="http://www.jquery.info/spip.php?article78"><img src="http://devsnippets.com/img/wordpress-plugins/01.jpg" alt="The jFlip plugin"></a></p>
<h4>WordPress Version: DynamicWP Image Flipper</h4>
<p>DynamicWP image flipper is an excellent way to show your image gallery in blogs. This plugin will builds and image gallery in your sidebar made as a book or magazine. You can flip the magazine pages to view the next or previous image clicking or dragging the animated corners shown when hovering on the gallery area. This plugin is a widget, so you can put it anywhere you like on your sidebar.</p>
<div id="livedownload">
<a class="livedemo" href="http://www.dynamicwp.net/demo-page/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/dynamicwp-image-flipper/" target="_blank"></a>
</div>
<h3 class="big">3. COIN SLIDER</h3>
<h3>jQuery Image Slider with Unique Effects</h3>
<p><a href="http://workshop.rs/projects/coin-slider/">Coin Slider</a> is another Lightweight (8kb only) jQuery Image Slider with Unique Effects. The slider has an optional auto-slide feature and navigation box for browsing images easily. You can add links to your images.</p>
<p class="img"><a href="http://workshop.rs/projects/coin-slider/"><img src="http://devsnippets.com/img/jquery-plugins/03.jpg" alt="COIN SLIDER"></a></p>
<h4>WordPress Version: Coin Slider 4 WordPress</h4>
<p>Coin Slider 4 WP is WordPress plugin for creating image gallery with unique transition effects of featured posts. You can choose between three types of transition effects: random, swirl and rain. Also, you can set width, height, delay time, number of posts etc.</p>
<div id="livedownload">
<a class="livedemo" href="http://workshop.rs/projects/coin-slider/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/coin-slider-4-wp/" target="_blank"></a>
</div>
<h3 class="big">4. jQuery.popeye</h3>
<h3>Image Gallery Script</h3>
<p><a href="http://dev.herr-schuessler.de/jquery/popeye/demo.html">jQuery.popeye </a> is an advanced image gallery script to save space when displaying a collection of images and offer your users a nice and elegant way to show a big version of your images without leaving the page flow. Though the script is quick and easy to setup, it offers great flexibility in both behaviour and styling.</p>
<p class="img"><a href="http://dev.herr-schuessler.de/jquery/popeye/demo.html"><img src="http://devsnippets.com/img/jquery-plugins/06.jpg" alt="jQuery.popeye"></a></p>
<h4>WordPress Version: wp-popeye</h4>
<p>Popeye presents images from the WordPress media library in a nice and elegant way within your posts and pages. Use it to save space when displaying a collection of images and offer your users a simple way to show a big version of your images without leaving the page flow.</p>
<div id="livedownload">
<a class="livedemo" href="http://dev.herr-schuessler.de/jquery/popeye/demo.html" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/popeye/" target="_blank"></a>
</div>
<h3 class="big">5. SimpleModal</h3>
<h3>Modal dialog framework</h3>
<p><a href="http://www.ericmmartin.com/projects/simplemodal/">SimpleModal</a> is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development. </p>
<p class="img"><a href="http://www.ericmmartin.com/projects/simplemodal-demos/"><img src="http://devsnippets.com/img/wordpress-plugins/02.jpg" alt="jQuery SimpleModal Contact Form (SMCF)"></a></p>
<h4>WordPress Version: SimpleModal Contact Form (SMCF)</h4>
<p>SimpleModal Contact Form (SMCF) is an Ajax powered modal contact form. SMCF has options to include certain contact form elements, like a Subject field and &#8220;Send me a copy&#8221; option for the sender.</p>
<div id="livedownload">
<a class="livedemo" href="http://www.ericmmartin.com/projects/simplemodal-demos/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/" target="_blank"></a>
</div>
<h3 class="big">6. Tweet</h3>
<h3>Put twitter on your website</h3>
<p>Put twitter on your website with <a href="http://tweet.seaofclouds.com/">tweet</a>!, an unobtrusive javascript plugin for jquery. What&#8217;s good about it is :</p>
<ul>
<li>- will not slow down or pause your page while tweets are loading</li>
<li> display up to 100 tweets, as permitted by the twitter search api</li>
<li>display tweets from a twitter search, or from your own feed</li>
<li>optional verb tense matching, for human readable tweets</li>
<li>optionally display your avatar</li>
<li>optionally display tweets from multiple accounts!</li>
</ul>
<p class="img"><a href="http://tweet.seaofclouds.com/"><img src="http://devsnippets.com/img/wordpress-plugins/03.jpg" alt="tweet"></a></p>
<h4>WordPress Version: <a href="http://wordpress.org/extend/plugins/qtwit/">qTwit</a></h4>
<p>qTwit isn&#8217;t the only Twitter widget out there, but it loads your Tweets on the client-side, meaning that it uses the jQuery plugin by Seaofclouds to load your tweets. Which means; Your tweets are always up-to-date and your server isn&#8217;t coughing up blood from exhaustion loading the tweets by itself all the time!</p>
<div id="livedownload">
<a class="livedemo" href="http://tweet.seaofclouds.com/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/qtwit/" target="_blank"></a>
</div>
<h3 class="big">7. <a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/">Page Peel Effect</a></h3>
<h3>Page Peel Effect with jQuery &#038; CSS</h3>
<p>You have probably seen these forms of advertising where you can peel a corner of a website and see a message underneath. It seems most are flash driven, but Soh Tanaka decided to try it out using some simple lines of jQuery.</p>
<p class="img"><a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/"><img src="http://devsnippets.com/img/wordpress-plugins/04.jpg" alt="Page Peel Effect"></a></p>
<h4>WordPress Version: <a href="http://wordpress.org/extend/plugins/jquery-page-peel/">jQuery Page Peel</a></h4>
<p>Adds a page peel affect to the top right corner of the page using only jQuery.</p>
<div id="livedownload">
<a class="livedemo" href="http://www.sohtanaka.com/web-design/examples/peeling-effect/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/jquery-page-peel/" target="_blank"></a>
</div>
<h3 class="big">8. <a href="http://www.slidedeck.com">SlideDeck</a></h3>
<h3>Slider widget or Slideshow</h3>
<p><a href="http://www.slidedeck.com/wordpress">SlideDeck</a> is a new way to display content on websites, mobile phones and kiosks. It delivers a better user experience by removing the information overload and providing a fun, quick and beautiful way to interact with digital devices.</p>
<p class="img"><a href="http://www.slidedeck.com/wordpress"><img src="http://devsnippets.com/img/wordpress-plugins/05.jpg" alt="SlideDeck"></a></p>
<h4>WordPress Version: <a href="http://wordpress.org/extend/plugins/slidedeck-lite-for-wordpress/">Content Slider by SlideDeck</a></h4>
<p>The SlideDeck WordPress plugin allows you to easily create a slider widget or slideshow on your WordPress blog without having to write any code. Just create a new slider with the SlideDeck control panel tool and insert the widget into your post via the WYSIWYG editor with the TinyMCE plugin SlideDeck picker.</p>
<div id="livedownload">
<a class="livedemo" href="http://www.slidedeck.com/wordpress" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/slidedeck-lite-for-wordpress/" target="_blank"></a>
</div>
<h3 class="big">9. <a href="http://www.suprb.com/#sexycycle">sexyCycle</a></h3>
<h3>Making sliding image galleries</h3>
<p>sexyCycle is a lightweight yet very sleek jQuery plugin for making sliding image galleries. One of the good things about <a href="http://www.suprb.com/#sexycycle">sexyCycle</a> is that you&#8217;re not forced to stick with a fixed width of all images. It&#8217;s actually quite nice to use different width on each image.</p>
<p class="img"><a href="http://www.suprb.com/#sexycycle"><img src="http://devsnippets.com/img/wordpress-plugins/06.jpg" alt="sexyCycle"></a></p>
<h4>WordPress Version: <a href="http://wordpress.org/extend/plugins/sexycycle-for-wordpress/">sexyCycle for WordPress</a></h4>
<p>This WordPress plugin makes it possible to add this image sliding functionality to galleries in WP, you can simply just override the   shortcode generated by WP or you can use it&#8217;s own [sexy-gallery]  shortcode. Galleries are handled the same way as usual by the &#8216;Add an Image -> Gallery function&#8217;.</p>
<div id="livedownload">
<a class="livedemo" href="http://www.suprb.com/apps/sexyCycle/" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/sexycycle-for-wordpress/" target="_blank"></a>
</div>
<h3 class="big">10. <a href="http://sorgalla.com/projects/jcarousel/">jCarousel</a></h3>
<h3>Making sliding image galleries</h3>
<p><a href="http://sorgalla.com/projects/jcarousel/">jCarousel</a> is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without animation).</p>
<p class="img"><a href="http://sorgalla.com/projects/jcarousel/"><img src="http://devsnippets.com/img/wordpress-plugins/07.jpg" alt="jCarousel"></a></p>
<h4>WordPress Version: <a href="http://wordpress.org/extend/plugins/jcarousel-for-wordpress/">jCarousel for WordPress</a></h4>
<p>This plugin displays thumbnail images in a carousel using jQuery jCarousel. Clicking an image or scrolling fades in a large version of the image.</p>
<div id="livedownload">
<a class="livedemo" href="http://sorgalla.com/projects/jcarousel/#Examples" target="_blank"></a><a class="livedownload" href="http://wordpress.org/extend/plugins/jcarousel-for-wordpress/" target="_blank"></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://devsnippets.com/article/get-slim-spicy-wordpress-ready-with-top-10-jquery-plugins.html/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
