<?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</title>
	<atom:link href="http://maketecheasier.com/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sat, 07 Nov 2009 13:00:08 +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/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><li><a href='http://maketecheasier.com/understanding-wordpress-self-hosted-wordpress-vs-wordpresscom/2008/03/20' rel='bookmark' title='Permanent Link: Understanding WordPress (Self Hosted WordPress vs WordPress.com)'>Understanding WordPress (Self Hosted WordPress vs WordPress.com)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><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>
</div><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/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><li><a href='http://maketecheasier.com/understanding-wordpress-self-hosted-wordpress-vs-wordpresscom/2008/03/20' rel='bookmark' title='Permanent Link: Understanding WordPress (Self Hosted WordPress vs WordPress.com)'>Understanding WordPress (Self Hosted WordPress vs WordPress.com)</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>Amaya: A Simple, Yet Useful Alternative to Dreamweaver</title>
		<link>http://maketecheasier.com/html-editor-created-by-w3c/2009/11/06</link>
		<comments>http://maketecheasier.com/html-editor-created-by-w3c/2009/11/06#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:00:10 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Amaya]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[html editors]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8219</guid>
		<description><![CDATA[While on a project, where money was scarce, we were scrambling around looking for a free or open source HTML editor that can provide us the same functionality as Adobe Dreamweaver. During my analysis of the different HTML editor out there, I came across Amaya. What intrigued me about it was that it was created [...]<p><strong><a href="http://maketecheasier.com/html-editor-created-by-w3c/2009/11/06">Amaya: A Simple, Yet Useful Alternative to Dreamweaver</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/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23' rel='bookmark' title='Permanent Link: Aptana Studio: A Worthy Replacement For Dreamweaver'>Aptana Studio: A Worthy Replacement For Dreamweaver</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/5-great-alternative-to-photoshop/2008/05/19' rel='bookmark' title='Permanent Link: 5 Great Alternative To Photoshop'>5 Great Alternative To Photoshop</a></li><li><a href='http://maketecheasier.com/qumana-an-easy-to-use-alternative-to-desktop-blogging/2009/07/25' rel='bookmark' title='Permanent Link: Qumana: An Easy-to-Use Alternative to Desktop Blogging'>Qumana: An Easy-to-Use Alternative to Desktop Blogging</a></li><li><a href='http://maketecheasier.com/geditmore-than-a-simple-text-editor/2008/01/31' rel='bookmark' title='Permanent Link: Gedit&#8230;More Than A Simple Text Editor'>Gedit&#8230;More Than A Simple Text Editor</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8235" title="amaya-logo" src="http://images.maketecheasier.com/2009/11/amaya-logo.jpg" alt="amaya-logo" width="140" height="45" />While on a project, where money was scarce, we were scrambling around looking for a free or open source HTML editor that can provide us the same functionality as Adobe Dreamweaver. During my analysis of the different HTML editor out there, I came across Amaya. What intrigued me about it was that it was created by the World Wide Web Consortium (W3C). As someone who loves Dreamweaver, I thought that I would never find something comparable to it that was free (open source), but I was wrong.</p>
<p><a href="http://www.w3.org/Amaya/" target="_blank">Amaya</a> is an open-source HTML editor created by the W3C. If you don&#8217;t already know, W3C is an international community that develops Web standards. It was founded by Tim Berners-Lee, who is credited as inventing the World Wide Web. In 1998, Amaya was invented.  Since then, there have been various releases that have given more functionality to Amaya.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/11/amaya-main.png" alt="amaya_main" width="577" height="436" /></p>
<p>Amaya is the most user-friendly HTML editor that I have come across. One of its features that is very similar to Dreamweaver is that you are able to split the screen to view the visual editor and the HTML code. In this way, you are able to code while seeing the changes, or you can do the other way around. It&#8217;s a great way to learn HTML, if you don&#8217;t know already. On the sidebar, you are able to easily modify the HTML, like in Adobe Dreamweaver. Different profiles can change the way they see the sidebar displayed.</p>
<p>Another great feature is the CSS functionality. With the press of a button, you are able to create a CSS stylesheet. You do not have to know CSS in order to create one, which is great for people trying to learn CSS and/or if you are trying to design a stylesheet quickly. This is a great way to have your site&#8217;s formatting and style be in a different file than the HTML code. It provides a way to add flexibilty to your web site/blog. It also has a debugger to check your code for errors.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/11/amaya-css.png" alt="amaya_css" width="577" height="392" /></p>
<p>One good thing about Amaya is that it allows five different user editing profiles, so if someone wants to change the behavior of the Amaya tool, he/she can have his/her own profile that is different from someone else. In addition, Amaya runs on Linux, Mac, and/or PC, so regardless which OS you are using, you will be able to use Amaya for your coding project.</p>
<h3>What&#8217;s can be improved on?</h3>
<p>Amaya is a quick and neat HTMl editor. I couldn&#8217;t find any issues, except that it needs to keep up with the new technologies. For instance, it isn&#8217;t made to build smartphones apps, which I saw in other free HTML editors. It also doesn&#8217;t support Ajax, which is being used more and more.</p>
<p>When it comes to features, Amaya is definitely not on par with Dreamweaver, but if you are looking for a free, simple, and useful HTML editor, then Amaya is a good candidate.</p>
<p>Have you use Amaya before? Tell us what you like/dislike about it.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/html-editor-created-by-w3c/2009/11/06">Amaya: A Simple, Yet Useful Alternative to Dreamweaver</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/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23' rel='bookmark' title='Permanent Link: Aptana Studio: A Worthy Replacement For Dreamweaver'>Aptana Studio: A Worthy Replacement For Dreamweaver</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/5-great-alternative-to-photoshop/2008/05/19' rel='bookmark' title='Permanent Link: 5 Great Alternative To Photoshop'>5 Great Alternative To Photoshop</a></li><li><a href='http://maketecheasier.com/qumana-an-easy-to-use-alternative-to-desktop-blogging/2009/07/25' rel='bookmark' title='Permanent Link: Qumana: An Easy-to-Use Alternative to Desktop Blogging'>Qumana: An Easy-to-Use Alternative to Desktop Blogging</a></li><li><a href='http://maketecheasier.com/geditmore-than-a-simple-text-editor/2008/01/31' rel='bookmark' title='Permanent Link: Gedit&#8230;More Than A Simple Text Editor'>Gedit&#8230;More Than A Simple Text Editor</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/html-editor-created-by-w3c/2009/11/06/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Afloat 2.2 Adds Support For Snow Leopard and New Features</title>
		<link>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05</link>
		<comments>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:32:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Afloat]]></category>
		<category><![CDATA[always on top]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8132</guid>
		<description><![CDATA[When Snow Leopard was launched, many applications broke because of compatibility issue. Afloat was one of them (mainly due to the plugsuit issue). The good news is, Afloat 2.2 was launched to patch up the issue. Now you can get Afloat running smoothly in Snow Leopard.
For those who have not heard of Afloat, it is [...]<p><strong><a href="http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05">Afloat 2.2 Adds Support For Snow Leopard and New Features</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/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8133" title="afloat-logo" src="http://images.maketecheasier.com/2009/11/afloat-logo.png" alt="afloat-logo" width="227" height="87" />When Snow Leopard was launched, many applications broke because of compatibility issue. Afloat was one of them (mainly due to the plugsuit issue). The good news is, <a href="http://infinite-labs.net/afloat/" target="_blank">Afloat 2.2</a> was launched to patch up the issue. Now you can get Afloat running smoothly in Snow Leopard.</p>
<p>For those who have not heard of Afloat, it is an useful software that you can use to keep an application window &#8220;<a href="http://maketecheasier.com/mac-keeping-your-application-window-‘always-on-top’/2008/07/09">always on top</a>&#8221; of all other windows. One thing for sure, Afloat 2.2 brings some new features that are not available in previous version.</p>
<h3>Make windows appear in all spaces</h3>
<p>If you are a great fan of Spaces in Mac, then you are going to love this feature. If you are working on a project and have several application opened in different spaces, instead of traversing between spaces to access your data, you can make the application window follow you around, without you having to do the manual work.</p>
<p><img class="alignnone size-full wp-image-8135" title="afloat-options" src="http://images.maketecheasier.com/2009/11/afloat-options.jpg" alt="afloat-options" width="342" height="330" /></p>
<h3>Resize windows easily</h3>
<p>The usual way of resizing an application window in Mac is to move your mouse to the right bottom corner of the window and drag to resize. With Afloat 2.2, you can now press <em>Ctrl + Command + right mouse click</em> to resize the window from anywhere inside the window region.</p>
<h3>Move window around without dragging the title bar</h3>
<p>By pressing <em>Ctrl + Command + left mouse click</em>, you can move the window around easily and quickly (similar to the <em>Alt + left mouse click</em> feature in Linux Compiz).</p>
<h3>Pin to the desktop</h3>
<p>You can also pin a window to the desktop and make it persistent. With this feature turn on, even the &#8220;Show Desktop&#8221; command will not hide the window.</p>
<h3>Existing functionality</h3>
<p>For those who are new to Afloat, here are some of the functionality that existed since version 1</p>
<p><strong>Afloat</strong>: keep the window &#8220;always on top&#8221;. Accessible via the shortcut key <em>Ctrl + Command + A</em> or via the Window menu. (Note: the shortcut key don&#8217;t work in Preview)</p>
<p><strong>Add transparency to windows</strong>: Press <em>Ctrl + Command + mouse wheel scroll</em> to change the transparency of the window. This is useful if you just want to take a quick peek at the windows beneath.<strong> </strong></p>
<p><strong>Make window an overlay</strong>: This turns a window into an overlay. When this mode is on, it will not respond to any mouse click or keyboard entry.</p>
<p>One thing to note: Afloat does not work with all applications. It only works for Cocoa based applications, such as Safari, Preview, iChat etc. Carbon based applications like iTunes and Finder do not get the love.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05">Afloat 2.2 Adds Support For Snow Leopard and New Features</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/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Useful GMail Search Tips</title>
		<link>http://maketecheasier.com/10-useful-gmail-search-tips/2009/11/05</link>
		<comments>http://maketecheasier.com/10-useful-gmail-search-tips/2009/11/05#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:07:18 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8173</guid>
		<description><![CDATA[Like many of you, I&#8217;ve been happily using GMail for years.  While there are many things I like about it, one in particular has always impressed me: email search.  It&#8217;s no surprise that Google would add powerful search features to their email system, but there are many great features that go laregely unnoticed [...]<p><strong><a href="http://maketecheasier.com/10-useful-gmail-search-tips/2009/11/05">10 Useful GMail Search Tips</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/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14' rel='bookmark' title='Permanent Link: Gmail: Create Custom Signature For Different Accounts'>Gmail: Create Custom Signature For Different Accounts</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/microblog-from-your-gmail/2009/05/09' rel='bookmark' title='Permanent Link: How to Microblog From Your Gmail/Jabber'>How to Microblog From Your Gmail/Jabber</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8176" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-logo.jpg" alt="gmailsearchtips-logo" width="122" height="119" />Like many of you, I&#8217;ve been happily using <a href="http://gmail.com" target="_blank">GMail</a> for years.  While there are many things I like about it, one in particular has always impressed me: email search.  It&#8217;s no surprise that Google would add powerful search features to their email system, but there are many great features that go laregely unnoticed by many GMail users.  Today we&#8217;ll go over some of GMail&#8217;s best search tricks and how to get the most out of this powerful feature.</p>
<h3>1. Removing keywords</h3>
<p>A common websearch function applied to email.  You can filter out items containing certain words.  For example, if I want to get a list of all my MakeTechEasier messages, but not those relating to pingbacks, I can remove items containing that word from my results with the minus sign.</p>
<p><img class="aligncenter size-full wp-image-8182" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-minus.jpg" alt="gmailsearchtips-minus" width="516" height="70" /></p>
<h3>2. To: and From:</h3>
<p>Probably the simplest and most often used search function is the ability to specify sender or recipient.  By specifying a name or email address you can narrow results to items written by (or to) a name or email address.  In this example, I&#8217;m trying to get all the emails I&#8217;ve written about MakeTechEasier to Damien.</p>
<p><img class="aligncenter size-full wp-image-8185" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-tofrom.jpg" alt="gmailsearchtips-tofrom" width="516" height="70" /></p>
<h3>3. CC:</h3>
<p>Much like <em>To:</em> and <em>From:</em>, you can filter to show messages with a certain person in the <em>cc</em> or <em>bcc</em> fields.  Here I am searching for all party-related messages that involve my good friend The Dude.</p>
<p><img class="aligncenter size-full wp-image-8188" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-cc.jpg" alt="gmailsearchtips-cc" width="516" height="70" /></p>
<h3>4. has:attachment</h3>
<p>This one&#8217;s pretty self-explanatory &#8211; you can get only the results that have a file attached.  In this example Im looking for all emails from my sister that may have pictures of her kids.</p>
<p><img class="aligncenter size-full wp-image-8189" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-attachment.jpg" alt="gmailsearchtips-attachment" width="516" height="70" /></p>
<h3>5. filename:</h3>
<p>Similar to #4 above, but this time you can specify an exact filename, or even just part of a filename in an attachment.  I can improve upon my previous search by specifying that I want only results with pictures attached.</p>
<p><img class="aligncenter size-full wp-image-8192" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-filename.jpg" alt="gmailsearchtips-filename" width="516" height="70" /></p>
<h3>6. OR</h3>
<p>No search system is complete without at least a few boolean operators, and GMail is no exception.  While AND is implied in most searches, sometimes you need OR to get the results you want.  In this example, I&#8217;m trying to get messages about Christmas plans from both sisters.</p>
<p><img class="aligncenter size-full wp-image-8195" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-OR.jpg" alt="gmailsearchtips-OR" width="516" height="70" /></p>
<p><em>OR</em>, by the way, does have to be in caps.</p>
<h3>7. is:</h3>
<p>Another very handy one, <em>is: </em>lets you see only messages in a certain state, like <em>read</em>, <em>unread</em>, or <em>starred</em>.  Here, I&#8217;m trying to get any emails from Damien which I had previously marked as important (starred).</p>
<p><img class="aligncenter size-full wp-image-8197" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-is.jpg" alt="gmailsearchtips-is" width="516" height="70" /></p>
<h3>8. label:</h3>
<p>Labels are already a very useful GMail feature, and the search function only makes it better.  You can tell the search to return only messages with a particular label attached.  If I have a <em>Work</em> label for all my work-related emails and I want to find a message relating to last year&#8217;s company picnic, I can use label: to avoid getting messages relating to my countless other picnics of 2008.</p>
<p><img class="aligncenter size-full wp-image-8200" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-label.jpg" alt="gmailsearchtips-label" width="516" height="70" /></p>
<h3>9. (Parentheses)</h3>
<p>I just recently learned about this, and I&#8217;m very glad I did.  Using parentheses you can group items for use with things like <em>OR</em>.  Parentheses can shorten what might otherwise be a long search string.  Let&#8217;s say I&#8217;m searching for the XBox Live names of my friends Adam, Galt and Joe.  I could write out three separate <em>from:</em> statements much like #6, or I could use parentheses to group items together.</p>
<p><img class="aligncenter size-full wp-image-8203" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-paren.jpg" alt="gmailsearchtips-paren" width="516" height="70" /></p>
<h3>10. Combinations</h3>
<p>A few of these examples have combined the search options into single queries.  GMail gives nearly unlimited flexibility when combining complex search options.  You can get extremely detailed results by combining the options to return exactly what you want.  The following is an attempt to bring up all messages from both of my sisters about all our prior Christmas plans, that also have pictures attached, but not including our trip to Kentucky.</p>
<p><img class="aligncenter size-full wp-image-8204" src="http://images.maketecheasier.com/2009/11/gmailsearchtips-combine.jpg" alt="gmailsearchtips-combine" width="516" height="45" /></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/10-useful-gmail-search-tips/2009/11/05">10 Useful GMail Search Tips</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/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14' rel='bookmark' title='Permanent Link: Gmail: Create Custom Signature For Different Accounts'>Gmail: Create Custom Signature For Different Accounts</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/microblog-from-your-gmail/2009/05/09' rel='bookmark' title='Permanent Link: How to Microblog From Your Gmail/Jabber'>How to Microblog From Your Gmail/Jabber</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/10-useful-gmail-search-tips/2009/11/05/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</title>
		<link>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04</link>
		<comments>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:20:17 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win XP]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8091</guid>
		<description><![CDATA[ Windows Vista and 7 come with User Account Control (UAC) that controls the  permissions the users have for running each application. Due to this restriction, many program in Win XP that require administrators privilege will not be able to run smoothly in Vista or Win 7. In such cases, you can use the [...]<p><strong><a href="http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04">VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</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/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/make-your-windows-xpvista-functions-like-windows-7/2009/01/13' rel='bookmark' title='Permanent Link: Make Your Windows XP/Vista Functions Like Windows 7'>Make Your Windows XP/Vista Functions Like Windows 7</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/windows-vista-shortcut-keys-with-the-window-button/2008/01/15' rel='bookmark' title='Permanent Link: Windows Vista Shortcut Keys With The Window Button'>Windows Vista Shortcut Keys With The Window Button</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/11/VistaUACMaker-logo.png" alt="Vista-UAC-Maker-logo" width="160" height="110" /> Windows Vista and 7 come with User Account Control (UAC) that controls the  permissions the users have for running each application. Due to this restriction, many program in Win XP that require administrators privilege will not be able to run smoothly in Vista or Win 7. In such cases, you can use the <a href="http://www.securityxploded.com/vistauacmaker.php" target="_blank">VistaUACMaker</a> to change the permission in the application and make it compatible with Vista and Windows 7.</p>
<p>To achieve the goal that we have in mind, we need to alter the <em>Manifest File</em> of the app which contains the useful information that provides the privileges needed by the app concerned &amp; its UI Interaction of the app.</p>
<p>Those are the three types of privileges that can be stored in the Manifest File.</p>
<ul>
<li><strong>requireAdministrator</strong> &#8211; Run the app as administrator.</li>
<li><strong>asInvoker</strong> &#8211; Run with same privilege as that of the parent process.</li>
<li><strong>highestAvailable</strong> &#8211; Run with highest possible privilege available to user.</li>
</ul>
<p>Ok that is enough with the geeky talk, let us proceed to the HOW TO section which tells us how to perform the task.</p>
<p>1. <a href="http://www.securityxploded.com/download.php#vistauacmaker" target="_blank">Download Vista UAC Maker</a>.</p>
<p>2. Run the Utility. Now using the <strong>Select…</strong> button browse &amp; locate the app or program executable file.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/11/VistaUACMaker-window.png" alt="Vista-UAC-Maker-window" width="539" height="357" /></p>
<p>3. Add some words in the <strong>Project Description field</strong> for future reference.</p>
<p>4. In the <strong>Required Privilege Level</strong> drop-down list select the privilege. The default is  [requireAdministrator], but you can change it to whichever is suitable for the application.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/11/VistaUACMaker-Privileges.png" alt="Vista-UAC-Maker-Privileges" width="280" height="41" /></p>
<p>5. In the last step where you are asked “<em>Does your application interacts with high privilege windows on desktop?</em>”, check the <strong>Yes</strong> box only if your app interacts with high privilege apps on UI level in Vista else leave it as <strong>No</strong>.</p>
<p>That&#8217;s it.</p>
<p>Now the configured app is compatible with Windows Vista as well as Windows 7 too. This works great in cases where you need to use a particular app meant for XP to be sound &amp; working in Vista &amp; Windows 7. Hope that helps. Share your experiences by putting in your valuable comments.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04">VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</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/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/make-your-windows-xpvista-functions-like-windows-7/2009/01/13' rel='bookmark' title='Permanent Link: Make Your Windows XP/Vista Functions Like Windows 7'>Make Your Windows XP/Vista Functions Like Windows 7</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/windows-vista-shortcut-keys-with-the-window-button/2008/01/15' rel='bookmark' title='Permanent Link: Windows Vista Shortcut Keys With The Window Button'>Windows Vista Shortcut Keys With The Window Button</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Time Saving Bookmarklets You Will Want to Have in Your Browser</title>
		<link>http://maketecheasier.com/25-time-saving-bookmarklets/2009/11/03</link>
		<comments>http://maketecheasier.com/25-time-saving-bookmarklets/2009/11/03#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:14:26 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8119</guid>
		<description><![CDATA[I noticed recently that many sites, applications and services are offering bookmarklets. I know I have about 40 of them, of which I use 10 very regularly.
For those of you who don&#8217;t use bookmarklets or arent quite sure what they are, here is a brief description.
What are Bookmarklets?
Bookkmarklets are a tiny java script application designed [...]<p><strong><a href="http://maketecheasier.com/25-time-saving-bookmarklets/2009/11/03">25 Time Saving Bookmarklets You Will Want to Have in Your Browser</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/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/zip-through-pages-without-having-to-hit-next/2009/04/15' rel='bookmark' title='Permanent Link: Zip Through Pages Without Having to Hit Next'>Zip Through Pages Without Having to Hit Next</a></li><li><a href='http://maketecheasier.com/fancy-an-online-desktop/2008/03/05' rel='bookmark' title='Permanent Link: Fancy An Online Desktop?'>Fancy An Online Desktop?</a></li><li><a href='http://maketecheasier.com/ten-tips-to-get-the-most-out-of-posterous/2009/07/17' rel='bookmark' title='Permanent Link: Ten Tips to Get the Most Out of Posterous'>Ten Tips to Get the Most Out of Posterous</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-medium wp-image-8128" src="http://images.maketecheasier.com/2009/11/25bookmarklets-intro.jpg" alt="25bookmarklets-intro" width="200" height="150" />I noticed recently that many sites, applications and services are offering bookmarklets. I know I have about 40 of them, of which I use 10 very regularly.</p>
<p>For those of you who don&#8217;t use bookmarklets or arent quite sure what they are, here is a brief description.</p>
<h3>What are Bookmarklets?</h3>
<p>Bookkmarklets are a tiny java script application designed to add one click functionality to your web browser. There are hundreds of different uses, many of which save the need to run a desktop program.</p>
<p>A few programs with bookmarklets that have been mentioned on Make Tech Easier before are:</p>
<ul>
<li><strong><a title="Webnotes" href="http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14">Webnotes</a></strong></li>
<li><strong><a title="Hootsuite" href="http://maketecheasier.com/hootsuite-manage-twitter-account-online/2009/08/08">Hootsuite</a></strong></li>
<li><strong><a title="Zementa" href="http://maketecheasier.com/enhance-your-blog-posts-and-e-newsletter-with-zemanta/2009/07/10">Zementa</a></strong></li>
<li><strong><a title="Evom" href="http://maketecheasier.com/convert-your-video-easily-in-mac-with-evom/2009/07/07">Evom</a></strong></li>
<li><strong><a title="Posterous" href="http://maketecheasier.com/ten-tips-to-get-the-most-out-of-posterous/2009/07/17">Posterous</a></strong></li>
</ul>
<h3>Why Use a Bookmarklet?</h3>
<p>The main reason to use them is to save time. As an example:</p>
<p>To email a copy of the Webnotes post to someone, use the &#8220;Gmail This!&#8221; bookmarklet. A window will pop up just like when the compose button in Gmail is clicked. The link and email subject are automatically added. If you want to add more to the body of the email you can explain what the link is before you email it.</p>
<p>Other reasons to use bookmarklets are:</p>
<ul>
<li>Sharing things quickly on a social media site</li>
<li>Spell check</li>
<li>SEO</li>
<li>URL shortening</li>
<li>Adding the site to a social bookmarking site (ie Delicious, Digg, Reddit)</li>
<li>Subscribing to a RSS reader</li>
<li>Eliminating the ads and bloat for printing</li>
</ul>
<h3>20 other useful bookmarklets</h3>
<h3>1. <a title="Share on Facebook" href="http://www.facebook.com/share_options.php" target="_blank">Share on Facebook</a></h3>
<p>Share sites on your Facebook wall or send as a message</p>
<h3>2. <a title="Share on Friendfeed" href="http://friendfeed.com/about/tools" target="_blank">Share on Friendfeed</a></h3>
<p>Share links on both Friendfeed and Twitter with this one bookmarklet</p>
<h3>3. <a title="Gmail This!" href="http://www.shankrila.com/tech-stuff/gmailthis-an-excellent-gmail-bookmarklet-tips-tweaks/" target="_blank">Gmail This!</a></h3>
<p>If you are going to pick one from this list to try, pick this one. It will save immense amounts of time and keep distractions at a minimum.</p>
<h3>4. <a title="Evernote" href="http://www.evernote.com/about/download/web_clipper.php" target="_blank">Evernote</a></h3>
<p>Great for the avid Evernote user. send a link with tags, web clip, and notes to the notebook of your choice. This is a very quick way to add things without keeping the page or desktop app open all the time.</p>
<p><img class="alignnnone size-full wp-image-8123" src="http://images.maketecheasier.com/2009/11/25bookmarklets-evernote.png" alt="25bookmarklets-evernote" width="500" height="352" /></p>
<h3>5. <a title="Serendipity (Reddit)" href="http://www.reddit.com/bookmarklets/" target="_blank">Serendipity (Reddit)</a></h3>
<p>Randomly displays a site. A lot like Stumbleupon</p>
<h3>6. <a title="Add to RTM" href="http://www.rememberthemilk.com/help/answers/quickadd/firefox.rtm" target="_blank">Add to RTM</a></h3>
<p>Quickly add a reminder or to-do</p>
<p><img class="alignnone size-full wp-image-8124" src="http://images.maketecheasier.com/2009/11/25bookmarklets-rtm.png" alt="25bookmarklets-rtm" width="500" height="289" /></p>
<h3>7. <a title="Vox This!" href="http://team.vox.com/library/post/hey-you-dont-vox-that-vox-this.html?_c=feed-atom" target="_blank">Vox This!</a></h3>
<p>Add content to your Vox Blog</p>
<h3>8. <a title="Readability" href="http://lab.arc90.com/experiments/readability/" target="_blank">Readability</a></h3>
<p>If you do a lot of reading on the web, this customizable bookmarklet will rock your world. It removes the bloat and formats the text in a way that is easier for YOU to read.</p>
<h3>9. <a title="Spell Check" href="http://www.webupd8.org/2009/08/spell-checking-firefox-bookmarklet.html" target="_blank">Spell Check</a></h3>
<p>Checks spelling of any page, even published pages. Any word spelled wrong or not in Firefox&#8217;s dictionary will be highlighted.</p>
<h3>10. <a title="Subscribe in Google Reader" href="http://www.google.com/reader/view/#overview-page" target="_blank">Subscribe in Google Reader</a></h3>
<p>Fast way to add a RSS feed to your Google Reader</p>
<h3>11. <a title="Xray" href="http://www.westciv.com/xray/" target="_blank">Xray</a></h3>
<p>Great for web designers. Click the bookmarklet then on any item on a page. Information like dimensions, position and border is displayed.</p>
<p><img class="alignnone size-full wp-image-8122" src="http://images.maketecheasier.com/2009/11/25bookmarklets-xray.png" alt="25bookmarklets-xray" width="445" height="500" /></p>
<h3>12. <a title="Share on Tumblr" href="http://www.tumblr.com/" target="_blank">Share on Tumblr</a></h3>
<p>Easily share a link on Tumblr</p>
<h3>13. <a title="BugMeNot" href="http://www.bugmenot.com/" target="_blank">BugMeNot</a></h3>
<p>Use BugMeNot database of usernames and passwords to sign in to “registered users only” websites, like news sites.</p>
<h3>14. <a title="Boxqueue" href="http://boxqueue.appspot.com/" target="_blank">Boxqueue</a></h3>
<p>Add videos to your Boxee Queue for viewing later. You need both a Google account and Boxee account to make this bookmarklet work.</p>
<h3>15. <a title="DiggThis!" href="http://skattertech.com/2006/06/digg-this-bookmarklet/" target="_blank">DiggThis!</a></h3>
<p>Quickly add sites to Digg.</p>
<h3>16. <a title="Password Generator" href="http://www.angel.net/%7Enic/passwdlet.html" target="_blank">Password Generator</a></h3>
<p>If you have trouble coming up with secure passwords all the time, save some time and energy by installing this bookmarklet.</p>
<h3>17. <a title="Google Translate" href="http://translate.google.com/translate_buttons" target="_blank">Google Translate</a></h3>
<p>Super handy for those times when you end up on a site written in a language other than your native tongue.</p>
<h3>18. <a title="TweetBurner" href="http://tweetburner.com/" target="_blank">TweetBurner</a></h3>
<p>You know there had to be at least one Twitter something or other in the list.</p>
<h3>19. <a title="Print What You Like" href="http://www.printwhatyoulike.com/pagezipper" target="_blank">Pagezipper</a></h3>
<p>Features like continuous scrolling and auto resizing of images for your browser window make viewing sites less work.</p>
<h3>20. <a title="Printliminator" href="http://css-tricks.com/examples/ThePrintliminator/" target="_blank">Printliminator</a></h3>
<p>Eliminate items on the page you DO NOT want to print. Great for pages or blogs without a printer friendly version of the page or post.</p>
<p><img class="alignnone size-full wp-image-8121" src="http://images.maketecheasier.com/2009/11/25bookmarklets-printliminat.png" alt="25bookmarklets-printliminator" width="185" height="195" /></p>
<p>Including the one we have previously mentioned at MakeTechEasier, here are 25 of the useful bookmarklets that you can place in your browser. These are only a small portion of what is available. All of them are made to save time or make your browsing experience more personalized or enjoyable.</p>
<p>What bookmarklets do you use?</p>
<p>Image credit <a title="via Flickr" href="http://www.flickr.com/photos/chitrasudar/2756691008/" target="_blank">suchitra prints</a></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/25-time-saving-bookmarklets/2009/11/03">25 Time Saving Bookmarklets You Will Want to Have in Your Browser</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/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/zip-through-pages-without-having-to-hit-next/2009/04/15' rel='bookmark' title='Permanent Link: Zip Through Pages Without Having to Hit Next'>Zip Through Pages Without Having to Hit Next</a></li><li><a href='http://maketecheasier.com/fancy-an-online-desktop/2008/03/05' rel='bookmark' title='Permanent Link: Fancy An Online Desktop?'>Fancy An Online Desktop?</a></li><li><a href='http://maketecheasier.com/ten-tips-to-get-the-most-out-of-posterous/2009/07/17' rel='bookmark' title='Permanent Link: Ten Tips to Get the Most Out of Posterous'>Ten Tips to Get the Most Out of Posterous</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/25-time-saving-bookmarklets/2009/11/03/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TonidoPlug: Your Personal Cloud Server in a Plug</title>
		<link>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02</link>
		<comments>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:47:39 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PC Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tonido]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8105</guid>
		<description><![CDATA[Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up their services and all your [...]<p><strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</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/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' rel='bookmark' title='Permanent Link: 5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25' rel='bookmark' title='Permanent Link: How To Install And Setup Jinzora Media Server In Ubuntu'>How To Install And Setup Jinzora Media Server In Ubuntu</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8115" title="tonidoplug" src="http://images.maketecheasier.com/2009/11/tonidoplug.jpg" alt="tonidoplug" width="200" height="255" />Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up their services and all your data gone down with them. When such things happen, you might wonder why you have not heard of <a href="http://tonido.com" target="_blank">Tonido</a> earlier.</p>
<p>Tonido is a free software that turns your desktop into a personal server and allows you to access and share your files, media, calendar and apps from everywhere. Be it Windows, Mac or Linux, you simply install the software and have your own personal cloud server up and running in no time. Forget all the complicated stuffs you have heard about creating your own server. There are no technical skills required to set up and run Tonido. The best thing is &#8211; all the data resides in your own computer and there is no need to worry about security or even data loss (unless your own computer crashes).</p>
<p><img class="alignnone size-full wp-image-8109" title="tonido-main-screen" src="http://images.maketecheasier.com/2009/11/tonido-main-screen.jpg" alt="tonido-main-screen" width="577" height="439" /></p>
<h3>Introducing TonidoPlug</h3>
<p>On the other hand, if all your important data resides on your external backup drive and you wish to have your own cloud server running at all times without having to turn on your computer  everytime, then <a href="http://www.tonidoplug.com/" target="_blank">TonidoPlug</a> is the one for you.</p>
<p>TonidoPlug is the hardware version of Tonido. It is a tiny, low power, low cost home server and NAS device powered by Tonido software. It comes with its own RAM and CPU (and preinstalled with Ubuntu). All you need to do is to plug it into the power socket and there you are, a server ready at your beckoning. It integrates nicely with all the features found in the Tonido software and allows you to access your files, music, pictures from anywhere.</p>
<p><img class="alignnone size-full wp-image-8113" title="tonidoplug-hardware" src="http://images.maketecheasier.com/2009/11/tonidoplug-hardware.jpg" alt="tonidoplug-hardware" width="271" height="276" /></p>
<h3>Setting up TonidoPlug</h3>
<p>Once you have connected up the respective cables (there are only 3 cables that you need to connect: the power cable, LAN cable and the USB cable), power it up. On any computer that are linked to the home network, go to the URL: <em>http://tonidoplug.com/ip</em>. This will detect your Tonido Plug. In some cases where it doesn&#8217;t detect, you can enter the MAC address (at the back of the plug) to get it identified by the network.</p>
<p><img class="alignnone size-full wp-image-8110" title="tonidoplug-setup" src="http://images.maketecheasier.com/2009/11/tonidoplug-setup.jpg" alt="tonidoplug-setup" width="577" height="277" /></p>
<p>Once the plug is detected, you will have to create a new profile for the Tonido. Those who already have an existing profile can use <a href="http://www.tonido.com/support/TonidoPlug_FAQ_By_Consumers#How_to_transfer_older_Tonido_profile_to_TonidoPlug.3F" target="_blank">this method</a> to import them into the Plug.</p>
<p>In the dashboard, you will find the exact same interface as the Tonido. The software available in TonidoPlug is as follow:</p>
<p><img class="alignnone size-full wp-image-8111" title="tonidoplug-application" src="http://images.maketecheasier.com/2009/11/tonidoplug-application.jpg" alt="tonidoplug-application" width="233" height="241" /></p>
<p>Many of these apps should be familiar to already Tonido users, (Jukebox, Photos, Search, Thots, Workspace). The newer apps are WebsharePro, Torrent, Explorer and Plug Admin.</p>
<p>Here’s a quick summary of these applications.</p>
<ol>
<li><strong>WebsharePro</strong>: All the power of Tonido Webshare, plus the ability to upload, setting upload quotas for users, zip downloads, viewing currently downloading lists, change thumbnail and photo slide show image size</li>
<li><strong>Torrent</strong>: Download Torrent files to your plug and control torrents via your web browser from anywhere</li>
<li><strong>Explorer</strong>: Web based File manager and browser that allows common file operations like rename, delete, copy files and folders and even uploads</li>
<li><strong>Plug Admin:</strong> Manage your TonidoPlug hardware, recover Tonido Profile passwords, Manage attached USB drives, Share USB drives over the network for access, Monitor CPU loads etc</li>
</ol>
<p>If you are not in your own home networks, you can also connect to your TonidoPlug via the public URL: <em>http://yourprofilename.tonido.com:10001</em>.</p>
<p>In addition, TonidoPlug is also a DLNA device, which means you are able to connect to your PS3, Xbox, or even XBMC software and stream music over the cloud.</p>
<p>The Tonido software is free to download and use, but the TonidoPlug comes at a  price of $99.</p>
<p>Considering that most Web servers with the same hardware spec as the TonidoPlug can easily cost you up to $40-50 per month, at a mere price of $99, TonidoPlug is really a great bargain; not to mention the unlimited amount of storage device you can attach to it and the security issue that you never have to worry about. This is really a no-brainer deal.</p>
<p><em>Note 1: Thanks to Venkat for sending in a test unit for review and providing a prompt support for all my doubts.<br />
Note 2: MakeTechEasier is not affiliated in any way to CodeLathe, the company behind TonidoPlug, nor do we benefit from any sale of TonidoPlug generated from this article. </em></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</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/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' rel='bookmark' title='Permanent Link: 5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25' rel='bookmark' title='Permanent Link: How To Install And Setup Jinzora Media Server In Ubuntu'>How To Install And Setup Jinzora Media Server In Ubuntu</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 System Administration Tools for KDE</title>
		<link>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02</link>
		<comments>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:54:12 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[kinfocenter]]></category>
		<category><![CDATA[ksysguard]]></category>
		<category><![CDATA[ksystemlog]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8096</guid>
		<description><![CDATA[Keeping any computer system running can be some work. It would be nice if we never had to do any type of maintenance or troubleshooting, but no operating system has reached that point. Many desktop Linux users have server administration experience and are quite comfortable dropping to the command line and tinkering with their system. [...]<p><strong><a href="http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02">5 System Administration Tools for KDE</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/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/10-awesome-features-of-krunner-in-kde-4/2009/06/29' rel='bookmark' title='Permanent Link: 10 Awesome Features of Krunner in KDE 4'>10 Awesome Features of Krunner in KDE 4</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8097" src="http://images.maketecheasier.com/2009/11/kdesys-preferences.jpg" alt="preferences-system" width="128" height="128" />Keeping any computer system running can be some work. It would be nice if we never had to do any type of maintenance or troubleshooting, but no operating system has reached that point. Many desktop Linux users have server administration experience and are quite comfortable dropping to the command line and tinkering with their system. Not only do they know how to do this, it is the method that makes them comfortable.</p>
<p>For those users who use a desktop operating system and expect a graphical experience, opening a terminal window is not a normal thing to do. That does not mean they are incapable of learning it. They are just more comfortable with a visual interface.</p>
<p>There are many control panel tools and settings dialogs in KDE that make it easier for graphical-minded users to get things done. Here are five stand-alone applications that will help you stay informed about your computer&#8217;s status and health.</p>
<h3>1. KInfoCenter</h3>
<p>It is just what it says. It provides users with information about their systems. There are categories for graphics cards, PCI devices, memory, CPU, and many others. If you are ever unsure about what devices you have or what system settings you currently have, KInfoCenter is a good place to start.</p>
<p><img class="aligncenter size-full wp-image-8098" src="http://images.maketecheasier.com/2009/11/kdesys-infocenter.jpg" alt="kinfocenter" width="570" height="522" /></p>
<h3>2. KDiskFree</h3>
<p>This is a very useful tool for those of us who manage to fill up our hard drives rather quickly. You can monitor disk usage on both fixed drives and currently connected removable ones.</p>
<p><img class="aligncenter size-full wp-image-8099" src="http://images.maketecheasier.com/2009/11/kdesys-diskfree.jpg" alt="kdiskfree" width="570" height="289" /></p>
<h3>3.  KDE Partition Manager</h3>
<p>Need to format a drive, resize a partition, or create a swap partition? KDE Partition Manager can do it all. It depends on the trusted disk &#8220;Parted&#8221; libraries, so users can know they are getting reliable results</p>
<p><img class="aligncenter size-full wp-image-8100" src="http://images.maketecheasier.com/2009/11/kdesys-partition-manager.jpg" alt="KDE-partition-manager" width="570" height="349" /></p>
<h3>4. KSystemLog</h3>
<p>Linux documents every major occurrence on your system. You just have to know where to look for that documentation. For convenience, KSystemLog will collect that information for you and display it in a window, all with the click of a button.  KSystemLog monitors your log files, updating them periodically. It currently supports system log, kernel log, authentication log, daemons&#8217; logs, CUPS (printer) log, X.org log, and others.</p>
<p><img class="aligncenter size-full wp-image-8101" src="http://images.maketecheasier.com/2009/11/kdesys-systemlog.jpg" alt="ksystemlog" width="570" height="444" /></p>
<h3>5. Ksysguard</h3>
<p>KDE 4 includes a handy little task manager that you can access by pressing Control+Escape or by clicking the button on Krunner. For those of us who used KDE 3, however, we need something a little more robust. Ksysguard monitors processes, provides stats, and includes graphs, updated in real time. Processes and programs can be monitored, filtered, and killed, when necessary. As with previous versions, users can add new tabs, placing customized sensors on each tab. Sensors include CPU cores, uptime, partition usage, log files, memory, and much more.</p>
<p><img class="aligncenter size-full wp-image-8102" src="http://images.maketecheasier.com/2009/11/kdesys-sysguard.jpg" alt="ksysguard" width="570" height="411" /></p>
<p>There are many others tools that can make your Linux experience easier. If you have a favorite, feel free to post it in the comments. For me, after having worked as a Linux system admin for many years, I still occasionally love to open up Konsole and hack away the command line.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02">5 System Administration Tools for KDE</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/set-special-window-settings-with-kwin/2009/08/03' rel='bookmark' title='Permanent Link: How to Set Special Window Settings with KWin'>How to Set Special Window Settings with KWin</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/10-awesome-features-of-krunner-in-kde-4/2009/06/29' rel='bookmark' title='Permanent Link: 10 Awesome Features of Krunner in KDE 4'>10 Awesome Features of Krunner in KDE 4</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-system-administration-tools-for-kde/2009/11/02/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Unlock Hidden Mac OS X Settings With Secrets</title>
		<link>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01</link>
		<comments>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:00:41 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[secrets]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7929</guid>
		<description><![CDATA[Mac OS X is a wonderful operating system with one of the best and easiest to use graphical interface among mainstream operating systems. It is amazing to see how much thought the designers of the OS have put into each element of the interface striving all the while to make it easier for the user [...]<p><strong><a href="http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01">Unlock Hidden Mac OS X Settings With Secrets</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/8-great-tools-to-enhance-your-dock/2008/09/18' rel='bookmark' title='Permanent Link: 8 Great Tools to Enhance Your Dock'>8 Great Tools to Enhance Your Dock</a></li><li><a href='http://maketecheasier.com/fluid-a-powerful-site-specific-browser-for-mac-os-x/2009/04/27' rel='bookmark' title='Permanent Link: Fluid: A Powerful Site Specific Browser For Mac OS X'>Fluid: A Powerful Site Specific Browser For Mac OS X</a></li><li><a href='http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16' rel='bookmark' title='Permanent Link: 2 Ways to Batch Rename Files in OS X'>2 Ways to Batch Rename Files in OS X</a></li><li><a href='http://maketecheasier.com/customize-your-osx-dock-with-superdocker/2008/05/29' rel='bookmark' title='Permanent Link: Customize Your OSX Dock With SuperDocker'>Customize Your OSX Dock With SuperDocker</a></li><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8066" src="http://images.maketecheasier.com/2009/10/secrets-logo.jpg" alt="Secrets logo" width="200" height="45" />Mac OS X is a wonderful operating system with one of the best and easiest to use graphical interface among mainstream operating systems. It is amazing to see how much thought the designers of the OS have put into each element of the interface striving all the while to make it easier for the user to use the computer without bringing in any complexity, and retaining the ability to configure the computer as the user wishes.</p>
<p>But, there is still so much more that OS X is capable of and it is not always possible to harness all that power from the Graphical interface, and that is where our application of the day, <a href="http://secrets.blacktree.com/">Secrets</a>, comes in handy.</p>
<p>Secrets installs in the System Preferences Pane and provides you access to hundreds of hidden OS X settings. Almost all of these settings can be accessed from the command line also and if you&#8217;re a regular follower of the Mac OS tips website, <a href="http://www.macosxhints.com/">Mac OSX Hints</a>, you might have come across some of them earlier. But, with the hundreds of hidden settings that Secrets unlocks, you&#8217;re bound to find some that you&#8217;ve never come across and will find useful.</p>
<p>To install Secrets, just download the zip file, extract it and double click the <em>Secrets.prefPane</em> file that is a part of the zip archive.</p>
<p><img class="aligncenter size-full wp-image-8065" src="http://images.maketecheasier.com/2009/10/secrets-installation.jpg" alt="secrets prefpane install" width="450" height="285" /></p>
<p>Now, you can just click on the icon in System Preferences and OS X will launch Secrets.</p>
<p>Secrets divides all the settings into various categories that are displayed in a vertical sidebar on the left side of the window. This classification makes it easy to find what you&#8217;re looking for. For example, if you want to change the dock style from the default 3D type to the older 2D style dock, just click on Dock in the left sidebar and select the 2D style from the drop down menu under Dock Appearance.</p>
<p><img class="aligncenter size-full wp-image-8067" src="http://images.maketecheasier.com/2009/10/secrets-dock-appearance.jpg" alt="Secrets change dock appearance" width="450" height="99" /></p>
<p>If you follow the popular OS X blogs, you&#8217;d recall that this particular setting was widely published for users who wanted to go back to the older Dock style when Apple decided to change the default Dock appearance to the 3D style in OS X 10.5. I, on the other hand, actually like the 3D look more so that&#8217;s what I keep.</p>
<p>How about something more useful?</p>
<p>One of the features of OS X that I use most often is <a href="http://www.apple.com/macosx/what-is-macosx/quick-look.html" target="_blank">Quick Look</a>. This feature lets you quickly preview a document right from the Finder without even opening the document. The feature works even if you don&#8217;t have the required application installed, and Apple has been nice enough to bundle plugins for the most common type of documents along with OS X.</p>
<p>I use Quick Look all the time to read Word and Power point documents even though I don&#8217;t even have Microsoft Office installed on my system.</p>
<p>By default, if I use Quick Look on a folder all it tells me is the size of the folder and the number of files in it.</p>
<p><img class="aligncenter size-full wp-image-8070" src="http://images.maketecheasier.com/2009/10/secrets-quick-look.jpg" alt="secrets quick look" width="450" height="273" /></p>
<p>The two Finder settings that I like to enable using Secrets is to let Finder display hidden files and enable the Quick Look X-ray folders which enables Quick Look to display thumbnails of all the items inside the folder.</p>
<p><img class="aligncenter size-full wp-image-8072" src="http://images.maketecheasier.com/2009/10/secrets-config.jpg" alt="Secrets x-ray configuration" width="450" height="365" /></p>
<p>Changing the above settings require you to restart Finder. You can do so by clicking the Quit This button at the bottom of the window.</p>
<p>Now, whenever you use Quick Look to view a folder, you&#8217;ll see thumbnail images of all the documents inside the folder. Isn&#8217;t that cool ?</p>
<p><img class="aligncenter size-full wp-image-8073" src="http://images.maketecheasier.com/2009/10/secrets-xray.jpg" alt="Secrets xray" width="450" height="287" /></p>
<p>Go ahead and use Secrets to customize OS X as you see fit. Let us know which are your favorite Secrets.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01">Unlock Hidden Mac OS X Settings With Secrets</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/8-great-tools-to-enhance-your-dock/2008/09/18' rel='bookmark' title='Permanent Link: 8 Great Tools to Enhance Your Dock'>8 Great Tools to Enhance Your Dock</a></li><li><a href='http://maketecheasier.com/fluid-a-powerful-site-specific-browser-for-mac-os-x/2009/04/27' rel='bookmark' title='Permanent Link: Fluid: A Powerful Site Specific Browser For Mac OS X'>Fluid: A Powerful Site Specific Browser For Mac OS X</a></li><li><a href='http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16' rel='bookmark' title='Permanent Link: 2 Ways to Batch Rename Files in OS X'>2 Ways to Batch Rename Files in OS X</a></li><li><a href='http://maketecheasier.com/customize-your-osx-dock-with-superdocker/2008/05/29' rel='bookmark' title='Permanent Link: Customize Your OSX Dock With SuperDocker'>Customize Your OSX Dock With SuperDocker</a></li><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create a Video Channel From Different Video Sharing Sites</title>
		<link>http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31</link>
		<comments>http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:04:15 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[channels]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8046</guid>
		<description><![CDATA[Sometimes you may wish to create a video channel of your favorite movie star but can’t find enough videos in a particular video sharing site. One of the sites may contain a set of videos while the other may contain a different set of videos. You want to create a single channel containing all those [...]<p><strong><a href="http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31">How to Create a Video Channel From Different Video Sharing Sites</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/create-a-video-blog-on-twitter-easily/2009/08/07' rel='bookmark' title='Permanent Link: How to Create a Video Blog on Twitter Easily'>How to Create a Video Blog on Twitter Easily</a></li><li><a href='http://maketecheasier.com/create-screencasts-easily-with-screentoaster/2009/01/30' rel='bookmark' title='Permanent Link: How To Create Screencasts Easily With ScreenToaster'>How To Create Screencasts Easily With ScreenToaster</a></li><li><a href='http://maketecheasier.com/scribefire-a-full-featured-blog-editor-for-firefox-users/2009/06/14' rel='bookmark' title='Permanent Link: Scribefire: A Full Featured Blog Editor For Firefox Users'>Scribefire: A Full Featured Blog Editor For Firefox Users</a></li><li><a href='http://maketecheasier.com/four-sites-to-promote-your-cause/2009/09/11' rel='bookmark' title='Permanent Link: Four Sites to Promote Your Cause'>Four Sites to Promote Your Cause</a></li><li><a href='http://maketecheasier.com/20-fun-and-interesting-mashup-sites/2009/10/04' rel='bookmark' title='Permanent Link: 20 Fun and Interesting Mashup Sites'>20 Fun and Interesting Mashup Sites</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/10/yubby-logo.jpg" alt="yubby logo" width="272" height="79" />Sometimes you may wish to create a video channel of your favorite movie star but can’t find enough videos in a particular video sharing site. One of the sites may contain a set of videos while the other may contain a different set of videos. You want to create a single channel containing all those videos but you are stuck because the videos are distributed over different sites.</p>
<p>One option may be to <a href="http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17">download all the videos</a> in your computer from different video sharing sites and then uploading them back in your preferred video sharing site so that you can get all the videos and create your customized channel. But this process would take hours of work and you can’t get it working in a day or two at least.</p>
<h3>Yubby: Create Your Own Video channel from 30 Video Sharing Sites</h3>
<p>If you are looking to create a Video channel comprising of videos from different video sharing sites (Youtube, Google video, Metacafe etc) then look no further than <a href="http://www.yubby.com/" target="_blank">Yubby</a>. Using Yubby you can search for videos in more than 30 video sharing sites at once. After you have searched for the videos, the service lets you create a video channel containing all of your chosen videos. The videos can be categorized into channels and you can also embed the video channel in your blog. (<a href="http://www.yubby.com/i/best-of-maradona/channel/player/9910" target="_blank">See example</a>)</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-create-channel.png" alt="yubby-create-video-channel" width="459" height="220" /></p>
<h3>Search for videos</h3>
<p>Go to the homepage of Yubby and search for your desired videos. Based upon your keyword, the site will search the top 30 video sharing sites and list the videos one after another. After that you can just drag and drop the videos and start organizing your custom video channel. The interface is very simple and there aren’t any bells and whistles.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-video-channel.png" alt="create-video-channel-yubby" width="570" height="266" /></p>
<p>You can even restrict your search to specific video sharing sites, if you want. Just click the search options and you are presented with a board containing the names and logos of all the video sharing sites that Yubby supports. Select the sites you want and then you can filter your results.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-filter-video.png" alt="filter-video-sharing-sites-yubby" width="570" height="489" /></p>
<p>The search results can be sorted by relevance, newest and view count. You can also search videos by tags and owner name.</p>
<h3>Previewing your Video Channel</h3>
<p>Once you are finished adding videos and creating the video channel, you can preview it by clicking the “Play Channel” button.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-playlist.jpg" alt="preview-video-playlist" width="570" height="377" /></p>
<p>To know more about your video channel just hit the “Video Overview” button. It will show you the following :</p>
<ul>
<li>How many videos are added in your channel.</li>
<li>The tags assigned to your videos.</li>
<li>The rating of the videos in the respective video sites.</li>
<li>How many people have viewed the video today.</li>
</ul>
<p>What makes Yubby impressive is that you can even search for a particular video in your video channel. So if you have added a large number of videos to your channel you need not worry at all. Just go to the video overview tab and you can search for a particular video.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-search.png" alt="search-video-channel-yubby" width="247" height="298" /></p>
<h3>Sharing and Embedding your Video Channel</h3>
<p>Sharing and embedding videos is also dead easy. Go to the “Embed” tab and you are given the code of your video channel. You can further customize your video playlist widget to match with your style and feel.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/yubby-widget.png" alt="video-playlist-theme-widget" width="543" height="499" /></p>
<p>Copy the Html code and you can put the video channel in your blog or Myspace profile. Here is a sample video channel created using Yubby</p>
<h3>Registering an Account with Yubby</h3>
<p>You do not need to sign up and register for an account to use Yubby. However with a Yubby account you can manage your video channels at a later date. After some weeks, if you wish to add another video to your video channel you can do that from your Yubby dashboard. Other features include : Uploading photos to your Yubby account and having a free blog with Yubby.</p>
<p>To wrap it up, Yubby is a useful web service where you can create specialized video channels and publish these channels in your blog or social media profiles. It also supports Wordpress integration so novice bloggers can get started in minutes.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31">How to Create a Video Channel From Different Video Sharing Sites</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/create-a-video-blog-on-twitter-easily/2009/08/07' rel='bookmark' title='Permanent Link: How to Create a Video Blog on Twitter Easily'>How to Create a Video Blog on Twitter Easily</a></li><li><a href='http://maketecheasier.com/create-screencasts-easily-with-screentoaster/2009/01/30' rel='bookmark' title='Permanent Link: How To Create Screencasts Easily With ScreenToaster'>How To Create Screencasts Easily With ScreenToaster</a></li><li><a href='http://maketecheasier.com/scribefire-a-full-featured-blog-editor-for-firefox-users/2009/06/14' rel='bookmark' title='Permanent Link: Scribefire: A Full Featured Blog Editor For Firefox Users'>Scribefire: A Full Featured Blog Editor For Firefox Users</a></li><li><a href='http://maketecheasier.com/four-sites-to-promote-your-cause/2009/09/11' rel='bookmark' title='Permanent Link: Four Sites to Promote Your Cause'>Four Sites to Promote Your Cause</a></li><li><a href='http://maketecheasier.com/20-fun-and-interesting-mashup-sites/2009/10/04' rel='bookmark' title='Permanent Link: 20 Fun and Interesting Mashup Sites'>20 Fun and Interesting Mashup Sites</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Manage your clipboard items in Mac with Shadow</title>
		<link>http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30</link>
		<comments>http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:00:33 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[clipboard manager]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8027</guid>
		<description><![CDATA[I use Cut, Copy and Paste commands a lot, and computer&#8217;s basic clipboard ability to hold only one item at a time really annoys me. That&#8217;s why one of my must have applications is clipboard manager. It allows me to copy as many items to my heart content without having to worry about losing any [...]<p><strong><a href="http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30">Manage your clipboard items in Mac with Shadow</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/three-free-clipboard-managers-for-mac/2009/02/16' rel='bookmark' title='Permanent Link: Three Free Clipboard Managers for Mac'>Three Free Clipboard Managers for Mac</a></li><li><a href='http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30' rel='bookmark' title='Permanent Link: Managing Windows StartUp Items With Chameleon'>Managing Windows StartUp Items With Chameleon</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12' rel='bookmark' title='Permanent Link: Manage Your Ebook Library with Calibre'>Manage Your Ebook Library with Calibre</a></li><li><a href='http://maketecheasier.com/download-rss-content-automatically-in-mac/2009/07/26' rel='bookmark' title='Permanent Link: How to Download RSS Content Automatically in Mac'>How to Download RSS Content Automatically in Mac</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/10/shadow-icon.jpg" alt="shadow icon" width="180" height="161" />I use Cut, Copy and Paste commands a lot, and computer&#8217;s basic clipboard ability to hold only one item at a time really annoys me. That&#8217;s why one of my must have applications is clipboard manager. It allows me to copy as many items to my heart content without having to worry about losing any entry.</p>
<p>There are several choices of clipboard managers for Mac users. We&#8217;ve discussed <a href="http://maketecheasier.com/three-free-clipboard-managers-for-mac/2009/02/16">clipboard managers for Mac</a> before. <a href="http://jumpcut.sourceforge.net/" target="_blank">Jumpcut</a> was my long favorite manager and it&#8217;s a pretty amazing one if I may add. It&#8217;s small, fast, and it does the job well. True that Jumpcut can only handle text, but my needs are simple.</p>
<p>So it&#8217;s a bit hard for me to switch to other application. But <a href="http://www.theescapers.com/shadow/index.html" target="_blank">Shadow</a> changes everything. It can do everything every other clipboard managers can do, and more.</p>
<p>Let&#8217;s peek at what lurks behind the shadow.</p>
<h3>First step into the shadow</h3>
<p>Just like most of other clipboard managers, Shadow will reside in the menubar. It can be summoned using configurable shortcut key.</p>
<p>To set the key combination, open Shadow preferences menu by clicking the menubar icon and choose &#8220;Preferences&#8221;.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-open-pref.jpg" alt="shadow open preferences" width="214" height="169" /></p>
<p>Go to the &#8220;General&#8221; tab, click inside the HotKey field and hold down your chosen key combination.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-pref-general.jpg" alt="shadow preferences general" width="475" height="442" /></p>
<p>And while you&#8217;re at it, why don&#8217;t you choose the Advanced tab and click on the &#8220;Start on login&#8221; button to make sure that your clipboard is available all the time. Here you can also decide how many items that Shadow should hold inside the clipboard.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-pref.jpg" alt="shadow preferences advanced" width="477" height="443" /></p>
<p>Please note that even though you can set as many clipboard items as you want, the bigger the number, the bigger space you need to hold the items. So, those with limited hard drive space please beware.</p>
<h3>Walk in the shadow</h3>
<p>Using Shadow is as simple as letting it running in the background and quietly collecting clipboard items. You could do the usual Cut-Copy-Paste routine: cut or copy an item and directly paste it. But you can also use past cut or copy items to be pasted.</p>
<p>To do this, you have to bring Shadow window upfront (either by clicking its item in the menubar or by using the hotkey),</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-window1.jpg" alt="shadow window" width="550" height="297" /></p>
<p>Choose one of the past items using the up and down arrow, and use Shift + Enter to paste it.</p>
<p>By default, there&#8217;s one clipboard that comes with Shadow called &#8220;System Clipboard&#8221;. You can&#8217;t modify nor delete it but you can choose to share it with others by clicking Edit (pencil icon).</p>
<p>However, the Shadow&#8217;s true power lies in it&#8217;s ability to create multiple clipboards and share them to other computer within the networks. To add more clipboards, open Shadow window and click on the plus (+) button below the window.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-add-more-clipboard.jpg" alt="shadow add more clipboard" width="550" height="297" /></p>
<p>A new clipboard options window will appear. Fill in the clipboard name and choose whether you want to share the clipboard to others by ticking the checkbox. There&#8217;s also an option to password protect the connection should you need the extra security. The password allows you to choose which clipboard to share to which person.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-new-clipboard.jpg" alt="shadow new clipboard" width="488" height="299" /></p>
<p>The ability to store as many items as you want in the clipboard and to add as many clipboards as you want bring about new problem: information overload. When Shadow has stored too many items, using the clipboard will become difficult and impractical.</p>
<p>Luckily Shadow comes with search ability. All you have to do is put the search string, hit Enter, and all the clipboard items that match your query will appear. Choose the one that you need and press Shift + Enter.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/shadow-search.jpg" alt="shadow search" width="550" height="297" /></p>
<p>Have you tried Shadow? Do you know other free alternatives to clipboard manager for Mac? Share using the comment below.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30">Manage your clipboard items in Mac with Shadow</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/three-free-clipboard-managers-for-mac/2009/02/16' rel='bookmark' title='Permanent Link: Three Free Clipboard Managers for Mac'>Three Free Clipboard Managers for Mac</a></li><li><a href='http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30' rel='bookmark' title='Permanent Link: Managing Windows StartUp Items With Chameleon'>Managing Windows StartUp Items With Chameleon</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12' rel='bookmark' title='Permanent Link: Manage Your Ebook Library with Calibre'>Manage Your Ebook Library with Calibre</a></li><li><a href='http://maketecheasier.com/download-rss-content-automatically-in-mac/2009/07/26' rel='bookmark' title='Permanent Link: How to Download RSS Content Automatically in Mac'>How to Download RSS Content Automatically in Mac</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Share Files Securely with OneSwarm</title>
		<link>http://maketecheasier.com/share-files-securely-with-oneswarm/2009/10/29</link>
		<comments>http://maketecheasier.com/share-files-securely-with-oneswarm/2009/10/29#comments</comments>
		<pubDate>Thu, 29 Oct 2009 12:04:47 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[oneswarm]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7975</guid>
		<description><![CDATA[There have been a few attempts over the years at making a safe and secure way to swap files or interact online. Projects like Tor and Freenet have give us some of what we&#8217;re looking for, but often have drawbacks such as low speed or complex installation.  OneSwarm takes a different approach. Essentially, it&#8217;s [...]<p><strong><a href="http://maketecheasier.com/share-files-securely-with-oneswarm/2009/10/29">How to Share Files Securely with OneSwarm</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/how-to-send-large-files-easily/2007/12/26' rel='bookmark' title='Permanent Link: How To Send Large Files Easily'>How To Send Large Files Easily</a></li><li><a href='http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07' rel='bookmark' title='Permanent Link: Syncplicity &#8211; More Than Just A File Storage Solution'>Syncplicity &#8211; More Than Just A File Storage Solution</a></li><li><a href='http://maketecheasier.com/mindmeister-easily-create-and-share-your-mindmap-online/2009/03/18' rel='bookmark' title='Permanent Link: Mindmeister: Easily Create And Share Your Mindmap Online'>Mindmeister: Easily Create And Share Your Mindmap Online</a></li><li><a href='http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02' rel='bookmark' title='Permanent Link: 2 Useful SSH Tricks to Improve Your System Security'>2 Useful SSH Tricks to Improve Your System Security</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></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7976" src="http://images.maketecheasier.com/2009/10/oneswarm-logo.jpg" alt="oneswarm-logo" width="150" height="153" />There have been a few attempts over the years at making a safe and secure way to swap files or interact online. Projects like Tor and Freenet have give us some of what we&#8217;re looking for, but often have drawbacks such as low speed or complex installation.  <a href="http://oneswarm.cs.washington.edu/download.html" target="_blank">OneSwarm</a> takes a different approach. Essentially, it&#8217;s a multiplatform Bittorrent client with support for the OneSwarm network. With it, you can securely swap files over insecure networks, search for friends and content, and even play media like videos and music <em>from within your browser</em>.</p>
<h3>What does it do?</h3>
<p>There are two aspects to OneSwarm &#8211; the private, secure, friend-based OneSwarm network, and the standard P2P.  The developers took an existing Bittorrent client (Azureus) and heavily modified it to include support for their private network. They added a web client (you can control your file transfers through a web browser, even remotely) and included software for finding and inviting friends into your swarm.</p>
<p>Even if you have no interest in the secure swarm aspect, OneSwarm makes a great torrent client. It&#8217;s built on the Azureus classic UI which is a high quality mature torrent client. All the P2P benefits of Azureus matched with the extra functionality of the web client gives OneSwarm a very powerful feature base.</p>
<h3>How does it work?</h3>
<p>There are two methods of using OneSwarm, a web client and a desktop client. Both are usable immediately after installation, but the developers seem to encourage use of the web client. That&#8217;s where I&#8217;ve found most of OneSwarm&#8217;s unique features. The desktop client is more or less a standard Bittorrent client. So far, I&#8217;ve found the web client to be the way to go when working with OneSwarm friend-based transfers, but the classic desktop client gives more options for standard torrent downloads.</p>
<p>Windows users who&#8217;d like to use the desktop client instead of web can do so by right-clicking the OneSwarm icon in their system tray and choosing <em>Show Classic UI</em>. Linux users &#8211; access to the desktop client could vary widely based on your choice of desktop environment. Because of this, and to highlight the unique features of OneSwarm, this article will focus on the web client.</p>
<h3>Getting Started</h3>
<p>If your system didn&#8217;t take you to the web client automatically, you should be able to access it by opening your browser of choice to <em>http://127.0.0.1:29615/</em>. There you&#8217;ll find the opening screen for the OneSwarm web client.</p>
<p><img class="aligncenter size-full wp-image-8001" src="http://images.maketecheasier.com/2009/10/oneswarm-main.png" alt="oneswarm-main" width="577" height="285" /></p>
<p>For those who aren&#8217;t networking geeks &#8211; 127.0.0.1 is the address a computer uses to identify itself. By putting that into your browser you&#8217;re telling it &#8220;open the web page running on this computer&#8221;. The OneSwarm web client runs a small webserver on your machine so you can access the web client.</p>
<h3>Finding Friends</h3>
<p>The main concept behind OneSwarm is Friend-To-Friend transfers. When you first connect to OneSwarm, you&#8217;ll be asked to add friends. The first, and easiest way to do that is to choose &#8220;Use Default Settings&#8221;. This will connect you to the OneSwarm community server. Within a minute or two, you&#8217;ll see names pop into your <em>Friends</em> list. Users of the community server can all see each other, but cannot, by default, see each other&#8217;s files. Everyone on the community server is a &#8220;limited&#8221; friend by default and cannot trade files.</p>
<p>There are multiple other ways to add friends, all of which can be found by using the Add friends button below your contacts list on the left. For me, the GMail/Google Talk option would normally be a great way to add my friends, but as of the time of this writing, that feature does not appear to be working correctly.  I have settled for using email invites through the <em>Redeem/Create/View Invitations</em> option.</p>
<p><img class="aligncenter size-full wp-image-8005" src="http://images.maketecheasier.com/2009/10/oneswarm-addfriends.jpg" alt="oneswarm-addfriends" width="403" height="205" /></p>
<p>When my friends get the invitation in their email, they can install OneSwarm and click the link included in the invite to become a OneSwarm friend. For example, I sent an invite to Tara, who has named her computer &#8220;Hank&#8221;. She downloaded the OneSwarm client, clicked the link in the invite, and now OneSwarm sees us as friends. She shows up on my Friends list as well as the community server with which she&#8217;s registered.</p>
<h3>Friend Access</h3>
<p>As noted earlier, friends by default are set to &#8220;limited&#8221; status. They cannot see each other&#8217;s files or initiate any transfers. Fortunately, removing that limitation is quick and painless. You simply choose Friends from the navigation panel on the left, and you will have the full list of friends. Click the one you want to share with, and remove the check for &#8220;Limited&#8221;.</p>
<p><img class="aligncenter size-full wp-image-8009" src="http://images.maketecheasier.com/2009/10/oneswarm-limited1.jpg" alt="oneswarm-limited" width="577" height="88" /></p>
<p>From now on, Tara can browse through all the files that I have shared and choose whatever she&#8217;d like to download. Speaking of sharing&#8230;</p>
<h3>Sharing Files</h3>
<p>At the heart of any P2P app is the sharing of files. There&#8217;s not much point otherwise. To allow certain files to be shared over OneSwarm, you just add those files or directories to your <em>Shared</em> list. On any section of the OneSwarm web client you&#8217;ll find the Share button near the top of the screen. This will let you choose what to share. Here, for example, is one user&#8217;s files that they&#8217;ve chosen to open to the OneSwarm network.</p>
<p><img class="aligncenter size-full wp-image-8010" src="http://images.maketecheasier.com/2009/10/oneswarm-download.jpg" alt="oneswarm-download" width="577" height="299" /></p>
<p>I can download whichever of these files I like and choose where to save them. In addition, OneSwarm appears to have read the ID3 tag information for the music files, and added the album art to the thumbnail view. A nice touch.</p>
<p>I&#8217;ve found OneSwarm to be a very elegant, well-designed system. I&#8217;ve often looked for (and written about) ways to securely transfer files over the Internet. Some of them are simpler than OneSwarm, but not nearly as friendly and versatile. I&#8217;ll be sticking with OneSwarm for a while.</p>
<p>What about you?</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/share-files-securely-with-oneswarm/2009/10/29">How to Share Files Securely with OneSwarm</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/how-to-send-large-files-easily/2007/12/26' rel='bookmark' title='Permanent Link: How To Send Large Files Easily'>How To Send Large Files Easily</a></li><li><a href='http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07' rel='bookmark' title='Permanent Link: Syncplicity &#8211; More Than Just A File Storage Solution'>Syncplicity &#8211; More Than Just A File Storage Solution</a></li><li><a href='http://maketecheasier.com/mindmeister-easily-create-and-share-your-mindmap-online/2009/03/18' rel='bookmark' title='Permanent Link: Mindmeister: Easily Create And Share Your Mindmap Online'>Mindmeister: Easily Create And Share Your Mindmap Online</a></li><li><a href='http://maketecheasier.com/2-useful-ssh-tricks-to-improve-your-system-security/2009/07/02' rel='bookmark' title='Permanent Link: 2 Useful SSH Tricks to Improve Your System Security'>2 Useful SSH Tricks to Improve Your System Security</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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/share-files-securely-with-oneswarm/2009/10/29/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Your Homepage Organized With 43marks</title>
		<link>http://maketecheasier.com/43marks/2009/10/28</link>
		<comments>http://maketecheasier.com/43marks/2009/10/28#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:58:36 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7931</guid>
		<description><![CDATA[A few weeks ago I was re-listening to an audiobook by Seth Godin called &#8220;Purple Cow&#8221;. One part talked a little bit about a person who randomly sent the people at Google an email if the word count got too high on the main search page. These emails help them keep the search page exactly [...]<p><strong><a href="http://maketecheasier.com/43marks/2009/10/28">Get Your Homepage Organized With 43marks</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/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28' rel='bookmark' title='Permanent Link: Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email'>Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email</a></li><li><a href='http://maketecheasier.com/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/find-what-you-want-with-google-specific-search/2008/05/04' rel='bookmark' title='Permanent Link: Find What You Want With Google Specific Search'>Find What You Want With Google Specific Search</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7932" src="http://images.maketecheasier.com/2009/10/43marks-intro.png" alt="43marks-intro" width="246" height="63" />A few weeks ago I was re-listening to an audiobook by Seth Godin called &#8220;Purple Cow&#8221;. One part talked a little bit about a person who randomly sent the people at Google an email if the word count got too high on the main search page. These emails help them keep the search page exactly what it is designed to do. Compare the main search pages of Yahoo.com and Google.com; which one are you more likely to get distracted on?</p>
<p>My main personal homepage has been iGoogle for a long time. I use the tabs to keep things sorted. In those tabs are a some RSS feeds, a couple gadgets, webmaster tools and some mindless time wasters. I have to admit, I really don&#8217;t use the different things on the homepage much; they are what I am used to.</p>
<p>When I am sitting at my desk and trying to focus on work, it is all too easy to lend my attention to something much more interesting than what I should be doing. Going to a search site or looking at the auto suggestions when typing in a bookmark tag can easily steal your attention.</p>
<p>I have recently been trying out a different homepage at work. <a href="http://43marks.com/" target="_blank">43marks</a> isn&#8217;t as flashy as some of the homepages out there, but flashy is usually distracting. How 43marks differs from other homepages, is how much it offers in such a simple layout. 43marks combines two things people use on a daily basis: <em>bookmarks</em> and <em>search engines</em>.</p>
<p>Having four options to search at your fingertips without all of the typical distractions and random links associated with some sites is a breath of fresh air. Google, Yahoo, Bing and Wikipedia are probably the most commonly used search engines. All of them aggregate the &#8220;top sites&#8221; in a different way. Type in a search term and get the results from Google; to see what Yahoo,Bing or Wikipedia simply click that tab and the results shift to the other search engine&#8217;s results.</p>
<p>To personalize your 43marks homepage, follow these steps:</p>
<p><strong>1. </strong>Click on the the &#8220;customize yours&#8221; tab in the top right corner of the main page.</p>
<p><img class="alignnone size-full wp-image-7966" src="http://images.maketecheasier.com/2009/10/43marks-cusomize.png" alt="43marks-cusomize" width="252" height="45" /></p>
<p>2. Enter in a user name, email address and a password twice.</p>
<p><img class="alignnone size-full wp-image-7968" src="http://images.maketecheasier.com/2009/10/43marks-signup.png" alt="43marks-signup" width="500" height="399" /></p>
<p><strong>3.</strong> Once you are all set up, you will have a default list of bookmarks and RSS feeds.</p>
<p><img class="alignnone size-full wp-image-7967" src="http://images.maketecheasier.com/2009/10/43marks-defaultbookmarks2.png" alt="43marks-defaultbookmarks2" width="500" height="200" /></p>
<p><strong>4.</strong> To change the bookmarks and RSS feeds, click [Manage]</p>
<p><strong>5. </strong>Three options are presented to you: Manage Bookmarks, Manage RSS Feeds and User Settings.</p>
<p>If you want to wipe the slate clean, 43marks does give an option to delete all bookmarks.</p>
<p><img class="alignnone size-full wp-image-7969" src="http://images.maketecheasier.com/2009/10/43marks-selectiontab.png" alt="43marks-selectiontab" width="500" height="51" /></p>
<p><strong>6.</strong> In the RSS Manage RSS Feeds tab, the same option to start from scratch is available.</p>
<p>* A pretty easy way to add a feed is to click on the RSS icon most sites have. This will pull up a page with the feed address listed. The feed URL should look something like this &#8211; <a href="http://feeds.feedburner.com/MakeTechEasier">http://feeds.feedburner.com/MakeTechEasier</a></p>
<p>The RSS part works well, but if you want to change a feed from ESPN to Make Tech Easier, you need to delete the old one and add in the new name and address.</p>
<p><strong>7.</strong> In the User Settings, you are presented a four options:</p>
<ul>
<li>Choose whether you want your page to be private or public so anyone can see your list of bookmarks and RSS feeds. If you choose public, just give our the URL to your page. Mine is <a href="http://43marks.com/trevor_dobrygoski" target="_blank">43marks.com/trevor_dobrygoski</a></li>
</ul>
<p><img class="alignnone size-full wp-image-7970" src="http://images.maketecheasier.com/2009/10/43marks-URL.png" alt="43marks-URL" width="500" height="104" /></p>
<ul>
<li> How you would like the RSS feeds displayed &#8211; Expanded or collapsed</li>
<li>The maximum number of books marks to display in each category column</li>
<li>How you want the bookmark or RSS link to open when clicked</li>
</ul>
<p><img class="alignnone size-full wp-image-7971" src="http://images.maketecheasier.com/2009/10/43marks-usersettings.png" alt="43marks-usersettings" width="389" height="500" /></p>
<p>With all of the distractions present to anyone who works online, 43marks is a great solution to wrangle the information you NEED to look at and none that you don&#8217;t.</p>
<p>What tools do you use to cut down on distractions when you work online?</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/43marks/2009/10/28">Get Your Homepage Organized With 43marks</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/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28' rel='bookmark' title='Permanent Link: Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email'>Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email</a></li><li><a href='http://maketecheasier.com/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/find-what-you-want-with-google-specific-search/2008/05/04' rel='bookmark' title='Permanent Link: Find What You Want With Google Specific Search'>Find What You Want With Google Specific Search</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/43marks/2009/10/28/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email</title>
		<link>http://maketecheasier.com/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28</link>
		<comments>http://maketecheasier.com/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:56:43 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[web tools]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7988</guid>
		<description><![CDATA[We all consume content using Rss feeds but some of you may still prefer email newsletters. The boring thing about email newsletters is that you cannot really save a particular article in your hard disk for future reference. You have to open a word document, copy all the text, download the images and then place [...]<p><strong><a href="http://maketecheasier.com/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28">Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email</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/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/instantly-view-thousands-of-rss-feeds-with-awasu/2009/01/24' rel='bookmark' title='Permanent Link: Instantly View Thousands Of RSS Feeds With Awasu'>Instantly View Thousands Of RSS Feeds With Awasu</a></li><li><a href='http://maketecheasier.com/convert-pdf-files-to-word-for-free-online/2009/03/21' rel='bookmark' title='Permanent Link: Convert PDF Files To Word For Free Online'>Convert PDF Files To Word For Free Online</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/43marks/2009/10/28' rel='bookmark' title='Permanent Link: Get Your Homepage Organized With 43marks'>Get Your Homepage Organized With 43marks</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/10/tabbloid-logo.png" alt="tabbloid logo" width="232" height="66" />We all consume content using Rss feeds but some of you may still prefer email newsletters. The boring thing about email newsletters is that you cannot really save a particular article in your hard disk for future reference. You have to open a word document, copy all the text, download the images and then place them again in a word document. This process can be really tiring and if you want a much simpler option, <a href="http://www.tabbloid.com" target="_blank">Tabbloid</a> can be useful.</p>
<p>Tabbloid let’s you create a pdf newsletter from a group of Rss feeds of your choice. It’s way simple and you don’t have to be a geek to get started. You choose one or more feeds, give them your email address, set the time you want to receive the newsletter and forget the issue. Tabbloid will pick the latest articles from the feeds and will merge them into a singe pdf document. You will receive the document in your email inbox at your preferred time.</p>
<h3>How to set up your own Tabbloid</h3>
<p><strong>1.</strong> To get started with creating your own Tabbloid, you do not need to register or set up an account. Just open the Tabbloid Homepage and click to get started.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-getstarted.png" alt="start-creating-tabbloid" width="229" height="106" /></p>
<p><strong>2.</strong> In the next page, choose the Rss feed url and enter it. Here we are using the <a href="http://feedproxy.google.com/MakeTechEasier">Maketecheasier Feed</a> as an example.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-addfeed.png" alt="add-feed-tabbloid" width="500" height="270" /></p>
<p>They also provide you with some sample subscriptions like technology,business,politics etc which you can subscribe to but i would prefer subscribing to MakeTechEasier to get an idea how things work inside Tabbloid when you subscribe to an individual site or a group of sites.</p>
<p><strong>3.</strong> As soon as you paste the feed url the site will present a confirmatory message asking you whether you really want to subscribe or not. Just hit the big Yes button to subscribe to the feed and add your preferred feed in Tabbloid list.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-confirmation.png" border="0" alt="subscribe-confirmation" width="341" height="342" /></p>
<p><strong>4.</strong> In the right hand pane you can see the list of feeds you have subscribed to. You can remove a feed from the pane and add another one at any time.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-subscriptionpane.png" alt="feed-subscription-pane" width="400" height="126" /></p>
<p><strong>5.</strong> Now you need to set up the email details and delivery options.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-emaildelivery.png" alt="email-delivery-options-tabbloid" width="455" height="251" />&lt;</p>
<p>As you can see, it’s pretty simple and straightforward. Enter your email address where you would like to get your Tabbloid, set the day and time save the delivery options. You can set a daily or a weekly delivery of your pdf newsletter.As i am a web addict and check my email daily so i would love to get the newsletter daily.</p>
<p>As soon as you save the options a confirmatory email would be sent at your given email address.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-verifyemail.png" alt="verify-email-address-tabbloid" width="570" height="239" /></p>
<p>Now that you have confirmed your email address, it’s time to actually preview the pdf newsletter by clicking the “Generate Sample issue now” button. A Tabbloid of the rss feed will open as pdf inside your browser.</p>
<p>Here is how the Maketecheasier Tabbloid looks</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/tabbloid-rssfeed.png" alt="rss-feed-pdf-tabbloid" width="570" height="678" /></p>
<p>You can view the complete Tabbloid sample <a href="http://dl.getdropbox.com/u/149825/mte-tabbloid.pdf">here</a></p>
<p>The daily email you receive as part of the newsletter will contain all the contents of the recently published articles in the feeds you have subscribed. Along with the email, you will have an attachment which will contain the pdf.</p>
<p>You can subscribe to multiple feeds and get a compact newsletter if you want. All in all, it’s a very handy way to get all the blog updates as pdf documents delivered straight in your inbox, daily.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28">Tabbloid: Convert Rss Feeds into PDF Newsletters and get them as Email</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/top-three-web-rss-readers-to-manage-your-rss-feeds/2009/06/26' rel='bookmark' title='Permanent Link: Top Three Web RSS Readers to Manage Your RSS Feeds'>Top Three Web RSS Readers to Manage Your RSS Feeds</a></li><li><a href='http://maketecheasier.com/instantly-view-thousands-of-rss-feeds-with-awasu/2009/01/24' rel='bookmark' title='Permanent Link: Instantly View Thousands Of RSS Feeds With Awasu'>Instantly View Thousands Of RSS Feeds With Awasu</a></li><li><a href='http://maketecheasier.com/convert-pdf-files-to-word-for-free-online/2009/03/21' rel='bookmark' title='Permanent Link: Convert PDF Files To Word For Free Online'>Convert PDF Files To Word For Free Online</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/43marks/2009/10/28' rel='bookmark' title='Permanent Link: Get Your Homepage Organized With 43marks'>Get Your Homepage Organized With 43marks</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tabbloid-convert-rss-feeds-into-pdf-newsletters/2009/10/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top Three RSS Readers for PC Users</title>
		<link>http://maketecheasier.com/top-3-rss-readers-for-pc-users/2009/10/27</link>
		<comments>http://maketecheasier.com/top-3-rss-readers-for-pc-users/2009/10/27#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:42:23 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[rss reader]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7892</guid>
		<description><![CDATA[In previous weeks, we have discussed the best RSS Readers for the Web and the Mac. This time we will be talking about the desktop-based RSS Readers for the PC.
1. FeedDemon
FeedDemon is an application, made for the PC, created by the people behind NewsGator. It has numerous functionalities that will help enhance your RSS feed management. [...]<p><strong><a href="http://maketecheasier.com/top-3-rss-readers-for-pc-users/2009/10/27">The Top Three RSS Readers for PC Users</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/three-free-rss-readers-for-mac-users/2009/10/16' rel='bookmark' title='Permanent Link: Three Free RSS Readers for Mac Users'>Three Free RSS Readers for Mac Users</a></li><li><a href='http://maketecheasier.com/download-rss-content-automatically-in-mac/2009/07/26' rel='bookmark' title='Permanent Link: How to Download RSS Content Automatically in Mac'>How to Download RSS Content Automatically in Mac</a></li><li><a href='http://maketecheasier.com/6-useful-web-apps-for-job-hunting/2009/10/18' rel='bookmark' title='Permanent Link: 6 Useful Web Apps To Help You Job Hunt'>6 Useful Web Apps To Help You Job Hunt</a></li><li><a href='http://maketecheasier.com/two-alternative-pdf-readers-for-mac/2009/02/05' rel='bookmark' title='Permanent Link: Two Alternative PDF Readers For Mac'>Two Alternative PDF Readers For Mac</a></li><li><a href='http://maketecheasier.com/access-google-contact-from-your-desktop/2008/10/10' rel='bookmark' title='Permanent Link: Access Google Contact from your Desktop'>Access Google Contact from your Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7989" title="rss-cookie" src="http://images.maketecheasier.com/2009/10/rss-cookie.gif" alt="rss-cookie" width="124" height="113" />In previous weeks, we have discussed the best RSS Readers for the <a href="http://maketecheasier.com/three-free-rss-readers-for-mac-users/2009/10/16" target="_blank">Web</a> and the <a href="http://maketecheasier.com/three-free-rss-readers-for-mac-users/2009/10/16" target="_blank">Mac</a>. This time we will be talking about the desktop-based RSS Readers for the PC.</p>
<h3>1. <a href="http://www.newsgator.com/individuals/feeddemon/default.aspx" target="_blank">FeedDemon</a></h3>
<p>FeedDemon is an application, made for the PC, created by the people behind <a href="http://www.newsgator.com/" target="_blank">NewsGator</a>. It has numerous functionalities that will help enhance your RSS feed management.  It has the basic layout: All Subscriptions, Unread Items, Starred Items, Shared Items, and tags.</p>
<p><img class="alignnone size-full wp-image-7964" src="http://images.maketecheasier.com/2009/10/rss-feeddemon.jpg" alt="feeddemon" width="577" height="416" /></p>
<p>During the installation, users are able to sync the FeedDemon with their Google Reader, if they choose to.</p>
<p><img class="alignnone size-full wp-image-7960" src="http://images.maketecheasier.com/2009/10/rss-feeddemon_googlereader.jpg" alt="feeddemon_googlereader" width="570" height="459" /></p>
<p>They are also able to decide if they want to allow FeedDemon to add default feeds, which is useful if you do not have any subscriptions. Another useful option is the ability to import subscriptions from Bloglines, OPML file, RSS Bandit, or a Windows Common Feed List.</p>
<p><img class="alignnone size-full wp-image-7962" src="http://images.maketecheasier.com/2009/10/rss-feeddemon_subscriptions.jpg" alt="feeddemon_subscriptions" width="566" height="454" /></p>
<p>There is also a featured called “Watch,” where you are able to add keywords. Whenever one of your feeds has one of those keywords, the folder is smart enough that it contains it. If you want to remove posts, you are able to do so using the Cleanup Wizard.  It allows you to remove them by date, number of items, and folder.</p>
<p>Other useful features are desktop alerts that are customizable by time and feed; ability to share with other people specific items; and the fluidity with Internet Explorer.  If you want to choose another browser, you can always open links outside of FeedDemon.</p>
<p>It’s definitely a great RSS Reader with tons of functionality, which is especially useful if you have tons of RSS feeds, like I do.</p>
<h3>2. <a href="http://www.feedreader.com/features.php">Feedreader</a></h3>
<p>Feedreader is a simple RSS Reader that does not have the number of features that FeedDemon, but it does what it sets out to do.  The layout is very similar to FeedDemon, which has your subscriptions, unread items, and starred items.</p>
<p><img class="alignnone size-full wp-image-7956" src="http://images.maketecheasier.com/2009/10/rss-feedreader_main.jpg" alt="feedreader_main" width="577" height="415" /></p>
<p>If you want to import your Google Reader (or from another service) items, you can do it by uploading the OPML file and picking the feeds to import in. Feedreader allows you to add default feeds to get you started.</p>
<p>There is this useful feature call  “Rating” that you can turn it on. When it is on, Feedreader will monitor your behavior and suggest items that you might find interesting. If you do not want a keyword to be used to make these suggestions, you are able to blacklist it, so that the application doesn’t take it into account.</p>
<p><img class="alignnone size-full wp-image-7958" src="http://images.maketecheasier.com/2009/10/rss-feedreader_rating.jpg" alt="feedreader_rating" width="577" height="456" /></p>
<p>It also has desktop alerts that summarizes the unread items for each feed.</p>
<p>This is definitely an useful RSS Reader if you are just looking for simplicity.</p>
<h3>3. <a href="http://www.snarfware.com/" target="_blank">Snarfer</a></h3>
<p>Snarfer is a robust RSS Reader that really uses Google apps. the layout is just like the other two RSS Readers.</p>
<p><img class="alignnone size-full wp-image-7947" src="http://images.maketecheasier.com/2009/10/rss-snarfer1.jpg" alt="snarfer" width="577" height="411" /></p>
<p>It is very similar to the other two that it allows Snarfer to import default RSS feeds to start off users that need the assistance. After you select the feeds you want, you are able to place them in preexisting folders or folders you have already created (or imported).</p>
<p><img class="alignnone size-full wp-image-7950" src="http://images.maketecheasier.com/2009/10/rss-snarfer_folder.jpg" alt="snarfer_folder" width="500" height="382" /></p>
<p>If you don&#8217;t want to put your feed into one of the folders listed, the application should give you the option to create a folder. Users are able to add two plugins: Google Reader Synchronization plugin and Google Reader plugin. These allows you to import and sync your feeds you are maintaining in Google Reader, and the ability to share interesting items with others. Snarfer even has a Google translate function, so you are able to translate feeds from one language to the next.</p>
<p>Snarfer also allows you to do three types of searches: ebay, keyword, or web. If you want to monitor items that you bid on Ebay, you are able to do this using Snarfer.</p>
<p><img class="alignnone size-full wp-image-7951" src="http://images.maketecheasier.com/2009/10/rss-snarfer_ebay.jpg" alt="snarfer_ebay" width="577" height="365" /></p>
<p>Like FeedDemon, you are able to watch certain keywords, and whenever it comes in, Snarfer automatically adds them to a &#8220;Watch&#8221; folder. You are also able to search by web sites. It really takes searching to another level. Snarfer is the most visually-pleasing RSS Reader of the bunch. Additionally, it has great plugins that enhance the reader even more. However, needing to add plugin, whereas with others, it is already built-in the app, is an extra step that isn&#8217;t needed. It also doesn&#8217;t have desktop alerts, which can be useful. Overall, it&#8217;s a nice RSS Reader application.</p>
<p>Which RSS reader do you use on your PC?</p>
<p>Image credit: <a href="http://www.flickr.com/photos/dwingdwang01/" target="_blank">dwingdwang01</a><br />
<!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/top-3-rss-readers-for-pc-users/2009/10/27">The Top Three RSS Readers for PC Users</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/three-free-rss-readers-for-mac-users/2009/10/16' rel='bookmark' title='Permanent Link: Three Free RSS Readers for Mac Users'>Three Free RSS Readers for Mac Users</a></li><li><a href='http://maketecheasier.com/download-rss-content-automatically-in-mac/2009/07/26' rel='bookmark' title='Permanent Link: How to Download RSS Content Automatically in Mac'>How to Download RSS Content Automatically in Mac</a></li><li><a href='http://maketecheasier.com/6-useful-web-apps-for-job-hunting/2009/10/18' rel='bookmark' title='Permanent Link: 6 Useful Web Apps To Help You Job Hunt'>6 Useful Web Apps To Help You Job Hunt</a></li><li><a href='http://maketecheasier.com/two-alternative-pdf-readers-for-mac/2009/02/05' rel='bookmark' title='Permanent Link: Two Alternative PDF Readers For Mac'>Two Alternative PDF Readers For Mac</a></li><li><a href='http://maketecheasier.com/access-google-contact-from-your-desktop/2008/10/10' rel='bookmark' title='Permanent Link: Access Google Contact from your Desktop'>Access Google Contact from your Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/top-3-rss-readers-for-pc-users/2009/10/27/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lancelot: An Alternative KDE Menu</title>
		<link>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26</link>
		<comments>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:06:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[lancelot]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[plasma]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7934</guid>
		<description><![CDATA[Many KDE 3 users swear by the K menu and would dare anyone to challenge it with something better. Fortunately for those people, KDE 4 retained that menu version as an option. For the rest of us, there are a couple of more robust menus that offer a variety of features. Lancelot is a third-party [...]<p><strong><a href="http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26">Lancelot: An Alternative KDE Menu</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/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li><li><a href='http://maketecheasier.com/how-to-turn-any-applications-to-a-widget-in-ubuntu/2008/08/04' rel='bookmark' title='Permanent Link: How To Turn Any Applications To A Widget In Ubuntu'>How To Turn Any Applications To A Widget In Ubuntu</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7940" src="http://images.maketecheasier.com/2009/10/lancelot-icon.jpg" alt="lanceloticon" width="128" height="128" />Many KDE 3 users swear by the K menu and would dare anyone to challenge it with something better. Fortunately for those people, KDE 4 retained that menu version as an option. For the rest of us, there are a couple of more robust menus that offer a variety of features. <a href="http://lancelot.fomentgroup.org" target="_blank">Lancelot</a> is a third-party menu that has now entered into the KDE fold. It is the one I use, and many others have found it pretty useful. In this post, I will present to you some of Lancelot&#8217;s features so that you can decide if it is right for you.</p>
<h3>Setup</h3>
<p>Lancelot is now part of KDE and should be available for installation in any KDE-based distribution (or distributions with the option for full KDE installation). To enable it:</p>
<p>1. Right click on the desktop or panel and click &#8220;Unlock Widgets&#8221;.<br />
2. Right click on your current menu and click &#8220;Remove&#8230;&#8221;<br />
3. Right click on the desktop and click &#8220;Add Widgets&#8221;.<br />
4. Drag the Lancelot widget onto the panel.</p>
<p>You will see another widget called &#8220;Lancelot Part&#8221;, but leave that one alone for now. Like most panel widgets, you can configure it by right-clicking on the icon and clicking &#8220;Lancelot Launcher Settings&#8221;. &#8220;Show categories&#8230;&#8221; will display a button for each Lancelot category. &#8220;Show only menu launcher icon&#8221; does just what it says.</p>
<p>One unique feature of Lancelot is the &#8220;No-click activation&#8221;, which allows you to navigate through the menu without clicking the mouse button. It is in the settings under &#8220;Menu&#8221; and the &#8220;General&#8221; tab. To activate an item, move your mouse pointer over the little arrow that appears when you highlight it. In my case, there is apparently something about clicking that feels more manly, so I disabled the &#8220;No-click&#8221;.</p>
<p><img class="alignnone size-full wp-image-7936" src="http://images.maketecheasier.com/2009/10/lancelot-main.jpg" alt="lancelot" width="532" height="551" /></p>
<h3>Categories</h3>
<p>There are four Lancelot categories: <em>Applications</em>, <em>Computer</em>, <em>Contacts</em>, and <em>Documents</em>. In &#8220;Applications&#8221;, you can add your favorite menu items to the favorites column simply by right-clicking on the icon and clicking &#8220;Add to Favorites&#8221;. When you navigate through each column, Lancelot stays there even if you close the menu, which is handy if you intend to open several applications within that section. It also produces a breadcrumb trail at the top so that you can track back to any spot.</p>
<p>&#8220;Computer&#8221; will show you the standard &#8220;Places&#8221; items that you have <a href="http://maketecheasier.com/master-dolphin-in-kde-4/2009/10/05" target="_blank">setup in Dolphin</a>, &#8220;System&#8221; items, which you can edit, and a list of removable and fixed drives. &#8220;Contacts&#8221; displays new email messages (through Kmail and Kontact) and online Kopete contacts.   &#8220;Documents&#8221; shows your most recent documents in various formats. Early versions of Lancelot did not allow the user to clear the &#8220;recent documents&#8221;, but that feature has now been added.</p>
<p><img class="alignnone size-full wp-image-7937" src="http://images.maketecheasier.com/2009/10/lancelot-menu.jpg" alt="lancelot1" width="531" height="552" /></p>
<h3>Lancelot Part</h3>
<p><img class="alignnone size-full wp-image-7938" src="http://images.maketecheasier.com/2009/10/lancelot-part.jpg" alt="lancelot-part" width="185" height="225" /></p>
<p>I had a very good reason for telling you to leave the Lancelot Part alone. If you were to drag it from the &#8220;Add Widgets&#8221; dialog, you would find that it does nothing. Any section within a Lancelot category can become a widget, utilizing Lancelot Part. For example, make sure that your widgets are unlocked, and then try dragging the &#8220;Places&#8221; section from the &#8220;Computer&#8221; category onto an open area of your desktop. You will now have a handy shortcut menu for all of your bookmarked places.</p>
<p>You can do the same with any of the Lancelot categories. You can also add multiple sections to one Lancelot Part. Just drag a second section onto the current one you just made. It is resizeable and has some configuration settings. In addition, any folder can be made into a Lancelot Part simply by dragging it to the desktop.</p>
<h3>Lancelot Search</h3>
<p>Lancelot is integrated with Krunner. That means anything the user can search for in Krunner can also be found in Lancelot. That includes applications, nepomuk tags, indexed documents, contacts, bookmarks, and file folders. It will also perform numerous Krunner functions such as the calculator and unit convertor.</p>
<p><img class="alignnone size-full wp-image-7939" src="http://images.maketecheasier.com/2009/10/lancelot-conversion.jpg" alt="lancelot-conversion" width="528" height="119" /></p>
<p>Lancelot works very well for those users who like a lot of functionality, and it delievers on its promises. If you are the type who prefers simplicity, however, Lancelot is not for you. The myriad of categories and menu columns can be daunting. Furthermore, I have noticed a slight delay in opening the menu on slower machines, so those of you on netbooks and low-powered desktops will probably prefer a more minimal menu. On my desktop, I enjoy Lancelot in its full glory, and it integrates nicely with KDE&#8217;s &#8220;Air&#8221; Plasma theme. I recommend you give it a try.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26">Lancelot: An Alternative KDE Menu</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/get-the-most-out-of-kde4s-folderview-widget/2009/05/08' rel='bookmark' title='Permanent Link: How to Get The Most Out Of KDE4&#8217;s Folderview Widget'>How to Get The Most Out Of KDE4&#8217;s Folderview Widget</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li><li><a href='http://maketecheasier.com/how-to-turn-any-applications-to-a-widget-in-ubuntu/2008/08/04' rel='bookmark' title='Permanent Link: How To Turn Any Applications To A Widget In Ubuntu'>How To Turn Any Applications To A Widget In Ubuntu</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/lancelot-an-alternative-kde-menu/2009/10/26/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Easily Create DVD Videos With WinX DVD Author (Free Download)</title>
		<link>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23</link>
		<comments>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:10:31 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dvd editing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7878</guid>
		<description><![CDATA[[Windows only] As part of the WinX DVD range of product, Winx DVD Author is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.
At MakeTechEasier, we [...]<p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</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/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/editing-videos-with-kdenlive/2009/06/08' rel='bookmark' title='Permanent Link: Editing Videos With Kdenlive'>Editing Videos With Kdenlive</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7921" title="winx-logo" src="http://images.maketecheasier.com/2009/10/winx-logo.jpg" alt="winx-logo" width="300" height="124" />[Windows only] As part of the WinX DVD range of product, <a href="http://www.winxdvd.com/dvd-author/">Winx DVD Author</a> is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.</p>
<p>At MakeTechEasier, we don&#8217;t usually review paid software as we are great believers of free and open source software. However, the WinX DVD team decided to give away a <strong>free 1 year license</strong> (scroll down for the download link), which makes it compelling for us to give this DVD authoring software a second look. And yes, we are not disappointed. Read on for the full review.</p>
<p>One good feature about WinX DVD Author is that it supports a wide variety of video formats such as AVI, ASF, MPEG, MKV, MP4, MOV, RM, RMVB, XIVD, DVIX, H264, OGG, QT (quick time), FLV, etc. Being an authoring tool, you are also able to add subtitle files, create DVD menu, clip video segment and many other useful features.</p>
<p>On the main screen, you can find the various options to manipulate your video files.</p>
<p><img style="border-top-width: 0px;border-left-width: 0px;float: none;border-bottom-width: 0px;margin-left: auto;margin-right: auto;border-right-width: 0px" src="http://images.maketecheasier.com/2009/10/freewinxdvdauthorstartwindow.png" border="0" alt="free-winx-dvd-author-start-window" width="446" height="302" /></p>
<p>You can either:</p>
<ol>
<li>Choose the <em>DVD Author</em> option and run through the wizard to create a DVD from your video file.</li>
<li>Convert the <em>Video to Vob</em> format and store it for later use</li>
<li> Convert existing <em>Vob to DVD</em></li>
<li>and finally, <em>burn the file to DVD</em>.</li>
</ol>
<p>Note that the first option <em>DVD Author</em> is just the combination of point 2, 3 and 4 in few clicks.</p>
<h3>Authoring DVD</h3>
<p>At the DVD Author page, you can see a variety of options to edit your video files.</p>
<p><img class="alignnone size-full wp-image-7916" title="winx-authoring" src="http://images.maketecheasier.com/2009/10/winx-authoring.png" alt="winx-authoring" width="577" height="429" /></p>
<p>Click on the +/- button to add/remove video files.</p>
<p>Change the start/end timeframe of the video.</p>
<p>Click on the subtitle button beside the track to add subtitle files.</p>
<p>Change the output resolution and check if you want to include DVD menu. There is also a one-click button for you to change between DVD-5 and DVD-9 format.</p>
<h3>DVD title &amp; chapter menu editing</h3>
<p><img class="alignnone size-full wp-image-7917" title="winx-create-menu" src="http://images.maketecheasier.com/2009/10/winx-create-menu.jpg" alt="winx-create-menu" width="577" height="393" /></p>
<p>Authoring the DVD Title &amp; chapter menu is quite cool. Select background pictures, music and add texts that you may need to customize your DVD menu.</p>
<h3>Burning DVD</h3>
<p><img class="alignnone size-full wp-image-7918" title="winx-burn-dvd" src="http://images.maketecheasier.com/2009/10/winx-burn-dvd.jpg" alt="winx-burn-dvd" width="548" height="440" /></p>
<p>Burning your edited video file to DVD is as simple as choosing the DVD-writer as the Device name and click on the Start button.</p>
<h3>Suggestions for improvement:</h3>
<h3>Add text/tooltips to button</h3>
<p>Most of the buttons found in the UI are graphical and does not come with any text description. The developers might feel that the graphic icons are self-explanatory, but I have completely no idea about the functionality of each button until I clicked on it.</p>
<h3>Specifying supported video formats</h3>
<p><img class="alignnone size-full wp-image-7919" title="winx-supported-formats" src="http://images.maketecheasier.com/2009/10/winx-supported-formats.jpg" alt="winx-supported-formats" width="461" height="108" /></p>
<p>It will be great if the developers can specify the individual supported file formats rather than just listing a <em>Supported Formatted Files</em> in the selection dropdown.</p>
<h3>Add support for SWF</h3>
<p>Not sure if this is too much to ask for, but it will be great if it can support SWF file.</p>
<h3>Ability to create ISO images</h3>
<p>ISO format? No?</p>
<h3>Download link</h3>
<p>As I mentioned above, this software costs $29.95, but is free to download until 31st Oct 2009. You can grab it at this <a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">link</a>. This is the fully functional and licensed version, not the trial copy, so grab it while it is available.</p>
<p>The WinX DVD Author works in Windows XP, Vista and 7.</p>
<p><em>Thanks to Viola for sharing with us this promotion.</em></p>
<p><a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">Download WinX DVD Author</a></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</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/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/editing-videos-with-kdenlive/2009/06/08' rel='bookmark' title='Permanent Link: Editing Videos With Kdenlive'>Editing Videos With Kdenlive</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The New Facebook Desktop Client By Adobe And Why Should You Use it</title>
		<link>http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22</link>
		<comments>http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22#comments</comments>
		<pubDate>Thu, 22 Oct 2009 12:00:32 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[desktop app]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7832</guid>
		<description><![CDATA[If you are a Facebook fan then you must have used the official Facebook desktop application.The app is good but it’s not detailed and offers only limited features. You can’t see live notifications of new stories, can’t post a comment and if you need to upload a photo you have to open Facebook in the [...]<p><strong><a href="http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22">The New Facebook Desktop Client By Adobe And Why Should You Use it</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/syncplicity-more-than-just-a-file-storage-solution/2009/02/07' rel='bookmark' title='Permanent Link: Syncplicity &#8211; More Than Just A File Storage Solution'>Syncplicity &#8211; More Than Just A File Storage Solution</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</a></li><li><a href='http://maketecheasier.com/seesmic-update-web-preview-and-updated-desktop/2009/07/18' rel='bookmark' title='Permanent Link: Seesmic Update: Web Preview and Updated Desktop'>Seesmic Update: Web Preview and Updated Desktop</a></li><li><a href='http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02' rel='bookmark' title='Permanent Link: How to Receive Yahoo Mails From Desktop Email Client in Mac'>How to Receive Yahoo Mails From Desktop Email Client in Mac</a></li><li><a href='http://maketecheasier.com/create-and-share-your-photo-album-instantly-with-picaboo/2009/05/13' rel='bookmark' title='Permanent Link: Create And Share Your Photo Album Instantly With Picaboo'>Create And Share Your Photo Album Instantly With Picaboo</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/10/facebook-icon.png" alt="facebook-icon" width="80" height="80" />If you are a Facebook fan then you must have used the <a href="http://www.facebook.com/apps/application.php?v=wall&amp;viewas=500808182&amp;id=75647677556">official Facebook desktop application</a>.The app is good but it’s not detailed and offers only limited features. You can’t see live notifications of new stories, can’t post a comment and if you need to upload a photo you have to open Facebook in the browser all the way.</p>
<p>If you are not quite satisfied with the official Facebook desktop application or other desktop clients have a look at <a href="http://www.adobe.com/cfusion/marketplace/index.cfm?userid=&amp;marketplaceid=1&amp;&amp;event=marketplace.offering&amp;offeringid=16157">Facebook –Photo uploader</a>. It is a new desktop client for Facebook, released by Adobe with really useful features.</p>
<p>At first you need to download and install the application. You will also need <a href="http://www.adobe.com/products/air/">Adobe Air</a>, if you already don’t have it.</p>
<p>To get started with the app you have to enter you Facebook account information as a one time authentication process.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-connect.png" alt="connect-facebook-desktop-application" width="450" height="455" /></p>
<p>After that you have to grant permission to the application so that it can access your news feed and wall updates. Just click “Allow access” to grant the required permissions. The application will log you in. After you have logged in you will be presented with your Facebook timeline as shown below.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-photouploader.jpg" alt="facebook-photo-uploader" width="575" height="396" /></p>
<h3>Updating Your status</h3>
<p>Updating your status is easy enough. Just click on the last status message and you can edit it and share the new status with all your friends.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-updatestatus.png" alt="update-facebook-status" width="572" height="157" /></p>
<h3>Comments</h3>
<p>You can instantly comment on any link or story shared by your friends. But the downside is that you can neither see who else has commented in that story nor you can read the comments posted by others.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-comment.png" alt="comment-facebook-stories-desktop" width="570" height="212" /></p>
<h3>Facebook chat</h3>
<p>This is what makes this app my favorite. You can chat with your Facebook friends from the desktop and without having to visit your Facebook profile in the browser. Just navigate to the chat tab and you can see which of your friends are online.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-desktopchat.png" alt="facebook-chat-from-desktop" width="541" height="373" /></p>
<h3>Mini Mode</h3>
<p>If you feel bothered due to the fact that the high resolution mode is taking up much of the screen space, just switch to the mini mode with the touch of a button. Click the small arrow in the top right corner placed next to the minimize window.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-minimode.png" alt="facebook-mini-mode" width="310" height="549" /></p>
<h3>Uploading photos</h3>
<p>Uploading photos in your Facebook albums in also easily achieved. Just navigate to the “Upload” tab and the app asks you the name of the album where you wish to upload a photo. You can also create a new album and upload your photos to the new album straight away.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-album.png" alt="upload-facebook-photos-from-desktop" width="511" height="227" /></p>
<p>After selecting your album click “Add photo” or just drag and drop the image into the application. The photo will be uploaded and added instantly in your album. You can crop a photo, tag it and even rotate it from the application itself.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-photosdesktop.jpg" alt="upload-facebook-photos-desktop" width="560" height="337" /></p>
<p>Apart from uploading photos you can also view the photos of your album with a complete full screen slideshow.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-photoslideshow.jpg" alt="view-facebook-photo-slideshow" width="512" height="416" /></p>
<h3>View a profile</h3>
<p>Just click the name of any Facebook friend in your timeline and the profile opens up in the desktop client. You can see complete information of your friend including the pages he/she reads and the groups they have recently joined.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/facebook-profile.png" alt="browse-facebook-profile-from-desktop" width="560" height="462" /></p>
<p>Apart from the above mentioned features you can also see the list of all your Facebook friends and various other event invitations that you have received recently.You can even browse to any Facebook profile and read his/her status updates, notes, pictures or other posted items. So if you are a Facebook addict and can’t imagine your life without it, then you must try this new desktop tool. This application runs on the Adobe Air platform so it will run in Windows, Linux and Mac.</p>
<h3>Other Facebook desktop clients</h3>
<p>Apart from Facebook photo uploader there are two other Facebook clients worth mentioning.</p>
<p>1. <a href="http://www.tweetdeck.com"><strong>Tweetdeck</strong></a>: The popular desktop client for Twitter, Tweetdeck recently added Facebook and Myspace integration. Not as versatile as the Facebook photo uploader but you can read your status updates and the updates of your friends in much the same way you read your tweets. Again it’s very basic and you do not get “The Facebook feel” as they name it.</p>
<p>2. <a href="http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04"><strong>Seesmic</strong></a>: Another desktop application for Facebook lovers is Seesmic. Check them out if all you want is a very basic and compact Facebook lifestream on your desktop.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22">The New Facebook Desktop Client By Adobe And Why Should You Use it</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/syncplicity-more-than-just-a-file-storage-solution/2009/02/07' rel='bookmark' title='Permanent Link: Syncplicity &#8211; More Than Just A File Storage Solution'>Syncplicity &#8211; More Than Just A File Storage Solution</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</a></li><li><a href='http://maketecheasier.com/seesmic-update-web-preview-and-updated-desktop/2009/07/18' rel='bookmark' title='Permanent Link: Seesmic Update: Web Preview and Updated Desktop'>Seesmic Update: Web Preview and Updated Desktop</a></li><li><a href='http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02' rel='bookmark' title='Permanent Link: How to Receive Yahoo Mails From Desktop Email Client in Mac'>How to Receive Yahoo Mails From Desktop Email Client in Mac</a></li><li><a href='http://maketecheasier.com/create-and-share-your-photo-album-instantly-with-picaboo/2009/05/13' rel='bookmark' title='Permanent Link: Create And Share Your Photo Album Instantly With Picaboo'>Create And Share Your Photo Album Instantly With Picaboo</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Skitch &#8211; Powerful Screen Capture Application for Mac</title>
		<link>http://maketecheasier.com/skitch-powerful-screen-capture-app-for-mac/2009/10/21</link>
		<comments>http://maketecheasier.com/skitch-powerful-screen-capture-app-for-mac/2009/10/21#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:00:22 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[screen capture]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7804</guid>
		<description><![CDATA[I never thought that I would find screen capture utility as one of my indispensable tool. But I do. So it&#8217; only natural that I keep on searching for the best alternative to fill in my need.
Once I&#8217;ve settled with Jing, a nice multi platform screen capture app. Then one of my Mac-user friend recommend [...]<p><strong><a href="http://maketecheasier.com/skitch-powerful-screen-capture-app-for-mac/2009/10/21">Skitch &#8211; Powerful Screen Capture Application for Mac</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/built-in-screen-capture-utilities-in-mac/2009/03/22' rel='bookmark' title='Permanent Link: Accessing The Built In Screen Capture Utilities In Mac'>Accessing The Built In Screen Capture Utilities In Mac</a></li><li><a href='http://maketecheasier.com/fluid-a-powerful-site-specific-browser-for-mac-os-x/2009/04/27' rel='bookmark' title='Permanent Link: Fluid: A Powerful Site Specific Browser For Mac OS X'>Fluid: A Powerful Site Specific Browser For Mac OS X</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-basic-script-with-automator/2009/09/03' rel='bookmark' title='Permanent Link: Mac: How to Create a Basic Script With Automator'>Mac: How to Create a Basic Script With Automator</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" src="http://images.maketecheasier.com/2009/10/skitch-logo.jpg" alt="Skitch - logo" width="150" height="150" />I never thought that I would find screen capture utility as one of my indispensable tool. But I do. So it&#8217; only natural that I keep on searching for the best alternative to fill in my need.</p>
<p>Once I&#8217;ve settled with Jing, a nice multi platform screen capture app. Then one of my Mac-user friend recommend <a href="http://skitch.com/" target="_blank">Skitch</a> &#8211; a Mac only alternative. After trying it out, I was hooked. Skitch has several features that I can&#8217;t find in Jing.</p>
<h3>Screencapture tool plus image editor</h3>
<p>Most of the screen capture utilities that I came across so far is usually limited to one main feature only:<em> making screenshots</em>. Skitch has many more features that complement the screen capturing process.</p>
<p>You could say that this app is also a light image editor because you can use it as one. You could just open any image file and edit it using Skitch. But before we dig deeper into the features, let&#8217;s adjust the basic settings.</p>
<p>My first favorite place to visit every time I open any application for the first time is the Preferences. Same thing goes here.</p>
<p>Open Skitch,</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-open-skitch.png" alt="Skitch - Open Skitch" width="389" height="161" /></p>
<p>Click on the &#8220;Tools&#8221; menu</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-tools.jpg" alt="Skitch - Tools" width="434" height="108" /></p>
<p>and choose Preferences (or hit Command + Comma on the keyboard).</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-preferences.png" alt="Skitch - Preferences" width="337" height="121" /></p>
<p>Even though you can spend some time here and adjust many values according to your liking, I think the most important items here is the <em>Snapping</em> settings. Here you will decide what Shortcut keys to use to do Crosshairs (part of the screen), Fullscreen and Frame (adjustable location of part of the screen) snaps.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-settings-snapping.png" alt="Skitch - Settings - Snapping" width="530" height="311" /></p>
<p>Now for the main show, let&#8217;s see how this app does what it&#8217;s built to do: screen capture. The one snap option that I use the most is the crosshairs. Just hit the pre-defined shortcut key and you&#8217;ll have the crosshairs lines appear, ready to capture the screen.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-take-screensnap.png" alt="Skitch - Take a ScreenSnap" width="370" height="182" /></p>
<p>You could click and drag the lines to define the part of the screen that you want to capture. Or you could just click on a window and Skitch will capture that window for you.</p>
<p>Then the image that you&#8217;ve just capture will be opened in Skitch editor. Here you can do some light editing to enhance the image.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-edit-image.jpg" alt="Skitch - Edit image" width="510" height="444" /></p>
<p>There are basic drawing tools at the left vertical bar such as pencil, rectangle, fill, text, and arrow; there are additional tools at the right vertical bar such as color picker, undo and clear buttons; file name and file info at the bottom bar, webpost button and settings also at the bottom; Settings button, Photos button (to open any image from the hard drive), Save button, and History button (to view recently captured images) are all at the top bar.</p>
<p>To resize image to the size that you desired, drag any corner of the window. To crop the image into the area that you prefer, click and drag the edges of the image.</p>
<p>And finally, to quick save the image, just click and drag the &#8220;Drag Me&#8221; button at the bottom bar to the location that you&#8217;ve want: in finder or in any other application such as Mail or Text Edit.</p>
<p>Now about the name bar at the bottom, you could write the name of the file and decide the image format before dragging it and the image will be saved using that preferences.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-name-image-format.png" alt="Skitch - Name and Image Format" width="525" height="169" /></p>
<p>Using Skitch, you have the option to save the image into web location. Click the little arrow next to the Webpost button and choose &#8220;Open Webpost Settings&#8221;</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-webpost-setting.png" alt="Skitch - Open Webpost settings" width="300" height="155" /></p>
<p>You&#8217;ll have the Skitch.com as the default location (registered at the first installation of the app). To add more location, just click the plus button,</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-webpost-accounts.png" alt="Skitch - Webpost accounts" width="536" height="368" /></p>
<p>And fill in the necessary data according to the types of your account. There are several options here ranging from MobileMe to FTP to Flickr.com.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/skitch-webpost-account1.jpg" alt="Skitch - Add Webpost account" width="415" height="207" /></p>
<h3>Final Notes</h3>
<p>There are still many other things haven&#8217;t been discussed here about Skitch, including the ability to take a snap of itself. The best way to find them out is to explore and use the app yourself.</p>
<p>And as much as I like and prefer Skitch over other screen capturing tools, there&#8217;s one thing that I find a little bit annoying: that the only option to save the captured image is by dragging it to our desired location. It would be better if the developer add configurable buttons to save the image to several pre-defined locations in the hard drive (like the one that Jing has).</p>
<p>Sometimes, dragging images could be troublesome. Especially for those who doesn&#8217;t have wide area for mousing.</p>
<p>Have you tried Skitch? Do you know other alternative of screen capture tools for Mac? Share using the comment below.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/skitch-powerful-screen-capture-app-for-mac/2009/10/21">Skitch &#8211; Powerful Screen Capture Application for Mac</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/built-in-screen-capture-utilities-in-mac/2009/03/22' rel='bookmark' title='Permanent Link: Accessing The Built In Screen Capture Utilities In Mac'>Accessing The Built In Screen Capture Utilities In Mac</a></li><li><a href='http://maketecheasier.com/fluid-a-powerful-site-specific-browser-for-mac-os-x/2009/04/27' rel='bookmark' title='Permanent Link: Fluid: A Powerful Site Specific Browser For Mac OS X'>Fluid: A Powerful Site Specific Browser For Mac OS X</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-basic-script-with-automator/2009/09/03' rel='bookmark' title='Permanent Link: Mac: How to Create a Basic Script With Automator'>Mac: How to Create a Basic Script With Automator</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/skitch-powerful-screen-capture-app-for-mac/2009/10/21/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create a WiFi Hotspot using Mac OS X</title>
		<link>http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20</link>
		<comments>http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:00:58 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7779</guid>
		<description><![CDATA[WiFi is pretty ubiquitous these days, with devices that support WiFi and places that offer Internet over WiFi as a service, mushrooming everywhere.
At least that&#8217;s what I used to think till about last month when I found myself in a hotel with no WiFi and just one Ethernet port that I was expected to share with [...]<p><strong><a href="http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20">How to create a WiFi Hotspot using Mac OS X</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/how-to-watch-hulu-from-anywhere-with-hotspot-shield/2009/03/02' rel='bookmark' title='Permanent Link: How To Watch Hulu From Anywhere With Hotspot Shield'>How To Watch Hulu From Anywhere With Hotspot Shield</a></li><li><a href='http://maketecheasier.com/create-an-encrypted-disk-image-to-store-your-sensitive-data-in-mac/2009/04/07' rel='bookmark' title='Permanent Link: How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac'>How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7836" src="http://images.maketecheasier.com/2009/10/osx-ics-wifi.jpg" alt="free-wifi" width="150" height="88" />WiFi is pretty ubiquitous these days, with devices that support WiFi and places that offer Internet over WiFi as a service, mushrooming everywhere.</p>
<p>At least that&#8217;s what I used to think till about last month when I found myself in a hotel with no WiFi and just one Ethernet port that I was expected to share with two of my friends. Now, we could all do what others at the venue were doing. Sharing the Ethernet port, finish up our work in a given time and hand over the port to the next in line.</p>
<p>Or we could just make one of the computers act as a WiFi hotspot and let the other PCs access the Internet through the first one.</p>
<p>It isn&#8217;t too difficult to guess the option that we chose, and for our little setup we decided to use my Mac as the router, since the setup was the easiest on the Mac.</p>
<p>In this post today, I&#8217;m going to detail the steps that are needed to share the Internet connection on a Mac effectively turning your Mac into a WiFi router.</p>
<h3>Setting up custom network</h3>
<p>First of all, you need to create a network of all the computers that are going to share the connection. In networking terms, this is called an <a href="http://en.wikipedia.org/wiki/Wireless_ad_hoc_network" target="_blank">adhoc network</a>.</p>
<p>The good thing is that you don&#8217;t need to do anything special to create an adhoc network in OS X. OS X will prompt you when it needs to create one, if you&#8217;re using the Airport Card (WiFi) for sharing.</p>
<p>To enable Internet Sharing, open System Preferences (<em>Apple -&gt; System Preferences</em>) and click <strong>Sharing</strong>.</p>
<p><img class="aligncenter size-full wp-image-7834" src="http://images.maketecheasier.com/2009/10/osx-ics-1.jpg" alt="Internet Connection Sharing" width="500" height="315" /></p>
<p>Select <em>Internet Sharing</em> from the list of Services.</p>
<p>From the Drop down menu, select the Interface which is connected to the Internet source and from the list below it, select the interface which you want to share with the other computers. In my case, that was the Ethernet and the Airport (WiFi), respectively.</p>
<p>The third and final step is to create an adhoc network which the other computers can connect to.</p>
<p>Click on <strong>Airport Options</strong>.</p>
<p><img class="aligncenter size-full wp-image-7835" src="http://images.maketecheasier.com/2009/10/osx-ics-2.jpg" alt="Create Adhoc network" width="500" height="322" /></p>
<p>OS X will then prompt you to type in a name for the new network.</p>
<p>Unless you want all the freeloaders in the neighborhood to piggyback on your network, I&#8217;d suggest that you select the <em>Enable Encryption</em> option and provide a password for the network.</p>
<p>That&#8217; all there is to it. Click <em>Ok</em> and OS X will enable Internet Sharing on your Mac, from the Ethernet to the Airport Interface.</p>
<p>The only thing left now is to search for a new networks in all the other computers that you want to connect, and our adhoc network should show up in the list. Select and join this network.</p>
<p>All the client machines should now be able to browse the Internet as if they&#8217;re directly connected to the Internet over WiFi.</p>
<p><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>
</div><p><strong><a href="http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20">How to create a WiFi Hotspot using Mac OS X</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/how-to-watch-hulu-from-anywhere-with-hotspot-shield/2009/03/02' rel='bookmark' title='Permanent Link: How To Watch Hulu From Anywhere With Hotspot Shield'>How To Watch Hulu From Anywhere With Hotspot Shield</a></li><li><a href='http://maketecheasier.com/create-an-encrypted-disk-image-to-store-your-sensitive-data-in-mac/2009/04/07' rel='bookmark' title='Permanent Link: How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac'>How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li><li><a href='http://maketecheasier.com/easily-create-brochure-with-scribus/2009/01/26' rel='bookmark' title='Permanent Link: How To Create Brochure Easily With Scribus'>How To Create Brochure Easily With Scribus</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
