<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Ruhani Rabin &#187; Development</title>
	<atom:link href="http://www.ruhanirabin.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruhanirabin.com</link>
	<description>Tech, Life and Interestingness</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add Facebook Social Comment Box on any Website or WordPress</title>
		<link>http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/</link>
		<comments>http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 16:00:51 +0000</pubDate>
		<dc:creator>Ruhani Rabin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[facebook social]]></category>
		<category><![CDATA[fbconnect]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ruhanirabin.com/?p=1138</guid>
		<description><![CDATA[Lets take a look how easily you can implement Facebook Social Comment box to your web site or wordpress based site.]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignnone size-full wp-image-2330" title="How to Add Facebook Social Comment Box on any Website" src="http://www.ruhanirabin.com/userfiles/2011/03/How-to-Add-Facebook-Social-Comment-Box-on-any-Website-Title.jpg" alt="" width="601" height="167" /><br />
Facebook Social Plugins </strong> are a set of plugins that enables social interactions on your website. Not to mention the huge user base Facebook has developed along the time. Previously, it was a pretty much a hassle to go through the Facebook connect implementation for a website. Now with Facebook Social Plugins things are much more simpler to implement and use. Lets take a look how easily we can implement a Facebook Social Comment box for virtually any website that allows HTML and Javascript.</p>
<p><span id="more-1138"></span></p>
<h2><span style="font-size: 20px; font-weight: bold;">Here are the steps:</span></h2>
<ol>
<li>Create a <strong><a href="http://developers.facebook.com/setup" target="_blank">Facebook Application</a></strong> for your website. This step is <strong>required </strong>and all the fields <em><strong>must be</strong></em> filled up.<br />
<img class="size-full wp-image-2319 alignnone" title="Create App for your Website" src="http://www.ruhanirabin.com/userfiles/2009/10/fbsocial_comment_step1.jpg" alt="" width="422" height="327" /><br />
Site name : Your Site Name<br />
Site URL: http://somewebsite.com/<br />
Locale: English (or your preferred language)</li>
<li>Now you need to fill up a <strong>Captcha </strong>to confirm creation of the Facebook Application for your site.<br />
<img class="alignnone size-full wp-image-2320" title="Fill up Captcha and confirm" src="http://www.ruhanirabin.com/userfiles/2009/10/fbsocial_comment_step2.jpg" alt="" width="422" height="234" /></li>
<li>Once you click <strong>Submit </strong>on <strong>step 2</strong>, you would be able to see the <strong>confirmation </strong>page with your <strong>Application ID</strong> and <strong>Application Secret</strong>. You can modify your existing Applications at <strong><a href="http://www.facebook.com/developers/apps.php" target="_blank">My Apps</a></strong> page.<br />
<img class="alignnone size-full wp-image-2321" title="Application creation confirmed" src="http://www.ruhanirabin.com/userfiles/2009/10/fbsocial_comment_step3.jpg" alt="" width="422" height="336" /></li>
<li>Now go  to <strong><a href="http://developers.facebook.com/docs/reference/plugins/comments/" target="_blank">Facebook Social Comments</a></strong> site. Fill up the URL where you want to put your comment box to. Enter the number of Default comments to be shown and finally enter the width of the comments box.<strong><br />
</strong><img class="alignnone size-full wp-image-2322" title="Fill up all the necessary fields" src="http://www.ruhanirabin.com/userfiles/2009/10/fbsocial_comment_step4.jpg" alt="" width="422" height="317" /><br />
<em>NOTE: The URL can be a single HTML or Dynamic page too (eg. http://somewhere.com/test.html).</em></li>
<li>Once you are done with <strong>step 4</strong>, you can click the <strong>Get Code</strong> button to get/copy the necessary codes for your site.<br />
<img class="alignnone size-full wp-image-2824" title="facebook comments code" src="http://www.ruhanirabin.com/userfiles/2011/03/facebook-comments-code.jpg" alt="facebook comments code" width="422" height="196" /><br />
<em>. </em></li>
<li>Create a empty <strong>HTML </strong>file on your website (eg. index.html). Then <strong>paste</strong> the code in between <strong>&lt;body&gt;</strong> and <strong>&lt;/body&gt;</strong> section of the HTML file. Save the file and upload to your server.<br />
<img class="alignnone size-medium wp-image-2825" title="facebook comments code 2" src="http://www.ruhanirabin.com/userfiles/2011/03/facebook-comments-code-2-400x272.jpg" alt="" width="400" height="272" /><br />
<em>NOTE: Your Website APP ID is pasted inside the meta property for facebook underneath the &lt;head&gt; tags.</em></li>
<li>Open the file you have just created using your browser, you should be able to start posting comments on that page. Yes that&#8217;s about it.</li>
</ol>
<p>&nbsp;</p>
<p>I must also say this is just a simple implementation of Facebook Social Comment at your website. There might be more options available for you to implement if you go through the documentation.</p>
<p>&nbsp;</p>
<h2>How to Implement the Comments Box on WordPress:</h2>
<ol>
<li>Follow the Procedures mentioned on the previous steps and after then</li>
<li>Look for the file <strong>comments.php</strong> inside your themes folder (the name of the theme depends on which WordPress theme you are using)</li>
<li>Open and edit the file using a text editor. Modify the code you have found on the previous implementation (Which is for using it on a standard website) as below.<br />
<a href="http://www.ruhanirabin.com/userfiles/2011/03/wordpress-comments.jpg"><img class="alignnone size-medium wp-image-2826" title="wordpress comments" src="http://www.ruhanirabin.com/userfiles/2011/03/wordpress-comments-400x129.jpg" alt="" width="400" height="129" /></a><br />
NOTE: You need to change the part <em><strong>href=&#8221;&lt;?php echo get_permalink($post-&gt;ID); ?&gt;&#8221;<br />
</strong></em></li>
<li>Paste the code into upper part of your<strong> comments.php</strong> file. Save and Upload it back to your server.</li>
<li>You should be able to see the Facebook Dynamic Comments for all your WordPress posts.</li>
</ol>
<p>&nbsp;</p>
<h2>Where do you manage/moderate and administer your comments?</h2>
<ul>
<li><strong><a title="http://developers.facebook.com/tools/comments" href="http://developers.facebook.com/tools/comments" target="_blank">Facebook Comments Moderation Page</a></strong></li>
</ul>
<p>&nbsp;</p>
<p><em><strong>Do not post Test comments on this post because it confuses other people who are reading this post.</strong></em></p>
<p><em><strong> Eventually your test comments will be blocked and Banned. </strong></em></p>
<p><em><strong>Test it on your own site. Thanks.</strong></em></p>
<p>This article is an upgrade of the previous Facebook Connect Comment Box article for your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/feed/</wfw:commentRss>
		<slash:comments>295</slash:comments>
		</item>
		<item>
		<title>16 Ultimate Chrome Extensions for Web Designers and Developers</title>
		<link>http://www.ruhanirabin.com/16-ultimate-chrome-extensions-for-web-designers-and-developers/</link>
		<comments>http://www.ruhanirabin.com/16-ultimate-chrome-extensions-for-web-designers-and-developers/#comments</comments>
		<pubDate>Sun, 29 May 2011 19:33:15 +0000</pubDate>
		<dc:creator>Ruhani Rabin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[Ultimate]]></category>

		<guid isPermaLink="false">http://www.ruhanirabin.com/?p=2717</guid>
		<description><![CDATA[This topic is the rundown of the Ultimate list of Chrome extensions that a Developer or Designer would generally need.]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Ultimate-Chrome-Extensions-for-Designers-and-Developers" src="http://www.ruhanirabin.com/userfiles/2011/05/Ultimate-Chrome-Extensions-for-Designers-and-Developers.jpg" border="0" alt="Ultimate-Chrome-Extensions-for-Designers-and-Developers" width="554" height="141" /></p>
<p>There was a time when Firefox was the best choice for the web designers and developers to test and build their site. Firefox is built on to extension framework so the expandability of extensions was pretty wide. Now Chrome is also supporting extensions and that made many developers to move to Chrome for their development, test and design needs.</p>
<p>This topic is the rundown of the Ultimate list of Chrome extensions that a Developer or Designer would love to have.</p>
<p><span id="more-2717"></span></p>
<hr />
<h3>1. <a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj" target="_blank">Firebug Lite</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Firebug Lite" src="http://www.ruhanirabin.com/userfiles/2011/05/Firebug-Lite.png" border="0" alt="Firebug Lite" width="304" height="217" /></p>
<p>Firebug Lite allows you to inspect the HTML, CSS and JavaScript code live in any page, You’re also able to edit the code and test the new changes immediately. It was originally a Firefox extension, and the Chrome version came later.</p>
<hr />
<h3>2. <a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank">Web Developer</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="web developer" src="http://www.ruhanirabin.com/userfiles/2011/05/web-developer.png" border="0" alt="web developer" width="304" height="247" /></p>
<p>Web Developer Toolbar by Chris Pederick was originally a very  popular Firefox extension, but it’s also available for Chrome now. It does a whole lot of things with CSS, HTML, forms, and images. You just click a button in the top-right corner of the browser to view all the options.</p>
<hr />
<h3>3. <a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae" target="_blank">Chrome Sniffer</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Chrome Sniffer" src="http://www.ruhanirabin.com/userfiles/2011/05/Chrome-Sniffer.jpg" border="0" alt="Chrome Sniffer" width="304" height="72" /></p>
<p>Have you ever wondered what technologies, frameworks, and open source apps a website is using? Experienced web developers can find this out by studying the site’s source code, but if you want a more convenient and quick way of doing this, then check out <em>Chrome Sniffer</em>. Chrome Sniffer lists all known JavaScript framework/libraries (jQuery, MooTools, etc.) and CMS (Drupal, WordPress, etc.) that a website uses.</p>
<hr />
<h3>4. <a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka" target="_blank">Eye Dropper</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Eye Dropper" src="http://www.ruhanirabin.com/userfiles/2011/05/Eye-Dropper.png" border="0" alt="Eye Dropper" width="304" height="210" /></p>
<p>EyeDropper enables you to identify any color on a website you’re viewing. It comes with a color picker tool that will tell you the pixel’s HTML color code and RGB levels. Once you’ve picked a color you’ll also see where it belongs on the included color wheel.</p>
<hr />
<h3>5. <a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi" target="_blank">Pendule</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Pendule" src="http://www.ruhanirabin.com/userfiles/2011/05/Pendule.jpg" border="0" alt="Pendule" width="304" height="164" /></p>
<p>Pendule is a pop-up control panel loaded with tasks helpful to designers. Almost similar like the Web Developer Toolbar, it can serve as a all in one extension for web designers. A few of its notable features: a pixel ruler, an eye dropper, a color picker, and several script validators. You can also use it to reload or disable CSS, view JavaScript and hide images.</p>
<hr />
<h3>6. <a href="https://chrome.google.com/extensions/detail/cjjghkapdciaiogkeofggpblmbbnjinn?hl=en-US" target="_blank">Pixlr Grabber</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Pixlr Grabber" src="http://www.ruhanirabin.com/userfiles/2011/05/Pixlr-Grabber.png" border="0" alt="Pixlr Grabber" width="304" height="278" /></p>
<p>You can use this extension to select any area of the visible screen — either a custom space or the entire web page — to export to an image file.You can also share the screenshot to Pixlr imm.i or modify it in Pixlr’s editor. It’s a good tool for analyzing your own work or admiring the work of others.</p>
<hr />
<h3>7. <a href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl" target="_blank">Speed Tracer</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Speed Tracer" src="http://www.ruhanirabin.com/userfiles/2011/05/Speed-Tracer.png" border="0" alt="Speed Tracer" width="304" height="251" /></p>
<p>Speed Tracer records how much time your web app spends on various tasks and tries to figure out where the bottlenecks in performance are. You can use that information to speed up the user experience. The extension can tell you how much time the browser is spending interpreting JavaScript, for example.</p>
<hr />
<h3>8. <a href="https://chrome.google.com/extensions/detail/dmpfoncmmihgkooacnplecaopcefceam" target="_blank">Lorem Ipsum Generator</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Lorem Ipsum Generator" src="http://www.ruhanirabin.com/userfiles/2011/05/Lorem-Ipsum-Generator.png" border="0" alt="Lorem Ipsum Generator" width="304" height="210" /></p>
<p>This extension is to create random, dummy text on the fly so you can fill out your designs and get a sense for the aesthetics when no copy has been written for the site yet. It just takes a couple clicks, and it’s not complicated at all. It’s a web designers favorite filler, it’s simple, minimalist and isn’t memory hungry.</p>
<hr />
<h3>9. <a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd" target="_blank">IE Tab</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="IE Tab" src="http://www.ruhanirabin.com/userfiles/2011/05/IE-Tab.png" border="0" alt="IE Tab" width="304" height="269" /></p>
<p>Use Internet Explorer to display web pages in a Chrome tab. Some sites can only be displayed using IE, and with this extension you can now see those sites without leaving Chrome.</p>
<hr />
<h3>10. <a href="https://chrome.google.com/webstore/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf" target="_blank">Aviary Screen Capture</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Aviary Screen Capture" src="http://www.ruhanirabin.com/userfiles/2011/05/Aviary-Screen-Capture.png" border="0" alt="Aviary Screen Capture" width="304" height="301" /></p>
<p>This quick screen capture add-on is a must-have for bloggers and designers alike! It will perform a screen capture of the visible portion of any webpage and then open the capture INSTANTLY in a basic image editor where you can do markup (draw arrows and rectangles), edit (crop, rotate and resize) and get the exact pixel colors of the image. A perfect companion tool for designers and bloggers.</p>
<hr />
<h3>11. <a href="https://chrome.google.com/webstore/detail/dbpojpfdiliekbbiplijcphappgcgjfn?hl=en-US" target="_blank">Ultimate Chrome Flag</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Ultimate Chrome Flag" src="http://www.ruhanirabin.com/userfiles/2011/05/Ultimate-Chrome-Flag.png" border="0" alt="Ultimate Chrome Flag" width="304" height="292" /></p>
<p>This extension shows a country or region flag indicating the location of the website you&#8217;re visiting. And the following information will be shown in the popup:</p>
<ul>
<li>Country or region name</li>
<li>Domain name and IP address</li>
<li>Geo information</li>
<li>Google PageRank</li>
<li>Alexa Rank</li>
<li>WOT (Web of Trust) information</li>
<li>Copy domain name and IP address to clipboard</li>
</ul>
<p>On the popup, click domain name, Geo, Alexa Rank or WOT will go to corresponding site to view detailed information of current site.</p>
<hr />
<h3>12. <a href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj" target="_blank">Chrome SEO</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Chrome SEO" src="http://www.ruhanirabin.com/userfiles/2011/05/Chrome-SEO.png" border="0" alt="Chrome SEO" width="304" height="210" /></p>
<p>The Google Chrome SEO extension provides easy access to Search Engine Optimization Tools that can help you with Competitive Analysis, Keyword Research, Backlink Checks and other daily SEO tasks.</p>
<hr />
<h3>13. <a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal" target="_blank">Resolution Test</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Resolution Test" src="http://www.ruhanirabin.com/userfiles/2011/05/Resolution-Test.png" border="0" alt="Resolution Test" width="304" height="212" /></p>
<p>Resolution Test is an extension for testing web pages in different screen resolutions, with an option to define your own custom resolutions. This is very handy in making sure that your web design looks great under different monitor sizes.</p>
<hr />
<h3>14. <a href="https://chrome.google.com/webstore/detail/clcbnchcgjcjphmnpndoelbdhakdlfkk?hl=en-US" target="_blank">Quick Markup: Screen capture &amp; Brainstorm</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Quick Markup - Screen capture - Brainstorm" src="http://www.ruhanirabin.com/userfiles/2011/05/Quick-Markup-Screen-capture-Brainstorm.png" border="0" alt="Quick Markup - Screen capture - Brainstorm" width="304" height="210" /></p>
<p>Capture webpage freely or open your local image, mark up with shape, text, icon and mind mapping information, one-click upload to share. Support PNG and shortcuts. Useful in organizing ideas and works, planning and tracking projects, solving the problem of image-based information exchange.</p>
<hr />
<h3>15. <a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci" target="_blank">jQuery Shell</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="jQuery_shell" src="http://www.ruhanirabin.com/userfiles/2011/05/jQuery_shell.jpg" border="0" alt="jQuery_shell" width="304" height="134" /></p>
<p>jQuery Shell allows you to run JavaScript and jQuery commands in the context of the current web page. It’s a great extension for learning and experimenting with jQuery.</p>
<hr />
<h3>16. <a href="https://chrome.google.com/extensions/detail/diahigjngdnkdgajdbpjdeomopbpkjjc" target="_blank">SEO Site Tools</a></h3>
<hr />
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SEO Site Tools" src="http://www.ruhanirabin.com/userfiles/2011/05/SEO-Site-Tools.png" border="0" alt="SEO Site Tools" width="304" height="174" /></p>
<p>A well-formed web page with great markup ultimately leads to awesome search engine results. However, if you would like to evaluate your website in terms of known search engine optimization factures, try out the <em>SEO Site Tools</em>, a Chrome extension that gives you a plethora of useful tools and features for evaluating SEO. It can pull tons of on-page and off-page metrics, social media information, and more.</p>
<hr />
<blockquote><p>Do you know about an extension that helped you out in your design or development on Google Chrome? Feel free to share with us. Just let me know in the comments section.</p></blockquote>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.ruhanirabin.com/16-ultimate-chrome-extensions-for-web-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Standards of RSS Feed Icon</title>
		<link>http://www.ruhanirabin.com/standards-of-rss-feed-icon/</link>
		<comments>http://www.ruhanirabin.com/standards-of-rss-feed-icon/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 14:14:54 +0000</pubDate>
		<dc:creator>Ruhani Rabin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[subscription]]></category>

		<guid isPermaLink="false">http://www.ruhanirabin.com/2007/03/23/standards-of-rss-feed-icon/</guid>
		<description><![CDATA[By identifying your syndicated content with the standard feed icon, you&#39;re helping to&#8230; Eliminate confusion brought on by acronyms. Break down the international barriers. Bring feeds to the forefront. Standardize Mozilla Foundation recently posted usage guidelines with accompanying FAQ for the feed icon. They&#39;ve also branded two versions of the icon as being the canonical [...]]]></description>
			<content:encoded><![CDATA[<p>By identifying your syndicated content with the standard feed icon, you&#39;re helping to&#8230;</p>
<ul>
<li>Eliminate confusion brought on by acronyms.</li>
<li>Break down the international barriers.</li>
<li>Bring feeds to the forefront.</li>
</ul>
<p></p>
<h4>Standardize</h4>
<p><a href="http://www.mozilla.org/">Mozilla Foundation</a> recently posted <a href="http://www.mozilla.org/foundation/feed-icon-guidelines/">usage guidelines</a> with accompanying <a href="http://www.mozilla.org/foundation/feed-icon-guidelines/faq.html">FAQ</a> for the feed icon.  They&#39;ve also branded two versions of the icon as being the canonical icons &#8211; one that you see here and a smaller 14&#215;14 version that more closely resembles the original <a href="http://www.mozilla.com/firefox/livebookmarks.html">Firefox Live Bookmarks</a> icon.  </p>
<p>Both icons are now part of the download package offered <a href="http://feedicons.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruhanirabin.com/standards-of-rss-feed-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.ruhanirabin.com @ 2012-02-04 11:27:12 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          category/development/feed/_index.html
Caching:            disabled
Reject reason:      User agent is rejected
Status:             not cached
Creation Time:      0.510s
Header info:
X-Pingback:         http://www.ruhanirabin.com/xmlrpc.php
Last-Modified:      Thu, 12 Jan 2012 06:50:14 GMT
ETag:               "f52bccc499136154e1e118a253cc329f"
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Type:       text/xml; charset=UTF-8
-->
