<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://throk.com/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  <channel>
    <title>throk - a blog of immense importance</title>
    <link>http://throk.com/</link>
    <description></description>
    <language>en</language>
     <atom:link href="http://throk.com/feed" rel="self" type="application/rss+xml" />
      <item>
    <title>Life get&#039;s in the way</title>
    <link>http://throk.com/blog/1763/life-gets-way</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/joshua-earle-C6duwascOEA.jpg?itok=-u1aHDMM&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;It&#039;s been a while since I&#039;ve posted anything here. According to &lt;a href=&quot;https://www.wolframalpha.com/input/?i=how+long+since+12+%2F+11+%2F+2014&quot;&gt;Wolfram Alpha&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;3 years 4 months 13 days&lt;/li&gt;
&lt;li&gt;1,230 days&lt;/li&gt;
&lt;li&gt;175 weeks 5 days&lt;/li&gt;
&lt;li&gt;3.37 years&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A lot has changed, both for me and the technology of the interwebs. I really do want to post more on here, but it&#039;s hard to find the &lt;s&gt;time&lt;/s&gt; energy.&lt;/p&gt;

&lt;p&gt;This site runs on Drupal 7, I&#039;m not even sure how long Drupal 7 is going to be supported. I&#039;m not keen on moving on to D8 as the target audience has shifted from small to medium sized websites to larger corporate style websites. The administrative overhead and effort to keep that running is not appealing at all. To that end, I have no idea what I&#039;m going to do. I like owning my own content, but I don&#039;t want to have to deal with constantly keeping up with updates and&amp;nbsp;security patches.&lt;/p&gt;

&lt;p&gt;It&#039;s important to me to have a website, to give back to the collective knowledge of the Internet. Hopefully I&#039;ll post some good content on here before another&amp;nbsp;1,230 days pass me by.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/tags/lazy&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;lazy&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 24 Apr 2018 17:00:15 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1763 at http://throk.com</guid>
  </item>
  <item>
    <title>Regex (Regular Expression) to find the username of an email address</title>
    <link>http://throk.com/blog/regex-regular-expression-find-username-email-address</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image/12-2014/3-rula-sibai.jpg?itok=bGrGrDzl&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;text-size-2em rtecenter&quot;&gt;&lt;code&gt;.+\@&lt;/code&gt;&lt;/p&gt;

&lt;h3 class=&quot;rtecenter&quot;&gt;&amp;nbsp;Given the email address &lt;strong&gt;username@domain.com&lt;/strong&gt;&lt;code&gt;.+\@&lt;/code&gt; finds&amp;nbsp;&lt;strong&gt;username@&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;This only works if the email address is on it’s own line or if your using a regex on a field. I used it in Sublime Text to find the &lt;em&gt;&quot;username@&lt;/em&gt;&quot; part of email addresses so that I could remove them and be left with only the&amp;nbsp;domains.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/tags/regex&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;regex&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/tags/email&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;email&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 11 Dec 2014 20:18:12 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1762 at http://throk.com</guid>
  </item>
  <item>
    <title>Why does the YouTube iOS app want to access my microphone?</title>
    <link>http://throk.com/blog/why-does-youtube-ios-app-want-access-my-microphone</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image/01-2014/YouTube-asking-to-access-the-microphone.jpg?itok=Of6jOclc&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;I thought it very strange that the YouTube app on my iPad was asking permission to access my&amp;nbsp;microphone.&lt;/p&gt;

&lt;blockquote&gt;&lt;p class=&quot;text-align-center&quot;&gt;&lt;em&gt;Does Google want to spy on&amp;nbsp;me?&lt;/em&gt;&lt;/p&gt;

&lt;p class=&quot;text-align-center&quot;&gt;&lt;em&gt;Is it some sort of auto-volume&amp;nbsp;feature?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 class=&quot;text-align-center&quot;&gt;Answer: Voice Search&lt;/h2&gt;

&lt;p&gt;I did some Googling and I couldn&amp;#39;t find a straight&amp;nbsp;answer. I did some looking around and realized that the YouTube app, much like other Google apps, has voice search built in. This doesn&amp;#39;t necessarily mean that it isn&amp;#39;t&amp;nbsp;used for spying on me or something, but I&amp;#39;m not a conspiracy nut and figure that it is what it seems to&amp;nbsp;be.&lt;/p&gt;

&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;YouTube App: Microphone Disabled&quot; height=&quot;525&quot; src=&quot;http://throk.com/sites/default/files/img/14/YouTube-app-mic-disabled.jpg&quot; width=&quot;700&quot; /&gt;&lt;/p&gt;

&lt;p&gt;It would be nice if Apple had a built in option to allow developers to explain why they need to access the microphone or need my location data when the little pop-up appears. It would put people more at ease. Don&amp;#39;t get me wrong, having these privacy controls are great; however, it almost makes me more suspect when they pop-up without an&amp;nbsp;explanation.&lt;/p&gt;

&lt;h3 class=&quot;text-align-center&quot;&gt;You can also enable / disable privacy settings in the Settings&amp;nbsp;App&lt;/h3&gt;

