<?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>Mitch Fournier</title>
	<atom:link href="http://mitchfournier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitchfournier.com</link>
	<description>Maker of real and digital things.</description>
	<lastBuildDate>Tue, 12 Mar 2019 23:14:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>

<image>
	<url>http://mitchfournier.com/wp-content/uploads/2013/03/builder-120x120.jpg</url>
	<title>Mitch Fournier</title>
	<link>http://mitchfournier.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A simple browser notepad</title>
		<link>http://mitchfournier.com/2015/08/28/simple-browser-notepad/</link>
					<comments>http://mitchfournier.com/2015/08/28/simple-browser-notepad/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Fri, 28 Aug 2015 18:15:54 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[utilities]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=336</guid>

					<description><![CDATA[<p>A simple, one-line, browser-based notepad</p>
The post <a href="http://mitchfournier.com/2015/08/28/simple-browser-notepad/">A simple browser notepad</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2015/08/notepad.jpg"><img fetchpriority="high" decoding="async" class="alignright size-full wp-image-356" src="http://mitchfournier.com/wp-content/uploads/2015/08/notepad.jpg" alt="notepad" width="266" height="197" srcset="http://mitchfournier.com/wp-content/uploads/2015/08/notepad.jpg 266w, http://mitchfournier.com/wp-content/uploads/2015/08/notepad-150x111.jpg 150w" sizes="(max-width: 266px) 100vw, 266px" /></a>Last year I stumbled across <a href="https://coderwall.com/p/lhsrcq">this post</a>Â about a one line browser notepad.</p>
<p>The post was interesting, but the comments were fascinating, each one building functionality on the next.</p>
<p>Being a tinkerer myself, I added my own changes.</p>
<h2>My requirements</h2>
<ol>
<li>Ability to saveÂ &amp;Â open (if neccessary, I never do)</li>
<li>Simple formatting (allow bolding)</li>
<li>Pleasing look</li>
</ol>
<p>I tinkered, explored, pulled apart code and pasted it back together with my own tweaks and came up with the snip below.<span id="more-336"></span></p>
<h2>How toÂ use</h2>
<ol>
<li>Copy the code below into your browser location bar</li>
<li>Bookmark the resulting page</li>
<li>Click and write whenever you need to jot something down</li>
</ol>
<p>Be warned about a couple of things. First, when your browser restarts you will lose your notes if you have not saved them, so always check before restarting.</p>
<p>Second, for this example, theÂ code snip below hotlinksÂ a public pencilÂ icon. I suggest that you use your own.</p>
<h2><span style="line-height: 1.5;">Code: one-line browser notepad</span></h2>
<pre>data:text/html;charset=utf-8,&lt;title&gt;Note&lt;/title&gt;&lt;link rel="shortcut icon" href="http://a.dryicons.com/images/icon_sets/minimalistica_red_icons/png/128x128/pencil.png"&gt;&lt;style&gt;.paper {color: #444;font-size:20px; font-family:"Segoe UI", sans-serif;height: 1000%;margin-top: 2px;padding-left: 50px;position: relative;line-height: 25px;background: -webkit-gradient(linear, 0 0, 0 100%, from(#42B4D4), color-stop(4%, #FCFBC2)) 0 3px;background-size: 100% 25px;}.paper::before {content: '';position: absolute; top: -10px; left: 30px;width: 6px;height: 100000px;border: 1px solid;border-color: transparent red;}&lt;/style&gt;&lt;body onLoad='document.body.focus();' contenteditable spellcheck="false" class="paper"&gt;

</pre>
<h2><span style="line-height: 1.5;">UPDATE Code (2019-03-12)</span></h2>
<pre class="p1">data:text/html, &lt;html contenteditable&gt;&lt;title&gt;Note&lt;/title&gt;&lt;link rel="shortcut icon" href="http://www.myiconfinder.com/uploads/iconsets/256-256-1241507c17ec63f6e8f3202f9a820b97-pencil.png"&gt;&lt;style&gt;body {color:black;font-size:20px; font-family:andale mono;height: 1000%;margin-top: 4px;padding-left: 50px;position: relative;line-height: 25px;background: -webkit-gradient(linear, 0 0, 0 100%, from(green), color-stop(4%, lightyellow)) 0 3px;background-size: 100% 25px;}body::before {content: '';position: absolute; top: -10px; left: 30px;width: 6px;height: 100000px;border: 1px solid;border-color: transparent red;}&lt;/style&gt;&lt;body onLoad='document.body.focus();' spellcheck="false"&gt;</pre>The post <a href="http://mitchfournier.com/2015/08/28/simple-browser-notepad/">A simple browser notepad</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2015/08/28/simple-browser-notepad/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to remove copy/paste and print restrictions from a PDF file</title>
		<link>http://mitchfournier.com/2015/04/29/how-to-remove-copypaste-and-print-restrictions-from-pdf-files/</link>
					<comments>http://mitchfournier.com/2015/04/29/how-to-remove-copypaste-and-print-restrictions-from-pdf-files/#respond</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Wed, 29 Apr 2015 00:40:06 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=349</guid>

					<description><![CDATA[<p>Remove copy/paste and print restrictions from a PDF file.</p>
The post <a href="http://mitchfournier.com/2015/04/29/how-to-remove-copypaste-and-print-restrictions-from-pdf-files/">How to remove copy/paste and print restrictions from a PDF file</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignright wp-image-351" src="http://mitchfournier.com/wp-content/uploads/2015/04/unlock-PDF.jpg" alt="Unlock a PDF file" width="200" height="195" srcset="http://mitchfournier.com/wp-content/uploads/2015/04/unlock-PDF.jpg 300w, http://mitchfournier.com/wp-content/uploads/2015/04/unlock-PDF-150x146.jpg 150w" sizes="(max-width: 200px) 100vw, 200px" />I recently downloaded a hugeÂ PDF and wanted to copy and paste a couple sentencesÂ of text from it to email to a friend.</p>
<p>Unfortunately, the author had enabled copy/paste and print restrictions which prevented me from copying the two sentences that I wanted to send.</p>
<p>Too lazy to retype the text, I searched for aÂ fast andÂ easy technical solution.<span id="more-349"></span></p>
<p>As an aside: I fully respect copyright protections, but I wasn&#8217;t plagiarizing, I just wanted to share a small section with a friend. Fair use at its finest. I searched around and found a pretty simple solution.</p>
<h2><strong>The Steps to Unlock a PDF File</strong></h2>
<ol>
<li><strong>Download <a href="http://www.ghostscript.com/">Ghostscript</a>.</strong> I got the 64-bit windows version (gs916w64.exe) <a href="http://downloads.ghostscript.com/public/">here</a>. It&#8217;s open source and free for non-commercial use.</li>
<li><strong>Check the downloadÂ in <a href="https://www.virustotal.com/">VirusTotal</a>.</strong>Â You can&#8217;t be too safe. A recent analysis is <a href="https://www.virustotal.com/en/file/3e19a2316bee2cc655395c16cad0970d058b29e00ec4db1290a92180fac28fb6/analysis/">here</a>.</li>
<li><strong>Install Ghostscript.</strong> The default options are fine.</li>
<li><strong>Open a command prompt</strong>Â on your Windows machine.</li>
<li><strong>Navigate to the gs install folder.</strong> Nav further to the \bin directory within it. You should see the executable gswin64.exe there. Mine was installedÂ here: C:\Program Files\gs\gs9.16\bin</li>
<li><strong>From there, run this command:</strong>Â <span style="color: #0000ff;">gswin64.exe -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=C:\stripped.pdf C:\protected.pdf</span></li>
</ol>
<p>As you can see, I&#8217;m assuming that your protected file is called &#8220;protected.pdf&#8221; and is at the root of your machine.Â The unprotected file will be called &#8220;stripped.pdf&#8221; and will also be at the root of your machine. You can now copy, paste and print at will.</p>
<p>With great power comes great responsibility. Please don&#8217;t abuseÂ the author&#8217;s copyright.</p>The post <a href="http://mitchfournier.com/2015/04/29/how-to-remove-copypaste-and-print-restrictions-from-pdf-files/">How to remove copy/paste and print restrictions from a PDF file</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2015/04/29/how-to-remove-copypaste-and-print-restrictions-from-pdf-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A free and simple Windows 7 Pomodoro Timer Gadget</title>
		<link>http://mitchfournier.com/2014/02/04/a-free-and-simple-windows-7-gadget-pomodoro-timer/</link>
					<comments>http://mitchfournier.com/2014/02/04/a-free-and-simple-windows-7-gadget-pomodoro-timer/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Tue, 04 Feb 2014 08:49:57 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=325</guid>

					<description><![CDATA[<p>TL;DR Download the Windows 7 Pomodoro Timer gadgetÂ here EDIT:Â I had the wrong version linked for a while, fixed now. I have a short attention span; I struggle mightily keeping my attention fixed on the task at hand. I&#8217;m not sure if my struggles are a personal failing or a symptom of the always-on digital age [&#8230;]</p>
The post <a href="http://mitchfournier.com/2014/02/04/a-free-and-simple-windows-7-gadget-pomodoro-timer/">A free and simple Windows 7 Pomodoro Timer Gadget</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>TL;DR</strong> Download the Windows 7 Pomodoro Timer gadgetÂ </span><a title="Download the Windows 7 Pomodoro Gadget" href="http://mitchfournier.com/wp-content/uploads/2014/02/pomodoro.gadget"><strong>here</strong><span style="color: #ff0000;"><img decoding="async" class="alignnone size-full wp-image-333" style="line-height: 1.5em;" src="http://mitchfournier.com/wp-content/uploads/2014/02/download.png" alt="download" width="16" height="16" /></span></a></p>
<p><span style="color: #ff0000;"><strong>EDIT:</strong>Â I had the wrong version linked for a while, fixed now.</span><img loading="lazy" decoding="async" class="alignright size-full wp-image-335" style="margin-left: 7px;" src="http://mitchfournier.com/wp-content/uploads/2014/02/pomodoro.png" alt="pomodoro" width="232" height="179" srcset="http://mitchfournier.com/wp-content/uploads/2014/02/pomodoro.png 232w, http://mitchfournier.com/wp-content/uploads/2014/02/pomodoro-150x115.png 150w" sizes="(max-width: 232px) 100vw, 232px" /></p>
<p>I have a short attention span; I struggle mightily keeping my attention fixed on the task at hand. I&#8217;m not sure if my struggles are a personal failing or a symptom of the always-on digital age but it doesn&#8217;t matter, I suppose. I struggle regardless of the cause.</p>
<p>I have a cross-platform to-do list application that I really like (<a href="https://todoist.com/">Todoist</a>), and I find dumping all of my tasks into my lists really helps keep me on track. However, I still need help maintaining focus on the single most important task of the moment and bearing down until it is completed.</p>
<p>I&#8217;ve read about the <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Pomodoro_Technique">Pomodoro Technique</a> &#8212; a time management method which breaks down work into 25 minute intervals, separated by short breaks &#8212; and I&#8217;ve tried a few Pomodoro timers on my phone, websites and as standalone utility apps.<span id="more-325"></span></p>
<p><img loading="lazy" decoding="async" class="alignright size-full wp-image-331" style="border: 1px solid black;" src="http://mitchfournier.com/wp-content/uploads/2014/02/sidebar.jpg" alt="sidebar" width="100" height="419" />As a fan of the Windows Sidebar, I recently came across a Windows 7 Pomodoro gadget by <a href="http://sharovatov.wordpress.com/2009/12/03/pomodoro-windows-7-gadget/">Vitaly Sharovatov</a> that had much of what I wanted in a Pomodoro timer. Today I spent some time expanding it to add the name of the task that I am currently working on and making it more pleasing to look at and listen to. <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dd834142.aspx">Windows gadgets</a> are just little bits of HTML, javascript and CSS and so they are very easy to prototype and deploy.</p>
<p>If you are a fan of the Windows Sidebar and the Pomodoro Technique, please feel free to <a title="Download the Windows 7 Pomodoro Gadget" href="http://mitchfournier.com/wp-content/uploads/2014/02/pomodoro.gadget"><strong>download</strong>Â <img decoding="async" class="alignnone size-full wp-image-333" style="line-height: 1.5em;" src="http://mitchfournier.com/wp-content/uploads/2014/02/download.png" alt="download" width="16" height="16" /></a> and use my Windows 7 Pomodoro gadget.</p>
<p>A gadget &#8220;package&#8221; is just a zip file, so you can easily unzip this download and inspect the code if you&#8217;d like. To install, just double click. To start a work session, click on &#8220;25m&#8221;. To start a short break click on &#8220;5m&#8221; and to start a long break, click on &#8220;15m&#8221;. You can stop the timer by clicking the little red bullet between the &#8220;25m&#8221; and &#8220;5m&#8221; links.</p>
<p>After installing, you can drag the gadget anywhere on your screen you&#8217;d like. I like to make mine &#8220;Always on top&#8221; with an 80% opacity, which you can set by right-clicking on the gadget. Next steps for this little utility will be adding a options pane to configure the intervals, adding an optional ticking &#8220;in the zone&#8221; sound, and possibly making the stop button a pause/restart button.</p>
<p><strong>CHANGES</strong></p>
<p><strong>1.1.0.0</strong> Added drop down menu to specify the work interval (5 min up to 85 min in 2o min increments)<br />
<strong>1.0.0.3</strong> Added green background for work interval, red for break interval; added countdown sounds<br />
<strong>1.0.0.2</strong> Tweaks to &#8220;current task&#8221; box<br />
<strong>1.0.0.1</strong> Tweaks to sounds<br />
<strong>1.0.0.0</strong> Initial release</p>The post <a href="http://mitchfournier.com/2014/02/04/a-free-and-simple-windows-7-gadget-pomodoro-timer/">A free and simple Windows 7 Pomodoro Timer Gadget</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2014/02/04/a-free-and-simple-windows-7-gadget-pomodoro-timer/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>LPT: Apply installed changes without restarting Windows</title>
		<link>http://mitchfournier.com/2014/01/19/lpt-apply-installed-changes-without-restarting-windows/</link>
					<comments>http://mitchfournier.com/2014/01/19/lpt-apply-installed-changes-without-restarting-windows/#respond</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Sun, 19 Jan 2014 00:09:09 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=322</guid>

					<description><![CDATA[<p>Restarting Windows after a minor software install is a major pain. I have many windows and apps open all day long, so restarting feels like tearing down my virtual office, rebuilding it again and only then getting back to work. I recently discovered this handy trick to prevent some of these &#8220;required&#8221; Windows restarts. After [&#8230;]</p>
The post <a href="http://mitchfournier.com/2014/01/19/lpt-apply-installed-changes-without-restarting-windows/">LPT: Apply installed changes without restarting Windows</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2014/01/restart-windows-without-restart-meansofmine.jpg"><img loading="lazy" decoding="async" class="alignright  wp-image-323" style="margin-left: 7px; margin-right: 0px;" alt="restart windows without restart meansofmine" src="http://mitchfournier.com/wp-content/uploads/2014/01/restart-windows-without-restart-meansofmine-300x192.jpg" width="200" height="128" srcset="http://mitchfournier.com/wp-content/uploads/2014/01/restart-windows-without-restart-meansofmine-300x192.jpg 300w, http://mitchfournier.com/wp-content/uploads/2014/01/restart-windows-without-restart-meansofmine-150x96.jpg 150w, http://mitchfournier.com/wp-content/uploads/2014/01/restart-windows-without-restart-meansofmine.jpg 535w" sizes="(max-width: 200px) 100vw, 200px" /></a>Restarting Windows after a minor software install is a major pain. I have many windows and apps open all day long, so restarting feels like tearing down my virtual office, rebuilding it again and only then getting back to work.</p>
<p>I recently discovered this handy trick to prevent some of these &#8220;required&#8221; Windows restarts. After installing your application try the following:</p>
<ol>
<li>Open &#8220;Windows Task Manager&#8221;</li>
<li>Select the &#8220;Processes&#8221; tab</li>
<li>Select &#8220;explorer.exe&#8221;</li>
<li>Click the &#8220;End Process&#8221; button (this will kill explorer which manages your desktop icons and task bar)</li>
<li>From the Task Manger menu select &#8220;File &gt; New Task (Run&#8230;)&#8221;</li>
<li>In the &#8220;Create New Task&#8221; window type &#8220;explorer&#8221; and hit &#8220;OK&#8221;</li>
</ol>
<p>Your icons and task bar will return and hopefully, if your installed changes were not too fundamental, you will have avoided that required Windows restart. Just worked for me when I installed Nikon&#8217;s <a title="NEF Codec Download" href="http://www.nikonimglib.com/nefcodec/" target="_blank">NEF codec</a>. It likely will not work for large changes like Windows security updates.</p>
<p>&nbsp;</p>The post <a href="http://mitchfournier.com/2014/01/19/lpt-apply-installed-changes-without-restarting-windows/">LPT: Apply installed changes without restarting Windows</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2014/01/19/lpt-apply-installed-changes-without-restarting-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A simple jQuery Mobile page for organizing weekly workouts</title>
		<link>http://mitchfournier.com/2013/03/27/a-simple-jquery-mobile-page-for-organizing-weekly-workouts/</link>
					<comments>http://mitchfournier.com/2013/03/27/a-simple-jquery-mobile-page-for-organizing-weekly-workouts/#respond</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 06:05:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=247</guid>

					<description><![CDATA[<p>Even if you follow a dead simple workout regimen, you still need reminders of which exercise to do, with which weights and on which days. This is a simple, touch-enabled, jQuery Mobile-based page which act as a personal fitness reference.</p>
The post <a href="http://mitchfournier.com/2013/03/27/a-simple-jquery-mobile-page-for-organizing-weekly-workouts/">A simple jQuery Mobile page for organizing weekly workouts</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/dumbbell.jpg"><img loading="lazy" decoding="async" class="alignright size-medium wp-image-262" alt="dumbbell" src="http://mitchfournier.com/wp-content/uploads/2013/03/dumbbell-300x199.jpg" width="300" height="199" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/dumbbell-300x199.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/dumbbell-150x99.jpg 150w, http://mitchfournier.com/wp-content/uploads/2013/03/dumbbell.jpg 700w" sizes="(max-width: 300px) 100vw, 300px" /></a>My weekly fitness regimen is pretty simple. I do a little bit of resistance training every day with a couple days of <a href="http://www.sciencedaily.com/releases/2010/03/100311123639.htm" target="_blank">high intensity interval training</a> (HIIT) thrown in.</p>
<p>To complement my training, I fast (<a title="Thanks Martin Berkhan!" href="http://www.leangains.com/2010/04/leangains-guide.html" target="_blank">Leangains-style</a>) five days a week from 9 pm to 1 pm the next day and I fast (<a title="Thanks Brad Pilon!" href="http://www.eatstopeat.com/" target="_blank">Eat-Stop-Eat-style</a>) from 9 pm to 9 pm on the other two. I&#8217;m a huge fan of <a href="http://io9.com/5979523/why-you-should-starve-yourself-a-little-bit-each-day" target="_blank">intermittent fasting</a> for both its <a href="http://ajcn.nutrition.org/content/86/1/7.full" target="_blank">health benefits</a> and for long-term weight management.</p>
<p>Although mine is a dead simple program, I still need reminders of which exercise to do, with which weights and on which days. I always have my iPhone with me, so I chose to use the excellent <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile framework</a> to create a simple touch-enabled mobile page to act as my personal fitness reference.<span id="more-247"></span></p>
<h2>My jQuery Mobile site (Try it, it works)</h2>
<div style="background-image: url('/wp-content/uploads/2013/03/iphone-4-black.jpg'); background-repeat: no-repeat; width: 540px; height: 850px;"><iframe loading="lazy" width="320" height="240" style="margin-top: 177px; margin-left: 51px; width: 345px; height: 450px;" src="http://mitchfournier.com/mtf/fitness.html"></iframe></div>
<h2>My jQuery Mobile HTML code</h2>
<p>[sourcecode language=&#8221;html&#8221;]<!DOCTYPE html><br />
<html><br />
<head><br />
<title>Daily Exercises</title><br />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.png"/>
<link rel="apple-touch-icon" href="icon.jpg"/>
<link rel="stylesheet" href="site.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script><br />
<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script></p>
<style>
.content {margin-top:-20px;}
.main {font-weight:bold; font-size:14px; color:#444; font-family:"Trebuchet MS"; margin-left:0px;}
.small {font-weight:normal; font-size:11px; color:#666; font-family:"Courier New";}</p>
<p>.day {display:inline-block; width:85px;}
.exercise {display:inline-block; width:145px;}
.reps {display:inline-block; width:110px; text-align:right;}
.part {display:inline-block; width:40px; text-align:right;}
.divide {display:inline-block; width:100%; text-align:center;}</p>
<p>.test {border:1px red solid;}
</style>
<p></head><br />
<body></p>
<p><!-- START PAGE --></p>
<div id="main" data-role="page">
<div data-role="header">
<h1>Daily Exercise</h1>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false">
<li><a href="#hiit-legs" data-transition="slide"><span class="main day">Monday</span><span class="small">(HIIT &#038; Legs)</span></a></li>
<li><a href="#chest-triceps" data-transition="slide"><span class="main day">Tuesday</span><span class="small">(Chest &#038; Triceps)</span></a></li>
<li><a href="#back-biceps" data-transition="slide"><span class="main day">Wednesday</span><span class="small">(Back &#038; Biceps)</span></a></li>
<li><a href="#hiit-legs-2" data-transition="slide"><span class="main day">Thursday</span><span class="small">(HIIT &#038; Legs)</span></a></li>
<li><a href="#chest-back-core" data-transition="slide"><span class="main day">Friday</span><span class="small">(Chest, Back &#038; Core)</span></a></li>
<li><a href="#shoulders-biceps" data-transition="slide"><span class="main day">Saturday</span><span class="small">(Shoulders &#038; Biceps)</span></a></li>
<li><a href="#chest-back-core" data-transition="slide"><span class="main day">Sunday</span><span class="small">(Chest, Back &#038; Core)</span></a></li>
</ul>
</div>
<p><!-- /content --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false">
<li><a href="#rules-goals" data-transition="slide"><span class="main day">Rules &#038; Goals</span></a></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- HIIT & LEGS --></p>
<div id="hiit-legs" data-role="page">
<div data-role="header">
<h1>HIIT &#038; Legs</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">HIIT</li>
<li><a href="#hiit-treadmill" data-transition="slide"><span class="main exercise">Treadmill</span></a></li>
<li><a href="#hiit-outside" data-transition="slide"><span class="main exercise">Outside</span></a></li>
<li data-role="list-divider">Legs</li>
<li><span class="main exercise">100 Squats</span><span class="small reps">(100x &#8211; Body)</span></li>
<li><span class="small divide">-or-</span></li>
<li><span class="main exercise">Split Squats</span><span class="small reps">(25x &#8211; 5 lbs)</span></li>
<li><span class="main exercise">Switch Squats</span><span class="small reps">(25x &#8211; Body)</span></li>
<li><span class="main exercise">Deadlift Squats</span><span class="small reps">(25x &#8211; Body)</span></li>
<li><span class="main exercise">Wall Squats</span><span class="small reps">(60s &#8211; 5 lbs)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- CHEST & TRICEPS --></p>
<div id="chest-triceps" data-role="page">
<div data-role="header">
<h1>Chest &#038; Triceps</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">Set 1</li>
<li><span class="main exercise">Decline Push-Ups</span><span class="small reps">(20x, Body)</span></li>
<li><span class="main exercise">Table Dips</span><span class="small reps">(20x, Body)</span></li>
<li data-role="list-divider">Set 2</li>
<li><span class="main exercise">Military Push-Ups</span><span class="small reps">(20x, Body)</span></li>
<li><span class="main exercise">Tricep Extend</span><span class="small reps">(15x, Burg)</span></li>
<li data-role="list-divider">Set 3</li>
<li><span class="main exercise">Alt Push-Ups</span><span class="small reps">(20x, Body)</span></li>
<li><span class="main exercise">Stool Dips</span><span class="small reps">(15x, Body)</span></li>
<li data-role="list-divider">Set 4</li>
<li><span class="main exercise">Wide Push-Ups</span><span class="small reps">(20x, Body)</span></li>
<li><span class="main exercise">Sphinx Push-Ups</span><span class="small reps">(15x, Burg)</span></li>
<li data-role="list-divider">Set 5</li>
<li><span class="main exercise">Push-Ups</span><span class="small reps">(Max, Body)</span></li>
<li><span class="main exercise">Kick Backs</span><span class="small reps">(25x, Burg)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- BACK & BICEPS --></p>
<div id="back-biceps" data-role="page">
<div data-role="header">
<h1>Back &#038; Biceps</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">Set 1</li>
<li><span class="main exercise">Narrow Pull-Ups</span><span class="small reps">(10x, Body)</span></li>
<li><span class="main exercise">Out Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 2</li>
<li><span class="main exercise">Heavy Pants</span><span class="small reps">(15x, 3-Band)</span></li>
<li><span class="main exercise">7-7-7 Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 3</li>
<li><span class="main exercise">Wide Pull-Ups</span><span class="small reps">(10x, Body)</span></li>
<li><span class="main exercise">Static Curls</span><span class="small reps">(8x, 25 lbs)</span></li>
<li data-role="list-divider">Set 4</li>
<li><span class="main exercise">Lawnmowers</span><span class="small reps">(15x, 3-Band)</span></li>
<li><span class="main exercise">Normal Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 5</li>
<li><span class="main exercise">Chin-Ups</span><span class="small reps">(Max, Body)</span></li>
<li><span class="main exercise">Hammer Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- HIIT & LEGS 2 --></p>
<div id="hiit-legs-2" data-role="page">
<div data-role="header">
<h1>HIIT &#038; Legs</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">HIIT</li>
<li><a href="#hiit-treadmill" data-transition="slide"><span class="main exercise">Treadmill</span></a></li>
<li><a href="#hiit-outside" data-transition="slide"><span class="main exercise">Outside</span></a></li>
<li data-role="list-divider">Legs</li>
<li><span class="main exercise">100 Squats</span><span class="small reps">(100x &#8211; Body)</span></li>
<li><span class="small divide">-or-</span></li>
<li><span class="main exercise">80/20 Speed Squats</span><span class="small reps">(25x &#8211; Body)</span></li>
<li><span class="main exercise">Step-Back Lunges</span><span class="small reps">(25x &#8211; 5 lbs)</span></li>
<li><span class="main exercise">Deadlift Squats</span><span class="small reps">(25x &#8211; Body)</span></li>
<li><span class="main exercise">Wall Squats</span><span class="small reps">(60s &#8211; 5 lbs)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- CHEST, BACK & CORE --></p>
<div id="chest-back-core" data-role="page">
<div data-role="header">
<h1>Chest, Back &#038; Core</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">Chest</li>
<li><span class="main exercise">Max Push-Ups</span><span class="small reps">(max x 2)</span></li>
<li data-role="list-divider">Back</li>
<li><span class="main exercise">Max Pull-Ups</span><span class="small reps">(max x 2)</span></li>
<li data-role="list-divider">Core</li>
<li><a href="#ab-ripper" data-transition="slide"><span class="main exercise">Ab Ripper</span></a></li>
<li><span class="main exercise">Superman</span><span class="small reps">(10s x 5)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- SHOULDERS & BICEPS --></p>
<div id="shoulders-biceps" data-role="page">
<div data-role="header">
<h1>Shoulder &#038; Biceps</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-divider-theme="d">
<li data-role="list-divider">Set 1</li>
<li><span class="main exercise">Military Press</span><span class="small reps">(15x, Burg)</span></li>
<li><span class="main exercise">Out Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 2</li>
<li><span class="main exercise">Scarecrow + Y</span><span class="small reps">(15x, Red)</span></li>
<li><span class="main exercise">7-7-7 Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 3</li>
<li><span class="main exercise">Pike Press</span><span class="small reps">(20x, Body)</span></li>
<li><span class="main exercise">Static Curls</span><span class="small reps">(8x, 25 lbs)</span></li>
<li data-role="list-divider">Set 4</li>
<li><span class="main exercise">In &#038; Out</span><span class="small reps">(15x, Red)</span></li>
<li><span class="main exercise">Normal Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
<li data-role="list-divider">Set 5</li>
<li><span class="main exercise">Row + Y</span><span class="small reps">(15x, Red)</span></li>
<li><span class="main exercise">Hammer Curls</span><span class="small reps">(15x, 25 lbs)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- HIIT-TREADMILL --></p>
<div id="hiit-treadmill" data-role="page">
<div data-role="header">
<h1>HIIT Treadmill</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false" data-divider-theme="d">
<li data-role="list-divider">Warmup</li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 8%</span></li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 12%</span></li>
<li data-role="list-divider">Intervals (x6)</li>
<li><span class="main exercise">Sprint</span><span class="small">8 mph &#8211; 12%</span></li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 12%</span></li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 12%</span></li>
<li data-role="list-divider">Cooldown</li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 12%</span></li>
<li><span class="main exercise">Fast Walk</span><span class="small">3 mph &#8211; 8%</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- HIIT-OUTSIDE --></p>
<div id="hiit-outside" data-role="page">
<div data-role="header">
<h1>HIIT &#8211; Outside</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false" data-divider-theme="d">
<li data-role="list-divider">Warmup</li>
<li><span class="main exercise">Light Jog</span><span class="small">5 min</span></li>
<li><span class="main exercise">Light Run</span><span class="small">2 min</span></li>
<li data-role="list-divider">Intervals (x6)</li>
<li><span class="main exercise">Sprint</span><span class="small">30 sec</span></li>
<li><span class="main exercise">Walk</span><span class="small">60 sec</span></li>
<li data-role="list-divider">Cooldown</li>
<li><span class="main exercise">Walk Home</span><span class="small">? min</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- RULES & GOALS --></p>
<div id="rules-goals" data-role="page">
<div data-role="header">
<h1>RULES &#038; GOALS</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false" data-divider-theme="d">
<li data-role="list-divider">Rules</li>
<li><span class="main exercise">5 x Fast 16/8</span><span class="small reps">9pm-1pm, 1,800</span></li>
<li><span class="main exercise">2 x Fast 24/0</span><span class="small reps">9pm-9pm, 500</span></li>
<li><span class="main exercise">Train Fasted</span><span class="small reps">12pm or 8pm</span></li>
<li><span class="main exercise">During: BCAAs</span><span class="small reps">10g</span></li>
<li><span class="main exercise">During: Creatine</span><span class="small reps">5g</span></li>
<li><span class="main exercise">After: High Protein</span><span class="small reps">120g/day</span></li>
<li><span class="main exercise">After: Largest Meal</span><span class="small reps">750 cals</span></li>
<li data-role="list-divider">Goals</li>
<li><span class="main exercise">150 lbs Lean</span><span class="small">170 lbs total</span></li>
<li><span class="main exercise">Food Discipline</span><span class="small"></span></li>
<li><span class="main exercise">Weight Maintained</span><span class="small"></span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p><!-- AB RIPPER --></p>
<div id="ab-ripper" data-role="page">
<div data-role="header">
<h1>Ab Ripper</h1>
<p><a href="#main" data-theme="a" data-icon="arrow-l" data-rel="back" data-inline="true">Back</a>
</div>
<p><!-- /header --></p>
<div data-role="content" class="content">
<ul data-role="listview" data-inset="true" data-filter="false" data-divider-theme="d">
<li><span class="main exercise">Crunches</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">Leg Lifts</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">Bicycles</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">In &#038; Out (V)</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">L/R Crunches</span><span class="small reps">(2&#215;20)</span></li>
<li><span class="main exercise">Hip Rock &#038; Raise</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">V-Up Roll-Up</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">L/R Oblique V-Up</span><span class="small reps">(2&#215;20)</span></li>
<li><span class="main exercise">Crunchy Frog</span><span class="small reps">(x20)</span></li>
<li><span class="main exercise">Mason Twist</span><span class="small reps">(x50)</span></li>
</ul>
</div>
<p><!-- /content -->
</div>
<p><!-- /page --></p>
<p></body><br />
</html>[/sourcecode]</p>
<p>Right now the entire site is a single, static HTML page. In the future, I will split it up into separate pages and make them dynamic, probably powered by my favorite framework, <a href="https://www.djangoproject.com/" target="_blank">Django</a>. Please feel free to copy and modify this code for your own use.</p>The post <a href="http://mitchfournier.com/2013/03/27/a-simple-jquery-mobile-page-for-organizing-weekly-workouts/">A simple jQuery Mobile page for organizing weekly workouts</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/03/27/a-simple-jquery-mobile-page-for-organizing-weekly-workouts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Edit your remote HTML files directly with WinSCP</title>
		<link>http://mitchfournier.com/2013/03/27/edit-your-remote-html-files-directly-with-winscp/</link>
					<comments>http://mitchfournier.com/2013/03/27/edit-your-remote-html-files-directly-with-winscp/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 03:33:47 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=254</guid>

					<description><![CDATA[<p>Easy steps for using WinSCP to edit remote HTML files with whatever editor you like.</p>
The post <a href="http://mitchfournier.com/2013/03/27/edit-your-remote-html-files-directly-with-winscp/">Edit your remote HTML files directly with WinSCP</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/WinSCP.gif"><img loading="lazy" decoding="async" class="alignright size-full wp-image-258" alt="WinSCP" src="http://mitchfournier.com/wp-content/uploads/2013/03/WinSCP.gif" width="209" height="241" /></a>I have a handful of small, mostly-static, mostly for me, utility websites running on a <a href="http://www.dreamhost.com/r.cgi?643899" target="_blank">Dreamhost</a> shared server. There is no application framework or complex server environment to mess with, little user traffic besides what I send and no need for a heavy deploy process.</p>
<p>For these sites, I often want to edit HTML, JS and CSS files directly on the server instead of editing them locally and pushing them live. One step is better than two, I say.</p>
<p>Sure, I could SSH in and edit my files directly with vi, and I often do that. Call me crazy, but sometimes I like using a mouse and GUI to edit my files. For those times, I use a program called <a href="http://winscp.net/eng/index.php" target="_blank">WinSCP</a>.Â <span id="more-254"></span></p>
<p>WinSCP is an &#8220;open source free SFTP client, SCP client, FTPS client and FTP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality.&#8221;</p>
<h2>To use WinSCP:</h2>
<ol>
<li><a href="http://winscp.net/eng/download.php" target="_blank">Download</a> and installÂ WinSCP</li>
<li>Open the app, create a &#8220;New&#8221; connection to your server, and login</li>
<li>In the right-hand panel, double-click the file to edit</li>
<li>Make you changes and save</li>
<li>Watch the WinSCP window and you&#8217;ll see your local cached copy replace your remote one</li>
</ol>
<p>Out of the box, WinSCP will use its default, built-in editor for all file editing.</p>
<h2>To use your own apps for editing:</h2>
<ol>
<li><span style="line-height: 13px;">In WinSCP: select &#8220;Options&#8221; &gt; &#8220;Preferences&#8230;&#8221; &gt; &#8220;Editors&#8221;</span></li>
<li>Click &#8220;Add &#8230;&#8221;</li>
<li>Select &#8220;External editor:&#8221; (e.g. &#8220;Notepad++&#8221;)</li>
<li>Set the extensions for this app to open (e.g. &#8220;*.html,*.txt&#8221;)</li>
<li>Click &#8220;OK&#8221;</li>
</ol>
<p>Now when you right-click a file in the right window and select &#8220;Open&#8221; it will open in the application that you selected. Note: for some reason double-clicking still opens it in the internal editor.</p>
<p>When you edit your file in your external editor and hit save, it will be automatically changed on the remote server. Very hand for a quick set of changes to a static HTML page.</p>The post <a href="http://mitchfournier.com/2013/03/27/edit-your-remote-html-files-directly-with-winscp/">Edit your remote HTML files directly with WinSCP</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/03/27/edit-your-remote-html-files-directly-with-winscp/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Install a command-line Spotify client on a headless Raspberry Pi</title>
		<link>http://mitchfournier.com/2013/03/26/install-command-line-spotify-on-a-headless-raspberry-pi/</link>
					<comments>http://mitchfournier.com/2013/03/26/install-command-line-spotify-on-a-headless-raspberry-pi/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 02:18:52 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rasberry pi]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=241</guid>

					<description><![CDATA[<p>A simple and useful first Raspberry Pi project: easy-to-follow steps for installing a command-line Spotify client on a headless Pi.</p>
The post <a href="http://mitchfournier.com/2013/03/26/install-command-line-spotify-on-a-headless-raspberry-pi/">Install a command-line Spotify client on a headless Raspberry Pi</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="size-full wp-image-249 alignright" alt="spotify-on-raspberry-pi" src="http://mitchfournier.com/wp-content/uploads/2013/03/spotify-on-raspberry-pi.jpg" width="292" height="204" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/spotify-on-raspberry-pi.jpg 292w, http://mitchfournier.com/wp-content/uploads/2013/03/spotify-on-raspberry-pi-150x104.jpg 150w" sizes="(max-width: 292px) 100vw, 292px" />MyÂ <a href="http://www.amazon.com/gp/product/B009SQQF9C/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B009SQQF9C&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Raspberry Pi</a> Model B Revision 2.0 (512MB) came this week, and like many people I opened it up, plugged it in, got it networked, configured it, got to a command prompt and said &#8220;hmmmm, now what?&#8221;</p>
<p><a href="http://www.setlist.fm/concerts/mitchf" target="_blank">I love music</a> and decided that getting Spotify running on my headless RasPi would be a fun first project. There are decent nuggets of information out there, but below is a simple, aggregated step-by-step guide to getting Spotify running on your headless Raspberry Pi&#8217;s command line.</p>
<p><strong>NB:</strong> I believe that you will need to be a Premium Spotify subscriber for this to work. Just get it, it&#8217;s so worth it.<span id="more-241"></span></p>
<h2>Part One: Install Despotify</h2>
<p>Spotify has an unofficial &#8220;<a href="https://www.spotify.com/us/blog/archives/2010/07/12/linux/" target="_blank">Spotify for Linux</a>&#8221; release, but it is GUI-based and I am running my RPi headless and connecting exclusively via SSH, so that doesn&#8217;t work for me. Plus, I couldn&#8217;t get it to install on the ARM-based Pi.</p>
<p>After a little searching, I found a popular open source, command-line Spotify client calledÂ <a href="http://despotify.sourceforge.net/" target="_blank">Despotify</a>. Installing it was surprisingly <a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?t=13443" target="_blank">easy</a>:</p>
<ol>
<li><span style="color: #993300;"><code>sudo apt-get install libao-dev libtool git libssl-dev libmpg123-dev libvorbis-dev libncursesw5-dev subversion</code></span></li>
<li><span style="color: #993300;"><code>svn co https://despotify.svn.sourceforge.net/svnroot/despotify despotify</code></span></li>
<li><span style="color: #993300;"><code>cd despotify/src/</code></span></li>
<li><span style="color: #993300;"><code>make</code></span></li>
<li><span style="color: #993300;"><code>sudo make install</code></span></li>
</ol>
<h2>Part Two: Control Spotify from the Command Line</h2>
<p>After installing, there are three ways to use Despotify:</p>
<ol>
<li>&#8220;despotify-simple&#8221;: a simple command-line client</li>
<li>&#8220;despotify&#8221;: a pine/vi looking interface</li>
<li>&#8220;despotify-gateway&#8221;: a backend HTTP REST API which can respond to frontend HTTP requests</li>
</ol>
<p><strong>Using despotify-simple</strong></p>
<ol>
<li>Plug a <a href="http://www.amazon.com/gp/product/B0062W0XD4/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0062W0XD4&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">speaker</a> into the audio out of your RPi</li>
<li>run: <span style="color: #993300;"><code>despotify-simpleÂ &lt;username&gt; &lt;password&gt;</code></span> (<strong>protip</strong>: lead with a space to keep this command and you password out of your history and process list)</li>
<li>type: <span style="color: #993300;"><code>search tonight the streets richard hawley</code></span></li>
<li>type: <span style="color: #993300;"><code>play 1</code></span></li>
</ol>
<h2>Part Three: How to set your Raspberry Pi&#8217;s Volume Levels</h2>
<p>The program <a href="http://linux.die.net/man/1/amixer" target="_blank">amixer</a> is a command-line mixer for the ALSA soundcard driver which will allow you to control the volume level of the speaker connected to your Raspberry Pi.</p>
<p>For one-off volume setting, type:<br />
<span style="color: #993300;"><code>amixer cset numid=1 -- 60%</code></span>Â (H/TÂ <a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&amp;t=26080" target="_blank">Linus</a>)</p>
<p>Change the volume by changing the last number. I&#8217;ve found that, for my RPi and mini speaker, 50% is effectively equal to a volume of 0 and 100% is 10. I made a simple little bash script to help me quickly set the volume levels (H/T to <a href="http://stackoverflow.com/users/111781/jerryjvl" target="_blank">jerryjvl</a> forÂ <a href="http://stackoverflow.com/questions/929103/convert-a-number-range-to-another-range-maintaining-ratio" target="_blank">his StackOverflow answer</a>Â detailing a usableÂ conversion algorithm).</p>
<p><strong>The bash script:</strong></p>
<p>[sourcecode language=&#8221;bash&#8221;]#!/bin/bash<br />
#<br />
# Set the volume of the connected speaker using a program<br />
# called &#8220;amixer&#8221;. Standard usage: amixer cset numid=1 &#8212; 60%<br />
# Ranges between 50% and 100% correspond to abstracted<br />
# volume levels 0 and 10. This script does that conversion<br />
# and hides the amixer implementation.<br />
#<br />
# Usage: vol 5</p>
<p>MyMax=10<br />
MyMin=0<br />
RealMax=100<br />
RealMin=50<br />
let MyRange=${MyMax}-${MyMin}<br />
let RealRange=${RealMax}-${RealMin}</p>
<p>MyVol=$1<br />
# MARTY: Why don&#8217;t you just make ten louder and make ten<br />
# Â  Â  Â  Â be the top number and make that a little louder?<br />
# NIGEL: [pause] These go to eleven.<br />
if [ ${MyVol} -gt 11 ]<br />
then<br />
MyVol=11<br />
fi</p>
<p># This is what I want, but bash no likey parens:<br />
# RealVol=(((${MyVol}-${MyMin})*${RealRange})/${MyRange})+${RealMin}<br />
let a=${MyVol}-${MyMin}<br />
let b=${a}*${RealRange}<br />
let c=${b}/${MyRange}<br />
let d=${c}+${RealMin}</p>
<p>echo &#8220;vol ${1} is ${d}% to amixer&#8230;&#8221;<br />
amixer -q cset numid=1 &#8212; ${d}%<br />
[/sourcecode]</p>
<p><strong>A little helper function to tuck in .bash_aliases</strong><br />
[sourcecode language=&#8221;bash&#8221;]function vol() {<br />
~/SCRIPTS/set_volume.sh &#8220;$@&#8221;;<br />
}[/sourcecode]</p>
<p>The bash script and helper function allow you to set your speaker volume in a more intuitive way by typing commands likeÂ <span style="color: #993300;"><code>vol 2</code></span> or <span style="color: #993300;"><code>vol 10</code></span> at the command line. That&#8217;s all there is, now you can use your Raspberry Pi as an interface to your home entertainment or in-house speaker systems. Pretty nice.</p>
<h2>Have an interesting first Raspberry Pi project you want to share?</h2>
<p>Send me a link or leave it in the comments and I will link to it from this post. Happy hacking!</p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker.jpg"><img decoding="async" class="alignnone  wp-image-250" alt="raspberry-pi-speaker" src="http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker-300x196.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker-300x196.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker-1024x672.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker-150x98.jpg 150w, http://mitchfournier.com/wp-content/uploads/2013/03/raspberry-pi-speaker.jpg 1193w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>The post <a href="http://mitchfournier.com/2013/03/26/install-command-line-spotify-on-a-headless-raspberry-pi/">Install a command-line Spotify client on a headless Raspberry Pi</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/03/26/install-command-line-spotify-on-a-headless-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>22 foods to prevent Alzheimer&#8217;s: The good, the bad and the ugly</title>
		<link>http://mitchfournier.com/2013/03/22/foods-to-prevent-alzheimers-the-good-the-bad-and-the-ugly/</link>
					<comments>http://mitchfournier.com/2013/03/22/foods-to-prevent-alzheimers-the-good-the-bad-and-the-ugly/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 02:46:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[health]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=230</guid>

					<description><![CDATA[<p>I list of the best foods for preventing or reversing the effects of Alzheimer's disease and other dementias. Includes a printable credit-card to use as a reference.</p>
The post <a href="http://mitchfournier.com/2013/03/22/foods-to-prevent-alzheimers-the-good-the-bad-and-the-ugly/">22 foods to prevent Alzheimer’s: The good, the bad and the ugly</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/food-prevent-alzheimers.jpg"><img loading="lazy" decoding="async" class="wp-image-246 alignright" alt="food-prevent-alzheimers" src="http://mitchfournier.com/wp-content/uploads/2013/03/food-prevent-alzheimers-272x300.jpg" width="200" height="221" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/food-prevent-alzheimers-272x300.jpg 272w, http://mitchfournier.com/wp-content/uploads/2013/03/food-prevent-alzheimers-136x150.jpg 136w, http://mitchfournier.com/wp-content/uploads/2013/03/food-prevent-alzheimers.jpg 303w" sizes="(max-width: 200px) 100vw, 200px" /></a>I&#8217;ve recently had to do a lot of research for a close friend to help pinpoint what foods promote overall brain health. Specifically, I&#8217;ve been searching for foods which prevent, slow or even reverse the progress of dementia and <a href="http://en.wikipedia.org/wiki/Alzheimers" target="_blank">Alzheimer&#8217;s</a>.</p>
<p>Of the &#8220;brain-healthy&#8221; foods that experts have agreed upon, there is a common characteristic: each food is typically either high in <a href="http://en.wikipedia.org/wiki/Omega-3_fatty_acid" target="_blank">omega-3 fatty acids</a>, <a href="http://en.wikipedia.org/wiki/Choline" target="_blank">choline</a>, <a href="http://en.wikipedia.org/wiki/Flavanoids" target="_blank">flavanoids</a> or other powerful <a href="http://en.wikipedia.org/wiki/Antioxidants" target="_blank">antioxidants</a> which help reduce inflammation. Each of these characteristics support brain health as well as having many other health benefits.</p>
<p><a href="http://nutritiondata.self.com/help/inflammation" target="_blank">Systemic inflammation</a> is very bad for your health and is believed to be one of the leading causes of Alzheimer&#8217;s. We should generally make food choices which, on balance, promote an anti-inflammatory response.</p>
<p><a href="http://www.amazon.com/gp/product/1592332285/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1592332285&amp;linkCode=as2&amp;tag=wantboxcom-20"><img loading="lazy" decoding="async" class="wp-image-242   alignleft" style="margin-right: 10px;" alt="150-healthiest-foods" src="http://mitchfournier.com/wp-content/uploads/2013/03/150-healthiest-foods-237x300.jpg" width="150" height="190" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/150-healthiest-foods-237x300.jpg 237w, http://mitchfournier.com/wp-content/uploads/2013/03/150-healthiest-foods-118x150.jpg 118w, http://mitchfournier.com/wp-content/uploads/2013/03/150-healthiest-foods.jpg 396w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p>After scouring the Internet and my <a href="http://www.amazon.com/gp/product/1592332285/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1592332285&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">favorite food book</a>, below is my compiled list of foods that are believed to have the greatest brain benefit. If there is a page numbers in parenthesis next to the food, it is a reference to the page in &#8220;The 150 Healthiest Foods on Earth&#8221;, a book which I frequently reference whenÂ assessingÂ the quality of a particular food.</p>
<p>At the end of this post is a fold-up, credit-card sized image which I made and which can be printed and carried as a reference.<span id="more-230"></span></p>
<p><span style="color: #ff0000;"><strong>DISCLAIMER</strong>: I am not a doctor and I don&#8217;t even play one on TV. I do not recommend that you change your diet without first discussing it in detail with your own doctor. That being said, I encourage you to have that conversation and take full control of your food choices.</span></p>
<h2>Foods which help prevent, slow or reverse Alzheimer&#8217;s and Dementia</h2>
<ol>
<li><strong>Green Tea</strong> (p267) &#8211; Good source of the flavanolÂ <a href="http://en.wikipedia.org/wiki/Catechins" target="_blank">catechins</a>, antioxidants which lower inflammation, and polyphenols like EGCG (<a href="http://en.wikipedia.org/wiki/Epigallocatechin_gallate" target="_blank">epigallocatechin gallate</a>) which may help with diseases like Alzheimer&#8217;s. (available in bulk on <a href="http://www.amazon.com/gp/product/B000GG5IYQ/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000GG5IYQ&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Blueberries</strong> (p101, p164) &#8211; A powerful, natural antioxidant. Helps brain neurons communicate better. &#8220;The best brain food! Just 1/2 cup per day will keep your brain young &#8212; they have been shown to actually reverse some brain deterioration.&#8221;</li>
<li><strong>Organic Raisins</strong>Â (p136) &#8211; Contain the flavonoidÂ <a href="http://en.wikipedia.org/wiki/Myricetin" target="_blank">myricetin</a>, an antioxidant. May inhibitÂ <a href="http://en.wikipedia.org/wiki/Beta-amyloid" target="_blank">beta-amyloid</a>Â fibril formation, a key problem with Alzheimer&#8217;s disease.Â (available in bulk onÂ <a href="http://www.amazon.com/gp/product/B000DZDJM8/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000DZDJM8&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Dark Chocolate or Pure Cocoa PowderÂ </strong>(<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>) &#8211; Contains flavonols (a type of flavanoid) an antioxidant which protects your body from daily oxidative stress, increases cerebral blood flow, lowers blood pressure and prevent damage from strokes. Milk chocolate doesn&#8217;t cut it, it must be dark chocolate with a cocoa percentage above 70% Â (available in bulk onÂ <a href="http://www.amazon.com/gp/product/B003SWCZG4/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003SWCZG4&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Cherries</strong> (<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>) &#8211; Contains the antioxidant <a href="http://en.wikipedia.org/wiki/Anthocyanins" target="_blank">anthocyanins</a> which is anti-inflammatory.</li>
<li><strong>Apples</strong>Â (<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>) &#8211; The apple skin contains <a href="http://en.wikipedia.org/wiki/Quercetin" target="_blank">quercetin</a> which may <a href="http://www.news.cornell.edu/releases/Nov04/apples.nervedisease.ssl.html" target="_blank">protect the brain</a> from Alzheimer&#8217;s.</li>
<li><strong>Whole Eggs</strong> (p192) &#8211; One of the best sources of choline which is essential for brain function. Choline helps synthesize <a href="http://en.wikipedia.org/wiki/Acetylcholine" target="_blank">acetylcholine</a> which is critical for memory and thought.</li>
<li><strong>Wild Salmon</strong> &#8211; One of the best sources of omega-3 fatty acids (EPA and DHA). Critical: must be wild-caught and not farm-raised.Â (available canned and in bulk onÂ <a href="http://www.amazon.com/gp/product/B004VDLJQQ/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004VDLJQQ&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Sardines</strong> (p211) &#8211; High concentration of omega-3 fatty acids. Because they are low on the food chain there is less risk of mercury contamination.Â (available canned and Â in bulk onÂ <a href="http://www.amazon.com/gp/product/B004VDH4KQ/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004VDH4KQ&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Seafood</strong> (p204) &#8211; Provides omega-3 fatty acids, choline, iron and iodine which are important for brain health.</li>
<li><strong>Fish Oil</strong> (<a href="http://www.webmd.com/vitamins-supplements/ingredientmono-993-FISH%20OIL.aspx?activeIngredientId=993&amp;activeIngredientName=FISH%20OIL" target="_blank">WebMD</a>) &#8211; Eating fish like salmon is better, but short of that take fish oil. Good source of anti-inflamatory omega-3 fatty acidsÂ (available onÂ <a href="http://www.amazon.com/gp/product/B000EQW3ZA/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000EQW3ZA&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Walnuts</strong> (p162) &#8211; Nutrient dense and the highest nut source of omega-3 fatty acids (ALA). Also have polyphenols, protein, fiber, calcium, magnesium, phosphorus, potassium and manganese.Â (available in bulk onÂ <a href="http://www.amazon.com/gp/product/B005BYP7RG/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B005BYP7RG&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Flaxseed</strong> (p72, p274) &#8211; A great plant-based source of the omega-3 fatty acid <a href="http://en.wikipedia.org/wiki/Alpha-linolenic_acid" target="_blank">alpha-linolenic acid</a> (ALA)Â Â (available in bulk onÂ <a href="http://www.amazon.com/gp/product/B004VLV91S/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004VLV91S&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Rosemary</strong> (p289) &#8211; Prevents breakdown of acetylcholine, an important chemical in the brain needed for memory and healthy brain function. Similar to the Alzheimer&#8217;s drug <a href="http://en.wikipedia.org/wiki/Aricept" target="_blank">Aricept</a>.Â (available onÂ <a href="http://www.amazon.com/gp/product/B007WWK7W0/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B007WWK7W0&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Turmeric</strong>Â (<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>) &#8211; Is anti-inflammatory and contains <a href="http://en.wikipedia.org/wiki/Curcumin" target="_blank">curcumin</a> which <a href="http://www.medicalnewstoday.com/releases/152768.php" target="_blank">may be able to remove the Alzheimer&#8217;s plaque</a> from the brainÂ (available onÂ <a href="http://www.amazon.com/gp/product/B000WR4LMY/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000WR4LMY&amp;linkCode=as2&amp;tag=wantboxcom-20" target="_blank">Amazon</a>)</li>
<li><strong>Fresh Vegetable Juice</strong> (p255) &#8211; Antioxidants and anti-inflammatories which may prevent dementia, brain aging and Alzheimer&#8217;s</li>
<li><strong>Fresh Vegetables</strong> (p255) &#8211; Antioxidants, anti-inflammatories which may prevent dementia, brain aging and Alzheimer&#8217;s. Also have fiber and many important vitamins like A, C and E.</li>
<li><strong>Asparagus</strong>Â (<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>)Â &#8211; A great source ofÂ <a href="http://en.wikipedia.org/wiki/Folate" target="_blank">folate</a>. A recent study found that people who were folate deficient were 3.5 times more likely to develop dementia.</li>
<li><strong>Pomegranates</strong> (p246) &#8211; High in antioxidants and helps prevent fatty deposits from forming.</li>
<li><strong>Coconut Oil</strong> (<a href="http://articles.mercola.com/sites/articles/archive/2010/12/13/can-this-natural-food-cure-or-prevent-alzheimers.aspx" target="_blank">Mercola</a>) &#8211; Provides <a href="http://en.wikipedia.org/wiki/Ketone" target="_blank">ketone</a> bodies as an alternative fuel for the glucose-starved brain.</li>
<li><strong>Red Wine</strong>Â (<a href="http://theconsciouslife.com/brain-foods-prevent-dementia-alzheimers-disease.htm" target="_blank">The Conscious Life</a>) &#8211; Contains flavanoids and <a href="http://en.wikipedia.org/wiki/Resveratrol" target="_blank">resveratrol</a> which increase cerebral blood flow. No more than a glass a day.</li>
<li><strong>Grape Juice</strong> (<a href="http://www.medicalnewstoday.com/releases/87984.php" target="_blank">Medical News Today</a>) &#8211; Similar benefits as red wine. 100% natural grape juice may lower or delay onset of dementia.</li>
</ol>
<h2>Foods that promote bad health</h2>
<ul>
<li><strong>Trans Fats</strong> &#8211; Found in packed baked and frozen goods, margarine, vegetable shortening, donuts, fried foods, chips, candy, pie crusts, muffins, pre-mixed cake and pancake mix, chicken nuggets.</li>
<li><strong>Partially Hydrogenated Oils</strong> &#8211; That&#8217;s just another name for &#8220;<a href="http://en.wikipedia.org/wiki/Trans_fats" target="_blank">trans fat</a>&#8220;</li>
<li><strong>Saturated Fats</strong> &#8211; Some in meat is OK, if in packaged product it is not OK</li>
<li><strong>Red Meat</strong> &#8211; This is a bit controversial. Many would say lean read meats are healthy, whereas others would point to studies that show a strong correlation between red meat consumption and numerous diseases. I think the prudent choice is to limit red meat and opt for salmon or chicken when you can.</li>
<li><strong>Sugar</strong> &#8211; Sugar may be the most loved andÂ over-consumedÂ &#8220;<a title="New York Times" href="http://www.nytimes.com/2011/04/17/magazine/mag-17Sugar-t.html?pagewanted=all&amp;_r=0" target="_blank">toxin</a>&#8221; on the planet.</li>
<li><strong>White Flour and Enriched Pasta</strong>Â &#8211; Highly processed and refined, most white carbs have had their fiber and nutrient-rich outer layer stripped away and have to have vitamins and minerals added back in to &#8220;enrich&#8221; the product. Most refined carbs are absorbed too quickly by the body, which quickly increases blood sugar and triggers insulin release. You are better off keeping the natural fiber and nutrients with the &#8220;whole grain&#8221; and eating brown rice and whole wheat flours and pastas. (Read more at WebMD: &#8220;<a href="http://www.webmd.com/diet/features/truth-about-white-foods" target="_blank">The Truth About White Foods</a>&#8220;)</li>
<li><strong>White Rice</strong> &#8211; &#8220;White rice is a whole rice grain that has been polished until just the endosperm &#8212; essentially an easily digestible starch bomb &#8212; is left. Not surprisingly, recent studies have shown that eating white rice can raise blood glucose significantly, especially if eaten often or in large quantities. One study showed an 11% increase in diabetes risk with each daily serving of white rice. If you love rice with your stir-fries, switch to brown rice. Your blood sugar will thank you.&#8221; (From RealAge: &#8220;<a href="http://www.realage.com/living-younger-with-diabetes/10-worst-foods-for-diabetes-2" target="_blank">10 Worst Foods for Your Blood Sugar</a>&#8220;)</li>
</ul>
<p>In general, you can avoid many of the &#8220;bad foods&#8221; above by avoiding fast food, fried foods, packaged foods and processed food.</p>
<h2>My specific &#8220;brain saving&#8221; rules for preventing Alzheimer&#8217;s</h2>
<p>I took these from an email I recently sent to a friend.</p>
<ul>
<li>Only <strong>eat between noon and 8 pm</strong>. Every day, stop eating at 8 pm, don&#8217;t start again until noon the next day. Coffee and tea are OK anytime. Don&#8217;t overcompensate during your eating window, just eat normally. The longer you can go without eating, the better. There is a lot of research which says that <a href="http://en.wikipedia.org/wiki/Intermittent_fasting" target="_blank"><strong>Intermittent fasting</strong></a>Â protects the brain from disease and allows the body time for <a href="http://en.wikipedia.org/wiki/Autophagy" target="_blank">autophagy</a> or self-repair. (See samples of the research <a href="http://www.guardian.co.uk/society/2012/feb/18/fasting-protect-brain-diseases-scientists" target="_blank">here</a>, <a href="http://hub.jhu.edu/magazine/2012/summer/dont-feed-your-head" target="_blank">here</a>, <a href="http://ajcn.nutrition.org/content/86/1/7.full" target="_blank">here</a>, <a href="http://catalyticlongevity.org/neuroprotective-potential-of-calorie-restriction-alternate-day-fasting-and-carb-concentrated-diets/" target="_blank">here</a>)</li>
<li>Every day at lunch have one of these (or similar):
<ul>
<li>LUNCH OPTION 1: Rosemary or turmeric spiced salmon sandwich with spinach on whole wheat toast (you can buy salmon in a can likeÂ tuna-fishÂ  mix with some rosemary or turmeric and spread on bread with some spinach leaves).</li>
<li>LUNCH OPTION 2: Rosemary or turmeric spiced egg omelet with flaxseed, red onions, peppers, mushrooms a little cheese and any other veggies you want to throw in.</li>
<li>LUNCH OPTION 3: A green salad with apples or blueberries, veggies, shrimp, chicken or salmon, flaxseed and a vinagrette dressing. Go easy on the croutons and cheese, but you can put a little on for interest. Skip the bacon bits.</li>
<li>DRINK: green tea, grape or vegetable juice</li>
</ul>
</li>
<li>Every day have a snack box of <strong>raisins</strong></li>
<li>Every day have at least one cup of <strong>blueberries</strong>, the more the better</li>
<li>Every day have one small handful of <strong>walnuts</strong></li>
<li>Every day take a <strong>multivitamin</strong>, two <strong>fish oil</strong> tablets and 2000 IU ofÂ <strong>vitamin D3</strong></li>
<li>Mix ground <strong>flaxseed</strong> in everything you can tolerate</li>
<li>For every appropriate dish (stews, chili, beans, even hamburgers) sprinkle on some <strong>turmeric</strong></li>
<li>Do the same with <strong>rosemary</strong>, but favor the super-spice turmeric</li>
<li>Every day have one 1-ounce square of <strong>dark chocolate</strong> (60% cocoa or higher&#8230;the higher the better)</li>
<li>Try for one item of <strong>seafood</strong> per day (salmon, sardines, anchovies, shrimp, clams)</li>
<li>Avoid the <strong>whites</strong> (white bread, white rice, white sugar, white pasta)</li>
</ul>
<h2>Alzheimer prevention: The Good, The Bad and The Ugly</h2>
<p>This is a printableÂ cheat-sheet I made for my friend to carry around. It is specifically targeted towards foods and activities which help prevent or slow the progress of Alzheimer&#8217;s.</p>
<div id="attachment_244" style="width: 510px" class="wp-caption alignnone"><a href="http://mitchfournier.com/wp-content/uploads/2013/03/The-good-bad-ugly.gif"><img decoding="async" aria-describedby="caption-attachment-244" class=" wp-image-244" style="margin-top: 5px; margin-bottom: 5px;" alt="The good bad ugly" src="http://mitchfournier.com/wp-content/uploads/2013/03/The-good-bad-ugly-300x165.gif" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/The-good-bad-ugly-300x165.gif 300w, http://mitchfournier.com/wp-content/uploads/2013/03/The-good-bad-ugly-1024x563.gif 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/The-good-bad-ugly-150x82.gif 150w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-244" class="wp-caption-text">Printable cards of good, bad and ugly foods to prevent Alzheimer&#8217;s</p></div>
<h2>When in doubt, just remember this:</h2>
<ul>
<li><span style="line-height: 13px;">If it <strong>IS</strong> a plant: <strong>EAT IT</strong></span></li>
<li>If it was <strong>MADE IN</strong> a plant: <strong>DON&#8217;T</strong></li>
</ul>The post <a href="http://mitchfournier.com/2013/03/22/foods-to-prevent-alzheimers-the-good-the-bad-and-the-ugly/">22 foods to prevent Alzheimer’s: The good, the bad and the ugly</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/03/22/foods-to-prevent-alzheimers-the-good-the-bad-and-the-ugly/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>In London? See some Banksy for Â£7.20.</title>
		<link>http://mitchfournier.com/2013/03/09/in-london-see-some-banksy-for-7-20/</link>
					<comments>http://mitchfournier.com/2013/03/09/in-london-see-some-banksy-for-7-20/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Sat, 09 Mar 2013 06:19:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[misc]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=210</guid>

					<description><![CDATA[<p>A walking tour of four intact Banksy works in London, all accessible for the low price of a Â£7.20 one-day unlimited tube pass.</p>
The post <a href="http://mitchfournier.com/2013/03/09/in-london-see-some-banksy-for-7-20/">In London? See some Banksy for Â£7.20.</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/Banksy-logo.jpg"><img loading="lazy" decoding="async" class="alignright  wp-image-225" style="margin-left: 10px; border: 2px solid black;" alt="Banksy-logo" src="http://mitchfournier.com/wp-content/uploads/2013/03/Banksy-logo.jpg" width="250" height="116" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/Banksy-logo.jpg 383w, http://mitchfournier.com/wp-content/uploads/2013/03/Banksy-logo-300x138.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/Banksy-logo-150x69.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" /></a>I recently visited London for a one week vacation with my wife. The first couple of days we did the typical tourist sites: The Tower of London, Covent Garden, Trafalgar Square, the excellent Churchill Museum and War Rooms, and the wonderfully eclectic Victoria and Albert Museum.</p>
<p>Having seen Banksy&#8217;s fascinating movie &#8220;<a title="IMDB" href="http://www.imdb.com/title/tt1587707/">Exit Through The Gift Shop</a>&#8220;, I made it a priority to hunt down some of his street art. Sitting in my hotel room with a laptop on my knees, I hatched a plan to see the pieces detailed below.</p>
<p>Many of his works have been <a href="http://www.npr.org/blogs/thetwo-way/2013/02/24/172815000/auction-halted-of-banksy-mural-removed-in-london">removed</a> or <a href="http://en.wikipedia.org/wiki/Works_by_Banksy_damaged_or_destroyed">destroyed</a>, but there are still a handful that remain, mostly protected by perspex (a.k.a. plexiglass).</p>
<p><span id="more-210"></span>This site of top current Banksy locations was invaluable to me as I planned my day:</p>
<p><iframe loading="lazy" width="500" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=201330103949415721523.00043e2db5162c1cbc318&amp;ll=51.54314,-0.112672&amp;spn=0.095797,0.207329&amp;t=m&amp;output=embed"></iframe><br />
<small>View <a style="color: #0000ff; text-align: left;" href="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=201330103949415721523.00043e2db5162c1cbc318&amp;ll=51.54314,-0.112672&amp;spn=0.095797,0.207329&amp;t=m&amp;source=embed">London Banksy locations</a> in a larger map</small></p>
<h2>1. Banksy: &#8220;Choose Your Weapon&#8221;</h2>
<p><strong>Nearest tube:</strong> Borough on the Bank branch of the Northern line (0.9 miles west of site)<br />
<strong>Art location:</strong> Corner of The Grange and Grange Road</p>
<p>&#8220;Choose Your Weapon&#8221; was the first Banksy image I targeted. As I walked about, I wasn&#8217;t sure exactly where on The Grange it was located and in what condition it would be in if I found it. Having never seen a live Banksy, I didn&#8217;t know if it would be on the back wall or inaccessible place of one of the apartment complexes I passed.</p>
<p>Of course, I approached on the wrong end of The Grange and had to suffer the full distance before finally discovering it. Probably because of my uncertainty and confusion, it was truly stunning to run across on the street. In fact, of the four Banksy&#8217;s I saw, I enjoyed it the most.</p>
<p>I love the contrast between the flat, abstract dog and the beautifully rendered man and chain. I find it remarkable that the man&#8217;s hoodie can have so much volume and detail, all via a stencil and a spray can. Amazing.</p>
<p><strong>Full Image:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon.jpg"><img loading="lazy" decoding="async" class="wp-image-211 alignnone" alt="banksy-choose-your-weapon" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon.jpg" width="500" height="669" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-112x150.jpg 112w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p><strong>Detail 1:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1.jpg"><img decoding="async" class="wp-image-212 alignnone" alt="banksy-choose-your-weapon-detail-1" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-1-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p>Look how beautifully that chain is rendered (click image for a larger view). Hard to believe it is done with stencil and spray paint.</p>
<p><strong>Detail 2:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2.jpg"><img decoding="async" class="alignnone  wp-image-213" alt="banksy-choose-your-weapon-detail-2" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-detail-2-112x150.jpg 112w" sizes="(max-width: 956px) 100vw, 956px" /></a></p>
<p><strong>Full Site:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site.jpg"><img decoding="async" class="alignnone  wp-image-214" alt="banksy-choose-your-weapon-site" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-choose-your-weapon-site-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Walking Map from Nearest Tube:</strong></p>
<p><iframe loading="lazy" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=borough+tube+stop+london&amp;daddr=The+Grange&amp;hl=en&amp;geocode=FZDYEQMdZJP-_ym1P9aEWAN2SDH7nr6jDDF-tw%3BFaXBEQMddNP-_w&amp;aq=&amp;sll=51.498752,-0.084758&amp;sspn=0.010393,0.021114&amp;t=h&amp;dirflg=w&amp;mra=ltm&amp;ie=UTF8&amp;ll=51.498752,-0.084758&amp;spn=0.005929,0.016374&amp;output=embed"></iframe><br />
<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=borough+tube+stop+london&amp;daddr=The+Grange&amp;hl=en&amp;geocode=FZDYEQMdZJP-_ym1P9aEWAN2SDH7nr6jDDF-tw%3BFaXBEQMddNP-_w&amp;aq=&amp;sll=51.498752,-0.084758&amp;sspn=0.010393,0.021114&amp;t=h&amp;dirflg=w&amp;mra=ltm&amp;ie=UTF8&amp;ll=51.498752,-0.084758&amp;spn=0.005929,0.016374">View Larger Map</a></small></p>
<h2>2. Banksy: &#8220;If Graffiti Changed Anything&#8221;</h2>
<p><strong>Nearest tube:</strong> Great Portland Street on the Hammersmith &amp; City, Circle and Metropolitan lines (0.3 miles north of site)<br />
<strong>Art location:</strong> Corner of Clipstone Street and Cleveland Street</p>
<p>Once again, I approached this piece from the wrong end of the street, and once again, I wasn&#8217;t sure if I would even find it or if it was still there. However, as with &#8220;Choose Your Weapon&#8221; I was hit with a bit of joy when I finally spotted it on the wall across the street. It was nice to see my first Banksy rat.</p>
<p>Like &#8220;Choose Your Weapon&#8221; this one is protected by perspex.</p>
<p><strong>Full Image:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything.jpg"><img decoding="async" class="alignnone  wp-image-220" alt="banksy-if-graffiti-changed-anything" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Detail:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1.jpg"><img decoding="async" class="alignnone  wp-image-223" alt="banksy-if-graffiti-changed-anything-detail" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-detail1-112x150.jpg 112w" sizes="(max-width: 956px) 100vw, 956px" /></a></p>
<p>Have you ever looked at a rat and said, &#8220;beautiful&#8221;?</p>
<p><strong>Full Site:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site.jpg"><img decoding="async" class="alignnone  wp-image-222" alt="banksy-if-graffiti-changed-anything-site" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-if-graffiti-changed-anything-site-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Walking Map from Nearest Tube:</strong></p>
<p><iframe loading="lazy" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=great+portland+street+tube+stop+london&amp;daddr=Clipstone+St&amp;hl=en&amp;geocode=FQAxEgMdkMz9_ymRVugL1xp2SDFg7OKd8lfs_A%3BFUMnEgMdeNz9_w&amp;sll=51.521815,-0.141567&amp;sspn=0.003134,0.004753&amp;t=h&amp;dirflg=w&amp;mra=dme&amp;mrsp=1&amp;sz=18&amp;ie=UTF8&amp;ll=51.521815,-0.141567&amp;spn=0.003134,0.004753&amp;output=embed"></iframe><br />
<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=great+portland+street+tube+stop+london&amp;daddr=Clipstone+St&amp;hl=en&amp;geocode=FQAxEgMdkMz9_ymRVugL1xp2SDFg7OKd8lfs_A%3BFUMnEgMdeNz9_w&amp;sll=51.521815,-0.141567&amp;sspn=0.003134,0.004753&amp;t=h&amp;dirflg=w&amp;mra=dme&amp;mrsp=1&amp;sz=18&amp;ie=UTF8&amp;ll=51.521815,-0.141567&amp;spn=0.003134,0.004753">View Larger Map</a></small></p>
<h2>3. Banksy: &#8220;Falling Shopper&#8221;</h2>
<p><strong>Nearest tube:</strong> Oxford Circus on the Central, Victoria and Bakerloo lines (0.4 miles north of site)<br />
<strong>Art location:</strong> On the Bruton Street side of Bruton Lane, about 20 feet up</p>
<p>&#8220;Falling Shopper&#8221; was the only Banksy I saw which wasn&#8217;t protected by perspex. That&#8217;s because it was painted about 20 feet above street level on the side of a building. It is located in a part of London with a high density of upscale shops, certainly on purpose.</p>
<p><strong>Full Image:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1.jpg"><img decoding="async" class=" wp-image-227 alignnone" alt="banksy-falling-shopper" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper1-112x150.jpg 112w" sizes="(max-width: 956px) 100vw, 956px" /></a></p>
<p>I love the soft, subtle shadow under the girl and shopping cart which pops it off the wall.</p>
<p><strong>Full Site:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site.jpg"><img decoding="async" class="alignnone  wp-image-216" alt="banksy-falling-shopper-site" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-falling-shopper-site-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Walking Map from Nearest Tube:</strong></p>
<p><iframe loading="lazy" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=oxford+circus+tube+stop+london&amp;daddr=Bruton+Ln&amp;hl=en&amp;geocode=FVQPEgMdyNX9_ykFHtNN1Rp2SDGW67ZPvy-m7g%3BFbP8EQMd9c39_w&amp;aq=0&amp;oq=burton+lane+lon&amp;sll=51.511026,-0.143718&amp;sspn=0.002597,0.005279&amp;t=h&amp;dirflg=w&amp;mra=dme&amp;mrsp=1&amp;sz=18&amp;ie=UTF8&amp;ll=51.512789,-0.141932&amp;spn=0.002597,0.005279&amp;output=embed"></iframe><br />
<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=oxford+circus+tube+stop+london&amp;daddr=Bruton+Ln&amp;hl=en&amp;geocode=FVQPEgMdyNX9_ykFHtNN1Rp2SDGW67ZPvy-m7g%3BFbP8EQMd9c39_w&amp;aq=0&amp;oq=burton+lane+lon&amp;sll=51.511026,-0.143718&amp;sspn=0.002597,0.005279&amp;t=h&amp;dirflg=w&amp;mra=dme&amp;mrsp=1&amp;sz=18&amp;ie=UTF8&amp;ll=51.512789,-0.141932&amp;spn=0.002597,0.005279">View Larger Map</a></small></p>
<h2>4. Banksy: &#8220;Graffiti Painter&#8221;</h2>
<p><strong>Nearest tube:</strong> Ladbroke Grove on the City and Hammersmith &amp; City lines (0.2 miles west of site)<br />
<strong>Art location:</strong> Corner of Cambridge Gardens and Portobello Road</p>
<p>&#8220;Graffiti Painter&#8221; was the last Banksy image I found and was my second favorite of the bunch. I love the contrast of the traditional graffiti tag with the classic Banksy stencil-rendered man carefully painting that tag: clever and beautiful.</p>
<p>This one had the added drama of the &#8220;Robbo&#8221; over-tag. See the abbreviated story of Banksy and Robbo on Banksy&#8217;s site <a title="What's the story with Robbo?" href="http://www.banksy.co.uk/QA/qaa.html" target="_blank">here</a>Â and a Robbo-centric side of the story in the TV documentary, &#8220;<a title="YouTube" href="http://www.youtube.com/watch?v=ulOiB3xEkzM" target="_blank">Graffiti Wars</a>&#8220;.</p>
<p>While you are in the Notting Hill area, check out the close-by and fun <a href="http://www.museumofbrands.com/" target="_blank">Museum of Brands, Packaging and Advertising</a>. It will put you in the proper mood to receive the <a href="http://trickygirl.wordpress.com/2012/03/01/quote-of-the-day-banksy-on-advertising/" target="_blank">advert-hating</a> Banksy.</p>
<p><strong>Full Image:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter.jpg"><img decoding="async" class="alignnone  wp-image-217" alt="banksy-graffiti-painter" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Detail 1:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1.jpg"><img decoding="async" class="alignnone  wp-image-218" alt="banksy-graffiti-painter-detail-1" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail-1-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>Detail 2:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2.jpg"><img decoding="async" class="alignnone  wp-image-228" alt="banksy-graffiti-painter-detail2" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-detail2-112x150.jpg 112w" sizes="(max-width: 956px) 100vw, 956px" /></a></p>
<p><strong>Full Site:</strong></p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site.jpg"><img decoding="async" class="alignnone  wp-image-219" alt="banksy-graffiti-painter-site" src="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site.jpg 1280w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site-300x224.jpg 300w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site-1024x764.jpg 1024w, http://mitchfournier.com/wp-content/uploads/2013/03/banksy-graffiti-painter-site-150x112.jpg 150w" sizes="(max-width: 1280px) 100vw, 1280px" /></a></p>
<p><strong>A Little Team Robbo</strong> (seen on my walk to &#8220;Graffiti Painter&#8221;):</p>
<p><a href="http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo.jpg"><img decoding="async" class="alignnone  wp-image-224" alt="team-robbo" src="http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo.jpg" width="500" srcset="http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo.jpg 956w, http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo-224x300.jpg 224w, http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo-764x1024.jpg 764w, http://mitchfournier.com/wp-content/uploads/2013/03/team-robbo-112x150.jpg 112w" sizes="(max-width: 956px) 100vw, 956px" /></a></p>
<p><strong>Walking Map from Nearest Tube:</strong></p>
<p><iframe loading="lazy" width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=ladbroke+grove+tube+stop+london&amp;daddr=Cambridge+Gardens.&amp;hl=en&amp;geocode=FQoYEgMdPsr8_yntgod1HxB2SDEmfkvN9fMNUw%3BFQweEgMdpdb8_w&amp;aq=1&amp;oq=cambridge+gardens,&amp;sll=51.518557,-0.208225&amp;sspn=0.005194,0.010557&amp;t=h&amp;dirflg=w&amp;mra=prv&amp;ie=UTF8&amp;ll=51.518557,-0.208225&amp;spn=0.005194,0.010557&amp;output=embed"></iframe><br />
<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=ladbroke+grove+tube+stop+london&amp;daddr=Cambridge+Gardens.&amp;hl=en&amp;geocode=FQoYEgMdPsr8_yntgod1HxB2SDEmfkvN9fMNUw%3BFQweEgMdpdb8_w&amp;aq=1&amp;oq=cambridge+gardens,&amp;sll=51.518557,-0.208225&amp;sspn=0.005194,0.010557&amp;t=h&amp;dirflg=w&amp;mra=prv&amp;ie=UTF8&amp;ll=51.518557,-0.208225&amp;spn=0.005194,0.010557">View Larger Map</a></small></p>
<p>My Banksy-day was a small but enjoyable introduction to the London street art scene for the low, low price of a Â£7.20 all-day tube pass. Whether you love Banksy or hate him, you&#8217;ve got to respect the man&#8217;s mastery of cardboard, an x-acto blade and a spray can.</p>
<p>I came to London a fan of Banksy and his work. I left an even bigger one.</p>
<p>P.S. If you are on Instagram, follow <a title="Instagram" href="http://instagram.com/ST_ART_LDN" target="_blank">@ST_ART_LDN</a> for a wider look at the London street art scene. Some more of my pix are there at my account: <a title="Instagram" href="http://instagram.com/mitchf" target="_blank">@mitchf</a></p>The post <a href="http://mitchfournier.com/2013/03/09/in-london-see-some-banksy-for-7-20/">In London? See some Banksy for Â£7.20.</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/03/09/in-london-see-some-banksy-for-7-20/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How to download the jQuery Mobile documentation for offline viewing</title>
		<link>http://mitchfournier.com/2013/02/21/how-to-download-the-jquery-mobile-documentation-for-offline-viewing/</link>
					<comments>http://mitchfournier.com/2013/02/21/how-to-download-the-jquery-mobile-documentation-for-offline-viewing/#comments</comments>
		
		<dc:creator><![CDATA[MTF]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 16:14:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://mitchfournier.com/?p=205</guid>

					<description><![CDATA[<p>Simple steps detailing how to download the full jQuery Mobile documentation for offline viewing.</p>
The post <a href="http://mitchfournier.com/2013/02/21/how-to-download-the-jquery-mobile-documentation-for-offline-viewing/">How to download the jQuery Mobile documentation for offline viewing</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></description>
										<content:encoded><![CDATA[<div id="attachment_207" style="width: 210px" class="wp-caption alignright"><a href="http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta.png"><img decoding="async" aria-describedby="caption-attachment-207" class=" wp-image-207 " style="margin-left: 5px; margin-right: 5px;" alt="Download the jQuery Mobile documentation for offline use." src="http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta.png" width="200" srcset="http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta.png 380w, http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta-150x148.png 150w, http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta-300x297.png 300w, http://mitchfournier.com/wp-content/uploads/2013/02/jquery-mobile-devices-beta-120x120.png 120w" sizes="(max-width: 380px) 100vw, 380px" /></a><p id="caption-attachment-207" class="wp-caption-text">Download the jQuery Mobile documentation for offline use.</p></div>
<p>Recently I was heading off on a long airplane trip and, because <a href="http://www.seatguru.com/airlines/American_Airlines/American_Airlines_Boeing_757-200.php" target="_blank">SeatGuru</a> said I would have power at my seat, I was planning to do some tinkering with <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a>.</p>
<p>Having power at your seat is one thing, but having a WiFi connection is another. In anticipation of having no connectivity, I sought ways to download the full jQuery Mobile documentation.</p>
<p>In the past, I&#8217;ve successfully used a Windows program called <a href="http://www.httrack.com/" target="_blank">HTTrack</a> for spidering and downloading any webpage. Not finding or liking any of the Mac alternatives, I Googled further and found this simple solution.</p>
<p><span id="more-205"></span>For stable releases of jQuery Mobile, the zipped documentation archive will be at: http://code.jquery.com/mobile/VERSION/jquery.mobile-VERSION.docs.zip</p>
<p>In my case, this is the link I needed: <a href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.docs.zip" target="_blank">http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.docs.zip</a></p>
<p>It was a beautiful thing to type the above URL into my location bar and see the download start. If you plan to do some offline work yourself, make sure and grab the zipped docs as well as the required jQuery and jQuery Mobile libraries and CSS files. For me, they are located here:</p>
<ul>
<li><a href="http://code.jquery.com/jquery-1.9.0.min.js" target="_blank">http://code.jquery.com/jquery-1.9.0.min.js</a></li>
<li><a href="http://code.jquery.com/mobile/1.3.0-rc.1/jquery.mobile-1.3.0-rc.1.min.js" target="_blank">http://code.jquery.com/mobile/1.3.0-rc.1/jquery.mobile-1.3.0-rc.1.min.js</a></li>
<li><a href="http://code.jquery.com/mobile/1.3.0-rc.1/jquery.mobile-1.3.0-rc.1.min.css" target="_blank">http://code.jquery.com/mobile/1.3.0-rc.1/jquery.mobile-1.3.0-rc.1.min.css</a></li>
</ul>
<p>If you have trouble viewing the docs in your Chrome browser (e.g. linking between pages doesn&#8217;t work), you can run a dead-simple Python web server on your laptop to serve them up. It&#8217;s a two-step process which will take you upwards of 30 seconds:</p>
<ol>
<li><span style="line-height: 13px;">Open a terminal window and browse to the root of your downloaded and uncompressed jQuery docs</span></li>
<li>Run this command:Â <span style="color: #993300;">python -m SimpleHTTPServer 8080</span></li>
</ol>
<p>Go to <span style="color: #993300;">http://localhost:8080</span> to see the docs.</p>
<p>H/T toÂ <a href="https://github.com/eddiemonge" target="_blank">eddiemonge</a>Â over at <a href="https://github.com/jquery/jquery-mobile/issues/2902" target="_blank">this github thread</a> for pointing out the docs download trick and toÂ <a href="http://www.andyjamesdavies.com/javascript/simple-http-server-on-mac-os-x-in-seconds" target="_blank">Andy Davies</a> for the simple Python webserver tip.</p>The post <a href="http://mitchfournier.com/2013/02/21/how-to-download-the-jquery-mobile-documentation-for-offline-viewing/">How to download the jQuery Mobile documentation for offline viewing</a> first appeared on <a href="http://mitchfournier.com">Mitch Fournier</a>.]]></content:encoded>
					
					<wfw:commentRss>http://mitchfournier.com/2013/02/21/how-to-download-the-jquery-mobile-documentation-for-offline-viewing/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
