<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://organizeseries.com/"
	>

<channel>
	<title>WP How</title>
	<atom:link href="http://wphow.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphow.org</link>
	<description>Showing you how to use WordPress</description>
	<lastBuildDate>Fri, 03 May 2013 06:28:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to install Hello Bar Solo the Developers version of Hello Bar</title>
		<link>http://wphow.org/how-to-install-hello-bar-solo/</link>
		<comments>http://wphow.org/how-to-install-hello-bar-solo/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 03:19:44 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[hellobar]]></category>
		<category><![CDATA[solo]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3485</guid>
		<description><![CDATA[The hello bar has been a mini revolution since it hit the streets a short time ago. There are imitations of it out there now but I think its still one of the best tools you can use to increase interaction with your website visitors. Who is this post for? This post is specifically showing [...]]]></description>
				<content:encoded><![CDATA[<p>The hello bar has been a mini revolution since it hit the streets a short time ago. There are imitations of it out there now but I think its still one of the best tools you can use to increase interaction with your website visitors.</p>
<p><a name="who-is-this-post-for"></a><br />
<h3>Who is this post for?</h3>
<p>This post is specifically showing how to install and use the Developers version of Hello bar, <a href="http://www.hellobar.com/solo/" title="Hello Bar Solo" target="_blank">Hello Bar Solo</a>. If you want to use the client version please visit the main website. <a href="http://www.hellobar.com" title="Hello bar" target="_blank">http://hellobar.com</a></p>
<p><a name="what-is-a-hello-bar"></a><br />
<h3>What is a hello bar?</h3>
<p><a href="http://wphow.org/wp-content/uploads/2013/04/Hello-Bar-Solo.jpg"><img class="alignnone size-full wp-image-3486" alt="Hello Bar Solo" src="http://wphow.org/wp-content/uploads/2013/04/Hello-Bar-Solo.jpg" width="1032" height="195" /></a></p>
<p><a name="whats-so-good-about-the-developers-version"></a><br />
<h3>What&#8217;s so good about the developers version</h3>
<p>As I write it is only $29 for unlimited sites which is incredible value for developers to offer a current tool for clients without any ongoing costs.</p>
<p><a name="whats-the-catch"></a><br />
<h3>What&#8217;s the catch</h3>
<p>The <a href="http://www.hellobar.com" title="Hello Bar" target="_blank">regular version</a> is easier to install and tracks all kinds of stats which many clients will love.</p>
<p>You will have to do the styling yourself via css and read up on codes to use to perform different tasks. There is lots of good info on how to do all that on the <a href="http://www.hellobar.com/solo/" title="Hello Bar Solo" target="_blank">developers page</a> </p>
<p><a name="how-to-install-it"></a><br />
<h3>How to install it</h3>
<ol>
<li>First you need to go and purchase the developers version <a href="http://www.hellobar.com/solo/" title="Hello Bar Solo" target="_blank">Hello Bar Solo</a>.</li>
<li>You will get a link to download the zip file in an email after your purchase is completed.</li>
<li>Unzip the file, it creates a folder called hellobar-solo but to confuse things you actually need to use a folder within this one with exactly the same name. So get the folder within the first one called hellobar-solo</li>
<li>upload the the folder and its contents where your theme is eg :http//website.com/wp-content/themes/yourtheme/</li>
<li>add this code to the header code area. (with headwaythemes.com theme for example you get there via <br />Headway Options -&gt; Scripts/Analytics) Here is a <a href="http://wphow.org/wp-content/uploads/2013/04/hellobar-code.zip" title="Zip file with code to insert to website" target="_blank">zip file with code below to insert to website</a> below in case it doesn&#8217;t render correctly
<link href="http://www.websitename.com/wp-content/themes/theme-name-here/hellobar-solo/hellobar.css" rel="stylesheet" type="text/css" />
<p>&lt;link type=&#8221;text/css&#8221; rel=&#8221;stylesheet&#8221; href=&#8221;http://www.websitename.com/wp-content/themes/theme-name-here/hellobar-solo/hellobar.css&#8221; /&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.websitename.com/wp-content/themes/theme-name-here/hellobar-solo/hellobar.js&#8221;&gt;&lt;/script&gt;</p>
</li>
<li>add this to the footer code
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;// &lt;![CDATA[</p>
<p>    new HelloBar( '&lt;span&gt;Read my pitch and then click on my&lt;/span&gt; &lt;a href="#"&gt;Call to Action!&lt;/a&gt;', {</p>
<p>        showWait: 1000,</p>
<p>        positioning: 'sticky',</p>
<p>        fonts: 'Arial, Helvetica, sans-serif',</p>
<p>        forgetful: true</p>
<p>    }, 1.0 );</p>
<p>// ]]&gt;&lt;/script&gt;</p>
<p>&nbsp;</p>
</li>
<li>
<p>Now all you have to do us customise the message in the 2nd section and style the css via the css file in the folder you uploaded earlier.<br />There are examples and the code needed to customise everything here &#8211; <a href="http://www.hellobar.com/solo/" title="Hello Bar Solo" target="_blank">Hello Bar Solo</a>.</p>
</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/how-to-install-hello-bar-solo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to migrate a website the easy way using BackupBuddy Stash</title>
		<link>http://wphow.org/how-to-migrate-a-website-the-easy-way-using-backupbuddy-stash/</link>
		<comments>http://wphow.org/how-to-migrate-a-website-the-easy-way-using-backupbuddy-stash/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 03:02:12 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3405</guid>
		<description><![CDATA[The backupbuddy has long been used as a brilliant tool for transferring a website from one location to another. Now with the BackupBuddy Stash storage service it has made setting up a new website from a backup even easier and much faster than ever before. Previously you had to download a backup copy of a [...]]]></description>
				<content:encoded><![CDATA[<p>The backupbuddy has long been used as a brilliant tool for transferring a website from one location to another. Now with the <a rel="nofollow" href="http://ithemes.com/backupbuddy-stash/" title="BackupBuddy Stash" target="_blank">BackupBuddy Stash</a> storage service it has made setting up a new website from a backup even easier and much faster than ever before. Previously you had to download a backup copy of a website, then re-upload it to the new web hosting. Now the cloud based backup can be sent to the cloud based hosting without you needing to be the middle person anymore.</p>
<p>This can be needed for a number of reasons:</p>
<ul>
<li>relocating to new web hosting</li>
<li>for web developers &#8211; moving a staging site to the live site url</li>
<li>rebuilding after a site has been compromised / hacked</li>
<li>restoring after the web host has lost a server (unusual but can happen especially if you bought it from a smaller operator)</li>
</ul>
<p><a name="setup-ithemes-backupbuddy-stash-account"></a><br />
<h3><span style="color: #000000;"><span style="font-family: tahoma, sans-serif;">Setup iThemes BackupBuddy Stash account</span></span></h3>
<div><span style="color: #000000;"><span style="font-family: tahoma, sans-serif;"><a rel="nofollow" href="http://ithemes.com/backupbuddy-stash/" title="Backupbuddy Stash" target="_blank">http://ithemes.com/backupbuddy-stash/</a></span></span></div>
<div>First 256MB is free then its $35 per year for 5GB which is brilliant</div>
<div></div>
<p><a name="install-backupbuddy-plugin"></a><br />
<h3><span style="color: #000000;">Install BackupBuddy plugin</span></h3>
<div><span style="color: #000000;">This is done on the website you are making a copy of</span></div>
<div><a rel="nofollow" href="http://ithemes.com/purchase/backupbuddy/" title="Backup buddy" target="_blank">http://ithemes.com/purchase/backupbuddy/</a></div>
<div>This one has a range of prices. Lowest option is 2 websites for $75 per year. Such cheap insurance if you think about how much money you lose if your website is lost without a current backup!</div>
<div></div>
<div></div>
<p><a name="add-a-new-destination-via-backupbuddy-on-the-website-you-are-copying-which-well-call-site-a"></a><br />
<h3><span style="color: #000000;">Add a new destination via backupbuddy on the website you are copying which we&#8217;ll call Site A</span></h3>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3407" rel="attachment wp-att-3407"><img class="alignnone size-full wp-image-3407" title="Step 01-1" src="http://wphow.org/wp-content/uploads/2012/11/Step-01-1.jpg" alt="" width="1001" height="262" /></a></div>
<div></div>
<p><a name="add-backupbuddy-stash-account-details"></a><br />
<h3>Add BackupBuddy Stash account details</h3>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3408" rel="attachment wp-att-3408"><img class="alignnone size-full wp-image-3408" title="Step 02-2" src="http://wphow.org/wp-content/uploads/2012/11/Step-02-2.jpg" alt="" width="972" height="449" /></a></div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3409" rel="attachment wp-att-3409"><img class="alignnone size-full wp-image-3409" title="Step 03-2" src="http://wphow.org/wp-content/uploads/2012/11/Step-03-2.jpg" alt="" width="526" height="379" /></a></div>
<p><a name="make-full-backup-of-site-a"></a><br />
<h3>Make full backup of Site A</h3>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3410" rel="attachment wp-att-3410"><img class="alignnone size-full wp-image-3410" title="Step 04" src="http://wphow.org/wp-content/uploads/2012/11/Step-041.jpg" alt="" width="674" height="561" /></a></div>
<div><span style="color: #000000;"><br />
</span></div>
<div>Send completed backup to remote destination</div>
<div>This will go to your new Stash account</div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3411" rel="attachment wp-att-3411"><img class="alignnone size-full wp-image-3411" title="Step 05" src="http://wphow.org/wp-content/uploads/2012/11/Step-05.jpg" alt="" width="834" height="378" /></a></div>
<div><a href="http://wphow.org/?attachment_id=3412" rel="attachment wp-att-3412"><img class="alignnone size-full wp-image-3412" title="Step 06" src="http://wphow.org/wp-content/uploads/2012/11/Step-06.jpg" alt="" width="685" height="512" /></a></div>
<div></div>
<div>The file will be then sent to your Stash account as per message below.</div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3413" rel="attachment wp-att-3413"><img class="alignnone size-full wp-image-3413" title="Step 07" src="http://wphow.org/wp-content/uploads/2012/11/Step-07.jpg" alt="" width="443" height="204" /></a></div>
<div></div>
<p><a name="setup-importbuddy-password"></a><br />
<h3>Setup importbuddy password</h3>
<p><a href="http://wphow.org/?attachment_id=3415" rel="attachment wp-att-3415"><img class="alignnone size-full wp-image-3415" title="Step 07a" src="http://wphow.org/wp-content/uploads/2012/11/Step-07a.jpg" alt="" width="788" height="759" /></a></p>
<div></div>
<p><a name="download-importbuddyphp-file-to-your-computer"></a><br />
<h3>Download importbuddy.php file to your computer</h3>
<div><a href="http://wphow.org/?attachment_id=3416" rel="attachment wp-att-3416"><img class="alignnone size-full wp-image-3416" title="Step 07b" src="http://wphow.org/wp-content/uploads/2012/11/Step-07b.jpg" alt="" width="1230" height="617" /></a></div>
<div></div>
<p><a name="upload-importbuddy-file-to-site-b-folder-where-the-website-will-be-installed"></a><br />
<h3>Upload importbuddy file to Site B folder where the website will be installed</h3>
<div>You can upload this via the file manager of your web hosting control panel or via ftp software</div>
<div></div>
<p><a name="enter-in-the-following-address-to-you-web-browser-http-wwwsitebcom-importbuddyphp"></a><br />
<h3>Enter in the following address to you web browser: http://www.siteb.com/importbuddy.php</h3>
<div>The enter the importbuddy password you created in earlier step</div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3414" rel="attachment wp-att-3414"><img class="alignnone size-full wp-image-3414" title="Step 08" src="http://wphow.org/wp-content/uploads/2012/11/Step-08.jpg" alt="" width="521" height="489" /></a></div>
<p><a name="select-stash-option-and-enter-backupbuddy-stash-account-details"></a><br />
<h3>Select Stash option and enter BackupBuddy Stash account details</h3>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3417" rel="attachment wp-att-3417"><img class="alignnone size-full wp-image-3417" title="Step 09" src="http://wphow.org/wp-content/uploads/2012/11/Step-09.jpg" alt="" width="843" height="695" /></a></div>
<p><a name="select-backup-made-from-site-a-previously"></a><br />
<h3>Select backup made from Site A previously</h3>
<div></div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3418" rel="attachment wp-att-3418"><img class="alignnone size-full wp-image-3418" title="Step 10" src="http://wphow.org/wp-content/uploads/2012/11/Step-10.jpg" alt="" width="833" height="565" /></a></div>
<div></div>
<p><a name="now-wait-a-minute-or-2-for-the-backup-to-be-copied-from-stash-to-your-siteb-hosting-maybe-more-for-larger-sites"></a><br />
<h2>Now wait a minute or 2 for the backup to be copied from Stash to your SiteB hosting (maybe more for larger sites)</h2>
<p>You will see the message below when its done.</p>
<div><a href="http://wphow.org/?attachment_id=3419" rel="attachment wp-att-3419"><img class="alignnone size-full wp-image-3419" title="Step 11" src="http://wphow.org/wp-content/uploads/2012/11/Step-11.jpg" alt="" width="797" height="534" /></a></div>
<div></div>
<p><a name="files-will-now-be-unzipped-for-you"></a><br />
<h3>Files will now be unzipped for you.</h3>
<div>When finished click on next step</div>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3420" rel="attachment wp-att-3420"><img class="alignnone size-full wp-image-3420" title="Step 12" src="http://wphow.org/wp-content/uploads/2012/11/Step-12.jpg" alt="" width="849" height="606" /></a></div>
<div></div>
<p><a name="finally-add-the-database-name-username-and-password-that-you-will-need-to-create-via-the-control-panel-of-the-site-b-web-hosting"></a><br />
<h3>Finally add the database name, username and password that you will need to create via the control panel of the Site B web hosting</h3>
<div></div>
<div><a href="http://wphow.org/?attachment_id=3421" rel="attachment wp-att-3421"><img class="alignnone size-full wp-image-3421" title="Step 13-1" src="http://wphow.org/wp-content/uploads/2012/11/Step-13-1.jpg" alt="" width="843" height="916" /></a></div>
<div>The rest you do as normal when using backup buddy.</div>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/how-to-migrate-a-website-the-easy-way-using-backupbuddy-stash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How setup Paypal to accept credit cards</title>
		<link>http://wphow.org/setup-paypal-to-accept-credit-cards/</link>
		<comments>http://wphow.org/setup-paypal-to-accept-credit-cards/#comments</comments>
		<pubDate>Sat, 24 Nov 2012 04:08:49 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[accepting credit cards with paypal]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3366</guid>
		<description><![CDATA[Where to find that mysterious setting to allow people to buy from you without them needing to create a PayPal account. It is one of those things that drives me a little crazy as I can never remember of the top of my head where to change the setting. So for my benefit as much [...]]]></description>
				<content:encoded><![CDATA[<p>Where to find that mysterious setting to allow people to buy from you without them needing to create a <strong>PayPal</strong> account. It is one of those things that drives me a little crazy as I can never remember of the top of my head where to change the setting. So for my benefit as much as yours I have laid it out below with screenshots and links to speed up the process.</p>
<p>By default it&#8217;s turned off would you believe so every single <i>PayPal</i> user needs to make this change in the setup stage.</p>
<p>Very  handy reference manual for <u>PayPal</u> Standard, it has lots of screenshots and even though a few years old still valid as PayPal has not changed most of their screens for years:<br />
<a href="https://www.paypalobjects.com/WEBSCR-640-20121028-1/en_US/AU/pdf/PP_WebsitePaymentsStandard_IntegrationGuide.pdf" title="Paypal Standard Guide" target="_blank">PayPal Standard Guide (PDF)</a></p>
<p>This is based on using the PayPal Standard style of account.<br />
<a name="step-1-edit-profile"></a><br />
<h3>Step 1 &#8211; Edit profile</h3>
<p>Actual PayPal link: <a href="https://www.paypal.com/webapps/customerprofile/summary.view" title="Paypal Settings" target="_blank">https://www.paypal.com/webapps/customerprofile/summary.view</a></p>
<p><a href="http://wphow.org/setup-paypal-to-accept-credit-cards/step-01-2/" rel="attachment wp-att-3371"><img class="alignnone size-full wp-image-3371" title="Edit Paypal profile" src="http://wphow.org/wp-content/uploads/2012/11/Step-011.jpg" alt="Edit Paypal profile" width="715" height="143" /></a><br />
<a name="step-2-select-my-selling-tools"></a><br />
<h3>Step 2 &#8211; Select my selling tools</h3>
<p><a href="http://wphow.org/setup-paypal-to-accept-credit-cards/step-02-my-selling-tools-1/" rel="attachment wp-att-3373"><img class="alignnone size-full wp-image-3373" title="Paypal - My selling tools" src="http://wphow.org/wp-content/uploads/2012/11/Step-02-My-selling-tools-1.jpg" alt="Paypal - My selling tools" width="256" height="417" /></a><br />
<a name="step-3-select-website-preferences-update"></a><br />
<h3>Step 3 &#8211; Select website preferences &#8211; update</h3>
<p>Actual PayPal link: <a href="https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-website-payments" title="Paypal Website preferences" target="_blank">https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-website-payments</a></p>
<p><a href="http://wphow.org/setup-paypal-to-accept-credit-cards/step-03/" rel="attachment wp-att-3374"><img class="alignnone size-full wp-image-3374" title="Paypal - Website Payment Preferences" src="http://wphow.org/wp-content/uploads/2012/11/Step-03.jpg" alt="Paypal - Website Payment Preferences" width="1016" height="448" /></a><br />
<a name="step-4-set-paypal-account-option-to-on"></a><br />
<h3>Step 4 &#8211; Set PayPal Account Option to &#8216;On&#8217;</h3>
<p>Further reading about this setting on official site: <a href="https://www.paypal.com/au/cgi-bin/webscr?cmd=p/pop/help-account-optional" title="More information about Paypal account optional setting" target="_blank">https://www.paypal.com/au/cgi-bin/webscr?cmd=p/pop/help-account-optional</a></p>
<p><a href="http://wphow.org/setup-paypal-to-accept-credit-cards/step-04/" rel="attachment wp-att-3375"><img class="alignnone size-full wp-image-3375" title="Paypal Account Optional" src="http://wphow.org/wp-content/uploads/2012/11/Step-04.jpg" alt="Paypal Account Optional" width="781" height="155" /></a><br />
<a name="other-useful-setting-on-the-same-page"></a><br />
<h3>Other useful setting on the same page</h3>
<p>There are a few more items on this page that are used in the e-commerce setup that you may need. They are:</p>
<p><span style="text-decoration: underline;">Auto Return for Website payments:</span></p>
<p>Auto Return for Website Payments brings your buyers back to your website immediately after payment completion. Auto Return applies to PayPal Website Payments, including Buy Now, Donations, Subscriptions and Shopping Cart. <a href="https://www.paypal.com/au/cgi-bin/webscr?cmd=p/pop/express_return_learn_more">Learn More</a></p>
<p>You also need to add a the URL where you want your customer to go back to on your website after a successful transaction.</p>
<p>For <strong>WooCommerce</strong> the return URL is:  yoursite.com/checkout/order-received/</p>
<p><span style="text-decoration: underline;">PDT &#8211; Payment Data Transfer</span></p>
<p>Payment Data Transfer allows you to receive notification of successful payments as they are made. The use of Payment Data Transfer depends on your <a href="https://www.paypal.com/au/cgi-bin/webscr?cmd=p/pop/payment_data_transfer">system configuration</a> and your Return URL. Please note that in order to use Payment Data Transfer, you <strong>must</strong> turn on Auto Return.<br />
<a name="more-useful-links-to-wordpress-shopping-cart-plugin-resources"></a><br />
<h3>More useful links to WordPress shopping cart plugin resources</h3>
<p><span style="text-decoration: underline;">WooCommerce plugin</span></p>
<p>Paypal Standard guide : <a href="http://wcdocs.woothemes.com/user-guide/payment-gateways-user-guide/paypal-standard/" title="WooCommerce Paypal Standard Guide" target="_blank">http://wcdocs.woothemes.com/user-guide/payment-gateways-user-guide/paypal-standard/</a></p>
<p><span style="text-decoration: underline;">WP e-Commerce plugin</span></p>
<p>Paypal Standard guide: <a href="http://docs.getshopped.org/documentation/paypal-payments-standard/" title="WP e-Commerce plugin Paypal Standard Guide" target="_blank">http://docs.getshopped.org/documentation/paypal-payments-standard/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/setup-paypal-to-accept-credit-cards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to add a custom sharing service to Jetpack plugin</title>
		<link>http://wphow.org/how-to-add-a-custom-sharing-service-to-jetpack/</link>
		<comments>http://wphow.org/how-to-add-a-custom-sharing-service-to-jetpack/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 04:34:47 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3302</guid>
		<description><![CDATA[In this example I will show you how to add the bufferapp button for sharing posts with the jetpack sharing feature. Create / find an icon for the service that is a png file that is 16&#215;16 pixels and upload to the website via media upload and use the link. Locate the sharing code The [...]]]></description>
				<content:encoded><![CDATA[<p>In this example I will show you how to add the bufferapp button for sharing posts with the jetpack sharing feature.<br />
<a name="create-find-an-icon"></a><br />
<h2>Create / find an icon</h2>
<p>for the service that is a png file that is 16&#215;16 pixels and upload to the website via media upload and use the link.<br />
<a name="locate-the-sharing-code"></a><br />
<h2>Locate the sharing code</h2>
<p>The code you will need for the particular service in this case it was here: <a href="http://bufferapp.com/extras/button" title="Buffer button" target="_blank">http://bufferapp.com/extras/button</a><br />
<a name="work-out-which-part-of-the-code-to-use"></a><br />
<h2>Work out which part of the code to use</h2>
<p>Add it in the right format as explained here (ignoring the [source] code which you don&#8217;t use at all: <a href="http://ryanmarkel.com/2010/08/26/adding-a-custom-sharing-service-to-wordpress-com/" title="Adding a custom sharing service" target="_blank">http://ryanmarkel.com/2010/08/26/adding-a-custom-sharing-service-to-wordpress-com/</a><br />
<a name="now-go-to-the-sharing-settings-and-add-new-service"></a><br />
<h2>Now go to the sharing settings and &#8216;add new service&#8217;</h2>
<p><a href="http://wphow.org-to-add-a-custom-sharing-service-to-jetpack/sharing-settings-bluechip-blogspace-wordpress/" rel="attachment wp-att-3306"><img class="alignnone  wp-image-3306" title="Sharing Settings ‹ BlueChip Blogspace — WordPress" src="http://wphow.org/wp-content/uploads/2012/09/Sharing-Settings-‹-BlueChip-Blogspace-—-WordPress.jpg" alt="" width="800" height="605" /></a><br />
<a name="this-is-how-it-should-look"></a><br />
<h2>This is how it should look</h2>
<p><a href="http://wphow.org-to-add-a-custom-sharing-service-to-jetpack/adding-new-service-1/" rel="attachment wp-att-3304"><img class="alignnone size-full wp-image-3304" title="adding new service-1" src="http://wphow.org/wp-content/uploads/2012/09/adding-new-service-1.jpg" alt="" width="814" height="614" /></a></p>
<p>&nbsp;<br />
<a name="how-it-looks-at-the-bottom-of-a-post"></a><br />
<h2>How it looks  at the bottom of a post</h2>
<p><a href="http://wphow.org-to-add-a-custom-sharing-service-to-jetpack/adding-buffer-icon/" rel="attachment wp-att-3305"><img class="alignnone size-full wp-image-3305" title="adding buffer icon" src="http://wphow.org/wp-content/uploads/2012/09/adding-buffer-icon.jpg" alt="" width="522" height="163" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/how-to-add-a-custom-sharing-service-to-jetpack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Spectacular presentation from WordCamp Sydney 2012</title>
		<link>http://wphow.org/plugin-spectacular-presentation-from-wordcamp-sydney-2012/</link>
		<comments>http://wphow.org/plugin-spectacular-presentation-from-wordcamp-sydney-2012/#comments</comments>
		<pubDate>Sun, 22 Jul 2012 05:30:48 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3202</guid>
		<description><![CDATA[The whole plugin spectacular presentation from WordCamp Sydney 2012 by Tony Cosentino. What the hell are plugins? accessories to add to your vehicle php/javascript injection for dummies written by people smarter than me I have ADPHPD (Attention deficit php disorder) I also like wheels other people make, why re-invent them How to spot a good [...]]]></description>
				<content:encoded><![CDATA[<p>The whole <strong>plugin</strong> spectacular presentation from WordCamp Sydney 2012 by Tony Cosentino.</p>
<p><object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=13716023&#038;doc=pluginswordcampsydney2012-120721184508-phpapp02' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=13716023&#038;doc=pluginswordcampsydney2012-120721184508-phpapp02' /><param name='allowFullScreen' value='true' /></object><br />
<a name="what-the-hell-are-plugins"></a><br />
<h3>What the hell are plugins?</h3>
<ul>
<li>accessories to add to your vehicle</li>
<li>php/javascript injection for dummies</li>
<li>written by people smarter than me</li>
<li>I have ADPHPD (Attention deficit php disorder)</li>
<li>I also like wheels other people make, why re-invent them</li>
</ul>
<p><a name="how-to-spot-a-good-plugin"></a><br />
<h3>How to spot a good plugin</h3>
<div id="attachment_3205" class='wp-caption alignnone' style='width:600px;'><a rel="nofollow" href="http://wphow.org/?attachment_id=3205" rel="attachment wp-att-3205"><img class="size-medium wp-image-3205" title="How to choose a good WordPress plugin" src="http://wphow.org/wp-content/uploads/2012/07/How-to-spot-a-good-plugin-600x336.jpg" alt="How to choose a good WordPress plugin" width="600" height="336" /></a>
<p class='wp-caption-text'>How to choose a good WordPress <i>plugin</i></p>
</div>
<p><a name="free-plugins-can-be"></a><br />
<h3>Free plugins can be&#8230;</h3>
<ul>
<li>free to stop being updated</li>
<li>free to brake for extended periods of time</li>
<li>free from developer contact information (sometimes anyway &#8211; I’m being dramatic ok)</li>
<li>free to go offline when the developer gets over of at all the whining from internet marketers wanting it fixed yesterday for nada</li>
</ul>
<p><a name="ok-free-plugins-can-be-awesome-too-if"></a><br />
<h3>OK free plugins can be awesome too, if&#8230;</h3>
<ul>
<li>the have a large benevolent company behind them</li>
<li>are a loss leader for a paid version</li>
<li>connect you to a commercial 3rd party product (eg sales force form)</li>
<li>are supported by a Buddhist monk who is hoping to attain enlightenment through perfect code and self sacrifice<br />
(Nothing against that Buddhists either, they rock)</li>
</ul>
<p><a name="if-you-pay-for-a-plugin-or-theme"></a><br />
<h3>If you pay for a plugin (or theme)</h3>
<ul>
<li>you are supporting WordPress developer/s who will then maintain the very <u>plugin</u> that is making you look great</li>
<li>inspiring more plugins to be built</li>
<li>subsidising the support system</li>
<li>putting people through college/uni</li>
</ul>
<p><a name="backup-plugins"></a><br />
<h3>Backup plugins</h3>
<ul>
<li>vaultpress (premium &#8211; vaultpress.com &#8211; $15/month)</li>
<li>backupbuddy (premium &#8211; pluginbuddy.com &#8211; $75/year for 2 site licence, $100/year for 10 sites, $150/year unlimited sites)</li>
<li>BackUpWordPress (free &#8211; wordpress.org)</li>
</ul>
<p><a name="seo-plugins"></a><br />
<h3>SEO plugins</h3>
<ul>
<li>WordPress SEO by Yoast</li>
<li>SEO Ultimate</li>
<li>SEO Rank Tracker</li>
<li>404 Redirection &#8211; divert all 404 error to main page, improves user experience and improves google rank for home page</li>
<li>SEOPressor (premium &#8211; <a rel="nofollow" href="http://seopressor.com">http://seopressor.com</a> &#8211; $97)</li>
<li>Analytics360 &#8211; Google and mailchimps lovechild</li>
</ul>
<p><a name="ecommerce-plugins"></a><br />
<h3>eCommerce plugins</h3>
<ul>
<li>WooCommerce (the new up and comer)</li>
<li>WP Shopp (premium &#8211; <a rel="nofollow" href="http://shoppplugin.net">http://shoppplugin.net</a> )</li>
<li>WP eCommerce (the original)</li>
<li>Ecwid Shopping Cart (use with facebook too)</li>
</ul>
<p><a name="security-plugins"></a><br />
<h3>Security plugins</h3>
<ul>
<li>Limit login attempts</li>
<li>Firewall 2</li>
<li>Block Spam By Math Reloaded</li>
<li>WordPress file monitor</li>
<li>wp-ban</li>
<li>Timthumb Vulnerability Scanner</li>
</ul>
<p><a name="images-plugins"></a><br />
<h3>Images plugins</h3>
<ul>
<li>Lightbox Plus (popups instead of a blank page)</li>
<li>NextGEN Gallery</li>
</ul>
<p><a name="training-and-support-plugins"></a><br />
<h3>Training and support plugins</h3>
<ul>
<li><a rel="nofollow" href="http://www.videousermanuals.com/" title="Video User Manuals" target="_blank">Video User Manuals</a> ($24/month on unlimited client sites)</li>
<li>WP Help</li>
</ul>
<p><a name="content-plugins"></a><br />
<h3>Content plugins</h3>
<ul>
<li>Organize Series</li>
<li>Shortcodes Ultimate</li>
<li>TinyMCE Advanced</li>
<li>WP-chgFontSize</li>
<li>YARP Yet another related post</li>
<li>Duplicate Post</li>
<li>Easy Content TemplatesReplace Featured Image with Video</li>
</ul>
<p><a name="form-plugins"></a><br />
<h3>Form plugins</h3>
<ul>
<li>Gravity forms (premium &#8211; <a rel="nofollow" href="http://gravityforms.com">http://gravityforms.com</a> -</li>
</ul>
<p><a name="caching-plugins"></a><br />
<h3>Caching plugins</h3>
<ul>
<li>WP Super Cache</li>
<li>W3 Total Cache</li>
</ul>
<p><a name="search-plugins"></a><br />
<h3>Search plugins</h3>
<ul>
<li>Search Everything</li>
<li>Relevanssi &#8211; A Better Search</li>
<li>Google Custom Search</li>
</ul>
<p><a name="live-chat-plugins"></a><br />
<h3>Live chat plugins</h3>
<ul>
<li>Zopim Live Chat</li>
<li>ClickDesk Live-Chat, Help Desk &amp; Live-Call</li>
</ul>
<p><a name="event-plugins"></a><br />
<h3>Event plugins</h3>
<ul>
<li>Event espresso (premium)</li>
<li>All-in-One Event Calendar</li>
<li>CalPress Event Calendar</li>
</ul>
<p><a name="social-media-plugins"></a><br />
<h3>Social media plugins</h3>
<ul>
<li>The social links</li>
<li>facebook (not perfect, still needs to work)</li>
<li>Simple Facebook Share Button</li>
<li>jetpack</li>
</ul>
<p><a name="dashboard-customisation-plugins"></a><br />
<h3>Dashboard customisation plugins</h3>
<ul>
<li>Whitelabel CMS</li>
<li>Adminize</li>
<li>TM Replace Howdy</li>
</ul>
<p><a name="membership-plugins"></a><br />
<h3>Membership plugins</h3>
<ul>
<li>S2Member</li>
<li>S2Member Pro (premium)</li>
</ul>
<p><a name="user-management-plugins"></a><br />
<h3>User Management plugins</h3>
<ul>
<li>Import Users from CSV (import a lot of users from one spreadsheet)</li>
<li>User Switching</li>
<li>QuickLogin (popups for login pages so you need to leave the page you are on)</li>
</ul>
<p><a name="custom-post-types-plugins"></a><br />
<h3>Custom post types plugins</h3>
<ul>
<li>My Content Management (collection of custom post types pre built, eg faqs, people, testimonials, locations, quotes, glossary, etc)</li>
<li>CustomPress (premium &#8211; <a rel="nofollow" href="http://premium.wpmudev.org/project/custompress">http://premium.wpmudev.org/project/custompress</a> )</li>
</ul>
<p><a name="widget-plugins"></a><br />
<h3>Widget plugins</h3>
<ul>
<li>Widget logic</li>
<li>Spectacu.la Page Widget</li>
<li>WP-Cumulus</li>
<li>Widgets on pages (add javascript to a page via shortcode that won’t dissapear)</li>
<li>Executable PHP widget</li>
<li>Custom sidebars</li>
<li>Widget Entries (use with Custom sidebars)</li>
<li>Duplicate Widget (Ditto)</li>
<li>PHP Code Widget</li>
</ul>
<p><a name="developer-back-end-plugins"></a><br />
<h3>Developer back-end plugins</h3>
<ul>
<li>Friends Only</li>
<li>Revision control</li>
<li>Velvet Blues Update URLs</li>
<li>Page and Post Lister</li>
<li>Redirection</li>
</ul>
<p><a name="calculator-and-quiz-plugins"></a><br />
<h3>Calculator and quiz plugins</h3>
<ul>
<li>CalculatorPro Calculators &#8211; (204 different calculators)</li>
<li>WP Survey And Quiz Tool</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/plugin-spectacular-presentation-from-wordcamp-sydney-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP Plugin Shopping Cart</title>
		<link>http://wphow.org/wp-plugin-shopping-cart/</link>
		<comments>http://wphow.org/wp-plugin-shopping-cart/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 05:52:24 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3172</guid>
		<description><![CDATA[WordPress is one of the top choices available today for web owners to use as their website. This is due to its many attractions, including plugins and its numerous customizable features. Other than widgets, plugins extend the functionality of the website and increase its effectiveness. What is more, web owners can find many important plugins, [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_3176" class='wp-caption alignnone' style='width:450px;'><a rel="nofollow" href="http://wphow.org/?attachment_id=3176" rel="attachment wp-att-3176"><img class="size-full wp-image-3176" title="wp plugin shopping cart" src="http://wphow.org/wp-content/uploads/2012/07/wp-plugin-shopping-cart.jpg" alt="wp plugin shopping cart" width="450" height="300" /></a>
<p class='wp-caption-text'><strong>wp plugin shopping cart</strong></p>
</div>
<p>WordPress is one of the top choices available today for web owners to use as their website. This is due to its many attractions, including plugins and its numerous customizable features. Other than widgets, plugins extend the functionality of the website and increase its effectiveness. What is more, web owners can find many important plugins, such as the <i>WP plugin shopping cart</i>. This plugin will convert a regular website or blog into e-commerce. Thus, if an owner wants to sell products or services, the WP shopping cart plugin is ideal.<br />
<a name="a-wp-plugin-shopping-cart-can-bring-many-advantages-including"></a><br />
<h2>A WP plugin shopping cart can bring many advantages, including:</h2>
<ul>
<li>No cost. As an open source, this free plugin costs nothing to integrate with the WordPress theme. This makes it ideal for businesses that carry a small to medium quantity of inventory. It is popular amongst sellers who offer products such as T-shirts, e-books or subscriptions.</li>
<li>Easy to install and uninstall. What is attractive about the shopping cart plugin is how easy it is to install. Owners can log into their administration page or dashboard, and search for the most suitable one. Next, they can click the install button. If the plugin does not meet their business&#8217; requirements, they can uninstall it easily without hassle.</li>
<li>Great support. The plugins are built by a community of developers, thus web owners will have no difficulty finding technical support. Each cart is well documented, and owners can obtain more information and updates from the developer&#8217;s site, or through the WordPress forum.</li>
<li>Integrates with popular payment gateways. The plugins offer a complete e-commerce solution, such as the ability to accept online payments. The cart is integrated with PayPal and many other popular payment gateways. Sellers around the world will find it easy to use.</li>
<li>Great for marketing. With all the essential features, the online store is search engine friendly. It is an effective marketing tool. For instance, the shopping cart plugin can be set to allow for free or reduced shipping charges, discounted prices and coupons. This will attract more potential customers. Furthermore, the shopping cart is also integrated with social media and email. This helps to increase the effectiveness of the owner&#8217;s preferred marketing strategy.</li>
</ul>
<p><a name="in-conclusion-the-wp-plugin-shopping-cart-is"></a><br />
<h3>In conclusion, the WP plugin shopping cart is:</h3>
<p>a convenient e-commerce solution for startups and existing small business owners who are on a budget. This cart helps to facilitate their online business to success and make it profitable.</p>
<p>Read my other posts about <a rel="nofollow" href="http://wphow.org/10-great-wordpress-shopping-carts/" title="10 great shopping carts">10 great shopping carts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/wp-plugin-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a WP Table of Contents the Easy Way</title>
		<link>http://wphow.org/how-to-create-a-wp-table-of-contents-the-easy-way/</link>
		<comments>http://wphow.org/how-to-create-a-wp-table-of-contents-the-easy-way/#comments</comments>
		<pubDate>Tue, 03 Jul 2012 02:35:41 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[side]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3144</guid>
		<description><![CDATA[WP Table of Contents manually or with a plugin How to create a WP Table of contents manually When you have a WordPress blog or wp site, you might rely solely on the internal navigation links provided, such as “older posts” or “newer posts.” However, to create a content site that really engages your readers, construct a [...]]]></description>
				<content:encoded><![CDATA[<p><a name="wp-table-of-contents-manually-or-with-a-plugin"></a><br />
<h2>WP Table of Contents manually or with a plugin</h2>
<p><a name=""></a><br />
<h3><a rel="nofollow" href="http://wphow.org/?attachment_id=3148" rel="attachment wp-att-3148"><img class="size-full wp-image-3148 alignnone" title="WP Table of contents" src="http://wphow.org/wp-content/uploads/2012/07/WP-Table-of-contents.jpg" alt="WP Table of contents" width="450" height="300" /></a></h3>
<p><a name="how-to-create-a-wp-table-of-contents-manually"></a><br />
<h3><a rel="nofollow" href="http://wphow.org/?attachment_id=3148" rel="attachment wp-att-3148"></a>How to create a WP Table of contents manually</h3>
<p>When you have a WordPress blog or wp site, you might rely solely on the internal navigation links provided, such as “older posts” or “newer posts.” However, to create a content site that really engages your readers, construct a <i>WP Table of Contents</i> that clearly outlines your site&#8217;s pages and categories of topics. The dual-faceted content or page creation are makes this a very easy process. You don&#8217;t even need to know HTML coding to make a very striking Table of Contents page.</p>
<p><strong>WordPress Sidebar</strong></p>
<p>Your login will take you to your WordPress Dashboard. Along the left side, you should see your WP sidebar. Locate the entry entitled, “Pages.” If you prefer a smaller than full-screen browser, the icon appears as pieces of paper just above the comment bubble. Click the icon, then scroll to “add new.”</p>
<p>Title your page as you wish. For example, you could use “My WP Table of Content” or include the name of your site. After entering the title, determine if you want to use the font and element bar that shows the font and table effects or if you want to code them in yourself. Use the Virtual tab for the former or the HTML tab to code your own font, table and list affects. Create your content for your <u>WP Table of Contents</u> page.</p>
<p>For example, your page could resemble something like</p>
<p><center><em>My Table of Contents</em></center>Category 1: <em>Things I Like Doing</em></p>
<ul>
<li>Blogging</li>
<li>Surfing the Internet</li>
<li>Reading</li>
</ul>
<p>Category 2: <em>Things I Dislike Doing</em></p>
<ul>
<li>Laundry</li>
<li>Washing Dishes</li>
<li>Housework</li>
</ul>
<p>You can continue your WP Table of Contents, adding entries as you wish until you are ready to save your basic draft. Once saved, you should create internal links for easy navigation.</p>
<p>To embed a link, simply highlight the word you want to use as your anchor text. For instance, linking to your Categories list, you would want to highlight in the above example, “Things I Like Doing” and insert the page address or URL in the box that opens. Title it the same as your category name.</p>
<p>Be sure to include your landing page or index page to your Table of Content. Adapting a famous movie line, “There&#8217;s no place like Home page.”</p>
<p>Then you might further link to a blog entry for your Laundering entry, then to your Washing Dishes entry and so on. Link from page to page as well. One in-content body link per individual post is quite sufficient.</p>
<p>Your internal linking may seem time-consuming, but the easier you make your navigation for your readers, the more often you tempt them to return.</p>
<p>Simply update your WP Table of Contents page as you add categories or content blogs. Save the draft and preview the page, adjusting as necessary.</p>
<p><strong>Additional Tweaks</strong></p>
<p>If your new Table of Contents will be your landing page, you want to make it a “sticky” page, ensuring it rests in front of your content pages.</p>
<p>If you want your page to appear in your site legend in a particular order, set the sequence number below. This will not change the order of page appearance, merely the menu order that is often near the top of your site.<br />
<a name="how-to-create-a-wp-table-of-contents-automatically-with-a-plugin"></a><br />
<h3>How to create a WP Table of contents automatically with a plugin</h3>
<p>There are a number of plugins out there you can use. which are listed below</p>
<p><strong>WordPress Folding Category List</strong> - <a rel="nofollow" href="http://azuliadesigns.com/focal/" title="WordPress folding category list" target="_blank">http://azuliadesigns.com/focal/</a></p>
<p>This is more for use on each and every post rather than for one main table of contents page.</p>
<p>I use this one and its been great. As it automatically uses heading you habve less control than doing it manually so it won&#8217;t suit all situations.</p>
<p><strong>WP Table of contents</strong> - <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-table-of-contents/" title="WP Table of contents" target="_blank">http://wordpress.org/extend/plugins/wp-table-of-contents/</a></p>
<p>Not updated since June 2011, I would give this one a miss. The developers site is offline too so you won&#8217;t get much support either.</p>
<p><strong>WP Table of paginated contents</strong> - <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-table-of-paginated-contents/" title="WP Table of paginated contents" target="_blank">http://wordpress.org/extend/plugins/wp-table-of-paginated-contents/</a></p>
<p>Worth exploring if you have a lots of sections to one article that you want to put in multiple posts that link together with a WP table of contents.</p>
<p><strong>Kalin&#8217;s Post List</strong> - <a rel="nofollow" href="http://wordpress.org/extend/plugins/kalins-post-list/" title="Kalins Post list" target="_blank">http://wordpress.org/extend/plugins/kalins-post-list/</a></p>
<p>Another option to explore with more advanced controls over what gets listed on a specific page or in a widget. Pretty popular with over 6000 downloads.</p>
<p><strong>Web Fiction Table of Contents Sidebar Widget - </strong><a rel="nofollow" href="http://wordpress.org/extend/plugins/web-fiction-table-of-contents-widget/" title="Web fiction table of contents sidebar widget" target="_blank">http://wordpress.org/extend/plugins/web-fiction-table-of-contents-widget/</a></p>
<p>Now this plugin has a lot of potential for writing serialized posts for a web styled book or just a series of posts that get tied together beautifully.</p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/how-to-create-a-wp-table-of-contents-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WooCommerce plugin conflicts</title>
		<link>http://wphow.org/woocommerce-plugin-conflicts/</link>
		<comments>http://wphow.org/woocommerce-plugin-conflicts/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 06:06:05 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[WooThemes]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=3117</guid>
		<description><![CDATA[WooCommerce Plugin Conflicts WooCommerce seems to be the best eCommerce plugin these days so its important to know about things that can hamper its capabilities. It important when you get stuck to know about potential conflicts with plugins as part of your fault finding process. My goal is to continue to add to this post whenever [...]]]></description>
				<content:encoded><![CDATA[<p><a name="woocommerce-plugin-conflicts"></a><br />
<h2>WooCommerce Plugin Conflicts</h2>
<div id="attachment_3128" class='wp-caption alignleft' style='width:450px;'><a rel="nofollow" href="http://wphow.org/?attachment_id=3128" rel="attachment wp-att-3128"><img class="size-full wp-image-3128 " title="WooCommerce plugin conflicts" src="http://wphow.org/wp-content/uploads/2012/06/WooCommerce-plugin-conflict.jpg" alt="WooCommerce plugin conflicts" width="450" height="300" /></a>
<p class='wp-caption-text'><strong>WooCommerce plugin conflicts</strong></p>
</div>
<p><a rel="nofollow" href="http://zfer.us/Fe5y5" title="WooCommerce plugin" target="_blank">WooCommerce</a> seems to be the best eCommerce plugin these days so its important to know about things that can hamper its capabilities.</p>
<p>It important when you get stuck to know about potential conflicts with plugins as part of your fault finding process.</p>
<p>My goal is to continue to add to this post whenever I hear about a <i>WooCommerce plugin conflicts</i> or conflicts with any of the extensions.</p>
<p>I just experienced this myself and it was stopping payments from processing so you can imaging how important it was to find the problem quickly.</p>
<p>&nbsp;<br />
<a name="conflict-listing-to-be-added-to-as-i-find-or-hear-about-more"></a><br />
<h3>Conflict listing (to be added to as I find or hear about more)</h3>
<p><strong>WooCommerce Extension:</strong> <a rel="nofollow" href="http://www.woothemes.com/extension/e-path/" title="e-path Gateway Woocommerce extension" target="_blank">e-Path Gateway (Australia)</a></p>
<p><strong>Symptoms:</strong> Was not opening the epath page to collect credit card details</p>
<p><strong>Conflicting plugin:</strong> Shortcodes ultimate</p>
<p><strong>Result:</strong> desctivated plugin and all worked perfectly again<br />
<a name="woocommerce-plugin-conflicts-further-reading"></a><br />
<h3>WooCommerce plugin conflicts further reading</h3>
<p><a rel="nofollow" href="http://wphow.org/10-great-wordpress-shopping-carts/" title="10 great WordPress shopping carts">10 great WordPress shopping carts</a></p>
<p><a rel="nofollow" href="http://wordpress.org/support/forum/plugins-and-hacks" title="WooCommerce plugin conflicts" target="_blank">WordPress.org support forum plugins and hacks section</a></p>
<p><a rel="nofollow" href="http://wphow.org/woocommerce-plugin-conflicts/" title="WooCommerce plugin conflicts"><u>WooCommerce plugin conflicts</u></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/woocommerce-plugin-conflicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer a domain name to Crazydomains.com.au</title>
		<link>http://wphow.org/how-to-transfer-a-domain-name-to-crazydomains-com-au/</link>
		<comments>http://wphow.org/how-to-transfer-a-domain-name-to-crazydomains-com-au/#comments</comments>
		<pubDate>Thu, 07 Jun 2012 11:35:24 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain hosting]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=2902</guid>
		<description><![CDATA[How to transfer a domain to crazydomains When you got your website did you register the domain name yourself? If you left it to the web developer you need to regain control as one day you may part ways and then it gets hard to sort out. It&#8217;s like buying a car and registering it [...]]]></description>
				<content:encoded><![CDATA[<p><a name="how-to-transfer-a-domain-to-crazydomains"></a><br />
<h1>How to transfer a domain to crazydomains</h1>
<p>When you got your website did you register the domain name yourself? If you left it to the web developer you need to regain control as one day you may part ways and then it gets hard to sort out.</p>
<p>It&#8217;s like buying a car and registering it in the car dealers name, its yours so it needs to be registered in YOUR name.</p>
<p>The easiest way is to transfer it to a reliable well know domain hosting company which is very cost effective too and manage it yourself.<br />
<a name="this-is-not-a-post-about-web-hosting-thats-different"></a><br />
<h3>This is not a post about web hosting that&#8217;s different</h3>
<p>Think of domain hosting as a just a place where your web address is registered, no files live there. The actual website files are store with your web host company.</p>
<p>I have written a post about that called &#8216;<a rel="nofollow" href="http://wphow.org/why-use-mediatemple-net-webhosting/" title="why use mediatemple webhosting" target="_blank">Why use mediatemple.net web hosting</a>&#8216;<br />
<a name="simple-steps-to-regain-control"></a><br />
<h3>Simple steps to regain control</h3>
<p>A quick step by step guide on <strong>how to transfer a domain to crazydomains</strong> you have previously registered with another domains company or the web developer who built you website.</p>
<p><span style="text-decoration: underline;"><strong>NOTE: this has nothing to do with the web hosting it is purely the domain name we are working with here.</strong></span><br />
<a name="go-to-crazydomainscomau-and-select-transfer-domain-from-main-menu-at-crazydomainscomau"></a><br />
<h3>Go to crazydomains.com.au and select transfer domain from main menu at crazydomains.com.au</h3>
<p><a rel="nofollow" href="http://crazydomains.com.au" title="crazydomains.com.au" target="_blank">http://crazydomains.com.au</a></p>
<div  class='wp-caption alignnone' style='width:600px;'><a rel="nofollow" href="http://wphow.org/?attachment_id=2907" class="ether-frame ether-frame-1 alignnone"><img class=" " title="How to transfer a domain to crazydomains" src="http://wphow.org/wp-content/uploads/2012/06/step-select-transfer-domain.jpg.jpg" alt="How to transfer a domain to crazydomains" width="600" height="420" /></a>
<p class='wp-caption-text'>How to transfer a domain to crazydomains</p>
</div>
<p>&nbsp;<br />
<a name="enter-the-domain-you-want-to-transfer-to-crazydomainscomau"></a><br />
<h3>Enter the domain you want to transfer to crazydomains.com.au</h3>
<p>here is the page you end up on which you could go straight to if you wanted to skip the previous step <a rel="nofollow" href="http://www.crazydomains.com.au/domain-names/transfer/" title="crazy domains domain transfer page" target="_blank">http://www.crazydomains.com.au/domain-names/transfer/</a></p>
<p><a rel="nofollow" href="http://wphow.org/?attachment_id=2905" class="ether-frame ether-frame-1 alignnone"><img title="link to transfer domain name to crazydomains.com.au" src="http://wphow.org/wp-content/uploads/2012/06/step-1-the-link1-600x491.jpg" alt="link to transfer domain name to crazydomains.com.au" width="600" height="491" /></a></p>
<p>&nbsp;<br />
<a name="click-on-add-to-cart-on-next-screen"></a><br />
<h3>Click on add to cart on next screen</h3>
<p><a rel="nofollow" href="http://wphow.org/?attachment_id=2909" class="ether-frame ether-frame-1 alignnone"><img title="step 2 add to cart.jpg" src="http://wphow.org/wp-content/uploads/2012/06/step-2-add-to-cart1.jpg1-600x332.jpg" alt="how to transfer a domain to crazydomains"width="600" height="332" /></a><br />
<a name="enter-the-password-for-the-domain-name-a-critical-step-when-learning-how-to-transfer-a-domain-to-crazydomains"></a><br />
<h2>Enter the password for the domain name, a critical step when learning how to transfer a domain to crazydomains</h2>
<p>This is the password that you would have been emailed when registering the domain name originally.</p>
<p>If you don&#8217;t have it you will need to request it from the previous domain hosting company</p>
<p><a rel="nofollow" href="http://wphow.org/?attachment_id=2910" class="ether-frame ether-frame-1 alignnone"><img title="enter password" src="http://wphow.org/wp-content/uploads/2012/06/enter-password-600x378.jpg" alt="enter password" width="600" height="378" /></a><br />
<a name="wait-for-email-confirmation"></a><br />
<h3>Wait for email confirmation</h3>
<p>After the correct password has been accepted the email address you used to originally register the domain name with will be send an email to confirm the transfer.  You need to click on a link to approve the transfer. This is the last step in <i>how to transfer a domain to crazydomains</i>.</p>
<p><a rel="nofollow" href="http://wphow.org/?attachment_id=2913" class="ether-frame ether-frame-1 alignnone"><img title="confirm via email the domain name transfer to crazydomains.com.au" src="http://wphow.org/wp-content/uploads/2012/06/confirm-transfer.jpg-600x473.jpg" alt="confirm via email the domain name transfer to crazydomains.com.au" width="600" height="473" /></a><br />
<a name="now-wait-up-to-7-days-for-the-transfer-to-complete"></a><br />
<h3>Now wait up to 7 days for the transfer to complete</h3>
<p>It takes time to do theses transfers, up to 7 days in fact. The good thing about crazydomains.com.au is they copy the settings from the old domain host so if you had the domain pointing to some web hosting those details will be duplicated.<br />
<span style="text-decoration: underline;">For the technical people</span>: the nameserver settings are also copied over so that there is no downtime for the domain name or email acounts.</p>
<p><a rel="nofollow" href="http://wphow.org/?attachment_id=2914" class="ether-frame ether-frame-1 alignnone"><img title="transfer complete" src="http://wphow.org/wp-content/uploads/2012/06/transfer-complete-565x600.jpg" alt="how to transfer a domain to crazydomains"width="565" height="600" /></a><br />
<a name="-i-hope-you-have-enjoyed-learning-how-to-transfer-a-domain-to-crazydomains"></a><br />
<h3> I hope you have enjoyed learning <a href="http://wphow.org-to-transfer-a-domain-name-to-crazydomains-com-au/" title="how to transfer a domain to crazy domains">how to transfer a domain to crazydomains</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/how-to-transfer-a-domain-name-to-crazydomains-com-au/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindmap of How to review and prepare to build a website</title>
		<link>http://wphow.org/mindmap-of-how-to-analyse-and-prepare-to-build-a-website/</link>
		<comments>http://wphow.org/mindmap-of-how-to-analyse-and-prepare-to-build-a-website/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 03:19:29 +0000</pubDate>
		<dc:creator>The WP Guy</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://wphow.org/?p=2889</guid>
		<description><![CDATA[Using mindmapping tools to plan or review a website I use this mindmap whenever preparing to quote on rebuilding an existing website planning to build a new website from scratch the same elements must be accounted for It shows the main areas anyone thinking about a new website needs to think about and take notes [...]]]></description>
				<content:encoded><![CDATA[<p><a name="using-mindmapping-tools-to-plan-or-review-a-website"></a><br />
<h3>Using mindmapping tools to plan or review a website</h3>
<p>I use this mindmap whenever preparing to</p>
<ul>
<li>quote on rebuilding an existing website</li>
<li>planning to build a new website from scratch the same elements must be accounted for</li>
</ul>
<p>It shows the main areas anyone thinking about a new website needs to think about and take notes on. Using a mindmap allows me to take a broad overview and then focus on the details when I need to. It all collapses right down to an easy to manage page</p>
<p>If you open this link you will be able to look at my mindmap in details and zoom in and out.<br />
<a rel="nofollow" href="http://www.mindmeister.com/174499778/website-analysis-planning" title="Mindmap of how to plan a website" target="_blank"> http://www.mindmeister.com/174499778/website-analysis-planning</a><br />
<a name="mindmeister-is-my-favourite-mindmapping-tool"></a><br />
<h3>Mindmeister is my favourite mindmapping tool</h3>
<p>This is a totally online tool, accounts with <a rel="nofollow" href="http://www.mindmeister.com/?r=637" title="Mindmeister.com" target="_blank">www.mindmeister.com</a> are $5/month for 1 user which allows you to have unlimited mindmaps you can access from any computer or ipad (via app).</p>
<p>&nbsp;</p>
<p>Cropped view (too large to completely fit here of course. Use link above to see the whole thing.</p>
<div  class='wp-caption alignnone' style='width:600px;'><a href="http://wphow.org/wp-content/uploads/2012/06/mindmap-screenshot.jpg" rel="shadowbox" class="ether-frame ether-frame-1 alignnone"><img title="mindmap of how to analyse and plan a website" src="http://wphow.org/wp-content/uploads/2012/06/mindmap-screenshot.jpg" alt="mindmap of how to analyse and plan a website" width="600" height="622" /></a>
<p class='wp-caption-text'>mindmap of how to analyse and plan a website</p>
</div>
<p>&nbsp;<br />
<a name="anyone-can-now-use-this-template-its-been-added-to-the-template-library"></a><br />
<h3>Anyone can now use this template, its been added to the template library!</h3>
<p>I submitted this minmap to Mindmeister as a template and they have now included it for all to use which is great.</p>
<p>To use it after logging in to your account create a new mindmap and you will be shown the templates available. Go to the technology section and there it will be. Its called Website Analysis.</p>
<p>&nbsp;</p>
<p><a href="http://wphow.org/wp-content/uploads/2012/06/website-analysis-in-minmeister-templates.jpg" rel="shadowbox" class="ether-frame ether-frame-1 alignnone"><img title="website analysis template in minmeister templates" src="http://wphow.org/wp-content/uploads/2012/06/website-analysis-in-minmeister-templates.jpg" alt="website analysis template in minmeister templates" width="697" height="538" /></a></p>
<p>&nbsp;</p>
<p>How do you prepare to build websites?</p>
<p>Please leave a comment to share with others.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wphow.org/mindmap-of-how-to-analyse-and-prepare-to-build-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.090 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 10:43:55 -->

<!-- Compression = gzip -->