<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Tips and Tricks</title>
	
	<link>http://www.tipsandtricks-hq.com</link>
	<description>Tech tips, WordPress plugins, WordPress tweaks and Technical tips to build a better blog.</description>
	<lastBuildDate>Fri, 24 May 2013 03:21:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tipsandtricks-hq" /><feedburner:info uri="tipsandtricks-hq" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>tipsandtricks-hq</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>WP Proper PHP Include Plugin</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/cLx1d_HPaIg/wp-proper-php-include-plugin-5737</link>
		<comments>http://www.tipsandtricks-hq.com/wp-proper-php-include-plugin-5737#comments</comments>
		<pubDate>Wed, 22 May 2013 06:08:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5737</guid>
		<description><![CDATA[WordPress, by default, allows the use of HTML and JavaScript when adding/editing posts and pages in &#8220;Text&#8221; view. However, PHP execution is a different story. Sometimes you may want to execute some PHP code in your post or page and this plugin will allow you to do that. There are a few plugins that allow [...]]]></description>
				<content:encoded><![CDATA[<p>WordPress, by default, allows the use of HTML and JavaScript when adding/editing posts and pages in &#8220;Text&#8221; view. However, PHP execution is a different story.</p>
<p>Sometimes you may want to execute some PHP code in your post or page and this plugin will allow you to do that.</p>
<p>There are a few plugins that allow you to execute PHP code inside a WP Post. This plugin is slightly different as it lets you include a PHP file just by using a shortcode. So you write your PHP code in a file then include and execute that file using a shortcode introduced by this plugin.</p>
<p><span style="font-size: 1.17em;">You can execute simple or complex PHP within WordPress posts. </span>It can get tricky when wanting to include other files within your include, but essentially anything that you could typically do with PHP is fair game.</p>
<h2>Download the Include PHP Plugin</h2>
<div class="custom-green-box">
<p>Download the <a href="http://www.tipsandtricks-hq.com/wp-content/uploads/plugins/utility-plugins-bundle/proper-php-include.zip">Proper PHP Include Plugin</a></p>
</div>
<h2>Installing the PHP Include Plugin</h2>
<p>Below are the steps for setting up an using the plugin.</p>
<ul>
<li>Go to the Add New plugins screen in your WordPress admin area</li>
<li>Click the upload tab</li>
<li>Browse for the plugin file (proper-php-include.zip)</li>
<li>Click Install Now and then activate the plugin</li>
</ul>
<h2>Using the Plugin</h2>
<p><iframe src="http://www.youtube.com/embed/__9qXf64XYg?rel=0" height="250" width="444" allowfullscreen="" frameborder="0"></iframe></p>
<p><strong>Step 1)</strong> For immediate use, upload a PHP file to your current theme folder and place a shortcode within a post, page or widget like this:</p>
<p><code>[tthq_include_file tthq_file="filename.php"]</code></p>
<p><strong>Step 2)</strong> I like using the theme folder for my PHP files because it makes it simple to make edits because the Theme Editor could be used. Some people, however, like to keep their includeds elsewhere saving grief when wanting to switch themes.</p>
<p>To override the hardcoded deault folder (the current theme folder) with a new default, simply go to: Settings &gt;&gt; Proper PHP Include and fill the empty box with a new path. Use the template path that is output to the screen as a guide when choosing a new path.</p>
<p>Always include a trailing slash when specifying a path.</p>
<p><img class="alignnone size-full wp-image-5739" alt="proper php include settings" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/05/proper-php-include-plugin-settings.png" width="444" height="165" /></p>
<p><strong>Step 3)</strong> If for some reason you want to use a different path but just in a specific instance, simply add an extra value (for <strong>tthq_path</strong>) to the shortcode like this:</p>
<p><code>[tthq_include_file tthq_path="/path/to/specific/php/file/" tthq_file="filename.php"]</code></p>
<p>The above will override the default path. Again, always include a trailing slash when specifying a path.</p>
<h2>Plugin Compatibility</h2>
<p>Works with the latest version of WordPress.</p>
<h2>Plugin Requirement</h2>
<p>Requires WordPress 3.0 or higher.</p>
<div class="custom_yellow_box">
<p>Check out our <a href="http://www.tipsandtricks-hq.com/development-center">WordPress plugins page</a> for more cool WordPress plugins.</p>
</div>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/cLx1d_HPaIg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wp-proper-php-include-plugin-5737/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/wp-proper-php-include-plugin-5737</feedburner:origLink></item>
		<item>
		<title>Tips to Increase Creativity and Productivity for Online Success</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/lIOwCA_bSFw/tips-to-increase-creativity-and-productivity-for-online-success-5700</link>
		<comments>http://www.tipsandtricks-hq.com/tips-to-increase-creativity-and-productivity-for-online-success-5700#comments</comments>
		<pubDate>Sun, 19 May 2013 00:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blog success]]></category>
		<category><![CDATA[blog tips]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[online success]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5700</guid>
		<description><![CDATA[The Internet and the way people do business and communicate with each other has immensely shattered the traditional notions of employment and how information and knowledge is disseminated, shared and absorbed. Not much more than 10 years ago it was a universally accepted truth for most people that if you wanted to get anywhere in [...]]]></description>
				<content:encoded><![CDATA[<p>The Internet and the way people do business and communicate with each other has immensely shattered the traditional notions of employment and how information and knowledge is disseminated, shared and absorbed.</p>
<p>Not much more than 10 years ago it was a universally accepted truth for most people that if you wanted to get anywhere in life you would need to get some sort of education and then find a nice job (preferably close to home with a relatively easy commute).</p>
<p>Alternatively those who were a bit more ambitious and courageous sought to build offline businesses in which they were masters of their own destinies even if this form of living does usually involve a huge financial risk and perpetually long hours.</p>
<p>All of the above situations are perfectly OK and are still a legitimate way to make a living, but the point is that now, like never before, there is another dimension in the form of the Internet which just about everyone has access to and from which people can pursue businesses or some means of income generation which simply was not possible a few decades ago.</p>
<p>And this leaves us with a nice segue to the point we want to make – you now have options available to you which are only limited by your imagination, creativity and willingness to have a go.</p>
<p>So it would seem that if you could only come up with some good creative ideas, there’s no telling where you can take them when you apply them on the Internet. This is very true and what people should realize is that you don’t have to come up with the best thing since sliced bread in order to make some inroads on the Internet.</p>
<p>Hence the motivation for this article is to point out some elementary things you can do to get yourself in the correct frame of mind to be more creative, driven and productive because these are really the things which will determine whether you will succeed or not (online or offline).</p>
<p>Because unlike the way it was for our parents and grandparents, succeeding on the Internet doesn&#8217;t require permission from your boss or hundreds of thousands of dollars or an Ivy League diploma hanging from your wall. Essentially it is all up to you and whether you’re willing to become a little creative, innovative and driven.</p>
<p>So below we have listed some points and tips which will hopefully help you attain the right attitude and spark some enthusiasm and give you a starting point on how to increase your creativity so you can have the confidence to pursue your online goals.</p>
<h2>Don’t make excuses – plan on doing something and then do it!</h2>
<p>This is the fundamental attitude which seems to be a common trait which runs through most successful people. The financial and other obstacles you may have faced in the traditional sense have now evaporated because of the opportunities the Internet has manifested for all of us and thus there is really no more reason to hide behind excuses such as “I can’t afford to open a business” or “University educations is way too expensive”…. etc.</p>
<p>So get yourself in the mode of setting a goal and then doing whatever it takes to make it happen.</p>
<h2><b>Creativity can be learned and is not necessarily a god-given talent</b></h2>
<p>A famous comedian, writer and actor called John Cleese once explained how he would spend hours trying to come up with an original idea and he almost always succeeded.</p>
<p>He said that this was because the <b>way he did things</b> and not some genetic creative prowess which enabled him to come up with creative ideas.</p>
<p>He actually defines a handful of ingredients which help him become more creative:</p>
<p><strong>1) Time and space:</strong> you need to give yourself both time and some space where you can be free of the stresses and demands of other things in your life in order to do your learning, investigating, problem solving etc<br />
Your mind needs sufficient time to digest things you may have just learned so it can have the opportunity to come up with new ideas.<br />
Also having a space where you can work which is quiet and conducive to learning and productivity helps greatly.</p>
<p><strong>2) Have the confidence to try things:</strong> Eliminating your fears of making mistakes makes it much easier for your mind to become more free to indulge in creative thought.<br />
After all, as stated previously, you’re usually not risking millions when you try out some business idea on the web. (there are of course always exceptions but in general this is case)</p>
<p><strong>3) Be less serious and have a sense of humor: </strong>This point is not surprising considering John Cleese is a comedian, but it should apply to all of us anyway. Being serious about things all the time allows fear to creep in and we lose confidence to try new things.</p>
<h3>Be engaged in what you are doing</h3>
<p>When you’re learning new things or trying out ideas you should be totally engaged in the task at hand and not thinking about unrelated matters or distractions.</p>
<p>This should actually apply to everything you do &#8211; even washing the dishes or cleaning up around the house.</p>
<p>When we are fully immersed in what we are doing we tend to persist more at solving problems and become more likely to find solutions.</p>
<p>Even when we aren&#8217;t necessarily trying to solve anything, by being fully engaged when performing a task results in better outcomes and higher quality of work.</p>
<p>Buddhist monks call this <strong>mindfulness</strong> but you don’t have to be a monk to get the benefits. Psychologists have also done studies which show that the concept of &#8220;flow&#8221; or being &#8220;in the flow&#8221; is more likely to occur when we are mindfully engaged in our task.</p>
<h3>Attain some new skills to open creative opportunities</h3>
<p>We&#8217;ve already mentioned how the Internet has completely changed the way people learn and do things.</p>
<p>For a couple of hundred dollars a year you can actually teach yourself new skills which you can turn into a valuable asset in the comfort of your own home and at your own pace.</p>
<p>Educational institutions are quickly becoming redundant because of the Internet revolution and the sky’s the limit for all of us.</p>
<p>Acquiring a new skill often opens up different opportunities and gives you a new way of looking at something.</p>
<p>There are now many quality online- learning websites where you can learn anything you want for a fraction of the cost of an equivalent course you might get at a traditional learning institution.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/lIOwCA_bSFw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/tips-to-increase-creativity-and-productivity-for-online-success-5700/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/tips-to-increase-creativity-and-productivity-for-online-success-5700</feedburner:origLink></item>
		<item>
		<title>Choosing The Best WordPress Hosting</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/LmgAwGPIe10/choosing-the-best-wordpress-hosting-5679</link>
		<comments>http://www.tipsandtricks-hq.com/choosing-the-best-wordpress-hosting-5679#comments</comments>
		<pubDate>Tue, 14 May 2013 08:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[best wordpress hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[web hosting solution]]></category>
		<category><![CDATA[wordpress hosting]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5679</guid>
		<description><![CDATA[OK, let&#8217;s get it out of the way now that there is no OFFICIAL WordPress host. And what constitutes as the &#8220;best&#8221; is truthfully a matter of opinion for the most part. And of course, when there is no desire to have your own hosting space and a self-hosted blog, WordPress.com would be the official [...]]]></description>
				<content:encoded><![CDATA[<p>OK, let&#8217;s get it out of the way now that there is no <strong>OFFICIAL</strong> WordPress host. And what constitutes as the &#8220;best&#8221; is truthfully a matter of opinion for the most part. And of course, when there is no desire to have your own hosting space and a self-hosted blog, WordPress.com would be the official place to start a free hosted WordPress blog, albeit with limitations not present with a self-install.</p>
<p>For this article I will be talking about &#8220;self-hosted&#8221; WordPress installs only. For hosted WordPress installs, please navigate your browser to <a href="http://wordpress.com/" target="_blank">WordPress.com</a>.</p>
<p><img class="alignnone size-full wp-image-5680" alt="wordpress dashboard" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/05/wordpress-dashboard-welcome-wp-menu.jpg" width="400" height="249" /></p>
<h2>Does WordPress Qualify as a Hosting Type?</h2>
<p>There are many types of hosting that exist but I wouldn&#8217;t necessarily agree that &#8220;WordPress&#8221; is considered a &#8220;type.&#8221; When picking a type of hosting for a WordPress web site installation there are a couple of things to consider, but in general, I&#8217;m here to tell you, a price comparison is most often enough to go on.</p>
<p>I have installed WordPress more times than I can remember for myself and clients and have used many many hosts and when it&#8217;s all said and done, as the site &#8220;does its thing,&#8221; I often forget the host it is on. It&#8217;s almost a transparent part of the process.</p>
<p>Granted, there have been subtle differences. For example, when comparing GoDaddy with HostGator there have been noticeable differences in speed using FTP (when uploading and downloading files to and from the server) on comparable hosting packages. And the user interface between the two companies is significantly different. HostGator is standard, while GoDaddy is proprietary.</p>
<h2>Is a Dedicated Server Necessary?</h2>
<p>If you are just starting out as a casual blogger, a dedicated server is probably not a wise investment at this time. However, if you anticipate droves of traffic out of the gate from paid advertising, and a dedicated server is in your budget it will probably be well worth the investment. You don&#8217;t want to take down a server especially when sending mass amounts of paid traffic to it. If &#8220;mass amounts&#8221; of traffic is expected, find a dedicated server that will automatically scale with you based on your needs, so that there is no unwanted down time.</p>
<p>Shared hosting is the solution in most cases though when setting up WordPress. While it is advertised as &#8220;unlimited&#8221; there are limitations, but these are limitations that are not often reached with a typical WordPress install.</p>
<p>And even when running several web sites in the same hosting package alongside several web sites running on the same server with other customers, most of the time things run smoothly.</p>
<p>If there is a lot of traffic and a lot of revenue as a result, upping to a dedicated server at some point wouldn&#8217;t be a bad idea, and may be a necessary one. And when you find a qualified person, <a href="http://www.tipsandtricks-hq.com/move-your-wordpress-blog-to-a-new-host-5279">moving a WordPress site from one server to another</a> is often a simple, safe, and quick procedure.</p>
<h2>What About Managed WordPress Hosting?</h2>
<p>Managed WordPress hosts take some of the work out of the management of the site for you. Arguably though, some of these tasks can be automated with the right plugins anyways. However, when it comes to some advanced speed and security topics, some experts argue that WordPress is not &#8220;on the level&#8221; by default. With managed hosting, the package often includes enhancements for speed and security out of the gate.</p>
<p>And some of the features that improve speed, like spreading static files across a content delivery network often costs money, but are usually included in a managed hosting package. But, when you break down the price, you are often still paying much more than necessary for managed WordPress hosting.</p>
<p>In my opinion, what might be a better use of resources is to take a list of all the features of a managed WordPress host and implement them yourself, or pay to have them implemented. And for all of the default automated tasks, find ways to get them automated for your WordPress sites, and you will find that most can be done at no charge with some freely available plugins or server features.</p>
<p>The cost of managed WordPress hosting is often ten times that of standard WordPress hosting. I think it is more of a &#8220;perceived&#8221; value, rather than a &#8220;real&#8221; value that drives up the price. And a lot of times you need permission to do certain things, like install custom plugins.</p>
<h2>WordPress Minimum Requirements</h2>
<p>WordPress doesn&#8217;t require much from a server in order to run smoothly. While it is meant to run in the Linux environment because the source code is in PHP, it is even flexible enough to run in a Windows environment. With that said, from a management, extensibility and upgrade perspective, running on Windows can be a nightmare.</p>
<p>When the option is there, always choose Linux over Windows when looking at the Operating System for the web hosting server. The &#8220;standard&#8221; or &#8220;default&#8221; server will be Linux so it probably won&#8217;t be a decision you need to make very often anyway.</p>
<p>As for WordPress plugin system requirements, some of the more advanced WordPress plugins might require certain features to be &#8220;turned on&#8221; on the server. And they may be features that are not allowed on a shared server, therefore you may run into some slight limitations, but this is rare.</p>
<p>All WordPress really needs to run the latest version (Version 3.5.1 as of this writing) is PHP version 5.2.4 or greater and MySQL version 5.0 or greater. It used to be that PHP 4.3 and MySQL 4.1.2 were enough but that has changed since WordPress 3.2.</p>
<p>As for the server, WordPress recommends Apache or Nginx. Apache is the most commonly available server software used, but some argue that Nginx is better in how it handles server requests.</p>
<p>The mod_rewrite Apache module is also required, and suPHP is recommended to be used on the server for better security but is not required.</p>
<h2>What is the Best Host for WordPress?</h2>
<p>While tens of thousands of hosts exist that support the minimum requirement and recommendations for WordPress, the top choice for hosting as suggested by WordPress themselves is BlueHost. BlueHost has been at the top of that list for more than 8 years now.</p>
<p>The WordPress team has &#8220;dealt with more hosts than you can imagine,&#8221; and finds that BlueHost is one &#8220;of the best and brightest of the hosting world.&#8221;</p>
<p><a href="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/05/bluehost-web-hosting-cpanel.jpg"><img class="alignnone size-full wp-image-5681" alt="bluehost hosting" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/05/bluehost-web-hosting-cpanel.jpg" width="400" height="126" /></a></p>
<h3>What Does BlueHost Offer?</h3>
<p>Like many other hosts, BlueHost offers the &#8220;1-click&#8221; WordPress install, and when installed in this manner it offers auto-upgrades as well. This makes it so that one could buy a domain and hosting, and have WordPress setup ready for the first post in less than 10 minutes in most cases. If considering BlueHost for more than just WordPress driven blogs and sites, because you can host unlimited web sites with just the one package, other popular &#8220;1-click&#8221; install apps include: Drupal, Joomla, Roundcube, Zen Cart, phpBB, PrestaShop, Concret5, and more.</p>
<p>The quick installs are thanks to a server add-on software called SimpleScripts. More than blogging scripts, it offers scripts for eCommerce, guest books, forums, content management, help center or ticket software, photo galleries, classifieds engines, wikis, web site builders, social networking, etc. There are probably more WordPress &#8220;quick installs&#8221; than any other available package though.</p>
<p>The standard features for BlueHost include unlimited space, bandwidth, domain hosting &amp; email accounts, and a $100 Google advertising coupon. The stand-out features include the anytime money-back guarantee (usually it is just 30 or 60 days), plus a free domain name. The domain is only free for the first year of course. For WhoIs privacy there is an additional yearly cost of about $10.00. Since the feature set for hosting is often the same across the board, getting a free domain which saves you about $10 is a good selling point.</p>
<p>The WordPress hosting package at BlueHost is currently $3.95 per month. The monthly price is pretty much on par. I have seen it at $3 and as much as $12 for similar packages. Many require a minimum of 1, 2, or 3 years up front purchase before getting the lower pricing options though. The $3.95 per month option for BlueHost requires a 3-year purchase. There is no month to month option, and to pay for just a year in advance, rather than 3, the cost per month jumps to $5.95.</p>
<p>The support at BlueHost may be a something to look at. I don&#8217;t know about you but I can&#8217;t stand waiting on hold too long for tech support. BlueHost claims hold times average less than 30 seconds. Plus all of their support staff are in the U.S. in their Utah offices. And of course, if BlueHost does not live up to the advertised expectations there is the &#8220;anytime&#8221; money-back guarantee that can invoked. Be sure to look closer at the terms for that before relying on it though because after a quick glance on their &#8220;terms&#8221; page I only saw mention of a 30-day money back guarantee. After 3 days you will have to pay for the domain if requesting a refund, and after 30 days the domain plus a pre-rated charge for time used will be charged. So, while the refund is &#8220;anytime,&#8221; it is not to be assumed &#8220;full.&#8221;</p>
<div class="custom-green-box">
<p>Read our <a href="http://www.tipsandtricks-hq.com/find-out-which-web-hosting-company-offers-the-cheapest-and-reliable-web-hosting-solution-387">cheap and reliable WordPress hosting</a> article for an in-depth WP Hosting comparison.</p>
</div>
<p><strong>About the Author:</strong> This post was written by <a href="http://www.tipsandtricks-hq.com/about#keith_lock" rel="nofollow">Keith Lock</a> who is an author of Tips and Tricks HQ.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/LmgAwGPIe10" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/choosing-the-best-wordpress-hosting-5679/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/choosing-the-best-wordpress-hosting-5679</feedburner:origLink></item>
		<item>
		<title>All-In-One-SEO Plugin – Fix for Page Title Rewrite Feature Not Working</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/dejx8b__oA4/all-in-one-seo-plugin-page-title-rewrite-not-working-5644</link>
		<comments>http://www.tipsandtricks-hq.com/all-in-one-seo-plugin-page-title-rewrite-not-working-5644#comments</comments>
		<pubDate>Fri, 10 May 2013 07:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[web masters]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5644</guid>
		<description><![CDATA[This is a short post to show you how to solve the page title rewrite not working issue with the All in One SEO plugin (this post should come in handy if you ever come across this issue). The Issue I use the following format in the SEO plugin settings for the WordPress post and page title: [...]]]></description>
				<content:encoded><![CDATA[<p>This is a short post to show you how to solve the page title rewrite not working issue with the All in One SEO plugin (this post should come in handy if you ever come across this issue).</p>
<h2>The Issue</h2>
<p>I use the following format in the SEO plugin settings for the WordPress post and page title:</p>
<p><strong>Page Title:</strong> %page_title% | %blog_title%</p>
<p><strong>Post Title:</strong> %post_title% | %blog_title%</p>
<p>The SEO plugin kept failing to rewrite the title according to the above settings in one of my sites. So instead of showing the following in the title:<br />
<code><br />
Dummy page title | My blog title<br />
</code><br />
It kept showing the following:<br />
<code><br />
Dummy page title<br />
</code><br />
I went through <a href="http://wordpress.org/support/topic/plugin-all-in-one-seo-pack-titles-not-rewriting" target="_blank" rel="nofollow">this</a> WordPress support forum topic and made sure that none of the issues mentioned in that thread applied to my situation.</p>
<p>In the end it turned out that the all in one seo plugin can fail to rewrite page title if Gzip compression is being used on the site.</p>
<h2>Fix for The Title Rewrite Issue</h2>
<p>I have compiled a list of steps that you can go through to fix this title rewrite issue.</p>
<h3>Step 1</h3>
<p>Make sure your theme is printing the title correctly so the plugin can filter it. Read <a href="http://wordpress.org/support/topic/plugin-all-in-one-seo-pack-titles-not-rewriting" target="_blank" rel="nofollow">this post</a> to learn more. You shouldn&#8217;t have to worry about this step if you are using a properly coded WordPress theme.</p>
<h3>Step 2</h3>
<p>Go to the &#8220;Performance&#8221; menu of the all in all seo plugin and enable the &#8220;force rewrites&#8221; feature. See screenshot below:</p>
<p><img class="alignnone size-full wp-image-5647" alt="force rewrite settings screenshot" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/05/page-title-rewrite-not-working-fix-sc.png" width="383" height="259" /></p>
<h3>Step 3</h3>
<p>If you are using a caching plugin then deactivate it to see if the issue gets resolved. If the issue does get resolved then it is likely that your caching plugin is enabling gzip compression. So, try to deactivate the gzip compression from the caching plugin settings (hopefully you are using one that lets you turn this feature off).</p>
<p>If you are not using a caching plugin then check that you haven&#8217;t manually tweaked your .htaccess file to enable gzip compression.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/dejx8b__oA4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/all-in-one-seo-plugin-page-title-rewrite-not-working-5644/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/all-in-one-seo-plugin-page-title-rewrite-not-working-5644</feedburner:origLink></item>
		<item>
		<title>Leveraging Content Creation by Repurposing with Value</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/KNdzBnQ3WMU/leveraging-content-creation-by-repurposing-with-value-5242</link>
		<comments>http://www.tipsandtricks-hq.com/leveraging-content-creation-by-repurposing-with-value-5242#comments</comments>
		<pubDate>Sat, 04 May 2013 02:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[blog tips]]></category>
		<category><![CDATA[producing content]]></category>
		<category><![CDATA[Shop Admin Tips]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5242</guid>
		<description><![CDATA[This is a follow up article for the how do I start a blog and make money online series that we have been publishing on this site to help users get started and create a successful blog. Creating content on the Internet is what brings people to your web site, your affiliate ad, your sales [...]]]></description>
				<content:encoded><![CDATA[<div class="custom_blue_box">
<div class="custom_blue_box_content">
<p>This is a follow up article for the <a href="http://www.tipsandtricks-hq.com/?p=483">how do I start a blog and make money online</a> series that we have been publishing on this site to help users get started and create a successful blog.</p>
</div>
</div>
<p>Creating content on the Internet is what brings people to your web site, your affiliate ad, your sales funnels, or whatever it is you want to achieve. Content is generally the start of that process.</p>
<p>Many marketers have figured out ways to re-purpose their content and convert one piece of content into different multimedia types, each one having stand alone value in and of itself. Certainly you can find re-purposed content across the web that has no extra, and sometimes even lesser, value than the original, as is the case with spun content, or auto-transcription in a lot of cases, but that&#8217;s not what I&#8217;m talking about here.</p>
<p>In this article I&#8217;d like to discuss leveraging written content, let&#8217;s start with a blog post, and then converting that content into different multimedia types, first a simple PDF with free tools, then a video, then audio. You can spread the content across the web on the appropriate sharing sites for the given media type, and optionally embed them into your original blog content giving your audience more options to take in your message.</p>
<h2>Write a blog post first</h2>
<p>Starting with a blog post isn&#8217;t necessary, it&#8217;s just the approach I want to take here. Bloggers often write about topics from the tops of their heads and lots of words can be put to text in a short amount of time when done that way.</p>
<p>As you know, for a blog post you write the body, between 300 and 1500+ words is common, and the title. You can also include tags, some say to use very short words as tags, others use several long tail keywords. I have seen some high ranking posts that use long tails for tags. To me, it seems spammy and in general the tag will just link to an archive page with one page, but it is effective, so I will leave the decision how to handle tags to you.</p>
<p>Creating a lot of white space throughout the content, rather than just a sea of text looks more appealing to the would-be reader. Embedding images and other media throughout, as well as adding ordered and unordered lists, makes the content even more attractive to the reader. Using headlines, usually with H3 or H2 tags, and including long tail key-phrases that you pull from Google Suggest might not be a bad idea. Also floating your images left or right, or using large images the full width of the content area make for an attractive post.</p>
<h2>Convert to PDF for free</h2>
<p>A great strategy is to convert the post to a PDF, and then share the PDF on one or more PDF sharing sites. The bulk of the work is done, it just requires copying and pasting the content and exporting to PDF, then publishing. However, I would put a little more into it than that to create value.</p>
<p>First off, for getting a free tool to convert to PDF people often just search Google for &#8220;free software to create PDF&#8221; or something similar. A lot of times what they end up with is a lite version of software that will not retain hyperlinks and often times will be stamped with the product name or site. That may be fine in some cases but there is a better way. Download the free open source tool from OpenOffice.org. Launch the &#8220;Write&#8221; program and paste your content in there.</p>
<p>Adding intros, images, copyrights, and calls to action and perhaps an ad or two won&#8217;t hurt. You can&#8217;t do much with multimedia but that&#8217;s OK. You can make it attractive with fonts and pictures. You can set some meta data in the properties then just click File then Export as PDF and you&#8217;re done.</p>
<p>When publishing I would take care to create a unique 150+ (even up to 300 or 500) word description for each site you&#8217;re publishing to. Include a link to your site in the profile and perhaps to the URL of the blog post if there is an option to do so. PDF sharing sites include Scribd.com, Slideshare.net, DocStoc.com. There are a few others, just Google &#8220;PDF sharing sites&#8221; to find a list.</p>
<h2>Creating a video</h2>
<p>There are a few different ways to skin this cat. You can first create a presentation with points from your original post as the slides. This presentation can be shared as its own media as well on sites like SlideShare.net. Then you can create a free screencast using Screenr.com, providing you can get through the presentation in the 5 minutes that is allotted to free users. You can then download the video to be used on YouTube and optionally other video sharing sites.</p>
<p>Be sure to do a quick intro, and an outro with a call to action. Now, if doing the presentation (you can use free software from OpenOffice.org for this as well by the way, the presentation software is called Impress) seems more work than you would like to do, simply flipping on the web cam and reading the post into an attached mic in a conversational way is fine as well. There are ways to put your face in a smaller window and still have control over the screen that is being captured. Or you can just do a screen capture video demonstrating what is discussed in the post. This obviously works best for &#8220;how-to&#8221; type posts.</p>
<p>I think YouTube is an obvious choice for uploading the video to, but there are certainly a lot more options out there for video sharing. Again, I would recommend a unique, longer than average, description used for each site. I realize this is a little more work but if it&#8217;s content that originally came from the top of your head it should be rather easy, and is well worth the extra effort. Perhaps you can span this whole process across an entire week and sink real value into each step to really make it worthwhile.</p>
<p>One last thing, for YoutTube, if you include a plain link at the top of the description (with the http) it will turn into a hyperlink. That can be used for your site URL or post URL or both. Multiple links can be included. Something that I noticed some SEO experts doing that I have been experimenting with as well is linking to the YouTube video itself at the bottom of the video description.</p>
<p>They were just dropping the link in, I decided to use it with a call to action by saying something like &#8212; if you liked this video you can embed it into your site using the embed code below in the &#8220;share&#8221; section, or else link to it directly using this link &#8212; then I paste the YouTube video URL immediately after, which it then hyperlinks back to itself after publishing. I don&#8217;t know the value that really serves for users so use with caution.</p>
<h2>Extracting audio from the video for a podcast</h2>
<p>Now, the simplest way to get audio from this is by simply extracting the audio track from the video. Be sure that when creating the video you keep in mind that it will also be used for your podcast so it might be wise not to say &#8220;in this video&#8230;&#8221; or anything similar. You can extract sound from your video using free software called Audacity.</p>
<p>There&#8217;s not a great deal to say about creating the audio except that when publishing it, keep the same ideas in mind about writing a unique description. Also sharing it on multiple audio-sharing or podcast sites might be a good idea. Sharing podcasts is different in that you generally just share a podcast feed rather than upload the individual file everywhere. You start with one source, either your own blog, or a hosted site and get the podcast-friendly (and perhaps iTunes friendly) feed, and share that. There are free and paid services out there for this. I have no personal recommendations, except that if you intend to upload to just one place, SoundCloud.com is a popular choice amongst marketers and podcasters.</p>
<h2>Extending your social reach with images</h2>
<p>If you are using your own personal images within your original post, you can upload them to places like Flickr, Instagram, Pinterest and others, and then embed them into the post. Then you can link back to the post in the images description on the social site.</p>
<h2>Taking it a day at a time</h2>
<p>Now, if you are committed to providing real value, I don&#8217;t suggest you try to handle all these steps in just one day, unless you have a team behind you. If going at it alone&#8230;</p>
<p><strong>Day 1 -</strong> Put your content into the blog post. Go out and capture images and unqiue video perhaps. Break the article or blog post up into sections, sections that can be discussed in a stand alone way. Publish the images and the post. Social share the post (FB, Twitter, G+, etc.)</p>
<p><strong>Day 2 -</strong> Create and publish the PDF. Today is an easy day, but it may encourage you to get creative with the descriptions and to share on multiple sites. Social share. Embed in original post if desired.</p>
<p><strong>Day 3</strong> - Create the video and publish it, and/or publish any video captured on the first day. Spend time on decriptions. Share on multiple sites. Social share. Embed in original post if desired.</p>
<p><strong>Day 4</strong> - Extract the audio, publish and share it.</p>
<h3>Tying it all together with article marketing</h3>
<p><strong>Day 5</strong> - Take one of the concepts or sections from the original post and write a quick 500 word unique article about just that. Link to the post, the images, the videos, and/or the audio (or even embed some) and publish it to a high authority, high Alexa, or niche site or blog.</p>
<p>Check Alexa to see the top sites and find out how you can publish on them. Learn the publishing rules and always provide the same value as if publishing to your own site.</p>
<p>Now, take the weekend off, or perform the steps from Day 5 again. If you find that the main post becomes popular, highly shared, highly commented on, etc. consider setting up auto-tweets of the URL and short description at set intervals to keep giving the post social juice as you move onto the next killer content to share with your audience.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/KNdzBnQ3WMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/leveraging-content-creation-by-repurposing-with-value-5242/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/leveraging-content-creation-by-repurposing-with-value-5242</feedburner:origLink></item>
		<item>
		<title>Adding Images to Your WordPress Blog or Website</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/UW0YdcoTiDU/adding-images-to-your-wordpress-blog-or-website-5547</link>
		<comments>http://www.tipsandtricks-hq.com/adding-images-to-your-wordpress-blog-or-website-5547#comments</comments>
		<pubDate>Sun, 28 Apr 2013 00:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[image compression]]></category>
		<category><![CDATA[media file in wordpress]]></category>
		<category><![CDATA[WordPress tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5547</guid>
		<description><![CDATA[A picture is worth more than 1,000 words when presented within a blog post (or page). On the web, an image could break up text, which can part the sea of text making it all more readable. An image can also help illustrate a point, and provide SEO value. An image could find its way [...]]]></description>
				<content:encoded><![CDATA[<p>A picture is worth more than 1,000 words when presented within a blog post (or page). On the web, an image could break up text, which can part the sea of text making it all more readable. An image can also help illustrate a point, and provide SEO value.</p>
<p><img class="alignnone size-full wp-image-4332" title="abstract-water-splash-marketing-fresh" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2012/04/abstract-water-splash-marketing-fresh.jpg" alt="" width="128" height="128" /></p>
<p>An image could find its way into image search results on a search engine. It can also, with the inclusion of keywords in its meta tags, potentially help a post rank for more keywords. Not only that, the image can be auto-thumbnailed in search results and show up when shared in Facebook or other social sites.</p>
<p>A search engine result with an image will attract the eye more so than one without, in most cases.</p>
<h2>Adding Images to WP Posts the Old School Way</h2>
<p>I&#8217;m from the old school. When I add an image I, more often than not, edit the image to be the exact dimensions that I want to work with. I use free tools like Gimp. You can use Photoshop too (if you have it).</p>
<p>I then, using good old fashioned FTP, upload the image to the trusty &#8220;images&#8221; folder off the root.</p>
<p>I then hand code the image tag in &#8220;Text&#8221; view of my WordPress post/page edit screens.</p>
<p>The code might look like this:</p>
<p><code>&lt;img style="float: right; margin: 0 0 5px 10px;" title="pictre of a bat" src="http://example.com/images/pic.jpg" alt="picture of a bat" width="187" height="94" border="0" /&gt;</code></p>
<h3>Let&#8217;s break it down shall we:</h3>
<p><strong>src</strong>: this represents the path to the image. I always use the full domain here so the image shows proper in RSS feeds, etc. In only one case when working for someone else they asked that I use only /images/pic.jpg without the domain in case they link-spam the domain with their SEO and need to switch domains. Doing it this way would save them the extra work later. Doing things ethically would prevent this from being a concern, but I digress.</p>
<p><strong>width/height</strong>: the dimensions to the image, I always make sure they are the &#8220;real&#8221; dimensions, not just ones to force the size of the image.</p>
<p><strong>alt</strong>: this is meant to be a textual representation for the image for the visually impaired, bandwidth savers, text browser users, and search engines.</p>
<p><strong>title</strong>: usually, depending on the web browser, this phrase will be shown when hovering over the image. It is supposed to provide SEO value too but I think it is overkill and overoptimization personally, so I usually leave it out.</p>
<p><strong>border</strong>: out of habit I always include this, which is a value in pixels that determines the size of the border around the image. It used to be that, when linking an image, if you didn&#8217;t explicitly tell all browsers NOT to include a border, then it would add a bad looking blue border. So, I got in the habit of using it. I use CSS for borders when I really want them, so I guess I&#8217;m not <em>that</em> old school.</p>
<p><strong>style</strong>: it&#8217;s probably not best practice to include styles in this manner. It&#8217;s a bad habit I picked up. It is preferred to include styles within CSS sheets, and make reference to the style with a class name (or ID). WP does this elegantly when using the automated tools for including images which I will cover shortly.</p>
<p>The particular style I used in the above example pushes the image to the right and wraps text around it to the left. I specified that I do not want a margin at the top or right side (represented by the first two numbers), but that I wanted 5px on the bottom and 10px on the left to create some white space around the image so that it doesn&#8217;t touch the text. Why different amounts? I haven&#8217;t measured but it seems that there is always 5px below the image with margin space for some reason, so I just add 5 more and it always looks pretty even.</p>
<h3>Image Sources</h3>
<p>You have to be careful when using images on your site or blog. If they are either copyrighted or assumed copyrighted it is best to either a) not use them or b) get permission. And always cite the source of the image.</p>
<p>You could get images from stock photo sites (example: ShutterShock) that grant you rights to use them. morgueFile is another source, which offers a free photo archive. Be sure to read the terms.</p>
<p>You can always get your own images. Either download them from your digital camera or phone, or get some screenshots. There&#8217;s a free Chrome browser plugin by Google that makes it easy to take screenshots. Screenshots, at least, will provide you with unique images that you can <em>probably</em> use in your WordPress sites. Just be careful and always cite your sources. Get permission from the respective owner when not sure. Always show respect.</p>
<h2>Inserting Images Into WordPress Posts or Pages</h2>
<p>Using the <strong>Add Media</strong> within the add/edit post/page screens will give you access to the Media Library.</p>
<p>It will also allow you to upload images that will get auto-resized based on the set thumbnail values for the particular theme that you are working with.</p>
<p>You can set an image as &#8220;Featured&#8221; or insert it right within the post. When setting as Featured, the theme will have full control over placement and size, and the HTML that gets generated.</p>
<p>When &#8220;inserting into a post&#8221; you have a little more control. You can certainly decide where the image is placed, and you could choose from some set &#8220;classes&#8221; to decide on text wrapping, etc.</p>
<p><strong>Step 1)</strong> Click the <strong>Add Media</strong> button.</p>
<p><img class="alignnone size-full wp-image-5548" title="add-media-button" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/add-media-button.png" alt="add media button in wp post" width="340" height="206" /></p>
<p><strong>Step 2)</strong> Click the <strong>Select Files</strong> button.</p>
<p><img class="alignnone size-full wp-image-5549" title="select-files-button" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/select-files-button.png" alt="select files to upload screen" width="324" height="210" /></p>
<p><strong>Step 3)</strong> Locate the image on your computer, and click <strong>Open</strong>.</p>
<p>You can see the progress meter in the image slot itself, plus in the right side in the <strong>Attachment Details</strong> window.</p>
<p>You can click the <strong>Edit Image</strong> text link for basic cropping, and image flipping options. You can choose to have the changes applied to all of the thumbnails that were created during the upload process.</p>
<p><strong>Step 4)</strong> Give the image a <strong>Title</strong>, and preferably a <strong>Caption</strong>, and <strong>Alt Text</strong> as well, for some potential SEO value. Some themes, but not many, will incorporate the <strong>Description</strong> value somehow.</p>
<p><strong>Step 5)</strong> Pick an alignment (center, left, right) or leave it as None.</p>
<p><strong>Step 6)</strong> By default, the thumbnail image that gets inserted will link to the biggest version of itself (the originally uploaded file). That can be changed to link to an attachment page (some argue that will give the best chance at getting the image into Image search results, if it&#8217;s worthy of being there). You can also have a link to a custom URL, or nowhere at all.</p>
<p><strong>Step 7)</strong> Finally, choose one of the pre-built sizes. Most often there will be a small square, and a couple sizes that are within aspect ratio of the original, and also a Full Size option. Medium is usually the default.</p>
<p>When using screenshots for tutorials such as this, Full Size should be used so there is no distortion.</p>
<p><img class="alignnone size-full wp-image-5550" title="attachment-display-settings" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/attachment-display-settings.png" alt="media attachment display settings screen" width="273" height="159" /></p>
<p><strong>Step 8)</strong> Click the <strong>Insert into post</strong> button.</p>
<p>You will be presented with code similar to the following:</p>
<p><img class="alignnone size-full wp-image-5552" title="wp-image-embedding-shortcode-example" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/wp-image-embedding-shortcode-example.png" alt="wp-image-embedding-shortcode-example" width="444" height="79" /></p>
<p>The id&#8217;s and classes may be defined by the theme which will dictate how the image will ultimately look within the blog post (or page) on the site.</p>
<p>Some unique classes will be displayed specific to the image. They will include the image id number, 57 in the example above, which allows you to give the particular image a custom style that will not be used on other images.</p>
<h2>Adding Featured Images Into WordPress Posts or Pages</h2>
<p>When adding a featured image, no HTML code will actually show up in the posts/pages content area. The theme will &#8220;check for&#8221; a featured image when the post is being shown and display it according to the theme&#8217;s style.</p>
<p><strong>Step 1)</strong> Near the bottom of the right sidebar of the post/page add/edit screens you will see the <strong>Featured Image</strong> box. Click the <strong>Set featured image</strong> text link.</p>
<p><img class="alignnone size-full wp-image-5553" title="featured-image" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/featured-image.png" alt="featured-image-example" width="297" height="104" /></p>
<p><strong>Step 2)</strong> You will be presented with the <strong>Media Library</strong> by default where you can select an image and click the <strong>Set featured image</strong> button.</p>
<p>You can also click <strong>Upload Files</strong> near the top if the image isn&#8217;t already in the library.</p>
<p>You can then follow the Upload steps from above, minus the &#8220;Attachment Display Settings&#8221; instructions. Then click the <strong>Set featured image</strong> button.</p>
<p><img class="alignnone size-full wp-image-5554" title="featured-image-setting-example" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/featured-image-setting-example.png" alt="featured-image-setting-example" width="295" height="302" /></p>
<h2>Uploading Other Media Files to WP</h2>
<p>You could upload other media files like videos and audio to be included within your posts, using the Media Library functions described above.</p>
<p>It is often recommended however, in many cases, to have the audio and video hosted elsewhere and just embedded into your site. WordPress plugins like <a href="http://www.tipsandtricks-hq.com/wordpress-video-lightbox-plugin-display-videos-in-a-fancy-lightbox-overlay-2700">WP video lightbox</a> can help you with that.</p>
<p>This saves on bandwidth and storage space, plus also allows you to take advantage of the in-built traffic, and the search engine love, that these media sharing sites have to offer.</p>
<p>YouTube and Vimeo are the top choices for video. And SoundCloud is the rising star for audio. As for images, some people will do a similar thing and upload to Flickr or Pinterest for example, then embed the content into their site.</p>
<p>I sometimes do that for general interest type of images (food for example), that have value on their own. Screenshots, in most cases, somehow don&#8217;t qualify.</p>
<p><strong>About the Author:</strong> This post was written by <a href="http://www.tipsandtricks-hq.com/about#keith_lock" rel="nofollow">Keith Lock</a> who is an author of Tips and Tricks HQ.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/UW0YdcoTiDU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/adding-images-to-your-wordpress-blog-or-website-5547/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/adding-images-to-your-wordpress-blog-or-website-5547</feedburner:origLink></item>
		<item>
		<title>How to Sell Premium WordPress Plugins</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/FAOEMGQsw5I/sell-wordpress-plugins-5497</link>
		<comments>http://www.tipsandtricks-hq.com/sell-wordpress-plugins-5497#comments</comments>
		<pubDate>Wed, 24 Apr 2013 07:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop Admin Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[sell premium plugins]]></category>
		<category><![CDATA[sell wordpress plugins]]></category>
		<category><![CDATA[wordpress ecommerce]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5497</guid>
		<description><![CDATA[You thought of a grand idea for a WordPress plugin, had it developed, used it on your WP site, it works flawlessly, now you want to sell it. What are your options to sell this plugin? There are lots of different ways you can market and sell your WordPress plugin. Each method has its own [...]]]></description>
				<content:encoded><![CDATA[<p>You thought of a grand idea for a WordPress plugin, had it developed, used it on your WP site, it works flawlessly, now you want to sell it. What are your options to sell this plugin?</p>
<p>There are lots of different ways you can market and sell your WordPress plugin. Each method has its own set of pros and cons. So you really want to explore all the options that are available to you and then choose the option that suits best for your situation.</p>
<p><img class="alignnone size-full wp-image-3897" title="wp-shopping-cart-paypal" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2011/10/wp-shopping-cart-paypal.gif" alt="" width="128" height="128" /></p>
<h2>How to Market a WordPress plugin</h2>
<p>Let&#8217;s go through some scenarios for selling your WordPress plugin to the masses.</p>
<h3>1) Add Your WP Plugin to an Existing Marketplace</h3>
<p>To start with, for a lazy, or temporary, or complimentary solution, you can find an existing marketplace that will allow you to include your plugin.</p>
<p>I&#8217;m not referring to a general &#8220;digital download&#8221; marketplace like PayLoadz, but a site that already sells WordPress plugins, themes, etc. CodeCanyon.net comes to mind.</p>
<p>This is a great way to get started, but understand that you are giving a big cut away to the company. If you sell exclusively on their site they will take less. But the moment you start selling elsewhere (like on your own site), which I highly recommend you do, then you get less of a cut if you keep the product in the CodeCanyon market place.</p>
<p>Be sure to understand their terms completely before considering them for an avenue for selling your plugin.</p>
<h3>2) Sell in a Blog Post Using Hosted E-Commerce Solution</h3>
<p>Another way to sell the script is by selling within a blog post of a niche related site using a hosted E-Commerce solution. This is just one step away from lazy bones.</p>
<p>You see, with the CodeCanyon suggestion, you don&#8217;t have to worry about the technology used to securely deliver the content after purchase. When you start selling on your own, you do.</p>
<p>Fortunately, it&#8217;s not too hard.</p>
<p>While the interface is brutal, e-Junkie allows you to sell digital downloads from your site for a monthly recurring price. Another solution you can look at is FoxyCart.</p>
<p>You add your digital product and it keeps it secure for you and handles all the transactions. You can tie it to your PayPal account for payments, and e-Junkie provides a private, expiring link to the customer to download his or her goods.</p>
<p>E-junkie also has an affiliate program, but I don&#8217;t recommend you get married to such a thing. You&#8217;ll probably be moving along shortly.</p>
<h3>3) Launch Your Own Portal/Site</h3>
<p>Having your own dedicated web site to sell your stuff is a decent idea. I recommend WordPress for simplicity. Using the WordPress platform on your site and using a WordPress e-commerce plugin to handle the selling side of things is a really good way to approach this.</p>
<p>I&#8217;ve actually went back and forth a couple times between selling from a blog post, and selling from my own site.</p>
<p>The best method between the two is: <strong><em>selling from a dedicated site</em></strong>.</p>
<p>The caveat? There&#8217;s a little more work involved.</p>
<p>However, this option allow you to have a site that looks and functions just the way you want it. Also, this method helps you build your own brand over time.</p>
<p>With your own site, you&#8217;ll want to have the following:</p>
<ol>
<li>An online and bundled manual. The bundled manual can be text and PDF. The online version of course would be HTML with screenshots and screencasts.</li>
<li>Detailed pages or posts with a description for the product.</li>
<li>Online demos on separate pages.</li>
<li>Screen shots should be also included.</li>
</ol>
<p>Consider what the plugin sales pages have on CodeCanyon and Tips &amp; Tricks HQ, and aim for the best, of what you discover, putting yourself in the buyers shoes.</p>
<h2>Plugin Selling Checklist</h2>
<h3>Put together Plugin Description, Manual, Demos and Screenshots</h3>
<p>Regardless of where and how you sell the plugin, you will need four key items.</p>
<p><strong>1) Description</strong> &#8211; come up with an &#8220;elevator&#8221; description for your product. Basically think of a quick quick description that sums up what your product does.</p>
<p>Now come up with a benefits list. Sprinkle in some features and round it out for a nice description. Get good at describing it very succinctly, semi-thoroughly, and thoroughly, as you will be using descriptions for all of your marketing.</p>
<p>Come up with a features checklist as well.</p>
<p><strong>2) Manual</strong> &#8211; You should have a quick text version manual written up with the steps needed to install and use your plugin.</p>
<p>Also, create a rich document with screen shots to enhance the step by step textual instructions. Convert it to PDF and HTML.</p>
<p>And, for all major steps, do screencasts. Show the installation and basic usage in separate videos (if applicable).</p>
<p>Try Screencast-o-matic, which is one of the coolest tools I have discovered so far this year. It&#8217;s cheap and feature rich. It&#8217;s worth much more than they charge. Don&#8217;t tell them that though <img src='http://www.tipsandtricks-hq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>3) Demos</strong> &#8211; you probably just need one quick demo for usage. This is best done in HTML, but a video could help there too. Essentially, try to explain what the plugin does as best you can.</p>
<p><strong>4) Screenshots</strong> &#8211; I know that we&#8217;ve put together some screenshots for tutorials, but this is more for how the bad boy looks. If you have settings panels for use, screenshot them. Any screen that is viewed that is unique to your plugin during standard setup and use should be screenshotted.</p>
<p><a href="https://chrome.google.com/webstore/detail/screen-capture-by-google/cpngackimfmofbokmjmljamhdncknpmg" rel="nofollow" target="_blank">Screen Capture (by Google)</a> is a really good tool to capture screenshots from your Chrome browser. It&#8217;s free, and extends Chrome browser, and has some cool features. I like it. It makes PNGs by default.</p>
<h3>What Else Would You Need?</h3>
<p>You&#8217;ll probably want:</p>
<p><strong>1)</strong> A system to deliver the content securely (many digital auto-delivery eCommerce plugins exist for WordPress). There are few wordpress e-commerce plugins out there to help you with this. Pick one with good support so you don&#8217;t get stuck down the path.</p>
<p>I&#8217;ve used the S2Member plugin for this. You can either force the person to become a member to gain access, or give them temp access to a hidden download page with their purchase. The latter is probably better in most cases, in terms of less steps for the user, and less that can go wrong.</p>
<p><a href="http://www.tipsandtricks-hq.com/wordpress-estore-plugin-complete-solution-to-sell-digital-products-from-your-wordpress-blog-securely-1059" target="_blank">WP eStore</a> was written for digital content delivery. It has stepped up beyond that but that&#8217;s where its origin is and it handles that aspect flawlessly.</p>
<p><strong>2)</strong> A system to capture emails to be used in an autoresponder or mailing list.</p>
<p>Both s2Member and WP eStore include the capability for customers to sign up to a list during checkout. There are APIs that &#8220;talk to&#8221; MailChimp, AWeber, etc.</p>
<p><strong>3)</strong> A support system. Maybe a ticketing system or integrated forum. You could use the bbPress forum plugin.</p>
<p><strong>4)</strong> A blog with posts dedicated to each and every feature, demos, usage examples, news, and so on. This part would need ongoing content.</p>
<p><strong>5)</strong> Affiliate system. WordPress Affiliate Platform works seamlessly with WP eStore as it was written by the same developer.</p>
<p><strong>6)</strong> Miscellaneous &#8211; Perhaps include an updates page, a page detailing the compatibilities and known issues, a page to reach out to translators for Internationalization, different licensing options, testimonials, FAQ page, example sites etc.</p>
<p>With all that said, I will say that it does require some work to put everything together just the way you want it. If you have the passion and resources, self-hosted I think, is the way to go.</p>
<h2>Bonus Suggestions for Plugin Sellers</h2>
<p>A couple other suggestions that I have for the would-be WordPress plugin seller.</p>
<p>1) I suggest having two other products/versions created.</p>
<p>I tell you this from experience that this is a good idea. And if you&#8217;re thinking it will cost 3x as much, it really shouldn&#8217;t, not if your developer is honest.</p>
<p>I actually created the earliest versions of my plugins myself. And I made the two extra versions and it took maybe an hour. Your developer shouldn&#8217;t charge a lot (depending on the complexity).</p>
<p>a) Make a free version. For this you want to create a version of the plugin that has some cool functionality. Allow your visitors to use the free version.</p>
<p>b) Make a PHP version if you can. A WordPress plugin is written in PHP. In most cases, it doesn&#8217;t take much to include a PHP version of the plugin within the script. I bundle my PHP and WP versions together at no extra charge. And really, only one extra file needed to be added.</p>
<p>But of course, that meant extra manuals, etc. but it was still a simple, valuable feature-add.</p>
<p>2) Consider, in the future, making the plugin available for Drupal and Joomla! folks perhaps.</p>
<h3>In Conclusion</h3>
<p>If you don&#8217;t have a plugin but have a good idea for one, hire a developer if you have the money. Just make sure there is a demand. In most cases, if the product would satisfy your needs, others will want it as well. But, there is a way to quickly estimate a wider need.</p>
<p>You want to know your competition before starting anyway so see what is out there that is similar. What freebies are available in the WP plugin repository or on the web? Are there lots of searches looking for these plugins?  Google&#8217;s AdWords Keyword Tool can help you with the research.</p>
<p>Best of luck to you!</p>
<p><strong>About the Author:</strong> This post was written by <a href="http://www.tipsandtricks-hq.com/about#keith_lock" rel="nofollow">Keith Lock</a> who is an author of Tips and Tricks HQ.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/FAOEMGQsw5I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/sell-wordpress-plugins-5497/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/sell-wordpress-plugins-5497</feedburner:origLink></item>
		<item>
		<title>Tips to Secure Your WordPress Site Against Brute Force Login Attacks</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/SsTqkfySzYk/tips-to-secure-your-wordpress-5469</link>
		<comments>http://www.tipsandtricks-hq.com/tips-to-secure-your-wordpress-5469#comments</comments>
		<pubDate>Wed, 17 Apr 2013 06:46:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[login security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress security]]></category>
		<category><![CDATA[WordPress security tips]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5469</guid>
		<description><![CDATA[You may have heard of, or have fell victim to, the recents attacks on WordPress driven sites across the Web. Since about a week ago, a botnet consisting of a cluster of &#8220;tens of thousands&#8221; of computers was used to attempt to gain access to WordPress sites. And some say, it was just &#8220;practice.&#8221; The [...]]]></description>
				<content:encoded><![CDATA[<p>You may have heard of, or have fell victim to, the <a href="http://www.bbc.co.uk/news/technology-22152296" target="_blank">recents attacks on WordPress</a> driven sites across the Web. Since about a week ago, a botnet consisting of a cluster of &#8220;tens of thousands&#8221; of computers was used to attempt to gain access to WordPress sites. And some say, it was just &#8220;practice.&#8221;</p>
<p><strong>The attack was specific:</strong> Use the default &#8220;admin&#8221; username and attempt to discover the password.</p>
<p>Now would be a perfect time to evaluate the security of your WordPress site and make sure your site is secure. In this article I have covered some tips to secure your site against brute force login attacks.</p>
<div class="custom_blue_box">
<div class="custom_blue_box_content">
<p>Also, checkout the following two WordPress security tips articles that we published earlier:</p>
<ul>
<li><a href="http://www.tipsandtricks-hq.com/essential-wordpress-security-tips-is-your-blog-protected-987">Essential WordPress security tips</a></li>
<li><a href="http://www.tipsandtricks-hq.com/advanced-wordpress-security-tips-4659" target="_blank">Advanced WordPress security tips</a></li>
</ul>
</div>
</div>
<h2>Don&#8217;t Use ADMIN as your WP Username</h2>
<p>So, tip #1: <strong>Change your username</strong> on all your WordPress accounts pronto &#8211; actually, you didn&#8217;t leave it as <strong>admin</strong> during installation anyways right? You&#8217;ve been able to customize it since version 3 came out.</p>
<p><img class="alignnone size-full wp-image-5477" title="wp-login-page-screenshot" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/wp-login-page-screenshot.png" alt="" width="443" height="357" /></p>
<p>Do the following steps to change your &#8220;admin&#8221; username:</p>
<p>1) Login to your WP-driven web site</p>
<p>2) Click <strong>Users &gt;&gt; Add New</strong> from the left menu</p>
<p>3) Create a new user (not similar to your blogging nickname), and use a strong password, and specify an &#8220;Admin&#8221; role.</p>
<p>RoboForm is a good tool that not only generates strong passwords, but also stores the login info (including the login URL), and offers 1-click logins. It&#8217;s worth getting. There&#8217;s even a cloud version.</p>
<p>Now it&#8217;s time to assign all admin posts to the new user. The best way is to login as the new user, delete the previous &#8220;admin&#8221; account, and &#8220;Attribute all posts and links to&#8221; the new user (don&#8217;t worry you will be prompted.)</p>
<p>But if for some reason that I can&#8217;t think of, you want to keep the &#8220;admin&#8221; account, you can follow the steps below to re-assign the posts to the new user. But for sure you will want to demote the Admin role to the most basic user. But you should also reconsider your decision not to delete the admin account.</p>
<p>4) Go to <strong>Posts &gt;&gt; All Posts</strong></p>
<p>5) In the list of posts, click on any of the &#8220;admin&#8221; links under <strong>Author</strong>.</p>
<p>Note: you will be working with 20 posts at a time by default. You can change that number to a higher one by clicking on <strong>Screen Options</strong> (top right) and upping the number of posts to display in one screen. After changing the number, click <strong>Apply</strong>.</p>
<p>6) Click on the checkbox next to <strong>Title</strong> near the top left. This lets you select all posts on the page for bulk editing.</p>
<p>7) In the <strong>Bulk Actions</strong> drop down, choose <strong>Edit</strong>. Click <strong>Apply</strong>.</p>
<p>8) Change the <strong>Author</strong> value to the newly created author, and click <strong>Update</strong>.</p>
<p>I know that it seems like a lot of work, but it&#8217;s actually fast. But next time, edit the &#8220;admin&#8221; name during install instead, and you won&#8217;t be victim of a future brute force password attack.</p>
<h2>Patch your WP Install in Real Time</h2>
<p>CloudFlare, a service that lets you funnel your web site traffic through them (with a simple DNS change), has issued a patch for the latest threat that will block the bot before even reaching your WP site.</p>
<p>CloudFlare, as many know as a CDN (Content Delivery Network), which keeps static content closer to your web site visitors for faster delivery, is more than that as I became aware today.</p>
<p>With your web traffic funneling through them first they will:</p>
<p>a) block most of the threats before reaching you<br />
b) save your bandwidth<br />
c) speed things up</p>
<p>This is for more than just WordPress sites. It will work for all platforms and apparently only takes 5 minutes to setup for most people. There&#8217;s a free plan and some premium plans. I personally don&#8217;t feel 100% comfortable funneling my traffic through a third party, but I also get nervous when they refer to my sites as &#8220;naked.&#8221;</p>
<p>Maybe such a service is worth considering?</p>
<h2>Updating WordPress to the Latest Version</h2>
<p>Gone are the days where people edit the core files of WordPress right?</p>
<p>I&#8217;m still guilty of editing my themes directly out of laziness. I know I can create a child theme or create some plugins, use custom styles and functions, but I don&#8217;t.</p>
<p>So, I lose the ability to one-click update my themes. That&#8217;s unfortunate (sometimes), but I don&#8217;t mess with the WP core, and when an update is avalable I go to all my sites and perform an update immediately.</p>
<p>People, good and bad, have access to the core WP code. The bad guys attack any exploits found. The good guys report and/or fix the exploits, and an update is posted. Without the update, your WP site is vulnerable (unless it&#8217;s just a feature upgrade).</p>
<p>Updating is easy. Go to <strong>Dashboard &gt; Updates</strong> and you&#8217;ll see how in there. And if you are with a fully managed WP service like WPEngine, or you used your hosts &#8220;quick install&#8221; app, you are most likely getting the updates without any intervention.</p>
<p>But update you should. Always. Without fail. Same for plugins, and themes. D&#8217;oh!</p>
<p>Delete unused themes and plugins too. And make sure you are using plugins from reputable developers.</p>
<h2>Updating the Password to Something Stronger</h2>
<p>As mentioned, RoboForm generates strong passwords, but you don&#8217;t need a paid tool for that. There are lots of free web based apps that generate strong passwords out there.</p>
<p>People need to stop using kids and pets names, and dictionary words as passwords if they want any type of security.</p>
<p>The requirements for a secure password are:</p>
<ul>
<li>upper and lowercase letters</li>
<li>at least eight characters long</li>
<li>and including &#8220;special&#8221; characters (^%$#&amp;@*).</li>
</ul>
<p>I personally try to keep mine at 15 characters, and with RoboForm I can ensure a certain amount of numbers and special characters make it in there. When are they going to allow Tab, Shift, and CrLf in passwords? Is that possible? If so, get on with it password gods.</p>
<h2>Password Protecting the wp-login.php File</h2>
<p>Another line of defense is to password protect the wp-login.php file, which is the code that is executed to display the WP admin/user login form.</p>
<p>1) <strong>Create a password file</strong> &#8211; Open up a text editor, and create a file (use &#8220;save as,&#8221; and change to &#8220;all file types&#8221; because this won&#8217;t be a standard .txt extension) called .wpadmin and add the username and encrypted password using the steps below. Note the dot (.) at the beginning, and there is no actual filename, just an extension. If you are familiar with .htaccess you know what I&#8217;m talking about already.</p>
<p>The password to be used in the file should be hashed using the MD5 algorithm, making it useful for both Windows and Linux machines.</p>
<p>Here&#8217;s the format:</p>
<p>username:encryptedpassword</p>
<p>To create an encrypted password:</p>
<p>a) Visit <a href="http://www.htaccesstools.com/htpasswd-generator/" target="_blank">http://www.htaccesstools.com/htpasswd-generator/</a>.</p>
<p>b) Enter a username and desired password in the appropriate boxes and click <strong>Create .htpasswd file</strong>.</p>
<p>c) Copy the generated text to your .wpadmin file and save it.</p>
<p>2) <strong>Upload the password file</strong> &#8211; Upload the file to a non-browsable folder.</p>
<p>Place it in: /home/username/ if using CPanel (&#8216;username&#8217; is not literal, it is your CPanel username), or /var/www/vhosts/domain for Plesk for example.</p>
<p>3) <strong>Update the .htaccess file</strong> &#8211; All domains under the &#8220;home&#8221; directory will utilize this password file. Therefore, if you have several add-on domains in your account using WP, they will all access the same password file.</p>
<p>Create a .htaccess file in a similar way that you created the .wpadmin file. Also, it will ultimately be uploaded to the same place.</p>
<p>The content for the file: (be sure to change the AuthUserFile path to the appropriate location &#8211; in most cases that means: replace &#8216;username&#8217; with your cPanel username):<br />
<code><br />
ErrorDocument 401 "Unauthorized Access"<br />
ErrorDocument 403 "Forbidden"<br />
&lt;FilesMatch "wp-login.php"&gt;<br />
AuthName "Authorized Only"<br />
AuthType Basic<br />
AuthUserFile /home/username/.wpadmin<br />
require valid-user<br />
&lt;/FilesMatch&gt;<br />
</code><br />
Things to consider before employing the wp-login.php file protection. Do your sites cater to many users? They will all need to know the login info. Plus, if there is already a .htaccess file in the /home/username/ folder, you may need to merge the contents.</p>
<p>Ok, once it is in place and you visit the wp-login.php page of a WP install you will be prompted with a pop-up login screen that says:<br />
<code><br />
Authentication Required<br />
The server http://www.domain.com:80 requires a username and password. The server says: Authorized Only.<br />
</code></p>
<h2>Two Step WordPress Authentication</h2>
<p>To really remove yourself from the &#8220;potential victim&#8221; list, you can employ another layer of authentication security, by implementing <strong>Two Step Authentication</strong>.</p>
<p>This is highly similar, and just as effective as the <a href="http://support.google.com/accounts/bin/answer.py?hl=en&amp;answer=180744" target="_blank">Google 2-step verification</a> system.</p>
<p>It uses a random code sent to you by text as the &#8220;second&#8221; layer of authentication. Brilliant! Providing you have a smart phone, and it&#8217;s with you.</p>
<p>A <a href="http://en.blog.wordpress.com/2013/04/05/two-step-authentication/" target="_blank">similar system</a> has been employed for WordPress.com users, and it seems <a href="https://www.authy.com/" rel="nofollow" target="_blank">Authy</a> is the standard solution for self-hosted WordPress blog, at this time, based on my searches.</p>
<p>CloudFlare, mentioned above is apparently a company &#8220;Secured by Authy,&#8221; according to the web site.</p>
<p>With that said, more my style, is using a plugin created by the WordPress team. According to a <a href="http://seohour.com/wordpress/prevent-hacking-of-your-wordpress-sites-with-two-step-authentication/" rel="nofollow" target="_blank">post</a> by Nandita B. on SEOHour, the 2-step auth feature used on WordPress.com, will become available at some time in the future with WordPress&#8217;s <a href="http://jetpack.me/" target="_blank">JetPack plugin</a>.</p>
<h2>IP Limiting Plugin</h2>
<p>As Matt Mullenweg <a href="http://ma.tt/2013/04/passwords-and-brute-force/" target="_blank">points out</a>, using an IP Limiting plugin would not be useful to ward of this recent attack.</p>
<p>&#8220;<em>Most other advice isn&#8217;t great — supposedly this botnet has over 90,000 IP addresses, so an IP limiting or login throttling plugin isn&#8217;t going to be great (they could try from a different IP a second for 24 hours).</em>&#8221;</p>
<p>- said Mullenweg</p>
<p>Just performing one of the suggestions from above will put you ahead of the game. Doing them all will certainly have stronger affects. I personally have skipped the use of Authy, and plan to wait for the JetPack update. I just subscribed to its feed in Feedly so I&#8217;ll be informed as soon as they blog about it. Also, for now at least, I&#8217;m not going to setup the CloudFlare option. Are you?</p>
<p>I already had the rest in place on all of my installs except for the password protected wp-login.php file which took all of 3 minutes to implement. I already had strong usernames and passwords, and up-to-date WP files.</p>
<h2>Keeping Your PC from Participating in the Bot Attacks</h2>
<p>It&#8217;s great that we&#8217;re contributing to helping people beef up their WordPress security in light of recent attacks, but what about the other side of the coin?</p>
<p>Some hackers will install &#8220;hidden&#8221; software on user&#8217;s machines without them being aware of it and use the machine to do some damage on the web.</p>
<p>Having a strong Firewall (that is fully patched) can keep people out. Of course, Anti-Virus software helps as well. And locking down a home&#8217;s WiFi can keep the computers on your home or office network safe from outside attack (or out of reach from bandwidth thief).</p>
<p>Check out the video below which explains how to secure a WiFi connection. It also talks about securing an FTP connection which could be of some benefit for web masters like yourself.<br />
<iframe src="http://www.youtube.com/embed/dTYCH5HL-Co?rel=0" frameborder="0" width="420" height="315"></iframe></p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/SsTqkfySzYk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/tips-to-secure-your-wordpress-5469/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/tips-to-secure-your-wordpress-5469</feedburner:origLink></item>
		<item>
		<title>A Brief Introduction to WordPress Nonces</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/VVLFopP-Z8I/introduction-to-wordpress-nonces-5357</link>
		<comments>http://www.tipsandtricks-hq.com/introduction-to-wordpress-nonces-5357#comments</comments>
		<pubDate>Wed, 10 Apr 2013 05:27:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress developer tutorial]]></category>
		<category><![CDATA[wordpress nonce]]></category>
		<category><![CDATA[WordPress tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5357</guid>
		<description><![CDATA[This is a follow up article for the creating a WordPress plugin tutorial Nonce – what is it and why is it important when it comes to WordPress and security? What Does Nonce Mean? The word “nonce” is an abbreviation for the term number used once and is a string generated by WordPress which acts as [...]]]></description>
				<content:encoded><![CDATA[<div class="custom_blue_box">
<div class="custom_blue_box_content">
<p>This is a follow up article for the <a href="http://www.tipsandtricks-hq.com/how-to-create-a-wordpress-plugin-video-tutorial-4547">creating a WordPress plugin</a> tutorial</p>
</div>
</div>
<p><strong>Nonce</strong> – what is it and why is it important when it comes to WordPress and security?</p>
<h2>What Does Nonce Mean?</h2>
<p>The word “nonce” is an abbreviation for the term <strong>number used once</strong> and is a string generated by WordPress which acts as a special token and is used to identify the person doing a specific operation such as the submission of a form, deletion of a post etc.</p>
<h2>Why Use Nonce?</h2>
<p>The nonce’s main purpose is to protect against malicious hacking attacks such as a technique known as <strong>Cross Site Request Forgery</strong> <strong>(CSRF)</strong> which involves tricking people into clicking a link which will cause harm to your site.</p>
<p>Another way to describe a nonce is that it is sort of like a temporary secret key or fingerprint which is unique only to you and can only ever be used by you for a specific operation and it is extremely difficult to be guessed by somebody else.</p>
<h2>How Does It Work?</h2>
<p>The nonce value is valid for 24 hours after which it expires and a new one will be generated.</p>
<p>This ensures that someone cannot copy an old nonce and re-inject it into the URL of an operation or HTTP request.</p>
<p>Nonces are widely used in the core functionality of WordPress but you may not have been specifically aware of them. For example, let’s say you are an administrator of a WordPress blog and you want to delete a specific user account.</p>
<p>When you click on the “delete” link, WordPress will generate a nonce and it will add it in the URL as follows:<br />
<code></p>
<p>http://www.yoursite.com/wp-admin/users.php?action=delete&#038;user=5<strong>&#038;_wpnonce=94f3a1e666</strong></p>
<p></code><br />
The above nonce will be valid for 24 hours and it can only be used by you and only for this specific operation &#8211; which in this case is the deletion of the user with the id value of “5”.</p>
<p>Now let’s say that moments after successfully deleting the user you also wanted to delete a post. When you click on the “trash” link for that post, WordPress will once again generate a new nonce value specifically for this operation:<br />
<code></p>
<p>http://www.yoursite.com/wp-admin/post.php?post=1&#038;action=trash<strong>&#038;_wpnonce=3a6dc727ba</strong></p>
<p></code><br />
Note how the value of this nonce is different to the first one and again the same rule applies here in that it will only be valid for 24 hours and can only be used for the deletion (trash action) of the post with id value of 1.</p>
<p>Thus when a user clicks a link in the admin panel such as the delete or trash links in the examples above, WordPress will do some checks behind the scenes to verify that the “_wpnonce” parameter is valid and if and only if it is valid, it will proceed with the completion of the request.</p>
<p>If the value for “_wpnonce” was found to be invalid then WordPress will not allow the operation and the user would be greeted with a screen that tells them the error.</p>
<h2>Plugin Developers</h2>
<p>If you are a WordPress plugin developer or have aspirations to become one, then you should learn and embrace the concept of nonces and apply them to your code where applicable.</p>
<p>WordPress has several useful functions available to you which you can use for all matters related to nonces.</p>
<p><strong>Creating nonces</strong></p>
<p>There are functions to create and add nonces to your URLs and forms in WordPress.</p>
<h3>Adding a nonce to a URL</h3>
<p>For example, WordPress has the <a href="http://codex.wordpress.org/Function_Reference/wp_create_nonce" target="_blank">following function</a> which will create a nonce which you can manually add to your URL:</p>
<p><code>wp_create_nonce($action)</code></p>
<p>This function will create a nonce value and as you can see it takes a single argument, which is a string defining the action you are performing.</p>
<p>The string can be anything you wish and it is advisable that you choose something unique to your plugin which will be hard to guess.</p>
<p>The function will return a string in the form of the nonce token value.</p>
<p><strong>Example 1:</strong></p>
<p>For example let’s assume you have written a plugin which has a page with a list of items with a delete link next to each item. To further enhance security you want to add a nonce to the delete link.</p>
<p>The following is one way you could do it using the function above:</p>
<p>1) First you would create the nonce:</p>
<pre>$my_nonce = wp_create_nonce('delete_my_rec');</pre>
<p>2) Next you would add this nonce to your URL:<br />
<code><br />
&lt;a href='admin.php?page=mypluginpage&amp;action=delete&amp;recid=1<strong>&amp;_wpnonce=&lt;?php echo $my_nonce ?&gt;</strong>'&gt;Delete Me&lt;/a&gt;<br />
</code><br />
An alternative way to add a nonce to a URL is to use the <a href="http://codex.wordpress.org/Function_Reference/wp_nonce_url" target="_blank">following function</a>:</p>
<p><code>wp_nonce_url($actionurl, $action)</code></p>
<p>This function takes two parameters.</p>
<ol>
<li>The first is the <strong>URL</strong> you wish to add the nonce to</li>
<li>The second is the <strong>action name</strong> you wish to assign to the nonce.</li>
</ol>
<p>If you look inside the WordPress core code you will see that <strong>wp_nonce_url</strong> function actually calls the <strong>wp_create_nonce</strong> function to create the nonce which it then adds to the URL string.</p>
<p><strong>Example 2:</strong></p>
<p>Therefore, we can use the <strong>wp_nonce_url</strong> function to achieve the same outcome as in the first example by simply doing the following:</p>
<p>1) Create the URL with a nonce added to it:<br />
<code><br />
$nonced_url = wp_nonce_url('admin.php?page=mypluginpage&amp;action=delete&amp;recid=1', 'delete_my_rec');<br />
</code><br />
2) Now add the URL containing the nonce to our page:<br />
<code><br />
echo '&lt;a href="'.$nonced_url.'"&gt;Delete Me&lt;/a&gt;';<br />
</code><br />
This second example will achieve the same outcome as the first example.</p>
<h3>Adding a nonce to a form</h3>
<p>To add a nonce to a form you can use the <a href="http://codex.wordpress.org/Function_Reference/wp_nonce_field" target="_blank">following function</a>:</p>
<p><code>wp_nonce_field($action, $name, $referer, $echo)</code></p>
<p>This function takes 4 parameters all of which are optional:</p>
<ul>
<li>$action = (optional) this is a <strong>string</strong> which represents the action name</li>
<li>$name = (optional) this is a <strong>string</strong> which represents the name of the nonce. If you leave this field blank WordPress will default to “_wpnonce”</li>
<li>$referer = (optional) this is a Boolean. It determines whether the referrer “hidden form field” should be created. This is basically the “<em>REQUEST_URI</em>” value of the referring page which is stored in the PHP superglobal $_SERVER. If not included it defaults to true.</li>
<li>$echo =  (optional) this is a Boolean. It determines whether WordPress should echo the nonce hidden field or return its value. If not included it defaults to true (which means it will echo the field)</li>
</ul>
<p>This function will return a URL string which will contain the nonce action.</p>
<p><strong>Example 3:</strong></p>
<p>A typical usage for this function is shown in example below:<br />
<code><br />
&lt;form action="" method="post"&gt;<br />
&lt;?php <strong>wp_nonce_field('my_delete_action');</strong> ?&gt;<br />
&lt;input type="hidden" name="id" value=" &lt;?php echo $id; ?&gt; " /&gt;<br />
&lt;input type="text" name="rec_name" value=" &lt;?php echo $name; ?&gt; " /&gt;<br />
&lt;input type="submit" value="Delete" /&gt;<br />
&lt;/form&gt;<br />
</code><br />
Note how we’ve inserted our hidden nonce field inside the form by using the wp_nonce_field function and we’ve included a single parameter “my_delete_action” which represents action name of our nonce.</p>
<h3>Verifying nonces</h3>
<p>Creating and inserting nonces in our code is only half of the work that needs to be done.</p>
<p>We need to also verify the nonces when the user tries to submit a form or performs an action via a URL.</p>
<p>To verify a nonce we can simply use the <a href="http://codex.wordpress.org/Function_Reference/wp_verify_nonce" target="_blank">following WP function</a>:</p>
<p><code>wp_verify_nonce($nonce, $action)</code></p>
<p>This function takes 2 parameters:</p>
<ul>
<li>$nonce = (required) this is the particular nonce you want to verify</li>
<li>$action = (optional) this is the action you specified for the nonce when you created it.</li>
</ul>
<p>The above function will return a Boolean “false” if the nonce was invalid; otherwise it will return an integer based on when the nonce was generated, ie,</p>
<p>It will return “1” if nonce was generated 12hours or less</p>
<p>It will return “2” if nonce was generated greater than 12 hours and less than 24 hours ago.</p>
<p><strong>Example 4:</strong><br />
Therefore using our nonce we created in example 1 we can now expand our code to include the following check:<br />
<code><br />
$retrieved_nonce = $_REQUEST['_wpnonce'];<br />
if (!wp_verify_nonce($retrieved_nonce, 'delete_my_rec' ) ) die( 'Failed security check' );<br />
</code></p>
<h3>An alternative way to verify nonces</h3>
<p>You can also use the <a href="http://codex.wordpress.org/Function_Reference/check_admin_referer" target="_blank">following function</a> to verify your nonce:</p>
<p><code>check_admin_referer($action, $query_arg)</code></p>
<p>Where:</p>
<ul>
<li>$action = (optional) is the action name. It is highly recommended to include this field when calling this function.</li>
<li>$query_arg = (optional) denotes the nonce name which WordPress will look for in the $_REQUEST variable. (defaults to <strong>_wpnonce</strong> if left blank)</li>
</ul>
<p>If the nonce is valid the function lets your plugin’s execution proceed otherwise it will “die” and take the user to the “are you sure” error page if it determines that a nonce is invalid.</p>
<p><strong>Example 5:</strong></p>
<p>Therefore we could use the line of code below to replace the code of example 4 to achieve a similar result:<br />
<code><br />
check_admin_referrer('delete_my_rec');<br />
</code></p>
<p>We&#8217;ve briefly touched the subject of nonces in this article which should give you enough info to start using them in your code (where applicable). Feel free to post a comment if you have any question on this subject.</p>
<p><strong>About the Author:</strong> This post was written by <a href="http://www.tipsandtricks-hq.com/about#peter_petreski" rel="nofollow">Peter Petreski</a> who is an author of Tips and Tricks HQ.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/VVLFopP-Z8I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/introduction-to-wordpress-nonces-5357/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/introduction-to-wordpress-nonces-5357</feedburner:origLink></item>
		<item>
		<title>How to Make Money Online with a Cooking Recipe Blog</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/cFh-gzr5RA8/how-to-make-money-online-with-a-cooking-recipe-blog-5333</link>
		<comments>http://www.tipsandtricks-hq.com/how-to-make-money-online-with-a-cooking-recipe-blog-5333#comments</comments>
		<pubDate>Wed, 03 Apr 2013 04:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[creating a recipe blog]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[how to start a blog]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=5333</guid>
		<description><![CDATA[This is a follow up article for the how do I start a blog and make money online series that we have been publishing on this site to help users get started and create a successful blog. This article is for those that like to &#8220;play&#8221; in the kitchen, for people that enjoy preparing meals [...]]]></description>
				<content:encoded><![CDATA[<div class="custom_blue_box">
<div class="custom_blue_box_content">
<p>This is a follow up article for the <a href="http://www.tipsandtricks-hq.com/?p=483">how do I start a blog and make money online</a> series that we have been publishing on this site to help users get started and create a successful blog.</p>
</div>
</div>
<p>This article is for those that like to &#8220;play&#8221; in the kitchen, for people that enjoy preparing meals and testing and trying new ingredients. There is a way to make money online with a recipe or food blog, and in this post I will provide a somewhat detailed overview of that process along with some relevant tips and tricks.</p>
<p><img class="alignnone size-full wp-image-5338" title="creating-a-cooking-recipe-blog" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2013/04/creating-a-cooking-recipe-blog.jpg" alt="creating a cooking recipe blog" width="440" height="212" /></p>
<h3>Documenting the process</h3>
<p>First, you might want to commit to coming up with a recipe each day. You have to prepare meals every day anyway right? Fast food, delivery, and take out is primarily unhealthy and expensive. People want to learn ways to eat at home cheaply, conveniently and healthfully. Your &#8220;job&#8221; could be to share your approach. It could be fun and rewarding.</p>
<p>Perhaps you have a speciality that you can create a weekly recipe for, such as a flavored hummus recipe.</p>
<p>Now, it&#8217;s important to jot down the steps and the measurements for the recipes. For the enthusiastic, filming and taking photos of the process will bring you steps head of anyone else attempting the same.</p>
<h3>Starting a recipe blog</h3>
<p>The simplest approach is to get a domain name, some <a href="http://www.tipsandtricks-hq.com/find-out-which-web-hosting-company-offers-the-cheapest-and-reliable-web-hosting-solution-387" target="_blank">cheap shared hosting</a> (both can be purchased from HostGator), and to install WordPress (which is free).</p>
<p>Then, your best bet would be to purchase a premium WordPress theme that leverages &#8220;Recipe semantic markup.&#8221;</p>
<p>To keep this article succint-ish, I will just say that recipe markup will enhance your recipes within search engine results, bringing in more traffic to your web site.</p>
<h3>Monetizing your recipe web site</h3>
<p>Now for the making money part. There are numerous ways that the web site can generate a revenue. I will go through the main ways here.</p>
<p>For each recipe that you publish you should link the ingredients, and equipment used, to their own pages on your site.</p>
<p>For example, create a separate page for a blender which reviews the blender that you use. Also, for each, or most of the ingredients, having their own page which details their health benefits, origins, or other interesting information is beneficial for the sites visitors.</p>
<p>Then from each of those pages you can (and should) run a geo targeting script that determines the country of the visitor. Then you could link the visitor to the appropriate Amazon web site for their country: Amazon.com, Amazon.ca, Amazon.co.uk, etc.</p>
<p>And, if you become an associate (or affiliate) for those Amazon sites, you get commissions for any purchases made.</p>
<h3>Why use Amazon?</h3>
<p>Amazon is a widely known, widely trusted online store that sells a wide range of products. Also, when linking to Amazon with an &#8220;affiliate link,&#8221; which is simply a link accredited to you so that you get commissions on sales, you will also be rewarded when Amazon up-sells to the customer.</p>
<p>Since there is a wide range of products available on Amazon, and Amazon offers free shipping on purchases over a certain amount, customers often fill their baskets with other items, items that you will get commissions on as well if you reffered the customer to the site to begin with.</p>
<p>Amazon has a lot of upsell methods in place including the &#8220;customers who bought this, also bought&#8230;&#8221; followed by a list of other related items.</p>
<p>Sure, the commission percentage isn&#8217;t as high as when promoting digital items as an affiliate, but the high trust factor and the commissions awarded for extra products make it worth the efforts.</p>
<p>Commissions for small appliances, like juicers and blenders, can generate amounts between $10 and $30 or more which isn&#8217;t bad at all.</p>
<h3>Taking it all even further</h3>
<p>Besides doing the above, you can really knock this money making idea out of the park by performing some of the following tasks:</p>
<p><strong>1) Social photo sharing:</strong> Including your original photos on social photo sharing sites like Flickr and Pinterest can bring traffic from different sources. Embed the photos from those sites into yours to increase page load times and reduce bandwidth usage.</p>
<p><strong>2) Social video sharing:</strong> In the same way as with photos, creating unique videos and posting them to social video sites like YouTube can increase exposure and bring more traffic. Also, embedding videos into recipe pages increases the value of the page from both visitors and search engines perspectives.</p>
<p><strong>3) Recipe book creation:</strong> You could benefit immensely by adding your recipes to a stand-alone document as you go along.</p>
<p>If you have the time and gumption, it would be valuable to include each recipe into its own document, including links, and exporting it as a PDF file.</p>
<p>You can do this using free tools. OpenOffice.org Writer lets you create PDFs and retain hyperlinks. Most &#8220;free&#8221; software will not let you keep hyperlinks in tact in the exported PDF unless you pay for an upgrade, but OpenOffice does.</p>
<p>Each of these single-recipe booklets I would share on PDF sharing sites like Scribd and SlideShare.</p>
<p>Also, I would add related recipes to a larger PDF book. Then, you could either sell the book after &#8216;x&#8217; amount of recipes are included, or &#8220;bribe&#8221; people with it to get them on your mailing list, or simply share it like you did the single-recipe booklets.</p>
<p>Then, of course, create a booklet with all of your recipes, and either share it, give it away to subscribers, or sell it. You could post it on Clickbank for example and let other people sell it for you and give them commissions for doing so.</p>
<p><strong>4) Enhance recipe posts:</strong> Besides embedding multimedia into the posts (your unique photos from Flickr or Pinterest, and unique videos from YouTube) you can also do a write up for each post.</p>
<p>Rather than just including: Equipment list, ingredient list and procedure, also write something about the recipe. It could be anything including: the nutritional value of the main ingredients, reviews from family members on the taste, your motivation for creating the recipe, a vivid description of the taste, smell and texture, and how it feels in your mouth, and so on.</p>
<p>Just focus on creating unique valuable content always. By content I mean: the recipe itself (cite the inspiration if relevant), the written content, and the multimedia content.</p>
<h3>Other ways to make money on a recipe blog</h3>
<p>Besides sending customers through the Amazon sales funnel and getting commissions, and possibly selling your recipe books (either in digital, print, or both), you may want to consider other avenues for generating income.</p>
<p>You can consider selling advertising space with services like AdSense (for contextual and retargeting ads), or BuySellAds and BuyAds (for banner and Twitter advertising), or even independently.</p>
<p>Also, touched upon above was building a list and offering a recipe book as an incentive to join the list. Then you could send out a newsletter, which could simply be a collection of the recipe postings from the previous week to bring readers and customers back to the site.</p>
<p>You could also make announcements of new books, new products, or events that you have a connection with (either hosting yourself, selling yourself, or that you are an affiliate for).</p>
<h3>Crowd recipe publishing</h3>
<p>At some stage, even very early, you may want to open the doors to let others share their recipes on the site. This could keep you from having to publish every day, but also expand the audience.</p>
<p>Additionally, if your site is on a specific theme (discussed below) you might want to turn on WordPress MultiSite and let others blog about other aspects of that theme.</p>
<p>As an example, if your recipe site caters to recipes that are &#8220;autism&#8221; (i.e dairy and casein free) or &#8220;diabetes&#8221; (i.e. low sugar) friendly, a new blog, or family diary blog, on any of those topics can further expand the site.</p>
<h3>Cater to a particular pocket of people</h3>
<p>With web sites, it is often best (perhaps always best) to not try to cater to everyone. You can devote a recipe site to a specific audience and only create recipes that they would find interesting.</p>
<p>If you follow a particular lifestyle, like vegan or raw foods, it is that much easier. Simply, documenting what you do daily is the easiest approach.</p>
<p>To brainstorm ideas for a &#8220;pocket of people&#8221; here is a quick process to run through, with an example. This process can help you come up with a domain name, a tag line and the overall theme for the recipe or health site.</p>
<p><strong>Tip 1)</strong> Visit Google and type in a phrase and watch what comes up from Google Suggest. For example: I began typing &#8220;what can I eat on&#8230;&#8221; (without the dots) and many things came up including:<br />
<code><br />
what can i eat on the caveman diet<br />
what can i eat on a low carb diet<br />
what can i eat on the daniel fast<br />
</code><br />
Another example: Starting with &#8220;recipes for&#8230;&#8221; came up with:<br />
<code><br />
recipes for those with acid reflux<br />
recipes for those with gerd<br />
recipes for those with high cholesterol<br />
recipes for people with high cholesterol and diabetes<br />
</code><br />
These are examples of what people are searching for within Google. This represents a pocket of people that you can easily cater to and rank high for in the search engines to get traffic &#8211; traffic that can become customers.</p>
<p>Your site can quickly become the &#8220;go to&#8221; authority site in one of these niches because of low competition. In general, large food and recipe sites will have a page or category catering to these niches and that&#8217;s fine. But developing a site <strong>devoted </strong>to them will stand out in the search results.</p>
<p>You might have heard it already, but &#8220;there is money in the long tail&#8221;. Think about how many people are in the world!</p>
<p><strong>Tip 2)</strong> Picking one of those phrases can become the &#8220;tag line&#8221; for the site. In WordPress, to edit the tag line, you will go to Settings &gt; General.</p>
<p>Now, from there you can create a nice 2-word punchy domain name that represents the site. You may or may not want to include the word recipes, it really depends on your future goals. The days of exact-match domains are gone, so don&#8217;t worry about matching a keyword for the domain. Create a brand instead, something that will be easy to remember, and be simple to build a logo around at some point.</p>
<p>Let&#8217;s say we went with the first result &#8220;what can i eat on the caveman diet&#8221; for the tagline, here are some ideas for domains:<br />
<code><br />
CavemanEats<br />
FoodOfCavemen<br />
GruntDiet<br />
...and so on<br />
</code><br />
There you have it. You have a domain name, a tag line and theme for your recipe site. Now, adding content on a regular consistent basis is key. It could be recipes all the time, or a mix of recipes and stories and other related content.</p>
<p>Perhaps the categories can be: Recipes, News, Diary</p>
<p>Even if you are not an authority on the topic (yet), and perhaps you are just in the process of learning about say &#8220;foods that I can eat having crohns,&#8221; you can document what you learn/do as you go, building out an authority site, and making money in the process.</p>
<p>Who knows, your healing story can save a person&#8217;s life, and make you money at the same time. That&#8217;s not greed, that is leverage my friend.</p>
<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/cFh-gzr5RA8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/how-to-make-money-online-with-a-cooking-recipe-blog-5333/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/how-to-make-money-online-with-a-cooking-recipe-blog-5333</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk

 Served from: www.tipsandtricks-hq.com @ 2013-05-24 21:54:22 by W3 Total Cache -->