&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;Settings App: Privacy Settings for the Microphone&quot; height=&quot;525&quot; src=&quot;http://throk.com/sites/default/files/img/14/YouTube-microphone-on.jpg&quot; width=&quot;700&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/tags/ios&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;iOS&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/tags/youttube&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;YoutTube&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 25 Jan 2014 21:36:52 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1760 at http://throk.com</guid>
  </item>
  <item>
    <title>Streaming video on a Mac sucks: Use Safari</title>
    <link>http://throk.com/blog/streaming-video-mac-sucks-use-safari</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image/09-2013/safari-for-web-video.jpg?itok=A-0lfel7&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;h2 class=&quot;text-align-center&quot;&gt;Problem&lt;/h2&gt;

&lt;p class=&quot;text-align-center&quot;&gt;Watching streaming video on my Mac, especially fullscreen, is horribly choppy and unwatchable.&lt;/p&gt;

&lt;h2 class=&quot;text-align-center&quot;&gt;Solution&lt;/h2&gt;

&lt;p class=&quot;text-align-center&quot;&gt;Use Safari.&lt;/p&gt;

&lt;p class=&quot;text-align-justify&quot;&gt;Streaming video on my Mac is horrible, from any website that uses Flash or Silverlight such as Netflix, Hulu, Youtube, and Amazon. It&amp;#39;s especially bad when watching fullscreen. Much of the content I watch is HD, which doesn&amp;rsquo;t necessarily mean its 1080p, it could be 720p. So watching fullscreen usually results in the video being displayed at double or even quadruple the resolution since my Mac&amp;rsquo;s display is 1920x1200. Which leads me to believe that it may have to work harder to display the content. Which shouldn&amp;rsquo;t be the problem since I probably have a more capable system than the average user.&lt;/p&gt;

&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;About my Mac&quot; src=&quot;http://throk.com/sites/default/files/post-image/content/about%20throks%20mac.jpg&quot; style=&quot;width: 700px; height: 440px;&quot; /&gt;&lt;/p&gt;

&lt;p class=&quot;text-align-justify&quot;&gt;After doing a little Googling a few months ago it became clear that both Microsoft and Adobe don&amp;rsquo;t really bother optimizing Flash or Silverlight to work well on OSX. And what little they do optimize is only towards Safari. Now I can&amp;rsquo;t recall where I read this information from, but my experience has proven to me that it&amp;rsquo;s the correct assumption. I don&amp;rsquo;t use Safari for anything except testing websites I&amp;rsquo;ve built and watching videos. I don&amp;rsquo;t have any extensions installed. So one could argue that my extensions for Chrome and Firefox could interfere. I only have 3 or 4 installed in the browsers so I don&amp;rsquo;t really buy that.&lt;/p&gt;

&lt;p class=&quot;text-align-center&quot;&gt;I hope this little tip makes your life a little less choppy and frustrating.&lt;/p&gt;

&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;my display sizes&quot; src=&quot;http://throk.com/sites/default/files/post-image/content/about%20throks%20displays.jpg&quot; style=&quot;width: 700px; height: 500px;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/tip&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;tip&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/mac&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Mac&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 19 Sep 2013 18:42:07 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1758 at http://throk.com</guid>
  </item>
  <item>
    <title>Throk.com Reboot</title>
    <link>http://throk.com/blog/throk-reboot</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image/09-2013/newthrokfoo_0.jpg?itok=6xhhrcEe&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;I&amp;rsquo;ve finally got the ball rolling and updated my site. I created a new theme, made some custom views, and cleaned up some old problems. I&amp;rsquo;ve still got lots to do, but I can safely say that I&amp;rsquo;m done with the essentials.&lt;/p&gt;&lt;p&gt;Along with the basic redesign I intend on actually keeping things up to date and posting all the things I always think about. It was my intent to make it simpler and more streamlined to post content in a beautiful way. I can&amp;rsquo;t help it, if I put something online it has to be pretty.&lt;/p&gt;&lt;p&gt;One of the main reasons my site sat without any updates was that I knew, whatever I posted would be wrapped in the ugliness of my previous design, which was just some horrible stock template. I intend on adding many new sections and specialized posts, harnessing the power of &lt;a href=&quot;http://drupal.org&quot; title=&quot;Drupal Open Source CMS&quot;&gt;Drupal&lt;/a&gt;, I will have links, tips, how-to&amp;rsquo;s, and even a portfolio section for myself.&lt;/p&gt;&lt;p&gt;In the end, I hope that some people find what I have to offer interesting, helpful, and maybe even insightful. I wouldn&amp;rsquo;t have even bothered rebooting this site if it wasn&amp;rsquo;t for the people taking the time to comment. I&amp;rsquo;m already a busy person, combating 100&amp;rsquo;s of spam attempts per day, and the 100,000 spam comments in moderation wasn&amp;rsquo;t fun, but people that comment and give out those anonymous kudos really make it worth my while.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/web-design&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web design&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 10 Sep 2013 20:45:43 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1757 at http://throk.com</guid>
  </item>
  <item>
    <title>(mt)</title>
    <link>http://throk.com/blog/1756/mt</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image/09-2013/mt.jpeg?itok=h_cftDcc&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;div class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;mt-250x140-dk&quot; src=&quot;http://throk.com/sites/default/files/images/mt-250x140-dk.png&quot; style=&quot;height:140px; width:250px&quot; /&gt;
