<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Devils Workshop &#187; Developers</title>
	<atom:link href="http://devilsworkshop.org/category/developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://devilsworkshop.org</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 17:13:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Add Custom Headers to your WordPress.org plugins</title>
		<link>http://devilsworkshop.org/add-custom-headers-plugins/</link>
		<comments>http://devilsworkshop.org/add-custom-headers-plugins/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 02:25:05 +0000</pubDate>
		<dc:creator>Gajanan</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=48921</guid>
		<description><![CDATA[<p>Matt Mullenweg announced few days ago that, plugin authors will be able to put custom headers on their plugin pages. Soon the geeks across the globe got started with designing and customizing their header images. Developers are happy as they [...]</p><p>--
This Post <a href="http://devilsworkshop.org/add-custom-headers-plugins/">Add Custom Headers to your WordPress.org plugins</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/install-wordpress-plugin/" rel="bookmark" title="How To Install WordPress Plugins">How To Install WordPress Plugins</a><!-- (37.7)--></li>
	        <li><a href="http://devilsworkshop.org/top-5-seo-plugins-wordpressupdated/" rel="bookmark" title="Top 5 SEO Plugins For WordPress">Top 5 SEO Plugins For WordPress</a><!-- (37.3)--></li>
	        <li><a href="http://devilsworkshop.org/introduction-wordpress-plugins-series/" rel="bookmark" title="Introduction &#8211; WordPress Plugins">Introduction &#8211; WordPress Plugins</a><!-- (36.9)--></li>
	        <li><a href="http://devilsworkshop.org/add-custom-class-individual-menu-items-wpnavmenu/" rel="bookmark" title="Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items">Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items</a><!-- (35.7)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><a title="Matt Mullenweg" rel="nofollow" href="http://wpdevel.wordpress.com/2011/12/21/been-giving-a-lot-of-thought-to-how/">Matt Mullenweg</a> announced few days ago that, plugin authors will be able to put custom headers on their plugin pages. Soon the geeks across the globe got started with designing and customizing their header images.</p>
<p>Developers are happy as they have got an opportunity for a little branding. Our creative heads from rtCamp too got down to design the banners. You can see them here (For <a title="Blogger to WordPress Redirection Plugin" rel="nofollow" href="http://wordpress.org/extend/plugins/blogger-to-wordpress-redirection/">Bloggertowp redirection plugin</a> and <a title="rtSocial Plugin" rel="nofollow" href="http://wordpress.org/extend/plugins/rtsocial/">rtSocial Plugin</a>)</p>
<h3>How to change the header image:</h3>
<p>You can also customize your plugin custom headers, as it&#8217;s a pretty simple process. All you need is to follow the steps below:</p>
<p>(this tutorial was written while developing the header image for our BloggertoWordPress Redirection Plugin)</p>
<p><strong>Step 1</strong>: Design  a 772×250 pixel jpeg or png image. (No animated GIFs)</p>
<p><strong>Step 2</strong>: Adding it to plugin&#8217;s SVN Directory:</p>
<ul>
<li>Create a directory in your system: mkdir b2w-plugin</li>
<li>Checkout the code from WordPress plugin Directory:</li>
</ul>
<p>svn co http://plugins.svn.wordpress.org/blogger-to-wordpress-redirection/ b2w-plugin</p>
<p><a href="http://devilsworkshop.org/add-custom-headers-plugins/bloggerto-wordpress-redirection/" rel="attachment wp-att-48923"><img class="size-medium wp-image-48923 " title="Bloggerto WordPress redirection" src="http://devilsworkshop.org/files/2011/12/Bloggerto-WordPress-redirection-600x327.png" alt="Bloggerto WordPress redirection 600x327 Add Custom Headers to your WordPress.org plugins" width="600" height="327" /></a></p>
<div class="mceTemp">
<dl id="attachment_48923" class="wp-caption alignnone" style="width: 610px;">
<dd class="wp-caption-dd">Bloggerto WordPress redirection</dd>
</dl>
</div>
<ul>
<li>Move it inside the directory: cd b2w-plugin</li>
<li>Create one more folder into it. : svn mkdir assets</li>
<li>Move inside that folder. : cd assets</li>
<li>Store the Image which you want to display for your plugin inside assets folder.</li>
<li>Use this command: svn add *</li>
<li>Now Commit the code from your system to WordPress plugin directory : svn ci -m “Added Banner”.</li>
<li>It will ask you for the svn username and password. Give it the proper authentication and you are done with the new banner updates for your plugin.</li>
</ul>
<p>So, lets start getting creative and write your plugin links in the comment area for other readers to see.</p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/install-wordpress-plugin/" rel="bookmark" title="How To Install WordPress Plugins">How To Install WordPress Plugins</a><!-- (37.7)--></li>
	        <li><a href="http://devilsworkshop.org/top-5-seo-plugins-wordpressupdated/" rel="bookmark" title="Top 5 SEO Plugins For WordPress">Top 5 SEO Plugins For WordPress</a><!-- (37.3)--></li>
	        <li><a href="http://devilsworkshop.org/introduction-wordpress-plugins-series/" rel="bookmark" title="Introduction &#8211; WordPress Plugins">Introduction &#8211; WordPress Plugins</a><!-- (36.9)--></li>
	        <li><a href="http://devilsworkshop.org/add-custom-class-individual-menu-items-wpnavmenu/" rel="bookmark" title="Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items">Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items</a><!-- (35.7)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/add-custom-headers-plugins/">Add Custom Headers to your WordPress.org plugins</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/add-custom-headers-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaurav Singh on Organizing WordCamp Jabalpur 2011</title>
		<link>http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/</link>
		<comments>http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 03:23:20 +0000</pubDate>
		<dc:creator>Aditya Kane</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=47719</guid>
		<description><![CDATA[<p>Something interesting happened in India for the WordPress community a week before Diwali holidays. A WordCamp was organized and it was not in one of bigger cities but in a smaller town of Jabalpur, Madhya Pradesh. We decided to catch up [...]</p><p>--
This Post <a href="http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/">Gaurav Singh on Organizing WordCamp Jabalpur 2011</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/official-wordcamp-india-jabalpur-oct-1516-2011/" rel="bookmark" title="WordCamp to be held Jabalpur, India &#8211; Oct 15-16, 2011">WordCamp to be held Jabalpur, India &#8211; Oct 15-16, 2011</a><!-- (76.5)--></li>
	        <li><a href="http://devilsworkshop.org/how-not-to-miss-any-wordcamp/" rel="bookmark" title="How NOT to miss any WordCamp!">How NOT to miss any WordCamp!</a><!-- (30.1)--></li>
	        <li><a href="http://devilsworkshop.org/wordcamp-mozilla-camp-yahoos-open-hack-day-and-other-tech-events/" rel="bookmark" title="WordCamp, Mozilla Camp, Yahoo&rsquo;s Open Hack Day and Other Tech Events">WordCamp, Mozilla Camp, Yahoo&rsquo;s Open Hack Day and Other Tech Events</a><!-- (24.2)--></li>
	        <li><a href="http://devilsworkshop.org/10-popular-posts-week-14-20-nov-2011/" rel="bookmark" title="10 Most Popular Posts This Week! [14 - 20 Nov 2011]">10 Most Popular Posts This Week! [14 - 20 Nov 2011]</a><!-- (22.7)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Something interesting happened in India for the WordPress community a week before Diwali holidays. A WordCamp was organized and it was not in one of bigger cities but in a smaller town of Jabalpur, Madhya Pradesh.</p>
<p>We decided to catch up with <a rel="nofollow" href="https://twitter.com/#!/sgaurav_baghel">Gaurav Singh</a> who headed the organizing committee of <a rel="nofollow" href="http://2011.jabalpur.wordcamp.org/">WordCamp Jabalpur 2011</a> and ask him questions on how to go about organizing a WordCamp.</p>
<p><a href="http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/wordcamp_jab_group_photo/" rel="attachment wp-att-47757"><img class="alignnone size-full wp-image-47757" title="WordCamp_Jab_Group_photo" src="http://devilsworkshop.org/files/2011/11/WordCamp_Jab_Group_photo.png" alt="WordCamp Jab Group photo Gaurav Singh on Organizing WordCamp Jabalpur 2011" width="550" height="439" /></a></p>
<p><strong>Q. How did the idea of having a WordCamp in Jabalpur come into being? Who were in your group and helped out in organizing it.</strong></p>
<p>I was introduced to WordCamp by my friend Aniket Pant when I was doing internship at Delhi Metro Rail Corporation in June this year. We were fascinated by the idea to organize WordCamps in our cities (Goa and Jabalpur) and applied for it. Unfortunately he was not granted permission and I managed to succeed.<br />
After getting permission, I got warm support from my juniors in college, namely Roopal, Ankit and Apoorv. They were the real organizers whose efforts made this a success.</p>
<p><strong>Q: Jabalpur is not a metro in India, what had an disadvantage or an advantage?</strong></p>
<p>Jabalpur not being a metro in early days felt like a big disadvantage as most of the tech guys and companies are based out of cities like Pune, Hyderabad and Bangalore. In beginning it seemed really hard to get some sponsors from Indian companies, who were not ready to support because it was organized in a tier-2 city. Some speakers had to cancel their slot because of 2-3 days long journey and non availability of tickets.</p>
<p>On a brighter side, we were able so cut down costs, as a tier-2 city is relatively cheaper when compared to metros. This made us save on infrastructure cost like venue charges, bandwidth(donated by BSNL at 1Gbps) and other such items. Above all, we are happy that we were able to spread WordPress and open source in a city which is not too involved in web development. WordCamp was covered in the local Hindi daily(Dainik Bhaskar) for 5 consecutive days. Now I get calls from people who want to shift their HTML sites to WordPress. I consider this to be a big achievement.</p>
<p><strong>Q: Were you all WordPress developers or just enthusiats?</strong></p>
<p>I am a WordPress freelancer since 3 years and have my little contribution to WordPress community as well. Other organizers are WP enthusiasts and now trying to get more into it since WordCamp.</p>
<p><strong>Q: What was your single biggest challenge in arranging a WordCamp?</strong></p>
<p>The single biggest challenge was to convince tech guys from metros to travel some 500-1000 km to join us for WordCamp. Most of them were professionals and had to take leave from their day job to reach here. It was awesome meeting them all and would like to thank them for being here during WordCamp.</p>
<p><strong>Q: Jabalpur being a smaller city, do you think more WordPress fans from other smaller cities would be inspired?</strong></p>
<p>Yes, it was managed totally by undergraduate students. We can hope to see more such events coming up in future. I had a e-mail conversation with Andrea, an Automattic employee who managed WordCamps across globe, told me that applications from India have increased exponentially since WordCamp Jabalpur.</p>
<p><strong>Q: Your advice to anyone looking to organize a WordCamp in India and tell us about any India specific challenges?</strong></p>
<p>I would suggest people, never start exporting speakers from outside your city. First look in the local WordPress group and see if someone is interested in being a speaker. Also as WordPress is not a very well known topic in most of Indian colleges, I would suggest offer some discount for students as they are the backbone of all tech developments in future.<br />
The biggest India specific challenge is lack of WordPress community. We don’t have local WordPress meets and also developers are not on a common mail group for better discussions. If possible, try to form a community and keep that strong even after WordCamp.</p>
<p><strong>Q. I was struck but the fact that WordCamp Jabalpur was held very close to Diwali. Considering a lot of bloggers and WordPress enthusiasts are college students, did having it during vacation time help or hinder the camp.</strong></p>
<p>The weekend we choose WordCamp was the only feasible date from our side. A weekend before that meant we had little time for preparation and a weekend after meant no tickets for most of last-minute planners because of the Diwali rush. However the dates in end proved to be good for us as most participants being students, had this even at the start of festive season just before vacations in colleges.</p>
<p><strong>Q. Finally who helped you organize WordCamp Jabalpur 2011?</strong></p>
<p>The names of organizers and volunteers are Roopal Jain, Ankit Chansoria, Apoorv Anand, Arya Bhasin, Neha Nupoor, Ambar Khan, Kautuk Kashyap, Akaar.</p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/official-wordcamp-india-jabalpur-oct-1516-2011/" rel="bookmark" title="WordCamp to be held Jabalpur, India &#8211; Oct 15-16, 2011">WordCamp to be held Jabalpur, India &#8211; Oct 15-16, 2011</a><!-- (76.5)--></li>
	        <li><a href="http://devilsworkshop.org/how-not-to-miss-any-wordcamp/" rel="bookmark" title="How NOT to miss any WordCamp!">How NOT to miss any WordCamp!</a><!-- (30.1)--></li>
	        <li><a href="http://devilsworkshop.org/wordcamp-mozilla-camp-yahoos-open-hack-day-and-other-tech-events/" rel="bookmark" title="WordCamp, Mozilla Camp, Yahoo&rsquo;s Open Hack Day and Other Tech Events">WordCamp, Mozilla Camp, Yahoo&rsquo;s Open Hack Day and Other Tech Events</a><!-- (24.2)--></li>
	        <li><a href="http://devilsworkshop.org/10-popular-posts-week-14-20-nov-2011/" rel="bookmark" title="10 Most Popular Posts This Week! [14 - 20 Nov 2011]">10 Most Popular Posts This Week! [14 - 20 Nov 2011]</a><!-- (22.7)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/">Gaurav Singh on Organizing WordCamp Jabalpur 2011</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/interview-organiser-wordcamp-jabalpur-2011-gaurav-baghel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Portfolio with Image Sliding Effect with jQuery</title>
		<link>http://devilsworkshop.org/portfolio-image-sliding-effect-with-jquery/</link>
		<comments>http://devilsworkshop.org/portfolio-image-sliding-effect-with-jquery/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 02:15:03 +0000</pubDate>
		<dc:creator>Manish Songirkar</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Sliding Effect]]></category>
		<category><![CDATA[web designing]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=46750</guid>
		<description><![CDATA[<p>There are tons of tutorials already out there about creating portfolio image slide effect with jQuery. I wanted to create an easy-to-implement jQuery image slider for my portfolio page, you can check the live demo at Blogger To WordPress portfolio. [...]</p><p>--
This Post <a href="http://devilsworkshop.org/portfolio-image-sliding-effect-with-jquery/">Create Portfolio with Image Sliding Effect with jQuery</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/how-to-create-snow-effect-using-javascript/" rel="bookmark" title="How to create snow effect using javascript">How to create snow effect using javascript</a><!-- (29.7)--></li>
	        <li><a href="http://devilsworkshop.org/tutorial-how-to-create-glass-effect-in-photoshop/" rel="bookmark" title="[Tutorial] How to create Glass Effect in Photoshop?">[Tutorial] How to create Glass Effect in Photoshop?</a><!-- (27.5)--></li>
	        <li><a href="http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/" rel="bookmark" title="Equal Height and Width for WordPress Widgets Using JQuery">Equal Height and Width for WordPress Widgets Using JQuery</a><!-- (27.1)--></li>
	        <li><a href="http://devilsworkshop.org/create-rain-effect-using-filters-in-photoshop/" rel="bookmark" title="Create Rain Effect using Filters in Photoshop">Create Rain Effect using Filters in Photoshop</a><!-- (26.6)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://devilsworkshop.org/files/2011/10/portfolio-image-sliding-effect-with-jquery.jpg"><img class="wp-image-51065" style="margin: 4px 10px 0px 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://devilsworkshop.org/files/2011/10/portfolio-image-sliding-effect-with-jquery_thumb.jpg" alt="portfolio image sliding effect with jquery thumb Create Portfolio with Image Sliding Effect with jQuery" width="604" height="339" border="0" title="Create Portfolio with Image Sliding Effect with jQuery" /></a><br />
There are tons of tutorials already out there about creating portfolio image slide effect with jQuery. I wanted to create an easy-to-implement jQuery image slider for my portfolio page, you can check the live demo at <a title="Blogger To WordPress" rel="nofollow" href="http://bloggertowp.org/portfolio/">Blogger To WordPress portfolio</a>.</p>
<p>This slider requires the latest release of jQuery and functional knowledge of jQuery, HTML and CSS</p>
<p>So let&#8217;s start the implementation</p>
<h2>Step 1 : Include the JQuery Library</h2>
<p>First, you have to include the JQuery library between &#8216;&lt;head&gt;&#8217; and &#8216;&lt;/head&gt;&#8217; tags of your html page:</p>
<pre>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"&gt;&lt;/script&gt;</pre>
<h2>Step 2 : Add HTML Code</h2>
<p>Add HTML Code, this is the source code of our sample:</p>
<pre>&lt;div class="image-container"&gt;
 &lt;a title="Devils Workshop" href="http://devilsworkshop.org/" target="_blank"&gt;
  &lt;span class="image-caption"&gt;image title&lt;/span&gt;
  &lt;span class="image-content"&gt;&lt;img title="custom title" alt="custom alt" class="attachment-rt-gallery" src="http://path-to-image.jpg" /&gt;&lt;/span&gt;
 &lt;/a&gt;
&lt;/div&gt;</pre>
<h2>Step 3 : Add Style/CSS code</h2>
<p>Add CSS Code in your style sheet file, this is the source code of our sample:</p>
<pre>.image-container {
  border: 1px solid #CCCCCC;
  float: left;
  height: 180px;
  margin: 0 25px 20px 0;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 300px;
}

.image-container a {
  color: #66A83E;
  display: block;
  font-size: 18px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-container a span.image-caption {
  display: table-cell;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}

.image-container a span.image-content {
  height: 180px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 5;
}

.image-container a span.image-content img {
  border: medium none;
  margin: 0;
  padding: 0;
}</pre>
<h2>Step 4 : Add jQuery Code</h2>
<p>You have to include the following jQuery code to work the image slider. To do so, embed it within &lt;script type=&#8221;text/javascript&#8221;&gt; /* Put the Code given below */ &lt;/script&gt;, or even better, put it in a separate .js file.</p>
<pre>jQuery( '.image-container' ).hover(
    function() { jQuery( '.image-content', this ).stop().animate( { left : '300px' }, { queue : false, duration : 500 } ); },
    function() { jQuery( '.image-content', this ).stop().animate( { left : '0px' }, { queue : false, duration : 500 } ); }
);</pre>
<h4>Screenshot</h4>
<p><a href="http://devilsworkshop.org/files/2011/10/rt-screenshot.jpg"><img style="margin: 4px 10px 0px 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://devilsworkshop.org/files/2011/10/rt-screenshot_thumb.jpg" alt="rt screenshot thumb Create Portfolio with Image Sliding Effect with jQuery" width="618" height="234" border="0" title="Create Portfolio with Image Sliding Effect with jQuery" /></a></p>
<p>Hope this helps and saves your time, do drop in your opinions and comments below.<img class="wlEmoticon wlEmoticon-smile" style="border-style: none" src="http://devilsworkshop.org/files/2011/10/wlEmoticon-smile.png" alt="wlEmoticon smile Create Portfolio with Image Sliding Effect with jQuery"  title="Create Portfolio with Image Sliding Effect with jQuery" /></p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/how-to-create-snow-effect-using-javascript/" rel="bookmark" title="How to create snow effect using javascript">How to create snow effect using javascript</a><!-- (29.7)--></li>
	        <li><a href="http://devilsworkshop.org/tutorial-how-to-create-glass-effect-in-photoshop/" rel="bookmark" title="[Tutorial] How to create Glass Effect in Photoshop?">[Tutorial] How to create Glass Effect in Photoshop?</a><!-- (27.5)--></li>
	        <li><a href="http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/" rel="bookmark" title="Equal Height and Width for WordPress Widgets Using JQuery">Equal Height and Width for WordPress Widgets Using JQuery</a><!-- (27.1)--></li>
	        <li><a href="http://devilsworkshop.org/create-rain-effect-using-filters-in-photoshop/" rel="bookmark" title="Create Rain Effect using Filters in Photoshop">Create Rain Effect using Filters in Photoshop</a><!-- (26.6)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/portfolio-image-sliding-effect-with-jquery/">Create Portfolio with Image Sliding Effect with jQuery</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/portfolio-image-sliding-effect-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Infographic] Quick Look at Programming Languages!</title>
		<link>http://devilsworkshop.org/infographic-quick-programming-languages/</link>
		<comments>http://devilsworkshop.org/infographic-quick-programming-languages/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 07:12:42 +0000</pubDate>
		<dc:creator>Aditya Kane</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Infographic]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=42677</guid>
		<description><![CDATA[<p>I am not a programmer, I don’t find poetry in code. But I do blog and appreciate what programmers have been able to do over the last 60 odd years. They have literally helped create a world where borders do [...]</p><p>--
This Post <a href="http://devilsworkshop.org/infographic-quick-programming-languages/">[Infographic] Quick Look at Programming Languages!</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/tweet-hindi-4-languages/" rel="bookmark" title="Soon you can Tweet in Hindi and 4 other languages">Soon you can Tweet in Hindi and 4 other languages</a><!-- (30.7)--></li>
	        <li><a href="http://devilsworkshop.org/programming-contest-at-codechef-campus/" rel="bookmark" title="Programming contest at Codechef Campus">Programming contest at Codechef Campus</a><!-- (27.2)--></li>
	        <li><a href="http://devilsworkshop.org/70-languages-in-which-facebook-can-be-used/" rel="bookmark" title="70 languages in which Facebook can be used">70 languages in which Facebook can be used</a><!-- (25.5)--></li>
	        <li><a href="http://devilsworkshop.org/tweeting-in-indian-languages-made-easy/" rel="bookmark" title="Tweeting in Indian languages made easy!">Tweeting in Indian languages made easy!</a><!-- (25.2)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>I am not a programmer, I don’t find poetry in code. But I do blog and appreciate what programmers have been able to do over the last 60 odd years. They have literally helped create a world where borders do not exist.</p>
<p>So what are programming languages and how did they evolve? How have they affected the programming world?  Here is an infographic from <a rel="nofollow" href="http://www.rackspace.com/cloud/blog/2011/05/17/infographic-evolution-of-computer-languages/">Rackspace</a> which shows how programming languages have evolved over the years.</p>
<p><a href="http://devilsworkshop.org/files/2011/08/Infographic_Programming.png"><img class="wp-image-51067" style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://devilsworkshop.org/files/2011/08/Infographic_Programming_thumb.png" alt="Infographic Programming thumb [Infographic] Quick Look at Programming Languages!" width="620" height="6873" border="0" title="[Infographic] Quick Look at Programming Languages!" /></a></p>
<p>Thanks to <a rel="nofollow" href="https://twitter.com/#!/himadri_dimri">Himadri Dimri</a> for the <a rel="nofollow" href="https://twitter.com/#!/himadri_dimri/status/97926025773711360">tip</a>. Do drop in your comments.</p>
<p><strong>Related: <a href="http://devilsworkshop.org/infographic-microsoft-apple-history-computer-giants/">Microsoft Vs Apple: History of Computer Giants</a></strong></p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/tweet-hindi-4-languages/" rel="bookmark" title="Soon you can Tweet in Hindi and 4 other languages">Soon you can Tweet in Hindi and 4 other languages</a><!-- (30.7)--></li>
	        <li><a href="http://devilsworkshop.org/programming-contest-at-codechef-campus/" rel="bookmark" title="Programming contest at Codechef Campus">Programming contest at Codechef Campus</a><!-- (27.2)--></li>
	        <li><a href="http://devilsworkshop.org/70-languages-in-which-facebook-can-be-used/" rel="bookmark" title="70 languages in which Facebook can be used">70 languages in which Facebook can be used</a><!-- (25.5)--></li>
	        <li><a href="http://devilsworkshop.org/tweeting-in-indian-languages-made-easy/" rel="bookmark" title="Tweeting in Indian languages made easy!">Tweeting in Indian languages made easy!</a><!-- (25.2)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/infographic-quick-programming-languages/">[Infographic] Quick Look at Programming Languages!</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/infographic-quick-programming-languages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Equal Height and Width for WordPress Widgets Using JQuery</title>
		<link>http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/</link>
		<comments>http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/#comments</comments>
		<pubDate>Wed, 11 May 2011 14:20:28 +0000</pubDate>
		<dc:creator>Manish Songirkar</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wpveda.com/?p=2564</guid>
		<description><![CDATA[<p>There are situations when a developer needs to set equal height and width to child div’s that contain dynamic content. I came across such a situation, in which I had to place more than one widget in a single horizontal [...]</p><p>--
This Post <a href="http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/">Equal Height and Width for WordPress Widgets Using JQuery</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/firefox-plugin-to-measure-height-and-width-measureit/" rel="bookmark" title="Firefox plugin to measure height and width: MeasureIt">Firefox plugin to measure height and width: MeasureIt</a><!-- (48.2)--></li>
	        <li><a href="http://devilsworkshop.org/javascriptjquery-snippet-to-check-if-a-function-exists/" rel="bookmark" title="JavaScript/jQuery Snippet to check if a function exists">JavaScript/jQuery Snippet to check if a function exists</a><!-- (31.5)--></li>
	        <li><a href="http://devilsworkshop.org/desktopify-convert-web-widgets-into-desktop-widgets/" rel="bookmark" title="Desktopify: Convert web widgets into desktop widgets">Desktopify: Convert web widgets into desktop widgets</a><!-- (28.2)--></li>
	        <li><a href="http://devilsworkshop.org/using-jquery-to-remove-hyperlinks-from-dates-in-comments-listing/" rel="bookmark" title="Using jQuery to Remove Hyperlinks from Dates in Comments Listing">Using jQuery to Remove Hyperlinks from Dates in Comments Listing</a><!-- (27)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://devilsworkshop.org/files/2011/04/equal-width-height-post-image2.jpg"><img class="wp-image-51069" style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://devilsworkshop.org/files/2011/04/equal-width-height-post-image_thumb1.jpg" alt="equal width height post image thumb1 Equal Height and Width for WordPress Widgets Using JQuery" width="604" height="339" border="0" title="Equal Height and Width for WordPress Widgets Using JQuery" /></a></p>
<p>There are situations when a developer needs to set equal height and width to child div’s that contain dynamic content. I came across such a situation, in which I had to place more than one widget in a single horizontal row. If I applied static heights and widths to the divs, there was a possibility of breaking the div after a certain number of widgets. To overcome this situation, I came up with a solution using jQuery wherein the divs which contain these widgets will get equal heights and widths depending on the size of the content.</p>
<p>This function automatically calculates the size of the content that is going to be inserted into the div, and applies the height of the div whose height is largest from all the other divs. The width of parent div is divided by the number of widgets and then applied to each widget.</p>
<h2>Example:</h2>
<p>Assume we have a parent div “#sidebar_1” of width 960px. I insert three divs into parent div of variable height and width. Using the below function, each widget will be applied with the width that is obtained after dividing the parent div from the number of widgets (960/3). Each widget’s height is calculated and the greatest height is applied to all the widgets.</p>
<p>Here is my html code,</p>
<div>
&lt;div class=&quot;<span>child1&#8243;&gt;my custom content 1</div>
<div class="child2">my custom content 2</div>
<div class="child3">my custom content 3</div>
</div>
<p>Here is my CSS which I applied,</p>
<pre>#sidebar_1 { width: 960px; overflow: hidden; }
.child1, .child2, .child3 {
border-right: 1px solid #EDEDED;
float: left;
overflow: hidden;
padding: 5px 10px;  }</pre>
<p>&nbsp;</p>
<p>jQuery Function to dynamically apply equal height and width</p>
<pre>// to div's present in a parent div
function rt_equalHeightWidth( group ) {

// Get parent div width
    var rt_group_width = group.width();

// Get child div's
    var rt_group_child = group.children();

// Get size of child div present in the parent div
    var rt_group_child_size = group.children().size();

// Remove left padding from the first child div
    rt_group_child.first().css( { 'padding-left': '0' } );

// Remove right padding and right border from the last child div
    rt_group_child.last().css( { 'border-right': '0', 'padding-right': '0' } );

// Function to apply equal width for all child div's
        rt_group_child.each( function() {
// Calculate width for each child div
            var rt_group_child_width = rt_group_width / rt_group_child_size;

// Count extra padding and border width
            var rt_extra_width = parseInt( jQuery( this ).css( 'padding-left' ) ) + parseInt( jQuery( this ).css( 'padding-right'  ) ) + parseInt( jQuery( this ).css( 'border-right-width' )+ rt_group_child_size );

// Remove extra padding and border width from width
            var rt_group_child_actual_width = rt_group_child_width - rt_extra_width;

// Apply actual width to each child div
            jQuery( this ).css( { 'width' : rt_group_child_actual_width + 'px' } );
        } );

// Equal height for all child div's
        var rt_height = 0;

// Function to apply equal height for all child div's using jQuery each
        rt_group_child.each( function() {

// Get height for each widget
            var thisHeight = jQuery( this ).height();

// Get height for widget and apply equal height's to all widget
            if ( thisHeight &gt; rt_height ) { rt_height = thisHeight; }
        } );
        rt_group_child.height( rt_height );
}

// Apply parent selector by replacing '#sidebar_1' selector
rt_equalHeightWidth( jQuery( '#sidebar_1' ) );</pre>
<p>Here are the resultant screenshots of div’s where the above code is used to apply equal height and width.</p>
<p><a href="http://devilsworkshop.org/files/2011/04/1_widget.jpg"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://devilsworkshop.org/files/2011/04/1_widget_thumb.jpg" alt="1 widget thumb Equal Height and Width for WordPress Widgets Using JQuery" width="194" height="55" border="0" title="Equal Height and Width for WordPress Widgets Using JQuery" /></a><a href="http://devilsworkshop.org/files/2011/04/2_widgets.jpg"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://devilsworkshop.org/files/2011/04/2_widgets_thumb.jpg" alt="2 widgets thumb Equal Height and Width for WordPress Widgets Using JQuery" width="194" height="55" border="0" title="Equal Height and Width for WordPress Widgets Using JQuery" /></a><a href="http://devilsworkshop.org/files/2011/04/3_widgets.jpg"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://devilsworkshop.org/files/2011/04/3_widgets_thumb.jpg" alt="3 widgets thumb Equal Height and Width for WordPress Widgets Using JQuery" width="194" height="55" border="0" title="Equal Height and Width for WordPress Widgets Using JQuery" /></a></p>
<p>Besides sidebar widgets the above code can be used for any div’s that has dynamic content, and you want them to have equal height and width. You just need to apply parent selector by replacing ‘#sidebar_1’ selector.</p>
<p>Hope this helps and saves your time, do drop in your opinions and comments below.</p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/firefox-plugin-to-measure-height-and-width-measureit/" rel="bookmark" title="Firefox plugin to measure height and width: MeasureIt">Firefox plugin to measure height and width: MeasureIt</a><!-- (48.2)--></li>
	        <li><a href="http://devilsworkshop.org/javascriptjquery-snippet-to-check-if-a-function-exists/" rel="bookmark" title="JavaScript/jQuery Snippet to check if a function exists">JavaScript/jQuery Snippet to check if a function exists</a><!-- (31.5)--></li>
	        <li><a href="http://devilsworkshop.org/desktopify-convert-web-widgets-into-desktop-widgets/" rel="bookmark" title="Desktopify: Convert web widgets into desktop widgets">Desktopify: Convert web widgets into desktop widgets</a><!-- (28.2)--></li>
	        <li><a href="http://devilsworkshop.org/using-jquery-to-remove-hyperlinks-from-dates-in-comments-listing/" rel="bookmark" title="Using jQuery to Remove Hyperlinks from Dates in Comments Listing">Using jQuery to Remove Hyperlinks from Dates in Comments Listing</a><!-- (27)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/">Equal Height and Width for WordPress Widgets Using JQuery</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/equal-height-width-wordpress-widgets-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[List] 5 Best Sites for Hosting Code Online</title>
		<link>http://devilsworkshop.org/list-5-sites-hosting-code-online/</link>
		<comments>http://devilsworkshop.org/list-5-sites-hosting-code-online/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:30:55 +0000</pubDate>
		<dc:creator>Rajeev kumar</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=39346</guid>
		<description><![CDATA[<p>There are many websites which give you the platform for hosting your project codes online. I thought it would be nice to share a list with you. #1. GoogleCode The best place to keep your code is to put on [...]</p><p>--
This Post <a href="http://devilsworkshop.org/list-5-sites-hosting-code-online/">[List] 5 Best Sites for Hosting Code Online</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/list-of-100-adsense-revenue-sharing-sites/" rel="bookmark" title="List of 100% adsense Revenue Sharing sites">List of 100% adsense Revenue Sharing sites</a><!-- (30.9)--></li>
	        <li><a href="http://devilsworkshop.org/list-of-orkuts-country-specific-sites/" rel="bookmark" title="List of Orkuts Country Specific Sites">List of Orkuts Country Specific Sites</a><!-- (29.9)--></li>
	        <li><a href="http://devilsworkshop.org/automatically-upload-pictures-to-image-hosting-sites-with-transloader/" rel="bookmark" title="Automatically upload pictures to Image hosting sites with Transloader">Automatically upload pictures to Image hosting sites with Transloader</a><!-- (29.6)--></li>
	        <li><a href="http://devilsworkshop.org/online-c-java-javascript-json-php-perl-sql-other-source-code-beautifier-formatter/" rel="bookmark" title="Online  C, Java, Javascript, JSON, PHP, Perl, SQL &amp; other Source Code beautifier (formatter)">Online  C, Java, Javascript, JSON, PHP, Perl, SQL &amp; other Source Code beautifier (formatter)</a><!-- (26.8)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>There are many websites which give you the platform for hosting your project codes online. I thought it would be nice to share a list with you.</p>
<h2>
#1. <a rel="nofollow" href="http://code.google.com/" target="_blank">GoogleCode</a></h2>
<p>The best place to keep your code is to put on the most trusted internet brand. Google Code not only hosts your code source but also provides various resources to you. Here you can find API and toolkits for various streams including the open source programs. It has a feature called code playground where, live online coding can be done and output can be seen. Google code is good platform for developers and for project hosting.</p>
<p style="text-align: center;"><a href="http://devilsworkshop.org/files/2011/04/google-code.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-39349" title="google code" src="http://devilsworkshop.org/files/2011/04/google-code-600x93.png" alt="google code 600x93 [List] 5 Best Sites for Hosting Code Online" width="600" height="93" /></a></p>
<h2>#2. <a rel="nofollow" href="http://sourceforge.net/" target="_blank">Sourceforge</a></h2>
<p>An open source code hosting site, here you can easily upload your code and downloads other code of your interest. The most popular code hosting site has suffered from many problem too. It is good site for getting open source software code. There is a high number of downloads of code through it daily.</p>
<p><a rel="attachment wp-att-39350" href="http://devilsworkshop.org/list-5-sites-hosting-code-online/sourceforge-copy/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-39350" title="sourceforge - Copy" src="http://devilsworkshop.org/files/2011/04/sourceforge-Copy-600x154.png" alt="sourceforge Copy 600x154 [List] 5 Best Sites for Hosting Code Online" width="600" height="154" /></a></p>
<h2>#3. <a rel="nofollow" href="http://www.codeplex.com/">Codeplex</a></h2>
<p>The codeplex is hosted by Microsoft but is not under it control. This is also a legitimate site for hosting your code. It is best when came for the .net projects. You can create, search,modify,download and uploads various projects here  with simplicity.  It too is an open source web host. The rawr is one of it best feature.</p>
<p><a rel="attachment wp-att-39352" href="http://devilsworkshop.org/list-5-sites-hosting-code-online/codeplex/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-39352" title="codeplex" src="http://devilsworkshop.org/files/2011/04/codeplex-600x132.png" alt="codeplex 600x132 [List] 5 Best Sites for Hosting Code Online" width="600" height="132" /></a></p>
<h2>#4. <a rel="nofollow" href="https://github.com">Github</a></h2>
<p>The Github provides the option of hosting the code as public or private. They took $7 per month for the private hosting. It supports for the multiple team management make it more versatile. Here you will able to plan your code and price it as well.</p>
<p><a rel="attachment wp-att-39351" href="http://devilsworkshop.org/list-5-sites-hosting-code-online/github/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-39351" title="github" src="http://devilsworkshop.org/files/2011/04/github.png" alt="github [List] 5 Best Sites for Hosting Code Online" width="587" height="83" /></a></p>
<h2>#5. <a rel="nofollow" href="https://launchpad.net/" target="_blank">Launchpad</a></h2>
<p>The Launchpad is developed and maintained by the same company which supports Ubuntu  <a title="Canonical Ltd" rel="nofollow" href="http://en.wikipedia.org/wiki/Canonical_Ltd">Canonical Ltd</a>. This as is open source and code hosting is done by so-called <a rel="nofollow" href="http://bazaar.canonical.com/">Bazaar</a>. Answer tracking  and mailing list helps the member interaction. It too supports for the translation as well.</p>
<p><a rel="attachment wp-att-39353" href="http://devilsworkshop.org/list-5-sites-hosting-code-online/launchpad/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-39353" title="launchpad" src="http://devilsworkshop.org/files/2011/04/launchpad-600x70.png" alt="launchpad 600x70 [List] 5 Best Sites for Hosting Code Online" width="600" height="70" /></a>Try out these sites which host code and do drop in your comments if you have more services to add to the list. <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_smile.gif' alt="icon smile [List] 5 Best Sites for Hosting Code Online" class='wp-smiley' title="[List] 5 Best Sites for Hosting Code Online" /> </p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/list-of-100-adsense-revenue-sharing-sites/" rel="bookmark" title="List of 100% adsense Revenue Sharing sites">List of 100% adsense Revenue Sharing sites</a><!-- (30.9)--></li>
	        <li><a href="http://devilsworkshop.org/list-of-orkuts-country-specific-sites/" rel="bookmark" title="List of Orkuts Country Specific Sites">List of Orkuts Country Specific Sites</a><!-- (29.9)--></li>
	        <li><a href="http://devilsworkshop.org/automatically-upload-pictures-to-image-hosting-sites-with-transloader/" rel="bookmark" title="Automatically upload pictures to Image hosting sites with Transloader">Automatically upload pictures to Image hosting sites with Transloader</a><!-- (29.6)--></li>
	        <li><a href="http://devilsworkshop.org/online-c-java-javascript-json-php-perl-sql-other-source-code-beautifier-formatter/" rel="bookmark" title="Online  C, Java, Javascript, JSON, PHP, Perl, SQL &amp; other Source Code beautifier (formatter)">Online  C, Java, Javascript, JSON, PHP, Perl, SQL &amp; other Source Code beautifier (formatter)</a><!-- (26.8)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/list-5-sites-hosting-code-online/">[List] 5 Best Sites for Hosting Code Online</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/list-5-sites-hosting-code-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add custom CSS classes to wp_nav_menu&#8217;s HTML output using WordPress filters</title>
		<link>http://devilsworkshop.org/add-custom-classes-wpnavmenu-condition/</link>
		<comments>http://devilsworkshop.org/add-custom-classes-wpnavmenu-condition/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 12:00:45 +0000</pubDate>
		<dc:creator>umesh.nevase@rtcamp.com</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Annoyance]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp_nav_menu]]></category>

		<guid isPermaLink="false">http://wpveda.com/?p=2079</guid>
		<description><![CDATA[<p>WordPress has a great feature called ‘filter’ with which we can add our own classes to nav menu items.  Most times you need to add classes in nav menu items on some conditions. For example, in menu you have ‘sample [...]</p><p>--
This Post <a href="http://devilsworkshop.org/add-custom-classes-wpnavmenu-condition/">Add custom CSS classes to wp_nav_menu&#8217;s HTML output using WordPress filters</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/add-custom-class-individual-menu-items-wpnavmenu/" rel="bookmark" title="Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items">Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items</a><!-- (66.5)--></li>
	        <li><a href="http://devilsworkshop.org/how-to-add-images-inside-wordpress-3-0-custom-menu/" rel="bookmark" title="How to add images inside WordPress 3.0 custom menu">How to add images inside WordPress 3.0 custom menu</a><!-- (30.8)--></li>
	        <li><a href="http://devilsworkshop.org/adding-custom-fields-to-wordpress-media-gallery-upload/" rel="bookmark" title="Adding custom fields to WordPress media gallery upload">Adding custom fields to WordPress media gallery upload</a><!-- (29.4)--></li>
	        <li><a href="http://devilsworkshop.org/solved-wordpress-custom-post-type-and-404-issue/" rel="bookmark" title="[Solved] WordPress Custom Post Type and 404 issue">[Solved] WordPress Custom Post Type and 404 issue</a><!-- (27.4)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>WordPress has a great feature called ‘filter’ with which we can add our own classes to nav menu items.  Most times you need to add classes in nav menu items on some conditions.</p>
<p>For example, in menu you have ‘sample ‘ category item. You have to add class to this item if your single post is of ‘sample’ category or its categories have parent category as  ‘sample’. You can easily add class by using ‘nav_menu_css_class’ filter.</p>
<p><code>add_filter(‘nav_menu_css_class’ , ‘rt_nav_special_class’ , 10 , 2);</code></p>
<p>‘nav_menu_css_class’ is name of the filter to hook our function  ‘rt_nav_special_class’.</p>
<p>10 is the priority of the function and 2 is the number of arguments the function accepts. Now you may write your condition in ‘rt_nav_special_class’ to add class to menu item.</p>
<pre>function rt_nav_special_class($classes, $item){
     if(your condition){ //example: you can check value of $item to decide something...
             $classes[] = “special”;
     }
     return $classes;
}</pre>
<p>rt_nav_special_class()  accepts two arguments $classes and $item. $classes is an array contains class name already assigned by wp_nav_menu. We can add our classes in this array. I am added ‘special’ as class name. $item is current nav menu item to which we are adding a class.</p>
<p>If you var_dump this $item you will get all information about the current nav menu item. Using this $item you can any condition you want. Below is screen shot of our ‘special’ class in nav menu item in Firebug.</p>
<p><a rel="nofollow" href="http://umesh.rtcamp.info/wp-content/uploads/2010/12/Screenshot-1.1.png"></a><a rel="nofollow" wp-att-2080" href="http://wpveda.com/add-custom-classes-wpnavmenu-condition/screenshot-1-2/"><img class="alignnone size-full  wp-image-51072" src="http://devilsworkshop.org/files/2011/01/Screenshot-1.png" alt="Screenshot 1 Add custom CSS classes to wp nav menus HTML output using WordPress filters" width="680" height="272" title="Add custom CSS classes to wp nav menus HTML output using WordPress filters" /></a></p>
<p>I hope you get what I explained to you. If you have any queries or suggestions do write in your comments.</p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/add-custom-class-individual-menu-items-wpnavmenu/" rel="bookmark" title="Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items">Add Custom CSS Classes in WordPress Custom Menu&#8217;s Individual Items</a><!-- (66.5)--></li>
	        <li><a href="http://devilsworkshop.org/how-to-add-images-inside-wordpress-3-0-custom-menu/" rel="bookmark" title="How to add images inside WordPress 3.0 custom menu">How to add images inside WordPress 3.0 custom menu</a><!-- (30.8)--></li>
	        <li><a href="http://devilsworkshop.org/adding-custom-fields-to-wordpress-media-gallery-upload/" rel="bookmark" title="Adding custom fields to WordPress media gallery upload">Adding custom fields to WordPress media gallery upload</a><!-- (29.4)--></li>
	        <li><a href="http://devilsworkshop.org/solved-wordpress-custom-post-type-and-404-issue/" rel="bookmark" title="[Solved] WordPress Custom Post Type and 404 issue">[Solved] WordPress Custom Post Type and 404 issue</a><!-- (27.4)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/add-custom-classes-wpnavmenu-condition/">Add custom CSS classes to wp_nav_menu&#8217;s HTML output using WordPress filters</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/add-custom-classes-wpnavmenu-condition/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>[SVN] Simplest Way To Restore (Revert) Deleted Files/Directories</title>
		<link>http://devilsworkshop.org/svn-simplest-restore-revert-deleted-filesdirectories/</link>
		<comments>http://devilsworkshop.org/svn-simplest-restore-revert-deleted-filesdirectories/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 14:30:28 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Tips & Hacks]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=36542</guid>
		<description><![CDATA[<p>SVN (Subversion) is a version control system that is used by WordPress and thus by all our developers at rtCamp. Many a times, while cleaning up our repositories, we end up deleting the wrong files and/or directories. If a top-level&#160;directory [...]</p><p>--
This Post <a href="http://devilsworkshop.org/svn-simplest-restore-revert-deleted-filesdirectories/">[SVN] Simplest Way To Restore (Revert) Deleted Files/Directories</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/how-to-get-back-your-deleted-message-in-facebook/" rel="bookmark" title="How to get back your deleted message in Facebook">How to get back your deleted message in Facebook</a><!-- (28.1)--></li>
	        <li><a href="http://devilsworkshop.org/how-to-recover-a-deleted-orkut-community/" rel="bookmark" title="How To Recover a Deleted Orkut Community!">How To Recover a Deleted Orkut Community!</a><!-- (27.9)--></li>
	        <li><a href="http://devilsworkshop.org/are-your-deleted-photos-from-social-networking-sites-really-gone/" rel="bookmark" title="Are your deleted-photos from social networking sites really gone?">Are your deleted-photos from social networking sites really gone?</a><!-- (27.3)--></li>
	        <li><a href="http://devilsworkshop.org/5-best-free-web-hosting-search-engine/" rel="bookmark" title="2 Best Free Web-Hosting Directories with Search Engine">2 Best Free Web-Hosting Directories with Search Engine</a><!-- (23.6)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>SVN (Subversion) is a version control system that is used by WordPress and thus by all our developers at <a rel="nofollow" href="http://rtcamp.com/">rtCamp</a>.</p>
<p>Many a times, while cleaning up our repositories, we end up deleting the wrong files and/or directories. If a top-level&nbsp;directory gets deleted accidentally, one usually starts sweating!</p>
<h4>The simplest command to restore/revert deleted file/directory in SVN is:</h4>
<pre class="brush:plain">svn cp http://svn.example.com/path/to/deleted/dir/@REVNUM http://svn.example.com/path/to/deleted/dir/</pre>
<p>In the above command,</p>
<ul>
<li><strong><em>cp</em></strong> is shorthand for <em><strong>copy</strong></em> command <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_wink.gif' alt="icon wink [SVN] Simplest Way To Restore (Revert) Deleted Files/Directories" class='wp-smiley' title="[SVN] Simplest Way To Restore (Revert) Deleted Files/Directories" /> </li>
<li><strong><em>http://svn.example.com/</em></strong> is the location of SVN-repo</li>
<li><em><strong>/path/to/deleted/dir/</strong></em> is actual path of file or directory to be restored (including filename/directory-name)</li>
<li><strong><em>@REVNUM</em></strong> is the old revision number in which that file/directory was present last-time</li>
</ul>
<p>Note that SVN paths for source and destination are same in such copy commands!</p>
<p><strong><em>Example:</em> </strong>Below is an example usage</p>
<pre class="brush:plain">svn cp http://svn.example.com/wordpress/themes/@286 http://svn.example.com/wordpress/themes/</pre>
<h4>Alternative Syntax:</h4>
<p>If for some reason above command-syntax doesn&#8217;t work, try &nbsp;alternative syntax as below.</p>
<pre class="brush:plain">svn cp -r REVNUM http://svn.example.com/path/to/deleted/dir/ http://svn.example.com/path/to/deleted/dir/</pre>
<p><strong>FAQs</strong></p>
<h3>Q. How to find old REVNUM i.e. revision number?</h3>
<p>There are many ways. The simplest one is, if you have noticed the accidental delete quickly enough, notice the current version number and try using a number smaller than one!</p>
<p>Alternatively, you can use SVN browser, just Google for one. If you are using NetBeans or any other nice IDE for&nbsp;development, try using for&nbsp;built-in&nbsp;SVN browser/tool in that IDE.</p>
<h3>Q. Why don&#8217;t we just use &#8216;revert&#8217; command in SVN?</h3>
<p>&#8216;revert&#8217; command in SVN, rolls back local changes on local working copy only! Though I wish it should have been designed to roll-back changes in remote copies as well.</p>
<p>This unexpected behavior from revert command is one of reason why people starts sweating then they delete a folder in SVN accidentally.</p>
<p>Let me remind you, you can never loose data in SVN itself. So be calm and try some other article from Google search, just in case this doesn&#8217;t work for you! <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_wink.gif' alt="icon wink [SVN] Simplest Way To Restore (Revert) Deleted Files/Directories" class='wp-smiley' title="[SVN] Simplest Way To Restore (Revert) Deleted Files/Directories" /> </p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/how-to-get-back-your-deleted-message-in-facebook/" rel="bookmark" title="How to get back your deleted message in Facebook">How to get back your deleted message in Facebook</a><!-- (28.1)--></li>
	        <li><a href="http://devilsworkshop.org/how-to-recover-a-deleted-orkut-community/" rel="bookmark" title="How To Recover a Deleted Orkut Community!">How To Recover a Deleted Orkut Community!</a><!-- (27.9)--></li>
	        <li><a href="http://devilsworkshop.org/are-your-deleted-photos-from-social-networking-sites-really-gone/" rel="bookmark" title="Are your deleted-photos from social networking sites really gone?">Are your deleted-photos from social networking sites really gone?</a><!-- (27.3)--></li>
	        <li><a href="http://devilsworkshop.org/5-best-free-web-hosting-search-engine/" rel="bookmark" title="2 Best Free Web-Hosting Directories with Search Engine">2 Best Free Web-Hosting Directories with Search Engine</a><!-- (23.6)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/svn-simplest-restore-revert-deleted-filesdirectories/">[SVN] Simplest Way To Restore (Revert) Deleted Files/Directories</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/svn-simplest-restore-revert-deleted-filesdirectories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Disable &#8216;Add Comment&#8217; feature from Facebook like button</title>
		<link>http://devilsworkshop.org/disable-add-comment-feature-facebook-button/</link>
		<comments>http://devilsworkshop.org/disable-add-comment-feature-facebook-button/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 14:46:35 +0000</pubDate>
		<dc:creator>umesh.nevase@rtcamp.com</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Like]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wpveda.com/?p=1852</guid>
		<description><![CDATA[<p>After a quick search on Google, I finally found a simple solution to disable the add comment feature from the Facebook like button on your blog posts.</p><p>--
This Post <a href="http://devilsworkshop.org/disable-add-comment-feature-facebook-button/">How To Disable &#8216;Add Comment&#8217; feature from Facebook like button</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/facebook-removes-it-comment-button/" rel="bookmark" title="Facebook Removes the Comment button!">Facebook Removes the Comment button!</a><!-- (51.6)--></li>
	        <li><a href="http://devilsworkshop.org/facebook-like-button-wordpress-plugin-quickly-add-fb-like-button/" rel="bookmark" title="Facebook Like Button WordPress Plugin: Quickly Add Fb Like Button">Facebook Like Button WordPress Plugin: Quickly Add Fb Like Button</a><!-- (36)--></li>
	        <li><a href="http://devilsworkshop.org/reply-to-your-emails-to-comment-on-your-facebook-status/" rel="bookmark" title="Reply to your Emails to Comment on your Facebook Status">Reply to your Emails to Comment on your Facebook Status</a><!-- (32.2)--></li>
	        <li><a href="http://devilsworkshop.org/tag-friends-in-a-facebook-comment-now/" rel="bookmark" title="Tag friends in a Facebook Comment, now!">Tag friends in a Facebook Comment, now!</a><!-- (31.6)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>After a quick search on Google, I finally found a simple solution to disable the <strong>add comment</strong> feature from the Facebook <strong>like</strong> button on your blog posts.</p>
<p>While using the Facebook <strong>like</strong> button on your blog with your standard layout, when you click the &#8216;like&#8217; button adjacent to the post, you have to login to your Facebook account and you also have to add a comment along with it.</p>
<p>It is also accompanied by a small pop-up box as shown in the screen shot below making your design look weird. If you don&#8217;t want to display such a pop-up box, look for the solution below <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How To Disable Add Comment feature from Facebook like button" class='wp-smiley' title="How To Disable Add Comment feature from Facebook like button" /> .</p>
<p style="text-align: center"><a rel="nofollow" wp-att-1868" href="http://wpveda.com/disable-add-comment-feature-facebook-button/facebook-comment-box/"></a><a rel="nofollow" wp-att-1868" href="http://wpveda.com/disable-add-comment-feature-facebook-button/facebook-comment-box/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="size-large  aligncenter wp-image-51075" src="http://devilsworkshop.org/files/2011/01/facebook-comment-box-520x291.jpg" alt="facebook comment box 520x291 How To Disable Add Comment feature from Facebook like button" width="520" height="291" title="How To Disable Add Comment feature from Facebook like button" /></a></p>
<p>This solution does not work for the <strong>XFBML</strong> version of the button. Only if you are using the<strong> iframe</strong> version of the button with the standard layout, you can use this method.</p>
<p>To add the FaceBook <strong>like</strong> button on your site go to:</p>
<p><a rel="nofollow" href="http://developers.facebook.com/docs/reference/plugins/like">http://developers.facebook.com/docs/reference/plugins/like. </a></p>
<p>When you are customizing the Facebook &#8217;like&#8217; button, keep the layout &#8216;standard&#8217; and set the width of the button less than 400px.  If you keep the width more than 399px, the<strong> Add Comment</strong> link will be displayed.</p>
<p>This is how you can easily disable the Add comment feature from FaceBook the like button. If you have any queries I will try my best to give you a solution <img src='http://devilsworkshop.org/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How To Disable Add Comment feature from Facebook like button" class='wp-smiley' title="How To Disable Add Comment feature from Facebook like button" /> </p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/facebook-removes-it-comment-button/" rel="bookmark" title="Facebook Removes the Comment button!">Facebook Removes the Comment button!</a><!-- (51.6)--></li>
	        <li><a href="http://devilsworkshop.org/facebook-like-button-wordpress-plugin-quickly-add-fb-like-button/" rel="bookmark" title="Facebook Like Button WordPress Plugin: Quickly Add Fb Like Button">Facebook Like Button WordPress Plugin: Quickly Add Fb Like Button</a><!-- (36)--></li>
	        <li><a href="http://devilsworkshop.org/reply-to-your-emails-to-comment-on-your-facebook-status/" rel="bookmark" title="Reply to your Emails to Comment on your Facebook Status">Reply to your Emails to Comment on your Facebook Status</a><!-- (32.2)--></li>
	        <li><a href="http://devilsworkshop.org/tag-friends-in-a-facebook-comment-now/" rel="bookmark" title="Tag friends in a Facebook Comment, now!">Tag friends in a Facebook Comment, now!</a><!-- (31.6)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/disable-add-comment-feature-facebook-button/">How To Disable &#8216;Add Comment&#8217; feature from Facebook like button</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/disable-add-comment-feature-facebook-button/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>W3C gives HTML 5 an official logo</title>
		<link>http://devilsworkshop.org/w3c-html-5-official-logo/</link>
		<comments>http://devilsworkshop.org/w3c-html-5-official-logo/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 14:03:17 +0000</pubDate>
		<dc:creator>Aditya Kane</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://devilsworkshop.org/?p=36413</guid>
		<description><![CDATA[<p>When it comes to web development HTML 5 is the newest buzz word. It is also looking like something that will kill Flash over the years. World Wide Web consortium (W3C ) today unveiled a new logo for HTML 5. [...]</p><p>--
This Post <a href="http://devilsworkshop.org/w3c-html-5-official-logo/">W3C gives HTML 5 an official logo</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>
<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/design-your-website-with-an-online-html-editor/" rel="bookmark" title="Design your website with an online HTML editor">Design your website with an online HTML editor</a><!-- (20.5)--></li>
	        <li><a href="http://devilsworkshop.org/create-a-free-logo-using-logosnap/" rel="bookmark" title="Create A Free Logo Using LogoSnap">Create A Free Logo Using LogoSnap</a><!-- (20.2)--></li>
	        <li><a href="http://devilsworkshop.org/guess-the-correct-logo-online-game-for-brand-geeks/" rel="bookmark" title="Guess the correct logo online game for brand geeks">Guess the correct logo online game for brand geeks</a><!-- (19.8)--></li>
	        <li><a href="http://devilsworkshop.org/official-twitter-for-iphone-app-goes-live-2/" rel="bookmark" title="Official Twitter for iPhone App goes Live">Official Twitter for iPhone App goes Live</a><!-- (19.5)--></li>
	</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p>When it comes to web development HTML 5 is the newest buzz word. It is also looking like something that will kill Flash over the years. World Wide Web consortium (W3C ) today unveiled a new logo for HTML 5.</p>
<p>The logo seems to portray solidity and trust with its colors and format.</p>
<p><a rel="attachment wp-att-36415" href="http://devilsworkshop.org/w3c-html-5-official-logo/html5_logo/"><img class="alignnone size-full wp-image-36415" title="HTML5_logo" src="http://devilsworkshop.org/files/2011/01/HTML5_logo.png" alt="HTML5 logo W3C gives HTML 5 an official logo" width="300" height="300" /></a></p>
<p>The HTML 5 phenomenon has really caught the imagination of developers all over the world mainly because of its most ardent supporter. That supporter is called Google and Google is betting big on HTML 5.</p>
<p>This logo being displayed by websites and developer community in general will help HTML 5 become a standard that is quickly recognized.</p>
<p><a rel="nofollow" href="http://www.w3.org/html/logo/">W3C HTML Logo</a> site is also distributing T-Shirts and free HTML 5 logo stickers.</p>
<p>What do you think of the HTML 5 logo? Do drop in your comments.</p>
<p><strong>Link: </strong><a rel="nofollow" href="http://www.w3.org/html/logo/">W3C HTML 5 Logo</a></p>

<div class="related-post"><h3>Related posts:</h3>
<ul>
	        <li><a href="http://devilsworkshop.org/design-your-website-with-an-online-html-editor/" rel="bookmark" title="Design your website with an online HTML editor">Design your website with an online HTML editor</a><!-- (20.5)--></li>
	        <li><a href="http://devilsworkshop.org/create-a-free-logo-using-logosnap/" rel="bookmark" title="Create A Free Logo Using LogoSnap">Create A Free Logo Using LogoSnap</a><!-- (20.2)--></li>
	        <li><a href="http://devilsworkshop.org/guess-the-correct-logo-online-game-for-brand-geeks/" rel="bookmark" title="Guess the correct logo online game for brand geeks">Guess the correct logo online game for brand geeks</a><!-- (19.8)--></li>
	        <li><a href="http://devilsworkshop.org/official-twitter-for-iphone-app-goes-live-2/" rel="bookmark" title="Official Twitter for iPhone App goes Live">Official Twitter for iPhone App goes Live</a><!-- (19.5)--></li>
	</ul>
</div>
<p>--
This Post <a href="http://devilsworkshop.org/w3c-html-5-official-logo/">W3C gives HTML 5 an official logo</a> is Published on <a href="http://devilsworkshop.org">Devils Workshop</a> .
</p>]]></content:encoded>
			<wfw:commentRss>http://devilsworkshop.org/w3c-html-5-official-logo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 8/148 queries in 0.390 seconds using apc
Object Caching 3305/3544 objects using apc

Served from: devilsworkshop.org @ 2012-02-12 02:27:59 -->
