<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>PalmerForPresident.com</title>
	<atom:link href="http://www.palmerforpresident.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.palmerforpresident.com</link>
	<description>The training is nothing. The will is everything.</description>
	<pubDate>Mon, 18 Aug 2008 23:33:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>New Cell Phone</title>
		<link>http://www.palmerforpresident.com/archives/287</link>
		<comments>http://www.palmerforpresident.com/archives/287#comments</comments>
		<pubDate>Mon, 18 Aug 2008 23:24:21 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=287</guid>
		<description><![CDATA[Just an FYI to the world that I don&#8217;t like my cellular device, and I strongly desire a new one.
Anybody wants to trade, let me know.
]]></description>
			<content:encoded><![CDATA[<p>Just an FYI to the world that I don&#8217;t like my cellular device, and I strongly desire a new one.</p>
<p>Anybody wants to trade, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/287/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Site Tweaks</title>
		<link>http://www.palmerforpresident.com/archives/268</link>
		<comments>http://www.palmerforpresident.com/archives/268#comments</comments>
		<pubDate>Sat, 02 Aug 2008 13:56:03 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=268</guid>
		<description><![CDATA[In the past week I&#8217;ve made several small changes to this site once again.
These changes include:

A tweaked sidebar as mentioned in previous posts
An improved archive page that formats much nicer
A re-written about page
Added a mobile gallery album for cell phone pics (been meaning to do that for awhile)
Valid xhtml (which took by far the longest [...]]]></description>
			<content:encoded><![CDATA[<p>In the past week I&#8217;ve made several small changes to this site once again.<br />
These changes include:</p>
<ul>
<li>A tweaked sidebar as mentioned in previous posts</li>
<li>An improved <a href="http://www.palmerforpresident.com/archives">archive page</a> that formats much nicer</li>
<li>A re-written <a href="http://www.palmerforpresident.com/about">about page</a></li>
<li>Added a <a href="http://www.palmerforpresident.com/v/Mobile">mobile gallery</a> album for cell phone pics (been meaning to do that for awhile)</li>
<li><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.palmerforpresident.com&amp;charset=(detect+automatically)&amp;doctype=Inline&amp;group=0">Valid xhtml</a> (which took by far the longest to do)</li>
</ul>
<p>Obviously this website is extremely awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/268/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hacking with Metasploit</title>
		<link>http://www.palmerforpresident.com/archives/246</link>
		<comments>http://www.palmerforpresident.com/archives/246#comments</comments>
		<pubDate>Wed, 30 Jul 2008 03:08:41 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=246</guid>
		<description><![CDATA[Have you ever thought to yourself &#8220;Hmm&#8230; I wonder if I could &#8216;hack&#8217; into another computer&#8221; ?
Trust me, you can.
But before telling you how, I want to state that the tactics described in the following text could very easily be used for malicious and/or illegal activities.  With that said, this information should only be used [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever thought to yourself &#8220;Hmm&#8230; I wonder if I could &#8216;hack&#8217; into another computer&#8221; ?</p>
<p>Trust me, you can.</p>
<p>But before telling you how, I want to state that the tactics described in the following text could very easily be used for malicious and/or illegal activities.  With that said, this information should only be used for educational and/or testing purposes.  Metasploit is a very valuable security research and exploit testing tool.  I am not responsible should you decide to use it in negative ways.  Never apply this information to access a system you are not authorized to use.</p>
<p>With the politics out of the way, let&#8217;s get down to business.</p>
<p>1.  <strong>Find your &#8220;target&#8221;</strong> - in this case, I have built a toshiba laptop to run a completely vanilla Windows XP installation with no service packs or updates of any kind.</p>
<p>2.  <strong><a href="http://www.metasploit.com/framework/">Download Metasploit</a></strong> and install it per the installation instructions.  There are versions for Linux, Windows, and Mac OS.  The remainder of these steps will be shown using the Linux version (Ubuntu 8.04).</p>
<p>3.  <strong>Launch Metasploit. </strong> Version 3 actually has a GUI tool to make things PAINFULLY easy, so we&#8217;ll keep with command line to show some respect.  Launch the GUI if you wish&#8230;  many of the options are the same, it&#8217;s just offendingly easy to use.  You can see below that my linux command prompt at the top of the window, and the metasploit console at the bottom where we can get started.</p>
<p><a href="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking11.png"><img class="alignnone size-full wp-image-250" title="hacking11" src="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking11.png" alt="" width="500" height="342" /></a></p>
<p>4.  <strong>Pick your exploit of choice</strong>. This will depend greatly on your target&#8217;s OS and patch levels.  type &#8220;show exploits&#8221; at the metasploit command prompt to get a full listing.  To use an exploit, just type &#8220;use exploit_name&#8221;.  I picked a Windows SMB exploit as you can see below.  Notice how the command prompt changes to reflect the exploit you&#8217;ve chosen.</p>
<p><a href="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking21.png"><img class="alignnone size-full wp-image-251" title="hacking21" src="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking21.png" alt="" width="500" height="342" /></a></p>
<p>5.  <strong>Set your options and payload</strong>.  Type &#8220;show options&#8221; and look for anything that migh need to be set.  Most likely you&#8217;ll at least have to set the target (RHOST) to the IP of your hacking target.  Set the options by typing &#8220;<em>set optionname optionvalue</em>&#8221; - or in this case: &#8220;set RHOST 192.168.1.144&#8243;.  Now our exploit attempt will be directed at that IP address.</p>
<p>You&#8217;ll also need a payload - a way to use the exploit to get access to the target machine.  This is usually a command shell, VNC session, or could even be dll injection or adding an administrative user.  To see a list of all payloads, just type &#8220;show  payloads&#8221;.  Once you find one you like, just type &#8220;set payload payload_name&#8221;.  For this test, I&#8217;ve used the windows tcp shell bind.</p>
<p><a href="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking31.png"><img class="alignnone size-full wp-image-252" title="hacking31" src="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking31.png" alt="" width="500" height="342" /></a></p>
<p>6.  <strong>Double check everything and exploit</strong>.  Type &#8217;show options&#8217; one last time and make sure there are not any required options left blank.  Sometimes a payload will require additional settings.  Once you&#8217;re sure everything has been set correctly, just type the magic word:  <strong>exploit</strong>.  Watch as the exploit code runs; and look for the &#8220;Command Shell Session 1 Opened&#8221; text as shown below.  This means the hack has been successful.</p>
<p><a href="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking4.png"><img class="alignnone size-full wp-image-253" title="hacking4" src="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking4.png" alt="" width="500" height="342" /></a></p>
<p>7. <strong>Connect to the hacked target</strong>.  If you are using Metasploit for Windows; you&#8217;re automatically taken to the command shell of the hacked target.  However, in Linux we have to connect to the session manually.  To see your hack session, type &#8220;sessions -l&#8221;  (dash lowercase L).  You&#8217;ll see your list of sessions shown in the output.  Once you see your shell session, just type &#8220;sessions -i 1&#8243; to connect to session number one.  See below:</p>
<p><a href="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking6.png"><img class="alignnone size-full wp-image-255" title="hacking6" src="http://www.palmerforpresident.com/wp-content/uploads/2008/07/hacking6.png" alt="" width="500" height="342" /></a></p>
<p>Notice how the prompt has changed to a windows command prompt? Yeah, that means you&#8217;ve just hacked a computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/246/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sidebar Redefined</title>
		<link>http://www.palmerforpresident.com/archives/244</link>
		<comments>http://www.palmerforpresident.com/archives/244#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:01:51 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Site related]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=244</guid>
		<description><![CDATA[I don&#8217;t know why I even bother using the sidebar on this website.  I really should go the route of Vanlandw and just disperse of the sidebar all together.
But, I can&#8217;t find it in my heart to do that - so instead I mess around with it and change it pretty much every other [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why I even bother using the sidebar on this website.  I really should go the route of <a href="http://vanlandw.com">Vanlandw</a> and just disperse of the sidebar all together.</p>
<p>But, I can&#8217;t find it in my heart to do that - so instead I mess around with it and change it pretty much every other week.</p>
<p>In the past, I&#8217;ve added the random gallery image, added the Netflix queue, added and removed all kinds of links, added and removed google ads, and played around with ul / li formatting.</p>
<p>THIS week, I&#8217;ve decided to add dynamic content to pull in my recent tracks from Last.fm and also my recent &#8216;tweets&#8217; from Twitter.  I also got rid of some links, added in some new links, and generally wasted a couple hours pointlessly tweaking the sidebar.</p>
<p>I still can&#8217;t bring myself to use the built in widgets that K2 and Wordpress have to offer; which undoubtedly makes everything in the sidebar harder to do.</p>
<p>Regardless, may I present to you sidebar version four hundred thirty ONE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/244/feed</wfw:commentRss>
		</item>
		<item>
		<title>Online Overload</title>
		<link>http://www.palmerforpresident.com/archives/233</link>
		<comments>http://www.palmerforpresident.com/archives/233#comments</comments>
		<pubDate>Tue, 22 Jul 2008 01:59:22 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Journal]]></category>

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

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=233</guid>
		<description><![CDATA[Last week when I had trouble sleeping I spent a fair amount of time surfing the internet for whatever I could find.  This eventually lead me to Drist&#8217;s myspace page where I fully intended on sending them a &#8216;myspace message&#8217; telling them they had to put some of their songs on RockBand ASAP.
Back up [...]]]></description>
			<content:encoded><![CDATA[<p>Last week when I had trouble sleeping I spent a fair amount of time surfing the internet for whatever I could find.  This eventually lead me to <a href="http://www.myspace.com/drist">Drist&#8217;s myspace page</a> where I fully intended on sending them a &#8216;myspace message&#8217; telling them they had to put some of their songs on RockBand ASAP.</p>
<p>Back up just a bit - for those of you who do not know me, I despise myspace.  I&#8217;ve always hated it.  HATED it.  Almost unexplainably.  I can&#8217;t even really put my finger on why - but part of it is people that put 8 million pictures/videos/songs on their &#8217;space&#8217; and crash my dual core 2GB RAM computer.</p>
<p>Anyway - In order to send Drist a message, I would have to take the ultimate plunge of debauchery and create my own &#8217;space&#8217;.  After some reluctance, I did the unthinkable  Vanberge, the eternal hater and shunner of myspace fire death created a myspace account.  I then added Vanbergs as a friend and sent one of my favorite bands in the world a myspace message pleading them to put songs out for RockBand downloadable content.</p>
<p>That was just the beginning&#8230;</p>
<p>In the last 4 days I have signed up for and begun using a plethora of online services.  This includes (see sidebar) Digg, Twitter, Last.fm, LinkedIn, and of course&#8230; Myspace.</p>
<p>Until now, I&#8217;ve really sort of avoided the &#8216;online community&#8217; side of the internet.  I&#8217;ve stuck to things I know and really haven&#8217;t tried anything new - primarily I&#8217;m an emailer and then I maintain this website - and that&#8217;s been it.  And actually, it&#8217;s too bad I&#8217;ve waited so long to start exploring the further reaches of the internet.  I&#8217;ve found myself enjoying embracing these communities and will no doubt continue to do so (well, I may not keep my &#8217;space&#8217;).  But things like last.fm, twitter, and linkedin will probably stay part of my daily web activity for some time to come.</p>
<p>With the expansion into the online world, I began also looking for ways to consolidate my online activity into a more efficient means.  Typing URL after URL into the address bar is a very inefficient means of getting things done online.  Google reader has already helped me with this, but I felt there was more room for improvement.  In the end, I added and reorganized bookmarks into folders that I can easily &#8216;open all in tabs&#8217;.  I then used <a href="http://www.foxmarks.com/">FoxMarks</a> to continuously sync my bookmarks between all of my firefox browsers (since Google browser sync has been discontinued) - and then finally I downloaded <a href="http://www.operamini.com/">Opera mini</a>, a much improved web browser for my Blackberry 8830 which installs in seconds and absolutely dwarfs the default RIM browser.</p>
<p>Thanks to everyone who no doubt accepted the several invite/friend requests for these various online accounts I&#8217;ve finally decided to start using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/233/feed</wfw:commentRss>
		</item>
		<item>
		<title>Insomnia Upgraded</title>
		<link>http://www.palmerforpresident.com/archives/204</link>
		<comments>http://www.palmerforpresident.com/archives/204#comments</comments>
		<pubDate>Wed, 16 Jul 2008 09:38:14 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Site related]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=204</guid>
		<description><![CDATA[After a brief &#8216;meet n greet&#8217; (beer and food) with EMC and VMware folks at Malarkey&#8217;s; I went to bed uncharacteristically early and am now enduring a mild case of insomnia.  I&#8217;ve been awake since 3 a.m. and have been mindlessly surfing channels, chatting with vanbergs about when we&#8217;ll be seeing &#8220;The Dark Knight&#8221;, laughing [...]]]></description>
			<content:encoded><![CDATA[<p>After a brief &#8216;meet n greet&#8217; (beer and food) with EMC and VMware folks at Malarkey&#8217;s; I went to bed uncharacteristically early and am now enduring a mild case of insomnia.  I&#8217;ve been awake since 3 a.m. and have been mindlessly surfing channels, chatting with vanbergs about when we&#8217;ll be seeing &#8220;The Dark Knight&#8221;, <a href="http://photoneil.net/2008/05/31/top-10-worst-exam-answers/">laughing at the top 10 worst exam answers</a>, and generally surfing the internet.</p>
<p>I found that Wordpress and Gallery each had new versions out; so I decided to take the plunge.  I upgraded to <a href="http://wordpress.org/">Wordpress 2.6</a> and <a href="http://gallery.menalto.com/">Gallery 2.2.5</a>.</p>
<p>I used only the-bob.org&#8217;s command line, and the process as a whole took 10 minutes and resulted in no issues whatsoever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/204/feed</wfw:commentRss>
		</item>
		<item>
		<title>Big Sky Country</title>
		<link>http://www.palmerforpresident.com/archives/201</link>
		<comments>http://www.palmerforpresident.com/archives/201#comments</comments>
		<pubDate>Sat, 12 Jul 2008 15:58:53 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=201</guid>
		<description><![CDATA[This week was a long week.  It&#8217;s always hard to come back after a vacation; especially when you&#8217;ve been off work for 2 solid weeks, taken a road trip to Plentywood Montana, and had an awesome holiday weekend.
It&#8217;s been some time since I&#8217;ve been on a road trip, so I had been looking forward to [...]]]></description>
			<content:encoded><![CDATA[<p>This week was a long week.  It&#8217;s always hard to come back after a vacation; especially when you&#8217;ve been off work for 2 solid weeks, taken a road trip to Plentywood Montana, and had an awesome holiday weekend.</p>
<p>It&#8217;s been some time since I&#8217;ve been on a road trip, so I had been looking forward to our trip to Montana for quite some time.  I couldn&#8217;t wait to leave my blackberry at home and get 1,200 miles away.</p>
<p>The drive out there was surprisingly fast.  Carpooling with the inlaws, we took shifts driving and plowed straight through, stopping only for gas and food.  The drive out took approximatly 27 hours and was 1,280 miles.  I passed my free time by reading Angels and demons, watching a few different movies on my laptop (no country for old men is very deserving of the Oscar for Best Picture.), chewing sunflower seeds, and aweing at the open vastness of the North Dakota and Montana countrysides.</p>
<p>I had an initial picture of our trip being very &#8216;frontier-like&#8217;.  I envisioned sitting around campfires, having some beer, and roughing it a bit.  But it was actually the opposite.  Plentywood has about 1800 residents, several restaurants, an ACE hardware, and a fully loaded sporting goods store.  There isn&#8217;t any fast food or Walmarts within a 2 hours drive - but Plentywood holds its own in Northeast Montana.</p>
<p>Most of the time was spent with family that we haven&#8217;t seen in a long time.  But I did get a chance to learn alot more about my wife&#8217;s side of the family, and gain an appreciation for the western atmosphere.  I felt refreshed and really enjoyed our time.</p>
<p>All in all - <a href="http://www.palmerforpresident.com/v/Special+Occasions/Montana+Trip">I took alot of pictures</a>, bought a genuine cowboy hat, shot at gophers, <a href="http://www.bigskybrew.com/">loved Moose Drool</a>, gazed at the clearest night sky I&#8217;ve ever seen, visited the Mall of America, gained 11 pounds, and had an amazing time.</p>
<p>Vanbergs and flo, thank you again for watching our home and pets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/201/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dissolve</title>
		<link>http://www.palmerforpresident.com/archives/200</link>
		<comments>http://www.palmerforpresident.com/archives/200#comments</comments>
		<pubDate>Sat, 31 May 2008 17:02:33 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=200</guid>
		<description><![CDATA[I have said and written before that I believe music to be the most powerful, influential, and all affecting human art.  For me, looking at pictures or reading printed words pales in comparison to the effect that music can have on my entire soul.
Any feeling or emotion that I can or will experience has been [...]]]></description>
			<content:encoded><![CDATA[<p>I have said and written before that I believe music to be the most powerful, influential, and all affecting human art.  For me, looking at pictures or reading printed words pales in comparison to the effect that music can have on my entire soul.</p>
<p>Any feeling or emotion that I can or will experience has been emphasized, amplified, and <em><strong>fully</strong></em> experienced with the assistance of music.  Likewise - great music is capable of actually producing these feelings and emotions.  It&#8217;s really almost impossible for me to accurately articulate into words.</p>
<p>With that said, there are few and rare cases where a &#8217;song&#8217; transcends the bounds of my mortality.  It becomes more than a catchy rhythm, more than a consistent beat, more than meaningful harmony, more than lyrics, more than vocals, and more than words can describe.  The only way i can find to describe this situation is that the artists do not simply play their instruments, write their lyrics, or sing their songs.  Rather, they wield pure and unbridled emotion via their instrument of choice; harnessing and culminating the entire universe&#8217;s energy into one cataclysmic event. (or, &#8217;song&#8217;).</p>
<p>One such artist is &#8220;Drist&#8221;.  One such song is &#8220;Dissolve&#8221;.</p>
<p>I am fairly convinced that this song my most favorite song that I have ever heard.  The combination of music, vocals, and lyrics pull my emotions from sorrow and empathy, through hope and inspiration, and finish at absolute contentment.   I find this nearly impossible because the lyrics are almost completely objective - but nevertheless, it is an amazing experience.</p>
<p>Different forms of music have different effects on different people.  This particular music has a profound effect on me.  And I thank the band Drist for the experience.</p>
<p><a href="http://www.last.fm/music/Drist/_/dissolve?autostart">Listen to the song</a><br />
<a href="http://www.myspace.com/drist">Drist on MySpace</a></p>
<p>The lyrics:<br />
<em>Oceans arrived, let go<br />
So sure, how could my confidence be wrong<br />
I sacrifice, and hold the pain<br />
Of each and everyday alone</em></p>
<p><em>All I know, is all I loved<br />
All long forgiven<br />
All I knew, are all my wrongs<br />
I&#8217;ve long forgotten</em></p>
<p><em>Watch as the tide dissolves<br />
So sure, that the lines I drew<br />
Were all gone<br />
I sacrifice and hold onto<br />
The chance that I will soon dissolve</em></p>
<p><em>Break all your ties<br />
Face the one<br />
Held inside.<br />
Take your breath<br />
Keep your head<br />
Held back while<br />
I show you. See them<br />
Watch it go</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/200/feed</wfw:commentRss>
		</item>
		<item>
		<title>Gary Fisher Wingra</title>
		<link>http://www.palmerforpresident.com/archives/199</link>
		<comments>http://www.palmerforpresident.com/archives/199#comments</comments>
		<pubDate>Fri, 23 May 2008 01:28:27 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=199</guid>
		<description><![CDATA[For the last two to three weeks, I have been stuck on the notion that I MUST own a bicycle.  I haven&#8217;t had a bike since I was probably 13 or 14, and I figure riding a bike is about 500 times more enjoyable than running.  I&#8217;ve been shopping around with the thought that I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://palmerforpresident.com/pictures/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5387&amp;g2_serialNumber=2&amp;g2_GALLERYSID=be9e240ba5d21fef84fd08638a7b22ad" alt="Gary Fisher Wingra" />For the last two to three weeks, I have been stuck on the notion that I MUST own a bicycle.  I haven&#8217;t had a bike since I was probably 13 or 14, and I figure riding a bike is about 500 times more enjoyable than running.  I&#8217;ve been shopping around with the thought that I wanted a &#8220;roadish&#8221; bike that I could ride back and forth to work (4.1 miles) comfortably, but that could also hit a light path without dumping me.  I definitely didn&#8217;t want a full on road bike with the underhook type handle bars.  Doing a fair amount of research put me onto a class of bike called a &#8220;commuter&#8221; or &#8220;urban&#8221; depending on which brand you&#8217;re looking at.</p>
<p>I started looking at Trek, really because that&#8217;s the only bicycle brand that I&#8217;ve ever known to be top notch.  So, I spent alot of time shopping Trek bikes online and reading reviews about their different models.  In the end, I was certain that I would be purchasing a <a href="http://www.trekbikes.com/us/en/bikes/2008/urban/sport_urban/su20/">Trek SU 2.0</a> just from reading online about it.</p>
<p>Then i started to call around bike shops and ask some preliminary questions - what size frame do I need?  Is a Trek SU 2.0 going to do what I want it to?  What accessories are must haves?  etc.  From there, the next step was going into a bike shop and checking out the goods first hand.  And I was completely amazed that after one trip to a bike shop, some discussion with the biker guru employees, and a couple test rides - I had put a bike on layaway.  Not a SU 2.0.  Not even a Trek.  Rather, a brand and model I hadn&#8217;t even previously heard of: The Gary Fisher Wingra.</p>
<p>I picked up the bike last friday, and in the first 4 days of ownership I rode it 20 miles.  I rode it 8 miles home from the bike shop right after picking it up.  I road it to work a couple days this week (thank god our office has a shower.) and I rode around our neighborhood a few times just getting a feel for it.</p>
<p>The bike wasn&#8217;t too bad really pricewise - but I bought a speedo/odometer, a helmet, a lock, some bar end grips, a water bottle holder, a rack/pack carrier, and a little carry bag that attaches under the seat.  After all was said and done, we had to spend a little more than I liked - but I figured out that each day I ride my bike to work will save me about 2 bucks in gas - and I only live 4.1 miles from home.  Not to mention, riding my bike to work is a pretty good way for me to get some much needed exercise.</p>
<p>All in all - W00t Gary Fisher&#8217;s wingra.  <a href="http://www.palmerforpresident.com/wpg2?g2_itemId=5383">Check out some pics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/199/feed</wfw:commentRss>
		</item>
		<item>
		<title>Look n&#8217; Feel</title>
		<link>http://www.palmerforpresident.com/archives/198</link>
		<comments>http://www.palmerforpresident.com/archives/198#comments</comments>
		<pubDate>Sat, 10 May 2008 15:00:19 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
		
		<category><![CDATA[Site related]]></category>

		<guid isPermaLink="false">http://www.palmerforpresident.com/?p=198</guid>
		<description><![CDATA[As per usual about once every 6 to 8 months, I compulsively decided to change my website&#8217;s theme.
Even though I feel drastic needs to make these changes, I hate doing it.  It&#8217;s so hard to find a decent theme to start with, and I definitely don&#8217;t have the time or the motivation to write my [...]]]></description>
			<content:encoded><![CDATA[<p>As per usual about once every 6 to 8 months, I compulsively decided to change my website&#8217;s theme.</p>
<p>Even though I feel drastic needs to make these changes, I hate doing it.  It&#8217;s so hard to find a decent theme to start with, and I definitely don&#8217;t have the time or the motivation to write my own theme from scratch.</p>
<p>Hoping for a solution to this ongoing problem, I have decided to use the theme &#8220;<a href="http://getk2.com/">K2</a>&#8221; - a popular theme that is currently embraced by <a href="http://www.vanlandw.com">Vanlandw</a> and <a href="http://csh.us">CSH</a>.  This is a very simple, yet very aesthetically pleasant and easy on the eyes.</p>
<p>With that said - I am never using any other theme on palmerforpresident.com.  Any design, look, or usage of theming will all be based on K2.  I may slightly modify the theme, but it will always be K2 as a base.  Out of the box, the main thing i didn&#8217;t like was how dynamic K2 is.  It dynamically generates the sidebar and header nav on every single page that is loaded.  I modified both of these to be quite a bit more static - for me that&#8217;s a little nicer.</p>
<p>I don&#8217;t mind the theme, so any modifications will be fairly minor, but there will be a bit of a &#8216;transitional&#8217; phase for me to get everything formatted to this themes css styles.</p>
<p>w00t k2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerforpresident.com/archives/198/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