&lt;p&gt;I moved.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/media-temple&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Media Temple&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 07 Aug 2013 04:03:27 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1756 at http://throk.com</guid>
  </item>
  <item>
    <title>Resurrect? Maybe...</title>
    <link>http://throk.com/node/1755</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/fields.jpg?itok=5D4JmYDm&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;I haven&#039;t done squat with this site in ages, can&#039;t really just bring myself around to deleting it and everything else. I would like to begin posting things again. (Who knows if that feeling will last) I feel like there is more relevance to blogs/personal websites now-a-days since no one really does it anymore. I&#039;m not saying I&#039;m going to post about my feelings or other boring crap. Who would want to read about that? I prefer to post things that I find useful for people. Little tidbits of info that I&#039;ve had to learn the hard way. Wouldn&#039;t it have been nice if someone had posted that somewhere on the Interwebs that would make it easy to find?&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/122&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;thoughts&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 21 Mar 2013 19:35:34 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1755 at http://throk.com</guid>
  </item>
  <item>
    <title>Reducing the size of PowerPoints: PPTX PPT</title>
    <link>http://throk.com/blog/1743/reducing-size-powerpoints-pptx-ppt</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/lgindhead.jpg?itok=yexZHVRO&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;
	&lt;img alt=&quot;Insert Image&quot; src=&quot;http://dl.dropbox.com/u/146027/blog/insert-image.jpg&quot; style=&quot;width: 550px; height: 246px;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;
	This is a follow-up post to another one &lt;a href=&quot;http://throk.com/blog/1615/shrinking-fatness-reduce-size-pptx-files&quot;&gt;where I give a few tips on how to make PPTs smaller&lt;/a&gt;. It dealt specifically with how saving a PPTX to a PPT seemed to double the file size.&lt;/p&gt;
&lt;p&gt;
	I discovered another reason why the file size can be so large in a PowerPoint. If you drag and drop pictures into the PPT, it seems to junk it up and never be able to compress the images down at all. To fix this, &lt;strong&gt;always use the &quot;Insert Picture&quot;&lt;/strong&gt; menu item to browse to whatever image you need and then put it in the PowerPoint. You can delete all the pictures and then re-insert them by using the menu items.&lt;/p&gt;
&lt;p&gt;
	By using the Insert Picture command, I was able to shrink a PowerPoint down from 15MB down to 3.3MB&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/ppt&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;PPT&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 12 Oct 2010 17:55:01 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1743 at http://throk.com</guid>
  </item>
  <item>
    <title>Double Barrels of Fun</title>
    <link>http://throk.com/blog/1742/double-barrels-fun</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/double%20barrels%20of%20fun.jpeg?itok=k2sRstyN&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;iframe width=&quot;480&quot; height=&quot;360&quot; src=&quot;//www.youtube.com/embed/WX6hjVtkvHY&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;

&lt;p&gt;
	Say hello to my boom stick!&lt;/p&gt;

&lt;p&gt;
	I made this with Reel Director on my iPhone.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/video&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;video&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 07 Aug 2010 22:06:14 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1742 at http://throk.com</guid>
  </item>
  <item>
    <title>The Internet is a Mystery</title>
    <link>http://throk.com/blog/1737/internet-mystery</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/internet-mystery-sm.jpg?itok=zGY3dY0a&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;video width=&quot;500&quot; height=&quot;282&quot; controls poster=&quot;http://dl.dropbox.com/u/146027/blog/internet-mystery-sm.jpg&quot;&gt; &lt;source src=&quot;http://dl.dropbox.com/u/146027/blog/internet-mystery.mp4&quot;&gt;&lt;source src=&quot;http://dl.dropbox.com/u/146027/blog/internet-mystery.ogv&quot;&gt;&lt;a href=&quot;http://dl.dropbox.com/u/146027/blog/internet-mystery.mp4&quot;&gt;Download Video&lt;/a&gt; &lt;/video&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;em&gt;This was an experiment using the new &amp;lt;video&amp;gt; element in HTML5. If you have a crappy browser and this just doesn&#039;t work you can use this &lt;/em&gt;&lt;a href=&quot;http://dl.dropbox.com/u/146027/blog/internet-mystery.mp4&quot; title=&quot;direct video link&quot;&gt;&lt;em&gt;link directly to the video&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;17 Second clip from the &lt;/span&gt;&lt;a title=&quot;Show information&quot; href=&quot;http://www.smithsonianchannel.com/site/smithsonian/show_system_crash_break.do&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;System Crash: Break and Enter&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt; show on the Smithsonian Channel. Recorded Jan. 24, 2010. This clip is the copyright of the Smithsonian Channel, use of this clip has is with the understanding of &lt;/span&gt;&lt;a title=&quot;Fair Use article on Wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Fair_use&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Fair Use&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;. So don&#039;t sue me or anything, even though the the &lt;/span&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Smithsonian&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Smithsonian is funded by the U.S. Government&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;, so it should be cool. &lt;/span&gt;&lt;a title=&quot;Highligthed portion of the Smithsonian terms of use talking about fair use&quot; href=&quot;http://awurl.com/qqPP7fymj&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;And they said it was cool&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/video&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;video&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/funny&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;funny&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 25 Jan 2010 03:21:19 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1737 at http://throk.com</guid>
  </item>
  <item>
    <title>Automatically Update Copyright Year on a Website (For Dummies)</title>
    <link>http://throk.com/blog/1736/automatically-update-copyright-year-website-dummies</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/bob-van-aubel-ray-bans.jpg?itok=UnPZpBqb&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;It may seem like a trivial thing to some, but many web designers, novices, and bloggers don&#039;t know how to have the copyright year automatically update on their website.&lt;/p&gt;
