<?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/" version="2.0">

<channel>
	<title>Coder Plus</title>
	
	<link>http://coderplus.com</link>
	<description />
	<lastBuildDate>Sun, 19 Sep 2010 03:53:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CoderPlus" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="coderplus" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">CoderPlus</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>New Facebook Like Button For WordPress</title>
		<link>http://coderplus.com/2010/08/new-facebook-like-button-for-wordpress/</link>
		<comments>http://coderplus.com/2010/08/new-facebook-like-button-for-wordpress/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:03:42 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[like-button]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=390</guid>
		<description><![CDATA[Facebook has rolled out an improved version of its like Button. The new Facebook like button looks like  the compact Official Tweet Button. The Facebook Like button will show the no of likes your post received.The like button has some changes from the older version in the way the user is allowed to like and unlike(It now a little difficult than before to unlike :P)]]></description>
			<content:encoded><![CDATA[<p>Facebook has rolled out an improved version of its like Button. The new Facebook like button looks like  the compact Official Tweet Button. The Facebook Like button will show the no of likes your post received.The like button has some changes from the older version in the way the user is allowed to like and unlike(It now a little difficult than before to unlike <img src='http://coderplus.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p><img title="New Facebook Like button for WordPress" src="http://lh6.ggpht.com/_u4gySN2ZgqE/TGw27yECBeI/AAAAAAAABmU/3y8yv6Lv8sA/image%5B7%5D.png?imgmax=800" alt="" width="552" height="187" /></p>
<p>Edit your  WordPress theme and insert the following code into your WordPress Post Loop(If you want it to appear on Post pages only, then edit single.php.Otherwise you will have to edit multiple theme  files)</p>
<div class="code">
<pre>&lt;iframe src="http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=<span style="color: red;">button_count</span>&amp;amp;show_faces=<span style="color: red;">false</span>&amp;amp;width=<span style="color: red;">450</span>&amp;amp;action=<span style="color: red;">like</span>&amp;amp;colorscheme=<span style="color: red;">light</span>&amp;amp;font=<span style="color: red;">arial</span>" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:40px;"&gt;&lt;/iframe&gt;</pre>
</div>
<p>Parameters of the Like Button<br />
1.layout=button_count will provide you with the new like button.If you change it to layout=standard , then you will get the older version of the like button<br />
2. show_faces=false If you set this parameter to true(show_faces=true), then it will show faces of those who like your post<br />
3.There are three different color schemes available . The code has the light color scheme. To use the other two color schemes change colorscheme=light to colorscheme=dark or colorscheme=evil<br />
4.you can also change the font used by changing the font parameter<br />
You can change font=arial to any of</p>
<p>1. font=lucida+grande<br />
2. font=segoe+ui<br />
3. font=tahoma<br />
4. font=trebuchet+ms<br />
5. font=verdana</p>
<p>5.To change the text that appears on the button, you can change action=like to action=recommend</p>
<p><a href="http://www.bloggerplugins.org/2010/08/new-facebook-like-button-for-blogger.html" target="_blank">New Facebook Like Button for Blogger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2010/08/new-facebook-like-button-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweet This Text Link For WordPress</title>
		<link>http://coderplus.com/2010/08/tweet-this-text-link-for-wordpress/</link>
		<comments>http://coderplus.com/2010/08/tweet-this-text-link-for-wordpress/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 06:54:30 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://coderplus.com/2010/08/tweet-this-text-link-for-wordpress/</guid>
		<description><![CDATA[Are you trying to add a Tweet This Text link to your WordPress blog? Then you have come to the right place. Some of you might feel that the Official Tweet Button is not fully Customizable and slows down your site by using JavaScript. To add the tweet link to your wordpress blog, Edit your [...]]]></description>
			<content:encoded><![CDATA[<p>Are you trying to add a Tweet This Text link to your WordPress blog? Then you have come to the right place. Some of you might feel that the Official Tweet Button is not fully Customizable and slows down your site by using JavaScript.</p>
<p>To add the tweet link to your wordpress blog, Edit your Template’s single.php file and add the following code</p>
<div class="code">
<pre>&lt;a href="http://twitter.com/share?text=&lt;?php echo urlencode(the_title()); ?&gt;&amp;amp;url=&lt;?php echo urlencode(the_permalink()); ?&gt;&amp;amp;via=twitter&amp;amp;related=&lt;?php echo urlencode("coderplus:Wordpress Tips, jQuery and more"); ?&gt;" title="Share on Twitter" rel="nofollow" target="_blank"&gt;Tweet This&lt;/a&gt;</pre>
</div>
<p>inside the post loop.</p>
<p>In the code you can edit <strong>via=twitter</strong> with your  twitter handle.Ex.If your twitter username is martin then you can change it to <strong>via=martin</strong> you can also edit the related account by editing <strong>related=coderplus: WordPress Tips, jQuery and more</strong></p>
<p>If you have any queries, leave a comment and i will help you out <img src='http://coderplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2010/08/tweet-this-text-link-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Tweet Button Plugin  for Wordpres with #Hashtags</title>
		<link>http://coderplus.com/2010/08/twitter-tweet-button-plugin-for-wordpress/</link>
		<comments>http://coderplus.com/2010/08/twitter-tweet-button-plugin-for-wordpress/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:09:41 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[tweet button]]></category>
		<category><![CDATA[tweet counter]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=340</guid>
		<description><![CDATA[Twitter has now officially released a new Tweet Button which shows a count of the number of times your post was shared on twitter . The button comes in three styles and has a new URL shortener(t.co).  If you are having a wordpress blog, then you can easily add the tweet button to your blog using the WP-TweetButton Plugin.]]></description>
			<content:encoded><![CDATA[<p>Twitter has now officially released a new Tweet Button which shows a count of the number of times your post was shared on twitter . The button comes in three styles and has a new URL shortener(t.co)</p>
<p>If you are having a wordpress blog, then you can easily add the tweet button to your blog using the WordPress Tweet Button Plugin. </p>
<p>Upload the WP-TweetButton plugin to your blog, Activate it, and configure it from the TweetButton Menu in your WordPress Dashboard.wee<br />
Here is a screenshot of the Configuration page.<br />
<a href="http://coderplus.com/wp-content/uploads/2010/08/twitter-tweet-button-plugin-for-wordpress.jpg"></a><a href="http://coderplus.com/wp-content/plugins/wp-tweetbutton/screenshot-1.png"><img class="alignnone size-medium wp-image-357" title="screenshot-1" src="http://coderplus.com/wp-content/plugins/wp-tweetbutton/screenshot-1.png" alt="screenshot-1" width="600" /></a></p>
<p><strong>= Features =</strong><br />
* Live count of tweets from Twitter<br />
* Allows you to change the source which you retweet, E.g. &#8220;RT @yourname&#8221; or &#8220;via @yourname&#8221;<br />
* Allows you to change the syntax of your tweet Eg:&lt;Tweet Text&gt; &lt;short link&gt; via @yourname,RT @yourname &lt;Tweet Text&gt; &lt;short link&gt;<br />
* Allows you to add<strong> post categories</strong> and <strong>tags</strong> as <strong>hash tags</strong> in your tweets<br />
* Allow you to set the type of the Tweet Counter(Vertical,Horizontal or none)<br />
* Allows you to set the language of the button<br />
* Allows you to recommend a second twitter account<br />
* Allows you to add CSS styles<br />
* Automatically adds the tweet button without the need of any template modification<br />
* Allows further customization and Manual code insertion into the template<br />
* <strong>Allows you manually  to add a text  link to tweet your posts</strong><br />
* <strong>Allows you to use the categories and tags of the post as hash tags in your tweet</strong><br />
* <strong>Use the post author&#8217;s twitter profile on his posts using <code>%post_author%</code> and <code>%post_author_bio%</code></strong><br />
The plugin is capable of automatically inserting the Tweet button on all of your posts. But if you need to have more control over where the tweet button is placed, then choose the &#8220;Manually add the Function Call to the Template&#8221; option from your Tweet Button Configuration Page. Now edit your template and add the following code wher you want the tweet button to appear.</p>
<div class="code">
<pre>&lt;?php if(function_exists('the_tweetbutton')) the_tweetbutton();?&gt;</pre>
</div>
<p>If you dont need the counter, and want to create a Text Link to share the item, then you can use the_tweetlink() function</p>
<p>Eg:The code below will output a simple text link to share your posts</p>
<div class="code">
<pre>&lt;a href="&lt;?php the_tweetlink();?&gt;" title="Tweet" target="_blank"&gt;Tweet This&lt;/a&gt;</pre>
</div>
<p><a href="http://wordpress.org/extend/plugins/wp-tweetbutton/">Download The WP-TweetButton Plugin from the WP Plugin Directory</a></p>
<p># wordpress twitter button #wordpress official tweet button #wordpress official twitter button #wordpress tweet button</p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2010/08/twitter-tweet-button-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>JQuery Plugins to Enhance Forms</title>
		<link>http://coderplus.com/2010/02/jquery-plugins-to-enhance-forms/</link>
		<comments>http://coderplus.com/2010/02/jquery-plugins-to-enhance-forms/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:46:56 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://coderplus.com/2010/02/jquery-plugins-to-enhance-forms/</guid>
		<description><![CDATA[Awesome jQuery Enhancements to Form Fields. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://fuelyourcoding.com/scripts/infield/" target="_blank">In-Field Labels JQuery Plugin</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="in-field-labels-jquery-plugin" src="http://coderplus.com/wp-content/uploads/2010/02/infieldlabelsjqueryplugin.png" border="0" alt="in-field-labels-jquery-plugin" width="420" height="189" /></p>
<p>- This is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.</p>
<p><a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip JQuery Plugin</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="jtip-jquery-plugin" src="http://coderplus.com/wp-content/uploads/2010/02/jtipjqueryplugin.png" border="0" alt="jtip-jquery-plugin" width="404" height="141" /></p>
<p>- jTip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too.This can be utilized for form Field Tips.</p>
<p><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" target="_blank">jqTransform</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="jqtransform" src="http://coderplus.com/wp-content/uploads/2010/02/jqtransform.png" border="0" alt="jqtransform" width="404" height="212" /></p>
<p>- A  jQuery styling plugin which allows you to skin form elements.</p>
<p><a href="http://www.vaziuojam.lt/js/geogoer/jquery_plugins/vchecks/index.html" target="_blank">JQuery Geogoer VChecks Plugin</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="JQuery-Geogoer-VChecks-Plugin" src="http://coderplus.com/wp-content/uploads/2010/02/JQueryGeogoerVChecksPlugin.png" border="0" alt="JQuery-Geogoer-VChecks-Plugin" width="404" height="154" /></p>
<p>- Lovely Check Boxes.</p>
<p><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" target="_blank">Ajax Fancy Captcha</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="fancycaptcha" src="http://coderplus.com/wp-content/uploads/2010/02/fancycaptcha.png" border="0" alt="fancycaptcha" width="404" height="332" /></p>
<p>- Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from bots and spammers.</p>
<p><a href="http://jqueryui.com/demos/datepicker/" target="_blank">jQuery Date Picker</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="jQuery-date-picker-plugin" src="http://coderplus.com/wp-content/uploads/2010/02/jQuerydatepickerplugin.png" border="0" alt="jQuery-date-picker-plugin" width="404" height="364" /></p>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/" target="_blank">jQuery plugin: Password Validation</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="jQuery-password-validation-plugin" src="http://coderplus.com/wp-content/uploads/2010/02/jQuerypasswordvalidationplugin.png" border="0" alt="jQuery-password-validation-plugin" width="404" height="169" /></p>
<p>This plugin extends the jQuery validation plugin, providing two components:<br />
* A function that rates passwords.<br />
* A custom method for the validation plugin that uses the rating function to display a password strength meter, requiring the field to have a “good” rating. The text displayed can be localized.</p>
<p><strong>More Plugins would be added soon <img src='http://coderplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2010/02/jquery-plugins-to-enhance-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Free Twitter Bird  Sets</title>
		<link>http://coderplus.com/2009/11/21-free-twitter-birds/</link>
		<comments>http://coderplus.com/2009/11/21-free-twitter-birds/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 10:10:34 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=321</guid>
		<description><![CDATA[21 Sets of Free Twitter Bird Graphics. All of these birds can be used for free. Please read the licenses provided by the respective designers.]]></description>
			<content:encoded><![CDATA[<p>21 Sets of Free Twitter Bird Graphics. All of these birds can be used for free. Please read the licenses provided by the respective designers.</p>
<p><br/> </p>
<p> <br/></p>
<p><a href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/" target="_blank">Cute Tweeters by Mirjami Manninen for Smashing Magazine</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="cute twitters" src="http://coderplus.com/wp-content/uploads/2009/11/image19.png" border="0" alt="cute twitters" width="505" height="506" /></p>
<p><a href="http://www.productivedreams.com/free-twitter-bird-icon-set/" target="_blank">Twitter Birds From Gopal Raju of ProductiveDreams.Com</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="twitter-birds-productivedreams" src="http://coderplus.com/wp-content/uploads/2009/11/image20.png" border="0" alt="twitter-birds-productivedreams" width="504" height="622" /></p>
<p><a href="http://www.productivedreams.com/its-twitter-time-free-vector-icon-set/" target="_blank">Another Set of Twitter Birds From Gopal</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="twitter-vector-icons-from-productivedreams" src="http://coderplus.com/wp-content/uploads/2009/11/image21.png" border="0" alt="twitter-vector-icons-from-productivedreams" width="501" height="211" /></p>
<p><a href="http://www.luclatulippe.com/index.php/site/comments/free_twitter_birds/" target="_blank">Free Twitter Birds</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-twitter-birds" src="http://coderplus.com/wp-content/uploads/2009/11/image22.png" border="0" alt="free-twitter-birds" width="504" height="380" /></p>
<p><a href="http://www.webdesign.fm/free-twitter-icons-happy-birds/" target="_blank">Free Twitter Icons – Happy Birds</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="happy-birds-free-twitter-icons" src="http://coderplus.com/wp-content/uploads/2009/11/image23.png" border="0" alt="happy-birds-free-twitter-icons" width="500" height="537" /></p>
<p><a href="http://www.littleboxofideas.com/blog/freebies/tweetbird-free-twitter-icon" target="_blank">Tweetbird  Icon from Sneh Roy</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="tweet-bird-by-sneh-roy" src="http://coderplus.com/wp-content/uploads/2009/11/image24.png" border="0" alt="tweet-bird-by-sneh-roy" width="504" height="278" /></p>
<p><a href="http://kailoon.com/free-vector-icons-set-twitter-birdy-icon/" target="_blank">Free Twitter Bird Icons By Kailoon</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-twitter-bird-by-kailoon" src="http://coderplus.com/wp-content/uploads/2009/11/image25.png" border="0" alt="free-twitter-bird-by-kailoon" width="504" height="504" /></p>
<p><a href="http://www.bijusubhash.com/blog/download-your-free-twitter-bird" target="_blank">Free Twitter Bird of Biju Subhash</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-twitter-birds-by-biju-subhash" src="http://coderplus.com/wp-content/uploads/2009/11/image26.png" border="0" alt="free-twitter-birds-by-biju-subhash" width="504" height="268" /></p>
<p><a href="http://www.littleboxofideas.com/blog/freebies/tweeta-a-free-twitter-bird-icon-set" target="_blank">Tweeta Free Twitter Bird Icon Set</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="tweeta-free-bird-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/image27.png" border="0" alt="tweeta-free-bird-icon-set" width="504" height="338" /></p>
<p><a href="http://poeticpixel.box.com.ph/2009/03/26/free-twitter-icon/" target="_blank">Free Twitter Icon</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-twitter-icon-by-diwa-fernandez" src="http://coderplus.com/wp-content/uploads/2009/11/image28.png" border="0" alt="free-twitter-icon-by-diwa-fernandez" width="504" height="494" /></p>
<p><a href="http://wefunction.com/2008/07/freebie-twitter-icons-illustration/" target="_blank">Twitter Bird Icons &amp; Illustration</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="twitter-birds-by-function" src="http://coderplus.com/wp-content/uploads/2009/11/image29.png" border="0" alt="twitter-birds-by-function" width="504" height="411" /></p>
<p><a href="http://thedesignsuperhero.com/2008/10/free-psds-give-away-high-resolution-twitter-bird-icons/" target="_blank">High Resolution Twitter Bird Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="high-resolution-birds" src="http://coderplus.com/wp-content/uploads/2009/11/image30.png" border="0" alt="high-resolution-birds" width="504" height="414" /></p>
<p><a href="http://sugarnines.com/2009/04/15/lovely-twitter-icons/" target="_blank">Lovely Twitter Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="lovely-twitter-icons" src="http://coderplus.com/wp-content/uploads/2009/11/image31.png" border="0" alt="lovely-twitter-icons" width="504" height="211" /></p>
<p><a href="http://mattknow.deviantart.com/art/A-Little-Bird-Told-Me-103056296" target="_blank">A Little Bird Told Me</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="a-little-bird-told-me" src="http://coderplus.com/wp-content/uploads/2009/11/image32.png" border="0" alt="a-little-bird-told-me" width="504" height="370" /></p>
<p><a href="http://www.blog.spoongraphics.co.uk/freebies/8-free-cute-and-simple-twitter-bird-vector-graphics" target="_blank">8 Free Cute &amp; Simple Twitter Bird Vector Graphics</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="8-cute-simple-twitter-birds" src="http://coderplus.com/wp-content/uploads/2009/11/image33.png" border="0" alt="8-cute-simple-twitter-birds" width="504" height="589" /></p>
<p><a href="http://www.matthamm.com/blog/index.php/site/free_to_use_twitter_icon_illustration" target="_blank">Free to use Twitter icon illustration</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-twitter-icon-illustration" src="http://coderplus.com/wp-content/uploads/2009/11/image34.png" border="0" alt="free-twitter-icon-illustration" width="504" height="411" /></p>
<p><a href="http://ithemes.com/free-rockin-twitter-icons-for-your-blog/" target="_blank">Free Rockin’ Twitter Icons for Your Blog</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="rocking-twitter-icons" src="http://coderplus.com/wp-content/uploads/2009/11/image35.png" border="0" alt="rocking-twitter-icons" width="504" height="328" /></p>
<p><a href="http://juliusx.deviantart.com/art/Twitter-Icons-PSD-117644880" target="_blank">Twitter Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="twitter-icons" src="http://coderplus.com/wp-content/uploads/2009/11/image36.png" border="0" alt="twitter-icons" width="500" height="497" /></p>
<p><a href="http://www.chris-wallace.com/2009/01/02/tweeties-a-free-twitter-icon-set/" target="_blank">Tweeties- A Free Twitter Icon Set</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="tweeties-free-twitter-icon-sets" src="http://coderplus.com/wp-content/uploads/2009/11/image37.png" border="0" alt="tweeties-free-twitter-icon-sets" width="504" height="289" /></p>
<p><a href="http://wefunction.com/2009/05/40-free-twitter-badges/" target="_blank">40 Cute Free Twitter Graphics &#8211; Badges, Icons &amp; Buttons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="40-free-twitter-graphics" src="http://coderplus.com/wp-content/uploads/2009/11/image38.png" border="0" alt="40-free-twitter-graphics" width="504" height="310" /></p>
<p><a href="http://www.chethstudios.net/2009/04/kweet-free-twitter-bird-icon.html" target="_blank">Kweet- A Free Twitter Bird Icon from Cheth Studios</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="kweet-by-chethstudios" src="http://coderplus.com/wp-content/uploads/2009/11/image39.png" border="0" alt="kweet-by-chethstudios" width="504" height="363" /></p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2009/11/21-free-twitter-birds/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beautiful Post Thumbnails for your WordPress Blog</title>
		<link>http://coderplus.com/2009/11/beautiful-post-thumbnails-for-your-wordpress-blog/</link>
		<comments>http://coderplus.com/2009/11/beautiful-post-thumbnails-for-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:58:01 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=242</guid>
		<description><![CDATA[In this tutorial, we will discuss the different methods to generate thumbnails and display them elegantly alongside your posts. This tutorial is meant to be used for the Wordpress Blogging Platform. We will do it in the timthumb, custom field and in the Wordpress Way]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we will discuss the different methods to generate thumbnails and display them elegantly alongside your posts. This tutorial is meant to be used for the WordPress Blogging Platform. We will do it in the timthumb, custom field and in the WordPress Way</p>
<h3>Usning the Timthumb thumbnail Generator</h3>
<p><strong>Timthumb</strong> is a thumbnail Generator script written in PHP and it requires the GD library. You can get the <strong>timthumb</strong> script from <a href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/" target="_blank">Darren Hoyt</a> at <a href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" target="_blank">Google Code</a> . First of all lets thank Darren for this magical script.</p>
<h3>How Stuff Works?</h3>
<p>For a neat look, we would be displaying post thumbnails along with post summarieson your wordpress home page and other archive pages. Goto the <a title="Post Thumbnails - Demo" href="http://coderplus.com/demos/postthumbnails/" target="_blank">DEMO PAGE</a> and see how it looks on WordPress’s default Kubrick Theme.Now lets see how this works.We have two methods for selecting the image used for generating the post thumbnail.</p>
<p>1. Specifying the Image from which the thumbnail should be generated(We have to do it for each post by using a WordPress Custom Field)</p>
<p>2. By automatically using the first image in the post for generating the post thumbnail(thumbnail will be generated automatically from the first image in the post)</p>
<h3>Our Plan</h3>
<p>Here we will use a combination of the above two methods. If the post has a Custom Image field value then we will use that specified image for generating the thumbnail .If it doesn&#8217;t have any image url specified in the custom field, then we will use the first image in the post, and if the post doesn&#8217;t have any images and it doesn&#8217;t have an image URL in the custom field, then we wont use the post thumbnail.This is a very simple Code. So everyone would be able to figure out how it works. First of all we have to get the timthumb script on your server.Create a folder named <strong>thumbnails</strong> in your <strong>wp-content</strong> folder . Upload the <strong>timthumb.php</strong> script into this folder. Make a subfolder named <strong>cache</strong> within the <strong>wp-content/thumbnails</strong> folder and change the permissions of this <strong>cache</strong> folder to <strong>777</strong>.</p>
<p>Before  we start lets get familiar with some WordPress Template tags.</p>
<h3>Template Tags</h3>
<p>1.<strong>&lt;?php the_content();  ?&gt;</strong> – This template tag outputs the entire wordpress post.</p>
<p>2.<strong>&lt;?php the_excerpt(); ?&gt;</strong> – This template tag outputs the post summary.If you haven&#8217;t manually added  a post excerpt,then wordpress will automatically generate one for you.So this template tag can be used to display the post summary.</p>
<h3>Ok lets do it.</h3>
<p>We will start with the WordPress home page. So edit your theme’s index.php file. You would probably see something similar to</p>
<div class="code">
<pre>&lt;?php the_content();  ?&gt;</pre>
</div>
<p>. We will have to replace this with</p>
<div class="code">
<pre>&lt;?php the_excerpt(); ?&gt; .</pre>
</div>
<p>Now we are half way through. Your wordpress home page will now be displaying post summaries instead of showing the entire post.Now we have to display the thumbnails alongside the post summary.For this you will have to add the thumbnail generation(+display) code just above</p>
<div class="code">
<pre>&lt;?php the_excerpt(); ?&gt;</pre>
</div>
<h3>Code For Thumbnail Generation + Display</h3>
<div class="code">
<pre>  &lt;?php  $custom_values = get_post_custom_values("<strong>thumb_source</strong>");
   if (isset($custom_values[0]))  $image_source= $custom_values[0];
  else
  {$id =$post-&gt;ID;
  $the_content =$wpdb-&gt;get_var("SELECT post_content FROM   $wpdb-&gt;posts WHERE ID = $id");
  $pattern = '!&lt;img.*?src="(.*?)"!';
  preg_match_all($pattern, $the_content, $matches);
  $image_source = $matches['1'][0];
  }if (isset($image_source))
  {?&gt;
  &lt;a href="&lt;?php the_permalink();?&gt;"&gt;&lt;img class="cute-post-thumbnail" src="<strong>http://www.yourblog.com</strong>/wp-content/thumbnails/timthumb.php?src=&lt;?php echo $image_source;?&gt;&amp;w=<strong>180</strong>&amp;h=<strong>180</strong>&amp;zc=<strong>1</strong>&amp;q=<strong>85</strong>"  alt="&lt;?php the_title();?&gt;"&gt;&lt;/a&gt;
  &lt;?php }?&gt;</pre>
</div>
<h3>Ok what does this Code do?</h3>
<p>It tries to fetch the custom image field ,  <strong>thumb_source</strong> (you can use any custom field name.In this tutorial we will use <strong>thumb_source </strong>as our custom field name) . If you have added a custom field <strong>thumb_source</strong> with the image URL, then the code will use that particular  image for thumbnail generation.If it is unable to find the custom field, then it will scan the post to see if it has any images.If it has got any images, then it will use the first image in the post for generating the thumbnail.If the post doesn’t have any image and it doesn’t have a custom field image, then the script wont do anything.In the code you should replace <strong>http://www.yourblog.com</strong> with your wordpress blog’s URL. You can also alter the highlighted values in the code.</p>
<blockquote><p><strong>w=180</strong> the width of the generated thumbnail</p>
<p><strong>h=180</strong> the height of the thumbnail</p>
<p><strong>zc=1</strong> this will crop the image.if you set it to 0, it will resize instead.</p>
<p><strong>q=85</strong> this determines the quality of the generated thumbnail. maximum value is 100</p></blockquote>
<p>Now you should see the thumbnail image and the post summary on the WordPress home page. The thumbnail image is not styled properly.This is our next task.</p>
<h3>Styling the The Thumbnail Image</h3>
<p>Now we have to edit our theme’s stylesheet file(style.css) and add the following styles there</p>
<div class="code">
<pre>.cute-post-thumbnail{float:left;width:190px;height:190px;padding:10px;margin-right:10px;margin-bottom:10px;background:#d5d6d7;border: 3px solid #ccc;}</pre>
</div>
<p>You can surely alter the styles and make it even more beautiful and appealing .</p>
<p>Now we are finished with the wordpress home page.Now repeat the same process for the wordpress archive pages(tag,category search and other archives) by editing archives.php,search.php etc  in a similar manner.</p>
<h3>Extra Notes</h3>
<p>1.<strong>Timthumb</strong> can generate thumbnails of internal images only.So if you are using images hosted on some other sites,then <strong>timthumb</strong> wont be able to generate a thumbnail for you.</p>
<p>2.If you don’t want to use <strong>timthumb</strong>, you can make thumbnails by your own and then upload it somewhere and add the image URL as custom field.In this case you will have to modify the thumbnail code to</p>
<div class="code">
<pre>&lt;?php  $custom_values = get_post_custom_values("thumb_source");
if (isset($custom_values[0]))  {$image_source= $custom_values[0];?&gt;
&lt;a href="&lt;?php the_permalink();?&gt;"&gt;&lt;img class="cute-post-thumbnail" src="&lt;?php echo $image_source;?&gt;"  alt="&lt;?php the_title();?&gt;"&gt;&lt;/a&gt;
&lt;?php }?&gt;</pre>
</div>
<h3>Doing it in the WordPress Way</h3>
<p>As krembo99 has suggested in the comment,we can make use of the default wordpress functions to grab the thumbnails.To do this First of all goto your Wodpress Admin Panel &gt; Settings &gt; Media and set the thumbnail size to the size that you want.</p>
<p>Now use this Thumbnail generation Code instead</p>
<pre>&lt;?php
  $attachments = get_children( array('post_parent'  =&gt; get_the_ID(),
                'post_type'      =&gt; 'attachment',
                'numberposts'    =&gt; 1, // show all -1
                'post_status'    =&gt; 'inherit',
                'post_mime_type' =&gt; 'image',
                'order'          =&gt; 'ASC',
                'orderby'        =&gt; 'menu_order ASC'
                ) );

if($attachments)
{foreach ( $attachments as $attachment_id =&gt; $attachment ) {?&gt;
    &lt;a href="&lt;?php the_permalink();?&gt;"&gt;&lt;?php echo wp_get_attachment_image( $attachment_id,'thumbnail' );?&gt;&lt;/a&gt;;
&lt;?php }}?&gt;</pre>
<p>Now here the image is assigned a class attachment-thumbnail . So we will have to alter the styles to</p>
<pre>.attachment-thumbnail{float:left;width:190px;height:190px;padding:10px;margin-right:10px;margin-bottom:10px;background:#d5d6d7;border: 3px solid #ccc;}</pre>
<p>This method will use the thumbnail version of the first image in your post.</p>
<h3>Doing in on the New Beta Version Of WordPress using WordPress Template Tags</h3>
<p>Wordprerss 2.9, which is now in beta comes with some additional template tags.So the code becomes lighter</p>
<pre>&lt;?php if ( has_post_image() ) : ?&gt;
    &lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_post_image('thumbnail'); ?&gt;&lt;/a&gt;
&lt;?php endif; ?&gt;</pre>
<p>If you require help with the following code, post a comment and I will respond to your inquiry .</p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2009/11/beautiful-post-thumbnails-for-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>100+ Social Bookmarking Icon Packs</title>
		<link>http://coderplus.com/2009/11/social-bookmarking-icon-packs/</link>
		<comments>http://coderplus.com/2009/11/social-bookmarking-icon-packs/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:33:40 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=142</guid>
		<description><![CDATA[<p>Social Bookmarking is a very effective way of promoting your blogs/websites Here is a huge list of Social Bookmarking Icon Packs,(Most of which are provided for free with the Creative Commoms Licensing) designed by some of the best designers around..</p>]]></description>
			<content:encoded><![CDATA[<p>Social Bookmarking is a very effective way of promoting your blogs/websites Here is a huge list of Social Bookmarking Icon Packs,(Most of which are provided for free with the Creative Commoms Licensing) designed by some of the best designers around..</p>
<p>1. <a href="http://www.productivedreams.com/page-peel-social-icons-version/" target="_blank">Page Peel Social Icons – Version 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="page-peel-icons-version" src="http://coderplus.com/wp-content/uploads/2009/11/pagepeeliconsversion.jpg" border="0" alt="page-peel-icons-version" width="504" height="562" /></p>
<p>2. <a href="http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/" target="_blank">Circular Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="circular-social-media-icons-pack" src="http://coderplus.com/wp-content/uploads/2009/11/circularsocialmediaiconspack.jpg" border="0" alt="circular-social-media-icons-pack" width="504" height="206" /></p>
<p>3. <a href="http://www.smashingmagazine.com/2008/10/06/the-leaves-fall-a-social-icon-set-for-bloggers/" target="_blank">The Leaves Fall: A Social Icon Set For Bloggers</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="the-leaves-fall" src="http://coderplus.com/wp-content/uploads/2009/11/theleavesfall.jpg" border="0" alt="the-leaves-fall" width="504" height="380" /></p>
<p>4. <a href="http://www.smashingmagazine.com/2008/10/27/heart-a-free-social-icon-set/" target="_blank">Heart &#8211; A Free Social Icon Set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="hearting-social-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/heartingsocialiconset.jpg" border="0" alt="hearting-social-icon-set" width="504" height="504" /></p>
<p>5.<a href="http://nymphont.blogspot.com/2009/08/lighter-gray-15-free-social-network.html" target="_blank">Lighter Grey Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="lighter-gray-icons" src="http://coderplus.com/wp-content/uploads/2009/11/lightergrayicons.png" border="0" alt="lighter-gray-icons" width="504" height="380" /></p>
<p>6. <a href="http://nymphont.blogspot.com/2009/10/free-social-network-icons-updated.html" target="_blank">Subtle Grey Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="subtle-grey-social-icons" src="http://coderplus.com/wp-content/uploads/2009/11/subtlegreysocialicons.png" border="0" alt="subtle-grey-social-icons" width="504" height="504" /></p>
<p>7. <a href="http://vikiworks.com/2007/06/15/social-bookmark-iconset/" target="_blank">Social Bookmark Iconset 1 </a><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social-bookmark-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/socialbookmarkiconset.png" border="0" alt="social-bookmark-icon-set" width="504" height="200" /></p>
<p>8. <a href="http://vikiworks.com/2007/07/28/social-bookmark-iconset-part-2/" target="_blank">Social Bookmark Icons Set  2</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialiconsset2" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconsset2.jpg" border="0" alt="socialiconsset2" width="504" height="149" /></p>
<p>9. <a href="http://www.be-insight.com/2009/09/insight-icons-o-pack-de-icones.html" target="_blank">Insight Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="insight-icons" src="http://coderplus.com/wp-content/uploads/2009/11/insighticons.jpg" border="0" alt="insight-icons" width="504" height="481" /></p>
<p>10. <a href="http://www.bloggertuts.com/2009/10/free-social-media-icon-pack.html" target="_blank">Premium Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="premium-social-media-icons" src="http://coderplus.com/wp-content/uploads/2009/11/premiumsocialmediaicons.jpg" border="0" alt="premium-social-media-icons" width="504" height="504" /></p>
<p>11. <a href="http://dryicons.com/free-icons/preview/socialize-icons-set/" target="_blank">Socialize Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialize-icons" src="http://coderplus.com/wp-content/uploads/2009/11/socializeicons.jpg" border="0" alt="socialize-icons" width="504" height="365" /></p>
<p>12. <a href="http://icontexto.blogspot.com/2008/08/icontexto-webdev-social-bookmark.html" target="_blank">WebDev Social Bookmark</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="WebDev_Social_Bookmark_by_IconTexto" src="http://coderplus.com/wp-content/uploads/2009/11/WebDev_Social_Bookmark_by_IconTexto.jpg" border="0" alt="WebDev_Social_Bookmark_by_IconTexto" width="504" height="504" /></p>
<p>13. <a href="http://paulrobertlloyd.com/2009/06/social_media_icons" target="_blank">60 Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://coderplus.com/wp-content/uploads/2009/11/image15.png" border="0" alt="image" width="504" height="386" /></p>
<p>14. <a href="http://jwloh.deviantart.com/art/Aquaticus-Social-91014249" target="_blank">Aquaticus.Social</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="aquaticus-social" src="http://coderplus.com/wp-content/uploads/2009/11/aquaticussocial.jpg" border="0" alt="aquaticus-social" width="504" height="337" /></p>
<p>15. <a href="http://www.smashingmagazine.com/2008/09/10/cheers-a-free-social-icon-set/" target="_blank">Cheers – web 2.0 in a glass</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="cheers-social-icons" src="http://coderplus.com/wp-content/uploads/2009/11/cheerssocialicons.jpg" border="0" alt="cheers-social-icons" width="504" height="504" /></p>
<p>16. <a href="http://wefunction.com/2009/05/free-social-icons-app-icons/" target="_blank">Free Social Media Icons &amp; 275 New Premium App Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social_media_icons_function" src="http://coderplus.com/wp-content/uploads/2009/11/social_media_icons_function.jpg" border="0" alt="social_media_icons_function" width="504" height="310" /></p>
<p>17. <a href="http://www.pinkmoustache.net/new-free-social-icons-vector-set/" target="_blank">Social icons vector set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social-icons-vector-set" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconsvectorset.png" border="0" alt="social-icons-vector-set" width="504" height="366" /></p>
<p>18. <a href="http://icons.mysitemyway.com/sky-blue-white-pearls-icons-social-media-logos/" target="_blank">Sky Blue White Pearl Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="sky-blue-white-pearls-icons-social-media-logos" src="http://coderplus.com/wp-content/uploads/2009/11/skybluewhitepearlsiconssocialmedialogos.jpg" border="0" alt="sky-blue-white-pearls-icons-social-media-logos" width="500" height="138" /></p>
<p>19. <a href="http://www.chethstudios.net/2009/07/cs-social-icons-elegancy-speaks.html" target="_blank">Elegancy speaks</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="elegancy-speaks" src="http://coderplus.com/wp-content/uploads/2009/11/elegancyspeaks.jpg" border="0" alt="elegancy-speaks" width="504" height="323" /></p>
<p>20. <a href="http://www.chethstudios.net/2009/07/tabbed-social-media-icon-set-designed.html" target="_blank">Tabbed Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="tabbed-social-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/tabbedsocialiconset.jpg" border="0" alt="tabbed-social-icon-set" width="504" height="269" /></p>
<p>21. <a href="http://www.chethstudios.net/2009/05/social-icons-knobs.html" target="_blank">Social Icons –knobs</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social-knobs" src="http://coderplus.com/wp-content/uploads/2009/11/socialknobs.jpg" border="0" alt="social-knobs" width="504" height="276" /></p>
<p>22. <a href="http://www.freeiconsweb.com/Web-Social-icon-set.html" target="_blank">Web Social Icon Set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="websocial" src="http://coderplus.com/wp-content/uploads/2009/11/websocial.jpg" border="0" alt="websocial" width="504" height="421" /></p>
<p>23. <a href="http://www.chethstudios.net/2009/05/white-magik-free-social-icon-pack.html" target="_blank">White Magik</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="white-magik-free-social-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/whitemagikfreesocialiconset.jpg" border="0" alt="white-magik-free-social-icon-set" width="504" height="329" /></p>
<p>24. <a href="http://www.chethstudios.net/2009/10/sleek-free-tabbed-social-icons.html" target="_blank">Sleek Tab Style Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="sleek-social-icons-by-chethstudios" src="http://coderplus.com/wp-content/uploads/2009/11/sleeksocialiconsbychethstudios.jpg" border="0" alt="sleek-social-icons-by-chethstudios" width="504" height="254" /></p>
<p>25. <a href="http://thinkdesignblog.com/free-vectors-20-free-social-bookmarking-icons.htm" target="_blank">20 Social Bookmarking Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="free-vector-icons" src="http://coderplus.com/wp-content/uploads/2009/11/freevectoricons.jpg" border="0" alt="free-vector-icons" width="504" height="184" /></p>
<p>26. <a href="http://webtoolkit4.me/2008/09/05/webtoolkit4me-releases-the-first-icon-set/" target="_blank">webtoolkit4.me Icon Pack</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="webicons" src="http://coderplus.com/wp-content/uploads/2009/11/webicons.jpg" border="0" alt="webicons" width="504" height="148" /></p>
<p>27.<a href="http://www.marcofolio.net/icon/social_post_stamps_free_icon_set.html" target="_blank">Social Stamps</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialstamps" src="http://coderplus.com/wp-content/uploads/2009/11/socialstamps.jpg" border="0" alt="socialstamps" width="504" height="504" /></p>
<p>28. <a href="http://www.profimagazin.cz/ikony/nova-sada-socialnich-ikon-ke-stazeni-zdarma" target="_blank">Set of Social Icons no.3</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialiconsno2" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconsno2.jpg" border="0" alt="socialiconsno2" width="504" height="515" /></p>
<p>29. <a href="http://blog.insicdesigns.com/2009/05/free-aji-3d-social-media-icon-set-1-2/" target="_blank">3D Social Media Icons Ser 1</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="3Dsocialmediaicons" src="http://coderplus.com/wp-content/uploads/2009/11/3Dsocialmediaicons.jpg" border="0" alt="3Dsocialmediaicons" width="504" height="562" /></p>
<p>30. <a href="http://blog.insicdesigns.com/2009/05/free-3d-social-media-icon-set-2-by-aji/" target="_blank">3D Social Media Icons Set 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="3Dsocialmediaicons" src="http://coderplus.com/wp-content/uploads/2009/11/3Dsocialmediaicons1.jpg" border="0" alt="3Dsocialmediaicons" width="504" height="562" /></p>
<p>31.<a href="http://www.jankoatwarpspeed.com/post/2008/10/20/handycons-a-free-hand-drawn-social-media-icon-set.aspx" target="_blank">Handycons 1</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="handycons1" src="http://coderplus.com/wp-content/uploads/2009/11/handycons1.jpg" border="0" alt="handycons1" width="504" height="337" /></p>
<p>32. <a href="http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx" target="_blank">Handycons 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="handycons2" src="http://coderplus.com/wp-content/uploads/2009/11/handycons2.jpg" border="0" alt="handycons2" width="504" height="337" /></p>
<p>33. Lontar Icons <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="lontaricons" src="http://coderplus.com/wp-content/uploads/2009/11/lontaricons.jpg" border="0" alt="lontaricons" width="504" height="135" /></p>
<p>34. <a href="http://www.evohosting.co.uk/blog/web-development/freebies/starry-site-new-16-social-media-icons-with-layered-psd/" target="_blank">Starry Site Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="starrysiteicons" src="http://coderplus.com/wp-content/uploads/2009/11/starrysiteicons.jpg" border="0" alt="starrysiteicons" width="504" height="200" /></p>
<p>35. <a href="http://icontexto.blogspot.com/2009/02/drink-web-20.html" target="_blank">Drink Web 2.0</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="drinkweb2" src="http://coderplus.com/wp-content/uploads/2009/11/drinkweb2.jpg" border="0" alt="drinkweb2" width="504" height="504" /></p>
<p>36. <a href="http://www.littleboxofideas.com/blog/freebies/sociolego-a-free-social-icon-set" target="_blank">SocioLEGO</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="SocioLEGO" src="http://coderplus.com/wp-content/uploads/2009/11/SocioLEGO.jpg" border="0" alt="SocioLEGO" width="504" height="361" /></p>
<p>37.<a href="http://www.zeusboxstudio.com/icon/social-balls" target="_blank">Social Balls</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialballs" src="http://coderplus.com/wp-content/uploads/2009/11/socialballs.jpg" border="0" alt="socialballs" width="504" height="126" /></p>
<p>38. <a href="http://jwloh.deviantart.com/art/Social-me-90694011" target="_blank">Social.me</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social.me" src="http://coderplus.com/wp-content/uploads/2009/11/social.me.jpg" border="0" alt="social.me" width="504" height="400" /></p>
<p>39. <a href="http://www.snap2objects.com/2007/11/06/free-vector-social-bookmark-icons/" target="_blank">Free Vector Social Bookmark Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="vectoricons" src="http://coderplus.com/wp-content/uploads/2009/11/vectoricons.jpg" border="0" alt="vectoricons" width="504" height="414" /></p>
<p>40. <a href="http://www.zeusboxstudio.com/icon/chococons" target="_blank">Chococons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="chococons" src="http://coderplus.com/wp-content/uploads/2009/11/chococons.jpg" border="0" alt="chococons" width="504" height="126" /></p>
<p>41. <a href="http://labs.chemist2dio.com/free-vector-social-bookmarking-icons.php" target="_blank">Free Vector – Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="freevector" src="http://coderplus.com/wp-content/uploads/2009/11/freevector.jpg" border="0" alt="freevector" width="504" height="421" /></p>
<p>42. <a href="http://dellustrations.com/work_icons.html" target="_blank">DelliCream and DelliCake</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="creamandcake" src="http://coderplus.com/wp-content/uploads/2009/11/creamandcake.jpg" border="0" alt="creamandcake" width="504" height="282" /></p>
<p>43. <a href="http://webtreats.mysitemyway.com/108-blue-and-white-pearl-social-bookmarking-icons/" target="_blank">108 Blue and White Pearl Social Bookmarking Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="bluehitepearlicons" src="http://coderplus.com/wp-content/uploads/2009/11/bluehitepearlicons.jpg" border="0" alt="bluehitepearlicons" width="504" height="277" /></p>
<p>44. <a href="http://designwashere.com/location-free-social-media-icon-set/" target="_blank">Location &#8211; Free Social Media Icon Set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="locationicons" src="http://coderplus.com/wp-content/uploads/2009/11/locationicons.jpg" border="0" alt="locationicons" width="504" height="421" /></p>
<p>45. <a href="http://www.dren.it/set-di-icone-sociali-di-metallo/" target="_blank">Metal Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="metalicons" src="http://coderplus.com/wp-content/uploads/2009/11/metalicons.png" border="0" alt="metalicons" width="504" height="338" /></p>
<p>46. <a href="http://www.cutelittlefactory.com/freebies/beer-cap-social-icons/" target="_blank">Beer Cap Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Beer-Cap-social-icons" src="http://coderplus.com/wp-content/uploads/2009/11/BeerCapsocialicons.jpg" border="0" alt="Beer-Cap-social-icons" width="504" height="323" /></p>
<p>47. <a href="http://www.iconarchive.com/category/social-network/christmas-social-bookmark-icons-by-fasticon.html" target="_blank">Christmas Social Bookmark Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="christmasicons" src="http://coderplus.com/wp-content/uploads/2009/11/christmasicons.jpg" border="0" alt="christmasicons" width="504" height="143" /></p>
<p>48.<a href="http://www.iconshock.com/icon_sets/free-social-icons/" target="_blank">Social Icons by Iconshock</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialiconsset" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconsset.jpg" border="0" alt="socialiconsset" width="504" height="337" /></p>
<p>49. <a href="http://icontexto.blogspot.com/2009/08/icontexto-inside.html" target="_blank">Icontexto Inside</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="icontexto-inside" src="http://coderplus.com/wp-content/uploads/2009/11/icontextoinside.png" border="0" alt="icontexto-inside" width="504" height="300" /></p>
<p>50. <a href="http://webtreats.mysitemyway.com/3d-glossy-blue-orbs-social-media-icons/" target="_blank">3D Glossy Blue Orbs Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="3d-glossy-blue-orbs-social-media-icons" src="http://coderplus.com/wp-content/uploads/2009/11/3dglossyblueorbssocialmediaicons.jpg" border="0" alt="3d-glossy-blue-orbs-social-media-icons" width="504" height="273" /></p>
<p>51. <a href="http://webtreats.mysitemyway.com/108-free-glossy-orange-orb-social-media-icons/" target="_blank">108 Free Glossy Orange Orb Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="glossyorange" src="http://coderplus.com/wp-content/uploads/2009/11/glossyorange.jpg" border="0" alt="glossyorange" width="504" height="278" /></p>
<p>52. <a href="http://www.webfruits.it/dblog/articolo.asp?articolo=33" target="_blank">(max)Icone Blog Set 1</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="webfruits" src="http://coderplus.com/wp-content/uploads/2009/11/webfruits.jpg" border="0" alt="webfruits" width="504" height="466" /></p>
<p>53. <a href="http://www.webfruits.it/dblog/articolo.asp?articolo=36" target="_blank">(max)Icone Blog – Set 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="iconeblog2" src="http://coderplus.com/wp-content/uploads/2009/11/iconeblog2.jpg" border="0" alt="iconeblog2" width="500" height="187" /></p>
<p>54. <a href="http://www.webfruits.it/dblog/articolo.asp?articolo=43" target="_blank">(max)Icone Blog – Set 3</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="iconeblog3" src="http://coderplus.com/wp-content/uploads/2009/11/iconeblog3.jpg" border="0" alt="iconeblog3" width="500" height="187" /></p>
<p>55. <a href="http://www.webfruits.it/dblog/articolo.asp?articolo=62" target="_blank">Social Web Buttons – Set 1</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="SocialWebButtons" src="http://coderplus.com/wp-content/uploads/2009/11/SocialWebButtons.jpg" border="0" alt="SocialWebButtons" width="500" height="181" /></p>
<p>56. <a href="http://www.webfruits.it/dblog/articolo.asp?articolo=63" target="_blank">Social Web Buttons – Set 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="webbuttons2" src="http://coderplus.com/wp-content/uploads/2009/11/webbuttons2.jpg" border="0" alt="webbuttons2" width="500" height="187" /></p>
<p>57. <a href="http://www.webdesignerdepot.com/2009/04/24-free-exclusive-vector-icons-handy/" target="_blank">24 Free Exclusive Vector Icons: Handy</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="handyvectoricons" src="http://coderplus.com/wp-content/uploads/2009/11/handyvectoricons.jpg" border="0" alt="handyvectoricons" width="504" height="391" /></p>
<p>58. <a href="http://webtreats.mysitemyway.com/glossy-waxed-wood-social-networking-icons/" target="_blank">Wood Social Networking Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="wood-social-networking-icons" src="http://coderplus.com/wp-content/uploads/2009/11/woodsocialnetworkingicons.jpg" border="0" alt="wood-social-networking-icons" width="504" height="315" /></p>
<p>59. <a href="http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/" target="_blank">Social Icons Made of Wood</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social_media_icons_wood" src="http://coderplus.com/wp-content/uploads/2009/11/social_media_icons_wood.jpg" border="0" alt="social_media_icons_wood" width="504" height="202" /></p>
<p>60. <a href="http://www.chris-wallace.com/2009/06/30/woodgrain-a-free-social-media-iconset/" target="_blank">Woodgrain</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="woodgrain" src="http://coderplus.com/wp-content/uploads/2009/11/woodgrain.png" border="0" alt="woodgrain" width="504" height="256" /></p>
<p>61. <a href="http://nouveller.deviantart.com/art/Social-Media-Bookmark-Icon-125995730" target="_blank">Social Media Bookmark Icon +</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://coderplus.com/wp-content/uploads/2009/11/image17.png" border="0" alt="image" width="504" height="511" /></p>
<p>62. <a href="http://arbenting.deviantart.com/art/Social-Media-Stars-Icon-Set-124580606" target="_blank">Social Media Stars Icon Set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Social-Media-Stars-Icon-Set-by-Arbenting" src="http://coderplus.com/wp-content/uploads/2009/11/SocialMediaStarsIconSetbyArbenting.jpg" border="0" alt="Social-Media-Stars-Icon-Set-by-Arbenting" width="504" height="426" /></p>
<p>63. <a href="http://www.soulvisual.com/blog/2008/03/04/12-boutons-gratuits-pour-votre-site/" target="_blank">34 Circular Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="34_social_media_icons" src="http://coderplus.com/wp-content/uploads/2009/11/34_social_media_icons.jpg" border="0" alt="34_social_media_icons" width="504" height="157" /></p>
<p>64. <a href="http://icon.leau.net/" target="_blank">40 Social Bookmark Icons for Your Blogs</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://coderplus.com/wp-content/uploads/2009/11/image18.png" border="0" alt="image" width="504" height="388" /></p>
<p>65. <a href="http://www.kreativegarden.com/2009/02/25/curly-vector-social-icons/" target="_blank">Curly Vector Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="curlysocialicons" src="http://coderplus.com/wp-content/uploads/2009/11/curlysocialicons.png" border="0" alt="curlysocialicons" width="504" height="579" /></p>
<p>66. <a href="http://www.noupe.com/freebie/new-free-social-media-icon-set-for-your-blog.html" target="_blank">Social Tube</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialtube" src="http://coderplus.com/wp-content/uploads/2009/11/socialtube.jpg" border="0" alt="socialtube" width="504" height="665" /></p>
<p>67. <a href="http://tydlinka.deviantart.com/art/Set-of-social-icons-no-4-110796162" target="_blank">Set of social icons by Tydlinka</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Set_of_social_icons_no_4_by_Tydlinka" src="http://coderplus.com/wp-content/uploads/2009/11/Set_of_social_icons_no_4_by_Tydlinka.jpg" border="0" alt="Set_of_social_icons_no_4_by_Tydlinka" width="504" height="593" /></p>
<p>68. <a href="http://webtoolkit4.me/2009/03/17/polaroid-icon-set/" target="_blank">Polaroid icon set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="polaroid_icon_set" src="http://coderplus.com/wp-content/uploads/2009/11/polaroid_icon_set.jpg" border="0" alt="polaroid_icon_set" width="504" height="241" /></p>
<p>69. <a href="http://www.webappers.com/2007/06/27/high-quality-web-20-services-icons-in-png-and-psd/" target="_blank">web 2.0 Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="web2icons" src="http://coderplus.com/wp-content/uploads/2009/11/web2icons.png" border="0" alt="web2icons" width="504" height="314" /></p>
<p>70. <a href="http://www.chris-wallace.com/2009/05/28/free-social-media-icons-socialize/" target="_blank">Chrome Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="chrome-icons" src="http://coderplus.com/wp-content/uploads/2009/11/chromeicons.png" border="0" alt="chrome-icons" width="504" height="272" /></p>
<p>71. <a href="http://www.micronicon.com/2008/08/06/icons/new-icon-pack-social-charms-pack-1" target="_blank">Social Charms &#8211; Pack 1</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialcharms1" src="http://coderplus.com/wp-content/uploads/2009/11/socialcharms1.jpg" border="0" alt="socialcharms1" width="504" height="254" /></p>
<p>72. <a href="http://www.micronicon.com/2009/10/02/icons/new-icon-pack-social-charms-pack-2" target="_blank">Social Charms &#8211; Pack 2</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialcharms2" src="http://coderplus.com/wp-content/uploads/2009/11/socialcharms2.jpg" border="0" alt="socialcharms2" width="504" height="254" /></p>
<p>73. <a href="http://www.chidimar.com/cafe-icon-set/" target="_blank">Cafe Icon Set</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="cafe-icon-set" src="http://coderplus.com/wp-content/uploads/2009/11/cafeiconset.jpg" border="0" alt="cafe-icon-set" width="504" height="454" /></p>
<p>74. <a href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/" target="_blank">6 New Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="6socialicons" src="http://coderplus.com/wp-content/uploads/2009/11/6socialicons.jpg" border="0" alt="6socialicons" width="504" height="374" /></p>
<p>76. <a href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/" target="_blank">Social Media Mini Icon Pack</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="smmi_preview" src="http://coderplus.com/wp-content/uploads/2009/11/smmi_preview.png" border="0" alt="smmi_preview" width="504" height="478" /></p>
<p>77. <a href="http://luh-scaglione.deviantart.com/art/Social-Icons-in-Black-109763341" target="_blank">Social Icons in Black</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="social-icons-in-black" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconsinblack.jpg" border="0" alt="social-icons-in-black" width="504" height="204" /></p>
<p>78. <a href="http://blog.iampaddy.com/2008/11/12/web-20rigami/" target="_blank">Web 2.0rigami</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="web20rigami" src="http://coderplus.com/wp-content/uploads/2009/11/web20rigami.gif" border="0" alt="web20rigami" width="504" height="598" /></p>
<p>79. <a href="http://plechi.deviantart.com/art/Social-media-icons-118416641" target="_blank">Social Media Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialmediaicons" src="http://coderplus.com/wp-content/uploads/2009/11/socialmediaicons.jpg" border="0" alt="socialmediaicons" width="504" height="380" /></p>
<p>80. <a href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers" target="_blank">Free Hand Drawn Doodle Icon Set for Bloggers</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="doodleicons" src="http://coderplus.com/wp-content/uploads/2009/11/doodleicons.jpg" border="0" alt="doodleicons" width="504" height="115" /></p>
<p>81. <a href="http://www.tutorial9.net/resources/free-icon-pack-bevel-dark-social-icons/" target="_blank">Bevel Dark Social Icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="beveldark" src="http://coderplus.com/wp-content/uploads/2009/11/beveldark.jpg" border="0" alt="beveldark" width="504" height="220" /></p>
<p>82. <a href="http://www.snap2objects.com/2009/02/05/social-bookmark-sketchy-icons/" target="_blank">Social Bookmark Sketchy Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="sctechy_icons" src="http://coderplus.com/wp-content/uploads/2009/11/sctechy_icons.jpg" border="0" alt="sctechy_icons" width="504" height="446" /></p>
<p>83. <a href="http://theg-force.deviantart.com/art/Social-Icons-hand-drawned-109467069" target="_blank">Social Icons hand drawn</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Social_Icons_hand_drawned_by_TheG_Force.png" src="http://coderplus.com/wp-content/uploads/2009/11/Social_Icons_hand_drawned_by_TheG_Force.png.jpg" border="0" alt="Social_Icons_hand_drawned_by_TheG_Force.png" width="504" height="132" /></p>
<p>84. <a href="http://koidesign.deviantart.com/art/koidesign-social-icon-pack-135276528" target="_blank">koidesign social icon pack</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="koidesign_social_icon_pack_by_koidesign" src="http://coderplus.com/wp-content/uploads/2009/11/koidesign_social_icon_pack_by_koidesign.png" border="0" alt="koidesign_social_icon_pack_by_koidesign" width="510" height="534" /></p>
<p>85. <a href="http://www.chethstudios.net/2008/11/social-icon-stickers-icon-pack-by-cheth.html" target="_blank">Social Icon stickers</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="socialiconstickers" src="http://coderplus.com/wp-content/uploads/2009/11/socialiconstickers.jpg" border="0" alt="socialiconstickers" width="504" height="291" /></p>
<p>86. <a href="http://www.chethstudios.net/2009/01/gorgeous-mini-social-networking-icon.html" target="_blank">Gorgeous Mini Social Networking Icon set</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="gorgeous_mini_social_networking_icons" src="http://coderplus.com/wp-content/uploads/2009/11/gorgeous_mini_social_networking_icons.jpg" border="0" alt="gorgeous_mini_social_networking_icons" width="504" height="315" /></p>
<p>87. <a href="http://www.chethstudios.net/2009/02/cute-birdy-icons.html" target="_blank">Cute Birdy Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="cute_birdy_icons" src="http://coderplus.com/wp-content/uploads/2009/11/cute_birdy_icons.jpg" border="0" alt="cute_birdy_icons" width="504" height="257" /></p>
<p>88. <a href="http://www.chethstudios.net/2009/03/black-n-white-social-media-icons.html" target="_blank">Black n white- Social Media Icons Version 1.0</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="black_n_white_version _1" src="http://coderplus.com/wp-content/uploads/2009/11/black_n_white_version_1.png" border="0" alt="black_n_white_version _1" width="504" height="355" /></p>
<p>89. <a href="http://www.chethstudios.net/2009/03/elegant-social-media-icons-version-20.html" target="_blank">Elegant Social Media Icons Version 2.0</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="Elegant_icons_version2" src="http://coderplus.com/wp-content/uploads/2009/11/Elegant_icons_version2.png" border="0" alt="Elegant_icons_version2" width="504" height="344" /></p>
<p>90. <a href="http://www.smashingmagazine.com/2008/12/29/free-icons-photoshop-brushes-and-a-wordpress-theme/" target="_blank">Nurture Social Icon Set</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="nurture_social_icons" src="http://coderplus.com/wp-content/uploads/2009/11/nurture_social_icons.jpg" border="0" alt="nurture_social_icons" width="504" height="491" /></p>
<p>91. <a href="http://www.profimagazin.cz/ikony/rozsirena-sada-socialnich-ikon-ke-stazeni-zdarma" target="_blank">Social grunge icons</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://coderplus.com/wp-content/uploads/2009/11/image16.png" border="0" alt="image" width="510" height="275" /></p>
<p>92. <a href="http://colaja.deviantart.com/art/Extreme-Grunge-Garments-Icons-137666117" target="_blank">Extreme Grunge Garments Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="extreme_grunge_garment_icons" src="http://coderplus.com/wp-content/uploads/2009/11/extreme_grunge_garment_icons.jpg" border="0" alt="extreme_grunge_garment_icons" width="504" height="715" /></p>
<p>93. <a href="http://webtreats.mysitemyway.com/orange-grunge-stickers-social-bookmarking-icons/" target="_blank">Orange Grunge Stickers</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="orange-grunge-stickers" src="http://coderplus.com/wp-content/uploads/2009/11/orangegrungestickers.jpg" border="0" alt="orange-grunge-stickers" width="504" height="275" /></p>
<p>94. <a href="http://webtreats.mysitemyway.com/108-free-glowing-neon-social-networking-icons/" target="_blank">Glowing Neon Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="glowing-neon-social-icons" src="http://coderplus.com/wp-content/uploads/2009/11/glowingneonsocialicons.jpg" border="0" alt="glowing-neon-social-icons" width="504" height="289" /></p>
<p>95. <a href="http://webtreats.mysitemyway.com/154-glowing-pink-neon-social-networking-icons/" target="_blank">Glowing Pink Neon Social Networking Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="glowing-pink-neon-social-networking-icons" src="http://coderplus.com/wp-content/uploads/2009/11/glowingpinkneonsocialnetworkingicons.jpg" border="0" alt="glowing-pink-neon-social-networking-icons" width="504" height="284" /></p>
<p>96. <a href="http://webtreats.mysitemyway.com/green-jelly-social-bookmarking-icons/" target="_blank">Green Jelly Social Media</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="green-jelly-social-media-icons" src="http://coderplus.com/wp-content/uploads/2009/11/greenjellysocialmediaicons.jpg" border="0" alt="green-jelly-social-media-icons" width="504" height="288" /></p>
<p>97. <a href="http://webtreats.mysitemyway.com/blue-jelly-social-media-icons/" target="_blank">Blue Jelly Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="blue-jelly-social-icons" src="http://coderplus.com/wp-content/uploads/2009/11/bluejellysocialicons.jpg" border="0" alt="blue-jelly-social-icons" width="504" height="258" /></p>
<p>98. <a href="http://webtreats.mysitemyway.com/154-blue-chrome-rain-social-networking-icons/" target="_blank">Blue Chrome Rain Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="blue-chrome-rain-icons" src="http://coderplus.com/wp-content/uploads/2009/11/bluechromerainicons.jpg" border="0" alt="blue-chrome-rain-icons" width="504" height="281" /></p>
<p>99. <a href="http://webtreats.mysitemyway.com/free-3d-glossy-black-button-social-networking-icons/" target="_blank">3D Glossy Black Button Social Networking Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="3d-black-button-social-media" src="http://coderplus.com/wp-content/uploads/2009/11/3dblackbuttonsocialmedia.jpg" border="0" alt="3d-black-button-social-media" width="504" height="275" /></p>
<p>100. <a href="http://webtreats.mysitemyway.com/154-crystal-clear-bubble-social-media-icons/" target="_blank">Crystal Clear Bubble Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="crystal-clear-bubble-social-media-icons" src="http://coderplus.com/wp-content/uploads/2009/11/crystalclearbubblesocialmediaicons.jpg" border="0" alt="crystal-clear-bubble-social-media-icons" width="504" height="275" /></p>
<p>101. <a href="http://webtreats.mysitemyway.com/154-matte-black-social-media-icons/" target="_blank">Matte Black Social Media</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="matte-black-social-media-icons" src="http://coderplus.com/wp-content/uploads/2009/11/matteblacksocialmediaicons.jpg" border="0" alt="matte-black-social-media-icons" width="504" height="255" /></p>
<p>102.  <a href="http://webtreats.mysitemyway.com/ultra-glossy-silver-button-social-media-icons/" target="_blank">Ultra Glossy Silver Button Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ultra-glossy-silver-button-social-media" src="http://coderplus.com/wp-content/uploads/2009/11/ultraglossysilverbuttonsocialmedia.jpg" border="0" alt="ultra-glossy-silver-button-social-media" width="504" height="261" /></p>
<p>103. <a href="http://webtreats.mysitemyway.com/iconsetc-black-inlay-on-steel-social-media-icons/" target="_blank">IconsETC Black Inlay on Steel Social Media Icons</a></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="icons-etc-black-inlay-on-steel" src="http://coderplus.com/wp-content/uploads/2009/11/iconsetcblackinlayonsteel.jpg" border="0" alt="icons-etc-black-inlay-on-steel" width="504" height="259" /></p>
<p>104. <a href="http://sixrevisions.com/freebies/icons/free-social-media-icons-for-designers-a-life-in-pixels/" target="_blank">Free Social Media Icons for Designers – A Life in Pixels</a> <img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="a_life_in_pixels" src="http://coderplus.com/wp-content/uploads/2009/11/a_life_in_pixels.jpg" border="0" alt="a_life_in_pixels" width="504" height="231" /></p>
<p>This article will continually update as soon as new material is discovered. If you know or have seen a unique set of icons which are not included here , please leave a link here in the comments <img src='http://coderplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2009/11/social-bookmarking-icon-packs/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>27 Awesome jQuery Sliders</title>
		<link>http://coderplus.com/2009/11/awesome-jquery-sliders/</link>
		<comments>http://coderplus.com/2009/11/awesome-jquery-sliders/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 08:27:54 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[sliders]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://coderplus.com/2009/11/awesome-jquery-sliders/</guid>
		<description><![CDATA[<p>The jQuery Javascript library can provides you with much UserIinterface programmability. Here is a list of 27 super awesome jQuery sliders that will make your site stand out..These jQuery Plugins were developed by some of the finest coders around.</p>]]></description>
			<content:encoded><![CDATA[<p>The jQuery Javascript library can provides you with much UserIinterface programmability. Here is a list of 27 super awesome jQuery sliders that will make your site stand out..These jQuery Plugins were developed by some of the finest coders around.</p>
<p><br/></p>
<p>1. <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank">Easy Slider</a> &#8211; Easy Slider enables images or any content to slide horizontally or vertically on click. It is configurable with css alone.</p>
<p><img title="easyslider" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="185" alt="easyslider" src="http://coderplus.com/wp-content/uploads/2009/11/easyslider1.png" width="584" border="0" /> </p>
<p>2. <a href="http://www.ndoherty.biz/2009/10/coda-slider-2/" target="_blank">Coda-Slider</a> -&#160; Coda-Slider is a jQuery plugin which  mimics the slider effect on the promo page for Panic’s Coda software</p>
<p><img title="coda-slider" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="388" alt="coda-slider" src="http://coderplus.com/wp-content/uploads/2009/11/codaslider1.png" width="584" border="0" /> </p>
<p>3. <a href="http://www.twospy.com/galleriffic/" target="_blank">Gallerific</a> &#8211; A jQuery plugin for rendering rich, fast-performing photo galleries</p>
<p><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="349" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image6.png" width="584" border="0" /> </p>
<p>4. <a href="http://www.buildinternet.com/project/supersized/" target="_blank">supersized</a> &#8211; A fullscreen background/slideshow jQuery plugin</p>
<p><img title="supersized" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="201" alt="supersized" src="http://coderplus.com/wp-content/uploads/2009/11/supersized1.jpg" width="584" border="0" /> </p>
<p>5. <a href="http://www.serie3.info/s3slider/" target="_blank">s3Slider</a> – A wonderful slider plugin</p>
<p><img title="s3slider" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="149" alt="s3slider" src="http://coderplus.com/wp-content/uploads/2009/11/s3slider1.jpg" width="584" border="0" /> </p>
<p>6. <a href="http://css-tricks.com/anythingslider-jquery-plugin/" target="_blank">AnythingSlider</a> &#8211; AnythingSlider is an attempt at bringing together the functionality of all of other sliders</p>
<p><img title="anythingslider" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="190" alt="anythingslider" src="http://coderplus.com/wp-content/uploads/2009/11/anythingslider1.jpg" width="584" border="0" /> </p>
<p>7. <a href="http://devkick.com/lab/galleria/" target="_blank">Galleria</a> &#8211; Galleria is a JavaScript image gallery written in jQuery</p>
<p><img title="galleria" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="532" alt="galleria" src="http://coderplus.com/wp-content/uploads/2009/11/galleria1.jpg" width="584" border="0" /></p>
<p>8. <a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/" target="_blank">Apple-like Slideshow Gallery</a> &#8211; A Beautiful Apple-style Slideshow Gallery With CSS &amp; jQuery</p>
<p><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="290" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image7.png" width="584" border="0" /> </p>
<p>9.<a href="http://jqueryfordesigners.com/slider-gallery/" target="_blank">Slider Gallery</a> – A showcase slider like on the Apple website</p>
<p><img title="slidergallery" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="183" alt="slidergallery" src="http://coderplus.com/wp-content/uploads/2009/11/slidergallery1.jpg" width="584" border="0" /> </p>
<p>10. <a href="http://net.tutsplus.com/javascript-ajax/using-the-wonderful-jflow-plugin-screencast/" target="_blank">jFlow</a> &#8211; jFlow is a widget to make your content slides. One popular alternative that exists out there is coda-slider. jFlow is super lightweight because it is only 1.9kb minified!!!.</p>
<p><img title="jflow" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="149" alt="jflow" src="http://coderplus.com/wp-content/uploads/2009/11/jflow1.jpg" width="584" border="0" /></p>
<p>11. <a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank">A Slick Slider using Coda slider</a> – A styled Coda Slider</p>
<p><img title="slickslider" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="469" alt="slickslider" src="http://coderplus.com/wp-content/uploads/2009/11/slickslider.jpg" width="584" border="0" />&#160;</p>
<p>12. <a href="http://css-tricks.com/moving-boxes/" target="_blank">Moving Boxes</a> – yet another jQuery Slider</p>
<p><img title="movingboxes" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="246" alt="movingboxes" src="http://coderplus.com/wp-content/uploads/2009/11/movingboxes.jpg" width="584" border="0" /> </p>
<p>13. <a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html" target="_blank">slideViewer</a> &#8211; slideViewer is a lightweight (1.5Kb) jQuery plugin wich allows to instantly create an image gallery by writing just few lines of HTML.</p>
<p><img title="slideviewer" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="341" alt="slideviewer" src="http://coderplus.com/wp-content/uploads/2009/11/slideviewer.jpg" width="584" border="0" /> </p>
<p>14. <a href="http://www.reindel.com/accessible_news_slider/" target="_blank">Accessible News Slider</a>&#160; &#8211; Accessible News Slider is a JavaScript plugin built for the jQuery library.</p>
<p><img title="accessible-news-slider" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="266" alt="accessible-news-slider" src="http://coderplus.com/wp-content/uploads/2009/11/accessiblenewsslider.jpg" width="584" border="0" /> </p>
<p>15. <a href="http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm" target="_blank">Featured Content Glider</a> &#8211; This script lets you painlessly showcase new or featured contents on your page, by turning ordinary pieces of HTML content into an interactive, &quot;glide in&quot; slideshow.</p>
<p><img title="featuredcontentglider" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="438" alt="featuredcontentglider" src="http://coderplus.com/wp-content/uploads/2009/11/featuredcontentglider.jpg" width="584" border="0" /> </p>
<p>16. <a href="http://translate.google.co.in/translate?prev=hp&amp;hl=en&amp;js=y&amp;u=http%3A%2F%2Fwww.webinventif.fr%2Fwslide-plugin%2F&amp;sl=auto&amp;tl=en&amp;history_state0=" target="_blank" rel="nofollow">wSlide</a> &#8211; wSlide will allow you to turn any list into a kind of viewer, both for text and images</p>
<p><img title="wSlide" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="281" alt="wSlide" src="http://coderplus.com/wp-content/uploads/2009/11/wSlide.png" width="584" border="0" /> </p>
<p>17. <a href="http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/" target="_blank">Featured Content Slider</a> &#8211; A featured content slider using the jQuery UI library.</p>
<p><img title="FeaturedContentSliderjQuery" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="325" alt="FeaturedContentSliderjQuery" src="http://coderplus.com/wp-content/uploads/2009/11/FeaturedContentSliderjQuery.jpg" width="584" border="0" /> </p>
<p>18. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/" target="_blank">jQuery UI&#160; Content Slider</a> &#8211; An attractive and functional content slider using the jQuery UI slider widget.</p>
<p>&#160;<img title="jQueryUISlider" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="410" alt="jQueryUISlider" src="http://coderplus.com/wp-content/uploads/2009/11/jQueryUISlider1.jpg" width="584" border="0" /> </p>
</p>
<p> 19. <a href="http://malsup.com/jquery/cycle/" target="_blank">jQuery Cycle</a> &#8211; The jQuery Cycle Plugin is a lightweight slideshow plugin.</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="312" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image8.png" width="584" border="0" /> </p>
</p>
<p>20. <a href="http://pikachoose.com/" target="_blank">Pikachoose</a> &#8211; Pikachoose is a lightweight Jquery plugin that allows easy presentation of photos with options for slideshows, navigation buttons, and auto play.</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="543" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image9.png" width="584" border="0" /> </p>
<p>21. <a href="http://css-tricks.com/startstop-slider/" target="_blank">Start/Stop Slider</a> – Yet another slider with start and stop controls.</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="164" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image10.png" width="581" border="0" /> </p>
<p>22. <a href="http://www.gruppo4.com/~tobia/cross-slide.shtml" target="_blank">CrossSlide</a> &#8211; CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery&#8217;s animation facility, so it is as portable across browsers as jQuery itself </p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="238" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image11.png" width="584" border="0" /> </p>
<p>23. <a href="http://eyecon.ro/spacegallery/" target="_blank">Spacegallery</a> – Another Image Gallery</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="464" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image12.png" width="584" border="0" /> </p>
<p>24. <a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/" target="_blank">jQuery Image Scroller</a> &#8211; An image scroller, making use of jQuery’s excellent animation features</p>
<p><img title="jQueryImageScroller" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="228" alt="jQueryImageScroller" src="http://coderplus.com/wp-content/uploads/2009/11/jQueryImageScroller.jpg" width="584" border="0" /> </p>
<p>25. <a href="http://www.queness.com/post/152/simple-jquery-image-slide-show-with-semi-transparent-caption" target="_blank">jQuery Image Slideshow</a> &#8211; A simple image slide show with a semi-transparent caption using jQuery</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="388" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image13.png" width="580" border="0" /> </p>
<p>26. <a href="http://www.maaki.com/thomas/SmoothDivScroll/" target="_blank">jQuery Smooth Div Scroll</a> &#8211; Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right.</p>
<p><img title="smoothdivscroll" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="188" alt="smoothdivscroll" src="http://coderplus.com/wp-content/uploads/2009/11/smoothdivscroll.jpg" width="584" border="0" /> </p>
<p>27. <a href="http://plugins.jquery.com/project/galleryview" target="_blank">Gallery View</a> &#8211; GalleryView is a content-gallery plugin capable of displaying any HTML content in an animated gallery view. </p>
<p><img title="galleryview" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="368" alt="galleryview" src="http://coderplus.com/wp-content/uploads/2009/11/galleryview.jpg" width="584" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2009/11/awesome-jquery-sliders/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>19 jQuery Modal Boxes to improve your UI</title>
		<link>http://coderplus.com/2009/11/jquery-modal-boxes-to-improve-your-ui/</link>
		<comments>http://coderplus.com/2009/11/jquery-modal-boxes-to-improve-your-ui/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:16:32 +0000</pubDate>
		<dc:creator>Coder</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[modalbox]]></category>

		<guid isPermaLink="false">http://coderplus.com/?p=3</guid>
		<description><![CDATA[<p> 19 Super Awesome Jquery modal boxes which will help you in improving the User Interface of your site.<br/>
These Modal boxes will help you to display media files,webpages , messages, forms etc in a cute overlay window. </p>]]></description>
			<content:encoded><![CDATA[<p> 19 Super Awesome Jquery modal boxes which will help you in improving the User Interface of your site.<br/><br />
These Modal boxes will help you to display media files,webpages , messages, forms etc in a cute overlay window. </p>
<p>1.<a title="Jquery Version Of Light Box" href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">Jquery Version Of Light Box</a> – Jquery version of the Original Lightbox plugin by Lokesh Dhakar</p>
<p><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="162" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image2.png" width="580" border="0" /></p>
<p>2.<a href="http://famspam.com/facebox" target="_blank">Facebox</a> &#8211; A jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="500" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/facebox.png" width="580" border="0" /> </p>
<p>3.<a href="http://www.coders.me/web-html-js-css/javascript/sexy-lightbox-2" target="_blank">Sexy LightBox</a> &#8211; A sexier and lite version of Light Box available in jQuery and Mootools Platforms</p>
<p><img title="sexy-lightbox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="490" alt="sexy-lightbox" src="http://coderplus.com/wp-content/uploads/2009/11/sexylightbox.png" width="580" border="0" /></p>
<p>4.<a title="PiroBox" href="http://www.pirolab.it/pirobox/#howto" target="_blank">PiroBox</a> &#8211; another lightbox with jQuery</p>
<p><img title="pirobox" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="331" alt="pirobox" src="http://coderplus.com/wp-content/uploads/2009/11/pirobox1.jpg" width="580" border="0" /> </p>
<p>5.<a href="http://fancybox.net/home" target="_blank">Fancy Box</a> &#8211; displays images, html content and multi-media in a Mac-style &quot;lightbox&quot;</p>
<p><img title="fancybox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="291" alt="fancybox" src="http://coderplus.com/wp-content/uploads/2009/11/fancybox.png" width="580" border="0" /></p>
<p>6.<a href="http://stickmanlabs.com/lightwindow/" target="_blank">Light window</a> – Renders any type of Media onto a modal box</p>
<p><img title="lightwindow" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="456" alt="lightwindow" src="http://coderplus.com/wp-content/uploads/2009/11/lightwindow.png" width="580" border="0" /></p>
<p>7.<a href="http://www.shadowbox-js.com/" target="_blank">Shadow Box</a> &#8211; Shadowbox is an online media viewer application that supports all of the web&#8217;s most popular media publishing formats. </p>
<p><img title="shadowbox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="379" alt="shadowbox" src="http://coderplus.com/wp-content/uploads/2009/11/shadowbox.png" width="580" border="0" /></p>
<p>8.<a href="http://www.no-margin-for-errors.com/projects/prettyPhoto/" target="_blank">prettyPhoto</a> &#8211; prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It&#8217;s a full blown media lightbox.</p>
<p><img title="prettyPhoto" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="492" alt="prettyPhoto" src="http://coderplus.com/wp-content/uploads/2009/11/prettyPhoto.png" width="580" border="0" /></p>
<p>9.<a href="http://www.pierrebertet.net/projects/jquery_superbox/" target="_blank">Super Box</a> &#8211; jQuery Superbox! is a script which allows you display windows with the lightbox effect.</p>
<p><img title="superbox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="481" alt="superbox" src="http://coderplus.com/wp-content/uploads/2009/11/superbox.png" width="580" border="0" /></p>
<p>10.<a href="http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/" target="_blank">CeeBox</a> &#8211; An overlay popup script for easily embedding flash video, displaying images, or showing html (either external sites via iframe or content on your own site via AJAX).</p>
<p><img title="ceebox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="570" alt="ceebox" src="http://coderplus.com/wp-content/uploads/2009/11/ceebox.png" width="580" border="0" /></p>
<p>11.<a href="http://jquery.com/demo/thickbox/" target="_blank">Thick Box</a> &#8211; ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.</p>
<p><img title="thickbox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="465" alt="thickbox" src="http://coderplus.com/wp-content/uploads/2009/11/thickbox.png" width="580" border="0" /></p>
<p>12.<a href="http://jqueryui.com/demos/dialog" target="_blank">Dialog</a> jQuery plugin to display modal dialogs, messages , alerts forms etc.</p>
<p><img title="dialog" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="327" alt="dialog" src="http://coderplus.com/wp-content/uploads/2009/11/dialog.png" width="580" border="0" /></p>
<p>13.<a href="http://colorpowered.com/colorbox/" target="_blank">ColorBox</a> – another modal box which can display photos, photo groups, slideshow, ajax, inline, and iframed content</p>
<p><img title="colorbox" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="410" alt="colorbox" src="http://coderplus.com/wp-content/uploads/2009/11/colorbox.png" width="580" border="0" /></p>
<p>14.<a href="http://onehackoranother.com/projects/jquery/boxy/" target="_blank">Boxy</a> –&#160; Boxy is a flexible, Facebook-style dialog box for jQuery with support for dragging and size tweening. I</p>
<p><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="247" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image1.png" width="580" border="0" /></p>
<p>15.<a href="http://nyromodal.nyrodev.com/" target="_blank">NyroModal</a> &#8211; Another Modal Box with animation callbacks and much more..</p>
<p><img title="nyromodal" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="469" alt="nyromodal" src="http://coderplus.com/wp-content/uploads/2009/11/nyromodal.png" width="580" border="0" /></p>
<p>17.<a href="http://dev.iceburg.net/jquery/jqModal/" target="_blank">jqModal</a> &#8211; jqModal is a plugin for jQuery to help you display notices, dialogs, and modal windows in a web browser. It is flexible and tiny, akin to a &quot;Swiss Army Knife&quot;, and makes a great base as a general purpose windowing framework. </p>
<p><img title="jqModal" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="242" alt="jqModal" src="http://coderplus.com/wp-content/uploads/2009/11/jqModal5.png" width="584" border="0" /></p>
<p>18.<a href="http://www.ericmmartin.com/projects/simplemodal/" target="_blank">SimpleModal</a> &#8211; SimpleModal is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. </p>
<p><img title="simplemodal" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="212" alt="simplemodal" src="http://coderplus.com/wp-content/uploads/2009/11/simplemodal1.png" width="584" border="0" /></p>
<p>19. <a href="http://jqueryglobe.com/labs/imgbox/" target="_blank">imgBox</a> &#8211; imgBox is a jQuery plugin that implements a smooth zoom effect on images.</p>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="368" alt="image" src="http://coderplus.com/wp-content/uploads/2009/11/image14.png" width="584" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://coderplus.com/2009/11/jquery-modal-boxes-to-improve-your-ui/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

