<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 <title>Kev Rodgers</title>
 <link href="http://kevrodg.net/atom.xml" rel="self"/>
 <link href="http://kevrodg.net/"/>
 <updated>2010-03-09T09:07:50-05:00</updated>
 <id>http://kevrodg.net/</id>
 <author>
   <name>Kev Rodgers</name>
   <email>kevrodgers@gmail.com</email>
 </author>
 
 <entry>
   <title>Cameron Moll and the Linked List</title>
   <link href="http://kevrodg.net/2010/03/08/cameron-moll-and-the-linked-list.html"/>
   <updated>2010-03-08T00:00:00-05:00</updated>
   <id>http://kevrodg.net/2010/03/08/cameron-moll-and-the-linked-list</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://cameronmoll.tumblr.com/post/434902312/new-design-new-host-and-tumblr-how-why&quot;&gt;Cameron Moll&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;You see, I’ve always enjoyed posting links as much as I’ve enjoyed posting articles.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Maybe I want to write linked list items on my blog too. Since I'm using Jekyll, I will need to test it out. This is that test.&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>The Search is Over</title>
   <link href="http://kevrodg.net/2010/02/24/the-search-is-over.html"/>
   <updated>2010-02-24T00:00:00-05:00</updated>
   <id>http://kevrodg.net/2010/02/24/the-search-is-over</id>
   <content type="html">&lt;p&gt;When I was twelve, we didn't have cable television, so if we wanted to see any music videos, we waited for NBC's &lt;a href=&quot;http://en.wikipedia.org/wiki/Friday_Night_Videos&quot;&gt;Friday Night Videos&lt;/a&gt;. On one particular Friday night, the video for Survivor's &quot;The Search is Over&quot; was scheduled. The cool thing about this is my Uncle Alex (UA) is in the video. So on that particular Friday night, me, my brother (Hey brother!), my mom, and my grandma gathered around the T.V. to catch a glimpse of UA on the small screen. When his scene finally arrived, my mom or grandma jumped up and shouted, “There's Al! There's Al!” We captured the moment on VHS and watched the video over and over for the next several weeks. That videotape has since been lost, broken, or erased. Not that it matters, I don't have a VCR I could play it on now anyway. But thanks to the Internet, I was able to locate a decent clip of the video. It was quite a search, but now it's over.&lt;/p&gt;

&lt;p&gt;&lt;video width=&quot;320&quot; height=&quot;240&quot; controls&gt;
 &lt;source src=&quot;/misc/2010/02/ua-clip.mp4&quot; type='video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;'&gt;
 &lt;source src=&quot;/misc/2010/02/ua-clip.ogv&quot; type='video/ogg; codecs=&quot;theora, vorbis&quot;'&gt;
&lt;/video&gt;&lt;/p&gt;

&lt;p&gt;UA is the guy answering the phone in the video and today is his birthday. Happy Birthday UA!&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>A Picture Please</title>
   <link href="http://kevrodg.net/2009/12/23/a-picture-please.html"/>
   <updated>2009-12-23T00:00:00-05:00</updated>
   <id>http://kevrodg.net/2009/12/23/a-picture-please</id>
   <content type="html">&lt;p&gt;This website is coming along and now I want to test a post with a picture in it.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/misc/2009/12/os-x-mail.png&quot; alt=&quot;A screenshot of OS X Mail with the menu bar collapsed and the preview pane minimized.&quot; /&gt;&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>Syntax Highlighting Test</title>
   <link href="http://kevrodg.net/2009/11/18/syntax-highlight-test.html"/>
   <updated>2009-11-18T00:00:00-05:00</updated>
   <id>http://kevrodg.net/2009/11/18/syntax-highlight-test</id>
   <content type="html">&lt;p&gt;Apparently, Jekyll can use &lt;a href=&quot;http://pygments.org/&quot;&gt;Pygments&lt;/a&gt; to highlight the syntax of code. This seems like it would be cool, so let's see if I can get it to work. The following is the AppleScript I use to move a message to the @action mailbox.&lt;/p&gt;