&lt;p&gt;It&#039;s true that the year should really only be updated when the content has been updated, but for small business that don&#039;t get around to updating their content much. An ancient copyright year can look bad to prospective customers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To show the current year, just use the following PHP code snippet.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;date&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Y&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The full thing (assuming the current year is 2010)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;p&amp;gt;&amp;amp;copy; 2001-&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;date&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Y&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt; Company Name&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;© 2001-2010 Company Name&lt;/p&gt;
&lt;p&gt;For more information see the &lt;a title=&quot;PHP documentation for date&quot; href=&quot;http://php.net/manual/en/function.date.php&quot;&gt;PHP documentation about the date function.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/web-design&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web design&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/php&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;php&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 19 Jan 2010 18:32:23 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1736 at http://throk.com</guid>
  </item>
  <item>
    <title>New Lens! 35mm</title>
    <link>http://throk.com/blog/1735/new-lens-35mm</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/4223758508_47f7ef90aa_b.jpg?itok=Kt2NICB4&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm5.static.flickr.com/4036/4223753550_ffaa807173_b.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;334&quot; src=&quot;http://farm5.static.flickr.com/4036/4223753550_ffaa807173.jpg&quot; title=&quot;Headphones&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I picked up a &lt;a href=&quot;http://www.nikonusa.com/Find-Your-Nikon/Product/Camera-Lenses/2183/AF-S-DX-NIKKOR-35mm-f%252F1.8G.html&quot; title=&quot;Nikon&#039;s Product page&quot;&gt;AF-S DX NIKKOR 35mm f/1.8G&lt;/a&gt; ($199) for my Nikon D60 and I&#039;m stoked with it so far. I snapped a few quick pics of some things on my desk. I got this lens for two reasons, It is awesome for macro shots and it has excellent low light performance.&lt;/p&gt;
&lt;p&gt;The shots below were with iso 100 and no flash!&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm5.static.flickr.com/4051/4222992201_c9967e5360_b.jpg&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;67&quot; src=&quot;http://farm5.static.flickr.com/4051/4222992201_c9967e5360_t.jpg&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm3.static.flickr.com/2775/4223755602_d53c570594_b.jpg&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;67&quot; src=&quot;http://farm3.static.flickr.com/2775/4223755602_d53c570594_t.jpg&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm5.static.flickr.com/4050/4223756248_102d723525_b.jpg&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;67&quot; src=&quot;http://farm5.static.flickr.com/4050/4223756248_102d723525_t.jpg&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm3.static.flickr.com/2570/4223757698_2ac3a485b7_b.jpg&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;67&quot; src=&quot;http://farm3.static.flickr.com/2570/4223757698_2ac3a485b7_t.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm5.static.flickr.com/4003/4222995233_30128067b9_b.jpg&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;67&quot; src=&quot;http://farm5.static.flickr.com/4003/4222995233_30128067b9_t.jpg&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a rel=&quot;shadowbox[newlens]&quot; href=&quot;http://farm5.static.flickr.com/4001/4223758508_47f7ef90aa_b.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;334&quot; src=&quot;http://farm5.static.flickr.com/4001/4223758508_47f7ef90aa.jpg&quot; class=&quot;shadow&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These first few test shots are not at all encompasing all the uses of the lens, nor are they particularly good. I&#039;m just really excited to have a different lens to give me the oppurtunity to take some more interesting pictures.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/photography&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;photography&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 28 Dec 2009 23:20:37 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1735 at http://throk.com</guid>
  </item>
  <item>
    <title>Awesome Lego Matrix Stop Motion</title>
    <link>http://throk.com/blog/1732/awesome-lego-matrix-stop-motion</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/lego-matrix.jpg?itok=7ymuDzv-&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This is simply awesome.&lt;/p&gt;

&lt;iframe width=&quot;700&quot; height=&quot;394&quot; src=&quot;//www.youtube.com/embed/iDe4v318f64?rel=0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;

&lt;p&gt;VIA &lt;a href=&quot;http://www.wired.com/gadgetlab/2009/12/lego-matrix-bullet-time-in-animated-bricks/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+GearFactor+%28Blog+-+Gadget+Lab+%28Gear+Factor%29%29&amp;amp;utm_content=Google+Reader&quot;&gt;Wired Gadget Lab&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/awesome&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;AWESOME&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 08 Dec 2009 17:25:49 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1732 at http://throk.com</guid>
  </item>
  <item>
    <title>Letter from Mick Jager to Andy Warhol</title>
    <link>http://throk.com/blog/1731/letter-mick-jager-andy-warhol</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/letter-to-warhol-big.jpg?itok=_bZYu5At&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;My buddy Eric ( @wakeeze ) sent me this letter from Mic Jager to Andy Warhol asking him to make the artwork for their next album.&lt;/p&gt;
