<?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>Mon, 09 Nov 2009 08:06:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/tipsandtricks-hq" type="application/rss+xml" /><feedburner:emailServiceId>tipsandtricks-hq</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to Add Javascript in a WordPress Post or Page</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/a94g5XuvyRM/how-to-add-javascript-in-a-wordpress-post-or-page-1845</link>
		<comments>http://www.tipsandtricks-hq.com/how-to-add-javascript-in-a-wordpress-post-or-page-1845#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:02:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1845</guid>
		<description><![CDATA[One of my readers asked me the following question:
&#8220;How can I run a JavaScript within a WordPress post?&#8221;
In this short post I have explained how I use Javascript in my WordPress posts.
Adding javascript in WordPress post is really simple. You just have to switch to the HTML view in the editor and paste the JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>One of my readers asked me the following question:</p>
<p><em>&#8220;How can I run a JavaScript within a WordPress post?&#8221;</em></p>
<p>In this short post I have explained how I use Javascript in my WordPress posts.</p>
<p>Adding javascript in WordPress post is really simple. You just have to switch to the HTML view in the editor and paste the JavaScript code and that&#8217;s pretty much it.</p>
<p><img class="alignnone" src="http://images.tipsandtricks-hq.com/my-icons/tips-post/javascript/wordpress-javascript-icon-128.png" alt="" width="128" height="128" /></p>
<p>If the JavaScript code is in an external file then you need to include it first. You will need to add a bit of code similar to the following in your &#8220;header.php&#8221; or &#8220;footer.php&#8221; file to include the external JavaScript file:</p>
<div id="code_block">&lt;script type=&#8221;text/javascript src=&#8221;http://www.your-domain-name.com/scripts/my-javascript.js&#8221;&gt;&lt;/script&gt;</div>
<p>I prefer to add javascript in the footer for <a href="http://www.tipsandtricks-hq.com/?p=1435">site performance factors</a>. You can paste it in the HTML view of the post too if this file is only needed in that one post. Replace &#8220;http://www.your-domain-name.com/scripts/my-javascript.js&#8221; with the actual location of the JavaScript file.</p>
<p>After you have included the file you can use any functions that is defined in that file. Use something similar to the following:</p>
<div id="code_block">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
custom_function();<br />
//&#8211;&gt;&lt;/script&gt;</div>
<p>Replace &#8220;custom_function();&#8221; with the actual name of the function.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fhow-to-add-javascript-in-a-wordpress-post-or-page-1845&amp;linkname=How%20to%20Add%20Javascript%20in%20a%20WordPress%20Post%20or%20Page"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768" title="WordPress Simple Paypal Shopping Cart Plugin">WordPress Simple Paypal Shopping Cart Plugin</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-simple-google-adsense-insertion-170" title="WordPress Plugin for Simple Google Adsense Insertion/Integration">WordPress Plugin for Simple Google Adsense Insertion/Integration</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325" title="WordPress Plugin for Category Specific RSS feed subscription menu">WordPress Plugin for Category Specific RSS feed subscription menu</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/a94g5XuvyRM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/how-to-add-javascript-in-a-wordpress-post-or-page-1845/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/how-to-add-javascript-in-a-wordpress-post-or-page-1845</feedburner:origLink></item>
		<item>
		<title>Pay Per Click (PPC) Ad – Which One Should You Choose?</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/RQ8vhuKViJY/pay-per-click-ppc-ad-which-one-should-you-choose-1796</link>
		<comments>http://www.tipsandtricks-hq.com/pay-per-click-ppc-ad-which-one-should-you-choose-1796#comments</comments>
		<pubDate>Mon, 26 Oct 2009 11:18:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Pay Per Click]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1796</guid>
		<description><![CDATA[Pay-Per-Click or PPC in short, is an effective marketing scheme for the Internet. If you have a personal blog/site that attracts moderate to high traffic, and you want to generate some revenue from it then PPC is a very good option for you. There are many companies, including the major search engines such as Google, [...]]]></description>
			<content:encoded><![CDATA[<p>Pay-Per-Click or PPC in short, is an effective marketing scheme for the Internet. If you have a personal blog/site that attracts moderate to high traffic, and you want to generate some revenue from it then PPC is a very good option for you. There are many companies, including the major search engines such as Google, Yahoo! etc. that offer PPC ad-serving applications for webmasters and publishers. After registering with the company, all you have to do is put some Javascript code or HTML in your pages and activate the advertisement. The company tracks how many times the ads have been viewed and clicked and makes your payment at the end of the month.</p>
<p><img class="alignnone size-full wp-image-1795" title="pay-per-click-150" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/pay-per-click-150.gif" alt="pay-per-click-150" width="150" height="150" /></p>
<p>In this article we will take a look at some PPC ad serving applications and try to help you decide which one could be the best option for you.</p>
<h3>Google Adsense</h3>
<p><a href="http://adsense.google.com/">Google AdSense</a> is the current leader in content-sensitive web-based marketing. Webmasters can place Google AdSense JavaScript code on their web pages in order to allow Google&#8217;s servers to show context sensitive advertisements (Google Adwords). Google uses their search engine ranking technology to decide what ads to show on your site, and on specific pages on your site. On a post about photography on your site, for example, Google might show ads for digital cameras. This type of targeting is very effective and results in good click-through rates in most circumstances. How much you can make with Google Adsense depends entirely upon the niche of your website. The more competitive is your niche, the higher the CPM. However, many web publishers have complained about Google&#8217;s terms and conditions of being too restrictive. As a Web site owner participating in AdSense, you are fully prevented from knowing which ads were clicked and how much each click brings to you. They have $100 payout policy, which means you&#8217;ll receive their payment only after the your revenue exceeds $100. Many publishers have found their Adsense account suspended by Google out of the blue, for reasons beyond their control. In spite all of these, for relative ease in use and targeting strategy, Adsense is the pioneer in PPC ad serving area.</p>
<p>If you have a WordPress blog then you can use the <a href="http://www.tipsandtricks-hq.com/?p=170">Simple Adsense Integration plugin</a> that will make your ad management a little bit easier on your blog.</p>
<h3>Microsoft PubCenter</h3>
<p><a href="https://advertising.microsoft.com/publisher">Microsoft PubCenter</a> is Microsoft’s answer to Google’s AdSense and Yahoo’s Publisher Network. I have heard that some users of PubCenter are receiving three times more in revenue from Microsoft than Google AdSense. PubCenter also allows the publishers to be able to set background images for ads.</p>
<h3>Yahoo Publisher Network(YPN)</h3>
<p>Yahoo!, in an attempt to catch up with its rival Google, has stepped into the contextual ad serving game with <a href="http://publisher.yahoo.com/">Yahoo Publisher Network</a>. As of this writing, it&#8217;s in beta phase and only available to US-based sites. The best thing that can be said about YPN is that it allows other Yahoo! services to be integrated into your web site, including Add to My Yahoo! (RSS), Y!Q etc. They are as strict with terms and conditions as Adsense and very selective about who they accept to use the service.</p>
<h3>AdBrite</h3>
<p><a href="http://www.adbrite.com/">AdBrite</a> is considered one of the best alternative to Google Adsense. They offer most commonly use ad formats, including interstitial full page ads which offer an excellent way to monetize all your incoming traffic, not just traffic that clicks on your ads. Through a small snippet of HTML placed on your site, they handle serving, scheduling, billing, customer service, and sales. Their payouts are smaller($20) and revenue is typically split 75/25 in your favor. They have more relaxed terms and conditions than Adsense and are much more accepting of smaller publishers including bloggers. The weakness of AdBrite is it&#8217;s lack of variety in the ad formats offered.</p>
<h3>Clicksor</h3>
<p><a href="http://clicksor.com/">Clicksor</a> provides excellent context sensitive ad serving similar to Adsense, plus you have option to put in some keywords yourself. They have payouts upto a market leading 85% and unlike a number of alternatives the cost per click bid values are high enough that you can earn a decent income. They also allow you to add as many sites / domains as you want under a single account. In any pay period in which your earnings exceed $50($20.00 with PayPal), payments are made either by check or instantly through PayPal. Revenue totaling less than the minimum will be rolled into the next period.<br />
Bidvertiser<br />
The coolest thing about Bidvertiser, another contextual ad server, is that they let you design their ad formats. They offer a simple point-and-click tool to help you customize the layout of the ads to fit your site&#8217;s look and feel, in order to retain the quality of your website. It pays you either in $25.00 increments by check or $10.00 increments by PayPal. However, the ad pool seems a little limited and it can be picky with who they accept into its program.</p>
<h3>Chitika</h3>
<p><a href="http://chitika.com/">Chitika</a> has an innovative ad serving application name &#8216;eMinimalls&#8217;, something they refer to as &#8216;impulse merchandising technique&#8217;. How it works? Let&#8217;s say you have written a review for a new digital camera in your blog. Chitika ad widgets will display &#8216;interactive&#8217; ad boxes, showing links for this camera and other competitor cameras. If people purchase these cameras you get a paid a commission. It also allows you to display targeted products based on what people searched for to get to your page and you get paid for clicks. You are paid 60% of ad revenue generated. Payment is made to your PayPal account once the balance reaches $50.</p>
<h3>WidgetBucks</h3>
<p><a rel="nofollow" href="http://www.widgetbucks.com/home.page">WidgetBucks</a> claim to be the Internet&#8217;s fastest growing ad network. Widgetbucks allows you to insert &#8216;dynamic&#8217; ads that cycle through a handful of products in real-time. One thing to keep in mind is that the ads are very colorful so if you are looking for something that blends in with you site then Widgetbucks is probably not your best bet. WidgetBucks performs very good on a product review site.</p>
<h3>AdToll</h3>
<p><a href="http://www.adtoll.com/">AdToll</a> pays on CPC(Cost-per-Click) basis. It has introduced the innovative &#8216;Peel Away Ad&#8217; technology that shows a peel on the top right hand side of a page. When the mouse moves over the peel it opens smoothly to reveal the advert within. This new ad format allows you to make use of the lesser used, yet highly visible top corners of websites, saving valuable space in the content area. Also it is very non intrusive to the visitor and most likely to draw her curious clicks! AdToll likes to boast their 75% payout, which is indeed more than the majority of ad networks pay. Payments are made via cheque, paypal, wire/bank transfer or to your AdToll Account Credit if you are also an advertiser. Cheques require a minimum of $40 in earnings, $20 for PayPal and $1,000 for wire transfers. Payments to your AdToll Account Credit have no minimum.</p>
<h3>ExitJunction</h3>
<p><a rel="nofollow" href="https://secure.exitjunction.com/index.jsp">ExitJunction</a> offers a unique approach to advertising. They focus on showing ads to users as they leave your site rather than as they arrive. By adding a small piece of their code to the header section of your site, visitors are shown an ad as they hit the back button. If someone came to your site from a Google search and then immediately hit the back button to return, she would be shown an Exit Junction Ad in between your page and the Google search page, and you get paid for this impression. The ad is directly targeted to the search term that brought the visitor to your site in the first place. It&#8217;s an ideal way of complimenting your existing ad services and increasing your revenue without having to switch from your current ad provider. Also they cover all countries so you get paid for all traffic exiting you site regardless of its origin. They offer fee free payout via Check or PayPal with earnings of as little as $25 on a monthly basis.</p>
<h3>ClickThruTraffic</h3>
<p>Not the best option, but if nobody else picks your site, you can always rely on <a rel="nofollow" href="http://www.clickthru.com/">ClickThruTraffic</a>. They claim to pay 6 to 20 cents each time a surfer clicks on the ad on your site. They offer textual links, buttons and banners.</p>
<p>There you go. We have covered 10 PPC ad serving options, from the big players to small timers. If you have any other suggestions, feel free to share in the comments section.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fpay-per-click-ppc-ad-which-one-should-you-choose-1796&amp;linkname=Pay%20Per%20Click%20%28PPC%29%20Ad%20%26%238211%3B%20Which%20One%20Should%20You%20Choose%3F"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/which-cpm-ad-network-to-use-for-a-relatively-new-blog-1367" title="Which CPM ad Network to Use for a Relatively New Blog">Which CPM ad Network to Use for a Relatively New Blog</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-estore-and-nextgen-gallery-integration-create-photo-shop-1200" title="WordPress eStore and NextGen Gallery Integration to Create Digital Photo Store">WordPress eStore and NextGen Gallery Integration to Create Digital Photo Store</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/what-would-you-do-if-somehow-you-lost-your-blog-content-today-958" title="What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?">What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/top-15-search-engine-optimization-seo-mistakes-i-commonly-make-701" title="Top 15 Search Engine Optimization (SEO) mistakes I commonly make">Top 15 Search Engine Optimization (SEO) mistakes I commonly make</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/list-of-the-best-and-must-use-wordpress-plugins-535" title="List of the Best and Must Use WordPress Plugins">List of the Best and Must Use WordPress Plugins</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/RQ8vhuKViJY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/pay-per-click-ppc-ad-which-one-should-you-choose-1796/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/pay-per-click-ppc-ad-which-one-should-you-choose-1796</feedburner:origLink></item>
		<item>
		<title>Is the RSS Feed of your WordPress Blog Working in all Major browsers?</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/qaqlZaQrawc/is-the-rss-feed-of-your-wordpress-blog-working-in-all-major-browsers-1772</link>
		<comments>http://www.tipsandtricks-hq.com/is-the-rss-feed-of-your-wordpress-blog-working-in-all-major-browsers-1772#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[RSS Feed]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1772</guid>
		<description><![CDATA[This morning one of my site visitors was kind enough to email me saying that the RSS Feed of my blog wasn&#8217;t working on Internet Explorer and Google Chrome browsers. Internet Explorer is well known for its issues so I wasn&#8217;t that alarmed but my hearth jumped as soon as I double checked the RSS [...]]]></description>
			<content:encoded><![CDATA[<p>This morning one of my site visitors was kind enough to email me saying that the RSS Feed of my blog wasn&#8217;t working on Internet Explorer and Google Chrome browsers. Internet Explorer is well known for its issues so I wasn&#8217;t that alarmed but my hearth jumped as soon as I double checked the RSS feed on Chrome and found that it was complaining too. In this article I am going to explain what the error was and what I did to resolve it so you don&#8217;t panic if it ever happens to you.</p>
<h3>The 1st RSS feed Error and Solution</h3>
<p>Internet explorer was displaying the following error when I clicked the RSS feed link on my site:</p>
<div id="code_block">The XML page cannot be displayed</p>
<p>Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.</p></div>
<p>Chrome gave me the following which was a bit better as it was pointing out the line of the error rather than saying there is an error:</p>
<div id="code_block">This page contains the following errors:</p>
<p>error on line 485 at column 330: Encoding error</p></div>
<p>At this stage my best option was to validate my RSS feed using the <a href="http://validator.w3.org/feed">W3C Feed Validator</a></p>
<p>A quick validation check revealed that I had some special characters in one of my posts. I wrote an article earlier explaining how some of my posts started showing special characters after I transferred my blog to the new hosting and how <a href="http://www.tipsandtricks-hq.com/?p=1480">I got rid of those character encoding issues</a> but looks like I didn&#8217;t get rid of all of them. I manually edited the post and got rid of the special character which fixed this issue.</p>
<h3>The 2nd RSS feed Issue and the Solution</h3>
<p>After fixing the special character issue I checked my RSS feed again but this time it showed a different RSS feed validation error:</p>
<div id="code_block">&#8220;Extra content at the end of the document&#8221;</div>
<p>The 1st error was easy to spot and I fixed it quickly but this 2nd error took me a while to figure out. I first opened the HTML source of my home page and I noticed that there was a block of junk after the &lt;/html&gt; tag:</p>
<div id="code_block">&lt;!&#8211; [706cd2035ae36e7da672679079dd81b9 --&gt;&lt;!-- 0668184521 --&gt;&lt;div style="overflow:auto; visibility:hidden; height: 1px; "&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://rtbi30h3h34h34.cc/1"&gt;.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- 706cd2035ae36e7da672679079dd81b9] &#8211;&gt;</div>
<p>This looks very suspicious but couldn&#8217;t figure out how it was getting appended there. Googling these random strings revealed nothing. So I started disabling the plugins to see if any of the plugins were adding this weird block of code. When this didn&#8217;t help I got a little frustrated and decided to do a UNIX Grep to see where that string of text was coming from. Surprisingly, it revealed that it was coming from the &#8220;index.php&#8221; file in the root of my domain which had the following in it&#8217;s header:</p>
<div id="code_block">&lt;?php @register_shutdown_function(&#8221;__sfd1254818660__&#8221;);function __sfd1254818660__() { global $__sdv1254818660__; if (!empty($__sdv1254818660__)) return; $__sdv1254818660__=1; echo &lt;&lt;&lt;DOC__DOC</p>
<p>&lt;!&#8211; [706cd2035ae36e7da672679079dd81b9 --&gt;&lt;!-- 0668184521 --&gt;&lt;div style="overflow:auto; visibility:hidden; height: 1px; "&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://rtbi30h3h34h34.cc/1"&gt;.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- 706cd2035ae36e7da672679079dd81b9] &#8211;&gt;</p>
<p>DOC__DOC;<br />
} ?&gt;</p></div>
<p>Obviously something altered the &#8220;index.php&#8221; file (most likely a dodgy plugin). I replaced it with a fresh &#8220;index.php&#8221; file from the WordPress package and it fixed the error. So two things to keep in mind:</p>
<ol>
<li> Check to make sure your RSS feed is working fine or you will loose subscribers because most of the visitors won&#8217;t bother to tell you about it.</li>
<li>Be careful when you install new plugins.</li>
</ol>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fis-the-rss-feed-of-your-wordpress-blog-working-in-all-major-browsers-1772&amp;linkname=Is%20the%20RSS%20Feed%20of%20your%20WordPress%20Blog%20Working%20in%20all%20Major%20browsers%3F"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/what-would-you-do-if-somehow-you-lost-your-blog-content-today-958" title="What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?">What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-import-wordpress-sql-database-backup-file-without-having-create-new-database-privileges-in-phpmyadmin-415" title="How to import WordPress SQL database backup file without having &#8216;create new database&#8217; privileges in phpMyAdmin">How to import WordPress SQL database backup file without having &#8216;create new database&#8217; privileges in phpMyAdmin</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-fix-wordpresscom-stats-plugin-showing-zero-0-visitors-265" title="How to fix WordPress.com Stats plugin showing zero (0) visitors!">How to fix WordPress.com Stats plugin showing zero (0) visitors!</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-fix-unable-to-create-directory-error-when-uploading-image-into-wordpress-557" title="How to Fix &#8216;Unable to create directory&#8217; error when uploading image into WordPress">How to Fix &#8216;Unable to create directory&#8217; error when uploading image into WordPress</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-cleanremove-not-found-errors-from-google-web-master-tools-generated-from-translated-versions-625" title="How to Clean/Remove Not Found Errors from Google web master tools generated from translated versions">How to Clean/Remove Not Found Errors from Google web master tools generated from translated versions</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/qaqlZaQrawc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/is-the-rss-feed-of-your-wordpress-blog-working-in-all-major-browsers-1772/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/is-the-rss-feed-of-your-wordpress-blog-working-in-all-major-browsers-1772</feedburner:origLink></item>
		<item>
		<title>WordPress eMember – Easy to Use WordPress Membership Plugin</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/EI_yRx8adV8/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706#comments</comments>
		<pubDate>Fri, 02 Oct 2009 05:46:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Membership]]></category>
		<category><![CDATA[WordPress Membership]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1706</guid>
		<description><![CDATA[WordPress eMember is a membership plugin that can turn your existing or new WordPress site into a membership site easily. You can selectively protect articles by creating various membership levels (eg. Free, Basic, Premium, Ultimate) and protect the content (posts, pages etc) of your site. The plugin manages all the membership management side of things.
Plugin [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress eMember is a membership plugin that can turn your existing or new WordPress site into a membership site easily. You can selectively protect articles by creating various membership levels (eg. Free, Basic, Premium, Ultimate) and protect the content (posts, pages etc) of your site. The plugin manages all the membership management side of things.</p>
<h3>Plugin Features</h3>
<p>Below are just some of the notable features of the WP eMember Plugin:</p>
<div class="entry-content">
<ul class="features">
<li><img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/wordpress-logo-74.png" alt="wordpress icon" /><br />
<h3>Easy Installation</h3>
<p>Easy installation like any other WordPress plugin.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/protect-content-74.png" alt="protect content" /><br />
<h3>Content Protection</h3>
<p>Selectively protect the full or a section of an article. Create different membership levels and select what content (eg. posts, pages) can be viewed by each membership level.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/design-74.gif" alt="ease of design" /><br />
<h3>Ease of Design and Usage</h3>
<p>Very easy to use and it integrates nicely into your existing site. No site redesign or any changes necessary.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/affiliates_icon.png" alt="Affiliate icon" height="74" /><br />
<h3>Integrated with the WordPress Affiliate Software</h3>
<p>It is pre-integrated with the <a href="http://www.tipsandtricks-hq.com/?p=1474">WordPress Affiliate Software</a> Plugin. So if you decide to boost your membership signups by introducing an Affiliate Program (award affiliates that redirect visitors who become your member) later then all you have to do it activate the other plugin.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/shopping_cart_panda-74.png" alt="wordpress shopping cart icon" /><br />
<h3>Fully Integrated with WP eStore</h3>
<p>Fully integrated with the <a href="http://www.tipsandtricks-hq.com/?p=1059">WordPress eStore</a> (WordPress Shopping Cart) plugin.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/help_icon_post-86.jpg" alt="great support icon" /><br />
<h3>Great Support</h3>
<p>Extensive documentation available on the <a rel="nofollow" href="http://tipsandtricks-hq.com/wordpress-membership/">documentation site</a>. Great support available through the <a rel="nofollow" href="http://www.tipsandtricks-hq.com/forum/">support forum</a>.</li>
</ul>
</div>
<h3>Plugin Demo</h3>
<ul>
<li><a rel="nofollow" href="http://tipsandtricks-hq.com/eMember-demo" target="_blank">View Demo Membership Site</a> (use username – free123 and password – testpass to log in as a free member)</li>
<li><a rel="nofollow" href="http://www.tipsandtricks-hq.com/eMember-demo/">View Demo Membership Site</a> (use username &#8211; silver123 and password &#8211; silverpass to log in as a silver member)</li>
</ul>
<h3>Documentation &amp; Technical Support</h3>
<ul>
<li> <a href="http://tipsandtricks-hq.com/wordpress-membership/">Documentation site</a> (Contains all the documentation for the WP eMember plugin)</li>
</ul>
<p>if you are having any issue with this plugin then feel free to leave a comment in the comment area below or on the documentation site or contact me through the contact page and I will guide you.</p>
<h3>Requirements</h3>
<p>WordPress Powered Site and Ioncube Loader (This will normally be installed on your server by default on most of the hosting companies). If not you can request your hosting company to install <a href="http://www.ioncube.com/loaders.php">Ioncube Loader</a> and there is no reason for them not to because it is free and very easy to install.</p>
<h3>Get the WP eMember Plugin Now</h3>
<div class="ngg-album">
<div class="ngg-albumcontent">
<div class="ngg-thumbnail"><a href="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/emember-box-500.jpg"><img class="Thumb" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/10/emember-box.jpg" alt="wp_estore_icon" width="150" height="150" /></a></div>
<div class="ngg-description"><strong>WordPress eMember Plugin</strong><br />
Turn your existing or new WordPress site into a membership site easily. (Includes Free Updates)</div>
<div class="ngg-description"><strong>Original Price:</strong> <span style="text-decoration: line-through;"><strong>$35.00</strong></span></div>
<div class="ngg-description"><span style="color: #ff0000;"><strong>Sale Price:</strong></span> <strong>$27.00</strong></p>
<p><object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm1(this, true);"><input type="image" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-green2.png" class="eStore_button" alt="Add to Cart" /><input type="hidden" name="product" value="WP eMember" /><input type="hidden" name="price" value="27.00" /><input type="hidden" name="product_name_tmp1" value="WP eMember" /><input type="hidden" name="price_tmp1" value="27.00" /><input type="hidden" name="item_number" value="23" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://www.tipsandtricks-hq.com/feed" /></form></object></p></div>
</div>
</div>
<h3>Frequently Bought Together</h3>
<div id="code_block"><a href="http://www.tipsandtricks-hq.com/?p=1706"><strong>WP eMember</strong></a> + <strong><a href="http://www.tipsandtricks-hq.com/?p=1059">WP eStore</a></strong><br />
<strong>Sale Price:</strong> $40<br />
<object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm1(this, true);"><input type="image" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-green2.png" class="eStore_button" alt="Add to Cart" /><input type="hidden" name="product" value="WP eMember & WP eStore" /><input type="hidden" name="price" value="40.00" /><input type="hidden" name="product_name_tmp1" value="WP eMember & WP eStore" /><input type="hidden" name="price_tmp1" value="40.00" /><input type="hidden" name="item_number" value="24" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://www.tipsandtricks-hq.com/feed" /></form></object></div>
<p>Please see the <a rel="nofollow" href="http://www.tipsandtricks-hq.com/products"><strong>Products</strong></a> page for more packaged product deals.</p>
<h3>Become an Affiliate</h3>
<p>Like the WordPress eMember plugin? Why not <a rel="nofollow" href="http://www.tipsandtricks-hq.com/affiliate_program">sign up</a> for an affiliate account and promote it to make some money?</p>
<p>Feel free to leave a comment if you have any queries.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fwordpress-emember-easy-to-use-wordpress-membership-plugin-1706&amp;linkname=WordPress%20eMember%20%26%238211%3B%20Easy%20to%20Use%20WordPress%20Membership%20Plugin"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768" title="WordPress Simple Paypal Shopping Cart Plugin">WordPress Simple Paypal Shopping Cart Plugin</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-simple-google-adsense-insertion-170" title="WordPress Plugin for Simple Google Adsense Insertion/Integration">WordPress Plugin for Simple Google Adsense Insertion/Integration</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325" title="WordPress Plugin for Category Specific RSS feed subscription menu">WordPress Plugin for Category Specific RSS feed subscription menu</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-paypal-donation-plugin-942" title="WordPress Paypal Donation Plugin">WordPress Paypal Donation Plugin</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/EI_yRx8adV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706</feedburner:origLink></item>
		<item>
		<title>Spice up your WordPress Site with JQuery</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/ZGpEW4yqre8/spice-up-your-wordpress-site-with-jquery-1690</link>
		<comments>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress Theme]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690</guid>
		<description><![CDATA[Designing your site with a slick, stylish look, along with some cool Ajax-y features definitely impresses the visitors. They&#8217;ll come to your site more, the traffic goes up and the revenue grows. Yes, it does require a lot of work involving CSS/JavaScript and HTML, but that&#8217;s why JQuery is here for!
This lightweight JavaScript framework and [...]]]></description>
			<content:encoded><![CDATA[<p>Designing your site with a slick, stylish look, along with some cool Ajax-y features definitely impresses the visitors. They&#8217;ll come to your site more, the traffic goes up and the revenue grows. Yes, it does require a lot of work involving CSS/JavaScript and HTML, but that&#8217;s why JQuery is here for!</p>
<p>This lightweight JavaScript framework and the plugins built with it for implementing numerous front-end features, have made the lives of web developers and designers a lot easier. This article is a round up of some really cool Jquery plugins available on the Internet for download and use.</p>
<h3>How to add JQuery library to WordPress Theme</h3>
<p>Wordpress already comes with the latest jQuery library so all you have to do is include it in your theme if you want to make use of it. Once you include the JQuery library you can start using all the cool JQuery functions. There are two ways you can include the JQuery library in your theme:</p>
<p><strong>Option A:</strong> Insert the following  in your &#8220;header.php&#8221; file of the WordPress theme:</p>
<div id="code_block">&lt;?php wp_enqueue_script(&#8217;jquery&#8217;); ?&gt;</div>
<p><strong>Option B:</strong> Add the following bit of code in the &#8220;functions.php&#8221; file of your WordPress theme:</p>
<div id="code_block">function insert_jquery()<br />
{<br />
wp_enqueue_script(&#8217;jquery&#8217;);<br />
}<br />
add_filter(&#8217;wp_head&#8217;,'insert_jquery&#8217;);</div>
<h3>Some Cool JQuery Plugins</h3>
<h4>1. Slider Gallery</h4>
<p>With Slider Gallery you can create a slider just like the &#8216;product slider&#8217; Apple so proudly showcases at their website.</p>
<div id="attachment_1695" class="wp-caption alignnone" style="width: 450px"><img class="size-full wp-image-1695" title="slider" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/slider.png" alt="Slider Screenshot" width="440" height="138" /><p class="wp-caption-text">Slider Screenshot</p></div>
<p>Visit the <a rel="nofollow" href="http://jqueryfordesigners.com/demo/slider-gallery.html">Slider Gallery</a> site for a live demo and the tutorial.</p>
<h4>2. Auto Suggest &#8211; Facebook Style!</h4>
<p>Want to build an auto suggest field like Facebook search box? Web2Ajax has a cool plugin for that. It uses JQuery as an Ajax framework and BSN Auto suggest library. Supports cache and has cross browser support.</p>
<div id="attachment_1696" class="wp-caption alignnone" style="width: 309px"><img class="size-full wp-image-1696" title="autosuggest" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/autosuggest.png" alt="Auto Suggest Screenshot" width="299" height="184" /><p class="wp-caption-text">Auto Suggest Screenshot</p></div>
<p>Visit <a rel="nofollow" href="http://web2ajax.fr/examples/facebook_searchengine/">web2ajax.fr</a> site for a live demo and the tutorial.</p>
<h4>3. Round Corners</h4>
<p>Plain old right-angled corners of HTML are considered archaic these days. However the extra work required to take the edge off the corners is quite cumbersome. The JQuery Corners to the rescue! This easy-to-use library offers various corner effects including round ones. Different affects can be applied to top and bottom corners.</p>
<div id="attachment_1697" class="wp-caption alignnone" style="width: 447px"><img class="size-full wp-image-1697" title="corners" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/corners.png" alt="Round Corner Screenshot" width="437" height="78" /><p class="wp-caption-text">Round Corner Screenshot</p></div>
<p>Visit the <a rel="nofollow" href="http://malsup.com/jquery/corner/">Malsup</a> site for a live demo and the tutorial.</p>
<h4>4. markitUp!</h4>
<p>If you find the look and feel of TinyMCE as a rich text editor very boring(I know I do), markitUp is a great alternative for you. It has customizable skins, one of which gives it a Mac OS style look and feel!</p>
<div id="attachment_1698" class="wp-caption alignnone" style="width: 450px"><img class="size-full wp-image-1698" title="markitup" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/markitup.png" alt="markitup" width="440" height="285" /><p class="wp-caption-text">Mark it up Screenshot</p></div>
<p>Visit <a rel="nofollow" href="http://markitup.jaysalvat.com/examples/">markitup.jaysalvat.com</a> for a live demo and the tutorial.</p>
<h4>5. Lightbox</h4>
<p>Don&#8217;t alarm your users with alert boxes! Use Lightbox instead. It&#8217;s a simple, elegant and unobtrusive plugin that overlays images on the current page and displays a message box(or whatever HTML you choose) on top of it. It was inspired in Lightbox JS by Lokesh Dhakar.</p>
<div id="attachment_1699" class="wp-caption alignnone" style="width: 447px"><img class="size-full wp-image-1699" title="lightbox" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/lightbox.png" alt="Lightbox screenshot" width="437" height="314" /><p class="wp-caption-text">Lightbox screenshot</p></div>
<p>Visit <a rel="nofollow" href="http://leandrovieira.com/projects/jquery/lightbox/">leandrovieira.com</a> for a live demo and tutorial. I use the JQuery lightbox plugin in the <a rel="nofollow" href="http://www.tipsandtricks-hq.com/ecommerce/?p=175">WP eStore Shopping Cart plugin</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fspice-up-your-wordpress-site-with-jquery-1690&amp;linkname=Spice%20up%20your%20WordPress%20Site%20with%20JQuery"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/infinity-remix-premium-wordpress-theme-1318" title="Infinity Remix &#8211; Premium WordPress Theme">Infinity Remix &#8211; Premium WordPress Theme</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-add-widgets-to-wordpress-themes-footer-1033" title="How to Add Widgets to WordPress Theme&#8217;s Footer">How to Add Widgets to WordPress Theme&#8217;s Footer</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768" title="WordPress Simple Paypal Shopping Cart Plugin">WordPress Simple Paypal Shopping Cart Plugin</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/ZGpEW4yqre8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690</feedburner:origLink></item>
		<item>
		<title>Cool WordPress .htaccess Tips to Boost Your WordPress Site’s Security</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/uJibrSU5lrY/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676</link>
		<comments>http://www.tipsandtricks-hq.com/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676#comments</comments>
		<pubDate>Tue, 15 Sep 2009 10:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Site Optimization Tips]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web masters]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1676</guid>
		<description><![CDATA[You have started a blog to share your opinion with the World Wide Web. Someone stumbles upon one of your articles. He likes it, and posts it on Digg. Now it gets everyone&#8217;s attention. Visitors come pouring into your site. Your revenue starts to go up. Definitely good news! But now there is a catch. [...]]]></description>
			<content:encoded><![CDATA[<p>You have started a blog to share your opinion with the World Wide Web. Someone stumbles upon one of your articles. He likes it, and posts it on Digg. Now it gets everyone&#8217;s attention. Visitors come pouring into your site. Your revenue starts to go up. Definitely good news! But now there is a catch. You are now the target of the &#8216;bad crowd&#8217; of the Internet, spammers, hackers and leechers.</p>
<p>It&#8217;s time to toughen up your innocent little Wordpress site. The .htaccess file is the easiest and the cheapest (actually it&#8217;s free!) solution to secure a Wordpress blog.</p>
<h3>What is a .htaccess File?</h3>
<p>The .htaccess file is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn &#8220;loaded via the Apache Web Server&#8221;, then the .htaccess file is detected and executed by the Apache Web Server software. It is often used to specify the security restrictions for the particular directory.</p>
<p>In this article I&#8217;m going to show you how to strengthen your site&#8217;s security by adding/changing a few lines in this file.</p>
<p>Before you make any changes, it might be a good idea to take a backup of your .htaccess. If something gets messed up, you can always replace the hacked .htaccess with the original one.</p>
<h3>Restrict Access to WP Admin directory by IP Address</h3>
<p>If you are running a single user blog site, there is no reason to allow others to access Wordpress administration panel. You can protect your WP admin from unauthorized access by listing your static IP address in the .htaccess. Here&#8217;s the trick</p>
<div id="code_block">order deny,allow<br />
allow from a.b.c.d # This is your static IP<br />
deny from all</div>
<h3>Disable Hotlinking</h3>
<p>Sometimes another site may directly link images from your site. It saves hard disk space by not having to store the images. But your site ends up serving the requests for them, thus using up your precious bandwidth. This is known as &#8216;hotlinking&#8217;. To disable this you can add these lines to the .htaccess</p>
<div id="code_block">#disable hotlinking of images with forbidden or custom image option<br />
RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]<br />
#RewriteRule \.(gif|jpg)$ &#8211; [F]<br />
RewriteRule \.(gif|jpg)$ http://www.yourdomain.com/stealingisbad.gif [R,L]</div>
<h3>Stop Spammers</h3>
<p>Like hotlinking, spammers are notorious to use up your site&#8217;s resources. There are a number of ways to identify a potential spammer. One of them is to detect requests with &#8216;no referrer&#8217;. Spammers use bots to post comments on blogs and they come from &#8216;nowhere&#8217;. Add these lines to stop the spammers</p>
<div id="code_block">RewriteEngine On<br />
RewriteCond %{REQUEST_METHOD} POST<br />
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*<br />
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^$<br />
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]</div>
<h3>Protect WP-Config</h3>
<p>The wp-config.php file in your Wordpress installation contains some real important secrets, like database name, database username and password etc. You have no choice but to keep it secure.</p>
<div id="code_block"># protect wpconfig.php<br />
&lt;Files wp-config.php&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/Files&gt;</div>
<h3>Disable Directory Browsing</h3>
<p>Someone who knows the directory structure of a Wordpress installation, may use his knowledge to do some damage. Besides you should not let them know what plug-ins are you using.</p>
<div id="code_block"># disable directory browsing<br />
Options All -Indexes</div>
<h3>Protect .htaccess itself!</h3>
<p>Last thing you want after spending so much time protecting your site with .htaccess, is to leave the file itself open to attack. The following hack prevents external access to any file starttng with .hta</p>
<div id="code_block">&lt;Files ~ &#8220;^.*\.([Hh][Tt][Aa])&#8221;&gt;<br />
order allow,deny<br />
deny from all<br />
satisfy all<br />
&lt;/Files&gt;</div>
<p>Better still, you can rename the .htaccess to any other name you like</p>
<div id="code_block"># rename htaccess files<br />
AccessFileName ht.access</div>
<p>That&#8217;s it for now. Remember to test, test and test everytime you make changes to your .htaccess file (go to your site, is it still up?). Hope you find these tips useful. Happy blogging!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fcool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676&amp;linkname=Cool%20WordPress%20.htaccess%20Tips%20to%20Boost%20Your%20WordPress%20Site%26%238217%3Bs%20Security"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533" title="How to Add Far Future Expires Headers to Your WordPress Site">How to Add Far Future Expires Headers to Your WordPress Site</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/essential-wordpress-security-tips-is-your-blog-protected-987" title="Essential WordPress Security Tips &#8211; Is Your Blog Protected?">Essential WordPress Security Tips &#8211; Is Your Blog Protected?</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/2-simple-wordpress-blog-optimization-tips-and-tricks-1643" title="2 Simple WordPress Blog Optimization Tips and Tricks">2 Simple WordPress Blog Optimization Tips and Tricks</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/uJibrSU5lrY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676</feedburner:origLink></item>
		<item>
		<title>2 Simple WordPress Blog Optimization Tips and Tricks</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/_079NFcVMPs/2-simple-wordpress-blog-optimization-tips-and-tricks-1643</link>
		<comments>http://www.tipsandtricks-hq.com/2-simple-wordpress-blog-optimization-tips-and-tricks-1643#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Optimization Tips]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web masters]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1643</guid>
		<description><![CDATA[I have been pretty busy with the WordPress plugin development lately, so didn&#8217;t get a chance to write any posts for a few weeks. I think it&#8217;s about time I share a simple but effective website performance improvement trick with the readers of this site that I have been using on all my sites. If [...]]]></description>
			<content:encoded><![CDATA[<p>I have been pretty busy with the <a href="http://www.tipsandtricks-hq.com/development-center">WordPress plugin development</a> lately, so didn&#8217;t get a chance to write any posts for a few weeks. I think it&#8217;s about time I share a simple but effective website performance improvement trick with the readers of this site that I have been using on all my sites. If you haven&#8217;t read the <a href="http://www.tipsandtricks-hq.com/?p=1435">WordPress site optimization tips and tricks</a> already then you should read that first.</p>
<p>This trick involves changing some of the dynamic wordpress queries to static ones which in turn reduces the number of database queries and improves site performance. This does require a little bit of PHP knowledge but it&#8217;s really basic stuff.</p>
<p>In your WordPress theme&#8217;s header and footer you will see many statements similar to the following:</p>
<div id="code_block">bloginfo(&#8217;home&#8217;)</div>
<p>This queries WordPress for the home URL of your blog (eg. http://www.your-site.com). Now, how often do you think your home URL is going to change? Most likely never! So why not replace it with the static information which is &#8220;http://www.your-site.com&#8221; and make one less database query?</p>
<p>Saving one database query may not sound very convincing but you probably have many statements like the following that can also be replaced:</p>
<div id="code_block">bloginfo(&#8217;html_type&#8217;)<br />
bloginfo(&#8217;charset&#8217;)<br />
bloginfo(&#8217;name&#8217;)<br />
bloginfo(&#8217;version&#8217;)<br />
bloginfo(&#8217;stylesheet_url&#8217;)<br />
bloginfo(&#8217;rss2_url&#8217;)<br />
bloginfo(&#8217;template_directory&#8217;)<br />
bloginfo(&#8217;home&#8217;)</div>
<p>Now multiply that by every page load per visitor. This in turn can save thousands of extra database queries depending on the number of traffic you get and improve your site&#8217;s performance a little. When you are on a shared hosting plan (which most of you will be when you first start out) it helps increase your page load time and also takes a little bit of pressure off the CPU.</p>
<h3>How to go about doing this?</h3>
<p>It&#8217;s just a matter of finding what each one of these queries retrieve from the database then replace that query string with the static info. I normally &#8220;echo&#8221; the output of all these queries and then take that output and replace the query with it. You can probably put the following in one of your theme&#8217;s file and find what the output of each one of these queries are then simply search and replace them:</p>
<div id="code_block">echo bloginfo(&#8217;html_type&#8217;);<br />
echo bloginfo(&#8217;charset&#8217;);<br />
echo bloginfo(&#8217;name&#8217;);<br />
echo bloginfo(&#8217;version&#8217;);<br />
echo bloginfo(&#8217;stylesheet_url&#8217;);<br />
echo bloginfo(&#8217;rss2_url&#8217;);<br />
echo bloginfo(&#8217;template_directory&#8217;);<br />
echo bloginfo(&#8217;home&#8217;);</div>
<p><a rel="nofollow" href="http://codex.wordpress.org/User:MichaelH/Testing">This link</a> has a few examples and can be useful when doing this.</p>
<h3>Move Javascript at Bottom of the Page</h3>
<p>Your site can run very slow or stall if another site that you call Javascript from is down. Moving the Javascript to the bottom of the page allows your visitor to still see your page content even though the javascript at the bottom is not loading for some unknown reason.</p>
<p>Moving the javascript to the bottom of the page is a common tip but I sometimes get asked the following question:</p>
<blockquote><p>&#8220;How do I move Javascript to the bottom of the page exactly?&#8221;</p></blockquote>
<p>So I am going to quickly cover this here. There may be exceptions where you specifically want to load the javascript in the header but generally it should be moved to the bottom of the page (footer of your theme). The HTML code to load a javascript looks similar to the following:</p>
<div id="code_block">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.your-site.com/wp-content/themes/theme-name/scripts/some-script-file.js&#8221;&gt;&lt;/script&gt;</div>
<p>So you can open your theme&#8217;s &#8220;header.php&#8221; and search for the word &#8220;javascript&#8221;. Once you find a line similar to the one above, cut that full statement (opening tag to end tag) and paste it in the &#8220;footer.php&#8221; file.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2F2-simple-wordpress-blog-optimization-tips-and-tricks-1643&amp;linkname=2%20Simple%20WordPress%20Blog%20Optimization%20Tips%20and%20Tricks"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533" title="How to Add Far Future Expires Headers to Your WordPress Site">How to Add Far Future Expires Headers to Your WordPress Site</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/cool-wordpress-htaccess-tips-to-boost-your-wordpress-sites-security-1676" title="Cool WordPress .htaccess Tips to Boost Your WordPress Site&#8217;s Security">Cool WordPress .htaccess Tips to Boost Your WordPress Site&#8217;s Security</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325" title="WordPress Plugin for Category Specific RSS feed subscription menu">WordPress Plugin for Category Specific RSS feed subscription menu</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/_079NFcVMPs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/2-simple-wordpress-blog-optimization-tips-and-tricks-1643/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/2-simple-wordpress-blog-optimization-tips-and-tricks-1643</feedburner:origLink></item>
		<item>
		<title>How to Add Far Future Expires Headers to Your WordPress Site</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/78_d_0aeNRE/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533</link>
		<comments>http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Optimization Tips]]></category>
		<category><![CDATA[Blog Setup]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web masters]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Tweaks]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1533</guid>
		<description><![CDATA[Few weeks ago I wrote on how to optimize your WordPress site for better performance which has some tips and tricks on how to speed up a WordPress Site. I received a few requests to elaborate on some of the points as not all of them are obvious changes. In this article I have explained [...]]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago I wrote on <a href="http://www.tipsandtricks-hq.com/?p=1435">how to optimize your WordPress site for better performance</a> which has some tips and tricks on how to speed up a WordPress Site. I received a few requests to elaborate on some of the points as not all of them are obvious changes. In this article I have explained how you can add far future expiry header to your image, css and javascript files to speed up your site.</p>
<p>Adding expires headers do not affect the site load time for a first time visitor but you will be surprised how much the page load time decreases (faster page load) for subsequent page views/return visits from that visitor. Expires header specifies a time far enough in the future so that browsers won&#8217;t try to re-fetch images, CSS, javascript etc files that haven&#8217;t changed (this reduces the number of HTTP requests) and hence the performance improvement on subsequent page views.</p>
<p>If your server is Apache (most web servers), you can use the &#8216;ExpiresDefault&#8217; directive to set an expiration date relative to the current date.</p>
<div id="code_block">ExpiresDefault &#8220;access plus 2 months&#8221;</div>
<p>This sets the expiry date of the file 2 months into the future from the current time. The following values can be used to specify the time period:</p>
<ul>
<li>years</li>
<li>months</li>
<li>weeks</li>
<li>days</li>
<li>hours</li>
<li>minutes</li>
<li>seconds</li>
</ul>
<p>eg. ExpiresDefault &#8220;access plus 14 days&#8221;</p>
<p>To add expires header to the image, CSS, javascript files add the following to your .htaccess file</p>
<div id="code_block">#Expire Header<br />
&lt;FilesMatch &#8220;\.(ico|jpg|jpeg|png|gif|js|css|swf)$&#8221;&gt;<br />
ExpiresDefault &#8220;access plus 2 hours&#8221;<br />
&lt;/FilesMatch&gt;</div>
<p>or</p>
<div id="code_block"># Expire images header<br />
ExpiresActive On<br />
ExpiresDefault A0<br />
ExpiresByType image/gif A2592000<br />
ExpiresByType image/png A2592000<br />
ExpiresByType image/jpg A2592000<br />
ExpiresByType image/jpeg A2592000<br />
ExpiresByType image/ico A2592000<br />
ExpiresByType text/css A2592000<br />
ExpiresByType text/javascript A2592000</div>
<p>A2592000 means 1 month in the future (60*60*24*30=2592000)</p>
<p>Keep in mind that when you use expires header the files are cached in the browser until it expires so do not use this on files that changes frequently. If you change/update a file that has a far future expiry (eg. CSS or javascript files) then you should rename that file and use the renamed version so the browser doesn&#8217;t fetch the old file.<br />
<a name="removeEtags"></a></p>
<h3>Removing ETags</h3>
<p>According to Wikipedia &#8211; &#8220;An ETag (entity tag) is an HTTP response header returned by an HTTP/1.1 compliant web server used to determine change in content at a given URL. When a new HTTP response contains the same ETag as an older HTTP response, the contents are considered to be the same without further downloading.&#8221;</p>
<p>ETags were added to provide a mechanism for validating entities that is more flexible than the last-modified date but If you&#8217;re not taking advantage of the flexible validation model that ETags provide, it&#8217;s better to just remove the ETag altogether. Removing the ETag reduces the size of the HTTP headers in the response and subsequent requests thus improving site performance.</p>
<p>Add the following to your .htaccess file to remove ETags:</p>
<div id="code_block">FileETag none</div>
<p>These tweaks can dramatically improve the performance of your site even though they are minor and doesn&#8217;t take that long to apply. I have seen a 20% speed improvement on my page loads just by adding these tweaks. My home page used to take around 5 seconds to load but then it dropped to around 3 seconds after these tweaks. Below is a screenshot of YSlow:<br />
<img class="size-full wp-image-1536 alignnone" title="home_page_load_speed" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/07/home_page_load_speed.jpg" alt="Screenshot of my Home Page Load Time" width="123" height="19" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fhow-to-add-far-future-expires-headers-to-your-wordpress-site-1533&amp;linkname=How%20to%20Add%20Far%20Future%20Expires%20Headers%20to%20Your%20WordPress%20Site"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/how-to-add-widgets-to-wordpress-themes-footer-1033" title="How to Add Widgets to WordPress Theme&#8217;s Footer">How to Add Widgets to WordPress Theme&#8217;s Footer</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-optimization-tips-and-tricks-for-better-performance-and-speed-1435" title="WordPress Optimization Tips and Tricks for Better Performance and Speed">WordPress Optimization Tips and Tricks for Better Performance and Speed</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/what-would-you-do-if-somehow-you-lost-your-blog-content-today-958" title="What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?">What Would You Do If Somehow You Lost all Your Blog&#8217;s Content?</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/top-15-search-engine-optimization-seo-mistakes-i-commonly-make-701" title="Top 15 Search Engine Optimization (SEO) mistakes I commonly make">Top 15 Search Engine Optimization (SEO) mistakes I commonly make</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-to-install-wordpress-on-your-blog-instructions-with-screenshots-496" title="How to Install WordPress on Your Blog (Instructions with Screenshots)">How to Install WordPress on Your Blog (Instructions with Screenshots)</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/78_d_0aeNRE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533</feedburner:origLink></item>
		<item>
		<title>WordPress Affiliate Platform Plugin – Simple Affiliate Program for WordPress Blog/Site</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/YwqkCPsk6CQ/wordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474#comments</comments>
		<pubDate>Sun, 28 Jun 2009 13:11:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web masters]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1474</guid>
		<description><![CDATA[It is a known fact that having an affiliate program is the most powerful way to market your products or services online (Read more on the benefits of affiliate program). If you own a WordPress blog/site and your answer to the following questions are &#8216;yes&#8217; then the &#8216;WordPress Affiliate Platform&#8217; might just be what you [...]]]></description>
			<content:encoded><![CDATA[<p>It is a known fact that having an affiliate program is the most powerful way to market your products or services online (Read more on the <a href="http://tipsandtricks-hq.com/wordpress-affiliate/?p=12">benefits of affiliate program</a>). If you own a WordPress blog/site and your answer to the following questions are &#8216;yes&#8217; then the &#8216;WordPress Affiliate Platform&#8217; might just be what you need:</p>
<ol>
<li><em>Do you sell products or services online from your WordPress blog/site?</em></li>
<li><em>Do you want to increase your sales and explode your profits by using an affiliate program?</em></li>
<li><em>Do you want to have your own affiliate program so you can cut the middle man?</em></li>
</ol>
<h3>Plugin Summary</h3>
<p>The &#8216;WordPress Affiliate Platform&#8217; is an easy to use WordPress plugin for affiliate recruitment, management and tracking that can be used on any WordPress blog/site. This plugin lets you run your own affiliate campaign/program and allows you to reward(pay commission) your affiliates for referred sales. The admin can upload/configure banners/links which the affiliates can use on their blog/site to drive traffic to your site. All the clicks, leads, sales etc are tracked by this plugin.</p>
<h3>How It Works</h3>
<p><a href="http://tipsandtricks-hq.com/wordpress-affiliate/?p=14">How the WordPress Affiliate Platform Works</a></p>
<h3>Plugin Features</h3>
<p>Some key features of the WordPress Affiliate Platform include:</p>
<div class="entry-content">
<ul class="features">
<li><img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/wordpress-logo-74.png" alt="wordpress icon" /><br />
<h3>Easy Installation</h3>
<p>Easy installation like any other WordPress plugin and very easy to use.</li>
<li><img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/real-time-reporting_74.jpg" alt="graph icon" /><br />
<h3>Real Time Reporting</h3>
<p>Real time reporting. All data (clicks, sales, commissions) are tracked, computed and displayed realtime with no delay.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/wp-estore-icon-74.jpg" alt="wordpress shopping cart icon" /><br />
<h3>Fully Integrated with WP eStore</h3>
<p>Fully integrated with the <a href="http://www.tipsandtricks-hq.com/?p=1059">WordPress eStore</a> (WordPress Shopping Cart) plugin.</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/easy_checkout_74.jpg" alt="shopping cart icon" /><br />
<h3>Can be Integrated with a Number of Shopping Cart</h3>
<p>Can be integrated with any shopping cart (Contact me with the name of the shopping cart solution that you are using for more details).</li>
<li> <img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/09/instinct-wp-ecommerce-affiliate-integration_74.jpg" alt="wp-ecommerce icon" /><br />
<h3>Easy Integration with the Instinct&#8217;s WP-eCommerce Plugin</h3>
<p>Can be easily integrated with the Instinct&#8217;s WP-eCommerce plugin.</li>
<li><img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/wpwishlist-member-74.jpg" alt="wordpress wishlist member icon" /><br />
<h3>Can be Integrated with WishList Member plugin</h3>
<p>Can be easily integrated with the WishList Member plugin (Create Membership Site) when using with the <a href="http://www.tipsandtricks-hq.com/?p=1059">WP eStore</a> plugin.</li>
<li><img src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/08/unlimited-numbers-74.gif" alt="Unlimited affiliate icon" /><br />
<h3>Unlimited Affiliates</h3>
<p>No limit on the number of affiliates you can have.</li>
</ul>
</div>
<h3>Plugin Demo</h3>
<ul>
<li> <a rel="nofollow" href="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/plugins/wp-affiliate-platform/affiliates" target="_blank">Affiliate View</a> (Use the username &#8211; demo123 and password &#8211; demo)</li>
<li> <a rel="nofollow" href="http://tipsandtricks-hq.com/wordpress-affiliate/?p=17">Admin Screens</a></li>
</ul>
<h3>Documentation &amp; Technical Support</h3>
<ul>
<li> <a href="http://tipsandtricks-hq.com/wordpress-affiliate/">Documentation site</a> (Contains all the documentation for the WP Affiliate Platform plugin)</li>
</ul>
<p>If you are having any issue with this plugin then feel free to leave a comment in the comment area below or on the documentation site or contact me through the contact page and I will guide you. If you still can&#8217;t figure it out then you can give me access to your test site if you have any and I will set it up for you. Please bear in mind that I have a full time day job so I won&#8217;t be able to get back to you instantly all the time.</p>
<h3>Credit</h3>
<p>The affiliate view pages have been redesigned by <a href="http://www.vibethemes.com">Vibe Themes</a>. Because of this redesign it is now very easy to customize the look and feel of the affiliate view.</p>
<h3>Requirements</h3>
<p>WordPress Powered Site and Ioncube Loader (This will normally be installed on your server by default on most of the hosting companies). If not you can request your hosting company to install <a href="http://www.ioncube.com/loaders.php">Ioncube Loader</a> and there is no reason for them not to because it is free and very easy to install.</p>
<h3>Buy the WordPress Affiliate Platform</h3>
<div class="ngg-album">
<div class="ngg-albumcontent">
<div class="ngg-thumbnail"><a href="http://www.tipsandtricks-hq.com/?p=1474"><img class="Thumb" src="http://images.tipsandtricks-hq.com/my-product-packages/affiliate-platform/wp-affiliate-software-package-256.gif" alt="wp_affiliate_platform_icon" width="150" height="150" /></a></div>
<div class="ngg-description"><strong>WordPress Affiliate Platform Plugin</strong></p>
<p>Simple Affiliate Program for Wordpress blog/site.</p>
<p><strong><span style="color: #ff0000;">Price:</span> $35.00</strong><strong> </strong></p>
<p><strong> </strong></p>
<p><object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm1(this, true);"><input type="image" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-green2.png" class="eStore_button" alt="Add to Cart" /><input type="hidden" name="product" value="WP Affiliate Platform" /><input type="hidden" name="price" value="35.00" /><input type="hidden" name="product_name_tmp1" value="WP Affiliate Platform" /><input type="hidden" name="price_tmp1" value="35.00" /><input type="hidden" name="item_number" value="19" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://www.tipsandtricks-hq.com/feed" /></form></object></p></div>
</div>
</div>
<h3>Frequently Bought Together</h3>
<p><img src="http://images.tipsandtricks-hq.com/my-product-packages/affiliate-platform/estore-affiliate-combo-128.gif" alt="wp_affiliate_platform_icon" /><br />
<strong><a rel="nofollow" href="http://www.tipsandtricks-hq.com/?p=1059">WordPress eStore</a> + <a rel="nofollow" href="http://www.tipsandtricks-hq.com/?p=1474">WordPress Affiliate Platform</a></strong><br />
<strong>Bundle and Save</strong><br />
<strong>Sale Price:</strong> <strong><span style="color: #000080;">$45.00</span></strong><br />
<object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm1(this, true);"><input type="image" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-green2.png" class="eStore_button" alt="Add to Cart" /><input type="hidden" name="product" value="WP Affiliate Platform & WP eStore" /><input type="hidden" name="price" value="45.00" /><input type="hidden" name="product_name_tmp1" value="WP Affiliate Platform & WP eStore" /><input type="hidden" name="price_tmp1" value="45.00" /><input type="hidden" name="item_number" value="20" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://www.tipsandtricks-hq.com/feed" /></form></object></p>
<p>Shopping cart will appear below this line when you add the product to the cart. you can also see the shopping cart on the sidebar.<br />
<!--show-wp-cart-for-digital-products--><br />
Please see the <a rel="nofollow" href="http://www.tipsandtricks-hq.com/products">Products</a> page for more packaged product deals.</p>
<h3>Become an Affiliate</h3>
<p>Like WordPress Affiliate Platform plugin? Why not <a rel="nofollow" href="../affiliate_program">sign up</a> for an affiliate account and promote it to make some money?</p>
<p>Feel free to leave a comment if you have any queries.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fwordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474&amp;linkname=WordPress%20Affiliate%20Platform%20Plugin%20%26%238211%3B%20Simple%20Affiliate%20Program%20for%20WordPress%20Blog%2FSite"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325" title="WordPress Plugin for Category Specific RSS feed subscription menu">WordPress Plugin for Category Specific RSS feed subscription menu</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/how-do-i-start-a-blog-and-make-money-online-483" title="How do I Start a Blog and Make Money Online?">How do I Start a Blog and Make Money Online?</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768" title="WordPress Simple Paypal Shopping Cart Plugin">WordPress Simple Paypal Shopping Cart Plugin</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/YwqkCPsk6CQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474/feed</wfw:commentRss>
		<slash:comments>108</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/wordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474</feedburner:origLink></item>
		<item>
		<title>How to Fix the Character Encoding Problem in WordPress</title>
		<link>http://feedproxy.google.com/~r/tipsandtricks-hq/~3/aNGwhQ8s3Xo/how-to-fix-the-character-encoding-problem-in-wordpress-1480</link>
		<comments>http://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web masters]]></category>
		<category><![CDATA[Wordpress install]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1480</guid>
		<description><![CDATA[I recently changed my web hosting again in an attempt to speed up the page load time of my website. I had to do it as the former hosting&#8217;s page response time was horrible. It was taking 9 seconds for my home page to load with the former hosting. Now my home page loads under [...]]]></description>
			<content:encoded><![CDATA[<p>I recently changed my web hosting again in an attempt to <a rel="nofollow" href="http://www.tipsandtricks-hq.com/?p=1435">speed up the page load time of my website</a>. I had to do it as the former hosting&#8217;s page response time was horrible. It was taking 9 seconds for my home page to load with the former hosting. Now my home page loads under 4 seconds! It&#8217;s amazing the difference it makes&#8230; now I don&#8217;t get angry when browsing my own site (I wonder what my visitors were thinking while waiting for the page to load!).</p>
<p>Anyway, The transfer was smooth but I had a slight issue that I noticed after the transfer. There were special characters similar to the following scattered throughout my blog posts:</p>
<p><img class="alignnone size-full wp-image-1770" title="special-char-example" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/06/special-char-example.png" alt="special-char-example" width="42" height="18" /></p>
<p>I was pretty sure that this was a character encoding mismatch problem. I got a little scared thinking it would take a long time to fix but then I found a really easy way to solve it.</p>
<p><img class="alignnone size-full wp-image-1482" title="code-encoding-icon-275" src="http://www.tipsandtricks-hq.com/wp-content/uploads/2009/06/cod-encoding-icon-275.jpg" alt="code-encoding-icon-275" width="356" height="275" /></p>
<h3>Fixing the Character Encoding Mismatch Problem in WordPress</h3>
<ul>
<li> Open the &#8216;wp-config.php&#8217; file in a text editor such as notepad (the wp-config.php file can be found on the directory where you installed WordPress).</li>
<li> Find the following two lines and comment them out:</li>
</ul>
<div id="code_block">define(&#8217;DB_CHARSET&#8217;, &#8216;utf8&#8242;);<br />
define(&#8217;DB_COLLATE&#8217;, &#8221;);</div>
<p style="padding-left: 30px;">They should look like the following after you comment them out:</p>
<div id="code_block">//define(&#8217;DB_CHARSET&#8217;, &#8216;utf8&#8242;);<br />
//define(&#8217;DB_COLLATE&#8217;, &#8221;);</div>
<ul>
<li>Now upload the updated &#8216;wp-config.php&#8217; file to your webhost.</li>
</ul>
<p>This character encoding problem can happen after a database upgrade too so it doesn&#8217;t hurt to keep this trick in your mind just in case.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tipsandtricks-hq.com%2Fhow-to-fix-the-character-encoding-problem-in-wordpress-1480&amp;linkname=How%20to%20Fix%20the%20Character%20Encoding%20Problem%20in%20WordPress"><img src="http://www.tipsandtricks-hq.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>
	<h4>Similar posts that you may like</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.tipsandtricks-hq.com/how-to-install-wordpress-on-your-blog-instructions-with-screenshots-496" title="How to Install WordPress on Your Blog (Instructions with Screenshots)">How to Install WordPress on Your Blog (Instructions with Screenshots)</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wp-table-plugin-for-wordpress-with-the-fatal-error-fix-575" title="WP-Table plugin for Wordpress with the fatal error fix">WP-Table plugin for Wordpress with the fatal error fix</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-theme-choosing-tips-and-resources-520" title="WordPress Theme Choosing Tips and Resources">WordPress Theme Choosing Tips and Resources</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325" title="WordPress Plugin for Category Specific RSS feed subscription menu">WordPress Plugin for Category Specific RSS feed subscription menu</a> </li>
	<li><a href="http://www.tipsandtricks-hq.com/wordpress-affiliate-platform-plugin-simple-affiliate-program-for-wordpress-blogsite-1474" title="WordPress Affiliate Platform Plugin &#8211; Simple Affiliate Program for WordPress Blog/Site">WordPress Affiliate Platform Plugin &#8211; Simple Affiliate Program for WordPress Blog/Site</a> </li>
</ul>

<img src="http://feeds.feedburner.com/~r/tipsandtricks-hq/~4/aNGwhQ8s3Xo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480</feedburner:origLink></item>
	</channel>
</rss>
