<?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>Pagalz.com - Blog &#187; World&#8217;s Best</title>
	<atom:link href="http://www.pagalz.com/blog/tag/worlds-best/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pagalz.com/blog</link>
	<description>At pagalz.com blog get the most happening things all around the world under one roof. Things which will make you say pagalz(madz)</description>
	<lastBuildDate>Wed, 30 Mar 2011 17:48:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An Overview of and Introduction to Pods CMS for WordPress</title>
		<link>http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/</link>
		<comments>http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:09:16 +0000</pubDate>
		<dc:creator>Durgesh</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Pods CMS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[World's Best]]></category>

		<guid isPermaLink="false">http://www.pagalz.com/blog/?p=803</guid>
		<description><![CDATA[The Pods CMS plugin allows you to create your own content types (pods), and add the fields you need to each pod. Once your content types are set up, you add items to them. This involves filling out a form -- with the input fields being the fields you've created.]]></description>
			<content:encoded><![CDATA[<p>As defined by its creators:</p>
<blockquote><p>Pods is a CMS framework for WordPress. It’s a plugin that sits on top of WordPress, allowing you to add and display your own content types.</p></blockquote>
<p>Calling Pods a ‘plugin’ <strong>is an understatement</strong>. It’s one of those WordPress plugins that does so much more than provide some functionality to work with that makes your life a bit easier or makes WordPress that much more useful. <em>Pods has changed the way I work with WordPress</em>. Pods has allowed me to truly use WordPress as the content management system it was born to be. While a ton of great stuff is happening in the core, Pods is giving us what we need to work with today, and it’s spectacular.</p>
<p>Over the next few months, I plan to divulge all I know about Pods in a series of tutorials and articles meant to act as my own personal user guide for Pods. Pods is a big enough system where you can actually work with it in your own style, and I think I’ve done that to an extent. Pods has an entire level of author features that I don’t particularly make use of simply because I prefer to get my hands even dirtier than Pods requires.</p>
<h2>An introduction to Pods</h2>
<p><img class="alignleft size-full wp-image-807" style="margin: 5px;" title="pods-logo" src="http://www.pagalz.com/blog/wp-content/uploads/2010/04/pods-logo.jpg" alt="pods-logo" width="220" height="80" /></p>
<p>As it is defined, <a href="http://pods.uproot.us/">Pods</a> is a content management plugin for <a href="http://wordpress.org/">WordPress</a>. Many people may wonder why a plugin is needed to make WordPress a content management system, doesn’t it do that already? <strong>Absolutely</strong>, but out of the box, WordPress specifically caters to a few types of content; <a href="http://codex.wordpress.org/Writing_Posts">Posts</a>, <a href="http://codex.wordpress.org/Pages">Pages</a>, <a href="http://codex.wordpress.org/Working_with_WordPress#WordPress_Media">Media</a>, <a href="http://codex.wordpress.org/Working_with_WordPress#Fighting_Comment_Spam">Comments</a>, and <a href="http://codex.wordpress.org/Links_Manager">Links</a>. WordPress does <strong>a ton</strong> more (such as categories, tags, users, etc.), but as far as the average user is concerned, those are the major content types you’re able to work with. Themes bring all that managed content together to share with the world, and plugins build on top of that even more.</p>
<p>Many plugins exist to provide you with a new type of content to manage, most often a specific type of content aimed at achieving a specific goal. That’s awesome, and helps tons of people to make that change they’re looking to update on their site. Pods, however, thinks about things in a different way.</p>
<p><a href="http://pods.uproot.us/">Pods</a> provides a platform on which to <em>build your own content types</em> to manage, all the while providing some really advanced functionality having to do with that content. From the <cite><a href="http://pods.uproot.us/codex/how_pods_works">User Guide</a></cite>, a Pod is a group of input fields. You can add and arrange any number of the various available input fields to any number of Pods, essentially creating your own custom CMS for each website you build in WordPress.</p>
<h3>Finding the happy medium between WordPress core and Pods</h3>
<p>So if WordPress is a CMS, and Pods is a plugin that acts as a CMS framework for WordPress, how (and why) can you use them at the same time?</p>
<p>While you can technically accomplish the same functionality with an out-of-the-box copy of WordPress using a crazy blend of nested Pages, categorized Posts, and a ton of <a href="http://codex.wordpress.org/Custom_Fields">Custom Fields</a>, Pods helps abstract that desired ‘next level’ of functionality you’re looking for as a WordPress developer.</p>
<p>Trying to explain what Custom Fields are and how to use them to a client isn’t something I look fondly upon. While it’s super for developers, to the rest of the world it’s terribly bulky and unintuitive. I think Custom Fields are <strong>an awesome</strong> available resource for plugin developers, but they’re one of those things better left unseen to the novice user. Pods brings the ability to work with custom <em>pieces</em> of data to the client, all the while giving developers a terrific extended platform to build upon. If you find yourself repeatedly using custom fields within your WordPress sites, especially for clients, you’re probably ready for <a href="http://pods.uproot.us/">Pods</a>.</p>
<p>You can <a title="Download Pods CMS" href="http://downloads.wordpress.org/plugin/pods.zip" target="_blank">download</a> it from the official site.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/&amp;t=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/&amp;title=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/&amp;title=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/&amp;t=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress+-+http://bit.ly/9F7gCh+(via+@http://twitter.com/pagalz)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/&amp;title=An+Overview+of+and+Introduction+to+Pods+CMS+for+WordPress&amp;summary=As%20defined%20by%20its%20creators%3A%0D%0APods%20is%20a%20CMS%20framework%20for%20WordPress.%20It%E2%80%99s%20a%20plugin%20that%20sits%20on%20top%20of%20WordPress%2C%20allowing%20you%20to%20add%20and%20display%20your%20own%20content%20types.%0D%0ACalling%20Pods%20a%20%E2%80%98plugin%E2%80%99%20is%20an%20understatement.%20It%E2%80%99s%20one%20of%20those%20WordPress%20plugins%20that%20does%20so%20much%20more%20than%20provide%20some&amp;source=Pagalz.com - Blog" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.pagalz.com/blog/2010/04/an-overview-of-and-introduction-to-pods-cms-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s best 50 plugins &amp; widgets for power blogging</title>
		<link>http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/</link>
		<comments>http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:59:31 +0000</pubDate>
		<dc:creator>Durgesh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[World's Best]]></category>

		<guid isPermaLink="false">http://www.pagalz.com/blog/?p=661</guid>
		<description><![CDATA[Some of the world's best 50 plugins &#038; widgets to make it powerful blogging. Some of the broadly classified lists Manage WordPress Comments, Stop WordPress Spam, Expert WordPress SEO, Easy WordPress Navigation, Interactive WordPress Posts, WordPress Twiter Plugins, WordPress Database tools, WordPress Admin Management Tools, etc. and many more.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-664" title="wordpress" src="http://www.pagalz.com/blog/wp-content/uploads/2010/03/wordpress.jpg" alt="wordpress" width="630" height="300" /></p>
<p>The wordpress plugins are arranged broadly by category of usage. As far as I know, all these plugins are compatible with the latest WordPress 2.5 version. Please feel free to suggest great plugins in comments that I can add to this list.</p>
<h3>Manage WordPress Comments</h3>
<ul>
<li><a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments</a> – Allows readers to recieve notifications of new comments that are posted to an entry.</li>
<li><a href="http://www.raproject.com/wordpress/wp-ajax-edit-comments/">WP AJAX Edit Comments</a> – Allows users and admins to edit comments on a post inline using AJAX.</li>
<li><a href="http://wordpress.org/extend/plugins/close-old-posts/">Close Old Posts</a> – Closes comments on old posts without any DB queries.</li>
<li><a href="http://alexking.org/projects/wordpress/readme?project=wp-grins">WP Grins</a> – allows you to put clickable smilies on your post and comments forms.</li>
<li><a href="http://plugins.trac.wordpress.org/wiki/LiveCommentPreview">Live Comment Preview</a> – the simplest way to get live comment previews on your site.</li>
<li><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/">Show Top Commentators</a> – Encourage more discussion from your readers, by displaying their names and number of comments they have made recently to your sidebar.</li>
<li><a href="http://www.commentluv.com/download/ajax-commentluv-installation/">CommentLuv</a> – shows a link to the last post from the commenters blog in their comment.</li>
<li><a href="http://www.napolux.com/2006/myavatars-a-wordpress-plugin-for-mybloglog.html">MyAvatars</a> – shows MyBlogLog&#8217;s avatars in your comments</li>
<li> <a href="http://www.justinshattuck.com/2007/03/19/comment-relish-wordpress-plugin">Comment Relish</a> – Sends a thank you e-mail to your first time commentators.</li>
<li> <a href="http://dev.wp-plugins.org/wiki/favatars">Favatars</a> – displays the favicon associated with the commenter&#8217;s website.</li>
<li><a href="http://www.semiologic.com/software/dofollow/">Dofollow</a> – lets you remove the nofollow attribute from your comments.</li>
<li><a href="http://the-notebook.org/12/01/2006/openid-comments-for-wordpress/">OpenID Comments for Wordpress</a> – allows users to leave comments using their OpenID.</li>
<li><a href="http://beingmrkenny.co.uk/extended-comment-options/">Extended Comment Options</a> – allows you to switch comments and/or pings on or off for batches of existing posts.</li>
<li><a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/">Get Recent Comments</a> – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog.</li>
</ul>
<h3>Stop WordPress Spam</h3>
<ul>
<li><a href="http://akismet.com/">Akismet</a> – intelligently blocks spam comments. Checks your comments against the Akismet web service to see if they are spam or not.</li>
<li><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> – is a set of PHP scripts which prevents spambots from accessing your site by analyzing their actual HTTP requests and comparing them to profiles from known spambots.</li>
<li><a href="http://marketingtechblog.com/projects/wp-contactform/">WP-Contact Form with Spam Protection</a> – creates a contact form on your blog, through which your readers can contact you easily.</li>
<li><a href="http://defensio.com/"> Defensio</a> is a spam filtering web service to block comment spam.</li>
<li><a href="http://www.maxpower.ca/wordpress-plugin-digital-fingerprint-detecting-content-theft/2006/09/25/#intro">Digital Fingerprint</a> � useful for detecting content theft.</li>
</ul>
<h3>Expert WordPress SEO</h3>
<ul>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Google XML Sitemaps Generator</a> – creates a sitemap of all articles on your WordPress blog. Helps Google and other search engines index every article you write.</li>
<li><a href="http://scott.yang.id.au/code/permalink-redirect/">Permalink Redirect</a> – replies a 301 permanent redirect, if requested URI is different from entry�s (or archive�s) permalink. It is used to ensure that there is only one URL associated with each blog entry.</li>
<li><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/">All in One SEO Pack</a> – Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).</li>
<li><a href="http://guff.szub.net/2005/09/01/head-meta-description/">Head META Description</a> – Insert HTML META description tags using post excerpts.</li>
<li><a href="http://txfx.net/code/wordpress/enforce-www-preference/">Enforce www. Preference</a> – will help preserve your permalinks by enforcing your no-www or yes-www preference and will strip off index.php from the ends of URIs.</li>
<li><a href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/">Broken Link Checker</a> – monitors and notifies you for broken links on your blog.</li>
<li><a href="http://www.quickonlinetips.com/archives/quick-meta-keywords-wordpress-plugin/">Quick META Keywords</a> – will automatically add META Keywords tags to every single post based on categories under which the article is categorized.</li>
</ul>
<h3>Easy WordPress Navigation</h3>
<ul>
<li><a href="http://wasabi.pbworks.com/Related%20Entries">Related Entries</a> – Returns a list of the related entries based on active/passive keyword matches. Increase pageviews by providing targeted related content.</li>
<li><a href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin</a> (YARPP) – gives you a list of posts and/or pages related to the current entry.</li>
<li><a href="http://www.lesterchan.net/wordpress/readme/wp-pagenavi.html">WP-PageNavi</a> – Adds a more advanced page navigation to Wordpress, which is very useful for navigation on index and category pages.</li>
<li><a href="http://www.thunderguy.com/semicolon/wordpress/evermore-wordpress-plugin/">Evermore</a> – Abbreviate all posts when viewed on multiple post pages. Helpful to create expandable posts summaries in Wordpress. Combine with <a href="http://www.thunderguy.com/semicolon/wordpress/less-wordpress-plugin/">Less</a> that changes the (more�) link so it displays the entire post, not just the part after the “more”.</li>
<li><a href="http://wordpress.org/extend/plugins/random-redirect/">Random Redirect</a> – Allows you to create a link to a random post on your blog. Lets readers browse in a StumbleUpon-like fashion.</li>
<li><a href="http://www.roytanck.com/2008/03/15/wp-cumulus-released/">WP-Cumulus</a> – displays your tags and/or categories in 3D by placing them on a rotating sphere</li>
<li><a href="http://www.4mj.it/lightbox-js-v20-wordpress/">Lightbox JS Plugin</a> – used to overlay images on the current page into neat Javascript-powered overlay popups.</li>
<li><a href="http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/">Homepage Excerpts</a> – Gives flexibility to use both full posts and excerpts on the homepage.</li>
<li><a href="http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition">WordPress Mobile Edition</a> – shows an interface designed for a mobile device when visitors come to your site on a mobile device.</li>
<li><a href="http://alexking.org/projects/wordpress/readme?project=popularity-contest">Popularity Contest</a> – keeps a count of your post, category and archive views, comments, trackbacks, etc. and uses them to determine which of your posts are most popular.</li>
<li><a href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archive</a> – implements a dynamic, AJAXified way of digging into the archives of a blog.</li>
<li><a href="http://theundersigned.net/2006/06/landing-sites-11">Landing Sites</a> – When visitors is referred to your site from a search engine, it shows them related posts to their search on your blog.</li>
<li><a href="http://sporadicnonsense.com/index.php/2005/04/28/clean-archives-plug-in/">Clean Archives</a> – designed to display your archive listings in a clean and uniform fashion. It lists the Month / Year, the day of the month the article was published, the title of the article, and the number of comments that have been made on each article.</li>
<li><a href="http://www.dailyblogtips.com/best-wordpress-plugins-custom-query-string/">Custom Query String</a> – set the number of posts (custom queries) for every single page on your website like categories, archives, or search results pages.</li>
<li><a href="http://adambrown.info/b/widgets/category/kb-advanced-rss/">KB Advanced RSS Widget</a> – a wordpress widget that gives you complete control over how RSS feeds are parsed for your sidebar.</li>
<li><a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/">Permalinks Migration Plugin</a> – safely change your permalink structure without breaking the old links to your website or affecting your search engine rankings.</li>
</ul>
<h3>Interactive WordPress Posts</h3>
<ul>
<li> <a href="http://sharethis.com/publishers/getbutton/?type=wpplugin">Share This</a> – lets your visitors to add your post to various social bookmarking sites, or send a link via e-mail to a friend.</li>
<li><a href="http://yoast.com/wordpress/sociable/">Sociable</a> – automatically add links to your favorite social bookmarking sites on your posts, pages and in your RSS feed.</li>
<li><a href="http://www.lesterchan.net/wordpress/readme/wp-email.html">WP-Email</a> – Allows people to recommend/send your WordPress blog’s post/page to a friend.</li>
<li><a href="http://www.lesterchan.net/wordpress/readme/wp-postratings.html">WP-PostRatings</a> – Adds an AJAX rating system for your WordPress blog’s post/page.</li>
<li><a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/">Viper’s Video QuickTags</a> – easy posting of videos from various websites such as YouTube, DailyMotion, Vimeo etc.</li>
</ul>
<h3>WordPress Twiter Plugins</h3>
<ul>
<li><a href="http://danzarrella.com/beyond-tweetbacks-introducing-tweetsuite.html">TweetSuite</a> -� integrates Twitter with your blog with server-side TweetBacks, ReTweet-This buttons, digg-like Tweet-This Button, automatic tweeting of new posts etc.</li>
<li><a href="http://www.fiddyp.co.uk/wp-twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/">WP Twitip ID</a> – Lets users add their twitter username to the comment form</li>
<li>Check out more <a href="http://www.quickonlinetips.com/archives/2007/04/10-best-twitter-tools-for-wordpress-blogs/">top Twitter plugins</a></li>
</ul>
<h3>WordPress Database tools</h3>
<ul>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Database Backup</a> – On-demand backup of your WordPress database. Back up your blog today.</li>
<li><a href="http://ocaoimh.ie/wp-super-cache/">WP-Supercache</a> – A modification of WP-Cache that produces static html files.</li>
<li><a href="http://wordpress.net.ua/db-cache">DB-cache</a> – another caching plugin which claims your site will work much faster and will use less disk space for cached files.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager">WP-DBManager</a> – Lets you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries.</li>
</ul>
<h3>WordPress Admin Management Tools</h3>
<ul>
<li><a href="http://www.mightyseek.com/podpress/">PodPress</a> – adds lots of features designed to make WordPress the ideal platform for hosting a podcast.</li>
<li><a href="http://www.laptoptips.ca/projects/tinymce-advanced/">TinyMCE Advanced</a> – adds 16 plugins to TinyMCE, the WordPress wysiwyg editor. Adds over 40 new buttons to the toolbar, which is now two rows plus one hidden row.</li>
<li><a href="http://bluesome.net/post/2005/08/18/50/">Exec-PHP</a> – allows php tags inside the content or excerpt of your posts and pages to be executed just as in usual PHP files.</li>
<li><a href="http://www.photodropper.com/">Photo Dropper</a> – lets you add free photos (Flickr / Creative Commons) to your blog posts without leaving Wordpress.</li>
<li><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a> – Tracks views, post/page views, referrers, and clicks. Requires a WordPress.com API key.</li>
<li><a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/">Admin Drop Down Menu</a> – eliminates the need for this double clicking on the Admin screens by allowing you to see the second level menu just by placing your mouse over a main menu.</li>
<li><a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/">Maintenance Mode Plugin</a> – Adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive">Theme Test Drive</a> – allows you to safely test drive any theme on your blog as an administrator, while visitors continue to see the default one.</li>
</ul>
<h3>WordPress Advertising</h3>
<ul>
<li><a href="http://blog.taragana.com/index.php/archive/wordpress-plugin-adrotator-rotate-your-ads-including-adsense-dynamically/2/">Ad Rotator</a> – Rotates Ads randomly from a specified text file.</li>
<li><a href="http://www.acmetech.com/blog/adsense-deluxe/">AdSense-Deluxe</a> – is a WordPress plugin offering advanced options for managing the automatic insertion of Google AdSense or Yahoo Publisher Network (YPN) ads to your WordPress posts. More <a href="http://www.quickonlinetips.com/archives/2006/11/10-best-wordpress-plugins-for-google-adsense/">Google Adsense WP plugins</a>.</li>
<li><a href="http://www.blogclout.com/blog/goodies/buy-me-a-beer-paypal-donation-plugin/">Buy Me a Beer</a> – allows your readers to donate money to you via PayPal on pretext of buying a beer.</li>
<li><a href="http://www.wpbankroll.com/">Wordpress BankRoll</a> – offers to help you cut out the middleman by allowing advertisers to buy reviews directly on your blog.</li>
</ul>
<h3>Wordpress Blog Translation</h3>
<ul>
<li><a href="http://www.nothing2hide.net/blog/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> – Translate your blog into multiple languages in a search engine friendly way.</li>
<li><a href="http://taragana.com/products/translator-plugin-pro/">Translator Plugin Pro</a> – provides automatic machine translation of your blog in 13+1 languages. Costs $30.</li>
</ul>
<h3>Enhance Wordpress RSS Feeds</h3>
<ul>
<li><a href="http://flagrantdisregard.com/feedburner/">FD Feedburner</a> – Redirects the main feed and optionally the comments feed to Feedburner.com</li>
<li><a href="http://www.quickonlinetips.com/archives/simple-feed-copyright-wordpress-plugin/">Simple Feed Copyright</a> – adds a simple copyright notice to full text wordpress feeds.</li>
<li><a href="http://www.solo-technology.com/apps.html#related_posts">Add Related Posts to Your Feed</a> – adds a list of Related Posts to your full text feed. Requires either UTW or Related Posts plugin installed and activated.</li>
<li><a href="http://www.smackfoo.com/plugins/sig2feed/">RSS Signature</a> – allow the addition of a custom tagline, signature or copyright message to the wordpress generated rss feeds.</li>
</ul>
<h3>Random WordPress Stuff</h3>
<ul>
<li><a href="http://blog.jalenack.com/archives/democracy/">Democracy</a> –  adds AJAX polling functionality to your WordPress blog.</li>
<li><a href="http://eightface.com/wordpress/flickrrss/">flickrRSS</a> – allows you to easily display Flickr photos on your weblog.</li>
</ul>
<p><strong> </strong></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/&amp;t=World%27s+best+50+plugins+%26+widgets+for+power+blogging" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/&amp;title=World%27s+best+50+plugins+%26+widgets+for+power+blogging" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/&amp;title=World%27s+best+50+plugins+%26+widgets+for+power+blogging" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/&amp;t=World%27s+best+50+plugins+%26+widgets+for+power+blogging" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=World%27s+best+50+plugins+%26+widgets+for+power+blogging+-+http://bit.ly/bWrk8b+(via+@http://twitter.com/pagalz)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/&amp;title=World%27s+best+50+plugins+%26+widgets+for+power+blogging&amp;summary=%0D%0A%0D%0AThe%20wordpress%20plugins%20are%20arranged%20broadly%20by%20category%20of%20usage.%20As%20far%20as%20I%20know%2C%20all%20these%20plugins%20are%20compatible%20with%20the%20latest%20WordPress%202.5%20version.%20Please%20feel%20free%20to%20suggest%20great%20plugins%20in%20comments%20that%20I%20can%20add%20to%20this%20list.%0D%0AManage%20WordPress%20Comments%0D%0A%0D%0A%09Subscribe%20To%20Comments%20%E2%80%93%20A&amp;source=Pagalz.com - Blog" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.pagalz.com/blog/2010/03/worlds-best-50-plugins-widgets-for-power-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

