<?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>Danaville &#187; 2009 &#187; August</title>
	<atom:link href="http://danaville.com/2009/08/feed/" rel="self" type="application/rss+xml" />
	<link>http://danaville.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 17:38:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Neatx: A new NX server from Google</title>
		<link>http://danaville.com/uncategorized/neatx-a-new-nx-server-from-google/</link>
		<comments>http://danaville.com/uncategorized/neatx-a-new-nx-server-from-google/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:07:46 +0000</pubDate>
		<dc:creator>danalwebb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://danaville.com/uncategorized/neatx-a-new-nx-server-from-google/</guid>
		<description><![CDATA[On July 7, internet search giant Google not only announced its operating system Google Chrome OS with much fanfare, it also quietly released Neatx, an open source NX server. According to the announcement, Google has been looking at remote desktop technologies for quite a while. While the X Window System has issues with network latency [...]]]></description>
			<content:encoded><![CDATA[<p>On July 7, internet search giant Google not only announced its operating system <a href="http://lwn.net/Articles/340555/">Google Chrome OS</a> with much fanfare, it also quietly released <a href="http://google-opensource.blogspot.com/2009/07/releasing-neatx-open-source-nx-servier.html">Neatx</a>, an open source NX server. According to the announcement, Google has been looking at remote desktop technologies for quite a while. While the X Window System has issues with network latency and bandwidth, the NX protocol compresses X requests and reduces round-trips, resulting in much better performance — to the point that it can be used over network connections with low bandwidth.</p>
<p>&#160;</p>
<p>So with Neatx, users can log in to a remote Linux desktop. Moreover, the session can be suspended and resumed later from another computer, resembling the functionality that <a href="http://www.gnu.org/software/screen/">GNU screen</a> offers for console sessions. But, unlike screen, a Neatx user has access to the GUI of the remote machine, just as if they were sitting in front of it. </p>
<p>&#160;</p>
<p>The NX protocol, using SSH as a transport and for authentication, was developed by the Italian company <a href="http://www.nomachine.com/">NoMachine</a>, which released the source code of the <a href="http://www.nomachine.com/sources.php">core NX technology</a> in 2003 under the GPL. NoMachine offers free (as in beer) client and server software for various operating systems, including Linux. It wasn&#8217;t very long before free-as-in-speech NX clients emerged, then, in 2004, Fabian Franz implemented <a href="http://freenx.berlios.de/">FreeNX</a>, a GPL implementation of an NX server.</p>
<p>&#160;</p>
<p><a href="http://lwn.net/Articles/343280/">more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danaville.com/uncategorized/neatx-a-new-nx-server-from-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Gnome&#8217;s Nautilus File Manager</title>
		<link>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/</link>
		<comments>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:39:45 +0000</pubDate>
		<dc:creator>danalwebb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/</guid>
		<description><![CDATA[Nautilus-actions is an extension for nautilus which allows you to add an arbitrary program to launch from the nautilus popup menu of selected files. 
Each time you right-click on one or several selected files in nautilus, nautilus-actions will look at its configuration to see if a program has been setup for this selection. If so, [...]]]></description>
			<content:encoded><![CDATA[<p>Nautilus-actions is an extension for nautilus which allows you to add an arbitrary program to launch from the nautilus popup menu of selected files. </p>
<p>Each time you right-click on one or several selected files in nautilus, nautilus-actions will look at its configuration to see if a program has been setup for this selection. If so, it will add an item in the menu that allow you to execute the program on the selected files.</p>
<p>The aim of Nautilus-actions is to be very flexible and to adapt to the most common situation.</p>
<p>Nautilus-actions doesn’t provide any config by default except an item to configure your actions. Thus, it offers the capability for other software that manage files to add their configs into the Nautilus-actions GConf entry. This automagically integrates smoothly to Nautilus without any additional code. It is also possible to import a foreign config, downloaded over the Net for example, into Nautilus-actions through NACT, its configuration tool.</p>
<p>&#160;</p>
<h4>INSTALLATION</h4>
<p>If we have a Fedora Core machine the installation is easy as usual:<br />
<blockquote>
<p><code>yum install nautilus-actions</code></p>
</blockquote>
<p>and then:</p>
<blockquote><p><code>yum install nautilus-open-terminal nautilus-image-converter nautilus-sendto</code></p>
</blockquote>
<p>others *.schemas files are available on the <a href="http://www.grumz.net/index.php?q=configlist">official site</a> of the project.</p>
<p>&#160;</p>
<h4>USAGE</h4>
<p>Now we can list some of the most common (and so useful) actions available:
<p><strong></strong></p>
<p><strong>Open in gEdit as root</strong>: let’s you open and modify a file in Gedit. This function comes really handy when we have to deal with config’s file around the filesystem. For a correct working we have to make a little change in the visudo file, like:: “<code>username ALL=NOPASSWD:/usr/bin/gedit</code>” and modify the action so that it will be lauched using sudo.</p>
<p>&#160;</p>
<p><strong>Set picture as wallpaper</strong>: to change the desktop appearance on the fly.</p>
<p><strong></strong></p>
<p><strong>Nautilus open terminal </strong>: opens a terminal session (as the current user) in the working directory (like Konqueror does, i can add).</p>
<p>&#160;</p>
<p><strong>Convert Audio</strong>: Converts audio files from one format to another. This actions needs to have a previously installed version of <a href="https://savannah.nongnu.org/projects/audio-convert">audio-convert</a> to work at its best.</p>
<p><strong></strong></p>
<p><strong>Nautilus image resizer</strong>: lets you resize and image on the fly. It does also give a new name to the file it generates.</p>
<p>&#160;</p>
<p><strong>Compress selected files using gzip</strong>: compress a file and deletes the original one.</p>
<p><strong></strong></p>
<p><strong>Tag media files with Easytag</strong>: enable us to modify the tags of a music file using easytag (that we must have installed on our box, <code>yum install easytag</code>).</p>
<p>&#160;</p>
<p><strong>Mount ISO et Umount ISO</strong>: mount and unmounts ISO files. Pleas notice that we have to put the “miso” file into <code>~/bin</code> directory and give a <code>chmod 755 ~/bin/miso</code> to enable it.</p>
<p><strong></strong></p>
<p><strong>Run ISO image in QEMU</strong>: lauches ISO files as cd using Qemu (which, as before, needs to be already installed on your box, as usual a simple <code>yum install qemu</code> is sufficent).</p>
<p>&#160;</p>
<p><strong>Install rpms</strong>: installs an RPM package.</p>
<p><strong></strong></p>
<p><strong>Install Deb Files</strong>: installs a DEB package, for Debian and Ubuntu users.</p>
<h4>&#160;</h4>
<h4>RESOURCES</h4>
<p>&#160;</p>
<p> website : <a href="http://www.grumz.net/">http://www.grumz.net/</a>  <br />Nautilus Actions : <a href="http://www.grumz.net/index.php?q=node/94">External Resources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Cross-Platform Email Apps</title>
		<link>http://danaville.com/open-source/best-cross-platform-email-apps/</link>
		<comments>http://danaville.com/open-source/best-cross-platform-email-apps/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 17:24:55 +0000</pubDate>
		<dc:creator>danalwebb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://danaville.com/open-source/best-cross-platform-email-apps/</guid>
		<description><![CDATA[&#160;
Linux comes with various GUI based email client to stay in touch with your friends and family, and share information in newsgroups with other users. The following software is similar to Outlook Express or Windows Live Mail and is used by both home and office user.
Webmail interfaces allow users to access their mail with any [...]]]></description>
			<content:encoded><![CDATA[<h3>&#160;</h3>
<p>Linux comes with various GUI based email client to stay in touch with your friends and family, and share information in newsgroups with other users. The following software is similar to Outlook Express or Windows Live Mail and is used by both home and office user.</p>
<p>Webmail interfaces allow users to access their mail with any standard web browser, from any computer, rather than relying on an e-mail client.</p>
<p>&#160;</p>
<p>However, <a href="http://en.wikipedia.org/wiki/E-mail_client">e-mail client</a> remains extremely popular in a large corporate environment, small business, home and power users. An e-mail client (also mail user agent (MUA)) is a frontend computer program used to manage e-mail. Mail can be stored on the client, on the server side, or in both places. Standard formats for mailboxes include Maildir and mbox.</p>
<p>The following are top five amazing piece of cross-platform software from various projects to make your life easy with wide variety of plug-ins / add-ons.</p>
<h4>#1: Mozilla Thunderbird</h4>
<p>It is an e-mail and news cross-platform client software package by Mozilla Foundation. Thunderbird can manage multiple e-mail, newsgroup and RSS accounts and supports multiple identities within accounts. Features like quick search, saved search folders , advanced message filtering, message grouping, and labels help manage and find messages. Just like Firefox, the tons of extensions and themes for this client makes it very secure and flexible to to enhance your productivity.</p>
<p><a href="http://www.cyberciti.biz/tips/download-email-client-for-linux-mac-osx-windows.html/thunderbird"><img title="Mozilla Thunderbird" alt="Fig.01: Mozilla Thunderbird" src="http://files.cyberciti.biz/uploads/tips/2009/08/thunderbird.png" width="580" height="487" /></a></p>
<p>Fig.01: Mozilla Thunderbird</p>
<p>=&gt; <a href="http://www.mozillamessaging.com/en-US/">Download Mozilla Thunderbird</a></p>
<h4>#2: Claws Mail</h4>
<p>Claws Mail is a free, GTK+-based, open source email and news client. It is very light lightweight. Like Firefox , the wide variety of plug-ins for this email client makes it very flexible and secure. Claws Mail runs on Windows, Mac OS X and Unix-like systems such as Linux, BSD, and Solaris.</p>
<p><a href="http://www.cyberciti.biz/tips/download-email-client-for-linux-mac-osx-windows.html/claws-mail-3-5-0"><img title="Claws Mail" alt="Fig.02: Claws Mail in Action" src="http://files.cyberciti.biz/uploads/tips/2009/08/claws-mail-3.5.0.png" width="580" height="420" /></a></p>
<p>Fig.02: Claws Mail in Action</p>
<p>=&gt; <a href="http://www.claws-mail.org/">Download Claws Mail</a></p>
<h4>#3: Spicebird</h4>
<p>Spicebird is a collaboration client that provides integrated access to email, contacts, calendaring and instant messaging in a single application. It provides easy access to various web services while retaining all the advantages of a desktop application. It is developed by an Indian company called Synovel. It is a free, open source and cross-platform software.</p>
<p><a href="http://www.cyberciti.biz/tips/download-email-client-for-linux-mac-osx-windows.html/spicebird"><img title="Spicebird - e-mail, calendaring and instant messaging" alt="Fig.03: Spicebird in Action (image credit Spicebird project)" src="http://files.cyberciti.biz/uploads/tips/2009/08/spicebird.png" width="596" height="440" /></a></p>
<p>Fig.03: Spicebird in Action (image credit Spicebird project)</p>
<p>=&gt; <a href="http://www.spicebird.com/">Download Spicebird</a></p>
<h4>#4: Zimbra Collaboration Suite (Open Source Version)</h4>
<p>Zimbra is a client and server platform for messaging and collaboration. The web client integrates email, contacts, shared calendar, VoIP, and online document authoring in a rich browser-based interface. This is more like MS-Exchange and Outlook combo. In other words it is compatible with proprietary clients such as Microsoft Outlook and Apple Mail, both through proprietary connectors, as well as the open-source Novell Evolution, so that mail, contacts, and calendar items can be synchronised from these to the ZCS server. Zimbra also provides native two-way sync to many mobile devices such as Nokia Eseries, BlackBerry, Windows Mobile, iPhone with 2.0 software.</p>
<p><a href="http://www.cyberciti.biz/tips/download-email-client-for-linux-mac-osx-windows.html/zimbra"><img title="Zimbra open source server collaboration - email, group calendar, contacts, instant messaging" alt="Fig.04: Zimbra (credit offical Zimbra website)" src="http://files.cyberciti.biz/uploads/tips/2009/08/zimbra.jpg" width="598" height="453" /></a></p>
<p>Fig.04: Zimbra (credit offical Zimbra website)</p>
<p>=&gt; <a href="http://www.zimbra.com/community/downloads.html">Download Zimbra Collaboration Suite (Open Source Version)</a></p>
<h4>#5: Sylpheed</h4>
<p>Sylpheed is a free, GTK+-based, open source email and news client. It is very light lightweight. Sylpheed runs on Windows, Mac OS X and Unix-like systems such as Linux, and BSD.</p>
<p><a href="http://www.cyberciti.biz/tips/download-email-client-for-linux-mac-osx-windows.html/sylpheed"><img title="Sylpheed open source e-mail and news client for Linux / UNIX" alt="Fig.05: Sylpheed in Action" src="http://files.cyberciti.biz/uploads/tips/2009/08/sylpheed.png" width="585" height="474" /></a></p>
<p>Fig.05: Sylpheed in Action</p>
<p>=&gt; <a href="http://sylpheed.sraoss.jp/en/">Download sylpheed</a></p>
<h5>&#160;</h5>
<h5>Other Email Clients For UNIX Like Operating Systems</h5>
<ol>
<li><a href="http://www.seamonkey-project.org/">SeaMonkey</a> &#8211; Mozilla SeaMonkey is an all-in-one Internet application suite that includes an Internet browser, email and newsgroup client, HTML editor, IRC chat, and web development tools. It includes a pop-up blocker, junk mail controls, and a tabbed interface. </li>
<li><a href="http://www.washington.edu/alpine/">Pine (Alpine)</a> &#8211; Alpine is a rewrite of the Pine Message System that adds support for Unicode and other features. Alpine is meant to be suitable for both inexperienced email users and the most demanding of power users. </li>
<li><a href="http://projects.gnome.org/evolution/">Evolution or Novell Evolution</a> &#8211; Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop. </li>
</ol>
<h4>Recommendations:</h4>
<ol>
<li><strong>Claws Mail</strong> &#8211; Highly recommended for netbook user due to lightweight usage. </li>
<li><strong>Mozilla Thunderbird</strong> &#8211; The wide variety of add-on for this email client makes it very flexible, secure and easy to use. Highly recommended for desktop and power users. </li>
<li><strong>Zimbra Collaboration Suite</strong> ~ Open Source Edition or Businesses Editon &#8211; Highly recommended for business and corporate users due to its support for a broad range of email clients and mobile devices via &quot;over the air&quot; sync. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://danaville.com/open-source/best-cross-platform-email-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweet this!</title>
		<link>http://danaville.com/software/tweet-this/</link>
		<comments>http://danaville.com/software/tweet-this/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:21:07 +0000</pubDate>
		<dc:creator>danalwebb</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://danaville.com/uncategorized/tweet-this/</guid>
		<description><![CDATA[&#160;
(From Mashable)
&#160;
Twitter has become an integral part of our social media lives, marketing strategies, and business objectives. We have multiple accounts, hundreds of followers to watch, Twitter trends to track, hashtags to follow, and a frequent need for continuously updating search results.
As such, getting by on the limited feature set available via Twitter.com is difficult [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>(From <a href="http://mashable.com" target="_blank">Mashable</a>)</em></p>
<p>&#160;</p>
<p><a href="http://www.blippr.com/apps/336651-Twitter">Twitter</a> has become an integral part of our social media lives, marketing strategies, and business objectives. We have multiple accounts, hundreds of followers to watch, Twitter trends to track, hashtags to follow, and a frequent need for continuously updating search results.</p>
<p>As such, getting by on the limited feature set available via Twitter.com is difficult at best. Enter the desktop application, a third-party piece of software that you can install on your computer to interface with Twitter and get more out of your microblogging activities.</p>
<p>Now that <a href="http://mashable.com/tag/twitter">Twitter</a> is <a href="http://mashable.com/2009/03/21/happy-birthday-twitter/">older than a toddler</a>, you have a variety to choose from. From apps for groups, Mac and PC specific clients, and apps that let you do a whole lot more than tweet, you can use this guide to help you find the desktop client that’s right for you.</p>
<p><em>*Note: all ratings are based on 5 stars</em></p>
<hr />
<h4>Power Users Only</h4>
<hr />
<p><img title="destroy twitter" alt="destroy twitter" src="http://ec.mashable.com/wp-content/uploads/2009/06/destroy-twitter.jpg" width="598" height="362" /></p>
<p><strong>Destroy Twitter:</strong> Certainly not your most sophisticated Twitter client, but definitely above average and packing a few hidden nuggets. <a href="https://destroytwitter.com/">Destroy Twitter</a> is a single account, single column app (but does allow for multiple columns in the expanded view), that’s clearly not for power users who have <a href="http://mashable.com/2009/05/18/twitter-apps-manage-multiple-accounts/">multiple presences</a> to manage. It does, however, have a simple yet powerful groups feature that supports groups of users or groups of multiple keywords. The only problem is that accessing those groups can be a challenge.</p>
<p><em><a href="http://www.blippr.com/apps/337174-Mashable">Mashable</a> rating: 3.5 stars      <br />Hit feature: user-created <a href="https://destroytwitter.com/themes">themes</a> that you can download to skin the app      <br />Common concern: better features are hidden</em></p>
<p><img title="tweetdeck" alt="tweetdeck" src="http://ec.mashable.com/wp-content/uploads/2009/06/tweetdeck-26.2.jpg" width="598" height="354" /></p>
<p><strong><a href="http://www.blippr.com/apps/336804-TweetDeck">TweetDeck</a>:</strong> Our current <a href="http://mashable.com/2009/06/16/tweetdeck-vs-seesmic-desktop-2/">head-to-head winner</a> in the desktop space, <a href="http://tweetdeck.com/beta/">TweetDeck’s</a> most recent updates improve upon the column experience to include a report spam button, recommended people to follow, better video playback, auto-suggest for usernames, yFrog integration, and unlimited columns. Oh and it also happens to have a complementary <a href="http://mashable.com/2009/06/16/tweetdeck-iphone/">iPhone app</a> that syncs with your desktop columns. Nice.</p>
<p><em>Mashable rating: 4.5 stars     <br />Hit feature: sync with the iPhone app      <br />Common concern: groups need a little fine tuning </em></p>
<p><em>*Disclosure: TweetDeck partnered with Mashable to create <a href="http://mashable.com/2009/06/25/mashdeck/">MashDeck</a>, a branded version of the software.</em></p>
<p><img title="seesmic desktop" alt="seesmic desktop" src="http://ec.mashable.com/wp-content/uploads/2009/06/seesmic-desktop.jpg" width="599" height="326" /></p>
<p><strong><a href="http://www.blippr.com/apps/337861-Seesmic-Desktop">Seesmic Desktop</a>:</strong> <a href="http://desktop.seesmic.com/">This</a> really is the everything Twitter app. It features support for unlimited Twitter accounts and columns, a smattering of URL and photo options, hands down the best <a href="http://www.blippr.com/apps/336650-Facebook">Facebook</a> integration we’ve seen, and unlimited saved searches. We’re really in love with Seesmic Desktop, and it seems to be evolving at record pace.</p>
<p><em>Mashable rating: 4.5 stars     <br />Hit feature: fantastic Facebook integration for comments and likes      <br />Common concern: system resource hog</em></p>
<p><img title="peoplebrowsr" alt="peoplebrowsr" src="http://ec.mashable.com/wp-content/uploads/2009/06/peoplebrowsr.jpg" width="600" height="327" /></p>
<p><strong>PeopleBrowsr:</strong> The desktop version is just as complicated and feature-rich as the web app (you’ll need to log in to the website to find the download link in lower right-hand corner). With <a href="http://www.peoplebrowsr.com/">PeopleBrowsr</a> you get a full-featured Twitter app that is bloated with features like export, sort by Twitter name or number of followers, map or gallery views, stats on stacks (which are like columns), an aggregate view of tweets across stacks, simultaneous posting to other services, quick access to a number of different filters, and so much more. And we haven’t even begun to discuss the integrations with every popular social site on the planet. Even though the light mode is a little easier, this app is better left to extreme power users. Plus all those features seem to really slow it down.</p>
<p><em>Mashable rating: 3.5 stars     <br />Hit feature: export      <br />Common concern: information overload      <br /></em></p>
<hr />
<h4>Mac Apps</h4>
<hr />
<p><img title="mac lounge" alt="mac lounge" src="http://ec.mashable.com/wp-content/uploads/2009/06/mac-lounge.jpg" width="393" height="388" /></p>
<p><strong>Mac Lounge:</strong> <a href="http://loungeapp.com/mac/">This app</a> is incredibly appealing for its dead simple, single column interface and respectable feature set. We, of course, love the multiple account support, but also appreciate saved searches, quick access to view followers and following, and tweet options to link to tweet, copy tweet, or copy tweet URL. There’s also an accompanying iPhone app [<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307367075&amp;mt=8">iTunes link</a>], which syncs with the desktop version and greatly improves the app’s relevance.</p>
<p><em>Mashable rating: 3 stars     <br />Hit feature: drag and drop categories to reorder (on left-hand panel)      <br />Common concern: lack of support for groups or image posting</em></p>
<p><img title="nambu" alt="nambu" src="http://ec.mashable.com/wp-content/uploads/2009/06/nambu.jpg" width="598" height="385" /></p>
<p><strong>Nambu:</strong> This really sophisticated <a href="http://nambu.com/">Mac app</a> should be more than enough for any and all of your Twitter needs. You’ve got access to your followers and friends, custom groups, search (integrated with <a href="http://www.blippr.com/apps/336656-FriendFeed">FriendFeed</a> and <a href="http://mashable.com/2009/05/12/oneriot-realtime-search/">One Riot</a>), trends, tr.im and pic.im integration, multiple accounts, Ping.fm integration, filters, and three view options for a one or many column view of tweets.</p>
<p><em>Mashable rating: 4.5 stars     <br />Hit feature: Twitter search with FriendFeed, OneRiot, and Yahoo results      <br />Common concern: needs more variety for photo and URL shortening</em></p>
<p><img title="tweetie for mac" alt="tweetie for mac" src="http://ec.mashable.com/wp-content/uploads/2009/06/tweetie-for-mac.jpg" width="351" height="541" /></p>
<p><strong>Tweetie for Mac:</strong> Beautiful, sleek, and simple, <a href="http://www.blippr.com/apps/338003-Tweetie-for-Mac">Tweetie for Mac</a> is <a href="http://mashable.com/2009/04/20/tweetie-for-mac/">everything you’d expect</a> from the developers of the top mobile application for Twitter. You can get a beautiful view of conversations, toggle through and manage multiple accounts, save searches, and even post videos to <a href="http://mashable.com/2009/05/27/yfrog-video/">yFrog</a>. It’s the cleanest single column app with multiple account management that we’ve ever seen.</p>
<p><em>Mashable rating: 4 stars     <br />Hit feature: killer conversation threads      <br />Common concern: groups are strangely absent</em></p>
<p><img title="twitterpod" alt="twitterpod" src="http://ec.mashable.com/wp-content/uploads/2009/06/twitterpod.jpg" width="366" height="558" /></p>
<p><strong>TwitterPod:</strong> This app isn’t known for its sophistication or advanced Twitter functionality. <a href="http://www.apple.com/downloads/macosx/internet_utilities/twitterpod.html">TwitterPod</a> is a basic single column Twitter app with an inline browser and the ability to filter for just tweets with links. Its heyday has long since passed, but original fan boys and girls may still be using this for their twittering.</p>
<p><em>Mashable rating: 2 stars     <br />Hit feature: inline browser      <br />Common concern: not reliable</em></p>
<p><img title="eventbox" alt="eventbox" src="http://ec.mashable.com/wp-content/uploads/2009/06/eventbox.jpg" width="598" height="491" /></p>
<p><strong>EventBox:</strong> This just-for-Mac app is a favorite of many because it supports Twitter, Facebook, and <a href="http://www.blippr.com/apps/336659-Flickr">Flickr</a> integration, and also supports feed reading with <a href="http://www.blippr.com/apps/337305-Google-Reader">Google Reader</a>, and internet trend watching with Reddit and <a href="http://www.blippr.com/apps/336668-Digg">Digg</a>. Keyboard shortcuts, hotkeys, <a href="http://www.blippr.com/apps/337782-instapaper">instapaper</a> integration, and photo uploads to Flickr and Facebook make <a href="http://thecosmicmachine.com/">EventBox</a> pretty nifty. It’s also got a very slick interface with a navigation menu on the left-hand side.</p>
<p><em>Mashable rating: 4 stars     <br />Hit feature: feed reading alongside tweet watching      <br />Common concern: single Twitter account support only</em></p>
<hr />
<h4>Windows Apps</h4>
<hr />
<p><img title="digsby" alt="digsby" src="http://ec.mashable.com/wp-content/uploads/2009/06/digsby-1.jpg" width="327" height="278" /></p>
<p><strong>Digsby:</strong> The beloved IM, email notification, and social networking application also does Twitter, but it’s only available for PCs at the moment. On the social networking side, <a href="http://www.blippr.com/apps/336739-Digsby">Digsby</a> pulls in Facebook, <a href="http://www.blippr.com/apps/336652-MySpace">MySpace</a>, Twitter, and <a href="http://www.blippr.com/apps/337623-LinkedIn">LinkedIn</a> so you can get a more complete view of what’s happening across your entire social presence.</p>
<p><em>Mashable rating: 2.5 stars     <br />Hit feature: IM and email integration      <br />Common concern: not robust enough for power users</em></p>
<p><img title="digiTweet" alt="digiTweet" src="http://ec.mashable.com/wp-content/uploads/2009/06/digiTweet.jpg" width="598" height="405" /></p>
<p><strong>DigiTweet:</strong> This open source desktop Twitter client for Windows is built on Windows Presentation Foundation (WPF) and allows for a lot of customization in the layout and view of your Twitter stream with an interactive dockable pane. <a href="http://www.digitweet.com/">DigiTweet</a> has also evolved to include multiple search tabs, color coding users you follow by categories (kind of love this), alerts for specific users, follow/unfollow, and link preview.</p>
<p><em>Mashable rating: 3.5 stars     <br />Hit feature: toast alerts for specific tweeters      <br />Common concern: tricky user interface</em></p>
<hr />
<h4>A Few More Options</h4>
<hr />
<p><img title="twhirl" alt="twhirl" src="http://ec.mashable.com/wp-content/uploads/2009/06/twhirl.jpg" width="384" height="671" /></p>
<p><strong>Twhirl:</strong> This oldie but goodie, though no longer actively being updated (Seesmic Desktop took its place), is still working just fine and many a Twitter early adopter are happy to have a single column Twitter experience, with additional windows available for additional Twitter accounts, plus FriendFeed, <a href="http://www.blippr.com/apps/336894-Seesmic">Seesmic</a>, and Identica integration for viewing and posting content to those sites. Since you can still save Twitter searches, <a href="http://www.twhirl.org/">Twhirl</a><a href="http://www.blippr.com/apps/336799-Twhirl">Twhirl</a> is actually a really great desktop client if you’re not beholden to groups.</p>
<p><em>Mashable rating: 3.5 stars     <br />Hit feature: FriendFeed support for viewing threads and adding comments      <br />Common concern: window overload</em></p>
<p><img title="skimmer" alt="skimmer" src="http://ec.mashable.com/wp-content/uploads/2009/06/skimmer.jpg" width="600" height="362" /></p>
<p><strong>Skimmer:</strong> It’s hard not to love this app. Not only is it beautiful to look at it, but it also <a href="http://mashable.com/2009/03/24/skimmer/">tracks your favorite social sites</a>. <a href="http://www.fallon.com/skimmer">Skimmer’s</a> certainly not an application for the social media beginner, but power users of Facebook, Flickr, <a href="http://www.blippr.com/apps/336658-YouTube">YouTube</a>, <a href="http://www.blippr.com/apps/337581-blogger">blogger</a>, and Twitter, will appreciate the aggregation of content, filtering options, view types, and enhanced content viewing experience.</p>
<p><em>Mashable rating: 4.5 stars     <br />Hit feature: gorgeous Flickr and YouTube video viewing      <br />Common concern: sacrificing a few advanced twitter app features for beauty</em></p>
<p><img title="sideline" alt="sideline" src="http://ec.mashable.com/wp-content/uploads/2009/06/sideline.jpg" width="597" height="463" /></p>
<p><strong>Sideline:</strong> <a href="http://sideline.yahoo.com/">Sideline</a> is just a <a href="http://mashable.com/2009/03/31/yahoo-sideline/">search and trending topic app</a> from Yahoo, but it does a darn good job at satisfying those specific needs. You can view current Twitter trends, select to see the three latest tweets or pop out as its own saved search, and create custom search groups as tabs.</p>
<p><em>Mashable rating: 4 stars     <br />Hit feature: search groups that support multiple keywords      <br />Common concern: can’t tweet from the app</em></p>
<hr />
<h4>Less to Tweet Home About</h4>
<hr />
<p><img title="tweetr" alt="tweetr" src="http://ec.mashable.com/wp-content/uploads/2009/06/tweetr.jpg" width="311" height="504" /></p>
<p><strong>Tweetr:</strong> A lesser known simple app, <a href="http://tweet-r.com/">Tweetr</a> is beautiful <a href="http://www.blippr.com/apps/428084-adobe-AIR">adobe AIR</a> based app that doesn’t support multiple accounts, and isn’t right for power users, but might be just perfect for lightweight Twitterers. You’re not going to get columns, groups, search, or filters, but you can share files and take photos with your web cam.</p>
<p><em>Mashable rating: 3 stars     <br />Hit feature: file sharing and webcam photos      <br />Common concern: URL shortening limited to hurl.ws</em></p>
<p><img title="twibble" alt="twibble" src="http://ec.mashable.com/wp-content/uploads/2009/06/twibble.jpg" width="417" height="505" /></p>
<p><strong>Twibble Desktop:</strong> <a href="http://www.twibble.de/twibble-desktop/">Twibble</a> is a bit of a riddle. It’s not a bad app when it comes to feature set, but it’s also not the most intuitive. You can manage multiple accounts, but all tweets are merged together in one stream. You can reply, DM, fav, RT, and copy tweets, but you’ll have to hover over the tweet to even know those behaviors are possible. You can also use keyboard shortcuts, filter your tweets for keywords, or conduct searches that open up in new windows, but Twibble just doesn’t seem to flow as easily as we’d like it to.</p>
<p><em>Mashable rating: 2 stars     <br />Hit feature: drag and drop photo upload      <br />Common concern: very tricky user interface</em></p>
<p><img title="Twitterrific" alt="Twitterrific" src="http://ec.mashable.com/wp-content/uploads/2009/06/Twitterrific.jpg" width="378" height="419" /></p>
<p><strong>Twitterrific:</strong> Once the preferred app of the Mac Twitterati, <a href="http://www.blippr.com/apps/337231-Twitterrific">Twitterrific</a> has seen brighter days on your desktop (meanwhile the <a href="http://mashable.com/2009/05/07/twitterrific-20-2/">iPhone app</a> is certainly an impressive option). As it stands, Twitterrific is hardly an improvement on the Twitter.com web experience.</p>
<p><em>Mashable rating: 2 stars     <br />Hit feature: super lightweight      <br />Common concern: hard to filter tweets for mentions and direct messages</em></p>
<p><img title="spaz" alt="spaz" src="http://ec.mashable.com/wp-content/uploads/2009/06/spaz.jpg" width="360" height="581" /></p>
<p><strong>Spaz:</strong> With a name like <a href="http://funkatron.com/spaz/">Spaz</a>, you’d expect this AIR based client to be perfect for the Twitter spaz. Unfortunately, that’s not quite the case. So even though it’s not a terrible app for lightweight Twitterers, power users won’t get by on the limited feature set.</p>
<p><em>Mashable rating: 2.5 stars     <br />Hit feature: in-line short URL decoding      <br />Common concern: no photo uploading options</em></p>
<p><img title="snitter" alt="snitter" src="http://ec.mashable.com/wp-content/uploads/2009/06/jbruin.jpg" width="387" height="571" /></p>
<p><strong>Snitter:</strong> Another one of those apps that was all the rage back in the day, but is now in dire need of an update. <a href="http://getsnitter.com/">This one</a> is definitely a pass for the time being.</p>
<p><em>Mashable rating: 1.5 stars     <br />Hit feature: filter by time period      <br />Common concern: too many to count</em></p>
]]></content:encoded>
			<wfw:commentRss>http://danaville.com/software/tweet-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
