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

<channel>
	<title>Three Tips A Day &#187; WordPress Tips</title>
	<atom:link href="http://www.threetipsaday.com/category/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.threetipsaday.com</link>
	<description>Learn something - Everyday!</description>
	<lastBuildDate>Sat, 24 Jul 2010 22:52:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect Your Blog From Being Copied With WP-CopyProtect WordPress Plugin</title>
		<link>http://www.threetipsaday.com/2008/12/protect-blog-from-copycats-wp-copyprotect-plugin/</link>
		<comments>http://www.threetipsaday.com/2008/12/protect-blog-from-copycats-wp-copyprotect-plugin/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:13:36 +0000</pubDate>
		<dc:creator>Narayanan Hariharan</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[disable right click]]></category>
		<category><![CDATA[disable text selection]]></category>
		<category><![CDATA[safeguard content copying]]></category>
		<category><![CDATA[WP-CopyProtect]]></category>

		<guid isPermaLink="false">http://www.threetipsaday.com/?p=135</guid>
		<description><![CDATA[Copying of content is one of the biggest problems that quality bloggers face. We put in a lot of effort to provide our readers with the best content and those who copy neither ask for permission nor provide the necessary attribution. Chetan Gole has developed a WordPress plugin called WP-CopyProtect which safeguards bloggers from this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Copying of content is one of the biggest problems that quality bloggers face. We put in a lot of effort to provide our readers with the best content and those who copy neither ask for permission nor provide the necessary attribution. <strong>Chetan Gole</strong> has developed a WordPress plugin called <strong>WP-CopyProtect</strong> which safeguards bloggers from this problem to a large extent.<br />
<img class="aligncenter" title="Copyright" src="http://i383.photobucket.com/albums/oo271/threetips/3020966582_5c201303b5.jpg" alt="" width="498" height="244" /></p>
<p style="text-align: justify;">The <strong>WP-CopyProtect WordPress plugin</strong> does two things &#8211; it <strong>disables right click function</strong> on your blog and <strong>disables selection of text</strong>, thereby reducing the chances of copying of content.</p>
<p style="text-align: justify;"><strong>Download <a title="WP-Protect Plugin for WordPress" rel="nofollow" href="http://wordpress.org/extend/plugins/wp-copyprotect/" target="_blank">WP-CopyProtect plugin</a> for WordPress</strong></p>
<p style="text-align: justify;">Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/mikeblogs/3020966582/" target="_blank">Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threetipsaday.com/2008/12/protect-blog-from-copycats-wp-copyprotect-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.6.5 Easily</title>
		<link>http://www.threetipsaday.com/2008/11/upgrade-to-wordpress-265/</link>
		<comments>http://www.threetipsaday.com/2008/11/upgrade-to-wordpress-265/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:45:30 +0000</pubDate>
		<dc:creator>Narayanan Hariharan</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[upgrade WordPress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 2.6.5]]></category>
		<category><![CDATA[WordPress upgrade]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.threetipsaday.com/?p=100</guid>
		<description><![CDATA[WordPress has released a critical update today. Quoting their official blog -

The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.
2.6.5 contains three other small [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress has released a <a rel="nofollow" href="http://wordpress.org/development/2008/11/wordpress-265/" target="_blank">critical update</a> today</strong>. Quoting their official blog -</p>
<blockquote>
<p style="text-align: justify;">The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy <code>wp-includes/feed.php</code> and <code>wp-includes/version.php</code> from the 2.6.5 release package.</p>
<p style="text-align: justify;">2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the <a rel="nofollow" href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&amp;old=&amp;new_path=tags%2F2.6.5&amp;new=">full changeset</a> between 2.6.3 and 2.6.5.</p>
</blockquote>
<p style="text-align: center;"><img class="aligncenter" title="WordPress" src="http://i383.photobucket.com/albums/oo271/threetips/wordpress-icon-300x267.png" alt="" width="300" height="267" /></p>
<p><strong>Upgrading to WordPress 2.6.5 is very easy</strong>. Since there is no database upgrade from the previous WordPress version, all you have to do is download the five files linked below and upload them into the respective folders on your server.</p>
<ol>
<li><a rel="nofollow" href="http://trac.wordpress.org/export/9815/branches/2.6/wp-admin/users.php">/wp-admin/users.php</a></li>
<li><a rel="nofollow" href="http://trac.wordpress.org/export/9770/branches/2.6/wp-includes/feed.php">/wp-includes/feed.php</a></li>
<li><a rel="nofollow" href="http://trac.wordpress.org/export/9743/branches/2.6/wp-includes/post.php">/wp-includes/post.php</a></li>
<li><a rel="nofollow" href="http://trac.wordpress.org/export/9869/branches/2.6/wp-includes/version.php">/wp-includes/version.php</a></li>
<li><a rel="nofollow" href="http://trac.wordpress.org/export/9747/branches/2.6/xmlrpc.php">xmlrpc.php</a></li>
</ol>
<p>Hope you had no problem upgrading your WordPress installation to the latest version!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.threetipsaday.com/2008/11/upgrade-to-wordpress-265/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LaunchPad &#8211; Free Domain Parking Theme</title>
		<link>http://www.threetipsaday.com/2008/11/free-domain-parking-theme/</link>
		<comments>http://www.threetipsaday.com/2008/11/free-domain-parking-theme/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:40:05 +0000</pubDate>
		<dc:creator>Shantanu Adhicary</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Domain Parking WordPress Theme]]></category>
		<category><![CDATA[Launchpad Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.threetipsaday.com/?p=52</guid>
		<description><![CDATA[Registering domain names is adventurous and exciting. But while you build that killing website of yours, you run the risk of getting your domain name cluttered with advertisements from the hosting company or the domain registrar.
This, known as domain parking, is done in order to capitalize on all underdeveloped domains. But this renders a shabby [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Registering domain names is adventurous and exciting. But while you build that killing website of yours, you run the risk of getting your domain name cluttered with advertisements from the hosting company or the domain registrar.</p>
<p style="text-align: justify;">This, known as domain parking, is done in order to capitalize on all underdeveloped domains. But this renders a shabby look to your domain name, and even putting up &#8216;under-construction&#8217; signs are pretty drab.</p>
<p style="text-align: justify;">LaunchPad, an ad-free domain parking theme &#8211; comes to your rescue. It has the following features:</p>
<p style="text-align: justify;"><img src="http://i383.photobucket.com/albums/oo271/threetips/20Nov2008/launchpad.jpg" alt="" width="500" height="268" /></p>
<ul style="text-align: justify;">
<li>Theme Options Page</li>
<li>Integration with FeedBurner</li>
<li>Professional design and typesetting</li>
<li>GPL Licensed—it’s free and you can play around with it &#8211; as much as you want.</li>
</ul>
<h3 style="text-align: justify;">How to use LaunchPad Theme on your website:</h3>
<p style="text-align: justify;">Before you install the LaunchPad theme, you have to make some preparations:</p>
<p style="text-align: justify;">1. Install WordPress &#8211; You can download WordPress from <a rel="nofollow" href="http://www.wordpress.org" target="_blank">here</a>.</p>
<p style="text-align: justify;">2. Sign up for Feed Burner <a rel="nofollow" href="http://www.feedburner.com">here</a>. ( Note down your FeedBurner ID and FeedBurner Address)</p>
<p style="text-align: justify;">3. Write a Welcome Post &#8211; a personalized post sends the right message to the visitors, rather than the same old &#8216;Hello World&#8217;</p>
<p style="text-align: justify;">4. Set Themes Options &#8211; Set the FeedBurner ID and Address here.</p>
<p style="text-align: justify;">With this you are ready to launch and ad free LaunchPad, like any other WordPress site, while you take the pains to design the &#8216;real&#8217; thing.</p>
<p style="text-align: justify;">Download <a rel="nofollow" href="http://wordpress.org/extend/themes/launchpad/">LaunchPad</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.threetipsaday.com/2008/11/free-domain-parking-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have You Updated The Ping List Of Your WordPress Blog?</title>
		<link>http://www.threetipsaday.com/2008/11/ping-list-wordpress-blog/</link>
		<comments>http://www.threetipsaday.com/2008/11/ping-list-wordpress-blog/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 14:22:14 +0000</pubDate>
		<dc:creator>Narayanan Hariharan</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Blog Ping List]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ping List]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Ping List]]></category>

		<guid isPermaLink="false">http://www.threetipsaday.com/?p=10</guid>
		<description><![CDATA[If you are a blogger, more often than not, you are using WordPress as the blog authoring tool. Below is a recommended ping list for WordPress blogs. This list is from my personal experience as a blogger for almost 5 years now.
For the uninitiated, ping is an XML-RPC-based push mechanism by which a weblog notifies [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are a blogger, more often than not, you are using WordPress as the blog authoring tool. Below is a recommended ping list for WordPress blogs. This list is from my personal experience as a blogger for almost 5 years now.</p>
<p style="text-align: justify;">For the uninitiated, <strong>ping is an XML-RPC-based push mechanism by which a weblog notifies a server that its content has been updated</strong>. Blog authoring tools like WordPress automatically ping one or more servers each time the blogger creates a new post or updates an old one. So every time you make a new blog post, these services will be notified about your blog post increasing your online exposure.</p>
<p style="text-align: justify;">Updating your ping list is easy. Go to <strong>Settings</strong> in the <strong>Dashboard</strong> panel and go to the <strong>Writing</strong> option.</p>
<p style="text-align: justify;"><img class="aligncenter" title="WordPress - Settings - Writing" src="http://i383.photobucket.com/albums/oo271/threetips/WordPress%20Ping%20List/WPSettings-Writing.jpg" alt="" width="499" height="81" /></p>
<p style="text-align: justify;">Scroll down till the end and copy and paste the following ping list into the <strong>Update Services</strong> box as shown in the screenshot below.</p>
<p style="text-align: justify;">http://api.moreover.com/RPC2<br />
http://bblog.com/ping.php<br />
http://blogsearch.google.com/ping/RPC2<br />
http://ping.weblogalot.com/rpc.php<br />
http://ping.feedburner.com<br />
http://ping.syndic8.com/xmlrpc.php<br />
http://ping.bloggers.jp/rpc/<br />
http://rpc.pingomatic.com/<br />
http://rpc.weblogs.com/RPC2<br />
http://rpc.technorati.com/rpc/ping<br />
http://rpc.pingomatic.com<br />
http://topicexchange.com/RPC2<br />
http://www.blogpeople.net/servlet/weblogUpdates<br />
http://xping.pubsub.com/ping</p>
<p style="text-align: justify;"><img class="aligncenter" title="WordPress Ping List" src="http://i383.photobucket.com/albums/oo271/threetips/WordPress%20Ping%20List/WordPressPingList.jpg" alt="" width="492" height="220" /></p>
<p style="text-align: justify;">WordPress will update all the services everytime you update a post or publish a new blog post. Alternately, you can use the <strong><a rel="nofollow" href="http://www.daven.se/usefulstuff/wordpress-plugins.html">Smart Update Pinger</a></strong> plugin which will ping these services only if you publish a new post and not when you edit or update an existing one. The Smart Update Pinger plugin has an advantage &#8211; you can check &#8216;<strong>smart-update-pinger.log</strong>&#8216; file in your &#8216;wp-content&#8217; folder and see if any services refuse a ping request from your site. If that happens, then you can simply remove that service from your list!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.threetipsaday.com/2008/11/ping-list-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

