<?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>Matt Silverman</title>
	<atom:link href="http://www.mattsilverman.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mattsilverman.com</link>
	<description>Random tidbits.</description>
	<lastBuildDate>Tue, 19 Mar 2013 14:28:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>6 Reasons Apple should buy Nintendo</title>
		<link>http://www.mattsilverman.com/2013/02/6-reasons-apple-should-buy-nintendo.html</link>
		<comments>http://www.mattsilverman.com/2013/02/6-reasons-apple-should-buy-nintendo.html#comments</comments>
		<pubDate>Tue, 19 Feb 2013 00:13:44 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[nintendo]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=812</guid>
		<description><![CDATA[Nintendo&#8217;s stock (PINK:NTDOY) is at a 10-year low, with a market cap now at only $13B (less than 10% of Apple&#8217;s available cash) USD is at a 2-year high as compared to the Japanese Yen. Nintendo lacks product innovation, but creates great games and&#8230;]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.mattsilverman.com/wp-content/uploads/2013/02/apple.png"><img class="aligncenter size-full wp-image-813" alt="apple" src="http://www.mattsilverman.com/wp-content/uploads/2013/02/apple.png" width="676" height="272" /></a></p>
<ul>
<li>Nintendo&#8217;s stock (<a href="https://www.google.com/finance?q=PINK%3ANTDOY&amp;ei=EZAiUYjfF9C20AG2Jg" target="_blank">PINK:NTDOY</a>) is at a 10-year low, with a market cap now at only <strong>$13B</strong> (less than 10% of Apple&#8217;s available cash)</li>
<li>USD is at a 2-year high as <a href="http://finance.yahoo.com/echarts?s=usdjpy=X#symbol=;range=2y;compare=;indicator=volume;charttype=area;crosshair=on;ohlcvalues=0;logscale=off;source=undefined;">compared</a> to the Japanese Yen.</li>
<li>Nintendo lacks product innovation, but creates great games and characters.  Apple has no track record with successful games, but 300M+ people use Apple devices.</li>
<li>AppleTV has no game functionality built-in, and the graphical simplicity of Nintendo games would likely allow them to run on existing AppleTV hardware.  Wii Sports and other family games would be a perfect fit for the AppleTV.</li>
<li>Nintendo designs great controllers, and Apple knows that gaming on touch screens will always have limitation.  Imagine using a WiiMote with your Apple TV or iPhone?</li>
<li>Apple&#8217;s ability to exclusively sell Nintendo games to the ~300M+ active iOS devices would have huge potential, especially if Apple was absorbing 100% of the app sales instead of their usual 30%  royalty on game sales.</li>
</ul>
<p>&nbsp;</p>
<p><em>Disclosure: This should not be construed as financial advice in any way, shape or form.  I currently own a position in AAPL.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/6-reasons-apple-should-buy-nintendo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools to generate beautiful web API documentation</title>
		<link>http://www.mattsilverman.com/2013/02/tools-to-generate-beautiful-api-documentation.html</link>
		<comments>http://www.mattsilverman.com/2013/02/tools-to-generate-beautiful-api-documentation.html#comments</comments>
		<pubDate>Fri, 15 Feb 2013 17:14:34 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[nutritionix]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=789</guid>
		<description><![CDATA[As demand for our Nutritionix API is starting to grow rapidly, we have been working on finding an API documentation engine to meet our needs for the long-term.  I was not able to find any comprehensive list of existing API documentation&#8230;]]></description>
				<content:encoded><![CDATA[<p>As demand for our <a href="http://blog.nutritionix.com/2012/12/31/nutritionix-beta-api-launched/">Nutritionix API</a> is starting to grow <em>rapidly</em>, we have been working on finding an API documentation engine to meet our needs for the long-term.  I was not able to find any comprehensive list of existing API documentation solutions, so I am compiling what I have found so far. Please leave feedback on your own experience in the comments.</p>
<h2>Web API Documentation Tools</h2>
<p>We are still exploring each solution, but I will update this post as we learn more about each option.</p>
<ul>
<li><span style="line-height: 13px;"><a href="http://developers.helloreverb.com/swagger/">Swagger</a> - A specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. [<a href="http://petstore.swagger.wordnik.com/">Demo</a>]</span>
<ul>
<li><strong>Note:</strong> We already use <a href="http://www.3scale.net">3Scale.net</a> for our API management solution, and they have an <a href="https://support.3scale.net/howtos/api-configuration/active_docs">ActiveDocs</a> feature based on Swagger.</li>
</ul>
</li>
<li><a href="https://github.com/mashery/iodocs">I/O Docs </a>- By defining APIs at the resource, method and parameter levels in a JSON schema, I/O Docs will generate a JavaScript client interface [<a href="http://developer.mashery.com/iodocs">Demo</a>].  I/O docs was created by the API management platform <a href="http://mashery.com/">Mashery</a>.</li>
<li><a href="http://apiary.io/">apiary.io</a> - Provides very quick way to get your documentation up and running, includes GitHub integration and I/O validation. &#8211; Suggested by <a href="http://www.reddit.com/r/programming/comments/18lqkt/i_compiled_a_list_of_the_best_tools_to_generate/c8fxdv8">Siyfion</a> via Reddit.</li>
<li><a href="http://jashkenas.github.com/docco/">Docco</a> - Docco is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. It produces HTML that displays your comments alongside your code.</li>
<li><a href="http://www.dexy.it/">Dexy</a> - Flexible documentation tool that supports any language, for any API.</li>
<li><a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a> - Generate an on-line documentation browser (in HTML) and/or an off-line reference manual, and you can configure doxygen to extract the code structure from undocumented source files.  Seems more technical than the other options, but a powerful option nonetheless.  Suggested by <a href="http://www.reddit.com/r/programming/comments/18lqkt/i_compiled_a_list_of_the_best_tools_to_generate/c8fynyj">gkumar007</a> via Reddit.</li>
<li><a href="http://turnapi.com/">TurnAPI</a> &#8211; Paid service.  Intelligent WIKI-editor, markdown based standards, documentation branching, sync with Git, SVN, Mercurial, clean looking themes. [<a href="http://www.dexy.it/features/">Features</a>]
<ul>
<li><strong>Note:</strong> As of writing I was unable to create an account at TurnAPI.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/tools-to-generate-beautiful-api-documentation.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best Bus from DC to NYC &#8211; Vamoose Gold Bus</title>
		<link>http://www.mattsilverman.com/2013/02/best-bus-from-dc-to-nyc-vamoose-gold-bus.html</link>
		<comments>http://www.mattsilverman.com/2013/02/best-bus-from-dc-to-nyc-vamoose-gold-bus.html#comments</comments>
		<pubDate>Wed, 13 Feb 2013 02:40:09 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[nyc]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=578</guid>
		<description><![CDATA[Key advantages of the Vamoose Gold Bus Very efficient iPad check-in system before boarding bus Water bottle at every seat Wood floors Classy bus driver Working wifi Electrical outlets at every seat One column of single seats, one column of&#8230;]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-579" title="Vamoose Gold Bus" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/photo3-500x375.jpg" width="500" height="375" /></p>
<p>Key advantages of the Vamoose Gold Bus</p>
<ul>
<li>Very efficient iPad check-in system before boarding bus</li>
<li><span style="line-height: 13px;">Water bottle at every seat</span></li>
<li>Wood floors</li>
<li>Classy bus driver</li>
<li><em>Working</em> wifi</li>
<li>Electrical outlets at every seat</li>
<li>One column of single seats, one column of double seats</li>
<li>Tray table at each seat</li>
<li>Smooth ride</li>
</ul>
<p>Check it out: <a href="http://www.vamoosebus.com/pages/gold.aspx">http://www.vamoosebus.com/pages/gold.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/best-bus-from-dc-to-nyc-vamoose-gold-bus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using International iMessage to avoid SMS Charges</title>
		<link>http://www.mattsilverman.com/2013/02/using-international-imessage-to-avoid-sms-charges.html</link>
		<comments>http://www.mattsilverman.com/2013/02/using-international-imessage-to-avoid-sms-charges.html#comments</comments>
		<pubDate>Fri, 08 Feb 2013 01:30:32 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=709</guid>
		<description><![CDATA[iMessage uses data instead of SMS, and therefore works internationally to send free text messages (as long as you have an international data plan). However, you must TURN OFF &#8220;Send As SMS&#8221; when you are traveling internationally, otherwise your phone&#8230;]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter  wp-image-710" title="photo" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2013/02/photo-500x887.png" width="300" height="532" /></p>
<p style="text-align: left;">iMessage uses data instead of SMS, and therefore works internationally to send free text messages (as long as you have an international data plan).</p>
<p style="text-align: left;">However, you must <strong>TURN OFF &#8220;</strong>Send As SMS&#8221; when you are traveling internationally, otherwise your phone may send an SMS message (green message) using international SMS rates.</p>
<p style="text-align: left;">Go to <strong>Settings &gt;Messages</strong> to turn off &#8220;SEND As SMS&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/using-international-imessage-to-avoid-sms-charges.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Google Chrome Without a Web Browser using Windows Command Line</title>
		<link>http://www.mattsilverman.com/2013/02/download-google-chrome-without-a-web-browser-using-windows-command-line.html</link>
		<comments>http://www.mattsilverman.com/2013/02/download-google-chrome-without-a-web-browser-using-windows-command-line.html#comments</comments>
		<pubDate>Thu, 07 Feb 2013 23:57:46 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=715</guid>
		<description><![CDATA[Due to the popularity of my old post on how to download firefox without a web browser, I decided to figure out a way to do the same thing with Chrome.  Chrome doesn&#8217;t seem easily accessible on FTP, so this&#8230;]]></description>
				<content:encoded><![CDATA[<p>Due to the popularity of my old post on <a href="http://www.mattsilverman.com/2009/06/how-to-download-firefox-without-a-web-browser.html">how to download firefox without a web browser</a>, I decided to figure out a way to do the same thing with Chrome.  Chrome doesn&#8217;t seem easily accessible on FTP, so this method allows you to still download Chrome from a safe web source, via the HTTP link that Google provides.</p>
<p><strong>1.</strong>  Open NotePad and paste the below VBScript code into it.</p>
<p><em>Note: The strFileURL variable is currently set to the URL that Chrome is at as of today.  That might change later.  Find latest Chrome EXE by going <a href="https://www.google.com/intl/en/chrome/browser/index.html?system=true&amp;standalone=1#eula" target="_blank">here</a>. Click accept and install, then right-click copy the URL titled &#8220;Click here to retry.&#8221;</em></p>
<pre class="brush: vb; auto-links: false; title: chrome.vbs; toolbar: true; notranslate">
' This is the URL of the chrome EXE.
strFileURL=&quot;https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BA024641A-81C0-533A-53CB-AE9534821219%7D%26lang%3Den%26browser%3D4%26usagestats3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dfalse%26installdataindex%3Ddefaultbrowser/update2/installers/ChromeStandaloneSetup.exe&quot;
' This is where the file will download to.
strHDLocation = &quot;c:\ChromeStandaloneSetup.exe&quot;
' Fetch the file
Set objXMLHTTP = CreateObject(&quot;MSXML2.XMLHTTP&quot;)
objXMLHTTP.open &quot;GET&quot;, strFileURL, false
objXMLHTTP.send()
If objXMLHTTP.Status = 200 Then
Set objADOStream = CreateObject(&quot;ADODB.Stream&quot;)
objADOStream.Open
objADOStream.Type = 1 'adTypeBinary
objADOStream.Write objXMLHTTP.ResponseBody
objADOStream.Position = 0 'Set the stream position to the start
Set objFSO = Createobject(&quot;Scripting.FileSystemObject&quot;)
If objFSO.Fileexists(strHDLocation) Then objFSO.DeleteFile
strHDLocation
Set objFSO = Nothing
objADOStream.SaveToFile strHDLocation
objADOStream.Close
Set objADOStream = Nothing
End if
Set objXMLHTTP = Nothing
</pre>
<p><strong>2.</strong> Save your notepad file to your desktop, and use quotes in the filename to overwrite saving as a .txt file:<br />
&#8220;chrome.vbs&#8221;</p>
<p><img class="size-full wp-image-737 aligncenter" title="savechrome" src="http://www.mattsilverman.com/wp-content/uploads/2013/02/savechrome1.png" alt="" width="481" height="112" /></p>
<p><strong>3.</strong> Go to your Windows command prompt (Start &gt; CMD)<br />
<strong>4.</strong> Navigate to your desktop in the command prompt (cd desktop)<br />
<strong>5.</strong> Run the command: <strong>cscript.exe downloadfile.vbs</strong><br />
<strong><img class="size-full wp-image-738 aligncenter" title="chromedos" src="http://www.mattsilverman.com/wp-content/uploads/2013/02/chromedos.png" alt="" width="511" height="98" /></strong></p>
<p><strong>6.</strong> Open Windows explorer, and right on your C drive you should see the chrome installer at <strong>c:\ChromeStandaloneSetup.exe</strong></p>
<p><strong></strong><br />
<em>Attribution: This vbscript was adopted by Gareth&#8217;s method on <a href="http://superuser.com/questions/59465/is-it-possible-to-download-using-the-windows-command-line" rel="nofollow" target="_blank">SuperUser.com</a>.</em></p>
<div class="SPOSTARBUST-Related-Posts"><H3>Related Posts</H3><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="Disable Automatic Updates in Adobe CS3" href="http://www.mattsilverman.com/2008/04/disable-automatic-updates-in-adobe-cs3.html" rel="bookmark">Disable Automatic Updates in Adobe CS3</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/download-google-chrome-without-a-web-browser-using-windows-command-line.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenID Tutorial: Error in parsing the OpenID auth request</title>
		<link>http://www.mattsilverman.com/2013/02/openid-tutorial-error-in-parsing-the-openid-auth-request.html</link>
		<comments>http://www.mattsilverman.com/2013/02/openid-tutorial-error-in-parsing-the-openid-auth-request.html#comments</comments>
		<pubDate>Wed, 06 Feb 2013 19:42:29 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=712</guid>
		<description><![CDATA[When following this great tutorial on how to use OpenID with PHP: http://qpleple.com/how-to-make-people-login-into-your-website-with-their-google-account/ I encountered the following error: Error: invalid_request Error in parsing the OpenID auth request. I believe this problem may be encountered because my testing server does not&#8230;]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter" title="invalid-request" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2013/02/invalid-request.png" width="264" height="210" /><br />
When following this great tutorial on how to use OpenID with PHP:</p>
<p>http://qpleple.com/how-to-make-people-login-into-your-website-with-their-google-account/</p>
<p>I encountered the following error:</p>
<blockquote>
<p id="errorCode">Error: invalid_request<br />
Error in parsing the OpenID auth request.</p>
</blockquote>
<p>I believe this problem may be encountered because my testing server does not have SSL, and Google will not accept requests that do not come from a &#8220;https://&#8221; URL.  I am installing an SSL cert on my testing domain and will report back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/02/openid-tutorial-error-in-parsing-the-openid-auth-request.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove pagefile.sys and hiberfil.sys from Windows 7</title>
		<link>http://www.mattsilverman.com/2013/01/how-to-remove-pagefile-sys-and-hiberfil-sys-from-windows-7.html</link>
		<comments>http://www.mattsilverman.com/2013/01/how-to-remove-pagefile-sys-and-hiberfil-sys-from-windows-7.html#comments</comments>
		<pubDate>Wed, 09 Jan 2013 17:18:33 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=700</guid>
		<description><![CDATA[Notice that pagefile.sys and hiberfil.sys take up 7GB total! To delete these files safely in Windows 7, you must disable &#8220;Hibernate Support&#8221; in your power options in the control panel. 1.  Go to Start &#62; Search, type in &#8220;powercfg.cpl&#8221; go&#8230;]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-702" title="pagefile" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2013/01/pagefile.png" width="481" height="146" />Notice that pagefile.sys and hiberfil.sys take up 7GB total!</p>
<p style="text-align: left;">To delete these files safely in Windows 7, you must disable &#8220;Hibernate Support&#8221; in your power options in the control panel.</p>
<p style="text-align: left;">1.  Go to Start &gt; Search, type in &#8220;powercfg.cpl&#8221; go to advanced power options, find the &#8220;Sleep&#8221; section and make sure sleep is set to &#8220;never&#8221;</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-704" title="sleep-never" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2013/01/sleep-never.png" width="402" height="410" /></p>
<p style="text-align: left;">2.  We also need to make sure virtual memory is not enabled.   (coming soon)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2013/01/how-to-remove-pagefile-sys-and-hiberfil-sys-from-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Tips to Legitimize Your Small Business</title>
		<link>http://www.mattsilverman.com/2012/11/9-tips-to-legitimize-your-small-business.html</link>
		<comments>http://www.mattsilverman.com/2012/11/9-tips-to-legitimize-your-small-business.html#comments</comments>
		<pubDate>Fri, 16 Nov 2012 23:10:24 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=676</guid>
		<description><![CDATA[Please note: These steps will get you in the right direction to setting up a scalable business, but you should consult with a reputable accountant and attorney before making any business decisions.  This information should not be considered legal advice.&#8230;]]></description>
				<content:encoded><![CDATA[<p><strong>Please note:</strong> These steps will get you in the right direction to setting up a scalable business, but you should consult with a reputable accountant and attorney before making any business decisions.  This information should <strong>not</strong> be considered legal advice.</p>
<p>From the last few years of experience, below are my favorite vendors to use when launching a new business.  These methods are all very cost effective, yet still scalable for when your business hopefully takes off.  Good luck!</p>
<h2>1. Get a Logo Designed &#8211; 99 Designs (~$400)</h2>
<p>Vendor: <a href="http://www.anrdoezrs.net/click-6495154-10792365?cm_mmc=CJ-_-3882673-_-6495154-_-Graphic%20Design%20-%20Text">99Designs</a></p>
<ul>
<li>Post a logo project and give as much direction as possible to the prospective designers</li>
<li>BE ACTIVE give feedback as often as possible on designer submissions, active projects get much more designer competition</li>
<li>Don&#8217;t be afraid to give strong criticism to designers, and make sure to submit a rating for every design.</li>
</ul>
<h2>2. Register Your Domain and Hosting &#8211; Namecheap (~$6/mo)</h2>
<p>Vendor: <a href="http://www.namecheap.com/?aff=18285">NameCheap</a></p>
<ul>
<li>Strongly .COM and not .ly, .net, etc</li>
<li>Choose as short of a domain as possible</li>
<li>Add Namecheap&#8217;s WhoisGuard to protect your domain registration info from spammers.  It&#8217;s only $3 per year.</li>
<li>If you simply need an informational website, simply sign up for Namecheap&#8217;s <a href="https://www.namecheap.com/web-hosting/web-hosting.aspx?aff=18285">$4/mo shared hosting plan</a>.  If you have a database intensive website, you should seek consultation for a more powerful server solution.</li>
</ul>
<h2>3. Set up your business e-mail &#8211; Google Apps (free)</h2>
<p>Vendor: <a href="https://www.google.com/a/cpanel/standard/new3?hl=en&amp;source=gafb-pricing-tabletop-en" target="_blank">Google</a></p>
<ul>
<li>Start with the <a href="https://www.google.com/a/cpanel/standard/new3?hl=en&amp;source=gafb-pricing-tabletop-en" target="_blank">standard plan</a>, which is free</li>
<li>Namecheap has a <a href="http://www.namecheap.com/support/knowledgebase/article.aspx/1244/78/how-do-i-associate-my-domain-with-google-apps" target="_blank">great help doc</a> on how to link your domain to your Google Apps account.</li>
</ul>
<h2>4. Incorporate and Trademark your company &#8211; Trademarkia (~$700)</h2>
<p>Vendor: <a href="http://www.trademarkia.com">Trademarkia</a></p>
<ul>
<li>You should consider trademarking both your company name, and separately trademarking your company logo, icon, or other marks.  Please seek legal advice on this.</li>
<li>Seek legal/accounting advice on whether an LLC, C Corp, S Corp, or other type of incorporation method will be right for you.</li>
<li>Seek legal advice on what state you should incorporate in.  Keep in mind that if you choose a state that you do not have active mailing address in, you will have to pay an annual fay for a <a href="http://en.wikipedia.org/wiki/Registered_agent" target="_blank">registered agent</a> service.</li>
<li>Make sure to save and backup a PDF copy of your articles of incorporation, and any other formal documents.</li>
</ul>
<h2>5. Register your EIN (free)</h2>
<p>Vendor: <a href="http://www.irs.gov/Businesses/Small-Businesses-&amp;-Self-Employed/Apply-for-an-Employer-Identification-Number-(EIN)-Online">IRS</a></p>
<ul>
<li>Make sure to use your business address, or a permanent address when getting your EIN.  Most banks will require that your mailing address matches the address on your EIN document.</li>
<li>Make sure to save an electronic copy (backed up!) of your official EIN document.  You will need this to open a bank account.</li>
</ul>
<h2>6. Get a Business Bank Account (free)</h2>
<p>Vendor: <a href="http://www.bankofamerica.com">Bank of America<br />
</a></p>
<ul>
<li>You can waive your monthly fee by using your business checking debit card once per month (Set it up as the payment method for your web hosting)</li>
<li>Use the <a href="https://itunes.apple.com/us/app/bank-america-mobile-banking/id284847138?mt=8" target="_blank">Bank of America iPhone app</a> to deposit checks from your phone</li>
</ul>
<h2>7. Get a Website Design Template ($~50)</h2>
<p>Vendor: <a href="http://themeforest.net/?ref=mattsilv" target="_blank">Themeforest</a></p>
<p>No need to pay thousands of dollars for a custom website design if you are just starting out.  Use a theme database like ThemeForest and get an awesome <a href="themeforest.net/category/wordpress?ref=mattsilv">WordPress design template</a> for less then $50.</p>
<ul>
<li>Make sure you choose a <a href="themeforest.net/category/wordpress?ref=mattsilv" target="_blank">WordPress template</a>.</li>
<li>Choose something simple.  Complex themes have a lot of content sections you will not use, and you will have to pay your freelance developer to remove or hide those unwanted sections</li>
<li>Before buying a template, read the comments on the template and see if the author is responsive to questions.  This can come in handy later if you make a request for improvements.</li>
</ul>
<h2><strong>8. Find a Freelancer to Launch your Website (~$400-$1000)</strong></h2>
<p>Vendor: <a href="http://www.odesk.com" target="_blank">Odesk</a></p>
<ul>
<li>Post a project on Odesk asking for a PHP programmer with <a href="http://wordpress.org/" target="_blank">WordPress</a> experience</li>
<li>Pay rates ranging from $10-$15 per hour are reasonable for a WordPress freelancer</li>
<li>In the project posting, specifically ask developer to send a link to the best wordpress site they have developed (and to only ONE site, not a massive list).  Most developers won&#8217;t read your special request, so you can quickly hide their applications.</li>
<li>Install WordPress on your Namecheap hosting account.  Instructions <a href="http://www.namecheap.com/support/knowledgebase/article.aspx/1295/204/how-to-install-wordpress-from-softaculous">here</a>.</li>
<li>Send the developer your ThemeForest template files.</li>
<li>Create a google doc with tasks, and share it with your developer</li>
<li>When giving feedback to any developer, use a <a href="https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce">screenshot tool</a> to effectively communicate changes you request.</li>
</ul>
<h2>9. Bookkeeping, Expense Tracking, and Invoicing (free to start)</h2>
<p>Vendor: <a href="https://mattsilv.freshbooks.com/refer/www" target="_blank">Freshbooks</a></p>
<ul>
<li>Get started with a basic account for free</li>
<li>When tracking expenses, use the spreadsheet import function to save time</li>
<li>Accept credit card payments for invoices.  Well worth the ~3% fees to save hours of time processing paper checks</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/9-tips-to-legitimize-your-small-business.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Become a Gmail Power User 10 Minutes</title>
		<link>http://www.mattsilverman.com/2012/11/become-a-gmail-power-user-in-10-minutes.html</link>
		<comments>http://www.mattsilverman.com/2012/11/become-a-gmail-power-user-in-10-minutes.html#comments</comments>
		<pubDate>Mon, 12 Nov 2012 16:29:25 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=638</guid>
		<description><![CDATA[1.  Learn The 5 Essential Keyboard Shortcuts Locate the Gmail &#8220;Settings&#8221; section at the Top Right Enable keyboard shortcuts in the Gmail Settings section Tab+Enter &#8211; Send e-mail. &#8220;C&#8221; - Compose &#8220;E&#8221; &#8211; Archive message &#8220;#&#8221; &#8211; Delete message (Shift+3)&#8230;]]></description>
				<content:encoded><![CDATA[<h2>1.  Learn The 5 Essential Keyboard Shortcuts</h2>
<div align="center">
<p style="text-align: center;"><img title="settings" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/settings.png" alt="" width="191" height="283" /></p>
</div>
<p style="text-align: center;">Locate the Gmail &#8220;Settings&#8221; section at the Top Right</p>
<div align="center"><img class="size-full wp-image-641 aligncenter" title="shortcuts" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/shortcuts.png" alt="" width="470" height="246" /></div>
<p style="text-align: center;">Enable keyboard <a href="http://support.google.com/mail/bin/answer.py?hl=en&amp;ctx=mail&amp;answer=6594" target="_blank">shortcuts</a> in the Gmail Settings section</p>
<ul>
<li><strong>Tab+Enter</strong> &#8211; Send e-mail.</li>
<li>&#8220;<strong>C&#8221; </strong>- Compose</li>
<li>&#8220;<strong>E</strong>&#8221; &#8211; Archive message</li>
<li><strong>&#8220;#&#8221;</strong> &#8211; Delete message (Shift+3)</li>
<li>&#8220;<strong>SHIFT</strong>&#8216;- Open email in a new window when combined with any other action.  (Shift+C will open a new compose message in a new window)</li>
<li>&#8220;?&#8221; Access the shortcuts cheat sheet (Shift + / )</li>
</ul>
<h2>2.  Explore Gmail Labs Features</h2>
<div align="center"><img class="size-full wp-image-645 aligncenter" title="labs" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/labs.png" alt="" width="400" height="296" /></div>
<p style="text-align: center;">Visit Settings &gt; Labs to view the optional labs settings</p>
<p style="text-align: left;">Recommended Labs Features to Turn On:</p>
<ul>
<li><strong>Background Send</strong> &#8211; Helps avoid the 1-2 second delay each time you send an e-mail.</li>
<li><strong>Undo-send &#8211; </strong>Gives you an extra 5 seconds to recall an e-mail if you hit send too quickly.</li>
<li><strong>Signature Tweaks</strong> &#8211; Places your e-mail signature directly after your reply message, and removes the pesky &#8220;&#8211;&#8221; symbols.</li>
</ul>
<h2>3.  Understand the &#8220;Archive&#8221; Function</h2>
<div align="center"><img class="aligncenter size-full wp-image-647" title="archive" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/archive.png" alt="" width="330" height="99" /></div>
<p style="text-align: center;">The &#8220;archive&#8221; button</p>
<ul>
<li>In Gmail, you generally always &#8220;archive&#8221; instead of &#8220;delete&#8221;</li>
<li>When you &#8220;archive&#8221; something, you are simply removing it from the inbox.</li>
<li>You can always view your archived mail by either using the &#8220;search&#8221; or clicking &#8220;All Mail&#8221; on the left navigation</li>
</ul>
<h2>4.  Gmail Search is Crucial &#8211; Learn The 10 second rule</h2>
<div align="center"><img class="aligncenter size-full wp-image-649" title="gmail-search" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/gmail-search1.png" alt="" width="536" height="451" /></div>
<p>Why is Gmail better than Outlook, even on day one?  The search function is incredibly powerful, and saves time.</p>
<h3><strong>10 Second Rule: If you can&#8217;t find an e-mail after 10 seconds of browsing, search for it</strong>.</h3>
<p>Search is not the slow, useless process you became accustomed to in Outlook.  In Gmail search, simply recall one unique keyword that might have been mentioned in an e-mail, and you instantly filter the number of e-mails you have to sift through to find your result.</p>
<p>Learn a few of the helpful shorthand codes you can enter in the search box to save time and narrow your results</p>
<p>&nbsp;</p>
<div align="center"><img class="aligncenter size-full wp-image-652" title="has-attachment" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/has-attachment1.png" alt="" width="506" height="86" /></div>
<p>&nbsp;</p>
<ul>
<li><strong>from:</strong>
<ul>
<li>Narrow search to e-mails send from a specific e-mail address</li>
</ul>
</li>
<li><strong>to:</strong>
<ul>
<li>Narrow search to e-mails that has a specific e-mail address in the &#8220;TO&#8221; box</li>
</ul>
</li>
<li><strong>has:attachment</strong>
<ul>
<li>Includes only e-mails with an attachment</li>
</ul>
</li>
<li><strong>is:starred</strong>
<ul>
<li>Includes only starred e-mails (useful if you have certain emails you reference often)</li>
</ul>
</li>
<li><strong>in:sent</strong>
<ul>
<li>Equivalent of searching your sent mail folder.</li>
</ul>
</li>
</ul>
<h2>5.  Inbox Zero</h2>
<p><img class="size-full wp-image-654 aligncenter" title="inbox-zero" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/inbox-zero.png" alt="" width="652" height="269" />If you are properly using the &#8220;Archive&#8221; functionality, your ultimate goal is to get your inbox down to as few e-mails as possible<strong>. </strong><br />
Have any other essential Gmail tips?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/become-a-gmail-power-user-in-10-minutes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View All of Your Apple Products</title>
		<link>http://www.mattsilverman.com/2012/11/how-to-view-all-of-your-apple-products.html</link>
		<comments>http://www.mattsilverman.com/2012/11/how-to-view-all-of-your-apple-products.html#comments</comments>
		<pubDate>Tue, 06 Nov 2012 16:56:44 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=615</guid>
		<description><![CDATA[Your hidden apple support profile. Apple makes it extremely difficult to find this page, and after spending almost 10 minutes trying to locate it again, I decided to create this post as a reference. Reasons to Bookmark your Apple Support&#8230;]]></description>
				<content:encoded><![CDATA[<div align="center"><a href="https://supportprofile.apple.com/MySupportProfile.do"><img class=" wp-image-616 aligncenter" title="Apple Support Profile" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/Apple-Support-My-Support-Profile-500x338.png" alt="" width="500" height="338" /></a><br />
<em>Your hidden apple support profile.</em></div>
<p>Apple makes it extremely difficult to find this page, and after spending almost 10 minutes trying to locate it again, I decided to create this post as a reference.</p>
<h2>Reasons to Bookmark your Apple Support Profile</h2>
<ul>
<li>Easily submit an AppleCare request</li>
<li>Keep track of your apple devices and serial numbers</li>
<li>Determine if your device is still under warranty</li>
</ul>
<h2>Bookmark this link:</h2>
<p><a href="https://supportprofile.apple.com/MySupportProfile.do">https://supportprofile.apple.com/MySupportProfile.do</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/how-to-view-all-of-your-apple-products.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Guide to iOS Passbook</title>
		<link>http://www.mattsilverman.com/2012/11/beginners-guide-to-ios-passbook.html</link>
		<comments>http://www.mattsilverman.com/2012/11/beginners-guide-to-ios-passbook.html#comments</comments>
		<pubDate>Tue, 06 Nov 2012 01:43:07 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[passbook]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=601</guid>
		<description><![CDATA[Start using iOS Passbook in 5 Easy Steps With  the launch of iOS 6 came the much anticipated Passbook app.  Despite passbook being out for over a month now, most people have no idea how to use it, so I&#8230;]]></description>
				<content:encoded><![CDATA[<div align="center"><img class="aligncenter size-full wp-image-603" title="passbook-hero" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/passbook-hero.png" width="200" height="200" /></div>
<h2>Start using iOS Passbook in 5 Easy Steps</h2>
<p>With  the launch of iOS 6 came the much anticipated Passbook app.  Despite passbook being out for over a month now, most people have no idea how to use it, so I decided to put together a painfully easy tutorial.  Let&#8217;s get to it.</p>
<h2>Reasons to use passbook</h2>
<ul>
<li>Thin out your wallet by carrying around less loyalty and gift cards</li>
<li>Leave your wallet in your pocket, and pay with your phone in just a few taps</li>
<li>Avoid printing things like concert tickets, boarding passes, train tickets, etc.</li>
</ul>
<h2>1.  Start with a Starbucks card</h2>
<div align="center"><img class="aligncenter size-medium wp-image-604" title="Classic-Minicard-Punched(1)" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/Classic-Minicard-Punched1-300x190.jpg" width="300" height="190" /></div>
<p>If you live anywhere near a Starbucks, I recommend you bite the bullet and experience Passbook as soon as possible.  The easiest way to get started is to purchase a gift card at your local Starbucks and ask the cashier to load it with $5.</p>
<h2>2.  Download the Starbucks app</h2>
<p>Visit the iOS app store and download the <a href="https://itunes.apple.com/us/app/starbucks/id331177714?mt=8" target="_blank">free Starbucks app</a>.</p>
<h2>3.  Link your card to the Starbucks App</h2>
<div align="center"><img class="aligncenter size-medium wp-image-605" title="passbook1" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/passbook1-168x300.png" width="168" height="300" /></div>
<p><strong>3.1</strong> Click the + Icon at the top Right of the Starbucks App</p>
<div align="center"><img class="aligncenter size-medium wp-image-607" title="passbook2" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/passbook2-168x300.png" width="168" height="300" /></div>
<p><strong>3.1</strong> Type in the numbers from your physical Starbucks card</p>
<h2> 4.  Add your Starbucks card to the Passbook App</h2>
<p>Once your card is added to the Starbucks app, you will see a Reload and Manage button under the card.  Hit the &#8220;Manage&#8221; button.</p>
<div align="center"><img class="aligncenter  wp-image-608" title="passbook3" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/passbook3-168x300.png" width="168" height="300" /></div>
<p><strong>4.1</strong> After hitting &#8220;Manage&#8221; select the option that says &#8220;Add Card to Passbook</p>
<h2 style="text-align: left;">5.  Open the Passbook app</h2>
<p style="text-align: left;">Go back to your home screen on the iPhone, and open the Passbook app.  You should see your Starbucks card appear.</p>
<div align="center"><img class="aligncenter size-medium wp-image-521" title="sbux" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/10/sbux-202x300.png" width="202" height="300" /></div>
<p>Your Starbucks pass will look something like this.</p>
<h2 style="text-align: left;">Save Time and Earn Rewards</h2>
<p>Earn your Starbucks gold status in no time, and don&#8217;t worry about fishing your plastic Starbucks card out of your wallet.  By simply flashing your Starbucks card against a barcode reader at the cashier station, you are able to instantly pay and earn your Starbucks rewards.<br />
See some of my <a href="http://www.mattsilverman.com/tag/passbook">other posts</a> regarding Passbook.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/beginners-guide-to-ios-passbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Eggs Benedict in NYC</title>
		<link>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-nyc.html</link>
		<comments>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-nyc.html#comments</comments>
		<pubDate>Tue, 06 Nov 2012 00:59:18 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[nyc]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=573</guid>
		<description><![CDATA[The Best: Sausage Benedict at Five Points Breakfast Sausage Benedict from Five Points Breakfast sausage, poached egg, and shrimp hollandaise on top of a cheddar scone.  It seriously does not get much better than this.  Highly recommend Five Points for&#8230;]]></description>
				<content:encoded><![CDATA[<h2>The Best: Sausage Benedict at Five Points</h2>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-576" title="Sausage Benedict" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/photo2-500x375.jpg" width="500" height="375" />Breakfast Sausage Benedict from <a href="http://www.fivepointsrestaurant.com/menus.html" target="_blank">Five Points</a></p>
<p>Breakfast sausage, poached egg, and shrimp hollandaise on top of a cheddar scone.  It seriously does not get much better than this.  Highly recommend Five Points for brunch.</p>
<p><a href="http://www.fivepointsrestaurant.com/" target="_blank">Five Points</a><br />
31 Great Jones Street<br />
New York, NY 10012<br />
212.253.5700<br />
<a href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=31+Great+Jones+Street+NYC+10012&amp;sll=40.756054,-73.986951&amp;sspn=0.716739,1.215363&amp;ie=UTF8&amp;ll=40.726873,-73.99277&amp;spn=0.002801,0.004748&amp;z=18&amp;iwloc=r1" target="_blank">MAP</a></p>
<h2>Disappointing: Johnnycake Benedict at North End Grill</h2>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-574" title="Johnnycake Benedict" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/photo1-500x375.jpg" width="500" height="375" />Johnnycake Benedict at <a href="http://northendgrillnyc.com/" target="_blank">North End Grill</a></p>
<p>Lamb Bacon, Poached Egg, and Chipotle Hollandaise.  This sounded much better than it was.  The johnnycake was too thick, and very dry.  The lamb bacon was was miniscule, and did not contribute to the dish.  The albeit delicious chipotle hollandaise could not not even pull the dish together.</p>
<p>North End Grill<br />
104 North End, New York, NY 10282<br />
646.747.1600<br />
<a href="https://maps.google.com/maps?ie=UTF-8&amp;gl=us&amp;daddr=104+North+End+Avenue,+New+York,+NY+10282&amp;panel=1&amp;f=d&amp;fb=1&amp;dirflg=d&amp;geocode=0,40.715368,-74.015452&amp;cid=0,0,13353546308248194944&amp;hq=North+End+Grill&amp;hnear=North+End+Grill&amp;ei=lmKYUMX0CcaQ0QHc54GIDg&amp;ved=0CJcBEJ4CMAA" target="_blank">MAP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-nyc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Eggs Benedict in Washington DC</title>
		<link>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-washington-dc.html</link>
		<comments>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-washington-dc.html#comments</comments>
		<pubDate>Tue, 06 Nov 2012 00:55:02 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=568</guid>
		<description><![CDATA[Chesapeake Benedict from Circa in Foggy Bottom In the mood for Eggs Benedict for Brunch?  Circa delivered one of the best Eggs Benedict dishes I have ever had.  This post will be updated with some other contenders soon, so check&#8230;]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-large wp-image-570" title="Chesapeake Benedict" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/photo-500x375.jpg" width="500" height="375" />Chesapeake Benedict from <a href="http://www.circaatfoggybottom.com/">Circa</a> in Foggy Bottom</p>
<p style="text-align: left;">In the mood for Eggs Benedict for Brunch?  Circa delivered one of the best Eggs Benedict dishes I have ever had.  This post will be updated with some other contenders soon, so check back.</p>
<p style="text-align: left;"><a href="http://www.circaatfoggybottom.com/">CIRCA</a> at Foggy Bottom<br />
2221 I St. NW, Suite 300<br />
Washington, DC 20037<a href="https://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=&amp;saddr=&amp;daddr=2221+I+St.+NW,+Suite+300,+Washington,+DC+20052&amp;sll=39.054965,-76.856"><br />
MAP</a></p>
<p style="text-align: left;">Also check out my post on the <a href="http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-nyc.html">best eggs benedict in NYC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/best-eggs-benedict-in-washington-dc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amtrak Adds iOS Passbook Support</title>
		<link>http://www.mattsilverman.com/2012/11/amtrak-adds-ios-passbook-support.html</link>
		<comments>http://www.mattsilverman.com/2012/11/amtrak-adds-ios-passbook-support.html#comments</comments>
		<pubDate>Fri, 02 Nov 2012 17:21:13 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[passbook]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=555</guid>
		<description><![CDATA[Starting today, Amtrak released version 1.3 of the Amtrak iOS app, which now includes Passbook support.  Details of the update are shown below. How to Add Your Amtrak Ticket to Passbook 1.  Install the Amtrak iOS app. 2.  Login to&#8230;]]></description>
				<content:encoded><![CDATA[<div align="center"><a href="https://itunes.apple.com/us/app/amtrak/id405074003?mt=8"><img class="wp-image-558 aligncenter" title="amtrak1" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/amtrak1.png" alt="" width="300" height="533" /></a></div>
<p>Starting today, Amtrak released version 1.3 of the <a href="https://itunes.apple.com/us/app/amtrak/id405074003?mt=8" target="_blank">Amtrak iOS app</a>, which now includes Passbook support.  Details of the update are shown below.</p>
<div align="center"><a href="https://itunes.apple.com/us/app/amtrak/id405074003?mt=8" target="_blank"><img class="size-full wp-image-557 aligncenter" title="amtrak2" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/amtrak2.png" alt="" width="300" height="533" /></a></div>
<h2>How to Add Your Amtrak Ticket to Passbook</h2>
<p>1.  Install the <a href="https://itunes.apple.com/us/app/amtrak/id405074003?mt=8" target="_blank">Amtrak iOS app</a>.</p>
<p>2.  Login to your Amtrak account on the app.</p>
<p>3.  Browse to view your e-ticket.  On the view e-ticket screen, hit the icon on the top-right and select &#8220;Add to Passbook.&#8221;  (see below)</p>
<div align="center">
<a href="https://itunes.apple.com/us/app/amtrak/id405074003?mt=8" target="_blank"><img class="size-full wp-image-556 aligncenter" title="amtrak3" src="http://www.mattsilverman.com/wp-content/uploads/2012/11/amtrak3.png" alt="" width="300" height="533" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/11/amtrak-adds-ios-passbook-support.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Emergency Alert in NYC During Hurricane Sandy</title>
		<link>http://www.mattsilverman.com/2012/10/ios-emergency-alert-nyc-during-hurricane-sandy.html</link>
		<comments>http://www.mattsilverman.com/2012/10/ios-emergency-alert-nyc-during-hurricane-sandy.html#comments</comments>
		<pubDate>Wed, 31 Oct 2012 23:26:09 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=536</guid>
		<description><![CDATA[During Hurricane Sandy on Monday, October 29th starting at 8:30PM Eastern, mobile users all around NYC received a mysterious alert message: Go indoors immediately and remain inside.  DO NOT DRIVE.  Call 9-1-1 for emergencies only. These emergency alerts are a&#8230;]]></description>
				<content:encoded><![CDATA[<p>During Hurricane Sandy on Monday, October 29th starting at 8:30PM Eastern, mobile users all around NYC received a mysterious alert message:</p>
<blockquote><p>Go indoors immediately and remain inside.  DO NOT DRIVE.  Call 9-1-1 for emergencies only.</p></blockquote>
<p style="text-align: center;"><img class="size-full wp-image-538 aligncenter" title="ios-emergency" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/10/ios-emergency.png" width="300" height="533" /></p>
<p>These emergency alerts are a <a href="http://appleinsider.com/articles/12/06/15/with_ios_6_apple_devices_will_receive_national_emergency_alerts" target="_blank">new feature</a> of iOS 6, allowing government agencies to send out critical messages to the public.  The U.S. Government&#8217;s emergency alert system was launched in May 2012, and this was the first alert to be sent out in NYC since the system launched.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/10/ios-emergency-alert-nyc-during-hurricane-sandy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apple&#8217;s iOS Passbook in NYC</title>
		<link>http://www.mattsilverman.com/2012/10/using-apples-ios-passbook-in-nyc.html</link>
		<comments>http://www.mattsilverman.com/2012/10/using-apples-ios-passbook-in-nyc.html#comments</comments>
		<pubDate>Wed, 31 Oct 2012 22:49:22 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[passbook]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=523</guid>
		<description><![CDATA[There are only two places I have been able to use Passbook with so far: Duane Reade and Starbucks. Duane Reade (Owned by Walgreens) Earn rewards without having to carry around those pesky Duane Reade rewards cards. Download the Walgreens&#8230;]]></description>
				<content:encoded><![CDATA[<p>There are only two places I have been able to use Passbook with so far: Duane Reade and Starbucks.</p>
<h2><strong>Duane Reade (Owned by Walgreens)</strong></h2>
<p>Earn rewards without having to carry around those pesky Duane Reade rewards cards. Download the <a href="https://itunes.apple.com/us/app/walgreens/id335364882?mt=8" target="_blank">Walgreens App</a> to get started.</p>
<p style="text-align: center;"><strong><img class=" wp-image-519 aligncenter" title="duane" src="http://www.mattsilverman.com/wp-content/uploads/2012/10/duane.png" alt="" width="300" height="450" /></strong></p>
<h2 style="text-align: left;"><strong>Starbucks</strong></h2>
<p style="text-align: left;">Earn rewards and pay your bill using the Starbucks passbook. Download the regular <a href="https://itunes.apple.com/us/app/starbucks/id331177714?mt=8" target="_blank">Starbucks app</a> and link your Starbucks Card to it.</p>
<p style="text-align: center;"><img class="size-full wp-image-521" title="sbux" src="http://www.mattsilverman.com/wp-content/uploads/2012/10/sbux.png" alt="" width="300" height="445" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/10/using-apples-ios-passbook-in-nyc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 6 Maps Confuses Brooklyn and Manhattan</title>
		<link>http://www.mattsilverman.com/2012/09/ios6-maps-brooklyn-manhattan.html</link>
		<comments>http://www.mattsilverman.com/2012/09/ios6-maps-brooklyn-manhattan.html#comments</comments>
		<pubDate>Fri, 21 Sep 2012 14:54:43 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[nyc]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=496</guid>
		<description><![CDATA[Want to get confused?  Try searching for a 5th avenue address on the new iOS 6 Maps app.  Unlike Google Maps, the new iOS 6 maps cannot make a distinction between Manhattan and Brooklyn for certain addresses. 333 5th ave&#8230;]]></description>
				<content:encoded><![CDATA[<p>Want to get confused?  Try searching for a 5th avenue address on the new iOS 6 Maps app.  Unlike Google Maps, the new iOS 6 maps cannot make a distinction between Manhattan and Brooklyn for certain addresses.</p>
<p><a href="http://goo.gl/maps/mbmIM" target="_blank"><img class="aligncenter" title="goog-map-compare" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/09/goog-map-compare-500x348.png" width="500" height="348" /></a></p>
<p style="text-align: center;">333 5th ave in <strong>Google Maps</strong> (btwn 32nd and 33rd street in MANHATTAN)</p>
<p><img class="aligncenter size-large wp-image-495" title="photo (6)" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2012/09/photo-6-500x750.png" width="500" height="750" /></p>
<p style="text-align: center;">333 5th Ave in <strong>iOS 6 Maps</strong> (between 3rd and 4th street in BROOKLYN)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2012/09/ios6-maps-brooklyn-manhattan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Restore the Recently Changed files shortcut in Windows 7</title>
		<link>http://www.mattsilverman.com/2011/07/how-to-restore-the-recently-changed-files-shortcut-in-windows-7.html</link>
		<comments>http://www.mattsilverman.com/2011/07/how-to-restore-the-recently-changed-files-shortcut-in-windows-7.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:52:33 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=477</guid>
		<description><![CDATA[Looking to restore the shortcut in your explorer window that says &#8220;Recently Changed&#8221;? I was too. In a nutshell, you must save this code snippet, which creates the Recently Changed file search, and then drag that shortcut to your favorites&#8230;]]></description>
				<content:encoded><![CDATA[<p>Looking to restore the shortcut in your explorer window that says &#8220;Recently Changed&#8221;? I was too. In a nutshell, you must save this code snippet, which creates the Recently Changed file search, and then drag that shortcut to your favorites bar. Here are the instructions:</p>
<p>1. Download the raw version of this code below.</p>
<p>http://pastebin.com/embed_js.php?i=NSfwr6eF</p>
<p>2. Paste the file contents to NotePad</p>
<p>3. Save the file as &#8220;Recently Changed.search-ms&#8221; (keep the quotes so it makes that the correct file type)</p>
<p>4. Save the file to C:\Users\{YOUR NAME}\Searches</p>
<p>5. Drag the shortcut to your favorites bar (same place &#8220;Recent Places&#8221; appears)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2011/07/how-to-restore-the-recently-changed-files-shortcut-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows is checking for a solution to the problem</title>
		<link>http://www.mattsilverman.com/2011/04/windows-is-checking-for-a-solution-to-the-problem.html</link>
		<comments>http://www.mattsilverman.com/2011/04/windows-is-checking-for-a-solution-to-the-problem.html#comments</comments>
		<pubDate>Thu, 21 Apr 2011 18:38:47 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=454</guid>
		<description><![CDATA[Has Windows 7 EVER found a solution to the problem of a crashing application?  Probably not.  Since no one likes wasting time, I decided to figure out how to prevent Windows from doing this unnecessary search. Step 1: Click on&#8230;]]></description>
				<content:encoded><![CDATA[<p><img class="size-full wp-image-455 aligncenter" title="1" src="http://www.mattsilverman.com/wp-content/uploads/2011/04/1.jpg" alt="" width="364" height="176" /></p>
<p>Has Windows 7 EVER found a solution to the problem of a crashing application?  Probably not.  Since no one likes wasting time, I decided to figure out how to prevent Windows from doing this unnecessary search.</p>
<p>Step 1: Click on the Start button, type in &#8220;Choose how to report problems&#8221; (without quotes) and hit enter.</p>
<p><img class="size-full wp-image-456 aligncenter" title="2" src="http://www.mattsilverman.com/wp-content/uploads/2011/04/2.png" alt="" width="248" height="47" /></p>
<p>Step 2:  Select &#8220;Never check for solutions&#8221;</p>
<p><img class="aligncenter size-large wp-image-457" title="3" src="http://www.mattsilverman.com/wp-content/uploads/2011/04/3-500x253.png" alt="" width="500" height="253" /></p>
<p>&nbsp;</p>
<p>Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2011/04/windows-is-checking-for-a-solution-to-the-problem.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Backup and Export Google Docs</title>
		<link>http://www.mattsilverman.com/2011/03/how-to-backup-and-export-google-docs.html</link>
		<comments>http://www.mattsilverman.com/2011/03/how-to-backup-and-export-google-docs.html#comments</comments>
		<pubDate>Mon, 07 Mar 2011 02:29:09 +0000</pubDate>
		<dc:creator>Matt Silverman</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[optimize]]></category>

		<guid isPermaLink="false">http://www.mattsilverman.com/?p=421</guid>
		<description><![CDATA[Google recently changed the layout of the Google Docs interface, and made it a little difficult to figure out how to export and backup your documents.  It is always recommended to have a backup of anything you store in the&#8230;]]></description>
				<content:encoded><![CDATA[<p>Google recently changed the layout of the Google Docs interface, and made it a little difficult to figure out how to export and backup your documents.  It is always recommended to have a backup of anything you store in the cloud, so here is a quick tutorial on how to download and backup your Google docs.</p>
<div id="attachment_440" class="wp-caption aligncenter" style="width: 510px"><img class="size-large wp-image-440" title="doc1" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2011/03/doc1-500x352.png" width="500" height="352" /><p class="wp-caption-text">Step 1 &#8211; Right click on any file in your Google Docs list, and select &#8220;Download&#8221;</p></div>
<div id="attachment_443" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-443" title="doc2" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2011/03/doc2.png" width="490" height="459" /><p class="wp-caption-text">Step 2 &#8211; Click on the &#8220;All Items&#8221; tab, and press the &#8220;Download&#8221; button</p></div>
<p style="text-align: center;">
<div id="attachment_444" class="wp-caption aligncenter" style="width: 499px"><img class="size-full wp-image-444" title="doc3" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2011/03/doc3.png" width="489" height="362" /><p class="wp-caption-text">Step 3 &#8211; Select &#8220;Email when ready&#8221;</p></div>
<div id="attachment_445" class="wp-caption aligncenter" style="width: 436px"><img class="size-full wp-image-445 " title="doc4" alt="" src="http://www.mattsilverman.com/wp-content/uploads/2011/03/doc4.png" width="426" height="341" /><p class="wp-caption-text">Step 4 &#8211; Wait until you receive the e-mail, then click download link.</p></div>
<p style="text-align: left;">After the file is downloaded, you are still not done.  It is necessary to extract the zip file, and open a few of the documents to make sure they are readable.  In my experience, the export has always worked very well, but it is imperative to check for yourself each time you save the backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattsilverman.com/2011/03/how-to-backup-and-export-google-docs.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->