<?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>NathanHJones.com</title>
	<atom:link href="http://nathanhjones.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanhjones.com</link>
	<description>Just thinking outloud</description>
	<pubDate>Fri, 17 Oct 2008 02:33:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Using GMail filters to make company email addresses intelligent [Google Apps]</title>
		<link>http://nathanhjones.com/2008/10/16/using-gmail-filters-to-make-company-email-addresses-intelligent-google-apps/</link>
		<comments>http://nathanhjones.com/2008/10/16/using-gmail-filters-to-make-company-email-addresses-intelligent-google-apps/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 02:33:50 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[community email address]]></category>

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

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

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

		<category><![CDATA[google apps]]></category>

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=168</guid>
		<description><![CDATA[Many online businesses provide generic email addresses on their &#8216;contact us&#8217; page for their customers to use - sales@, admin@, press@, etc.  While they may be easy to set up they can become difficult to manage which is why including a little business logic may help ease the pain.  If you&#8217;re using Google Apps to [...]]]></description>
			<content:encoded><![CDATA[<p>Many online businesses provide generic email addresses on their &#8216;contact us&#8217; page for their customers to use - sales@, admin@, press@, etc.  While they may be easy to set up they can become difficult to manage which is why including a little business logic may help ease the pain.  If you&#8217;re using Google Apps to run your back-end office operations you&#8217;re in luck.  We&#8217;re profiling how to set up those generic email addresses with a little workflow to make those in to dollar producing assets.</p>
<h3>The Setup:</h3>
<p>For the purposes of this post, I&#8217;ve created a generic &#8217;sales&#8217; address and an address for a fake employee - Johnny.  Johnny is so good, I want my big-dollar product leads going straight to him for quick conversion.  Every sales organization is structured differently, but we&#8217;re working under the assumption that our sales reps are product and territory based.  Our high-dollar product lines are the XY9500 and the YZ9900.  Johnny handles sales for MD, DC, VA, TN, NC, SC and GA.</p>
<h3>The Approach:</h3>
<p>GMail has a very <a href="https://mail.google.com/support/bin/answer.py?answer=7190">advanced set of search operators</a> built-in that happen to work with filters when included in the &#8216;Has The Words:&#8217; text box during filter creation.  We&#8217;re going to create a set of filters in the &#8217;sales&#8217; inbox that will forward matching emails to the appropriate sales rep, label the message as &#8216;forwarded&#8217; and then archive it.  Labeling and archiving the email keeps the inbox clean so that the generic address &#8216;manager&#8217; only has to review and react to those messages that our logic doesn&#8217;t recognize.</p>
<h3>The Execution:</h3>
<p>Here is an email from a potential customer that found us on the web.  They&#8217;re interested in setting up a contract to purchase 100 of our XY9500 products.</p>
<blockquote><p>Dear Sales Team:</p>
<p>My name is Phil and I&#8217;m the purchaser for Acme Associates based in Washington, DC.  We are in the market for 100 of your XY9500 products and would like to speak with a sales associate to obtain some additional information.</p>
<p>The best way to get in touch with me is via email or at 123-123-1234.</p>
<p>Thank you,</p>
<p>Phil</p>
<p>Acme Associates</p>
<p>Washington, DC 12345</p></blockquote>
<p>For the state determination we&#8217;re relying on the fact that people use a full signature with the address.  You could also include area/zip code in an &#8216;or&#8217; condition.  You can create another filter for just products that goes to an individual to distribute accordingly or to a distribution list of all the reps that handle that product.  Google Apps allows you to easily create distribution lists.</p>
<p>Within the &#8217;sales&#8217; email account enter the &#8217;settings&#8217; and create a new filter.  We&#8217;re going to leave everything but the &#8216;Has the words:&#8217; field blank.  If you&#8217;re using a web form to capture the data you may be able to use the &#8217;subject&#8217; field but I think it&#8217;s a little more robust and easier to maintain if it&#8217;s all in one field.  One of the more important aspects of the operators to understand is that parenthesis &#8220;( )&#8221; equate to &#8216;AND&#8217; and brackets &#8220;{ }&#8221; equate to &#8216;OR&#8217;.</p>
<p>The filter rule we&#8217;re going to use is: &#8220;({XY9500 YZ9900} {MD DC VA TN NC SC GA})&#8221;  This means that the email has to <strong>contain both</strong> a product of XY9500 or YZ9900 <strong>and</strong> a state of MD, DC, VA, TN, NC, SC or GA.  If it passes our filter, we&#8217;ll send it to Johnny, mark it as &#8216;forwarded&#8217; and archive the email.  You could expand the list of states to include area codes since most people include at least one phone number in their signature.</p>
<div id="attachment_183" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filter-create-step-1.jpg"><img class="size-full wp-image-183" title="google-apps-filter-create-step-1" src="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filter-create-step-1.jpg" alt="Step 1" width="500" height="202" /></a><p class="wp-caption-text">Step 1</p></div>
<div id="attachment_184" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filter-create-step-2.jpg"><img class="size-full wp-image-184" title="google-apps-filter-create-step-2" src="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filter-create-step-2.jpg" alt="Step 2" width="500" height="208" /></a><p class="wp-caption-text">Step 2</p></div>
<p>Once you come up with a filter you want to use, test it by emailing yourself a few emails and entering the filter in the search field.  You know your customers best and if the email is caught (either included or excluded) as you expected then you should be good to go.  Here are a couple screenshots of the search - one note, the search feature will highlight pieces of the email that fit your criteria.</p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filters-search-results-1.jpg"><img class="size-full wp-image-188" title="google-apps-filters-search-results-1" src="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filters-search-results-1.jpg" alt="Search results from Sales inbox" width="500" height="130" /></a><p class="wp-caption-text">Search results from Sales inbox</p></div>
<div id="attachment_189" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filters-search-results-2.jpg"><img class="size-full wp-image-189" title="google-apps-filters-search-results-2" src="http://nathanhjones.com/wp-content/uploads/2008/10/google-apps-filters-search-results-2.jpg" alt="Email with highlighted search results" width="500" height="187" /></a><p class="wp-caption-text">Email with highlighted search results</p></div>
<p><strong>The Debrief:</strong></p>
<p>While this is in no way an exhaustive list of the advanced search operators, I think it is a good introduction and should get you started.  From a maintenance perspective, it would be best to create one filter per employee (sales person, PR agent, etc) so that in the unlikely event that they leave, you only need to adjust the forwarding email in one label to the interim employee.</p>
<p>If your website uses a contact form that potential customers fill out you have a little more opportunity for drilling into the data.  If you know how the data will be formatted when it hits your inbox that allows you to create more advanced filters and get things to exactly the right employee.  Maybe, your contact form has a &#8216;budget&#8217; field with preset amounts and anything over a certain dollar figure gets sent to an urgent-response team.  There are so many applications for the search operators that spending some time to familiarize yourself with them will pay off in the long run.</p>
<p>One thing to experiment with is the &#8216;exclusion&#8217; operator.  If you include the &#8220;-&#8221; symbol before one of your clauses it excludes items that meet that statement.  For example, if your filter criteria was &#8220;({XY9500 YZ9900} -{MD DC VA TN NC SC GA})&#8221; and you used the email above, your search results would return 0 results because it contains &#8216;DC&#8217;.</p>
<p>Don&#8217;t forget to have the office manager login and check those inboxes and forward those leads to the appropriate person.</p>
<p>If you have some other ideas that you use to make things easier, let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/16/using-gmail-filters-to-make-company-email-addresses-intelligent-google-apps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No Built-in XML support for Google Chrome</title>
		<link>http://nathanhjones.com/2008/10/15/no-built-in-xml-support-for-google-chrome/</link>
		<comments>http://nathanhjones.com/2008/10/15/no-built-in-xml-support-for-google-chrome/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 13:11:36 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[technology]]></category>

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

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

		<category><![CDATA[google chrome]]></category>

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

		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://nathanhjones.com/?p=160</guid>
		<description><![CDATA[For anyone that reads this regularly, you know I&#8217;m a pretty big fan of Google products.  So, when they announced the launch of Chrome, their web browser, I was quick to install and start browsing with it.  It has since become my default browser (other than when testing webpage rendering) on both my personal and [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone that reads this regularly, you know I&#8217;m a pretty big fan of Google products.  So, when they announced the <a href="http://www.google.com/chrome/intl/en/features.html">launch of Chrome</a>, their web browser, I was quick to install and start browsing with it.  It has since become my default browser (other than when testing webpage rendering) on both my personal and business computers.</p>
<p>Chrome got rid of the &#8216;fat&#8217; around the browser giving me the tools/options I use the most and increasing my viewing area.  Another great feature is the fact that each tab runs independently so if one crashes it doesn&#8217;t destroy your entire browser session.  Just that one tab!  One thing I do wish they had though, ALT+F+C/X to close a tab.  However, that&#8217;s a discussion for another day.</p>
<p>Anyways, I&#8217;ve been using Chrome extensively the last few weeks and was disappointed when I discovered that there doesn&#8217;t appear to be any built-in XML/RSS rendering support.  I already use Google Reader so I&#8217;m not looking for an IE approach (feed in the browser - I don&#8217;t even use the browser), but something similar to Firefox would be nice if I happen to land on a page that is XML/RSS.  Not only does it not offer a way for me to subscribe to the document, it just displays raw text.  Here are some screenshots for comparison.</p>
<p>I&#8217;m disappointed but I&#8217;ll continue use Chrome.  It just makes it more difficult to subscribe to things than it was with Firefox.</p>
<div id="attachment_162" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/google-chrome-native-rss.jpg"><img class="size-full wp-image-162" title="google-chrome-native-rss" src="http://nathanhjones.com/wp-content/uploads/2008/10/google-chrome-native-rss.jpg" alt="RSS feed in Google Chrome" width="500" height="198" /></a><p class="wp-caption-text">RSS feed in Google Chrome</p></div>
<div id="attachment_163" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/ff-native-rss-support.jpg"><img class="size-full wp-image-163" title="ff-native-rss-support" src="http://nathanhjones.com/wp-content/uploads/2008/10/ff-native-rss-support.jpg" alt="RSS feed in Firefox" width="500" height="229" /></a><p class="wp-caption-text">RSS feed in Firefox</p></div>
<div id="attachment_164" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/ie7-native-rss-support.jpg"><img class="size-full wp-image-164" title="ie7-native-rss-support" src="http://nathanhjones.com/wp-content/uploads/2008/10/ie7-native-rss-support.jpg" alt="RSS feed in IE7" width="500" height="251" /></a><p class="wp-caption-text">RSS feed in IE7</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/15/no-built-in-xml-support-for-google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ThemeForest Disables Deposit Hack</title>
		<link>http://nathanhjones.com/2008/10/14/themeforest-disables-deposit-hack/</link>
		<comments>http://nathanhjones.com/2008/10/14/themeforest-disables-deposit-hack/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:14:05 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Theme Forest]]></category>

		<guid isPermaLink="false">http://nathanhjones.com/?p=154</guid>
		<description><![CDATA[A couple weeks ago I wrote a post about how to deposit a specific amount into your ThemeForest account so you didn&#8217;t forfeit monies that weren&#8217;t spent.  An Envato employee and I exchanged a couple comments and it appears that they&#8217;ve disabled the hack.
I must give them credit for at least modifying the pre-set amounts [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago I wrote a post about <a href="http://nathanhjones.com/2008/10/04/themeforestnet-review-custom-deposit-amount-hack/">how to deposit a specific amount into your ThemeForest account</a> so you didn&#8217;t forfeit monies that weren&#8217;t spent.  An Envato employee and I exchanged a couple comments and it appears that they&#8217;ve disabled the hack.</p>
<div id="attachment_156" class="wp-caption alignnone" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-disables-deposit-hack.jpg"><img class="size-full wp-image-156" title="themeforest-disables-deposit-hack" src="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-disables-deposit-hack.jpg" alt="ThemeForest Deposit Hack Shutdown" width="500" height="244" /></a><p class="wp-caption-text">ThemeForest Deposit Hack Shutdown</p></div>
<p>I must give them credit for at least modifying the pre-set amounts on the deposit page - now they&#8217;re in increments of $10 instead of $20.  Sadly, the lowest amount still starts at $20 and doesn&#8217;t really keep you from wasting, say, $8 on that $12 theme you want to purchase.  Keep in mind though, allegedly, if you email customer service they&#8217;ll extend your forfeit period beyond the stated one year.</p>
<p>I ran through the hack for a several different amounts but it appears everything is down.  Looks like a little validations before submitting to PayPal goes a long way.</p>
<p>In my comments I noted that I&#8217;d probably be back when I need another theme&#8230;I&#8217;m going to go ahead and retract that until this process is fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/14/themeforest-disables-deposit-hack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LinkedIn Scraps Tabbed Profile Layout</title>
		<link>http://nathanhjones.com/2008/10/13/linkedin-scraps-tabbed-profile-layout/</link>
		<comments>http://nathanhjones.com/2008/10/13/linkedin-scraps-tabbed-profile-layout/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 12:30:49 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[social networking]]></category>

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

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=136</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div id="attachment_137" class="wp-caption alignleft" style="width: 274px">
<div style="text-align: auto;"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/linkedincom.jpg"><img class="size-medium wp-image-137" title="linkedincom" src="http://nathanhjones.com/wp-content/uploads/2008/10/linkedincom.jpg" alt="LinkedIn.com" width="264" height="91" /></a><span style="line-height: 17px;">LinkedIn.com</span></div>
</dt>
</dl>
</div>
<p>Last week LinkedIn quietly <a href="http://blog.linkedin.com/blog/2008/10/a-cleaner-look.html">launched a new, cleaner profile</a> layout that I much prefer.  The previous layout used a &#8216;tabbed&#8217; approach that just didn&#8217;t do it for me.  I&#8217;m a Facebook user (never got into MySpace) and the clean profiles make it so much easier to navigate pages as you browse peoples profiles.  Hopefully, they tackle the &#8216;network updates&#8217; layout next.  That thing is awful.</p>
<p>Along with the cleaner layout, they also enhanced the progress meter for profile completion and decided to group all the profile tools (send message, recommend, download, etc) in a single location - the top-right corner of the members profile.</p>
<p>Apparently, users complained that the &#8216;next suggested step&#8217; in completing your profile was too hard (or not incredibly easy) which led to people not completing them.  The new profile meter displays all the actions users can take to baby-step their way towards a profile that is 100% complete.  LinkedIn claims that users with a profile that is 100% complete are more likely to land jobs.  I should have a citation for this but I can&#8217;t find the quote on the site anymore - it may only show up when your profile is not 100% complete.</p>
<p>The sad thing about this change is that no one seems to care.  At the time of this writing, not a single blog had referenced the post and not one person had left a comment.   So exactly how irrelevant is LinkedIn these days?  I&#8217;m a huge fan of the service!</p>
<p>Tabbed layout vs Clean layout [both via LinkedIn blog]</p>
<div class="mceTemp">
<dl id="attachment_141" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/linkedin-tabbed-profile.jpg"><img class="size-medium wp-image-141 " title="linkedin-tabbed-profile" src="http://nathanhjones.com/wp-content/uploads/2008/10/linkedin-tabbed-profile-300x187.jpg" alt="LinkedIn Tabbed Profile" width="300" height="187" /></a><p class="wp-caption-text">LinkedIn Tabbed Profile</p></div></p>
<div id="attachment_143" class="wp-caption alignnone" style="width: 310px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/linkedin-clean-profile.jpg"><img class="size-medium wp-image-143 " title="linkedin-clean-profile" src="http://nathanhjones.com/wp-content/uploads/2008/10/linkedin-clean-profile-300x255.jpg" alt="New LinkedIn Profile" width="300" height="255" /></a><p class="wp-caption-text">New LinkedIn Profile</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/13/linkedin-scraps-tabbed-profile-layout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mint.com gets custom categories</title>
		<link>http://nathanhjones.com/2008/10/12/mintcom-gets-custom-catetories/</link>
		<comments>http://nathanhjones.com/2008/10/12/mintcom-gets-custom-catetories/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 17:17:33 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[personal finance]]></category>

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

		<category><![CDATA[mint.com]]></category>

		<guid isPermaLink="false">http://nathanhjones.com/?p=125</guid>
		<description><![CDATA[
The only problem I have with the customizable categories is that they had to be placed under existing &#8216;parent&#8217; categories.  At least I couldn&#8217;t figure out how to create a new &#8216;parent&#8217;.  While this obviously isn&#8217;t a deal-breaker, it would still be nice for situations where there isn&#8217;t a suitable &#8216;parent&#8217; already.  I&#8217;d like to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_127" class="wp-caption alignleft" style="width: 274px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/mintcom.jpg"><img class="size-medium wp-image-127 " title="mintcom" src="http://nathanhjones.com/wp-content/uploads/2008/10/mintcom.jpg" alt="Mint.com logo" width="264" height="98" /></a>   <span style="line-height: 17px;">Mint.com</span></dt>
</dl>
</div>
<p><a href="http://www.mint.com/">Mint.com</a> announced Friday that users of it&#8217;s free online money management suite can now create completely customized categories for tracking and reporting on spending habits.  Mint is a great tool (although admittingly, I haven&#8217;t set up all my accounts with the service) and they continue to roll out features that their users request making it more relevant to their needs.</p>
<p>Mint continues to make themselves more relevant to users everyday lives and ease the process of properly tracking their personal finances.  In the wake of the global economic disaster it becomes even more important to understand exactly where you stand financially and Mint aims to help.</p>
<p>Mint employs what I call a hybrid approach to expense tracking - users categorize and then tag expenses.  This gives users a very granular view of how money is spent.  My restaurant tabs could be either personal or business which may also be reimbursable.  It&#8217;s like the &#8216;folders&#8217; of Microsoft Outlook meets the &#8216;labels&#8217; of Google&#8217;s Gmail - the ultimate organization approach.  Now users can create their own categories if they don&#8217;t find a suitable one from the standard Mint list.</p>
<p>Categories can be created under any of the standard Mint &#8216;parent&#8217; categories.  Here&#8217;s a shot of me making a custom category to for expenses related to this blog.  There isn&#8217;t really a good &#8216;parent&#8217; for this so I placed it under &#8216;uncategorized&#8217; for now.</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_130" class="wp-caption aligncenter" style="width: 333px;">
<dt class="wp-caption-dt"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/mintcom-custom-categories.jpg"><img class="size-full wp-image-130 " title="mintcom-custom-categories" src="http://nathanhjones.com/wp-content/uploads/2008/10/mintcom-custom-categories.jpg" alt="NathanHJones.com Category" width="323" height="435" /></a><p class="wp-caption-text">NathanHJones.com Category</p></div>
<p>The only problem I have with the customizable categories is that they had to be placed under existing &#8216;parent&#8217; categories.  At least I couldn&#8217;t figure out how to create a new &#8216;parent&#8217;.  While this obviously isn&#8217;t a deal-breaker, it would still be nice for situations where there isn&#8217;t a suitable &#8216;parent&#8217; already.  I&#8217;d like to see one where I could create my &#8216;NathanHJones.com&#8217; category that is a little more appropriate than &#8216;uncategorized&#8217;.</p>
<p>All-in-all, I like the idea of customizable categories and thanks go out to the Mint.com team for constantly enhancing the application.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/12/mintcom-gets-custom-catetories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail Adds Mail Goggles Lab Feature</title>
		<link>http://nathanhjones.com/2008/10/06/gmail-adds-mail-goggles-lab-feature/</link>
		<comments>http://nathanhjones.com/2008/10/06/gmail-adds-mail-goggles-lab-feature/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 02:44:37 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[technology]]></category>

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

		<category><![CDATA[gmail labs]]></category>

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=111</guid>
		<description><![CDATA[Gmail just launched a new labs feature by the name of &#8216;Mail Goggles&#8217;.  Yes, you read that right&#8230;Mail Goggles.  It&#8217;s tasked with the job of making it more difficult to actually send those embarrassing emails when you&#8217;re sitting behind your monitor inebriated.  I don&#8217;t know about you but if I&#8217;m out enjoying a beverage (or few) I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Gmail just <a href="http://gmailblog.blogspot.com/2008/10/new-in-labs-stop-sending-mail-you-later.html">launched a new labs feature by the name of &#8216;Mail Goggles&#8217;</a>.  Yes, you read that right&#8230;Mail Goggles.  It&#8217;s tasked with the job of making it more difficult to actually send those <span>embarrassing</span> emails when you&#8217;re sitting behind your monitor inebriated.  I don&#8217;t know about you but if I&#8217;m out enjoying a beverage (or few) I&#8217;m not carrying a computer with me and as far as I know the Labs features don&#8217;t work with IMAP.</p>
<p>I guess for those few (maybe there is actually a lot) that have problems with drunk-mailing this could be a good fix but I&#8217;d much prefer Gmail spend the time to come up with &#8216;mailbox rules&#8217; similar to Outlook.  Before people start screaming, yes, I know you can use Outlook with Gmail but I don&#8217;t want to have to use it.  With rules, I can easily setup a 1 minute delay on outbound emails.  This allows me to catch that last sentence or add that last recipient that may have slipped my mind as I clicked &#8217;send&#8217;.</p>
<p>You can configure the settings on the &#8216;general&#8217; tab after enabling the feature.  It&#8217;s a pretty quick configuration and let&#8217;s you tell Google when your preferred drinking times are and allows you to make it as easy or as difficult as you want.</p>
<p>As I found while I was testing, once you &#8216;pass the test&#8217; once you can send as many emails as you want without being prompted to take the quiz again.  Apparently, you have to logout and then login again to re-prompt the &#8216;Mail Goggles&#8217;.  At least I had to logout, even when I tried sending messages to a different address.  Maybe it only asks you to verify once every set amount of time?!?</p>
<p><strong>Verdict:</strong> <span style="color: #ff0000;">Leave this one disabled.</span></p>
<h3>Settings:</h3>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-settings.jpg"><img class="size-full wp-image-113" title="gmail-mail-goggles-settings" src="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-settings.jpg" alt="Gmail Adds Mail Goggles - Settings" width="500" height="177" /></a><p class="wp-caption-text">Gmail Adds Mail Goggles - Settings</p></div>
<h3>Easy: </h3>
<div id="attachment_114" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-easy.jpg"><img class="size-full wp-image-114" title="gmail-mail-goggles-easy" src="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-easy.jpg" alt="Gmail Mail Goggles Easy Settings" width="500" height="230" /></a><p class="wp-caption-text">Gmail Mail Goggles Easy Settings</p></div>
<p> </p>
<p> </p>
<h3>Difficult: </h3>
<div id="attachment_115" class="wp-caption aligncenter" style="width: 510px"><a href="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-difficult.jpg"><img class="size-full wp-image-115" title="gmail-mail-goggles-difficult" src="http://nathanhjones.com/wp-content/uploads/2008/10/gmail-mail-goggles-difficult.jpg" alt="Gmail Mail Goggles Difficult Settings" width="500" height="248" /></a><p class="wp-caption-text">Gmail Mail Goggles Difficult Settings</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/06/gmail-adds-mail-goggles-lab-feature/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazon Brings Enterprise Databases to the Cloud</title>
		<link>http://nathanhjones.com/2008/10/05/amazon-brings-enterprise-databases-to-the-cloud/</link>
		<comments>http://nathanhjones.com/2008/10/05/amazon-brings-enterprise-databases-to-the-cloud/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 02:28:56 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

		<category><![CDATA[amazon web service]]></category>

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

		<category><![CDATA[cloud computing]]></category>

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

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

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=97</guid>
		<description><![CDATA[The people over at Amazon Web Services have been busy at work the last couple weeks.  The Elastic Compute Cloud (EC2) team has rolled out two significant computing options over that will really help pave the way for more enterprise adoption of their services.
Last Tuesday, Amazon announced that it plans to unveil the ability [...]]]></description>
			<content:encoded><![CDATA[<p>The people over at Amazon Web Services have been busy at work the last couple weeks.  The Elastic Compute Cloud (EC2) team has rolled out two significant computing options over that will really help pave the way for more enterprise adoption of their services.</p>
<p>Last Tuesday, Amazon announced that it plans to unveil the ability to <a href="http://aws.amazon.com/windows/">run Microsoft Windows Server and Microsoft SQL Server on the EC2 platform</a> later this fall.  This announcement is a huge step and will allow customers to <a href="http://www.allthingsdistributed.com/2008/09/amazon_ec2_with_microsoft_wind.html">deploy ASP.NET applications</a> using a host of database options as well as other Windows-based applications such as Windows Media transcoding.  This advancement in cloud computing will really ease the transition for potential enterprise clients which still tend to be very Windows heavy - ASP.NET portals still seem to be rather popular in my experience.</p>
<p>Last week, in an email to developers, they also announced that Oracle has certified EC2 as “the first cloud computing platform that has been authorized to run supported Oracle databases” which also increases the database options for enterprises and developers alike.  According to the announcement, <a href="http://aws.amazon.com/about-aws/whats-new/2008/09/22/oracle-and-aws/">customers will be able to run Oracle 11g</a>, Oracle Fusion Middleware and the Oracle Enterprise Manager on AWS.  Oracle is really taking an interest in the project and has delivered a set of free images to help make deployment easier.</p>
<p>I don&#8217;t claim to know how many &#8216;enterprise&#8217; clients Amazon Web Services has on its roster but I think this is really a step in the right direction.  I know enterprise security executives are still wary about throwing their proprietary data in the &#8216;cloud&#8217; but who wouldn&#8217;t enjoy a little extra cushion for those PR heavy days when your site gets overloaded.  I can only imagine how busy the Bear Sterns intranet was the day their employees found out it was over.</p>
<p>This will also continue to lower the barrier of entry for web-based start-ups.  The language of choice these days tends to be PHP, but that isn&#8217;t normally a part of the university curriculum.  Now, students can continue to expand on those class projects and turn them into successful (hopefully&#8230;) start-ups.  Of course, that&#8217;s only for those few that aren&#8217;t programming before they hit high school.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/05/amazon-brings-enterprise-databases-to-the-cloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ThemeForest.net Review and Custom Deposit Amount Hack</title>
		<link>http://nathanhjones.com/2008/10/04/themeforestnet-review-custom-deposit-amount-hack/</link>
		<comments>http://nathanhjones.com/2008/10/04/themeforestnet-review-custom-deposit-amount-hack/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 17:07:26 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[How To]]></category>

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

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

		<category><![CDATA[Theme Forest]]></category>

		<category><![CDATA[WordPress themes]]></category>

		<guid isPermaLink="false">http://nathanhjones.com/?p=102</guid>
		<description><![CDATA[A couple weeks ago TechCrunch covered a story about a company by the name of Envato launching a service that would allow users to buy and sell website templates - ThemeForest.  I think it&#8217;s actually been around for a while but that&#8217;s the first coverage I saw (I later found something from early September - linked above). [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago TechCrunch covered a story about a company by the name of <a href="http://envato.com/">Envato</a> launching a service that would allow users to <a href="http://www.techcrunch.com/2008/09/20/envato-launches-theme-marketplace-for-your-blog/">buy and sell website templates</a> - <a href="http://startupmeme.com/trade-from-templates-and-themes-etc-at-themeforest-an-envato-marketplace/">ThemeForest</a>.  I think it&#8217;s actually been around for a while but that&#8217;s the first coverage I saw (I later found something from early September - linked above).  When I initially looked it was mostly WordPress themes but when I checked the other day there seems to be more generic web templates.</p>
<p>I&#8217;m always in the market for great WordPress themes.  I&#8217;ve changed the theme for this blog a couple times and each time I find something I don&#8217;t care for.  I started looking for themes on <a href="http://themeforest.net">ThemeForest</a> and found a WordPress theme that I thought would work well for the site (I&#8217;ve since purchased it but I haven&#8217;t finished customizing it yet - expect a rollout in a week or two).   I also found a generic website template that I wanted to buy.</p>
<p>In order to purchase templates you have to deposit money into your ThemeForest account&#8230;you can&#8217;t pay for each transaction individually after you find your design.  No &#8217;shopping cart&#8217; functionality but they do allow you to bookmark themes you like.  I think that&#8217;s a mistake from a usability standpoint but if people want the theme bad enough, they&#8217;ll succomb to the poor process design.</p>
<p>So I start the process to deposit money and find that I can only give them money in multiples of $20.  Slightly confused/turned-off by yet another usability problem I contact customer service and ask if there is another way to make this happen.  I get a response a few hours later (great turn around by the way, seriously, I was impressed) tell me that their system can only handle the amounts displayed but that &#8220;although your money does expire after a year it can easily be renewed by emailing Support, so in actual fact you can keep the remaining credit in the account indefinatly.&#8221;</p>
<p>That&#8217;s great except for the fact that I may never use that money.  I ask if they offered refunds after a year but was shot down on that as well.  I mean it&#8217;s only $5 (my combined total was going to be $35) but why should I give you a free $5 because you have a poor design.</p>
<p>Frustrated, I set out to find a way around this but told myself I&#8217;d dedicate no more than 15 minutes to the effort.  I know PayPal can handle any amounts you throw at them so I figure I would explore bypassing their absurd &#8220;checks&#8221;.  Luckily, I know enough about web development and form submissions that I figure I would try a couple elementary hacks.  After locating the script on their server they submit to before sending to PayPal I locate the variable names and amount format and proceed to deposit exactly $35.  Here&#8217;s a shot of my deposit history for all you doubters&#8230;details on the hack are below the image.</p>
<p><a href="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-deposit-amount-hack.jpg"><img class="aligncenter size-full wp-image-103" title="themeforest-deposit-amount-hack" src="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-deposit-amount-hack.jpg" alt="ThemeForest.net Deposit Amount Hack" width="450" height="161" /></a></p>
<h2>Hack Details</h2>
<p>1) Locate the themes you want to purchase and calculate your total</p>
<p>2) Translate your total into a 4-character non-currency format.  For example, my $35.00 deposit was translated to an amount of &#8220;<span style="color: #ff0000;">3500</span>&#8221;</p>
<p>3) Login to your ThemeForest.net account</p>
<p>4) Once logged in, enter the following URL in your browsers address bar and change XXXX to your amount determined in step 2: <span style="color: #ff0000;">http://themeforest.net/accounts/confirm_deposit/?amount=XXXX</span>.  For example, the URL for my $35.00 transaction was &#8220;http://themeforest.net/accounts/confirm_deposit/?amount=3500&#8243;</p>
<p>5) Once redirected to the PayPal website, confirm that your user id is referenced in the description and that the amount is right.  Your user id should be within the red rectangle on the image below</p>
<p><a href="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-deposit-amount-hack-confirm-user.jpg"><img class="aligncenter size-full wp-image-104" title="themeforest-deposit-amount-hack-confirm-user" src="http://nathanhjones.com/wp-content/uploads/2008/10/themeforest-deposit-amount-hack-confirm-user.jpg" alt="Confirm User ID" width="450" height="148" /></a></p>
<p>6) Once you complete the PayPal transaction you&#8217;ll be redirected back to your ThemeForest account where you can purchase your templates</p>
<p><span style="color: #ff0000;">NOTE: Use this hack at your own risk.  I don&#8217;t claim to be huge in the blogosphere but once the hack is public it&#8217;s possible ThemeForest will close the loop-hole.  I make no claims or warranties that the hack will work as described and can not be held liable for any losses you may incur.  Also, I did not &#8216;hack&#8217; into their system to prepare this.  &#8217;Hack&#8217; in this context means &#8216;manual work around&#8217; and all I did to determine how to accomplish this was review the HTML source sent to my browser by their server.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/10/04/themeforestnet-review-custom-deposit-amount-hack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LinkedIn Gets Facebook Style Messaging</title>
		<link>http://nathanhjones.com/2008/09/27/linkedin-gets-facebook-style-messaging/</link>
		<comments>http://nathanhjones.com/2008/09/27/linkedin-gets-facebook-style-messaging/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 19:42:43 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[communication]]></category>

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

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

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

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=99</guid>
		<description><![CDATA[Every few days I get a message on LinkedIn about &#8216;hot SAP career opportunities&#8217;.  That&#8217;s excellent except for the fact that responding to messages on LinkedIn isn&#8217;t the best experience and I still enjoy my current job.
LinkedIn recently made a move to improve their messaging capabilities.  Sadly, they&#8217;re doing a very poor job of simply [...]]]></description>
			<content:encoded><![CDATA[<p>Every few days I get a message on LinkedIn about &#8216;hot SAP career opportunities&#8217;.  That&#8217;s excellent except for the fact that responding to messages on LinkedIn isn&#8217;t the best experience and I still enjoy my current job.</p>
<p>LinkedIn recently made a move to improve their messaging capabilities.  Sadly, they&#8217;re doing a very poor job of simply copying Facebook.</p>
<p>Facebook has been enhancing it&#8217;s messaging system for a while now and it&#8217;s actually pretty good.  I can message a friend, a friend list or an external email address.  I can add dozens of friends to a single message (I&#8217;ve added up to around 20) and the interface is clean and very easy to use.  The &#8216;new&#8217; LinkedIn message center is simply a less functional copy of Facebook.</p>
<p>LinkedIn only allows up to 10 contacts on a message.  I can&#8217;t think of too many situations where I&#8217;d need more than a few people on a LinkedIn message but there are always exceptions and the fact that they&#8217;ve limited it is just silly.  They also don&#8217;t allow me (at least that I could figure out) to enter someones email address.  What if I want the message to go to an account that isn&#8217;t linked to my LinkedIn account, or to a co-worker that doesn&#8217;t have LinkedIn (yes, there are still those few).</p>
<p>One thing I did like about the LinkedIn message composer is the fact that it allows me to choose which linked email address the message is sent from.  Definitely something over Facebook&#8230;but then again Facebook doesn&#8217;t really need this.  I don&#8217;t want my work email address sent to people when replying to job opportunities.</p>
<p>Here&#8217;s a couple shots of the different messaging services for comparison:</p>
<p><a href="http://nathanhjones.com/wp-content/uploads/2008/09/facebook-messaging-center.jpg"><img class="aligncenter size-full wp-image-100" title="facebook-messaging-center" src="http://nathanhjones.com/wp-content/uploads/2008/09/facebook-messaging-center.jpg" alt="Facebook Message Center" width="400" height="175" /></a></p>
<p><a href="http://nathanhjones.com/wp-content/uploads/2008/09/linkedin-updates-messaging.jpg"><img class="aligncenter size-full wp-image-101" title="linkedin-updates-messaging" src="http://nathanhjones.com/wp-content/uploads/2008/09/linkedin-updates-messaging.jpg" alt="LinkedIn Gets Facebook Style Messaging" width="400" height="176" /></a></p>
<p>I know devloping these kinds of services requires a lot of work and I appreciate that.  It&#8217;s better than what it used to be.  I just think if you&#8217;re going to blatantly copy another social networks messaging capabilities you need to do it justice.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/09/27/linkedin-gets-facebook-style-messaging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managing Subscription Content [How To]</title>
		<link>http://nathanhjones.com/2008/09/26/managing-subscription-content-how-to/</link>
		<comments>http://nathanhjones.com/2008/09/26/managing-subscription-content-how-to/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:28:42 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
		
		<category><![CDATA[How To]]></category>

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

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

		<category><![CDATA[google reader]]></category>

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

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

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

		<guid isPermaLink="false">http://nathanhjones.com/?p=98</guid>
		<description><![CDATA[Wow - once again, it&#8217;s been longer between posts than I had ever planned.  Everytime I feel like I&#8217;m about to turn the corner something else comes up and turns life back into a ridiculous time-crunch.  Anyways&#8230;
I consider myself an early adopter.  I&#8217;m currently using Google Chrome (the newest web browser), I&#8217;ve been using web-based email for [...]]]></description>
			<content:encoded><![CDATA[<p>Wow - once again, it&#8217;s been longer between posts than I had ever planned.  Everytime I feel like I&#8217;m about to turn the corner something else comes up and turns life back into a ridiculous time-crunch.  Anyways&#8230;</p>
<p>I consider myself an early adopter.  I&#8217;m currently using <a href="http://www.google.com/chrome">Google Chrome</a> (the newest web browser), I&#8217;ve been using web-based email for years (I own Outlook and it&#8217;s not even setup), I blog, I have a Twitter account, I&#8217;ve had Facebook since it was first launched at my school and I read almost all my news online (I&#8217;m a fan of <a href="http://google.com/reader/">Google Reader</a>).  Those are the best examples I could come up with&#8230;it&#8217;s been a long week.  Bare with me.  But sometimes, it&#8217;s nice to have a copy in hand and get your eyes off the computer screen.  With my travel schedule (around 120-140 segments a year) sometimes it just isn&#8217;t efficient to turn on the PC and use Google Reader offline with <a href="http://gears.google.com/">Gears</a>.</p>
<p>The biggest problem I have with my magazine subscriptions is managing the content for reference later.  One of the best features (in my humble opinion) of Google Reader is the ability to tag and &#8216;Star&#8217; posts.  I currently have 222 starred posts organized under 252 tags&#8230;I read a lot.  But, I can&#8217;t really do that with an article in a magazine can I?!?  It would be a little inefficient to award an article a gold star (think back to elementary school people) but have to look through each page to find it.</p>
<p>Here are a couple things I do to keep this information at my fingertips:</p>
<h3><strong>Summary Emails</strong> </h3>
<p>I send summary emails to myself for each issue if there is something worth remembering.  For example, I just finished reading the October issue of Money.  I sent myself an email with the subject &#8220;Money Magazine - October 2008&#8243; and included key words such as &#8220;retirement locations&#8221;, &#8220;Roth Advantages&#8221;, &#8220;Social Security Taxation Formula&#8221;, etc.</p>
<p>I have a general tag (SUBSCRIPTIONS) that I apply to each of these emails for easy location later and if an issue is particularly heavy on something I may assign it additional tags.  For example, Money tends to have issues packed with retirement information.  So, at times, I label a whole issue with the &#8216;RETIREMENT&#8217; tag.</p>
<p>The tags are great but it&#8217;s inefficient to create a tag for every possible key word.  By entering meaningful words in the body of the email I can search for them later with GMails built in search functionality and figure out which issue(s) I need to pull for additional information.</p>
<h3><strong>Scanned Articles</strong></h3>
<p>Sometimes an article just jumps out at me as amazing or there&#8217;s just one article from an issue that I&#8217;m interested in saving for later.  In this case I&#8217;ll scan the article and send it to myself as an image.  Nothing too fancy here folks, my $150 All-in-One handles the workload nicely.  Attach the image, label it &#8217;subscriptions&#8217;, add some key words and an appropriate subject and I&#8217;m sure to find it later.  For articles that fall into this category, I often star the conversation as well just to make it that much easier to find.</p>
<p>This allows me to trash the issue (there&#8217;s only so much space for storing subscriptions these days) but retain the information.  I don&#8217;t even know how many times I&#8217;ve pulled up previously read articles for quotes or references. </p>
<p>The only real downside I&#8217;m facing right now is that I have to search twice.  With as much as I read, I can&#8217;t always remember where exactly I read something&#8230;I have to search.  In order to get the proper results I have to search Google Reader/sort through tags <strong>and</strong> search GMail.</p>
<p>It&#8217;s cumbersome at times, but I&#8217;ve found it to be a great way to manage print information so that it&#8217;s easy to find when you need it.  Hope this helps!</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhjones.com/2008/09/26/managing-subscription-content-how-to/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
