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

<channel>
	<title>dasspunk.com &#187; Tech</title>
	<atom:link href="http://dasspunk.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://dasspunk.com</link>
	<description>Dasspunk - blather and bluegrass</description>
	<lastBuildDate>Sun, 22 Aug 2010 17:00:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Microsoft Revenge!</title>
		<link>http://dasspunk.com/2009/microsoft-revenge/</link>
		<comments>http://dasspunk.com/2009/microsoft-revenge/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 16:17:04 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Awesomeness!]]></category>
		<category><![CDATA[Observations]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2009/microsoft-revenge/</guid>
		<description><![CDATA[While reading this post that includes an email written by Bill Gates, ranting about the suckiness of Windows, I was torn. On one hand, I thought REVENGE!!!!!; on the other I thought &#8220;Bill knows how bad his crap is and releases it anyway&#8221;. &#8220;Someone decided to trash the one part of Windows that was usable? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/search?rlz=1C1GGLS_enUS291US304&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=STOP+USING+INTERNET+EXPLORER"><img src='http://dasspunk.com/wp-content/uploads/2009/02/ieblows.jpg' alt='ieblows.jpg' /></a>While reading <a href="http://blog.seattlepi.nwsource.com/microsoft/archives/141821.asp">this post</a> that includes an email written by Bill Gates, ranting about the suckiness of Windows, I was torn. On one hand, I thought REVENGE!!!!!; on the other I thought &#8220;Bill knows how bad his crap is and releases it anyway&#8221;. </p>
<blockquote><p><i><br />
&#8220;Someone decided to trash the one part of Windows that was usable? The file system is no longer usable. The registry is not usable. This program listing was one sane place but now it is all crapped up.&#8221;<br />
</i></p></blockquote>
<p>
On a similar note, since I was just building a new website, I will once again beg y&#8217;all to STOP USING INTERNET EXPLORER. Please? Pretty please? Sugar&#8230; top? Use ANYTHING else. <a href="http://www.google.com/chrome">Chrome</a>, <a href="http://www.mozilla.com/firefox/">Firefox</a> or <a href="http://www.apple.com/safari/">Safari</a> would make fine choices and all are MUCH better than IE. </p>
<p>
If only I could bill M$ for the time required to code around their buggy, crappy products. </p>
<p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2009/microsoft-revenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expression Examples</title>
		<link>http://dasspunk.com/2008/regular-expression-examples/</link>
		<comments>http://dasspunk.com/2008/regular-expression-examples/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:20:42 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2008/regular-expression-examples/</guid>
		<description><![CDATA[I regularly find myself in need of regular expressions. Google is of course helpful for these but since Slashdot has a nice article throwing them out there for me, I figure I&#8217;ll grab some here for quick access: IP Address:/^((25[0-5]&#124;2[0-4][0-9]&#124;1[0-9][0-9]&#124;[1-9][0-9]&#124;[0-9])\.){3}(25[0-5]&#124;2[0-4][0-9]&#124;1[0-9][0-9]&#124;[1-9][0-9]&#124;[0-9])$/ Mac Address: /^[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}$/ RFC Compliant Email Address:([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+&#124;\\x22([^\\x0d\\x22\\x5c\\x80-\\xff]&#124;\\x5c[\\x00-\\x7f])*\\x22)(\\x2e([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+&#124;\\x22([^\\x0d\\x22\\x5c\\x80-\\xff]&#124;\\x5c\\x00-\\x7f)*\\x22))*\\x40([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+&#124;\\x5b([^\\x0d\\x5b-\\x5d\\x80-\\xff]&#124;\\x5c[\\x00-\\x7f])*\\x5d)(\\x2e([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+&#124;\\x5b([^\\x0d\\x5b-\\x5d\\x80-\\xff]&#124;\\x5c[\\x00-\\x7f])*\\x5d))* SSN:^(?!000)([0-6]\d{2}&#124;7([0-6]\d&#124;7[012]))([ -]?)(?!00)\d\d\3(?!0000)\d{4}$ US phone with or without parentheses^\([0-9]{3}\)\s?[0-9]{3}(-&#124;\s)?[0-9]{4}$&#124;^[0-9]{3}-?[0-9]{3}-?[0-9]{4}$ [...]]]></description>
			<content:encoded><![CDATA[<p>I regularly find myself in need of regular expressions. Google is of course helpful for these but since Slashdot has a nice article throwing them out there for me, I figure I&#8217;ll grab some here for quick access:</p>
<p>
IP Address:<br /><code>/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/ </code></p>
<p>Mac Address:<br /><code><br />
/^[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}$/</code><br />
<span id="more-379"></span></p>
<p><a href="http://www.iamcal.com/publish/articles/php/parsing_email/">RFC Compliant Email Address:</a><br /><code>([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+|\\x22([^\\x0d\\x22\\x5c\\x80-\\xff]|\\x5c[\\x00-\\x7f])*\\x22)(\\x2e([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+|\\x22([^\\x0d\\x22\\x5c\\x80-\\xff]|\\x5c\\x00-\\x7f)*\\x22))*\\x40([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+|\\x5b([^\\x0d\\x5b-\\x5d\\x80-\\xff]|\\x5c[\\x00-\\x7f])*\\x5d)(\\x2e([^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+|\\x5b([^\\x0d\\x5b-\\x5d\\x80-\\xff]|\\x5c[\\x00-\\x7f])*\\x5d))*</code></p>
<p>SSN:<br /><code>^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([ -]?)(?!00)\d\d\3(?!0000)\d{4}$ </code></p>
<p>US phone with or without parentheses<br /><code>^\([0-9]{3}\)\s?[0-9]{3}(-|\s)?[0-9]{4}$|^[0-9]{3}-?[0-9]{3}-?[0-9]{4}$ </code></p>
<p>ISO Date (19th to 21st century only)<br /><code>^((18|19|20)\d\d)-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])$</code></p>
<p>Misc:<br /><code>^[A-Z]+ # starts with at least one capital letter<br />
\s? # followed by an optional space<br />
\d+ # followed by one or more digits /x<br />
^\d+ # starts with one or more digits<br />
\. # followed by a single decimal /x<br />
\d+ # starts with one or more digits<br />
\s # and a space /x<br />
Thesis # starts with "Thesis" .+ # with one or more characters of any kind<br />
\d{4} # then four numbers - year<br />
\s+ # separated by at least one space<br />
[A-Z]+ # from one or more capital letters<br />
\d+ # followed by one or more numbers /xi # case ignored here in case we run into THESIS or thesis<br />
\d+ # starts with one or more digits<br />
\- # connected with a dash<br />
\d+ # to one or more following digits /x<br />
\d+ # starts with one or more digits<br />
  # followed by a space<br />
[A-Z]* #followed by zero or more capital letters<br />
\d+ # followed by one or more digits /x<br /></code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2008/regular-expression-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPOILERS!: Microsoft Buys Google Online Crown For $44.6B</title>
		<link>http://dasspunk.com/2008/spoiler-microsoft-buys-google-online-crown-for-446b/</link>
		<comments>http://dasspunk.com/2008/spoiler-microsoft-buys-google-online-crown-for-446b/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 14:37:59 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Observations]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2008/spoiler-alert-microsoft-buys-google-online-crown-for-446b/</guid>
		<description><![CDATA[In the news this week is that Microsoft is offering to buy Yahoo for $44.6 Billion. If this deal goes through, two things will happen. 1. It totally won&#8217;t matter. 2. Microsoft will have just bought their own defeat to Google in the &#8220;online wars&#8221; (for the sake of the argument, please just pretend there [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image325" src="http://dasspunk.com/wp-content/uploads/2008/02/yahoo.jpg" alt="yahoo.jpg" />In the news this week is that Microsoft is offering to buy Yahoo for $44.6 Billion. If this deal goes through, two things will happen. 1. It totally won&#8217;t matter. 2. Microsoft will have just bought their own defeat to Google in the &#8220;online wars&#8221; (for the sake of the argument, please just pretend there is an online war). Here&#8217;s the bare-bones story&#8230;</p>
<p>
Yahoo limps along and stays afloat because they have folks over there making pretty good decisions on <i>what</i> to do. They have their bases covered: search; mail; chat; news; calendar; groups; etc&#8230;. Yahoo&#8217;s problem is they totally suck at execution. Everything they&#8217;ve built or revamped in the last few years has <a href="http://dasspunk.com/2006/yahoo-continuing-to-find-ways-to-suck-better/">sucked big time</a>. They are fragile and teetering on their own demise. </p>
<p>
Now along comes Microsoft with their secret-bunkers full of cash, looking to buy themselves some online big-boy pants. Luckily (and by luckily, I mean unfortunately), they suck at both decisions <i>and</i> execution, <i>and</i> they have proven they understand the internets about as well as George Bush understands&#8230; well&#8230; seemingly anything. Slightly long story, slightly longer&#8230; when Microsoft starts making and executing decisions for Yahoo, Yahoo will die. </p>
<p>
Of course everyone gets it&#8230; this deal makes a TON of sense for Microsoft, especially if they were competent. Which they are not. So while we&#8217;ll have a ton of marginally interesting stories, detailing the changes (and ensuing failures) Microsoft will be making to Yahoo. And allowing folks the opportunity to pick apart each decision ad nauseum. We will all yawn and click for the sports page. </p>
<p>
Final score, Google: Win; Microsoft: Not-Win.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2008/spoiler-microsoft-buys-google-online-crown-for-446b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Suck At Photoshop</title>
		<link>http://dasspunk.com/2008/you-suck-at-photoshop/</link>
		<comments>http://dasspunk.com/2008/you-suck-at-photoshop/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 03:15:40 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Huh?]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2008/you-suck-at-photoshop/</guid>
		<description><![CDATA[It&#8217;s funny &#8217;cause it&#8217;s true&#8230; and funny. This is the first comedy sketch I&#8217;ve seen written around an application (Photoshop). It&#8217;s very well done, very funny, and absolutely perfect for a web series. Now all they need is for some jackass in advertising or marketing to totally fuck it up&#8230;]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny &#8217;cause it&#8217;s true&#8230; and funny. This is the first comedy sketch I&#8217;ve seen written around an application (Photoshop). It&#8217;s very well done, very funny, and absolutely perfect for a web series. Now all they need is for some jackass in advertising or marketing to totally fuck it up&#8230;</p>
<p><div class="movie">
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/VXeZ0s8DXZ0&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VXeZ0s8DXZ0&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</div>
<p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2008/you-suck-at-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slowing Down Those Hot Licks&#8230;</title>
		<link>http://dasspunk.com/2008/slowing-down-those-hot-licks/</link>
		<comments>http://dasspunk.com/2008/slowing-down-those-hot-licks/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 06:17:51 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2008/slowing-down-those-hot-licks/</guid>
		<description><![CDATA[Bluegrass is known for it&#8217;s hot pickers, playing faster than ears can hear. It can make learning tunes a bit difficult. Luckily, we no longer have to ruin our records and needles, or stretch out our cassette tapes with endless rewinds. If you have iTunes on your computer, then you already have a great tool [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.apple.com/quicktime/' title='QuickTime'><img src="/wp-content/uploads/2008/01/quicktimelogo.thumbnail.gif" alt="quicktimelogo.gif" /></a>Bluegrass is known for it&#8217;s hot pickers, playing faster than ears can hear. It can make learning tunes a bit difficult. Luckily, we no longer have to ruin our records and needles, or stretch out our cassette tapes with endless rewinds. If you have <a href='http://www.apple.com/itunes/'>iTunes</a> on your computer, then you already have a great tool for slowing down music&#8230; AND video! It&#8217;s a little known fact&#8230; but Apple&#8217;s free <a href='http://www.apple.com/quicktime/'>QuickTime Player</a> (installed along with iTunes) is great for slowing down your favorite audio and/or video clips. It even allows you to change the pitch so you don&#8217;t have to retune your instrument! Here&#8217;s how to do it:</p>
<ol>
<li>Choose an audio or video file and open it in QuickTime Player (mp3s, wav, aif, mov, mp4, etc&#8230;)</li>
<li>In QuickTime, choose cmd-k (Mac) or ctrl-k (PC) to open the A/V Controls (or from the Windows menu)</li>
<li>Adjust the speed and/or pitch to your liking</li>
</ol>
<p>
If you don&#8217;t already have QuickTime, you can <a href='http://www.apple.com/quicktime/download/'>download it for free</a> for your Mac or PC from Apple&#8217;s website. In addition, QuickTime Pro ($30 upgrade) allows you to easily set in and out points, loop edit files and more. </p>
<p>
Also, if you have Windows Media files, download and install the free <a href="http://www.flip4mac.com/wmv_download.htm">Flip4Mac&#8217;s WMP Plugin for QuickTime</a> which then allows QuickTime to playback and slow down WMP files. And if you want to be able to open almost anything (AVI, DIVX, FLV, etc&#8230;), install <a href="http://perian.org">Parian</a> too!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2008/slowing-down-those-hot-licks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Truth About Software Development</title>
		<link>http://dasspunk.com/2007/the-truth-about-software-development/</link>
		<comments>http://dasspunk.com/2007/the-truth-about-software-development/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 20:01:27 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Huh?]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2007/the-truth-about-software-development/</guid>
		<description><![CDATA[From the it&#8217;s funny &#8217;cause it&#8217;s true department comes one of the best explanations of the software development I&#8217;ve ever come across&#8230; and it&#8217;s in cartoon form with small words so even your boss will understand it&#8230;]]></description>
			<content:encoded><![CDATA[<p>From the <i>it&#8217;s funny &#8217;cause it&#8217;s true</i> department comes one of the best explanations of the software development I&#8217;ve ever come across&#8230; and it&#8217;s in cartoon form with small words so even your boss will understand it&#8230;</p>
<p>
<a href="/wp-content/uploads/2007/12/software_engineering_explained-1.gif"><img src="/wp-content/uploads/2007/12/software_engineering_explained-1.gif" alt="It's funny 'cause it's true..." width="500" height="375" /></a><br />
<br clear="all" /></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2007/the-truth-about-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone</title>
		<link>http://dasspunk.com/2007/iphone/</link>
		<comments>http://dasspunk.com/2007/iphone/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 05:18:46 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2007/iphone/</guid>
		<description><![CDATA[The iPhone is gonna be huge&#8230; so get over it. Also, this is damn funny&#8230;]]></description>
			<content:encoded><![CDATA[<p>The iPhone is gonna be huge&#8230; so get over it. Also, this is damn funny&#8230;</p>
<p style="text-align: center;">
<embed src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1765295" quality="best" width="400" height="300" type="application/x-shockwave-flash"></embed></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2007/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;cannot be displayed, because it contains errors.</title>
		<link>http://dasspunk.com/2007/cannot-be-displayed-because-it-contains-errors/</link>
		<comments>http://dasspunk.com/2007/cannot-be-displayed-because-it-contains-errors/#comments</comments>
		<pubDate>Tue, 29 May 2007 01:54:26 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Huh?]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2007/cannot-be-displayed-because-it-contains-errors/</guid>
		<description><![CDATA[If you&#8217;re trying to view an image in Firefox and are seeing this error &#8220; cannot be displayed, because it contains errors&#8221;, it&#8217;s very likely you&#8217;re experiencing the same problem I just solved. I post the solution here because none of the other folks I found reporting the problem posted the correct solution. Firefox (and [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to view an image in Firefox and are seeing this error <i>&#8220;<filename> cannot be displayed, because it contains errors&#8221;</filename></i>, it&#8217;s very likely you&#8217;re experiencing the same problem I just solved. I post the solution here because none of the <a href="http://www.google.com/search?source=ig&#038;hl=en&#038;q=cannot+be+displayed%2C+because+it+contains+errors&#038;btnG=Google+Search">other folks I found reporting the problem</a> posted the correct solution. Firefox (and probably Internet Explorer) cannot display CYMK images&#8230; oddly, Safari can (so many of us Mac users won&#8217;t have this problem).</p>
<p>
To fix this, download the file, open it in a respectable graphic program (eg. <a href="http://www.lemkesoft.com/" rel="nofolow">Graphic Converter</a>) and change modes from CYMK to RGB. Save the file, upload and you should be home free. </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2007/cannot-be-displayed-because-it-contains-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Comment and Trackback (Ping) Spam&#8230;</title>
		<link>http://dasspunk.com/2006/wordpress-comment-and-trackback-ping-spam/</link>
		<comments>http://dasspunk.com/2006/wordpress-comment-and-trackback-ping-spam/#comments</comments>
		<pubDate>Fri, 19 May 2006 15:20:37 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[Dasspunk]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2006/wordpress-comment-and-trackback-ping-spam/</guid>
		<description><![CDATA[Comment spam is a fun thing. See, a spammer uses a script to harvest the posts on your blog and then attempts to add comments to your posts that contain ads and links for their viagra and insurance and stuff. Neat! Dasspunk.com is currently enjoying the attentions of just such a spammer&#8230; So I figured [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codex.wordpress.org/Combating_Comment_Spam">Comment spam</a> is a fun thing. See, a spammer uses a script to harvest the posts on your blog and then attempts to add comments to your posts that contain ads and links for their viagra and insurance and stuff. Neat! Dasspunk.com is currently enjoying the attentions of just such a spammer&#8230; So I figured I should help discourage such behavior by explaining how you might go about stopping it&#8230;</p>
<p>
Now if you allow anyone to comment on you blog without being registered, you are clearly desperate for friends and should welcome these spammers with open arms (because you already are). If not and you&#8217;re still getting spam, then you need to turn off Trackbacks (Pings). Trackbacks are a nice little invention that was meant to enable communication between blogs. The premise is nice but the only folks that use it are spammers&#8230; so turn &#8216;em off. Here&#8217;s a little checklist:</p>
<ol>
<li>Log into your WordPress Admin</li>
<li>Under Options/General check the box <tt>Users must be registered and logged in to comment</tt></li>
<li>Under Options/Discussion, uncheck the option <tt>Allow link notifications from other Weblogs (pingbacks and trackbacks.)</tt><tt></tt></li>
</ol>
<p>Okay, unfortunately, this will only protect your future posts&#8230; any existing post with pings enabled will still be targets. So you&#8217;ll need to either edit each post by hand and uncheck the &#8220;Allow Pings&#8221; (under Discussion section) or, if you&#8217;ve got access to your database, you can change them all with a single command. Now, before you do this or any edit on your database, <strong>make a backup of it</strong>! That said, here&#8217;s the command you&#8217;ll need to run (probably in phpmyadmin) to turn off pings on all of your posts:</p>
<blockquote><p>
<tt>UPDATE `posts` SET `ping_status` = 'closed';</tt>
</p></blockquote>
<p>
Hope this helps and good luck.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2006/wordpress-comment-and-trackback-ping-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I once was lost&#8230;</title>
		<link>http://dasspunk.com/2006/i-once-was-lost/</link>
		<comments>http://dasspunk.com/2006/i-once-was-lost/#comments</comments>
		<pubDate>Thu, 11 May 2006 12:15:24 +0000</pubDate>
		<dc:creator>dasspunk</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dasspunk.com/2006/i-once-was-lost/</guid>
		<description><![CDATA[A few weeks back, I was driving home with a fellow bandmate, who, as it turns out, is as bad with direction as I am. While we were turning a 4 hour drive into a 4 and a half hour drive&#8211;lost&#8230; again&#8211;I decided it was time to get proactive about my directional deficiencies. So when [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/exec/obidos/redirect?tag=dasspunkcom-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B000BKN2Y0%2526tag=dasspunkcom-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/B000BKN2Y0%25253FSubscriptionId=04WZ16R0JGV8X8YA7J02" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/B000BKN2Y0.01._SCMZZZZZZZ_.jpg" alt="Garmin StreetPilot i5 Automotive GPS Navigator" /></a>A few weeks back, I was driving home with a fellow bandmate, who, as it turns out, is as bad with direction as I am. While we were turning a 4 hour drive into a 4 and a half hour drive&#8211;lost&#8230; again&#8211;I decided it was time to get proactive about my directional deficiencies. So when I woke the following morning (actually much closer to afternoon), I hopped online and bought a GPS. </p>
<p>
<a href="http://www.amazon.com/exec/obidos/redirect?tag=dasspunkcom-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B000BKN2Y0%2526tag=dasspunkcom-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/B000BKN2Y0%25253FSubscriptionId=04WZ16R0JGV8X8YA7J02">The Garmin i5</a> might be the best $340 I&#8217;ve ever spent&#8230; It came set up and ready to go right out of the box. I&#8217;ve since used it to navigate just about everywhere, actually going out of my way to stump it&#8230; and every time, it gets me home. The little lady clearly and eloquently reveals the correct route, in a lovely British accent (hell yeah&#8230; on purpose ;) ), just in the nick of time&#8230; seemingly every time. She&#8217;s very understanding and patient with me. She never yells or tires of coming up with an alternate route when I wander&#8230; no, she seems to understand me and like me&#8230; just the way I am. </p>
<p>
I can&#8217;t tell you how liberating this is! So to all my directionally dysfunctional brethren, I implore you&#8230; buy one of these and be lost no more!</p>
<p><br clear="all" /></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://dasspunk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dasspunk.com/2006/i-once-was-lost/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