&lt;p&gt;The cool thing is Mick gives Andy carte blanche to do whatever he wants.&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;a href=&quot;http://throk.com/sites/default/files/pictures/letter-to-warhol-big.jpg&quot;&gt;&lt;img width=&quot;480&quot; height=&quot;608&quot; src=&quot;http://throk.com/sites/default/files/pictures/letter%20to%20warhol.jpg&quot; alt=&quot;Letter, Click to enlarge&quot; class=&quot;shadow round&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
click on the image to enlarge&lt;br /&gt;
 &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/awesome&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;AWESOME&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 04 Dec 2009 22:37:40 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1731 at http://throk.com</guid>
  </item>
  <item>
    <title>FYI: Using Multiple apps on the iPhone to create cool videos</title>
    <link>http://throk.com/blog/1725/fyi-using-multiple-apps-iphone-create-cool-videos</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/phone-on-the-table.jpg?itok=dLbolaeK&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rteleft&quot;&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;&lt;em&gt;By using multiple apps on the iPhone you can create some pretty cool stuff.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I routinely use multiple photo manipulation apps to create more interesting pictures to post on &lt;a href=&quot;http://twitter.com&quot;&gt;Twitter&lt;/a&gt; and &lt;a href=&quot;http://brightkite.com&quot;&gt;BrightKite&lt;/a&gt;. This probably isn&#039;t a new idea to anyone, but I bet not as many people have experimented with a few of the different video apps out there. They are a great way to make your crappy improvised videos look more interesting.&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;
&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;
&lt;param value=&quot;http://www.youtube.com/v/d4URIEcx3ME&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;embed width=&quot;480&quot; height=&quot;385&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/d4URIEcx3ME&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I used the stock Camera App to record the video of a cup of coffee on my desk at work with the light glinting off the coffee as my fan disturbed the surface. I then used &lt;strong&gt;SlowMo&lt;/strong&gt; [&lt;a href=&quot;http://itunes.apple.com/us/app/slowmo/id325955214?mt=8&quot; title=&quot;Open the SlowMo page in iTunes&quot;&gt;iTunes link&lt;/a&gt;] to slow the video down about 2.9 times normal speed. I then used &lt;strong&gt;ReelDirector&lt;/strong&gt; [&lt;a href=&quot;http://itunes.apple.com/us/app/reeldirector/id334366844?mt=8&quot; title=&quot;Open the Reeldirector page in iTunes&quot;&gt;iTunes link&lt;/a&gt;] to put the beginning and end titles as well as the blur in/out effect. The beginning and end titles happen a little too fast b/c the clip is only 11 seconds long, but you get the idea.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/fyi&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;FYI&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/iphone&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;iPhone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 01 Dec 2009 18:20:36 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1725 at http://throk.com</guid>
  </item>
  <item>
    <title>2 photos from today</title>
    <link>http://throk.com/blog/1720/2-photos-today</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/posiden-post-img.jpg?itok=PfPgZFr0&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox&quot; href=&quot;http://farm3.static.flickr.com/2602/4040593762_861f037d8a_b.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;334&quot; src=&quot;http://farm3.static.flickr.com/2602/4040593762_861f037d8a.jpg&quot; alt=&quot;Erin&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Erin helped me out at the beach to take a picture for a super secret project. While I can&#039;t show you those pictures, I figured I would post these two quick shots I took while we were down on 31&lt;sup&gt;st&lt;/sup&gt; street.&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox&quot; href=&quot;http://farm3.static.flickr.com/2791/4040593598_39d91fafe4_b.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;334&quot; src=&quot;http://farm3.static.flickr.com/2791/4040593598_39d91fafe4.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/pictures&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Pictures&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 24 Oct 2009 19:39:49 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1720 at http://throk.com</guid>
  </item>
  <item>
    <title>Canuckastan UAV Program Stumbles in Early Efforts</title>
    <link>http://throk.com/blog/1713/canuckastan-uav-program-stumbles-early-efforts</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/superstart-post-image.jpg?itok=_pwwnfDU&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a href=&quot;http://throk.com/sites/default/files/pictures/Canuck-Down.jpg&quot; rel=&quot;shadowbox&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;375&quot; src=&quot;http://throk.com/sites/default/files/pictures/Canuck-Down_0.jpg&quot; alt=&quot;CANUCK DOWN!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Canuckastan Air Force suffered a major blow to it&#039;s UAV program in it&#039;s ongoing effort to &quot;kick Quebec&#039;s ass&quot;, said an inside source.&lt;/p&gt;
