<?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>WordPress Pro - WordPress How To Plugins, Themes Usability &#187; Aqeel Syed</title>
	<atom:link href="http://crunchpress.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://crunchpress.com</link>
	<description>Learn How To Use WordPress Like A Pro - WordPress Pro Articles</description>
	<lastBuildDate>Sun, 23 Oct 2011 08:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress Themes Directory Update &#8211; 415 Themes Added and Counting</title>
		<link>http://crunchpress.com/wordpress-themes-directory-update-415-themes-added-and-counting/</link>
		<comments>http://crunchpress.com/wordpress-themes-directory-update-415-themes-added-and-counting/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 09:50:18 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[WordPress Theme Directory]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=654</guid>
		<description><![CDATA[
photo credit LBL
I&#8217;m exited to to let you know about CrunchPress.com WordPress theme directory.  415 + quality themes are added and we are adding about 10 new quality themes everyday.
It is our aim to build largest WordPress theme directory online. Not only the largest but also the largest quality theme directory. An important aspect of [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><img class="alignnone size-full wp-image-655" title="WordPress Superman" src="http://crunchpress.com/wp-content/uploads/2010/02/wp-is-superman.png" alt="" width="576" height="432" /></p>
<p>photo credit <a rel="nofollow" href="http://logicbomblabs.wordpress.com/2009/10/17/fighting-crime-one-post-at-a-time/" target="_blank">LBL</a></p>
<p>I&#8217;m exited to to let you know about CrunchPress.com <a href="http://crunchpress.com/themes"><strong>WordPress theme directory</strong></a>.  415 + quality themes are added and we are adding about 10 new quality themes everyday.</p>
<p>It is our aim to build largest WordPress theme directory online. Not only the largest but also the largest <span style="text-decoration: underline;">quality</span> theme directory. An important aspect of <a href="http://crunchpress.com/themes">CrunchPress.com WordPress theme directory</a> is that it only publishes spam free themes. We are not publishing any themes with encrypted footer links and in future if we publish any theme with encrypted footer links, we are going to mention it as a warning.</p>
<p>So move ahead and check quality free WordPress themes for your blog.</p>
<p>If you are a theme designers you can submit your theme for free to <a href="http://crunchpress.com/themes">CrunchPress Theme directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/wordpress-themes-directory-update-415-themes-added-and-counting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware! New WordPress Distributed Admin Account Cracker</title>
		<link>http://crunchpress.com/beware-new-wordpress-distributed-admin-account-cracker/</link>
		<comments>http://crunchpress.com/beware-new-wordpress-distributed-admin-account-cracker/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:58:05 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Attack]]></category>
		<category><![CDATA[WordPress Hacking]]></category>
		<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=97</guid>
		<description><![CDATA[
ISC aka Internet Storm Center has reported a new &#8216;distributed WordPress admin account cracker&#8216;. This is a very smart and major attempt to crack admin passwords of WordPress blogs.
This script is written in PHP and performs brute force cracking attempts to WordPress admin accounts.
The wp_brute_attempt() function takes 3 parameters, $ch which is cURL&#8217;s structure (cURL [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><a href="http://crunchpress.com/wp-content/uploads/2009/12/wp-bruteforce1.png"><img class="alignnone size-full wp-image-98" title="WordPress distributed admin account cracking" src="http://crunchpress.com/wp-content/uploads/2009/12/wp-bruteforce1.png" alt="WordPress distributed admin account cracking" width="530" height="317" /></a></p>
<p>ISC aka <a rel="nofollow" href="http://isc.sans.org" target="_blank">Internet Storm Center</a> has reported a new &#8216;<strong>distributed WordPress admin account cracker</strong>&#8216;. This is a very smart and major attempt to crack admin passwords of WordPress blogs.</p>
<p>This script is written in PHP and performs brute force cracking attempts to WordPress admin accounts.</p>
<blockquote><p>The wp_brute_attempt() function takes 3 parameters, $ch which is cURL&#8217;s structure (cURL is a command line tools that can be used to perform HTTP requests). The other two parameters define the site and the password that will be tried. If the script logged in successfully, the page that gets returned by the server will contain the phrase &#8220;Log Out&#8221;, and the function will return a true value.</p></blockquote>
<p>In layman&#8217;s words that script allows distributed cracking. It uses a MySql database to save information and script distributed (installed) over a large number of machines actually connects to main database. This allows the attacker to run many simultaneous scripts, each of them can take 200 URLs.</p>
<p>The script then takes every password from a password script and tries it on each site. The script can even be stopped and when executed next time will continue where it stopped.</p>
<p>While this particular version is relatively simple, the power behind the script and the MySQL database allows the attacker to distribute the attacks not only by sites, but also by passwords tried as well.</p>
<p>What can you do to protect your blog?</p>
<p>Cool question! If you are using WordPress, your blog security is at risk. You can protect your blog by taking following steps.</p>
<ol>
<li>Change you admin username, name it to something other then &#8216;admin&#8217;</li>
<li>Use a strong password &#8211; other then some simple word, use alpha-numeric password and also use some special characters like #$%^&amp;*</li>
<li>You can use WordPress security plugins like &#8216;<a href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login Lockdown</a>&#8216; to protect your WordPress signup page.</li>
<li>Use &#8216;<a rel="nofollow" href="http://www.bad-behavior.ioerror.us/download/" target="_blank">Bad Behavior</a>&#8216; plugin for WordPress, &#8216;Bad Behavior&#8217; is <a rel="nofollow" href="http://www.bad-behavior.ioerror.us/2009/12/02/bad-behavior-stops-distributed-wordpress-account-cracker/" target="_blank">tested against this script</a> and it can block its access attempts to your blog.</li>
</ol>
<p>Have any questions? Feel free to ask through comments section.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/beware-new-wordpress-distributed-admin-account-cracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Best WordPress SEO Plugins</title>
		<link>http://crunchpress.com/5-best-wordpress-seo-plugins/</link>
		<comments>http://crunchpress.com/5-best-wordpress-seo-plugins/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:49:19 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Best of WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SEO WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=95</guid>
		<description><![CDATA[Here is the list of 5 best WordPress SEO plugins for webmaster to get make their blogs SEO friendly and get top rankings.]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><a href="http://crunchpress.com/wp-content/uploads/2009/11/wordpress-plugin2.jpg"><img src="http://crunchpress.com/wp-content/uploads/2009/11/wordpress-plugin2.jpg" alt="wordpress plugin" title="wordpress plugin" width="550" height="215" class="alignnone size-full wp-image-102" /></a></p>
<blockquote><p>This post is first post of a series we titled, &#8216;Best of WordPress&#8217;. In this series we will discusses best WordPress plugins, themes, hacks and tips.</p></blockquote>
<p>Here is the list of 5 best WordPress SEO plugins for webmaster to get make their blogs SEO friendly and get top rankings.</p>
<p><strong>1. <a rel="nofollow" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All In One SEO Pack</a></strong></p>
<p>My favorite SEO plugin of WordPress, a must have for every blog powered by WordPress. According to statistics it is the most popular plugin in the whole WordPress Extend repository. This plugin has a roboust feature set. In my opinion this is the best WordPress SEO plugin. This plugin allows you to optimize various things like home title, post title, page title, keywords and much more. It also generates meta keywords automatically based on the content. Another handy feature is to help remove duplicate content from your site by using no-index for category and archives.</p>
<p><strong>2.</strong> <a rel="nofollow" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><strong>Google XML Sitemaps</strong></a></p>
<p>This plugin creates a well-defined sitemap of your entire site with one click and also notifies search engines of your sitemap. You can also use a priority system for your posts, tags and archives. I&#8217;m using this plugin at all of my blogs and it gives great results.</p>
<p><strong>3.</strong> <a rel="nofollow" href="http://wordpress.org/extend/plugins/headspace2/" target="_blank"><strong>HeadSpace</strong></a></p>
<p>A plugin with many great features and quite populer in WordPress community, HeadSpace. It has some similar features as that of &#8216;All In One SEO Pack&#8217;.  This plugin has the ability to generate post meta tags and its also capable of importing data from other plugins like SEO Pack.</p>
<p><strong>4. <a rel="nofollow" href="http://wordpress.org/extend/plugins/seo-automatic-links/" target="_blank">SEO Smart Links</a></strong></p>
<p>Internal links in your blog are very important for its SEO.  SEO Smart Links create automatic links in posts based on keywords to corresponding posts and pages. That helps in increasing page views and distribution of PR in site.</p>
<p><strong>5. <a rel="nofollow" href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank">Robots Meta</a></strong></p>
<p>Robots Meta help you add meta tags for search engines to hide certain sections of your site from search engine robots. It can add tags to prevents indexing of your all feeds including comments feeds, you can also prevent indexing of admin pages.</p>
<p>Are you using another plugin? Please use comments to share your opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/5-best-wordpress-seo-plugins/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Double 301 Redirects Work But Requires More Time for Google to Index</title>
		<link>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/</link>
		<comments>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:21:12 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[Permalink Change]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=85</guid>
		<description><![CDATA[
At start of this month I made a change to this blog. I changed its existing domain http://thewordpresspro.net to http://crunchpress.com by setting up a 301 redirect.
The Permalink structure previously was year/month/day/post-name
I do not like this structure so changed it to domain.com/post-name
Now here is an interesting situation, thewordpresspro.net/09/10/17/post-name redirects to crunchpress.com/09/10/17/post-name and this page further to [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><a href="http://crunchpress.com/wp-content/uploads/2009/11/301-redirect1.jpg"><img src="http://crunchpress.com/wp-content/uploads/2009/11/301-redirect1.jpg" alt="301-redirect" title="301-redirect" width="273" height="207" class="alignnone size-full wp-image-105" /></a><br />
At start of this month I made a change to this blog. I changed its existing domain http://thewordpresspro.net to http://crunchpress.com by setting up a 301 redirect.</p>
<p>The Permalink structure previously was year/month/day/post-name<br />
I do not like this structure so changed it to domain.com/post-name</p>
<p>Now here is an interesting situation, thewordpresspro.net/09/10/17/post-name redirects to crunchpress.com/09/10/17/post-name and this page further to crunchpress.com/post-name</p>
<p>It become a double 301 redirect. When I analyzed it I become afraid of situation that this may cause problem in indexing.</p>
<p>After some research I cam across <a rel="nofollow" href="http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_thread/thread/7825eb8cb9b1f43c/?pli=1" target="_blank">this page</a>, at Google group a Google employ Berghausen has responded to a similar question. According to him Google indexes and support &#8220;double 301 redirects&#8221; however Google is slow on indexing these redirects.</p>
<p>So if you are in a similar situation i.e, changing your WordPress hosted sites domain and then Permalink structure, don&#8217;t worry, go ahead!</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/double-301-redirects-work-but-requires-more-time-for-google-to-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress URL Structure Change</title>
		<link>http://crunchpress.com/wordpress-url-structure-change/</link>
		<comments>http://crunchpress.com/wordpress-url-structure-change/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:14:40 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Permalink Change]]></category>
		<category><![CDATA[SEO WordPress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress Tweaks]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=80</guid>
		<description><![CDATA[As some of our readers may have noticed that we have changed URL structure at CrunchPress.com I have been using the domain/year/month/day/post-name URL structure. However I discovered if a random visitor from a search engine knows that the post they are loading is old, they are more likely to close the page quickly. Even some [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p>As some of our readers may have noticed that we have changed URL structure at CrunchPress.com I have been using the domain/year/month/day/post-name URL structure. However I discovered if a random visitor from a search engine knows that the post they are loading is old, they are more likely to close the page quickly. Even some bloggers have started taking off dates from their blog posts.</p>
<p>It was a bit scary for me to change URLs due to SEO problems (I&#8217;m already having a problem with Google at the time of writing this post, more on it later). However changing URL proved very easy for me.</p>
<p>Here is the process,</p>
<p>1. Go to settings &gt; Permalinks in your WordPress dashboard.<br />
Here in &#8216;Custom Structure&#8217; field enter, <code>/%postname%/</code></p>
<p>2. Now open up your favorite FTP program, longin to FTP account of your WordPress install, open .htaccess to edit and enter following code.</p>
<pre>&lt;IfModule mod_rewrite.c&gt;
Options +MultiViews
Options +FollowSymLinks
RewriteEngine On

RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+) http://crunchpress.com/$1

RewriteBase /
AddDefaultCharset UTF-8

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;</pre>
<p>Change CrunchPress.com with your domain, save .htaccess and you are done!</p>
<p>I&#8217;ve assumed you are using domain/year/month/day/post-name structure, if your structure is different please tweak it accordingly.</p>
<p>NOTE:<br />
1. If you are using Super-Cache or any other cache plugin for WordPress, please clear your cache before doing this procedure.<br />
2. If you have a sitemap plugin installed, update/rebuild your sitemap manually.<br />
3. 6) Add your blog to <a rel="nofollow" href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a>. Make sure that the sitemap was accepted and keep an eye on crawl errors periodically.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/wordpress-url-structure-change/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update Twitter When You Create or Edit Posts</title>
		<link>http://crunchpress.com/update-twitter-when-you-create-or-edit-posts/</link>
		<comments>http://crunchpress.com/update-twitter-when-you-create-or-edit-posts/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:26:31 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Automatic Tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=75</guid>
		<description><![CDATA[
What about updating your Twitter status as you create or edit a blog entry? And all this automatically? Yes! Off-course I know this is a great idea. You can do this by using a WordPress plugin, Tweetly updater.
Tweetly Updater is a WordPress plugin that updates Twitter when you create or edit a blog entry. It [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p style="text-align: left;"><img class="size-medium wp-image-76 aligncenter" title="logo" src="http://crunchpress.com/wp-content/uploads/2009/11/logo-300x187.jpg" alt="logo" width="300" height="187" /><br />
What about updating your Twitter status as you create or edit a blog entry? And all this automatically? Yes! Off-course I know this is a great idea. You can do this by using a WordPress plugin, <a rel="nofollow" href="http://wordpress.org/extend/plugins/tweetly-updater/" target="_blank">Tweetly updater</a>.</p>
<blockquote><p>Tweetly Updater is a WordPress plugin that updates Twitter when you create or edit a blog entry. It uses the bit.ly service for short urls. The plugin uses bit.ly with the history option, so you can track the clicks on the urls inside your twitter posts on your bit.ly homepage.</p></blockquote>
<p>I&#8217;m using this plugin at 10 +/- of my blog, this plugin has put Twitter profiles for these blogs at auto-pilot. No more manual tweets, my tweets are created automatically.</p>
<p>Download <strong>Tweetly Updater</strong> from <a rel="nofollow" href="http://wordpress.org/extend/plugins/tweetly-updater/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/update-twitter-when-you-create-or-edit-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Strange Characters At End of WordPress URLs</title>
		<link>http://crunchpress.com/remove-strange-characters-at-end-of-wordpress-urls/</link>
		<comments>http://crunchpress.com/remove-strange-characters-at-end-of-wordpress-urls/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 11:32:06 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Permalink Redirect Plugin]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=72</guid>
		<description><![CDATA[If you have strange characters like, ?q=ek at end of WordPress URLs. You can remove them by using Permalink Redirect WordPress plugin. This plugin fixes all sorts of weird addons to your URL&#8217;s by automatically 301 redirecting to the permalink for that post, page, category or tag page.

This blog had same problem and I&#8217;m using [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p>If you have strange characters like, <em>?q=ek</em> at end of WordPress URLs. You can remove them by using Permalink Redirect WordPress plugin. This plugin fixes all sorts of weird addons to your URL&#8217;s by automatically 301 redirecting to the permalink for that post, page, category or tag page.</p>
<p><a href="http://crunchpress.com/wp-content/uploads/2009/11/redirect-plugin.jpg"><img class="alignnone size-full wp-image-73" title="redirect WordPress plugin" src="http://crunchpress.com/wp-content/uploads/2009/11/redirect-plugin.jpg" alt="redirect WordPress plugin" width="286" height="126" /></a></p>
<p>This blog had same problem and I&#8217;m using this plugin here. You can download this excellent plugin <a rel="nofollow" href="http://yoast.com/wordpress/permalink-redirect/" target="_blank">from here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/remove-strange-characters-at-end-of-wordpress-urls/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Relaunch of WordPress Pro: thewordpresspro.net is now CrunchPress.com</title>
		<link>http://crunchpress.com/relaunch-of-wordpress-pro-thewordpresspro-net-is-now-crunchpress-com/</link>
		<comments>http://crunchpress.com/relaunch-of-wordpress-pro-thewordpresspro-net-is-now-crunchpress-com/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 06:38:05 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[WordPress Pro]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=39</guid>
		<description><![CDATA[I'm excited to announce the relaunch of thewordpresspro.net. Site is now switched to CrunchPress.com]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p>I always thought WordPress Pro has an ugly domain, which is not brand-able so never worked at this site.<br />
However now I&#8217;m going to do a relaunch of WordPressPro. On first step, domain is changed to more brand-able and memorable CrunchPress.com</p>
<p>In future site will have 3 sections, WordPress community news, theme &amp; plugins reviews, a theme directory for theme designers to upload their designs and a WordPress job board.</p>
<p>So stay tuned for new changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/relaunch-of-wordpress-pro-thewordpresspro-net-is-now-crunchpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dynamic iGoogle Gadget For WordPress Blog</title>
		<link>http://crunchpress.com/create-dynamic-igoogle-gadget-for-wordpress-blog/</link>
		<comments>http://crunchpress.com/create-dynamic-igoogle-gadget-for-wordpress-blog/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:49:35 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[iGoogle WordPress]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=33</guid>
		<description><![CDATA[Now its very easy to create a dynamic Google gadget for your WordPress Blog. People can add your gadget to iGoogle or to their other pages across the web. ]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p>When users add your gadget to their iGoogle homepage, they’ll see your content each time they visit Google. Your Google gadget will show your latest posts sorted by date and an avatar image (your Gravatar).</p>
<p>To do this install <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-igoogle">WP-iGoogle gadget plugin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/create-dynamic-igoogle-gadget-for-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Greet Your Visitors, 2 WordPress Greeting Plugins</title>
		<link>http://crunchpress.com/greet-your-visitors-2-wordpress-greeting-plugins/</link>
		<comments>http://crunchpress.com/greet-your-visitors-2-wordpress-greeting-plugins/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:46:24 +0000</pubDate>
		<dc:creator>Aqeel Syed</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Greeting Plugin]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=28</guid>
		<description><![CDATA[You can greet visitors coming to your site from different sources using 2 simple WordPress plugins.]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><a rel="nofollow" href="http://www.phoenixheart.net/2008/11/referrer-detector/">Referrer Detector</a> is a WordPress Plugin that displays a greeting message to visitors that come from different urls (known as referrers).</p>
<p><img class="alignnone size-full wp-image-29" title="Reffer Detecter WordPress Plugin" src="http://thewordpresspro.net/wp-content/uploads/2009/01/referrerdetector.jpg" alt="Reffer Detecter WordPress Plugin" width="500" height="63" /></p>
<p>For example, you may want to welcome Diggers with a message that reminds them to digg your story, or you may want to ask Del.icio.us users to bookmark your post, and so on.</p>
<p>The plugin is easy to use and install. It comes with out-of-the-box support for 14 sites which should cover a good portion of the traffic that you would receive.</p>
<p>This makes it a install and forget plugin unless you really want to bother about customizing it.</p>
<p>Referrer Detector has many useful features like pure AJAXed admin  interface,  the greet box position option, or you can put a tag (<code>&lt;?php if (function_exists('referrer_detector')) referrer_detector(); ?&gt;</code>) into the template to show the greet box anywhere of choice. Exclude URLs, a stat panel. Many installed-by-default entries (which can be restored anytime with one click). Upon installing, you will have these entries available:</p>
<ul>
<li>9 rules</li>
<li>Del.icio.us and Delicious.com</li>
<li>Digg</li>
<li>Gizmodo</li>
<li>Google Search</li>
<li>Lifehacker</li>
<li>Live Search</li>
<li>Reddit</li>
<li>StumbleUpon</li>
<li>TechCrunch</li>
<li>Technograti</li>
<li>TechRadar</li>
<li>Twitter</li>
<li>Yahoo Search</li>
</ul>
<p>2nd Plugin is &#8216;<strong><a rel="nofollow" href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/">WP Greet Box</a></strong>&#8216;.</p>
<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer URL.</p>
<p>For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it. Another example, when a visitor clicks through from Twitter, they will see a message suggesting them to twit the post and follow you on Twitter. You can also set a default greeting message for new visitors (not matching any referrer URLs) suggesting them to subscribe to your RSS feed.</p>
<p>Having these targeted suggestions will help your blog increase exposure, loyal readership, and reader interaction.</p>
<p><a href="http://thewordpresspro.net/wp-content/uploads/2009/01/greet-box.png"><img class="alignnone size-medium wp-image-30" title="WP Greet Box, WordPress Plugin" src="http://thewordpresspro.net/wp-content/uploads/2009/01/greet-box-300x107.png" alt="WP Greet Box, WordPress Plugin" width="300" height="107" /></a></p>
<p>Its prominent features are,</p>
<ul>
<li>Show a different greeting message to your visitor depending on the referrer URL. You can add/edit/delete/disable these greeting messages as you choose.</li>
<li>Greeting messages automatically get inserted into the top of your posts upon activation. There is no need to modify theme files.</li>
<li>Ability to auto-insert greeting message to the top or bottom of the post.</li>
<li>Greeting messages can be user closeable or not.</li>
<li>Ability to detect the visitor’s search keywords from major search engines and automatically display related posts under the greeting message.</li>
<li>Show a default greeting message even if the visitor does not match any of your configured referrer URL.</li>
<li>Show a default greeting message even if the visitor does not have JavaScript enabled.</li>
<li>AJAX greeting message in the frontend makes it compatible with caching plugins (such as WP Super Cache) and WPMU.</li>
<li>AJAX administrative interface that uses nonce verification to discourage hackers.</li>
<li>Ability to set a timeout to forget a visitor so we do not keep nagging them with greeting messages.</li>
<li>Ability to set rules to exclude some referrer URLs from seeing greeting messages. Regular expressions is also supported (but not required!).</li>
<li>Ultra customizable greeting message box (with CSS) allowing you to prefix/append HTML around the greeting message box.</li>
<li>Currently the following referrers are installed by default, but you can easily create your own if your favorite referrer is not on the list!
<ul>
<li>blinklist.com</li>
<li>blogmarks.com</li>
<li>del.icio.us</li>
<li>delicious.com</li>
<li>digg.com</li>
<li>diigo.com</li>
<li>facebook.com</li>
<li>flickr.com</li>
<li>furl.com</li>
<li>google.*</li>
<li>ma.gnolia.com</li>
<li>mister-wong.com</li>
<li>myspace.com</li>
<li>netvibes.com</li>
<li>newsvine.com</li>
<li>reddit.com</li>
<li>search.live.com</li>
<li>search.msn.com</li>
<li>search.yahoo.com</li>
<li>simpy.com</li>
<li>stumbleupon.com</li>
<li>technorati.com</li>
<li>twitter.com</li>
<li>youtube.com</li>
</ul>
</li>
</ul>
<p>My personal review is that I prefer <strong>&#8216;WP Greet Box</strong>&#8216; and I&#8217;m using this plugin at one of my sites. The ability to display related posts make it better then <strong>Reffer Detector</strong>.</p>
<p>Are you using any of these plugins? Or anyother greeting plugin? Has it helped increase visitor loyalty, number of hits? Please tell us about your experience through comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/greet-your-visitors-2-wordpress-greeting-plugins/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

