<?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"
	>

<channel>
	<title>eSolves</title>
	<atom:link href="http://www.esolves.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esolves.com</link>
	<description>Specializing in Open Source Solutions</description>
	<pubDate>Wed, 27 Aug 2008 17:49:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Getting Things Done - The Quicksilver Way</title>
		<link>http://www.esolves.com/2008/08/getting-things-done-the-quicksilver-way/</link>
		<comments>http://www.esolves.com/2008/08/getting-things-done-the-quicksilver-way/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 05:03:48 +0000</pubDate>
		<dc:creator>esolves</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.esolves.com/2008/08/getting-things-done-the-quicksilver-way/</guid>
		<description><![CDATA[Typically you have those applications you like and those applications you love to use but every now and then an application comes around that completely changes the way you work and those become the applications you can&#8217;t live without. For me, that application is Quicksilver from Blacktree on my OSX machine. Not sure exactly how [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vanjohnson.com/wp-content/uploads/2008/08/firefoxscreensnapz003.jpg" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.vanjohnson.com/wp-content/uploads/2008/08/firefoxscreensnapz003.jpg');"><img src="http://www.vanjohnson.com/wp-content/uploads/2008/08/firefoxscreensnapz003-145x150.jpg" alt="" title="Quicksilver" class="alignnone size-thumbnail wp-image-180" width="145" height="150" /></a>Typically you have those applications you like and those applications you love to use but every now and then an application comes around that completely changes the way you work and those become the applications you can&#8217;t live without. For me, that application is <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.blacktree.com/');">Quicksilver</a> from <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.blacktree.com/');">Blacktree</a> on my OSX machine. Not sure exactly how to discribe what exactly <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.blacktree.com/');">Quicksilver</a> is, to say its just an &#8220;application launcher&#8221; would be seriously underminding everything <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.blacktree.com/');">Quicksilver</a> brings to the table.  </p>
<p>It took me sometime to get my mind around what Quicksilver was and what it could do. I am probably a yellow belt when it comes to using Quicksilver, I am well beyond using the basic features but still haven&#8217;t really scratched the surface of what it can do to really master it. I use a similar application for Linux called <a href="http://do.davebsd.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://do.davebsd.com/');">Gnome Do</a> and one for my Windows boxes called <a href="http://www.launchy.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.launchy.net/');">Launchy</a> but neither of them have the integration and do for me what <a href="http://www.blacktree.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.blacktree.com/');">Quicksilver</a> does. Even the Apple OS X built in Spotlight falls far short in my opinion. </p>
<p>Quicksilver can be a tough application to understand and I personally hadn&#8217;t come across a lot of good instructions on how to use it. Been doing the whole trial by fire approach. But fortunately one of my buddies over at <a href="http://www.splunk.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.splunk.com');">Splunk</a> has put together one of the best Quicksilver tutorials I&#8217;ve seen to date. Check out <a href="http://blogs.splunk.com/thewilde/2008/06/26/mac-productivity-with-quicksilver/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blogs.splunk.com/thewilde/2008/06/26/mac-productivity-with-quicksilver/');">Michael Wilde&#8217;s Blog entry on &#8220;Mac Productivity with Quicksilver&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esolves.com/2008/08/getting-things-done-the-quicksilver-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP and Regular Expression</title>
		<link>http://www.esolves.com/2008/06/php-and-regular-expression/</link>
		<comments>http://www.esolves.com/2008/06/php-and-regular-expression/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 03:03:03 +0000</pubDate>
		<dc:creator>esolves</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[cheatsheet]]></category>

		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.esolves.com/2008/06/php-and-regular-expression/</guid>
		<description><![CDATA[Regular expressions is very powerful if you know how to use it and crippling if you don&#8217;t. WebCheatSheet.com has posted a great introduction to PHP and Regular Expressions and I would strongly recommend any PHP developer (or any other developer for that fact) to take a look at it. 
Using Regular Expression with PHP
]]></description>
			<content:encoded><![CDATA[<p>Regular expressions is very powerful if you know how to use it and crippling if you don&#8217;t. <a href="http://www.webcheatsheet.com/php/regular_expressions.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.webcheatsheet.com/php/regular_expressions.php');">WebCheatSheet.com</a> has posted a great introduction to <a href="http://www.webcheatsheet.com/php/regular_expressions.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.webcheatsheet.com/php/regular_expressions.php');">PHP and Regular Expressions</a> and I would strongly recommend any PHP developer (or any other developer for that fact) to take a look at it. </p>
<p><a href="http://www.webcheatsheet.com/php/regular_expressions.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.webcheatsheet.com/php/regular_expressions.php');">Using Regular Expression with PHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esolves.com/2008/06/php-and-regular-expression/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GTD with RTM</title>
		<link>http://www.esolves.com/2008/06/gtd-with-rtm/</link>
		<comments>http://www.esolves.com/2008/06/gtd-with-rtm/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 00:05:08 +0000</pubDate>
		<dc:creator>esolves</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[GTD]]></category>

		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[RTM]]></category>

		<guid isPermaLink="false">http://www.esolves.com/2008/06/gtd-with-rtm/</guid>
		<description><![CDATA[I&#8217;ve been personally using an online service called Remember The Milk (RTM) for sometime now. It allows me to manage my task on-line where ever I am. It also ties into some great services such a Google Calendars, GMail, and Jott (all services I use). I&#8217;ve been using RTM pretty regular for the past couple [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been personally using an online service called <a href="http://www.rememberthemilk.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rememberthemilk.com/');">Remember The Milk</a> (RTM) for sometime now. It allows me to manage my task on-line where ever I am. It also ties into some great services such a <a href="https://www.google.com/calendar/" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://www.google.com/calendar/');">Google Calendars</a>, <a href="https://mail.google.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://mail.google.com/');">GMail</a>, and <a href="http://jott.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://jott.com/');">Jott</a> (all services I use). I&#8217;ve been using RTM pretty regular for the past couple of years but still struggled with organization and tracking of task.</p>
<p>In conjunction with RTM I&#8217;ve tried other services and application based around the &#8220;<a href="http://en.wikipedia.org/wiki/Getting_Things_Done" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://en.wikipedia.org/wiki/Getting_Things_Done');">Getting Things Done</a>&#8221; (GTD) philosophy but none of them really stuck with me. Thanks to a awesome posting on the <a href="http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html');">RTM blog</a>, I feel I&#8217;ve take a few huge steps forward in both how I use RTM and how I manage my GTD life. I strongly recommend this read to all my friends and colleagues. RTM is a free service but there is a <a href="https://www.rememberthemilk.com/upgrade/" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://www.rememberthemilk.com/upgrade/');">Pro</a> account that gives you a couple (but not needed) bonuses and &#8220;<strong>A warm fuzzy feeling</strong>&#8221; (there words not mine <img src='http://www.esolves.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Check out the service and check out the blog posting.</p>
<p><a href="http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html');">Remember The Milk - Blog (Advanced GTD with Remember The Milk)</a><br />
<a href="http://www.rememberthemilk.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rememberthemilk.com/');"> <img src="http://www.esolves.com/wp-content/uploads/2008/06/logo.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esolves.com/2008/06/gtd-with-rtm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QuickTip - Firefox</title>
		<link>http://www.esolves.com/2008/06/quicktip-firefox/</link>
		<comments>http://www.esolves.com/2008/06/quicktip-firefox/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 22:51:21 +0000</pubDate>
		<dc:creator>esolves</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://www.esolves.com/2008/06/quicktip-firefox/</guid>
		<description><![CDATA[If you spend any amount of time on the Internet and are anything like me, you usually have a set of sites you visit on a regular basis. Here is a quick time saving tip if you use Firefox. Organize all your commonly visited web sites into a single &#8220;Daily Setup&#8221; file. I actually have [...]]]></description>
			<content:encoded><![CDATA[<p>If you spend any amount of time on the Internet and are anything like me, you usually have a set of sites you visit on a regular basis. Here is a quick time saving tip if you use Firefox. Organize all your commonly visited web sites into a single &#8220;Daily Setup&#8221; file. I actually have two, one personal that opens all my favorite web sites that I usually read at least once a day and another for work which opens a bunch of work related sites. Then all you need to do is click on your Daily Setup bookmark, select the setup you want (personal or work), and click on &#8220;Open All in Tabs&#8221; and <strong>BAM</strong> you are off and running with your daily injection of Internet feed.</p>
<p><a title="FirefoxQuickTip" href="http://www.vanjohnson.com/wp-content/uploads/2008/01/screen-capture-1.png" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.vanjohnson.com/wp-content/uploads/2008/01/screen-capture-1.png');"><img src="http://www.vanjohnson.com/wp-content/uploads/2008/01/screen-capture-1.png" alt="FirefoxQuickTip" width="537" height="175" /></a></p>
<p>Hope you find this tip useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esolves.com/2008/06/quicktip-firefox/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