&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;applescript&quot;&gt;&lt;span class=&quot;k&quot;&gt;tell&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;application&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&amp;quot;Mail&amp;quot;&lt;/span&gt;
 &lt;span class=&quot;nv&quot;&gt;move&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;selection&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;to&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;mailbox&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&amp;quot;@action&amp;quot;&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;end&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;tell&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;


&lt;p&gt;So, did it work? Fire it up and let's have a look see.&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>Jekyll Testing</title>
   <link href="http://kevrodg.net/2009/10/16/jekyll-testing.html"/>
   <updated>2009-10-16T00:00:00-04:00</updated>
   <id>http://kevrodg.net/2009/10/16/jekyll-testing</id>
   <content type="html">&lt;p&gt;I want to test how I can use &lt;a href=&quot;http://github.com/mojombo/jekyll/tree/master&quot;&gt;Jekyll&lt;/a&gt; to publish my website.&lt;/p&gt;

&lt;p&gt;It appears to be working as expected. Proceed sir.&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>Open in TextMate from Snow Leopard</title>
   <link href="http://kevrodg.net/2009/09/17/open-in-textmate-from-snow-leopard.html"/>
   <updated>2009-09-17T00:00:00-04:00</updated>
   <id>http://kevrodg.net/2009/09/17/open-in-textmate-from-snow-leopard</id>
   <content type="html">&lt;p&gt;I've been using a handy AppleScript that opens the selected file(s) or folder in &lt;a href=&quot;http://macromates.com&quot;&gt;TextMate&lt;/a&gt; from the Finder. The details of the script can be read at &lt;a href=&quot;http://henrik.nyh.se/2007/10/open-in-textmate-from-leopard-finder&quot;&gt;The Pug Automatic&lt;/a&gt; blog. The included droplet icon does not align with the other icons in Snow Leopard's Finder (it looked perfect in Leopard). I looked around for a replacement, but did not find any. So, I made my own. Feel free to download the &lt;a href=&quot;/misc/2009/09/droplet.zip&quot;&gt;.icns file&lt;/a&gt; for your own use.&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
 <entry>
   <title>Style Guide for KR</title>
   <link href="http://kevrodg.net/2008/09/16/style-guide.html"/>
   <updated>2008-09-16T00:00:00-04:00</updated>
   <id>http://kevrodg.net/2008/09/16/style-guide</id>
   <content type="html">&lt;h1&gt;Header 1&lt;/h1&gt;

&lt;p&gt;This is the style guide for kevrodg.net. This is a normal paragraph and how it
looks. Sometimes, it will be necessary to type random text. I am trying to
learn the &lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot; title=&quot;Markdown&quot;&gt;Markdown&lt;/a&gt; syntax to make it easier to write blog posts.&lt;/p&gt;

&lt;h2&gt;Header 2&lt;/h2&gt;

&lt;p&gt;This is a paragraph below a small header. Can you see what it looks like? Is
there enough information here to make a qualitative judgement about this
section? Perhaps not. I will type a little bit more to add some more text.
There are probably other things I could type here as well, but for now, I
think this will suffice.&lt;/p&gt;

&lt;h2&gt;Code Needed&lt;/h2&gt;

&lt;p&gt;There will be times when I may add some code to this site. That should appear
as follows:&lt;/p&gt;

&lt;p&gt;You can type &lt;code&gt;history | grep synergy&lt;/code&gt; to recall the synergy command.
There will also be blocks of code as show here:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;vlan 1
   name &quot;DEFAULT_VLAN&quot;
   no untagged 1-16,21-24,Trk1-Trk2
   no ip address
   exit
&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;Blockquotes&lt;/h2&gt;

&lt;p&gt;Most certainly, I will incorporate blockquotes in this weblog. Following my
previous pattern, the blockquote begins here:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This is part of the blockquote. This is still part of the blockquote. How is Jekyll handling all this? Well, execute the jekyll, fire up &lt;a href=&quot;http://www.panic.com/transmit/&quot;&gt;Transmit&lt;/a&gt;, and synchronize.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This is a regular paragraph after a block quote.&lt;/p&gt;
</content>
   <author>
     <name>Kev Rodgers</name>
     <uri>http://kevrodg.net/about.html</uri>
   </author>
 </entry>
 
</feed>