<?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>Make Tech Easier &#187; plugins</title>
	<atom:link href="http://maketecheasier.com/tag/plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Safe Way to Change your WordPress Database Table Prefix</title>
		<link>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07</link>
		<comments>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:00:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[table prefix]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8172</guid>
		<description><![CDATA[Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best [...]<p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8211" title="tbl_prefix-wp-on-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-wp-on-table.jpg" alt="tbl_prefix-wp-on-table" width="200" height="133" />Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best way to prevent this from happening is to change the table prefix to another term that is difficult for hackers to guess.</p>
<p>If you are new to blogging and are looking to install your first WordPress blog, then it is easy. Simply change the <em>$table_prefix</em> entry in wp-config.php file, upload the file to the server, then proceed on with the <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install" target="_blank">famous 5-mins installation</a>.</p>
<p>For those who have already been blogging for sometime, follow the method below to change your table prefix.</p>
<h3>Preparation</h3>
<p>Download the following two plugins, install and activate them in your WordPress blog.</p>
<p><strong>WP-DBManager</strong> (<a href="http://wordpress.org/extend/plugins/wp-dbmanager/">plugin download page</a>)</p>
<p><strong>Wordpress Table Rename</strong> (<a href="http://dl.getdropbox.com/u/149825/wordpress-table-rename.php.zip" target="_blank">modified version</a>,  <a href="http://www.seoegghead.com/software/wordpress-table-rename.seo" target="_blank">original download page</a>)</p>
<p>Note: I have make a slight modification to the WordPress Table Rename plugin to include changes in the later version of WordPress, but credit must be given to <a href="http://www.seoegghead.com/" target="_blank">SEO Egghead</a> for creating such an useful plugin.</p>
<h3>Get started</h3>
<p>Before you do anything to your database, first perform a db backup.</p>
<p>On the left pane, go to <em>Database –&gt; Backup DB. </em>Do a backup of your database.</p>
<p><img class="alignnone size-full wp-image-8174" title="tbl_prefix-backup-db" src="http://images.maketecheasier.com/2009/11/tbl_prefix-backup-db.png" alt="tbl_prefix-backup-db" width="577" height="319" /></p>
<p>Next, go to <em>Settings –&gt; Table Rename</em></p>
<p>Enter a new term for the table prefix.</p>
<p>Click the <em>Create New Tables</em> button to generate new tables with the new prefix. If you have a big database, this process will take a long time.</p>
<p><img class="alignnone size-full wp-image-8175" title="tbl_prefix-new-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-new-table.png" alt="tbl_prefix-new-table" width="479" height="260" /></p>
<p>When it is done, you will see the success message.</p>
<p><img class="alignnone size-full wp-image-8177" title="tbl_prefix-success-message" src="http://images.maketecheasier.com/2009/11/tbl_prefix-success-message.png" alt="tbl_prefix-success-message" width="577" height="168" /></p>
<p>If you have a big database, the page might issue a timeout and show a blank page.</p>
<h3>Verify your new database tables</h3>
<p>Now go to Database-&gt;database. You should see the new tables in place.</p>
<p><img class="alignnone size-full wp-image-8178" title="tbl_prefix-database-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-database-table.png" alt="tbl_prefix-database-table" width="577" height="498" /></p>
<h3>Migrating your blog</h3>
<p>While the plugin provides a way to change the table_prefix value in wp-config.php file, it won’t work in most cases unless you have set the wp-config.php file readable/writable (which I strongly advised against). The best way is to change the value manually.</p>
<p>With your favorite FTP program, download your wp-config.php from the root server.</p>
<p>Open it up with any text editor and scroll down to the section where you see</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'wp_'</span></pre></div></div>

<p>Change it to</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'YourNewPrefix_'</span></pre></div></div>

<p>Save it and re-upload this file back to the server.</p>
<h3>Almost there</h3>
<p>You have just completed the migration from the old table prefix to new table prefix, there are still several things that you need to do</p>
<p>1. Browse through your site and make sure all the pages, images and content are loading correctly. If you see errors, or that the site is not loading, change the <em>$table_prefix</em> back to &#8216;<em>wp_</em>&#8216; and re-upload back to the server.</p>
<p>2. Browse through the settings for each individual plugin and make sure that all the configurations are intact. Some of the plugins use the table prefix for their storage and these values were not changed by the plugin. For such plugins, you will see the settings fall back to their default values. What you have to do is to reconfigure it and re-save it. It will now store in the database with the new table prefix.</p>
<p>3. (Optional) Go to the <em>Database –&gt; Empty/Drop Tables</em>, check the <em>Drop</em> button for all the table with the old prefix. Click the Empty/Drop button to remove them from your database.</p>
<p><strong>Important</strong>: <em>Do this only if you are sure that the  new tables (with the new prefix) are working correctly.</em></p>
<p><img class="alignnone size-full wp-image-8179" title="tbl_prefix-delete-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-delete-table.png" alt="tbl_prefix-delete-table" width="580" height="714" /></p>
<p>Note that this is purely optional. Leaving your old table in the database will not hurt your blog and it can serve as a backup and allow you to switch back to them quickly in the event your blog got hacked into. However, if you have a big database, the extra tables could add plenty of overhead to your server. So, make your own judgement.</p>
<h3>Last part</h3>
<p>Once you are happy with everything, backup the new database. If you have previously schedule a daily backup, you have to reschedule it again to include the new tables.</p>
<p>You can also deactivate and uninstall the WordPress Table Rename plugin. There is no use for it now.</p>
<p>That’s it. You have successfully changed your WordPress database table prefix.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/naokomc/" target="_blank">naokomc</a><br />
<p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Social Media Plugins for Windows Live Writer</title>
		<link>http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09</link>
		<comments>http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:00:43 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Windows Live Writer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7637</guid>
		<description><![CDATA[Windows Live Writer is the best desktop-based blog editor for PC users. It allows you to manage different blogs and has rich functionality that makes it easy to create blog posts. Additionally, it provides a way for you to add social media features into your actual blog post, or notify services when you are publishing them. Here [...]<p><strong><a href="http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09">10 Social Media Plugins for Windows Live Writer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27' rel='bookmark' title='Permanent Link: ShoZu &#8211; Social Network Updating Made Easy'>ShoZu &#8211; Social Network Updating Made Easy</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30' rel='bookmark' title='Permanent Link: 10 useful Plugins To Spice Up Your Pidgin'>10 useful Plugins To Spice Up Your Pidgin</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Windows Live Writer" rel="homepage" href="http://download.live.com/writer" target="_blank">Windows Live Writer</a> is the best desktop-based blog editor for PC users. It allows you to manage different blogs and has rich functionality that makes it easy to create blog posts. Additionally, it provides a way for you to add social media features into your actual blog post, or notify services when you are publishing them. Here are ten plugins that will help your blog be social-media ready:</p>
<h3>1.  Twitter Notify Plugin</h3>
<p><img class="alignleft size-full wp-image-7641" src="http://images.maketecheasier.com/2009/10/wlw-twitter_logo.png" alt="twitter_logo" width="89" height="59" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=6b2b5ffe-936a-4cb3-869c-c01de29de176&amp;bt=9&amp;pl=8" target="_blank">Twitter Notify Plugin</a> provides a way for you to tweet your blog post to your followers when publishing using your <a title="Twitter" href="http://twitter.com/maketecheasier">Twitter</a> account. You are able to customize the format of the tweet in the Options area, or when you press the Publish button. In addition, there is a built-in URL shortener in the plugin. If you are a Twitter user, then this is a must-have plugin for your Windows Live Writer.</p>
<p><img class="size-full wp-image-7640 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-twitternotify_plugin.png" alt="twitternotify_plugin" width="445" height="317" /></p>
<h3>2.  Delicious Notify Plugin</h3>
<p><img class="alignleft size-full wp-image-7634" src="http://images.maketecheasier.com/2009/10/wlw-delicious_logo.png" alt="delicious_logo" width="67" height="67" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=90d5b3b3-ca83-4010-b2ea-bc2f388e66bc&amp;bt=9&amp;pl=8" target="_blank">Delicious Notify Plugin</a> allows you to notify <strong>Delicious</strong> whenever you publish a blog post. In the Options, you are able to enter your Delicious userid and password, and check if you want to automatically publish your blog posts to the service.</p>
<p><img class="size-full wp-image-7635 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-delilcious_plugin.png" alt="delilcious_plugin" width="352" height="265" /></p>
<h3>3.  TweetMeme Plugin</h3>
<p><img class="alignleft size-full wp-image-7636" src="http://images.maketecheasier.com/2009/10/wlw-tweetmeme_button.png" alt="tweetmeme_button" width="64" height="71" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=490ea198-c4ec-456a-98c5-3369eab7e087&amp;bt=9&amp;pl=8" target="_blank">TweetMeme Plugin</a> lets you add the <a title="TweetMeme" href="http://www.tweetmeme.com/">TweetMeme</a> button into your blog posts. The Options allows you to add your Twitter name, use an URL shortener, and position the button on the top or bottom. When you publish your blog post, the TweetMeme button will appear. This allows your readers to tweet your blog post, so definitely a plugin to add.</p>
<p><img class="size-full wp-image-7633 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-tweetmeme_plugin.png" alt="tweetmeme_plugin" width="339" height="356" /></p>
<h3>4. DiggThis Plugin</h3>
<p><img class="alignleft size-full wp-image-7644" src="http://images.maketecheasier.com/2009/10/wlw-digg_logo.png" alt="digg_logo" width="65" height="65" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=4abe398d-5568-4485-bb59-50abbc4a34ed&amp;bt=9&amp;pl=8" target="_blank">DiggThis Plugin</a> adds the Digg button to your blog posts, so your readers are able to Digg it, if they want. In the Options, you are allowed to decide on four different types of button styles: <em>badge</em>, <em>compact</em>, <em>button</em>, or the <em>little guy</em>.  You are also able to choose the alignment to be either to the right or left.  Digg users will love this plugin.</p>
<p><img class="size-full wp-image-7643 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-diggthis_plugin.png" alt="diggthis_plugin" width="364" height="495" /></p>
<h3>5. WLW Bit.ly Plugin</h3>
<p><img class="alignleft size-full wp-image-7652" src="http://images.maketecheasier.com/2009/10/wlw-bitly_logo.png" alt="bitly_logo" width="49" height="28" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=66febd0c-c495-4cb4-8d23-eb8be0fef6e2&amp;bt=9&amp;pl=8" target="_blank">WLW Bit.ly Plugin</a> lets you shorten all of the URLs in your blog post using the Bit.ly URL shortener. If you have a Bit.ly user account, you can enter it in the Options area. This allows you to use the Bit.ly statistics to view information like how many people clicked on a certain link.</p>
<h3>6. Twitter Inserter Plugin</h3>
<p><img class="alignleft size-full wp-image-7655" src="http://images.maketecheasier.com/2009/10/wlw-twitter_inserter_logo.png" alt="twitter_inserter_logo" width="62" height="63" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=f4d69100-2762-4afd-a2fa-866629b7fc0e&amp;bt=9&amp;pl=8" target="_blank">Twitter Inserter Plugin</a> provides a way for you to add your tweets into your blog post. You are able to select the number of tweets in the Options area.  It&#8217;s great to use once in awhile. However, if you use too much, you might alienate your readers.</p>
<p><img class="size-full wp-image-7654 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-twitter_inserter_plugin.png" alt="twitter_inserter_plugin" width="337" height="217" /></p>
<h3>7. Flickr4Writer Plugin</h3>
<p><img class="alignleft size-full wp-image-7658" src="http://images.maketecheasier.com/2009/10/wlw-flickr_logo.png" alt="flickr_logo" width="100" height="34" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=bbb14b2a-0250-4513-a942-cb99a3459ab9&amp;bt=9" target="_blank">Flickr4Writer</a> Plugin lets you add Flickr images from your albums or any image that is allowed to be blogged. You are able to select the image size, spacing, positioning, and alignment. It’s a way to add images to your blog without stealing images. One of my favorite ones, and I use it often. Definitely a must.</p>
<p><img class="size-full wp-image-7659 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-flickr4writer_plugin.png" alt="flickr4writer_plugin" width="577" height="618" /></p>
<h3>8. Zemanta related articles &amp; images Plugin</h3>
<p><img class="alignleft size-full wp-image-7662" src="http://images.maketecheasier.com/2009/10/wlw-zemanta_logo.png" alt="zemanta_logo" width="100" height="34" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=de5f48a2-5c94-49c3-88d6-e6b134f977c2&amp;bt=9&amp;pl=8" target="_blank">Zemanta related articles &amp; images Plugin</a> provides a way for you enter add links, related articles, and images to your blog posts. It is on the side of the Windows Live Writer window, so it provides easy access in allowing you to save time in finding items for your blog posts. Another one of my favorites.  It helps you save time and enriches your blog posts.</p>
<p><img class="size-full wp-image-7661 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-zemanta_plugin.png" alt="zemanta_plugin" width="178" height="700" /></p>
<h3>9. Amazon Book Linker v1.3 Plugin</h3>
<p><img class="alignleft size-full wp-image-7667" src="http://images.maketecheasier.com/2009/10/wlw-amazon_logo.png" alt="amazon_logo" width="100" height="30" />The <a href="http://gallery.live.com/liveItemDetail.aspx?li=0aeb208a-81d1-4197-bbce-b4a42f5ec430&amp;bt=9&amp;pl=8" target="_blank">Amazon Book Linker v1.3 Plugin</a> lets you add book information to your blog posts. You are able to modify the image size and the template, which is how your readers will view the Amazon item. If you have an Amazon Associates ID, you are able to add that as well, so you can make profit on the books you add.  Great for people who reviews books or want to share a great book with their readers.</p>
<p><img class="size-full wp-image-7666 aligncenter" src="http://images.maketecheasier.com/2009/10/wlw-amazon_plugin.png" alt="amazon_plugin" width="513" height="649" /></p>
<h3>10. xPollinate &#8211; Cross Post Plugin</h3>
<p>The <a href="http://gallery.live.com/liveItemDetail.aspx?li=c2bf1378-8b18-4a4e-880e-e399c8d7b7b4&amp;bt=9" target="_blank">xPollinate &#8211; Cross Post Plugin</a> allows you to cross-post a blog post, or a snippet, to your other blogs and post to <a href="http://ping.fm" target="_blank">Ping.fm</a> when you are publishing.  Ping.fm allows you to post to different social-media networks, such as Facebook, Twitter, LinkedIn, etc., so you are able to notify your followers of your blog post by using this plugin. I am starting to use this plugin more often now. Ping.fm is one of the social media tools that I use often, so this saves me plenty of time.</p>
<p><img class="alignnone size-full wp-image-7647" src="http://images.maketecheasier.com/2009/10/wlw-xPollinate_blog_tab.png" alt="xPollinate_blog_tab" width="546" height="547" /></p>
<p><img class="alignnone size-full wp-image-7646" src="http://images.maketecheasier.com/2009/10/wlw-xPollinate_pingfm_tab.png" alt="xPollinate_pingfm_tab" width="552" height="547" /></p>
<p>Which social media plugins do you use for your Windows Live Writer?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09">10 Social Media Plugins for Windows Live Writer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27' rel='bookmark' title='Permanent Link: ShoZu &#8211; Social Network Updating Made Easy'>ShoZu &#8211; Social Network Updating Made Easy</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30' rel='bookmark' title='Permanent Link: 10 useful Plugins To Spice Up Your Pidgin'>10 useful Plugins To Spice Up Your Pidgin</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sing Along To Your Favorite Songs With Lyrics Plugin</title>
		<link>http://maketecheasier.com/sing-along-to-your-favorite-songs-with-lyrics-plugin/2009/02/13</link>
		<comments>http://maketecheasier.com/sing-along-to-your-favorite-songs-with-lyrics-plugin/2009/02/13#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:32:37 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Media Player]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2697</guid>
		<description><![CDATA[How many times have you been listening to a song and wanted to sing along, but couldn’t because you didn’t know the words?  Even better is when you know most of the words but there are two or three that you just can’t get.  Those days are about to become history.
There is a powerful little [...]<p><strong><a href="http://maketecheasier.com/sing-along-to-your-favorite-songs-with-lyrics-plugin/2009/02/13">Sing Along To Your Favorite Songs With Lyrics Plugin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/5-useful-extensions-that-still-work-in-songbird-07/2008/08/26' rel='bookmark' title='Permanent Link: 5 Useful Extensions That Still Work in Songbird 0.7'>5 Useful Extensions That Still Work in Songbird 0.7</a></li><li><a href='http://maketecheasier.com/tuneup-cleans-up-your-itunes-collection/2008/12/20' rel='bookmark' title='Permanent Link: TuneUp Cleans Up Your iTunes Collection'>TuneUp Cleans Up Your iTunes Collection</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/amarok-2-brings-fresh-changes/2008/12/18' rel='bookmark' title='Permanent Link: Amarok 2 Brings Fresh Changes'>Amarok 2 Brings Fresh Changes</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/02/music-notes3.jpg" alt="music_notes3" width="244" height="244" />How many times have you been listening to a song and wanted to sing along, but couldn’t because you didn’t know the words?  Even better is when you know most of the words but there are two or three that you just can’t get.  Those days are about to become history.</p>
<p>There is a powerful little plug-in that you can download for Windows Media Player that will show you the lyrics of the song as it plays.  Now don’t get too excited, this has been done before, but not with the incredible simplicity of <a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=916" target="_blank">Lyrics Plugin</a>.</p>
<p>The simplicity of the name alone creates the ultimate summary for this add-on.  The completely free Lyrics Plugin holds a stamp of approval with a 4.5 star rating and over 150,000 downloads.</p>
<h3>Installation</h3>
<p>The installation for this plug-in is, as expected, incredibly easy.  Start by visiting the <a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=916" target="_blank">wmplugins.com download site</a> and clicking the <em>lyricsplugin.exe</em> link.  Once downloaded, run the installation and follow the onscreen prompts.  I chose the default configuration.</p>
<p><img src="http://images.maketecheasier.com/2009/02/1-lyrics-plugin-thumb.png" alt="lyrics plugin" width="440" height="303" /></p>
<p>Once complete, Lyrics Plugin will prompt you to determine if you want to start Windows Media Player.  You probably want to click <em>Yes</em> since you probably want to try the plugin you just installed.  :)</p>
<p><img src="http://images.maketecheasier.com/2009/02/2-lyrics-plugin-thumb.png" alt="lyrics plugin" width="470" height="156" /></p>
<h3>Usage</h3>
<p>After Windows Media Player finishes loading, select a song from your library.  You might need to click on the <em>Now Playing</em> tab to see the lyrics.  I tried over a dozen songs and the lyrics for all of them were found.  If you happen to find a song that the lyrics can’t be found for, Lyrics Plugin will offer you a Google link to help you with finding the lyrics online.</p>
<p>Here are two samples that I used.  If you are wondering why they are blurred, it’s because I don’t have permission from the artists to reproduce their work.  I think you can tell from the images though that the content is there.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/02/3_lyrics_plugin.png"><img class="size-medium wp-image-2710 alignnone" src="http://images.maketecheasier.com/2009/02/3_lyrics_plugin-193x300.png" alt="lyrics plugin" width="193" height="300" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/02/4_lyrics_plugin.png"><img class="size-medium wp-image-2711 alignnone" src="http://images.maketecheasier.com/2009/02/4_lyrics_plugin-193x300.png" alt="lyrics plugin" width="193" height="300" /></a></p>
<p>Try it for yourself, you won’t be disappointed.  Do you have any recommendations for lyrics plug-ins for other media players?  Let us know in the comments!</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/sing-along-to-your-favorite-songs-with-lyrics-plugin/2009/02/13">Sing Along To Your Favorite Songs With Lyrics Plugin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/5-useful-extensions-that-still-work-in-songbird-07/2008/08/26' rel='bookmark' title='Permanent Link: 5 Useful Extensions That Still Work in Songbird 0.7'>5 Useful Extensions That Still Work in Songbird 0.7</a></li><li><a href='http://maketecheasier.com/tuneup-cleans-up-your-itunes-collection/2008/12/20' rel='bookmark' title='Permanent Link: TuneUp Cleans Up Your iTunes Collection'>TuneUp Cleans Up Your iTunes Collection</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/amarok-2-brings-fresh-changes/2008/12/18' rel='bookmark' title='Permanent Link: Amarok 2 Brings Fresh Changes'>Amarok 2 Brings Fresh Changes</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sing-along-to-your-favorite-songs-with-lyrics-plugin/2009/02/13/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 useful Plugins To Spice Up Your Pidgin</title>
		<link>http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30</link>
		<comments>http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30#comments</comments>
		<pubDate>Sat, 30 Aug 2008 02:30:06 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=781</guid>
		<description><![CDATA[
Pidgin is a multi-protocol instant messaging client that allows you to connect to several IM networks at one time. Most Linux users will be familiar with Pidgin, as it is the default IM client in most distribution.
Other than its basic functionality, Pidgin also has a plugin system that allows its users to activate plugins to [...]<p><strong><a href="http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30">10 useful Plugins To Spice Up Your Pidgin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09' rel='bookmark' title='Permanent Link: 10 Social Media Plugins for Windows Live Writer'>10 Social Media Plugins for Windows Live Writer</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06' rel='bookmark' title='Permanent Link: Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta'>Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></li><li><a href='http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22' rel='bookmark' title='Permanent Link: The New Facebook Desktop Client By Adobe And Why Should You Use it'>The New Facebook Desktop Client By Adobe And Why Should You Use it</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-788" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="pidgin-logo" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-logo.jpg" alt="" width="580" height="185" /></p>
<p><a href="http://pidgin.im/" target="_blank">Pidgin</a> is a multi-protocol instant messaging client that allows you to connect to several IM networks at one time. Most Linux users will be familiar with Pidgin, as it is the default IM client in most distribution.</p>
<p>Other than its basic functionality, Pidgin also has a plugin system that allows its users to activate plugins to extend its functionality. Today we&#8217;re taking a look at 10 of the best plugins to power up your Pidgin.</p>
<p><strong>1) Facebook Chat</strong></p>
<p><img class="alignnone size-full wp-image-782" title="pidgin-facebookchat" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-facebookchat.jpg" alt="" width="308" height="188" /></p>
<p>The default installation of Pidgin does not support <a href="http://www.facebook.com" target="_blank">Facebook</a> chat at the moment, but with this <a href="http://code.google.com/p/pidgin-facebookchat/" target="_blank">Facebookchat plugin</a>, you can now see who has logged in to Facebook, chat with them, and even update your Facebook status, all within your Pidgin.</p>
<p><strong>2) Send/Receive Tweets</strong></p>
<p><img class="alignnone size-full wp-image-783" title="pidgin-twitter" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-twitter.jpg" alt="" width="381" height="459" /></p>
<p>Rather than using two clients – one for IM, another for <a href="http://www.twitter.com/maketecheasier" target="_blank">Twitter</a>, now you can integrate them all into one. The <a href="http://code.google.com/p/microblog-purple/" target="_blank">pidgin-microblog plugin</a> allows you to connect to Twitter and send/receive tweets on your desktop. There is still some bugs in the plugin that caused Pidgin to crash when you try to reconnect, but when it is working fine, it is an excellent tool.</p>
<p>The latest version 0.1.2 is said to fix the Pidgin crashing bug. It worked fine for Windows version of Pidgin, but for Linux version, it don&#8217;t work completely (on my Ubuntu machine). Windows users should get the 0.1.2 version while Linux users please stick to version 0.1.1.</p>
<p><strong>3) Set Twitter/Identi.ca update as Pidgin status</strong></p>
<p>This is actually two different plugins that do the same job. The first plugin grabs your Twitter update and set it as your Pidgin status while the second grabs your <a href="http://identi.ca/" target="_blank">Identi.ca</a> update. This is useful if you are using Twitter/Identi.ca more often than Pidgin.</p>
<p><a href="http://code.google.com/p/pidgin-twitterstatus/" target="_blank">Pidgin-twitterstatus plugin</a></p>
<p><a href="http://code.google.com/p/pidgin-identica-status/" target="_blank">Pidgin-identica-status plugin</a></p>
<p><strong>4) Skype on Pidgin</strong></p>
<p>No, you don&#8217;t get to make phone call. What this plugin does is to import your Skype contact to your Pidgin so that you can manage all your network in one place. You can chat with your Skype contact (via instant messaging) and update your Skype status inside your Pidgin. A point to note, you still need your Skype to be running to be able to use it.</p>
<p><a href="http://code.google.com/p/skype4pidgin/" target="_blank">Skype4Pidgin Plugin</a></p>
<p><strong>5) Pidgin Plugin Pack</strong></p>
<p><a href="http://plugins.guifications.org/trac/wiki/PluginPack" target="_blank">Pidgin plugin pack</a> is a package that contains more than 50 plugins for Pidgin. While some of them are totally useless (like tossing a dice), most of them are actually very useful. This plugin pack is highly recommended to all Pidgin users who want to power up their Pidgin usage.</p>
<p><a href="http://plugins.guifications.org/trac/downloads" target="_blank">Pidgin Plugins Pack</a> (Ubuntu users can install guification via <em>Synaptic Package Manager</em>)</p>
<p><strong>6) Guification</strong></p>
<p><img class="alignnone size-full wp-image-784" title="guification" src="http://maketecheasier.com/wp-content/uploads/2008/08/guification.jpg" alt="" width="144" height="126" /></p>
<p><a href="http://plugins.guifications.org/trac/wiki/Guifications" target="_blank">Guification</a> is an extension of the Pidgin plugin pack that needs to be installed separately. It is an event notifier that pop up an unobstructive bubble when certain preset events occur (such as when your buddy log in, or leaves the conversation).</p>
<p><a href="http://plugins.guifications.org/trac/downloads" target="_blank">Guification</a> (Ubuntu users can install guification via <em>Synaptic Package Manager</em>)</p>
<p><strong>7) Send SMS</strong></p>
<p><a href="http://gsms.usajusaj.org/" target="_blank" rel="nofollow">gSMS</a> is a libpurple Pidgin plugin that sends sms to your mobile, containing list of users that sent IM to you while you were away. It makes use of Google Calendar SMS service to keep you notified. You will need a Google account in order for this plugin to work.</p>
<p><strong>8) Musictracker</strong></p>
<p><img class="alignnone size-full wp-image-785" title="pidgin-musictracker" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-musictracker.jpg" alt="" width="544" height="231" /></p>
<p>Music lover can now update Pidgin status with the music track currently playing in their favorite music player such as Amarok, Rhythmbox, Audacious, XMMS, MPC/MPD, Exaile, Banshee, Quod Libet, iTunes, and WinAmp.</p>
<p><a href="http://code.google.com/p/musictracker/" target="_blank">MusicTracker</a> (Ubuntu users can install guification via <em>Synaptic Package Manager</em>)</p>
<p><strong>9) Theme control</strong></p>
<p><img class="alignnone size-full wp-image-786" title="pidgin-theme" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-theme.jpg" alt="" width="580" height="363" /></p>
<p>This is the feature that almost every users ask for. With this plugin, you can now theme up your Pidgin and customize it to your liking. You don&#8217;t need to be an expert to design your own theme. This plugin provides an easy way to customize the color theme to your liking.</p>
<p><strong>10) Checking Gmail and Yahoo Mail</strong></p>
<p><img class="alignnone size-full wp-image-787" title="pidgin-email" src="http://maketecheasier.com/wp-content/uploads/2008/08/pidgin-email.jpg" alt="" width="256" height="129" /></p>
<p>This is not a plugin, but a trick that you can use in Pidgin. Even if you don&#8217;t use Google Talk or Yahoo messenger, you can still set up an account on Pidgin and get it to notify you when new mail arrives in your inbox. This will assure that my task bar is not cluttered with all the mail checking icons.</p>
<p>What&#8217;s your favorite Pidgin&#8217;s plugins?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30">10 useful Plugins To Spice Up Your Pidgin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/10-social-media-plugins-for-windows-live-writer/2009/10/09' rel='bookmark' title='Permanent Link: 10 Social Media Plugins for Windows Live Writer'>10 Social Media Plugins for Windows Live Writer</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li><li><a href='http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06' rel='bookmark' title='Permanent Link: Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta'>Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></li><li><a href='http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22' rel='bookmark' title='Permanent Link: The New Facebook Desktop Client By Adobe And Why Should You Use it'>The New Facebook Desktop Client By Adobe And Why Should You Use it</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/10-useful-plugins-to-spice-up-your-pidgin/2008/08/30/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