&lt;blockquote class=&quot;rteleft&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;I wonder if I could just write a letter to Quebec to just surrender. I mean, they’re French right?&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote class=&quot;rteleft rteindent1&quot;&gt;&lt;p&gt;-- Cranky Canuck&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;gt;&amp;gt; See the full story on the &lt;a target=&quot;_blank&quot; title=&quot;Canuckastan Air Force Crash&quot; href=&quot;http://crankycanuck.org/category/war-with-quebec/&quot;&gt;Canuckastan Press&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/funny&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;funny&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/random&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;random&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 14 Sep 2009 16:46:54 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1713 at http://throk.com</guid>
  </item>
  <item>
    <title>Pirate Guy</title>
    <link>http://throk.com/blog/1712/pirate-guy</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/pirate-guy-post-image.jpg?itok=WW4VIRmb&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a href=&quot;http://farm4.static.flickr.com/3423/3887904004_08a8bfc282_b.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;357&quot; src=&quot;http://farm4.static.flickr.com/3423/3887904004_08a8bfc282.jpg&quot; alt=&quot;TLAPD&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;I did this instead of doing work. &lt;a href=&quot;http://www.flickr.com/photos/throk/3887904004/sizes/o/&quot; target=&quot;_blank&quot;&gt;Get the full size.&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/photoshop&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Photoshop&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 04 Sep 2009 18:51:06 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1712 at http://throk.com</guid>
  </item>
  <item>
    <title>DestroyTwitter Theme: MeGyver</title>
    <link>http://throk.com/blog/1707/destroytwitter-theme-megyver</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/destroytwitter-megyver-theme-post-image.jpg?itok=sgDuXsjG&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox&quot; href=&quot;http://farm3.static.flickr.com/2504/3862494373_57ffce7da7_o.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;444&quot; src=&quot;http://farm3.static.flickr.com/2504/3862494373_9c3a2614e5.jpg&quot; alt=&quot;Theme Screenshots&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rteleft&quot;&gt;This is the theme I made for &lt;a href=&quot;http://destroytwitter.com&quot;&gt;DestroyTwitter&lt;/a&gt;, an awesome Twitter client built on Adobe AIR. I have to run DT with the large fonts on since I have 17&#039;&#039; MacBook Pro with 1920x1200 resolution.&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;Go give it a try: &lt;a href=&quot;https://destroytwitter.com/themes/zk&quot;&gt;https://destroytwitter.com/themes/zk&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/adobe-air&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Adobe AIR&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/theme&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;theme&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/twitter&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Twitter&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 27 Aug 2009 21:25:43 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1707 at http://throk.com</guid>
  </item>
  <item>
    <title>Lil&#039; Photoshop&#039;n: Cool American Flag Picture</title>
    <link>http://throk.com/blog/1702/lil-photoshopn-cool-american-flag-picture</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/merica.jpg?itok=bIz8dyE7&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;I came across this &lt;a target=&quot;_blank&quot; href=&quot;http:// http://www.flickr.com/photos/19779889@N00/419187374/&quot;&gt;image of an American flag&lt;/a&gt; taken by &lt;a title=&quot;Profile on Flickr&quot; href=&quot;http://www.flickr.com/people/19779889@N00/&quot;&gt;Arbyreed&lt;/a&gt; and I took a few minutes and tweaked it a little bit in Photoshop. The before and after are below:&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox[flags]&quot; href=&quot;http://farm1.static.flickr.com/150/419187374_244fb2442b_b.jpg&quot; title=&quot;Original&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;324&quot; alt=&quot;&quot; src=&quot;http://farm1.static.flickr.com/150/419187374_244fb2442b.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Original/Before&lt;/span&gt;&lt;/strong&gt; ( &lt;a target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/19779889@N00/419187374/&quot;&gt;flickr page&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox[flags]&quot; href=&quot;http://farm3.static.flickr.com/2472/3853813504_e574b6b535_b.jpg&quot; title=&quot;My altered version&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;324&quot; alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2472/3853813504_e574b6b535.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Mine/After&lt;/span&gt;&lt;/strong&gt; ( &lt;a target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/throk/3853813504/&quot;&gt;flickr page&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/throk/3853813504/sizes/o/&quot;&gt;download full size&lt;/a&gt; )&lt;/p&gt;
