<?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>Boise Web Design, Programming, and SEO &#187; Programming Goodness</title>
	<atom:link href="http://boise.peaksystems.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://boise.peaksystems.com</link>
	<description>Boise&#039;s Full Service Web Design Firm</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:08:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pods WordPress Plugin</title>
		<link>http://boise.peaksystems.com/pods-wordpress-plugin/</link>
		<comments>http://boise.peaksystems.com/pods-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:20:33 +0000</pubDate>
		<dc:creator>Aaron Day</dc:creator>
				<category><![CDATA[Boise Area]]></category>
		<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=1938</guid>
		<description><![CDATA[A couple of weeks ago, I was introduced to Pods. I&#8217;ve been working in WordPress for a while but had never heard of Pods. I&#8217;ve now used it in 2 websites and have another one underway. Basically, if you&#8217;re looking for an easier way for you and your clients to...]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I was introduced to Pods. I&#8217;ve been working in WordPress for a while but had never heard of Pods. I&#8217;ve now used it in 2 websites and have another one underway.</p>
<p>Basically, if you&#8217;re looking for an easier way for you and your clients to manage information within WordPress, this is the perfect solution. It allows you to define your own content types and then:</p>
<ol>
<li>Creates a separate database table for each data set.</li>
<li>Creates a class so that you can easily instantiate that class and use the data within your WordPress themes.</li>
<li>Gives you an easy to use CMS for managing your data. (or your clients).</li>
</ol>
<p>I first implemented Pods on my own portfolio so that I can easily manage my portfolio items without having to worry about individual posts. It gives me a lot more flexibility and makes it much easier to manage.<br />
<a href="http://boise.peaksystems.com/wp-content/uploads/2012/01/pods_add_new_team.jpg"><img class="alignright size-thumbnail wp-image-1939" title="pods_add_new_team" src="http://boise.peaksystems.com/wp-content/uploads/2012/01/pods_add_new_team-150x150.jpg" alt="Pods - Add new team example" width="150" height="150" /></a>My second implementation was for a law firm website. Rather than create separate pages and menu for each member of their team, I created a pod and made it available from the main admin menu &#8211; so they can easily add new team members as they need to.</p>
<p>This is really a must-have for any serious WordPress developer. Make sure to check out the following tutorial though &#8211; Mr. Christopher does a tremendous job of explaining <a title="Introduction to Pods" href="http://mondaybynoon.com/20100104/introduction-to-pods-cms-wordpress/" target="_blank">how to use Pods</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/pods-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Post Nav</title>
		<link>http://boise.peaksystems.com/wordpress-post-nav/</link>
		<comments>http://boise.peaksystems.com/wordpress-post-nav/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:03:42 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[my_posts]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[paged]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[posts_nav_link]]></category>
		<category><![CDATA[posts_per_page]]></category>
		<category><![CDATA[prev]]></category>
		<category><![CDATA[query_post]]></category>
		<category><![CDATA[wp_query]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=90</guid>
		<description><![CDATA[If you have a custom query in WordPress using query_posts you might have issues with pagination using posts_nav_link. posts_nav_link() uses the post count from your WordPress admin settings (eg 10). If posts_per_page is set to a number that differs from the global setting either the third page will not be...]]></description>
			<content:encoded><![CDATA[<p>If you have a custom query in WordPress using query_posts you might have issues with pagination using posts_nav_link. posts_nav_link() uses the post count from your WordPress admin settings (eg 10). If posts_per_page is set to a number that differs from the global setting either the third page will not be found or the &#8220;next&#8221; button will not appear despite there being more posts.</p>
<p>So far I&#8217;ven&#8217;t found a solution to this issue, but I will probably have to by the end of the week.</p>
<p>Edit: Nope. I just set the post count to 10 to match the WP admin setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/wordpress-post-nav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Needs Form Fields!</title>
		<link>http://boise.peaksystems.com/internet-explorer-needs-form-fields/</link>
		<comments>http://boise.peaksystems.com/internet-explorer-needs-form-fields/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 03:20:29 +0000</pubDate>
		<dc:creator>Aaron Day</dc:creator>
				<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=88</guid>
		<description><![CDATA[Ok, I ran across an interesting issue tonight, and it only affected users if they were using Internet Explorer. Part of the problem was with the unique way our form had to be set up. For styling issues, we couldn&#8217;t use a standard HTML submit button or form button, so...]]></description>
			<content:encoded><![CDATA[<p>Ok, I ran across an interesting issue tonight, and it only affected users if they were using Internet Explorer.<br />
Part of the problem was with the unique way our form had to be set up. For styling issues, we couldn&#8217;t use a standard HTML submit button or form button, so we had to use an image and then apply javascript to submit the button. That wouldn&#8217;t have been a problem except that the page could have many form fields or 0.</p>
<p>Apparently, and this is only with Internet Explorer, if a form is submitted with no form fields, an Internal Server Error is displayed. This is caused to a broken parent-child relationship that IE is looking for.</p>
<p>The solution: simple. Just add a hidden form field so that you know that you&#8217;ll at least have one form field sent.</p>
<input type="hidden" name="extraField" value="toFixIEBug" />
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/internet-explorer-needs-form-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Disabling the safe update mode</title>
		<link>http://boise.peaksystems.com/mysql-disabling-the-safe-update-mode/</link>
		<comments>http://boise.peaksystems.com/mysql-disabling-the-safe-update-mode/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 01:14:12 +0000</pubDate>
		<dc:creator>Aaron Day</dc:creator>
				<category><![CDATA[Programming Goodness]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=72</guid>
		<description><![CDATA[If you&#8217;ve ever gotten this error message: Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column Just add this simple query: SET SQL_SAFE_UPDATES=0;]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever gotten this error message:</p>
<div id="_mcePaste">Error Code: 1175</div>
<div id="_mcePaste">You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column</div>
<p>Just add this simple query:</p>
<pre>SET SQL_SAFE_UPDATES=0;</pre>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/mysql-disabling-the-safe-update-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeakSystems&#8217; iPhone and iPad App</title>
		<link>http://boise.peaksystems.com/dipticap/</link>
		<comments>http://boise.peaksystems.com/dipticap/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:26:27 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Design Goodness]]></category>
		<category><![CDATA[Marketing Goodness]]></category>
		<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[boise]]></category>
		<category><![CDATA[diptic]]></category>
		<category><![CDATA[diptych]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flickr pool]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[peaksystems]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[triptych]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=58</guid>
		<description><![CDATA[Our company has released its first app! First, get the app on iTunes. Next, show off your new diptych creations in the Diptic App Flickr pool. If you&#8217;ve questions, stop at the app&#8217;s website for instructions and FAQ. Get your friends to join in the fun and become a fan...]]></description>
			<content:encoded><![CDATA[<p>Our company has released its first app!</p>
<p>First, get the <a href="http://itunes.apple.com/us/app/diptic/id377989827?mt=8">app on iTunes</a>. Next, show off your new diptych creations in the <a href="http://www.flickr.com/groups/1445593@N21/">Diptic App Flickr pool</a>. If you&#8217;ve questions, stop at the <a href="http://dipticapp.com/">app&#8217;s website</a> for instructions and FAQ. Get your friends to join in the fun and become a <a href="http://www.facebook.com/pages/Diptic/126138580746365">fan of Diptic</a> on Facebook; while you&#8217;re at it you might as well become a <a href="http://www.facebook.com/pages/Seattle-WA/Peak-Systems/102165006268">fan of PeakSystems</a> as well. Finally, if you&#8217;ve feedback or just want to sing our praises, then <a href="http://twitter.com/dipticapp">find us on Twitter</a>.</p>
<p>YAY!</p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/dipticap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Include Sans &#8220;HTTP&#8221;</title>
		<link>http://boise.peaksystems.com/script-include-sans-http/</link>
		<comments>http://boise.peaksystems.com/script-include-sans-http/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:28:27 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=50</guid>
		<description><![CDATA[So according to the Facebook tracking guide the URL recommended for including the tracking script is: //ah8.facebook.com/js/conversions/tracking.js This is potentially a very convenient way to include a script regardless of SSL (http vs https), which will cause an alert or warning on computers with common settings. Unfortunately, this method does...]]></description>
			<content:encoded><![CDATA[<p>So according to the <a href="http://ads.ak.facebook.com/ads/FacebookAds/ConversionTrackingGuide.pdf">Facebook tracking guide</a> the URL recommended for including the tracking script is: //ah8.facebook.com/js/conversions/tracking.js</p>
<p>This is potentially a very convenient way to include a script regardless of SSL (http vs https), which will cause an alert or warning on computers with common settings. Unfortunately, this method does not work in Chrome. IE6 and FF3 will redirect to the appropriate full path with http(s). Chrome will assume the link is a relative local file, adding the prefix &#8220;file://&#8221;.</p>
<p>I assumed this was a typo, but the implementation guide is very deliberate in the &#8220;http&#8221; omission. I was surprised to find this works in some browsers and I wish it was a great revelation, however it is entirely impractical.</p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/script-include-sans-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Prototypes</title>
		<link>http://boise.peaksystems.com/flash-prototypes/</link>
		<comments>http://boise.peaksystems.com/flash-prototypes/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:02:48 +0000</pubDate>
		<dc:creator>Aaron Day</dc:creator>
				<category><![CDATA[Boise Office]]></category>
		<category><![CDATA[Programming Goodness]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=45</guid>
		<description><![CDATA[Here&#8217;s two AS2 Flash prototypes that I use all the time. The search proto is probably from that genius sephiroth but I can&#8217;t remember since it&#8217;s been a while.  The shuffle prototype is from kingdavid. Array Search Prototype Array.prototype.search = function(needle, from, strict) { if(from == undefined &#124;&#124; from &#62;=...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s two AS2 Flash prototypes that I use all the time. The search proto is probably from that genius <a href="http://www.sephiroth.it/proto_detail.php?id=62" target="_blank">sephiroth</a> but I can&#8217;t remember since it&#8217;s been a while.  The shuffle prototype is from <a href="http://www.sephiroth.it/proto_detail.php?id=98" target="_blank">kingdavid</a>.</p>
<p><strong>Array Search Prototype</strong></p>
<blockquote>
<pre>Array.prototype.search = function(needle, from, strict)
{
   if(from == undefined || from &gt;= this.length) from = 0;
   strict = strict == undefined ? false : strict;
   for(var a = from; a &lt; this.length; a++)
   {
      if(this[a] == needle)
      {
         if(strict)
         {
            if(this[a].__proto__ == needle.__proto__)
            {
               return a;
            }
         } else {
            return a;
         }
      }
   }
   return -1;
};</pre>
</blockquote>
<p><strong>Array Shuffle Prototype</strong></p>
<blockquote>
<pre>Array.prototype.shuffle = function() {</pre>
</blockquote>
<blockquote>
<pre>
<pre id="entry-code">   var myArray = new Array();
   for (i=0; i&lt;this.length; i++) {
      var control = true;
      while (control) {
         j = int(random(this.length));
         if (myArray[j] == undefined) {
            myArray[j] = this[i];
            control = false;
         }
      }
   }
   return myArray;
};</pre>
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/flash-prototypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chroma Hash</title>
		<link>http://boise.peaksystems.com/chroma-hash/</link>
		<comments>http://boise.peaksystems.com/chroma-hash/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:11:45 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Design Goodness]]></category>
		<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[chroma]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=37</guid>
		<description><![CDATA[I just want to post a message about how clever I find this password input. I can thank Reddit for originally bringing this to my attention. I hope to implement this on my next project. If you decide to do the same, please give some credit back to the source...]]></description>
			<content:encoded><![CDATA[<p>I just want to post a message about how clever I find this password input. I can thank <a href="http://www.reddit.com">Reddit</a> for originally bringing this to my attention. I hope to implement this on my next project. If you decide to do the same, please give some credit back to the source site.</p>
<p><a href="http://foxxtrot.github.com/Chroma-Hash/">Chroma Hash Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/chroma-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit Card Autocomplete</title>
		<link>http://boise.peaksystems.com/credit-card-autocomplete/</link>
		<comments>http://boise.peaksystems.com/credit-card-autocomplete/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 20:27:09 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[auto complete]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=36</guid>
		<description><![CDATA[When working on a shared computer, there is a lot of risk involved with personal data. For example, buying something online with a credit card. Best practice is to clear all saved data from the computer as one logs off. However, I am not convinced a majority of users know...]]></description>
			<content:encoded><![CDATA[<p>When working on a shared computer, there is a lot of risk involved with personal data. For example, buying something online with a credit card. Best practice is to clear all saved data from the computer as one logs off. However, I am not convinced a majority of users know / remember to do so. The first idea that comes to a developer&#8217;s mind is to leverage the &#8220;autocomplete&#8221; attribute of form fields. Unfortunately, this does nothing other than prevent the auto-complete from appearing, not the browser from storing data; I would consider the auto-complete attribute worse than not, as it provides a false sense of security. The solution I&#8217;m thinking of is a small hack.</p>
<p>Correct me if I am wrong [&#97;&#110;&#100;&#114;&#101;&#119;&#46;&#104;&#97;&#104;&#110;&#64;&#112;&#101;&#97;&#107;&#115;&#121;&#115;&#116;&#101;&#109;&#115;&#46;&#99;&#111;&#109;], but browsers do not store hidden form field data, only fields of input type &#8220;text&#8221;. My testing suggests that it does not.</p>
<p>So, the proposed hack is to create two forms. One form contains a dummy text field that will not be submit.</p>
<p><code>&lt;form&gt;&lt;input type="text" id="CCN_prop" /&gt;&lt;/form&gt;</code></p>
<p>The second form will be actually submit. It will contain a hidden input and a submit button. When the submit button is pressed, javascript will update the hidden field (CCN) with the value from the dummy field (CCN_prop).<br />
<code>&lt;form method="post" onsubmit="<br />
&nbsp;&nbsp;&nbsp;&nbsp;$('#CCN').val($('#CCN_prop').val());"&gt;<br />
&nbsp;&nbsp;&lt;input type=&quot;hidden&quot; name=&quot;CCN&quot; id=&quot;CCN&quot; /&gt;<br />
&nbsp;&nbsp;&lt;input type=&quot;submit&quot; /&gt;<br />
&lt;/form&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/credit-card-autocomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Scroll</title>
		<link>http://boise.peaksystems.com/horizontal-scroll/</link>
		<comments>http://boise.peaksystems.com/horizontal-scroll/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 19:43:46 +0000</pubDate>
		<dc:creator>TheHahn</dc:creator>
				<category><![CDATA[Design Goodness]]></category>
		<category><![CDATA[Programming Goodness]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[horizontal scroll]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://boise.peaksystems.com/?p=35</guid>
		<description><![CDATA[For some reason I haven&#8217;t seen many examples of a horizontal scrolling div. These are commonly used for image slideshows (we have a number of photography clients). CSS: div { width:380px; height:80px; padding: 15px 0 30px 0; overflow-x:auto; white-space:nowrap; } By default, img tags are display:inline, so you need only...]]></description>
			<content:encoded><![CDATA[<p>For some reason I haven&#8217;t seen many examples of a horizontal scrolling div. These are commonly used for image slideshows (we have a number of photography clients).</p>
<p>CSS:<br />
div {<br />
width:380px;<br />
height:80px;<br />
padding: 15px 0 30px 0;<br />
overflow-x:auto;<br />
white-space:nowrap;<br />
}</p>
<p>By default, img tags are display:inline, so you need only something like this:<br />
&lt;div&gt;<br />
&nbsp;&nbsp;&lt;img /&gt;<br />
&nbsp;&nbsp;&lt;img /&gt;<br />
&nbsp;&nbsp;&lt;img /&gt;<br />
&lt;/div&gt;</p>
<div style="width:380px;height:80px;padding:14px 0 30px 0;display:block;overflow-x:auto;white-space:nowrap;border:rgb(8,67,145) solid 2px;"><a title="S7S_5580, by silent7seven" href="http://www.flickr.com/photos/silent7seven/2673286288/"><img src="http://farm4.static.flickr.com/3066/2673286288_669a927109_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="Nwod Edispu Denrut Si Efil" href="http://www.flickr.com/photos/silent7seven/91724222/"><img src="http://farm1.static.flickr.com/28/91724222_ec9d5a754c_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="S7S_5697, by silent7seven" href="http://www.flickr.com/photos/silent7seven/2673314214/"><img src="http://farm4.static.flickr.com/3123/2673314214_caa6301167_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="Crowd of Tinmen, by silent7seven" href="http://www.flickr.com/photos/silent7seven/2547499758/"><img src="http://farm4.static.flickr.com/3080/2547499758_f5913a8d1a_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="S7S_5814, by silent7seven" href="http://www.flickr.com/photos/silent7seven/2673333376/"><img src="http://farm4.static.flickr.com/3152/2673333376_bef72d5724_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="Internet Death Sauce by silent7seven" href="http://www.flickr.com/photos/silent7seven/2678595537/"><img src="http://farm4.static.flickr.com/3092/2678595537_44f92b4cd6_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="breezy, by silent7seven" href="http://www.flickr.com/photos/silent7seven/2718297869/"><img src="http://farm4.static.flickr.com/3192/2718297869_1c077efe9e_s.jpg" width="75" height="75" style="display:inline;"></a> <a title="kachow, by silent7seven" href="http://www.flickr.com/photos/silent7seven/3387856004/"><img src="http://farm4.static.flickr.com/3419/3387856004_729671a981_s.jpg" width="75" height="75" style="display:inline;"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://boise.peaksystems.com/horizontal-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

