<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>WPBuster</title>
	
	<link>http://www.wpbuster.com</link>
	<description>Wordpress Simplifed</description>
	<lastBuildDate>Fri, 11 Nov 2011 19:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wpbuster" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wpbuster" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">wpbuster</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to stop trackback spam globally on all posts</title>
		<link>http://www.wpbuster.com/wordpress/stop-trackback-spam-globally-posts/</link>
		<comments>http://www.wpbuster.com/wordpress/stop-trackback-spam-globally-posts/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:13:30 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Antispambee]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=424</guid>
		<description><![CDATA[Most bloggers who create and run their blogs on WordPress platform will agree that Spam consumes loads of precious time to clean it everyday. One part of the spam which usually bugs everyone is the trackback spam which gets generated whenever someone else links to your content or webpages. But most bloggers will agree with [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Most bloggers who create and run their blogs on WordPress platform will agree that Spam consumes loads of precious time to clean it everyday. One part of the spam which usually bugs everyone is the trackback spam which gets generated whenever someone else links to your content or webpages. But most bloggers will agree with me that majority of the trackback, infact more than 90% trackback is basically spam and you need to delete them. The problem becomes worse as many anti spam filters including <a title="Top 5 WordPress Anti spam plugins to protect your blog" href="http://www.wpbuster.com/plugins/top-10-anti-spam/">Akismet</a> and <a title="How to Block comments and pings from specific countries" href="http://www.wpbuster.com/plugins/block-comments-pings-specific/">Antispambee</a> fail to detect or stop this spam.</p>
<p style="text-align: justify;"><span id="more-424"></span>One of the ways to get rid of this kind of spam is to disable the trackback option from your Blog&#8217;s WordPresss admin panel. You can do this by navigating to <em><strong>Options &gt; Discussion panel</strong></em> and then uncheck <em>&#8220;Allow link notifications from other Weblogs (pingbacks and trackbacks.)</em> &#8220;. One problem here is, it only stops trackback from all your future posts but doesnt do anything with old posts. Hence, you need to do something else too to fix the issue with old posts.</p>
<p style="text-align: justify;">To completely disable trackbacks, you will have to edit each past post and uncheck <strong>Allow Pings</strong> from the Write Post SubPanel. Alternatively, you could just simply delete the <tt>wp-trackback.php</tt> file. Or just run the following SQL query inside phpMyadmin for your WordPress database.</p>
<pre>UPDATE wp_posts SET ping_status="closed";</pre>
<p style="text-align: justify;">This query will work flawlessly in phpMyadmin if you did the default installation of WordPress without changing the prefix <strong><em>wp_</em></strong> of the database table. If you had changed the default prefix wp_ to something else for security reasons, you must use the same prefix for the SQL query. Just replace the wp_  in the SQL query above to the actual prefix used in your WordPress database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/wordpress/stop-trackback-spam-globally-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Real time tracking data with Google Analytics for your site</title>
		<link>http://www.wpbuster.com/blogging/real-time-tracking-data-google/</link>
		<comments>http://www.wpbuster.com/blogging/real-time-tracking-data-google/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 11:19:38 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[statcounter]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=410</guid>
		<description><![CDATA[Google analytics has been one of the best tools available to track your website with loads of data like visitor details, pageviews, Bounce rate, Search engine traffic, direct traffic, referral traffic and much more. One of the drawbacks of Google Analytics till now have been the inability to provide real time data on whats happening [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Google analytics has been one of the best tools available to track your website with loads of data like visitor details, pageviews, Bounce rate, Search engine traffic, direct traffic, referral traffic and much more.</p>
<p style="text-align: justify;">One of the drawbacks of Google Analytics till now have been the inability to provide real time data on whats happening on your site at any particular instant. Till now, most bloggers were using <a title="Track your website Stats, visitors with Statcounter" href="http://www.wpbuster.com/wordpress/track-your-website-stats-visitors-with-statcounter-for-free/" target="_blank">Statcounter</a> and few similar services to grab real time data.<span id="more-410"></span></p>
<p style="text-align: justify;"><img class="aligncenter size-medium wp-image-414" title="real-time Google Analytics" src="http://cdn.wpbuster.com/wp-content/uploads/2011/09/real-time-Google-Analytics-480x257.png" alt="" width="480" height="257" /></p>
<p>Google has now come up with this new feature of tracking real-time stats for your website which tells you whats happening on your site at this moment.  They announced it on their <a target="_blank" title="Google analytics blog" href="http://analytics.blogspot.com/2011/09/whats-happening-on-your-site-right-now.html" target="_blank">Analytics blog</a> about this new feature.</p>
<blockquote>[quote]Currently, Google Analytics does a great job analyzing past performance. Today we’re very excited to bring real time data to Google Analytics with the launch of Google Analytics Real-Time: a set of new reports that show what’s happening on your site as it happens.[/quote]</blockquote>
<p style="text-align: justify;">This real time data will give you details like number of visitors at the moment, the source from where they are coming, the keywords of the search engines who are refering the visitors to your pages, location and much more. All these data will be available in real time for you to analyze what is going on your site. It will also help you find out the  immediate impact of social media whenever a new blog post gets published and you tweet about it or share it on some other social network like Facebook. With Real-Time, you can see the immediate impact to your site traffic.</p>
<p style="text-align: justify;">This new feature is available with new Google Analytics only and is being rolled out to everyone slowly. If you’re not already using the new version, you can start by clicking the “New Version” link in the top right of Google Analytics. Real-Time reports are in the Dashboards tab. You will have access to Real-Time reports if you are an Administrator on your Analytics account, or if you have access to a profile without profile filters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/blogging/real-time-tracking-data-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google site link results now with full-size links with URL and one line of snippet text</title>
		<link>http://www.wpbuster.com/blogging/google-site-link-results-full-size/</link>
		<comments>http://www.wpbuster.com/blogging/google-site-link-results-full-size/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 19:47:42 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[site links]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=402</guid>
		<description><![CDATA[Every blogger want a piece of site links from Google Search results for their blogs and websites. Google search results adds site links to blogs and websites if the search algorithm thinks that the link is useful. This process is automatic and is generated by Google search on its own. The site links were previously [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Every blogger want a piece of site links from Google Search results for their blogs and websites. Google search results adds site links to blogs and websites if the search algorithm thinks that the link is useful. This process is automatic and is generated by Google search on its own. The site links were previously displayed just as a URL below the parent website or blog search result.  Google on its <a target="_blank" title="Google sitelinks" href="http://googleblog.blogspot.com/2011/08/evolution-of-sitelinks-expanded-and.html" target="_blank">official blog</a> announced that they are releasing a change to the way the site links are being displayed with search results.</p>
<blockquote>
<p style="text-align: justify;">Sitelinks will now be full-size links with a URL and one line of snippet text—similar to regular results—making it even easier to find the section of the site you want. We’re also increasing the maximum number of sitelinks per query from eight to 12.</p>
</blockquote>
<p style="text-align: justify;"><span id="more-402"></span>As the announcement said, the number of maximum sitelinks a site can have now being increased to 12 instead of just 8. Just look at the screenshot below for how the new site links look like.</p>
<p style="text-align: justify;"><a href="http://cdn.wpbuster.com/wp-content/uploads/2011/08/Avinashtech-sitelinks.png"><img class="aligncenter size-medium wp-image-403" title="Avinashtech sitelinks" src="http://cdn.wpbuster.com/wp-content/uploads/2011/08/Avinashtech-sitelinks-480x437.png" alt="" width="480" height="437" /></a>As you can see, these site links do provide a whole lot of greater information about the useful links available on that particular search result. Google also plan to do some changes with its site link algorithm along with the way the site links are displayed. The site links wont be constant now for a particular blog or website and can vary depending on the search query. These changes are being rolled out globally and everyone must be able to see these changes soon.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/blogging/google-site-link-results-full-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable self hosted CDN in W3 Total cache for your WordPress blog</title>
		<link>http://www.wpbuster.com/plugins/enable-hosted-cdn-w3-total-cache/</link>
		<comments>http://www.wpbuster.com/plugins/enable-hosted-cdn-w3-total-cache/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 09:12:03 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[self hosted CDN]]></category>
		<category><![CDATA[w3 total cache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=395</guid>
		<description><![CDATA[If you are a small blogger and can not afford to buy a Content Delivery Network CDN package for your blog, you need not worry. Using W3 total Cache plugin, you can use your server FTP as self hosted CDN for your WordPress blog without buying a CDN package from somewhere else. Obviously, this is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">If you are a small blogger and can not afford to buy a Content Delivery Network CDN package for your blog, you need not worry. Using <a title="Speedup wordpress with W3 Total Cache" href="http://www.wpbuster.com/plugins/speedup-wordpress-blog-wp-super/" target="_blank">W3 total Cache plugin</a>, you can use your server FTP as self hosted CDN for your WordPress blog without buying a CDN package from somewhere else. Obviously, this is not as effective as normal CDN (which serves your files worldwide using servers located near to the destination of the files being served.)</p>
<p style="text-align: justify;">For using the <strong>self hosted CDN</strong> feature, you need to create a sub domain from your cpanel or any other control panel of your web hosting. Create images.yourdomain.com on your server (or any other name instead of images) . You need to update your <acronym title="Domain Name System">DNS</acronym> zone too.</p>
<p style="text-align: justify;"><span id="more-395"></span>Just select Self-hosted / File transfer Protocol Upload in the W# total settings &gt;. General&gt;&gt; Content delivery network.</p>
<p style="text-align: center;"><img class="size-full wp-image-397 aligncenter" title="W3total CDN self hosted setting" src="http://cdn.wpbuster.com/wp-content/uploads/2011/07/W3total-CDN-self-hosted-setting.png" alt="" width="530" height="267" /></p>
<p style="text-align: justify;">After you are done with this, you need to provide the FTP credentials like username and Password along with FTP folder path of the folder that you want to serve using this self hosted sub domain. Also, replace the site host name field with the subdomain you created e.g images.yourdomain.com in this case.</p>
<p style="text-align: justify;"><a href="http://cdn.wpbuster.com/wp-content/uploads/2011/07/W3total-CDN-self-hosted.png"><img class="aligncenter size-medium wp-image-398" title="W3total CDN self hosted" src="http://cdn.wpbuster.com/wp-content/uploads/2011/07/W3total-CDN-self-hosted-480x314.png" alt="" width="480" height="314" /></a></p>
<p style="text-align: justify;">After all this, You can click on Test FTP server button. IF you did everything right, it will say test passed. If something wrong happened, try again and check if you did everything right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/plugins/enable-hosted-cdn-w3-total-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update your WordPress blogs to WordPress 3.2</title>
		<link>http://www.wpbuster.com/wordpress/update-wordpress-blogs-wordpress/</link>
		<comments>http://www.wpbuster.com/wordpress/update-wordpress-blogs-wordpress/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 04:45:14 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[twenty eleven]]></category>
		<category><![CDATA[wordpress 3.2]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=393</guid>
		<description><![CDATA[In our previous post, we talked about the requirements for upgrading to WordPress 3.2 and how to check if your blog is ready to be updated to WordPress 3.2 using a WordPress health plugin. Now its time to upgrade your blogs to WordPress 3.2 as the final version is released by Automattic. Some of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">In our previous post, we talked about the <a title="Make your WordPress blog ready for WordPress 3.2" href="http://www.wpbuster.com/wordpress/wordpress-blog-ready-wordpress/" target="_blank">requirements for upgrading to WordPress 3.2 and how to check if your blog is ready</a> to be updated to WordPress 3.2 using a WordPress health plugin. Now its time to upgrade your blogs to WordPress 3.2 as the final version is released by Automattic.</p>
<p style="text-align: justify;"><img class="size-full wp-image-89 aligncenter" title="wordpress-logo" src="http://cdn.wpbuster.com/wp-content/uploads/2009/11/wordpress-logo.png" alt="" width="128" height="128" /></p>
<p style="text-align: justify;"><span id="more-393"></span>Some of the major highlights of this new WordPress are refreshed Administrative bar, New default theme &#8220;Twenty Eleven&#8221;, Full screen editor and loads of other feature additions along with bug fixes. It also drops support for outdated browser Internet explorer 6 and need PHP 5.2.4 , Mysql 5.0.15 or greater.</p>
<h2 style="text-align: justify;">Highlights</h2>
<ul style="text-align: justify;">
<li><strong>Refreshed Administrative UI</strong> &#8211; Admin redesign</li>
<li><strong>New Default Theme &#8220;Twenty Eleven&#8221;</strong> &#8211; Uses the latest <a target="_blank" title="Theme Features" href="http://codex.wordpress.org/Theme_Features">Theme Features</a></li>
<li><strong>Full Screen Editor</strong> &#8211; Distraction free writing experience</li>
<li><strong>Extended Admin Bar</strong> &#8211; More useful links to control the site</li>
</ul>
<ul style="text-align: justify;">
<li><strong>Requirements Changes</strong>-
<ul>
<li><a target="_blank" title="Glossary" href="http://codex.wordpress.org/Glossary#PHP">PHP</a> 5.2.4 or greater (old requirement &#8211; since <a target="_blank" title="Version 2.5" href="http://codex.wordpress.org/Version_2.5">WordPress 2.5</a> was PHP 4.3 or greater)</li>
<li><a target="_blank" title="Glossary" href="http://codex.wordpress.org/Glossary#MySQL">MySQL</a> 5.0.15 or greater (old requirement &#8211; since <a target="_blank" title="Version 2.9" href="http://codex.wordpress.org/Version_2.9">WordPress 2.9</a> was MySQL 4.1.2 or greater)</li>
</ul>
</li>
</ul>
<ul style="text-align: justify;">
<li><strong>Enhanced Browser Compatibility</strong>-
<ul>
<li>Drop Internet Explorer 6 support</li>
<li>Start End-of-life (EOL) cycle for Internet Explorer 7</li>
<li>Browse Happy notify users of out-of-date browser</li>
</ul>
</li>
</ul>
<ul style="text-align: justify;">
<li><strong>WordPress is Faster and Lighter</strong>-
<ul>
<li>Faster page loads &#8212; We&#8217;ve gone through the most commonly loaded pages in WP and done improvements to their load time</li>
<li>Faster Upgrades &#8212; The update system now support incremental upgrades so after 3.2 you&#8217;ll find upgrading faster than ever</li>
<li>Optimizations to WP_Filesystem &#8212; Updates over FTP are now much quicker and less error prone</li>
<li>Stream downloads to the filesystem &#8212; Improves update times and lowers the memory footprint</li>
<li>Performance improvements for <a target="_blank" title="Function Reference/wptexturize" href="http://codex.wordpress.org/Function_Reference/wptexturize">wptexturize()</a></li>
<li>Remove PHP4 compatibility including timezone support</li>
<li>More efficient term intersection queries</li>
<li>Some optimizations in the HTML sanitizer (kses)</li>
<li>Speed optimizations for <a target="_blank" title="Function Reference/is serialized string" href="http://codex.wordpress.org/Function_Reference/is_serialized_string">is_serialized_string()</a></li>
<li>Cache the Dashboard RSS Widgets HTML output to reduce unnecessary Ajax requests as well as the memory footprint</li>
<li>And many other improvements and tweaks</li>
</ul>
</li>
</ul>
<p style="text-align: justify;">Full list of change log can be read at <a target="_blank" title="Wordpress 3.2 " href="http://codex.wordpress.org/Version_3.2" target="_blank">WordPress codec page</a>.</p>
<p style="text-align: justify;">You should update to this as soon as possible as we experienced faster page load after we upgraded our blogs. Just use the automatic upgrade option inside your WordPress Admin Panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/wordpress/update-wordpress-blogs-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your WordPress blog ready for WordPress 3.2</title>
		<link>http://www.wpbuster.com/wordpress/wordpress-blog-ready-wordpress/</link>
		<comments>http://www.wpbuster.com/wordpress/wordpress-blog-ready-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 11:29:09 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress 3.2]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=389</guid>
		<description><![CDATA[Most of the WordPress blogs run on a shared hosting environemnt and a small percentage of blogs which are big run either on VPS or dedicated servers. Majority of the webmasters are not aware of what version of PHP or mysql their blog runs on their host. As wordpress 3.2 is nearing its release which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Most of the WordPress blogs run on a shared hosting environemnt and a small percentage of blogs which are big run either on VPS or dedicated servers. Majority of the webmasters are not aware of what version of PHP or mysql their blog runs on their host. As wordpress 3.2 is nearing its release which marks a major change in terms of Server requirements from previous WordPress versions. Is your WordPress blog and webhost is ready for this change?<span id="more-389"></span><img class="alignright size-full wp-image-89" title="wordpress-logo" src="http://cdn.wpbuster.com/wp-content/uploads/2009/11/wordpress-logo.png" alt="" width="128" height="128" /></p>
<h2 style="text-align: justify;">What is Changing?</h2>
<h3 style="text-align: justify;">PHP and MySQL</h3>
<p style="text-align: justify;">Starting with WordPress 3.2, you must have PHP 5.2.4 and MySQL 5.0 or newer versions being installed on your server for running your blog smoothly. If your host is running lower versions of PHP  and MySQL, then you need to ask your webhost to upgrade. If your webhost is unable to do it, then perhaps its time to find a new webhost if you want to run WordPress 3.2 or above.</p>
<p style="text-align: justify;"><strong>How to check if your Blog webhost is ready for wordpress 3.2:</strong></p>
<p style="text-align: justify;">You can <a target="_blank" href="http://wordpress.org/extend/plugins/health-check/">find out if you’re ready for 3.2 with the Health Check plugin</a>.  In your dashboard, go to Plugins → Add New and search for “health  check” (it should be the first result). Install it, activate it, and it  will tell you if you need to update anything.</p>
<h3 style="text-align: justify;">IE6 and Outdated Browsers</h3>
<p style="text-align: justify;">WordPress 3.2 will come without any support for the outdated Internet Explorer 6 web browser. This simply mean that your themes and plugins can get rid of IE 6 compatibility codes.</p>
<p style="text-align: justify;">Via: <a target="_blank" title="Wordpress 3.2" href="http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/" target="_blank">WordPress News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/wordpress/wordpress-blog-ready-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to tweet old random posts automaically</title>
		<link>http://www.wpbuster.com/plugins/tweet-random-posts-automaically/</link>
		<comments>http://www.wpbuster.com/plugins/tweet-random-posts-automaically/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 11:00:56 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[random posts]]></category>
		<category><![CDATA[tweet old posts]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=383</guid>
		<description><![CDATA[Most of the Bloggers know that Twitter can be a good source of generating traffic for your blog posts if it gets viral. Most of us connect our twitter accounts with our wordpress blogs to tweet automatically using services like twitterfeed, feedburner etc. whenever a new post is published. Sometime Bloggers even schedule tweets at [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Most of the Bloggers know that <a title="Add Twitter official buttons to your site" href="http://www.wpbuster.com/blogging/add-twitter-official-buttons-to-your-site/" target="_blank">Twitter</a> can be a good source of generating traffic for your blog posts if it gets viral. Most of us connect our twitter accounts with our wordpress blogs to tweet automatically using services like <strong>twitterfeed</strong>, <a title="Google feedburner adds Twitter" href="http://www.wpbuster.com/blogging/google-feedburner-adds-tweet-your-blogposts-feature/" target="_blank"><strong>feedburner</strong></a> etc. whenever a new post is published. Sometime Bloggers even schedule tweets at regular intervals to gain maximum advantage.<span id="more-383"></span>But tweeting about old and random posts is difficult and that too if you want it to be done automatically. Thanks to a WordPress plug &#8220;<strong>Tweet Old Posts</strong>&#8220;, now you can tweet your old random posts automatically.</p>
<blockquote>
<p style="text-align: justify;">Tweet Old Posts is a plugin designed to tweet your older posts to get more traffic. Tweet Old Posts randomly picks your older post based on the interval  specified by you. The primary function of this plugin is to promote  older blog posts by tweeting about them and getting more traffic.</p>
</blockquote>
<p style="text-align: justify;">The plugin looks great as it provides a lot of options to configure as your your needs. If you wish, you can exclude posts from being tweeted automatically. You can even de-select full categories posts from being tweeted by selecting them in the options.</p>
<blockquote>
<p style="text-align: justify;"><img class="size-full wp-image-386" title="tweet old posts" src="http://cdn.wpbuster.com/wp-content/uploads/2011/07/tweet-old-posts.png" alt="" width="514" height="481" /></p>
</blockquote>
<p style="text-align: justify;">You can set minimum interval between two tweets, add hashtag to tweets, minimum, maximum age of posts to be tweeted, add a popular URL shortening service right inside the options of the plugin.</p>
<p style="text-align: justify;"><strong>Update</strong>:- Looks like the plugin need to be updated with latest WordPress version and latest Twitter Authentication system as its now working with WordPress 3.1.4 now (atleast on two of my wordpress blogs). Hopefully, the plugin developer will soon update it to make it work.</p>
<p style="text-align: justify;"><a target="_blank" title="Tweet Old posts" href="http://wordpress.org/extend/plugins/tweet-old-post/" target="_blank">Download Tweet Old Posts.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/plugins/tweet-random-posts-automaically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crop, resize, rotate and watermark wordpress images with Scissors plugin</title>
		<link>http://www.wpbuster.com/plugins/crop-resize-rotate-watermark/</link>
		<comments>http://www.wpbuster.com/plugins/crop-resize-rotate-watermark/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 05:12:26 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Crop]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[rotate]]></category>
		<category><![CDATA[Scissors]]></category>
		<category><![CDATA[watermark]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=375</guid>
		<description><![CDATA[Every blogger who uses WordPress as the main platform on which the blogs are powered on need to do a lot of image editing before they upload it to their blogs or insert into blog posts. Some of the minor things that need to be done with almost every image are cropping, resizing, rotating, and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Every blogger who uses WordPress as the main platform on which the blogs are powered on need to do a lot of image editing before they upload it to their blogs or insert into blog posts. Some of the minor things that need to be done with almost every image are cropping, resizing, rotating, and watermarking functionality. Every small functionality if done on the system consumes lot of time and can be saved if the functionality is available in WordPress itself.</p>
<p style="text-align: justify;">Thanks to <strong>Scissors plugin </strong>you can have all these functionality of cropping, resizing, rotating, and watermarking right inside your wordpress itself. It integrates itself quiet well inside the WordPress image upload and management dialogs .It also let you  automatic resizing of images while uploading images and supports  automatic or manual watermarking of images. By default, it maintain the Aspect ratio of the image too while the images are being re-sized.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-377" title="resize watermark images" src="http://cdn.wpbuster.com/wp-content/uploads/2011/06/resize-watermark-images.png" alt="" width="480" height="345" /></p>
<p style="text-align: justify;"><span id="more-375"></span>You can configure basic settings for  cropping, resizing,  watermarking quite easily in the configuration panel of WordPress  plugin. It also supports automatic watermarking of all your images  without you watermarking them manually every time you upload them.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-376" title="scissors" src="http://cdn.wpbuster.com/wp-content/uploads/2011/06/scissors.png" alt="" width="536" height="665" /></p>
<p style="text-align: justify;">If you are a blogger with WordPress as core platform and your posts have loads of images, then this plugin is must for you.</p>
<p style="text-align: justify;"><em>PS: Even though the plugin page says that it wont work with WordPress 2.9 and above, it does work wih latest version of wordpress i.e. WordPress 3.1.3</em></p>
<p style="text-align: justify;"><a target="_blank" title="Download WordPress scissors Plugin" href="http://wordpress.org/extend/plugins/scissors/" target="_blank">Download Scissors WordPress plugin.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/plugins/crop-resize-rotate-watermark/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Google +1 button to your website/ blog</title>
		<link>http://www.wpbuster.com/blogging/add-google-1-website-blog/</link>
		<comments>http://www.wpbuster.com/blogging/add-google-1-website-blog/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 02:39:24 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[+1 button]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook recommendation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=368</guid>
		<description><![CDATA[Google has just released their +1 button which is now available for everyone and you can add it easily using a small snippet of JavaScript code to your website. Just like twitter tweet button and Facebook  like button, it is a additional button which uses recommendations from your friends and contacts beneath your Google search [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Google has just released their +1 button which is now available for everyone and you can add it easily using a small snippet of JavaScript code to your website. Just like twitter tweet button and Facebook  like button, it is a additional button which uses recommendations from your friends and contacts beneath your Google search results for better qualified, traffic coming from Google.</p>
<p style="text-align: justify;">To get started, visit the <a target="_blank" href="http://www.google.com/webmasters/+1/button/index.html" target="_blank">+1 button tool on Google Webmaster Central</a>. Their you can find option of different sizes like small medium, standard or Tall. You can select the size depending on how it blends with your website design.</p>
<p><img class="aligncenter size-medium wp-image-369" title="Google +1 button" src="http://cdn.wpbuster.com/wp-content/uploads/2011/06/Google-+1-button-480x280.png" alt="" width="480" height="280" /></p>
<p style="text-align: justify;">After you select the size, you can get the javascript code below i to add it to your website. The code consists of two parts. First part you need to add in your website head portion or just before your close body tag of your website. The second portion of the code is to be placed at a place where you want the +1 button to appear.</p>
<p><img class="aligncenter size-medium wp-image-370" title="Google +1 button code" src="http://cdn.wpbuster.com/wp-content/uploads/2011/06/Google-+1-button-code-480x230.png" alt="" width="480" height="230" /></p>
<p>Here is a small youtube video which gives a brief description about it.</p>
<p><object width="500" height="281"><param name="movie" value="http://www.youtube.com/v/OAyUNI3_V2c?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OAyUNI3_V2c?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="281" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>What you think about it? Are you going to add this +1 button to your website or blog?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/blogging/add-google-1-website-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2 beta 1 with New theme and Full Screen Editor Released</title>
		<link>http://www.wpbuster.com/wordpress/wordpress-3-2-beta-1-theme-full/</link>
		<comments>http://www.wpbuster.com/wordpress/wordpress-3-2-beta-1-theme-full/#comments</comments>
		<pubDate>Thu, 12 May 2011 11:55:44 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress 3.2 beta]]></category>

		<guid isPermaLink="false">http://www.wpbuster.com/?p=362</guid>
		<description><![CDATA[Looks like WordPress guys dont sleep. Just barely 3 months after the WordPress 3.1 release, another version of WordPress i.e 3.2 is about to be released shortly with a whole lot of bug fixes, performance improvements and new features. WordPress 3.2 beta is released today for testing and is available for download. The major addition [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Looks like WordPress guys dont sleep. Just barely 3 months after the WordPress 3.1 release, another version of WordPress i.e 3.2 is about to be released shortly with a whole lot of bug fixes, performance improvements and new features. WordPress 3.2 beta is released today for testing and is available for download.</p>
<p style="text-align: justify;">The major addition is this release are a new default theme and full screen Editor. Aprt from these two major additions, here&#8217;s what that has changed: (Via <a target="_blank" href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/" target="_blank">WordPress News</a>)</p>
<ul style="text-align: justify;">
<li><strong>Performance improvements</strong> like you wouldn’t believe. What’s that mean? Things are faster!</li>
<li><strong>Distraction-free Writing</strong>. The visual editor’s  full-screen composing experience has gotten a major overhaul, and is now  available from HTML mode, too. More than ever, WordPress allows you to  focus on what matters most — your content.</li>
<li><strong>Admin UI Refresh</strong>. The last major redesign of the  WordPress admin was in 2008. This isn’t a major redesign, just a little  facelift to keep us feeling young. WordPress turns 8 later this month,  you know.</li>
<li><strong>New Default Theme</strong>. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.</li>
<li><strong><a target="_blank" href="http://browsehappy.com/">Browse Happy</a></strong>.  WordPress is made to work with modern browsers. If you visit your  Dashboard using an outdated web browser, we’ll let you know there’s a  newer version available.</li>
<li><strong>Admin Bar</strong>. We’ve added more links to the admin bar to make it even more useful.</li>
</ul>
<p style="text-align: justify;">As it is with any beta releases, you should not install it on any of your running websites. Just wait for the final wordpress 3.2 version to come out.</p>
<p style="text-align: justify;">The new theme comes with loads of options including two versions of theme, a light version and a dark version. You can change logo, adjust header, layout and a bit more.</p>
<p style="text-align: justify;">You can <a target="_blank" title="Download WordPress 3.2 Beta 1" href="http://wordpress.org/wordpress-3.2-beta1.zip">Download WordPress 3.2 Beta 1 here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpbuster.com/wordpress/wordpress-3-2-beta-1-theme-full/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/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 11/18 queries in 0.573 seconds using disk: basic
Content Delivery Network via cdn.wpbuster.com

Served from: www.wpbuster.com @ 2012-02-12 08:18:29 -->