&lt;p class=&quot;rteleft&quot;&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/free&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Free&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/photoshop&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Photoshop&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 24 Aug 2009 21:06:20 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1702 at http://throk.com</guid>
  </item>
  <item>
    <title>Quick How to Jailbreak iPhone with 3.01 firmware using a Mac</title>
    <link>http://throk.com/blog/1693/quick-how-jailbreak-iphone-301-firmware-using-mac</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/jailbreaker.jpg?itok=vAb6AfzE&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rteindent1&quot;&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;Tip: One thing that I have noticed is that if you regularly use a Windows machine to sync your iPhone, it &lt;span style=&quot;text-decoration: underline;&quot;&gt;cannot&lt;/span&gt; be jailbroken with a Mac. I&#039;m not entirely sure why.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;You need:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;redsn0w 0.8&lt;/b&gt;: You can get it off the &lt;a target=&quot;_blank&quot; href=&quot;http://thepiratebay.org/user/iphonedev/&quot;&gt;official torrents on The Pirate Bay&lt;/a&gt; (&lt;span style=&quot;color: rgb(255, 102, 0);&quot;&gt;&lt;b&gt;WARNING&lt;/b&gt;:&lt;/span&gt; there is some wierd exploit happening on The Pirate Bay so I wouldn&#039;t go there for a few days) or you can &lt;a href=&quot;http://tr.im/vLux&quot;&gt;download it from me&lt;/a&gt; (I won&#039;t have this up forever, so if it&#039;s broke tough luck)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Firmware IPSW (the 3.0 firmware)&lt;/b&gt; &lt;span style=&quot;font-family: &#039;Lucida Grande&#039;;&quot;&gt;&lt;b&gt;&lt;i&gt;iPhone1,2_3.0_7A341_Restore.ipsw&lt;/i&gt;&lt;/b&gt; &lt;span style=&quot;font-family: Helvetica;&quot;&gt;: It&#039;s best to use the one already on your machine, but if you have some problems you can find links to all the firmware versions here: &lt;a target=&quot;_blank&quot; href=&quot;http://www.poorlad.com/iCommunity/&quot;&gt;www.poorlad.com/iCommunity/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;&lt;b&gt;NOTE! As of right now you have to &lt;u&gt;use the 3.0 firmware to jailbreak the 3.01&lt;/u&gt;.&lt;/b&gt;&lt;/span&gt; You can see why &lt;a target=&quot;_blank&quot; href=&quot;http://blog.iphone-dev.org/post/153409604/recycling-goodness&quot;&gt;on the official dev-team blog&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Steps:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Read this entire post first, if that&#039;s too much trouble for you then you don&#039;t deserve any help.&lt;/li&gt;
&lt;li&gt;Connect your iPhone to your Mac. (make sure iTunes is NOT running).&lt;/li&gt;
&lt;li&gt;Turn your iPhone off.&lt;/li&gt;
&lt;li&gt;Run redsn0w.&lt;/li&gt;
&lt;li&gt;Point it to the 3.0 iphone firmware.&lt;/li&gt;
&lt;li&gt;It&#039;s already on your machine located: &lt;i&gt;HOMEFOLDER&lt;/i&gt;/Library/iTunes/iPhone Software Updates/&lt;span style=&quot;font-family: &#039;Lucida Grande&#039;; font-weight: bold;&quot;&gt;iPhone1,2_3.0_7A341_Restore.ipsw&lt;/span&gt;&lt;br /&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;&lt;i&gt;Your home folder is usually your name.&lt;/i&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;Follow the on-screen prompts/directions in redsn0w.&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;When you have to put your phone into recovery mode (or whatever it&#039;s called, the point where you have to hit the buttons on the phone). You will first hold down the top button, then you will press the bottom (home) button while still holding down on the top, then you will let go of the top. See below for more info.&lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;Step 8 is where people have trouble so here is some extended info:&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;First of all, if it doesn&#039;t work, you can always try it again! &lt;/font&gt;&lt;span style=&quot;font-size: larger;&quot;&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;So chill out!&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;I was having problems with jailbreaking 3.01 with the phone not restarting. The redsn0w program would just be &quot;waiting for restart.&quot; The way I got it to work: It looked like the phone was just sitting there, so I unplugged it for about a second (maybe even less) and the screen went white. I then plugged it right back in and it proceeded to jailbreak the phone w/o incident.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;If something messes up while trying to get the phone into recovery mode:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;If it&#039;s not restarting or you don&#039;t get all the quick button pushing done just right, the phone might be sitting there with just a black screen. I mean BLACK screen, as in there is power going to the screen and it&#039;s showing black. DON&#039;T PANIC! You will have to unplug the phone from your Mac and turn it on. You might have to hold some buttons down to get it back up. After it turns all the way back on, plug it into your computer and turn it off. Then you just have to start-up redsn0w and try it again. Don&#039;t get frustrated, if you can&#039;t get it to work right away, try it tomorrow.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;Have fun!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;Trusted resources:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;iPhone Dev-Team blog: &lt;a href=&quot;http://blog.iphone-dev.org&quot;&gt;http://blog.iphone-dev.org&lt;/a&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;&#039;Lucida Grande&#039;&quot;&gt;iCommunity: &lt;a href=&quot;http://www.poorlad.com/iCommunity/&quot;&gt;http://www.poorlad.com/iCommunity/&lt;/a&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/fyi&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;FYI&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/mac&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Mac&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/iphone&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;iPhone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 06 Aug 2009 18:39:28 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1693 at http://throk.com</guid>
  </item>
  <item>
    <title>Some Color resources</title>
    <link>http://throk.com/blog/1688/some-color-resources</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/kuler.jpg?itok=TzDv-IvH&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;colr.org&quot; height=&quot;380&quot; src=&quot;http://farm3.static.flickr.com/2527/3739569516_602239c7aa.jpg&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.colr.org/&quot;&gt;colr.org&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;You can use a picture or website to create a color scheme from. You can also browse through user created schemes.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;ColorToy&quot; height=&quot;347&quot; src=&quot;http://farm3.static.flickr.com/2637/3738776025_83fd5c07a2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.colortoy.net/&quot;&gt;ColorToy&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Browse through bright and colorful web-friendly colors.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;Kuler&quot; height=&quot;451&quot; src=&quot;http://farm4.static.flickr.com/3428/3739569366_3f4122d497.jpg&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://kuler.adobe.com&quot;&gt;Kuler&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Adobe&#039;s color website. Not very user-friendly, but atleast it&#039;s pretty. The look of it reminds me of &lt;a href=&quot;http://www,destroytwitter.com&quot;&gt;DestroyTwitter&lt;/a&gt; / &lt;a href=&quot;http://www.destroytoday.com&quot;&gt;DestroyToday&lt;/a&gt;. There is also an AIR app to go along with it.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class=&quot;text-align-center&quot;&gt;&lt;img alt=&quot;Contrast-A&quot; height=&quot;458&quot; src=&quot;http://farm4.static.flickr.com/3531/3739569428_677a2380a5.jpg&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;amp;offeringid=10763&amp;amp;marketplaceid=1&quot;&gt;Contrast-A&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This one isn&#039;t a website, it&#039;s an AIR application. Contrast-A has a strong focus on accesability rather than style.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Any other good recommendations?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/web-design&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web design&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 20 Jul 2009 16:05:14 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1688 at http://throk.com</guid>
  </item>
  <item>
    <title>Colorish</title>
    <link>http://throk.com/blog/1684/colorish</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/colorish.jpg?itok=Q_fQNa-z&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a rel=&quot;shadowbox[colorish]&quot; href=&quot;http://farm3.static.flickr.com/2646/3694316155_7d5ffb52c8_o.png&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;375&quot; alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2646/3694316155_e1fa7d9920.jpg&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a rel=&quot;shadowbox[colorish]&quot; href=&quot;http://farm3.static.flickr.com/2442/3694316095_63e7c6ea76_o.png&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;375&quot; alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2442/3694316095_d4f21d1458.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;Which one?&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/bored&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;bored&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 06 Jul 2009 17:58:22 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1684 at http://throk.com</guid>
  </item>
  <item>
    <title>Forgot about Ubiquity?</title>
    <link>http://throk.com/blog/1681/forgot-about-ubiquity</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/ubiquity.jpg?itok=X0fF-4Yg&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Have you forgotten about the Firefox plugin &lt;a href=&quot;http://labs.mozilla.com/projects/ubiquity/&quot;&gt;Ubiquity&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;I did for a while, but I&#039;ve been using it more and more and find it to be an invaluable tool.&lt;/p&gt;
