<?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>Review Of Web &#187; wordpress</title> <atom:link href="http://reviewofweb.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://reviewofweb.com</link> <description>Make the most of technology</description> <lastBuildDate>Sat, 12 May 2012 16:13:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>WordPress site hacked. Here is what I did to &#8220;un-hack&#8221; it</title><link>http://reviewofweb.com/how-to/remove-wordpress-hack/</link> <comments>http://reviewofweb.com/how-to/remove-wordpress-hack/#comments</comments> <pubDate>Tue, 08 May 2012 21:02:24 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[security]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=1367</guid> <description><![CDATA[Wordpress site got hacked and how I dealt with it. Full Story on how I identified the hacked files and removed malware from them.<p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p><img
style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="thief_on_computer" src="http://reviewofweb.com/wp-content/uploads/2012/05/thief_on_computer.png" alt="thief_on_computer" width="89" height="159" align="right" border="0" /></p><p>Finally got hacked after 6 years of safe journey online.</p><p>Two weeks back, a simple site search <em>site:ReviewOfWeb.com </em>on Google revealed some unwanted results which clearly showed that my site was under attack. Here is how some of my site URLs looked like in Google. [Check the description.]</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="search-query" src="http://reviewofweb.com/wp-content/uploads/2012/05/searchquery.jpg" alt="search-query" width="579" height="307" border="0" /></p><p>The interesting thing about this hack was that it was a conditional redirect, or in simple words, when you would navigate to this site by directly entering the URL in address bar, you would get the actual page of my website but when a visitor arrives from a search engine he would get re-directed to the spammers website in what was probably an <em>iframe</em>.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="hacked-website" src="http://reviewofweb.com/wp-content/uploads/2012/05/hackedwebsite.jpg" alt="hacked-website" width="537" height="445" border="0" /></p><h3>What should you do in a similar situation?</h3><p>Calm down! It is unnerving to see your site being surrounded by malware and Google showing nasty links and text below your site URL, but the damage is done and you have to correct that. Worrying about it may make the matter worse.</p><h3>How to identify the files that got hacked?</h3><p>SSH to login to your website and find the last modified files by the timestamp. You can ask your webhost. In my case the hacker had inserted a <em>base64_decode() </em>in my wordpress header file. Though I was able to nail down the files which were hacked, just to be doubly sure I preferred to hire a professional malware removal agency <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri.net</a></p><p>Folks at Sucuri were super fast and removed the malware within half and hour of opening a ticket with them. They followed up with some general recommendations on how to prevent further attacks. The recommendations included changing FTP credentials, wordpress login credentials, database passwords, updating core wordpress, wordpress plugins and running a thorough virus scan on the personal machine. I did as advised by them.<br
/> To my surprise, within 2 hours the malware returned, this time affecting another file &#8211; <em>index.php</em></p><p>This was more worrying since it seemed the intruder was targeting at will. While it is relatively easy to identify the files that get hacked, at times it is extremely difficult to identify <em>how </em>the intruder reached those files. Since I had already updated my wordpress installations and changed passwords, I nailed down three possibilities -</p><ol><li>A vulnerable wordpress plugin that is not updated by the developer.</li><li>Vulnerable wordpress theme.</li><li>Open permissions (chmod 777) on my shared server.</li></ol><p>First, I uninstalled all the plugins, removed all except the core tables from the wordpress database and then did a fresh reinstall of the plugins that were really required. Along with that, I also changed my theme framework from Woo Theme to the current <a
href="http://reviewofweb.com/go/ThesisTheme/" rel="nofollow">Thesis theme</a> (In the recent past, WooTheme framework had been targeted twice). There was an unused script in my account whose temp folder had open permissions, which I fixed.<img
style="display: inline; margin-left: 0px; margin-right: 0px;" title="stick_figure_mopping_floor" src="http://reviewofweb.com/wp-content/uploads/2012/05/stick_figure_mopping_floor.gif" alt="stick_figure_mopping_floor" width="133" height="129" align="right" /></p><h3>Final Cleanup act</h3><p>The excellent folks at <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri</a> – a special thanks to David Dede &#8211; did the clean up once again and since then this site is pretty safe. Sucuri not only provides clean up services but they also provide a facility whereby your site is checked every 6 hrs for any major/core file changes. A premium wordpress plugin is included which helps in 1 click ‘hardening’ of wordpress installation, logging changes to your wordpress files and blocking bad bots from visiting your website. I have now upgraded my plan at Sucuri and secured all my sites. You can check more about Sucuri <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">here</a></p><p>Over to you. Have you ever got hacked? How did you clean the mess? More importantly were you able to identify the source?</p><p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/remove-wordpress-hack/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WPSubscribers &#8211; A wp plugin to create an email list on steroids</title><link>http://reviewofweb.com/wordpress/wpsubscribers-review-best-wordpress-optin-plugin/</link> <comments>http://reviewofweb.com/wordpress/wpsubscribers-review-best-wordpress-optin-plugin/#comments</comments> <pubDate>Tue, 27 Sep 2011 16:06:12 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[review]]></category> <category><![CDATA[webmaster]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[optin]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[pop-ups]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=1210</guid> <description><![CDATA[WPSubscribers is a promising pop-up opt-in wordpress plugin available in wordpress arena which is subject of our review today...An excellent opt-in plugin with mindboggling options. I am yet to see a plugin that will provide you such a vast variety of options and customizations, yet it remains easy for a new user.<p><a
href="http://reviewofweb.com/wordpress/wpsubscribers-review-best-wordpress-optin-plugin/">WPSubscribers &ndash; A wp plugin to create an email list on steroids</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Creating an email list has become a backbone for any internet based business today. You may hate the pop-ups that would flash on a website but the reality is that – and almost all webmasters would agree to it – opt-in pop ups are the fastest way to increase email subscribers.</p><p><a
href="http://reviewofweb.com/go/WPSubscribers/">WPSubscribers</a> is one such promising pop-up opt-in plugin available in wordpress arena which is subject of our review today.</p><h2>Installation and Activation</h2><p>The plugin is available as a zip file which is around 8.5MB in size. You won’t be able to install the plugin via Upload feature present in your wordpress dashboard. You would need to upload the plugin manually to your plugins directory wp-<em><strong>content/plugins/</strong></em>via FTP. It took us around 10 mins to upload this plugin due to the size.</p><p>Once uploaded, you should install and activate the plugin. In case you have purchased unlimited license version you just need to enter the email and login id number in your wordpress dashboard but in case you have purchased a 3 website license version, you would need to additionally enter the URLs in your <a
href="http://www.wpsubscribers.com/member">WPSubscribers Member’s Area</a>.</p><p>After you activate the plugin, make sure to go to <a
href="http://reviewofweb.com/go/WPSubscribers/">WPSubscribers</a> under your wordpress dashboard, 1) enter your html opt-in code in the Code Detector and save the changes and 2) Go to Create Optin Forms and hit Save Changes. <strong>These are some important steps.</strong> If you just activate the plugin thinking that you may come later to add the opt-in code, you may find that your theme look-and-feel has gone for a toss!</p><h2>Setting and Configuration</h2><p>As soon as you activate the plugin, WPSubscribers settings widget can be seen in your wordpress dashboard. WPSuscribers provides a host of options when it comes to setting up an opt-in code or creating an opt-in form. I suggest you to go through the extensive <a
href="http://www.wpsubscribers.com/category/tutorials/?hop=webduniya" target="_blank">tutorials on WP subscribers</a> website.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="config-and-settings" src="http://reviewofweb.com/wp-content/uploads/2011/09/configandsettings.jpg" alt="config-and-settings" width="166" height="195" border="0" /></p><h3>Setup Opt-in Code</h3><p>Under Setup Opt-in code &#8211;&gt; Code Detector, you can put code from any of the email providers out there &#8211; be it Aweber, Feedburner email, Mailchimp etc. WPSubscribers will extract the form action URL, name, email and hidden fields for you, so that you need not squint your eyes digging the huge opt-in code provided by these email list providers. We added the email code that feedburner provides and within a jiffy this tool extracted the ‘form action URL’ and various ‘hidden fields’. You can add multiple opt-in codes and each opt-in code will have an id associated with it. The first opt-in will have an id of 0 and this will increase as you add more codes.</p><p>By default it provides name field and email field. You can however customize this to your liking and put additional fields to your opt-in form.</p><h3>Create Opt-in Forms</h3><p>Under this section, you can create different types of pop-ups or opt-in forms depending upon your requirement.</p><p>There are 3 types of opt-in pop-ups available -</p><ol><li>Generic Opt-in Popup</li><li>Exit Popup: Those annoying Javascript pop-ups you see on some websites – one that won’t allow you to leave unless you take some action. A BIG no for me.</li><li>HTML Exit popup: Similar to Exit popup but it supports HTML, images and videos too.</li></ol><p>If you don’t like pop-ups at all, you can create simple opt-in forms that can be placed on various parts of your blog. You can create 4 types of forms -</p><ol><li>Post Opt-in form: Opt-in form that can be placed on top/bottom of your posts.</li><li>Footer Opt-in form: Opt-in form that can be placed on the footer of your blog.</li><li>Header Opt-in form: Opt-in form that can be placed on the top of your blog.</li><li>Custom Opt-in form: A custom opt-in form that can be placed anywhere depending upon your requirement.</li></ol><p>For this demo, we will create an opt-in popup.</p><p>Under “Create Opt-in forms” as shown in the image above, go to Create Opt-in popup tab. Enable the Opt-in pop up by ticking the checkbox. Click on Create New Popup. On this step you can choose your pop-up design from 12 good looking templates. You can also choose the color of popup forms. There are 8 colors available.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="wpsubscribers-template" src="http://reviewofweb.com/wp-content/uploads/2011/09/wpsubscriberstemplate.jpg" alt="wpsubscribers-template" width="572" height="410" border="0" /></p><p>If you’re still not satisfied you can select a Custom pop-up style where you can include your own images and videos. Full marks to <a
href="http://reviewofweb.com/go/WPSubscribers/">WPSubscribers</a> in this area.</p><p>Now hit ‘Save Changes’ to edit the template for your liking. We would like to see a couple of improvements here. There should be a method to change the height and width of templates without writing our own CSS. Also, we should be able to see the preview within the wordpress dashboard itself.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="editoptin" src="http://reviewofweb.com/wp-content/uploads/2011/09/editoptin.jpg" alt="editoptin" width="640" height="1112" border="0" /></p><p>As they say <em>Beauty is in the details, </em>the team at WPSubscribers has left no stone un-turned to make your form look good. If you click on the image button shown above, you will get various setting to customize the image present in the opt-in form. You can even choose to put different images for ‘mouse over’ and ‘mouse out’ actions.</p><p>Hit ‘Save Changes’ and proceed to Configure Display location for the opt-in. Display location is completely customizable where you can choose to display/ not display the pop-up based on category/pages/archives/search pages.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="wpsubscribers-displayposition" src="http://reviewofweb.com/wp-content/uploads/2011/09/wpsubscribersdisplayposition.jpg" alt="wpsubscribers-displayposition" width="644" height="158" border="0" /></p><p>If you have created multiple pop-ups and all are enabled, they will be rotated. Nice thought!</p><p>WPSubscribers may want to have radio buttons instead of check boxes here. it won’t make much sense (unless I am missing something!) if we check the boxes for both ‘display pop-up’ and ‘don’t display pop-up’.</p><p>They have also provided Opt-in Analytics where you can view number of times when the opt-in appeared and number of times when it was submitted.</p><h2>Facebook Opt-in</h2><p>Facebook has <a
href="http://www.facebook.com/press/info.php?statistics" target="_blank">more than 800 million active users</a>. It makes complete sense to integrate Facebook in your opt-in form. Check this <a
href="http://www.wpsubscribers.com/tutorials/how-to-create-a-popup-with-facebook-connect-button.html?hop=webduniya" target="_blank">tutorial to integrate Facebook</a>. Among others, you have various settings to redirect a user to another URL after login or post a message to user’s wall.</p><h2>Referral Opt-in</h2><p>With referral opt-in you can provide incentives to your readers for referring their friends. It’s like an affiliate system built within a popup-form.</p><h2>Other Opt-in forms</h2><p>You can make your readers automatically opt-in using various forms present under this heading. An opt-in form can be placed below the comment box and can even be hidden-and-checked to force user to opt-in to your list.<img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="comment-optin" src="http://reviewofweb.com/wp-content/uploads/2011/09/commentoptin.jpg" alt="comment-optin" width="540" height="523" border="0" /></p><p>You can also force your readers to opt-in by enabling opt-in on hidden content. The idea is simple. You would hide a piece of content from normal visitors and would instead have a piece of text like “Subscribe to view this content”. If they want to view that piece they should subscribe to your list.</p><h2>Other Settings</h2><p>This is important if you are going for pop-ups. Once you have set up your pop-up form, make sure to visit this section and customize pop-up timing to your liking. I personally I don’t like a pop-up as soon as I visit the site. I have configured ReviewOfWeb’s pop-up to appear at 5000ms (5th second after the page loads).</p><p>I am sure you have seen the demo on this blog when you visited this post. (In case you’re reading this article in an RSS feed/email make sure to <a
href="http://ReviewOfWeb.com/" target="_blank">visit the home page</a> to see this plugin in action)</p><h2>Final Thoughts</h2><p>An excellent opt-in plugin with mindboggling options. I like the fact that author has put considerable thought and explored the needs of webmasters while designing this plugin. I am yet to see a plugin that will provide you such a vast variety of options and customizations, yet it remains easy for a new user. In case you don’t like the pop-ups, you can always use this plugin to place opt-in form on different places on your blog without annoying the reader.</p><p>As of writing this article the plugin costs $47 for 3 sites license and $97 for unlimited sites license. <a
href="http://reviewofweb.com/go/WPSubscribers/" target="_blank">You can buy it here!</a></p><p><a
href="http://reviewofweb.com/wordpress/wpsubscribers-review-best-wordpress-optin-plugin/">WPSubscribers &ndash; A wp plugin to create an email list on steroids</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/wordpress/wpsubscribers-review-best-wordpress-optin-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>If you have more than one wordpress blog, you&#8217;d love this</title><link>http://reviewofweb.com/webmaster/managewp-review/</link> <comments>http://reviewofweb.com/webmaster/managewp-review/#comments</comments> <pubDate>Fri, 16 Sep 2011 00:14:16 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[review]]></category> <category><![CDATA[software]]></category> <category><![CDATA[webmaster]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=1147</guid> <description><![CDATA[A great service offered by the folks at ManageWP. You can manage all your sites, clone a site, take backups of your sites all under one dashboard.<p><a
href="http://reviewofweb.com/webmaster/managewp-review/">If you have more than one wordpress blog, you&#8217;d love this</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>A great service offered by the folks at <a
href="http://www.managewp.com/">ManageWP</a>. You can manage all your sites, clone a site, take backups of your sites all under a single dashboard. Check our video review below.<br
/> <iframe
width="640" height="360" src="http://www.youtube.com/embed/BcMD56IiXSk" frameborder="0" allowfullscreen></iframe></p><p><a
href="http://reviewofweb.com/webmaster/managewp-review/">If you have more than one wordpress blog, you&#8217;d love this</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/webmaster/managewp-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Review Plugins: wpReviewSite vs wpReviewEngine + Discount Codes</title><link>http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/</link> <comments>http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:54:33 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Featured Posts]]></category> <category><![CDATA[review]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/</guid> <description><![CDATA[As the name suggests, Wordpress Review Plugins enables you to quickly and effortlessly put good looking reviews on your wordpress enabled websites. In this review we are going to compare two of the best wordpress review plugins providers out there wpReviewSite and wpReviewEngine.<p><a
href="http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/">WordPress Review Plugins: wpReviewSite vs wpReviewEngine + Discount Codes</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>As the name suggests, WordPress Review Plugins enables you to quickly and effortlessly put good looking reviews on your wordpress enabled websites. In this review we are going to compare two of the best wordpress review plugins providers out there wpReviewSite and wpReviewEngine. (ReviewOfWeb tried contacting MyReviewPlugin folks but the queries went unanswered, hence it is not included in the review]</p><p>As always, we will try to bring an unbiased opinion for the two products so that readers can take an informed decision before choosing to purchase a wordpress review plugin.</p><p>For the purpose of this review we have purchased two brand new domains <a
href="http://www.EmailAutoresponder-Reviews.com" target="_blank">Email AutoResponders Reviews</a> and <a
href="http://www.WordpressMembership-Reviews.com/" target="_blank">WordPress Membership Site Reviews</a>. After a quick wordpress install, we installed wpReviewEngine on <a
href="http://www.EmailAutoresponder-Reviews.com" target="_blank">Email AutoResponders Reviews</a> and wpReviewSite on <a
href="http://www.WordpressMembership-Reviews.com/" target="_blank">WordPress Membership Site Reviews</a>. Here is a detailed comparison and review for both these plugins</p><p>&#160;</p><table
cellspacing="0" cellpadding="2" width="576" border="2"><tbody><tr><td
valign="top" width="91">&#160;</td><td
valign="top" width="227"><p
align="center"><a
href="http://reviewofweb.com/go/wpReviewEngine/" target="_blank"><img
title="wp-review" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="60" alt="wp-review" src="http://reviewofweb.com/wp-content/uploads/2010/09/wpreview.png" width="218" border="0" /></a></p><p
align="center"><a
href="http://reviewofweb.com/go/wpReviewEngine/" target="_blank">wpReviewEngine</a></p></td><td
valign="top" width="254"><p
align="center"><a
href="http://reviewofweb.com/go/wpReviewSite/" target="_blank"><img
title="wpReviewSite" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="60" alt="wpReviewSite" src="http://reviewofweb.com/wp-content/uploads/2010/09/wpReviewSite.png" width="247" border="0" /></a></p><p
align="center"><a
href="http://reviewofweb.com/go/wpReviewSite/" target="_blank">wpReviewSite</a></p><p
align="center"></td></tr><tr><td
valign="top" width="91">Domains Installed</td><td
valign="top" width="227"><a
href="http://www.EmailAutoresponder-Reviews.com" target="_blank">Email AutoResponders Reviews</a></td><td
valign="top" width="254"><a
href="http://www.WordpressMembership-Reviews.com/" target="_blank">WordPress Membership Site Reviews</a></td></tr><tr><td
valign="top" width="91">Files Included</td><td
valign="top" width="227"><ol>You get 4 folders with the plugin<li><strong>re</strong> – Main Review Engine</li><li><strong>Linkcloaker</strong> – Plugin to cloak your affiliate links</li><li><strong>CSV2WP</strong> – Plugin to import your content database to wordpress</li><li><strong>Themes</strong> – Two wordpress themes are included.</li></ol></td><td
valign="top" width="254"><ol>You get 3 folders with this plugin<li><strong>wpReviewSite</strong> – Main Review Engine. It also has a sub-plugin included which says “Companion plugin to WP Review Site, allowing automatic updates to WP Review Site and related products.” I didn’t really understand the need for this sub plugin.</li><li><strong>wprs-my-ratings</strong> – To set own ratings on page/posts (available at an extra cost)</li><li><strong>wprs-theme-pack – </strong>Two wordpress themes are included</li></ol></td></tr><tr><td
valign="top" width="91">Ease of Install</td><td
valign="top" width="227">Quick. You need to upload the first 3 folders above and activate them and then upload the themes folder</td><td
valign="top" width="254">Quick. Need to upload wpReviewSite, theme folder and optionally wprs-my-ratings plugin</td></tr><tr><td
valign="top" width="91">Ease Of Use</td><td
valign="top" width="227">Good for noobs. Easy to follow instructions available.</td><td
valign="top" width="254">Good for noobs. Easy to follow instructions available. (They hand hold you with detailed screenshots to install the plugin)</td></tr><tr><td
valign="top" width="91">Quick images Feature</td><td
valign="top" width="227">Simply include the URL of the site under review and you get thumbnail from Thumbshots.com.</td><td
valign="top" width="254">Not really. You can insert a link to an image which you have already uploaded on your server.</td></tr><tr><td
valign="top" width="91">Affiliate Link</td><td
valign="top" width="227">Dedicated box to provide an affiliate link for site under review. Thumbshot and “visit site” link is automatically linked if you fill this box.</td><td
valign="top" width="254">Dedicated box to provide an affiliate link for site under review.“Visit Site” link is automatically linked if you fill this box.</td></tr><tr><td
valign="top" width="91">Rating Categories &#8211; You can create your own rating categories. <br
/>They can be applied per “wordpress category” or for all posts/pages</td><td
valign="top" width="227"><p
align="center">Yes</p></td><td
valign="top" width="254"><p
align="center">Yes</p></td></tr><tr><td
valign="top" width="91"><a
href="http://en.wikipedia.org/wiki/HReview">hReview support</a>&#160; <br
/>Good to have feature to “stand out” in Google results.</td><td
valign="top" width="227"><p
align="center">Yes</p></td><td
valign="top" width="254"><p
align="center">Not Available</p></td></tr><tr><td
valign="top" width="91">Post Sorting Options</td><td
valign="top" width="227"><ol><li>WP default posts ordering</li><li>According to number of comments</li><li>By various ratings from rating categories</li></ol></td><td
valign="top" width="254"><ol><li>WP default posts ordering</li><li>According to number of comments</li><li>By average user rating</li></ol></td></tr><tr><td
valign="top" width="91">3rd party theme support</td><td
valign="top" width="227">Yes, using “Auto embedding” option.</td><td
valign="top" width="254">Yes, using plugin settings</td></tr><tr><td
valign="top" width="91">Auto comment generation – Allows you to automatically generate comments</p><p>(Well, personally we stay clear of using such features on our sites.)</td><td
valign="top" width="227">Yes.</td><td
valign="top" width="254">Not Available</td></tr><tr><td
valign="top" width="91">Affiliate URL cloaking – Use this to hide those ugly looking affiliate links</td><td
valign="top" width="227">Support included with Linkcloaker plugin ( at no extra cost)</td><td
valign="top" width="254">Not Available</td></tr><tr><td
valign="top" width="91">CSV To WordPress – Use this to quickly fill your site with entries from your database</p><p></td><td
valign="top" width="227">Support included with CSV2WP plugin ( at no extra cost)</td><td
valign="top" width="254">Not Available</td></tr><tr><td
valign="top" width="91">Google Maps Support – In case reviewing a business, you can show its location using Google Maps</td><td
valign="top" width="227"><p
align="left">Yes. Goes one level up to include a US zip code radius search</p><h4 align="left"></h4></td><td
valign="top" width="254"><p
align="left">Yes</p></td></tr><tr><td
valign="top" width="91">Cost</p></td><td
valign="top" width="227"><ol><li>Single Site License &#8211; $99.95</li><li>Unlimited/Multi Site License &#8211; $169.95</li><li>Developer License – Same cost as unlimited/multi site license</li></ol></td><td
valign="top" width="254"><ol><li>Single Site License &#8211; $97</li><li>Unlimited/Multi Site License &#8211; $199</li><li>Developer License &#8211; $299</li><li>MyRatings plugin &#8211; $24</li><li>Premium Theme Pack comprising of 5 themes &#8211; $29</li></ol></td></tr><tr><td
valign="top" width="91">Discount? Follow these exact steps to avail discount.</td><td
valign="top" width="227"><ol><li>Go to <a
href="http://reviewofweb.com/go/wpReviewEngine/" target="_blank">wpReviewEngine</a></li><li>Click “Get It Now” on top right side</li><li>During checkout, enter the code <strong>reviewofweb </strong>to avail 35% discount on this plugin</li></ol></td><td
valign="top" width="255">Not Available</td></tr></tbody></table><p>&#160;</p><h3><strong>ReviewOfWeb’s View</strong></h3><p>Both plugins are just fine if you are looking for a basic review system in your wordpress enabled website. <br
/>However, we see wpReviewEngine folks have done a great job of including many helpful features to make reviewers life easy. Also, wpReviewEngine plugin has many more customization options available when compared to wpReviewSite. Given the good set of features, ease of customizations and nearly the same cost our vote goes to wpReviewEngine plugin</p><p>Over to readers, have you tried any of the plugins listed above? How would you rate them?</p><p>PS: Thanks <a
href="http://reviewofweb.com/go/wpReviewSite/" target="_blank">Bob</a> and <a
href="http://reviewofweb.com/go/wpReviewEngine/" target="_blank">Dan</a> for agreeing to face the challenge.</p><p><a
href="http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/">WordPress Review Plugins: wpReviewSite vs wpReviewEngine + Discount Codes</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/wordpress/wordpress-review-plugins-wpreviewsite-vs-wpreviewengine-discount-promo-codes/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress for iPhone: Maintain Your Blog On-the-Go</title><link>http://reviewofweb.com/wordpress/wordpress-for-iphone-maintain-your-blog-on-the-go/</link> <comments>http://reviewofweb.com/wordpress/wordpress-for-iphone-maintain-your-blog-on-the-go/#comments</comments> <pubDate>Mon, 28 Dec 2009 06:33:02 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[apple]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[software]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[apple iphone]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[iphone 3G]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=877</guid> <description><![CDATA[Accessing your WordPress-powered admin panel from your mobile phones may seem impossible &#8212; or at least hard to do &#8212; a couple of years ago, but with the help of native WordPress for iPhone apps managing and maintaining your site on-the-go will be as easy as it can possibly get. IPhone users now enjoy the [...]<p><a
href="http://reviewofweb.com/wordpress/wordpress-for-iphone-maintain-your-blog-on-the-go/">WordPress for iPhone: Maintain Your Blog On-the-Go</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Accessing your WordPress-powered admin panel from your mobile phones may seem impossible &#8212; or at least hard to do &#8212; a couple of years ago, but with the help of native WordPress for iPhone apps managing and maintaining your site on-the-go will be as easy as it can possibly get.</p><p>IPhone users now enjoy the luxury of being able to maintain their blog on-the-go with the help of WordPress for iPhone. The latest version (2.1) allows you to create posts, upload photos, edit pages, and manage comments on your blog from your iPhone or iPod touch.</p><p><img
style="border-right-width: 0px;margin: 0px 5px 0px 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://reviewofweb.com/wp-content/uploads/2009/12/image12.png" border="0" alt="Wordpress for iPhone" width="188" height="240" align="left" /> The user interface of WordPress for iPhone is extremely intuitive, allowing you to access features with a few simple touches. Uploading photos, even photo-blogging extensively, will not be a problem at all because the app integrates nicely to iPhone’s camera and multimedia features.</p><p>Categories and tags as well as old posts and media will be accessible as well; they are streamed to you as soon as you configure your app. Since the WordPress for iPhone works for both self-hosted WordPress platform as well as free WordPress.com blogs, so you will have no problem at all configuring the app to work with your site. It supports SSL-encrypted connection for streaming data, so you wouldn’t have to worry about security issues at all.</p><p>The <a
href="http://iphone.wordpress.org/" target="_blank">WordPress for iPhone 2.1</a> is now available on iTunes. You can also install the app on your iPod Touch, so get your copy right away.</p><p><a
href="http://reviewofweb.com/wordpress/wordpress-for-iphone-maintain-your-blog-on-the-go/">WordPress for iPhone: Maintain Your Blog On-the-Go</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/wordpress/wordpress-for-iphone-maintain-your-blog-on-the-go/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A level above Akismet &#8211; Prevent comment spam in wordpress</title><link>http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/</link> <comments>http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/#comments</comments> <pubDate>Wed, 28 Jan 2009 10:47:30 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[akismet]]></category> <category><![CDATA[spam]]></category><guid
isPermaLink="false">http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/</guid> <description><![CDATA[A level above Akismet - Prevent comment spam in wordpress and prevent your mysql database from clogging up.<p><a
href="http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/">A level above Akismet &#8211; Prevent comment spam in wordpress</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p><img
style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="stop-spam" src="http://reviewofweb.com/wp-content/uploads/2009/01/stopspam1.jpg" border="0" alt="stop-spam" width="100" height="97" align="left" /></p><p><a
href="http://en.wikipedia.org/wiki/Akismet">Akism</a>et is a proven way to prevent comment spam in wordpress powered blogs. It does a great job of sifting spam comments and redirecting them to the spam folder.</p><p>There is still a problem with this. Though spam get redirected to the appropriate folder but it unnecessarily clogs our MYSQL database. Moreover there is always a chance that among the hundreds of spam comments there is one good comment and unknowingly you might end up deleting that good comment as well, while cleaning up the folder.</p><p>I did some analysis on my spam comments (wordpress dashboard &gt; comments &gt; spam) and found that they mostly originate from 2-3 common IP&#8217;s. If I can get some way to automatically delete comments coming through those IP&#8217;s my problem would be partially solved(other spammers would still be there…grrr).</p><p>Here is a simple SQL script I wrote to do this:</p><p>DELETE FROM `wp_comments`<br
/> where `comment_author_IP` = &#8217;66.159.18.9&#8242; OR<br
/> `comment_author_IP` = &#8217;84.19.188.218&#8242;;</p><p>Keep on adding the spammers IP&#8217;s that you see from your wordpress dashboard.</p><p>Now you can set up a  <a
href="http://en.wikipedia.org/wiki/Cron_job">cron job</a> that runs every night or every week or every fortnight (depending on your requrements). All your spam comments would get deleted automatically at a given interval.</p><p>Gozar!</p><p><a
href="http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/">A level above Akismet &#8211; Prevent comment spam in wordpress</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/wordpress/prevent-comment-spam-wordpress-one-level-above-akismet/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to batch edit your posts in one shot?</title><link>http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/</link> <comments>http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/#comments</comments> <pubDate>Sat, 27 Dec 2008 05:19:40 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[batch edit posts]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[PHPMyAdmin]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/</guid> <description><![CDATA[The above SQL statement replaces all the occurrences of OLD_CONTENT with NEW_CONTENT inside the content. Batch edit your wordpress blog posts using mysql REPLACE fucntion. PHP MyAdmin. Wordpress<p><a
href="http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/">How to batch edit your posts in one shot?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>You have a lot of blog posts on your wordpress self hosted blog where you refer to a particular URL. Now somehow that URL got changed and you need to edit your posts. To change all those URL’s, one way is to go one by one, open and edit <img
title="MySQL Replace" style="display: inline; margin-left: 0px; margin-right: 0px" height="67" alt="MySQL Replace" src="http://reviewofweb.com/wp-content/uploads/2008/12/image36.png" width="120" align="right" border="0" />all your posts. Not a smart way.</p><p>Other way would be to use MySQL and batch edit them at a click of a button. No need to be a techie, anyone can do this.</p><p>This was useful for me when recently I made a <a
href="http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/">move from blogger to wordpress</a>. There were about 25 posts where I needed to change a particular URL. Here is how I did and you can do this in under 5 minutes.</p><ol><li>Log on to PHPMyadmin. [Your webhost should have provided the URL to access it.]&#160;</li><li>Select your database name from the drop down given on the left hand side.</li><li>In SQL tab type <font
color="#008000" size="2"><strong>UPDATE wp_posts SET post_content = replace(post_content, &#8216;<em>OLD CONTENT</em>’, &#8216;<em>NEW CONTENT</em>&#8216;); </strong></font>and hit GO.</li></ol><p>The above SQL statement replaces all the occurrences of OLD_CONTENT with NEW_CONTENT inside the content(post_content) of all posts(wp_posts). Make sure that wp_posts is indeed the name of your posts table. On shared hosting the name of this table is different sometimes.</p><p>For techies: Here is the syntax of MySql Replace function <a
href="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replace"><code>REPLACE(<em><code>str</code></em>,<em><code>from_str</code></em>,<em><code>to_str</code></em>)</code></a></p></p><div
class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b617acdc-c3db-4f03-af9a-4241c94baf0f" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a
href="http://technorati.com/tags/PHPMyAdmin" rel="tag">PHPMyAdmin</a>,<a
href="http://technorati.com/tags/mysql" rel="tag">mysql</a>,<a
href="http://technorati.com/tags/replace+function" rel="tag">replace function</a>,<a
href="http://technorati.com/tags/batch+edit+all+posts" rel="tag">batch edit all posts</a>,<a
href="http://technorati.com/tags/wordpress" rel="tag">wordpress</a></div><p><a
href="http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/">How to batch edit your posts in one shot?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/batch-edit-wordpress-posts-mysql-replace-function/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</title><link>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/</link> <comments>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/#comments</comments> <pubDate>Sun, 21 Dec 2008 20:40:55 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogger to wordpress]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[custom domain]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/</guid> <description><![CDATA[how to move from blogger to wordpress, SEO friendly way, custom domain<p><a
href="http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/">Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>After a lot of dilly-dallying, finally I made up my mind to move from blogger to wordpress. With the introduction of “Import” feature in wordpress, the process has become quite simple but there are some points to take care of. Here is a step by step process how I made a shift, hope it would be useful for you too. In my case I had to move from blogger custom domain to wordpress. ie from xyz.com on blogger to xyz.com on wordpress. [This tutorial will be useful even for those who are moving from blogspot domain to your own domain on wordpress]</p><p><em>[We assume that you have wordpress installed on the domain you want to move to]</em></p><h4>Change your Name Servers to point to the new webhost.</h4><p>Go to your DNS settings page and point name server to your new host. <br
/><img
title="image" style="display: inline" height="95" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image18.png" width="361" border="0" />&#160; <br
/>While registering, your webhost should have provided you with the name server info. If you are moving from custom domain name to wordpress <em><strong>with the same domain name</strong></em>, give ~ 24hrs of time for name server settings to propagate.&#160;&#160;&#160;</p><h4>Switch to blogspot.com</h4><p>If you are moving from blogger custom domain (and same domain) to wordpress, read on. Otherwise skip this step. <br
/>You need to switch to blogspot.com otherwise you would not be able to complete next step. <br
/><img
title="image" style="display: inline" height="94" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image19.png" width="398" border="0" /></p><h4>Import all your blogger posts and comments with a click of a button.</h4><p>Go to wordpress dashboard &gt; Manage &gt; Import. Click on blogger. <br
/><img
title="image" style="display: inline" height="95" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image20.png" width="157" border="0" /></p><p>On the next page you need to key-in your blogger account details to let wordpress access your blogs. Click on Import button. Your blog posts and comments will now get imported to wordpress.</p><h4>Redirection through .htaccess file.</h4><p>This is one of the most important part. Proper redirection ensures that you don’t lose the old traffic and Google juice. We assume that permalinks custom structure that you would be using is <strong>/%postname%/ </strong>[btw this is one of the most SEO friendly structures] Create a .htaccess file on the new domain.&#160; <br
/><strong></strong></p><ol><li><strong>If you are NOT in the habit of fiddling blogger post slug after publishing:</strong> The world would be nicer to you. <br
/>Here is what you can do to ensure proper redirection. <br
/><strong>RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/([a-z0-9A-Z_-]+) </strong><a
href="http://xyz.com/$1"><strong>http://xyz.com/$1</strong></a>&#160; <br
/>$1 in the end takes anything that comes out of ([a-z0-9A-Z_-]+) and append to your new blog URL.</li><li><strong>If you are in the habit of fiddling post slug after publishing (like me):</strong> Get ready to do some techie stuff. <br
/>If you tend to change the post slug in blogger after publishing, the above method would simply not work for you, as it didn’t work for me. Here is what I did that ensured 100% redirection. I used one to one mapping for the URL’s. I have tried to automate this process so that it would consume minimal time of yours.<p><a
href="http://notepad-plus.sourceforge.net/uk/download.php">Download and install Notepad++</a> <br
/>Go to blogger dashboard. Posting &gt; Edit Posts. View Source. <br
/>Select All and copy paste everything in notepad++ window.&#160; <br
/>Find <a
href="http://xyz\.blogspot\.com.*&quot;"><strong>http://xyz\.blogspot\.com.*&quot;</strong></a> and click find all. You will see the results in a window below. Copy paste from this window into a new one. <br
/>Find <strong>(.*)</strong><a
href="http://xyz\.blogspot\.com.*&quot;)"><strong>(http://xyz\.blogspot\.com.*&quot;)</strong></a><strong>(.*)</strong> replace with <strong>\2</strong> <br
/>Find <strong>&quot;</strong> and replace with blank [ie leave the replace field blank] <br
/>Find <strong>.*#comments</strong> and replace with blank [ie leave the replace field blank] <br
/>Find <a
href="http://xyz\.blogspot\.com"><strong>http://xyz\.blogspot\.com</strong></a>&#160; and replace with <strong>RedirectMatch permanent ^</strong> <br
/>Now Log into phpmyadmin of your new domain. Go to SQL tab and execute this query.</li></ol><ul><blockquote><p><font
color="#008000" size="2"><strong>SELECT post_name <br
/>FROM wp_posts <br
/>WHERE post_status = &quot;publish&quot; <br
/>AND post_type = &quot;post&quot;</strong></font></p></blockquote></ul><p>&#160; <br
/>You will get all your posts slug. Copy paste them in notepad++ window and: <br
/>Find <strong>(.*) </strong>and replace with to <a
href="http://www.xyz.com\1"><strong>http://www.xyz.com\1</strong></a></p><p
style="margin-right: 0px">Hereafter you need to manually place the URL in-front of the corresponding matching URL. I know this is kind of a boring stuff but this is closest to which I could reach and have tried to automate the process as much as I was able to.</p><p>Rest of the part should be no brainer.</p><h4>Change the “Let Search Engines find your blog” under blogger settings to No.</h4><h4>Change the original feed address in feedburner to your new blog’s feed address.</h4><p>Done. Enjoy! <br
/>While I moved from blogger to wordpress I took help from <a
href="http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/">this</a> post of blogbloke.com. I found there were some points that could be improved upon hence wrote a full post on it.</p><p><a
href="http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/">Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>43 Hand Picked Tools for Bloggers</title><link>http://reviewofweb.com/blogging/best-tools-bloggers/</link> <comments>http://reviewofweb.com/blogging/best-tools-bloggers/#comments</comments> <pubDate>Tue, 21 Oct 2008 15:49:42 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[cool-websites]]></category> <category><![CDATA[tools]]></category> <category><![CDATA[adsense]]></category> <category><![CDATA[bogspot]]></category> <category><![CDATA[maps]]></category> <category><![CDATA[page rank]]></category> <category><![CDATA[visitors]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/best-tools-bloggers/</guid> <description><![CDATA[An excusive and exhaustive list of hand picked tools for bloggers. The inclusion of articles and sites would be on an ongoing basis. You might want to bookmark this for future reference. Create a Back Up of your blog Blog Back Up Online: A great free resource. Works for blogspot as well as wordpress users. [...]<p><a
href="http://reviewofweb.com/blogging/best-tools-bloggers/">43 Hand Picked Tools for Bloggers</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>An excusive and exhaustive list of hand picked tools for bloggers. The inclusion of articles and sites would be on an ongoing basis. You might want to bookmark this for future reference.</p><p><strong>Create a Back Up of your blog</strong></p><p><a
title="Blog Back Up" href="http://www.blogbackuponline.com" target="_blank">Blog Back Up Online</a>: A great free resource. Works for blogspot as well as wordpress users. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image10.png" border="0" alt="blog back up online" width="140" height="24" /></p><p><strong>Free Photos for your blog</strong></p><p><a
href="http://www.sxc.hu">Free Photos for blog from SXC</a> One of the best source for royalty free photos.</p><p><a
href="http://www.istockphoto.com/">Free photos for blog from istockphoto</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image12.png" border="0" alt="istockphoto" width="100" height="22" /></p><p><a
title="Free Photos from HP" href="http://www.hp.com/sbso/productivity/office/logolib.html" target="_blank">High quality free photos from HP</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image13.png" border="0" alt="image" width="30" height="20" /></p><p><a
href="http://www.graphicsngraphicdesign.com/freestockphotos-graphicdesigners/">Huge list of free photography sites</a></p><p><strong>Free icons for your blog</strong></p><p><a
href="http://www.userinterfaceicons.com/preview.php" target="_blank">Free Icons from UserInterfaceIcons</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image14.png" border="0" alt="image" width="120" height="21" /></p><p><a
href="http://www.websiteicons.net/index.php">Website Icons</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image15.png" border="0" alt="image" width="70" height="25" /></p><p><a
title="More Fre Icons" href="http://www.freeiconsweb.com/free_icons.html" target="_blank">Web2.0 like free icons from FreeIconsWeb</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image16.png" border="0" alt="image" width="100" height="25" /></p><p><strong>Create a free logo for your blog</strong></p><p><a
title="Logos from CoolText" href="http://cooltext.com/" target="_blank">Logos from CoolText</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image17.png" border="0" alt="image" width="30" height="31" /></p><p><a
title="Web2.0 Styler" href="http://web2.0stylr.com/stylr.aspx" target="_blank">Web2.0 Styler</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image18.png" border="0" alt="image" width="120" height="28" /></p><p><strong>Create those 125*125 ads free</strong></p><p><a
rel="nofollow" href="http://www.free125cards.com/main.php">Free 125 Banners</a> <img
style="display: inline" title="image" src="http://reviewofweb.com/wp-content/uploads/2008/10/image19.png" border="0" alt="image" width="20" height="20" /></p><p><strong></strong></p><p><strong>Image Editing</strong></p><p><a
title="Image Editing" href="picasa.google.com" target="_blank">Picasa</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image20.png" border="0" alt="image" width="30" height="29" /></p><p>To enlarge or shorten image use the &#8216;Stretch and Skew&#8217; option present under &#8216;Image&#8217; in our very own MS Paint (Windows user <img
src='http://reviewofweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p><p><strong>Track your website visitors in realtime</strong></p><p><a
href="http://maps.amung.us/">maps.amung.us</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image21.png" border="0" alt="Maps Amung" width="150" height="22" /></p><p>With maps.amung.us you get to see exactly where your site visitors are from &#8211; live! These maps update themselves on your site without having to reload the whole page</p><p><strong>Check your website rankings on major search engines, the easy way</strong></p><p><a
title="Google Position Checker" href="http://ferruh.mavituna.com/google/" target="_blank">Google Position Checker</a> Simply Enter a URL and get its current position on Google Search Engine.</p><p><strong>Page RankChecker</strong></p><p><a
href="http://digpagerank.com/">Pagerank Checker Tool in over 700 datacenters</a> You can check your blog&#8217;s PR across 700 <a
href="http://en.wikipedia.org/wiki/Data_center" target="_blank">datacenters</a>. Handy tool during those freaking PR updation days.</p><p><a
title="How to check fake page Rank" href="http://tihomir.org/how-to-fake-pagerank-and-how-to-detect-if-pr-is-fake/" target="_blank">How to check fake page Rank</a> Check if the Google Page Rank for a particular site is fake. This can be especially useful for those who are into buying and selling domain names.</p><p><strong>Site Statistics Tools</strong></p><p><a
href="http://sitemeter.com/">Sitemeter</a>: Simple and nice interface.  <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image22.png" border="0" alt="Sitemeter" width="50" height="30" /></p><p><a
title="Stat Counter" href="http://statcounter" target="_blank">StatCounter</a>: Similar to sitemeter but have an advantage that you need not show it&#8217;s icon on your blog which is mandatory in case of sitemeter. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image23.png" border="0" alt="StatCounter" width="25" height="29" /></p><p><a
href="http://www.google.com/analytics/">Google Analytics</a>: Best, but for geeky guys. Otherwise all the options might confuse you. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image24.png" border="0" alt="Google Analytics" width="30" height="26" /></p><p><a
title="SEO for firefox" href="http://tools.seobook.com/firefox/seo-for-firefox.html" target="_blank">SEO for Firefox</a> by Aaron Wall: Quickly check your Page Rank, Yahoo Links, edu links, Alexa, DMOZ status, BOTW and what not. Highly recommended. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image25.png" border="0" alt="SEO for Firefox" width="43" height="30" /></p><p><strong>Grammar Checking Tool:</strong> Good writing creates an lasting impression. Don&#8217;t let your bad grammar let you down. If you are not sure about grammar skills. Check these blogs.<strong> </strong></p><p><a
title="Spellling and grammar mistake" href="http://www.spellchecker.net/spellcheck/" target="_blank">Check for speeelling and grammar mistaked</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image26.png" border="0" alt="image" width="35" height="36" /></p><p><a
href="http://www.dumblittleman.com/2006/12/40-tips-to-improve-your-grammar-and.html">40+ Tips to Improve your Grammar and Punctuation &#8211; Dumb Little Man</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image27.png" border="0" alt="image" width="80" height="24" /></p><p><strong>Find out who is hosting a website</strong></p><p><a
href="http://whois.sc">whois.sc</a> The best service of all. You can even drill down to find how many other websites are hosted by this person. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image28.png" border="0" alt="image" width="120" height="24" /></p><p><a
href="http://whoishostingthis.com/">Who is Hosting This?</a> Nice intuitive and easy to remember name, incase you forget the one given above.  <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image29.png" border="0" alt="image" width="20" height="21" /></p><p><strong>Find out how a website is made.</strong></p><p><a
href="http://builtwith.com/">Web Technology Profiler</a><strong> </strong>Will tell you the technology used to create a site. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image30.png" border="0" alt="built with" width="73" height="30" /></p><p><strong>Test your websites in diferent browsers and mobile phone</strong></p><p><a
href="http://browsershots.org/">Test your web design in different browsers &#8211; Browsershots</a> Nice tool to check the layout of your blog in different browsers and their versions. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image31.png" border="0" alt="image" width="24" height="22" /></p><p><a
href="http://mtld.mobi/emulator.php?webaddress=mercuryquicktestprofessional.blogspot.com&amp;emulator=nokiaN70&amp;Submit=Submit">Check your site on mobile phone</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image32.png" border="0" alt="image" width="70" height="30" /></p><p><strong>Check your Robots.txt for errors</strong></p><p><a
title="http://tool.motoricerca.info/robots-checker.phtml" href="http://tool.motoricerca.info/robots-checker.phtml">http://tool.motoricerca.info/robots-checker.phtml</a> Excellent tool to check and validate your robots.txt file. Very Impressive. <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image33.png" border="0" alt="Robots.txt" width="100" height="18" /></p><p><strong>Web Directories</strong></p><p><a
href="http://dmoz.org/">DMOZ: Open Directory</a>: Considered to be one of the best web directories. Only negative point is the moderators are very slow to respond. It can days weeks even months before your site gets included.  <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image531.png" border="0" alt="DMOZ" width="87" height="29" /></p><p><a
href="http://www.directorycritic.com/free-directory-list.html?sort=pr&amp;pg=">Free Directory List</a>:Contains exhaustive list of free web directories.</p><p><strong>Free Websites Template</strong></p><p><a
title="http://www.interspire.com/templates/" href="http://www.interspire.com/templates/">http://www.interspire.com/templates/</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image34.png" border="0" alt="image" width="80" height="28" /></p><p><strong>Determine your internet connection speed</strong></p><p><a
title="http://www.computers4sure.com/speed3.asp?Sp=379.4" href="http://www.computers4sure.com/speed3.asp?Sp=379.4">http://www.computers4sure.com/speed3.asp?Sp=379.4</a> <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image35.png" border="0" alt="image" width="60" height="31" /></p><p><a
title="http://www.mattcutts.com/blog/how-to-report-paid-links/" href="http://www.mattcutts.com/blog/how-to-report-paid-links/"></a></p><p><strong></strong> <strong>Download entire website on your computer</strong></p><p><a
title="Webaroo" href="http://www.webaroo.com/company/management" target="_blank">Webaroo</a> Download entire website on your computer.  <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image36.png" border="0" alt="Webaroo" width="50" height="30" /></p><p><strong>Learn blogging.</strong></p><p><a
title="Problogger" href="http://www.problogger.net/" target="_blank">Problogger</a><strong> </strong>A great source to learn about blogging</p><p><a
title="Daily Blog Tips" href="http://www.dailyblogtips.com" target="_blank">Daily Blog Tips</a> Again nice blog on blogging. Daniel- the author is always ready to help you(even on IM&#8217;s)   <img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image38.png" border="0" alt="DBT" width="80" height="24" /></p><p><a
href="http://reviewofweb.com/go/blogmastermind">Yaro Starak</a> Go over any &#8216;A&#8217; lister&#8217;s blog, you will find them recommending his blog mentoring program. For sure, he must be doing something right.</p><p><strong>LearnPHP </strong></p><p><a
href="http://devzone.zend.com/node/view/id/627">Learn PHP:PHP For the Absolute Beginner</a></p><p><a
title="Install-Learn-PHP" href="http://reviewofweb.com/how-to/install-learn-php/" target="_blank">How to install and learn PHP</a></p><p><strong>For Blogspot Bloggers </strong></p><p><a
title="Increase traffic blogspot" href="http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/" target="_blank">Some useful tips to increase your traffic</a> <a
href="http://help.blogger.com/bin/answer.py?answer=46870&amp;topic=12449"><img
src="http://reviewofweb.com/wp-content/uploads/2008/10/image39.png" border="0" alt="image" width="49" height="51" align="right" /></a></p><p><a
href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/">Recent Comments Widget For Blogspot Users with Source Code</a></p><p><strong>Web Hosting Coupons</strong></p><p><a
title="Best Web Hosting Discount Coupons" href="http://webhostingdiscountcoupons.info/" target="_blank">Best Web Hosting Discount Coupons</a><strong> </strong></p><p><strong>Email Address To Image Converter</strong></p><p><a
href="http://chxo.com/labelgen/" target="_blank">Convert your bots readable address to human readable address and avoid spam</a> Must have for every blogger. You have to give give away your address some or the other time on your website. Finally do away with those (at) and (dot)</p><p><strong>WordPress Add-In</strong></p><p><a
title="125*125 plugin" href="http://wordpress.org/extend/plugins/wp125/" target="_blank">125 x 125 advertising plugin for wordpress</a>:<strong> </strong>Not so talked about.<strong> </strong>125*125 banners are hot and the best plugin to cooly manage them.</p><p><strong>Adsense</strong></p><p><a
href="http://bestadsensealternatives.info/">A nice list of adsense Alternatives</a> If unfortunately you get kicked out of adsense or denied entry into it.</p><p>Should you find a tool/site worthy of being included above please mention in the comments below</p><p><a
href="javascript:window.location = 'http://www.socialmarker.com/?link='+encodeURIComponent (location.href)+'&amp;title='+encodeURIComponent( document.title);"><img
src="http://www.socialmarker.com/bookmark.gif" border="0" alt="Bookmark" /></a></p><p>You can add me here on <a
href="http://joinrow.stumbleupon.com/">StumbleUpon</a></p><p><a
href="http://reviewofweb.com/blogging/best-tools-bloggers/">43 Hand Picked Tools for Bloggers</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/best-tools-bloggers/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>4 easy steps to set up your self hosted wordpress blog</title><link>http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/</link> <comments>http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/#comments</comments> <pubDate>Tue, 15 Jan 2008 13:09:59 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[wordpress]]></category> <category><![CDATA[dreamhost]]></category><guid
isPermaLink="false">http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/</guid> <description><![CDATA[Here, I would like to  share my experience of finding and setting up my blog on my web hosting service provider. 1) Choosing the host: Since the start of my blogging activities I have followed Digitalpoint Forums religiously, which in a way have immensely helped me in choosing my blog host. I found the reviews [...]<p><a
href="http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/">4 easy steps to set up your self hosted wordpress blog</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Here, I would like to  share my experience of finding and setting up my blog on my web hosting service provider.</p><p>1) <u>Choosing the host:</u></p><p>Since the start of my blogging activities I have followed Digitalpoint Forums religiously, which in a way have immensely helped me in choosing my blog host. I found the reviews for dreamhost web hosting more or less good all over. With features like 500 GB of disk storage on sign up increasing by 2GB every week, 5TB monthly bandwidth increasing by 40 GB every week, one free domain, unlimited domains and subdomains (that can be hosted), very less outage time. It took me no time to choose this as my preferred choice of Web Host.I registered with dreamhost on 11/Dec/07, luckily that was the last day when they allowed $97 discount for the new members. Now the maximum discount offered by them is $50.<br
/> <u></u></p><p>2) <u>WordPress Installation:</u></p><p>Within half an hour of subscribing and making payments, I received emails detailing about email and FTP services. Then came wordpress installation part, dreamhost offers a very simple &#8216;one click installation&#8217; for wordpress(along with other installation options like forums). This can be done either in the root folder eg: ReviewOfWeb.com or you can create a wordpress folder of your own for eg: ReviewOfWeb.com/wordpress. Unless you intend to put your blog itself at the subdomain level, I would suggest you to stick with root folder only and not a seperate wordpress folder ( because of some security issues that comes along with it)<br
/> <u></u></p><p>3) <u>Choosing theme:</u></p><p>WP provides a number of built-in themes( through the presentation tab) or through <a
href="http://themes.wordpress.net/">http://themes.wordpress.net/</a>. Other than these, you can get zillions of themes for a google search on &#8220;wp themes&#8221;. I suggest if you are a newbie to blogging stick with themes provided by WP, they are tested for IE, Firefox layout and other possible problem areas.<br
/> <u></u></p><p>4) <u>FTP client or Web Ftp:</u></p><p>FTP stands for File transfer Protocol whereby you can transfer your files to the web host. There are step by step instructions in the mailer from dreamhost to accomplish this task. You have two options here, either download any FTP client or use the web option provided by dreamhost <a
href="https://webftp.dreamhost.com/">https://webftp.dreamhost.com/</a> . I prefer the latter just because its simplicity.<br
/> Thats it! You are all set to make your mark on web. Enjoy Blogging.</p><p><strong>Note: </strong>You can use the promocode <strong>HIGHESTDISCOUNT1</strong><strong> </strong>to get the maximum possible discount of $50 on dreamhost.</p><p><a
href="http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/">4 easy steps to set up your self hosted wordpress blog</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/wordpress/4-easy-steps-to-set-up-your-self-hosted-wordpress-blog/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
Page Caching using disk: enhanced
Database Caching 4/6 queries in 0.101 seconds using disk: basic
Object Caching 1561/1561 objects using disk: basic

Served from: reviewofweb.com @ 2012-05-23 05:04:09 -->