&lt;p&gt;I just used it a few minutes ago to translate an article that my friend &lt;a href=&quot;http://twitter.com/tales&quot;&gt;@Tales&lt;/a&gt; &lt;a href=&quot;http://twitter.com/Tales/status/2298841319&quot;&gt;tweeted about editing video on non-3GS iPhones&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;shadowbox[ubiq]&quot; href=&quot;http://farm4.static.flickr.com/3394/3654225671_c560f5327b_o.jpg&quot;&gt;&lt;img width=&quot;480&quot; height=&quot;500&quot; src=&quot;http://farm4.static.flickr.com/3394/3654225671_7c9e9176fd.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ve also used the edit command to mock-up screenshots for a recent proposal. You can also use it to have a little fun.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;shadowbox[ubiq]&quot; href=&quot;http://farm3.static.flickr.com/2444/3654265517_4043f9dd99_o.jpg&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;294&quot; alt=&quot;&quot; src=&quot;http://farm3.static.flickr.com/2444/3654265517_ea68138cc8.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;If you haven&#039;t already, or if you did forget, be sure and check out &lt;a href=&quot;http://labs.mozilla.com/projects/ubiquity/&quot;&gt;Ubiquity&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/fyi&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;FYI&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tag/topics/tip&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;tip&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 23 Jun 2009 19:57:56 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1681 at http://throk.com</guid>
  </item>
  <item>
    <title>Working on a new design</title>
    <link>http://throk.com/blog/1676/working-new-design</link>
    <description>&lt;div class=&quot;field field-name-field-post-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;http://throk.com/sites/default/files/styles/post_image_full/public/post-image-blog/badly-designed-mockup.jpg?itok=4NMX5zZT&quot; width=&quot;940&quot; height=&quot;350&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;rtecenter&quot;&gt;&lt;a title=&quot;It&#039;s a work in progress&quot; rel=&quot;shadowbox&quot; href=&quot;http://farm3.static.flickr.com/2456/3609223207_56669137ba_o.jpg&quot;&gt;&lt;img alt=&quot;New web design&quot; width=&quot;500&quot; height=&quot;500&quot; src=&quot;http://farm3.static.flickr.com/2456/3609223207_1cfbc72564.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; I decided to mock-up a new theme for my blog/website. This is still a work in progress, but I thought it would be interesting to post this now to compare it to the final theme.&lt;/p&gt;
&lt;p&gt;Let me know what you think. I&#039;ve only spent about 2 hours on it so far.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tag/topics/web-design&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;web design&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 09 Jun 2009 04:49:43 +0000</pubDate>
 <dc:creator>throk</dc:creator>
 <guid isPermaLink="false">1676 at http://throk.com</guid>
  </item>
  </channel>
</rss>
