<?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>The Cynic Gazette &#187; The Internets</title>
	<atom:link href="http://www.cynicgazette.com/category/the-internets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cynicgazette.com</link>
	<description>Web Design, Skepticism, Photography and Social Comment</description>
	<lastBuildDate>Thu, 08 Oct 2009 18:31:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Tip: Should I use a div or a span?</title>
		<link>http://www.cynicgazette.com/2009/03/17/html-tip-should-i-use-a-div-or-a-span/</link>
		<comments>http://www.cynicgazette.com/2009/03/17/html-tip-should-i-use-a-div-or-a-span/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:18:31 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[nesting tags]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=166</guid>
		<description><![CDATA[This comes up a lot in the web development world, especially with higher level coders who are in the Java or .NET world. After just having this coversation with a coworker, I came up with a metaphor to explain the relationship between block and inline elements. A few basics first.
A div is a generic block element [...]]]></description>
			<content:encoded><![CDATA[<p>This comes up a lot in the web development world, especially with higher level coders who are in the Java or .NET world. After just having this coversation with a coworker, I came up with a metaphor to explain the relationship between block and inline elements. A few basics first.</p>
<p>A div is a generic <strong>block </strong>element with no inherent attributes. By default, it&#8217;s as wide as its parent element, and breaks the line. A few common block elements are DIV, P (P is special, we&#8217;ll get to that), and BLOCKQUOTE.</p>
<p>A span is a generic <strong>inline </strong>element with no inherent attributes. By default, it&#8217;s as wide as its content, and doesn&#8217;t break the line. Some inline elements you&#8217;d be used to seeing are the STRONG, EM, SPAN, and STRIKE tags.</p>
<p>To write valid XHTML, you need an understanding of what elements can be properly nested&#8230; which is pretty simple. Block elements can be nested in block elements, inline elements can be nested in block or inline elements. Easy peazy. Well, almost.</p>
<p>The exception to this is the P tag, which is a block element, but breaks the rules by only being allowed to contain inline elements. The nesting order DIV DIV P EM STRONG is fine, but DIV P DIV EM STRONG can&#8217;t validate because you&#8217;re nesting a block element inside the P tag.</p>
<p>Here&#8217;s an easy way to remember it. Imagine block elements as pieces of blank paper, and imagine inline elements as ink. You can stack as many pieces of paper as you want on top of each other, and you can contain anything written in pen on the paper. You can use the pen on a few pieces of paper and lay them out on a larger piece of paper, you can underline pen with pen, you can bold text by writing with more pen over the pen. You can&#8217;t put paper into the ink&#8230; that relationship only goes one way. </p>
<p>Imagine the P tag is a lined piece of paper. All of the same ink rules apply, but if you try to put more paper into it, you won&#8217;t be able to see the lines usefully, so that&#8217;s a no-no.</p>
<p>So there you have it. To put it simpler, If you need a container, use a div. If you need to effect <strong><em><span style="color: #ff6600;">these three words</span></em></strong>, use a span.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2009/03/17/html-tip-should-i-use-a-div-or-a-span/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read PDFs on your iPhone in Safari</title>
		<link>http://www.cynicgazette.com/2009/01/29/read-pdfs-on-your-iphone-in-safari/</link>
		<comments>http://www.cynicgazette.com/2009/01/29/read-pdfs-on-your-iphone-in-safari/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:55:15 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=46</guid>
		<description><![CDATA[I&#8217;m in the middle of a programmer&#8217;s paradigm shift that, frankly, most of the Windows development world took 7 years ago. I&#8217;m switching from Classic ASP to ASP.NET.
This of course has me searching for books on learning ASP.NET, a programming language is like a foreign film to me. I can figure out what&#8217;s going on, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the middle of a programmer&#8217;s paradigm shift that, frankly, most of the Windows development world took 7 years ago. I&#8217;m switching from Classic ASP to ASP.NET.</p>
<p>This of course has me searching for books on learning ASP.NET, a programming language is like a foreign film to me. I can figure out what&#8217;s going on, and know who the main character is, and more or less what they&#8217;re trying to accomplish. But I can&#8217;t tell if he&#8217;s whispering sweet nothings to his lover, or asking his sister to bring over some 10W-30 for a quick oil change. In a nutshell, I get it, but not really.</p>
<p>Luckily, I found an eBook on Amazon for sale which describes in just under 40 pages what the big deal is about ASP.NET, how it&#8217;s different, and why I should care.</p>
<p>However, herein lies the dilemma: I don&#8217;t like slowly working my way through a PDF on my laptop in bed, and I sure am not bringing it into the bathroom with me. So, I turn to my favorite eBook reader as the best solution at hand &#8230; my iPhone.</p>
<p>I&#8217;ve read books on my iPhone before, but a PDF&#8230; this is new territory. So I googled my way to a few solutions to see how the people who write about things get on reading other things when they&#8217;re PDFs, on an iPhone.</p>
<p><strong>Jailbreak/SSH/install PDFViewer app</strong><br />
Too much work. I&#8217;m looking for an easy solution and the inherent problem with jailbreaking your phone is that every time you upgrade the firmware, you have to reinstall ALL of your apps. Lame. And I don&#8217;t want to have to use SSH to zip files to my phone. I want to just have the damn thing be available, and not lose EVERYTHING just because a firmware update came out. Which leads us to our next solution&#8230;</p>
<p><strong>E-mail myself the PDF in an attachment</strong><br />
This seems like it would be easy-cheesy-1-2-threesy, but now my PDF&#8217;s only available in portrait mode. Great if you want to swipe left-to-right, up-and-down, and work your index finger harder then that day in 6th grade when you thought nobody was looking and you just wanted to breather a little easier. NEXT.</p>
<p><strong><a href="http://google.com/documents" onclick="javascript:pageTracker._trackPageview('/outbound/article/google.com');" target="_blank">Google Documents</a></strong><br />
I can&#8217;t believe I didn&#8217;t come up with this one right out of the gate. Upload your file to Google documents, and view it in glorious landscape mode in Safari. Done and done. It&#8217;s free, and you can even e-mail Google Docs the PDF/DOC/RTF/XLS/whatever if someone sends it to you. Oh, exuberance. Oh, exquisite WIN.</p>
<p>I&#8217;m off to read my ASP to ASP.NET pdf now, instead of just writing about how I&#8217;m going to read it. Hopefully, this will keep my nerdy appetite sated until my Beginning ASP.NET 3.5 with C# book arrives on Friday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2009/01/29/read-pdfs-on-your-iphone-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Google with Text Messages</title>
		<link>http://www.cynicgazette.com/2008/06/19/search-google-with-text-messages/</link>
		<comments>http://www.cynicgazette.com/2008/06/19/search-google-with-text-messages/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:07:57 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[The Internets]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/2008/06/19/search-google-with-text-messages/</guid>
		<description><![CDATA[You can search google by texting them now! Just follow the directions below and you just need a phone to find out weather, movie times, language translations, and more.











clipped from www.google.com






Personalized SMS saves you time by saving your location. We&#8217;ll automatically save your most frequently used location for future queries. You can also text &#8217;set [...]]]></description>
			<content:encoded><![CDATA[<div>You can search google by texting them now! Just follow the directions below and you just need a phone to find out weather, movie times, language translations, and more.</div>
<table style="margin: 12px 0px; font-family: arial; color: #333333; background: #e5e5e5; border: solid 4px #999999; width: 100%; clear: left;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top">
<table class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #e5e5e5;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top">
<table style="border-bottom: 1px solid #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee; background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top"><a title="clipmarks' clip-to-blog" href="http://clipmarks.com/clip-to-blog/" onclick="javascript:pageTracker._trackPageview('/outbound/article/clipmarks.com');"><img style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" src="http://content.clipmarks.com/blog_icon/ff7aed4e-53c3-42f5-b79b-38f9aee5b868/C456FAF4-0C1F-485A-802D-5B01F11D1D4A/" border="0" alt="" width="19" height="19" /></a>clipped from <a style="font-size: 11px;" title="http://www.google.com/mobile/sms/index.html" href="http://www.google.com/mobile/sms/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');">www.google.com</a></td>
</tr>
</tbody>
</table>
<table style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.google.com/mobile/sms/index.html -->Personalized SMS saves you time by saving your location. We&#8217;ll automatically save your most frequently used location for future queries. You can also text &#8217;set location&#8217; followed by a city &amp; state or zip to save a new location. Try it out on our demo!</td>
</tr>
</tbody>
</table>
<table style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.google.com/mobile/sms/index.html -->Text message your search query to <strong>466453</strong> (&#8216;GOOGLE&#8217; on most devices) and we&#8217;ll text message back results.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div style="margin: 0px 6px 6px 4px;">
<table style="font-size: 11px;border-spacing: 0px;padding: 0px;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="background:transparent;border-width:0px;padding:0px;"></td>
<td style="background:transparent;border-width:0px;padding:0px;width:107px" width="107" align="right"><a title="blog or email this clip" href="http://clipmarks.com/share/C456FAF4-0C1F-485A-802D-5B01F11D1D4A/blog/" onclick="javascript:pageTracker._trackPageview('/outbound/article/clipmarks.com');"><img style="border-width:0px;padding:0px;margin:0px;" src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" /></a></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/06/19/search-google-with-text-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An intervention for MySpace</title>
		<link>http://www.cynicgazette.com/2008/05/31/an-intervention-for-myspace/</link>
		<comments>http://www.cynicgazette.com/2008/05/31/an-intervention-for-myspace/#comments</comments>
		<pubDate>Sat, 31 May 2008 21:02:13 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[The Internets]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=95</guid>
		<description><![CDATA[Seriously, the geekier you are, the funnier you&#8217;ll find this.
Internet Party 2: An Intervention for MySpace &#8212; powered by Cracked.com
]]></description>
			<content:encoded><![CDATA[<p>Seriously, the geekier you are, the funnier you&#8217;ll find this.</p>
<div><object type="application/x-shockwave-flash" data="http://cdn-i.dmdentertainment.com/DMVideoPlayer/player.swf" id="player" height="379" width="608" ><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://cdn-i.dmdentertainment.com/DMVideoPlayer/player.swf" /><param name="wmode" value="transparent" /><param name="flashVars" value="demand_related_feed=http%3A//www.cracked.com/relatedvideo_16271_internet-party-2-intervention-myspace.xml&#038;KEYWORDS=&#038;adPartner=Adap&#038;demand_iconurl=http%3A//cdn-www.cracked.com/sites/cracked/images/favicon.gif&#038;KEY=demandmediacracked&#038;demand_icontext=Watch%20more%20videos%20at%20Cracked.com%2C%20America%27s%20only%20humor%20site.&#038;v=2.1.0&#038;demand_iconlink=http%3A//www.cracked.com/&#038;CATEGORIES=Entertainment%2CNews%2CLifestyle&#038;demand_report_url=http%3A//www.cracked.com/update.aspx&#038;demand_autoplay=0&#038;URL=http%3A//cdn-i.dmdentertainment.com/funpages/cms_content/16271/IP2_Q17.flv&#038;skin=http%3A//cdn-i.dmdentertainment.com/DMVideoPlayer/playerskin.swf&#038;sitename=Cracked.com&#038;ID=16271&#038;demand_content_id=16271&#038;demand_content_sourcekey=cracked.com&#038;height=37&#038;demand_page_url=http%3A//www.cracked.com/video_16271_internet-party-2-intervention-myspace.html&#038;source=http%3A//cdn-i.dmdentertainment.com/funpages/cms_content/16271/IP2_Q17.flv&#038;demand_show_replay=true&#038;TITLE=Internet%20Party%202%3A%20An%20Intervention%20for%20MySpace&#038;DESC=%3Cp%3ESome%20sites%20shouldn%27t%20be%20at%20an%20intervention.%20%20%20%20%20%20%3C/p%3E%3Cbr%3E%0D%0A%0D%0A%3Cp%3ECheck%20out%20the%20first%20%3Ca%20href%22http%3A//www.cracked.com/video_15825_internet-party.html%22%3EInternet%20Party%3C/a%3E.%3C/p%3E%3Cbr%3E%0D%0A%0D%0A%3Cp%3EMore%20from%20%3Ca%20target%3D%22new%22%20href%3D%22http%3A//thosearentmuskets.com/%22%3EThose%20Aren%27t%20Muskets%3C/a%3E.%3C/p%3E%3Cbr%3E&#038;demand_related=1&#038;video_title=Internet%20Party%202%3A%20An%20Intervention%20for%20MySpace" /></object><br /><a href="http://www.cracked.com/video_16271_internet-party-2-intervention-myspace.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cracked.com');">Internet Party 2: An Intervention for MySpace</a> &#8212; powered by Cracked.com</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/05/31/an-intervention-for-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m selling my religious relic &#8212; Jesus on a cream cheese lid!</title>
		<link>http://www.cynicgazette.com/2008/05/08/im-selling-my-religious-relic-jesus-on-a-cream-cheese-lid/</link>
		<comments>http://www.cynicgazette.com/2008/05/08/im-selling-my-religious-relic-jesus-on-a-cream-cheese-lid/#comments</comments>
		<pubDate>Thu, 08 May 2008 17:09:51 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[The Internets]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[cream cheese]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[jesus]]></category>
		<category><![CDATA[yummy]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/2008/05/im-selling-my-religious-relic-jesus-on-a-cream-cheese-lid/</guid>
		<description><![CDATA[I found what I believe to be an image of the face of Jesus on the lid of my cream cheese container, and of course, put it on eBay. I don&#8217;t need it, having seen it before.  And, well, I&#8217;m Jewish, so it&#8217;s just sort of &#8230; &#8220;nifty.&#8221;
Here&#8217;s an image, and the link to [...]]]></description>
			<content:encoded><![CDATA[<p>I found what I believe to be an image of the face of Jesus on the lid of my cream cheese container, and of course, put it on eBay. I don&#8217;t need it, having seen it before.  And, well, I&#8217;m Jewish, so it&#8217;s just sort of &#8230; &#8220;nifty.&#8221;</p>
<p>Here&#8217;s an image, and the link to the auction:</p>
<p><img src="http://i11.ebayimg.com/07/i/000/ef/7d/32d1_1.JPG" alt="Jesus in my cream cheese" height="400" width="300" /></p>
<p><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=320249867306" onclick="javascript:pageTracker._trackPageview('/outbound/article/cgi.ebay.com');" title="Jesus on my cream cheese lid">http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=320249867306</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/05/08/im-selling-my-religious-relic-jesus-on-a-cream-cheese-lid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The worst logos ever created</title>
		<link>http://www.cynicgazette.com/2008/04/24/the-worst-logos-ever-created/</link>
		<comments>http://www.cynicgazette.com/2008/04/24/the-worst-logos-ever-created/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:47:20 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[bad logo]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[omg]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/2008/04/the-worst-logos-ever-created/</guid>
		<description><![CDATA[Logo design is an art form, having to come up with a brand-leading image, while managing not to kill anyone demanding you make the company name &#8220;just a bit bigger.&#8221; Note: if you can read it, it&#8217;s big enough.
Sometimes this art form is embraced and great things happen, like Apple, Nike, IBM, and countless others [...]]]></description>
			<content:encoded><![CDATA[<p>Logo design is an art form, having to come up with a brand-leading image, while managing not to kill anyone demanding you make the company name &#8220;just a bit bigger.&#8221; Note: if you can read it, it&#8217;s big enough.</p>
<p>Sometimes this art form is embraced and great things happen, like <a href="http://apple.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/apple.com');" target="_blank" title="They have a great logo">Apple</a>, <a href="http://nike.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/nike.com');" target="_blank" title="They have a great logo">Nike</a>, <a href="http://ibm.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/ibm.com');" target="_blank" title="They have a great logo">IBM</a>, and countless others who have created memorable, eye catching, brand perpetuating logos. You could see a rat trying to gnaw through drywall, and if there was a swoosh, you&#8217;d know it was Nike.</p>
<p>But I digress. I&#8217;m writing to call attention to some of the worst logos ever created. Here&#8217;s a hint: have a teenaged-minded 30-year-old who drinks too much scotch look at your ideas before you put them on a banner.</p>
<p>The first entry is the logo for the Arlington Pediatric Center, which has since changed, but eluded to the possibility of employing Priests as doctors:</p>
<p><img src="http://www.arlingtonoptimist.org/images/APC.jpg" alt="Old logo for the arlington pediatric center" border="1" height="480" hspace="8" vspace="8" width="640" /></p>
<p>Next is the logo that spawned this post when a friend sent it: the logo for the UK&#8217;s <a href="http://www.ogc.gov.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ogc.gov.uk');" target="_blank">Office of Government Commerce</a> (OGC). They&#8217;ve actually come up with a good looking logo&#8211;until you look at it rotated 90 degrees clockwise:</p>
<p><a href="http://www.theregister.co.uk/2008/04/22/ogc_logo/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.theregister.co.uk');" target="_blank"><img src="http://regmedia.co.uk/2008/04/21/ogc.jpg" alt="OGC logo" border="1" height="130" hspace="8" vspace="8" width="400" /></a></p>
<p>Good stuff. Lets keep rolling on to the logo for the <a href="http://www.cfh.ufsc.br/%7Eoriente/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cfh.ufsc.br');" target="_blank">Instituto de Estudos Orientais</a> (Institute for Oriental Studies). This little guy, well, took me a second to see it as anything other than a backdoor entry (it&#8217;s a Japanese-looking building with a sun behind it (they claim)):</p>
<p><a href="http://www.manic.com.sg/blog/archives/000305.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.manic.com.sg');" target="_blank"><img src="http://www.manic.com.sg/blog/archives/oriente.gif" alt="logo for the Instituto de Estudos Orientais" border="1" height="220" hspace="8" vspace="8" width="270" /></a></p>
<p>And finally, my favorite cultural faux pas, assuming that everyone speaks your language in signage:</p>
<p><img src="http://img4.glowfoto.com/images/2007/08/22-1000113496T.jpg" alt="sign for Locum" border="1" height="400" hspace="8" vspace="8" width="327" /></p>
<p>Note to self: don&#8217;t swap a heart for the letter &#8220;O&#8221; without running it past some international pals first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/04/24/the-worst-logos-ever-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Back up your myspace friend list!</title>
		<link>http://www.cynicgazette.com/2008/04/23/how-to-back-up-your-myspace-friend-list/</link>
		<comments>http://www.cynicgazette.com/2008/04/23/how-to-back-up-your-myspace-friend-list/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:43:02 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[myspace]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=102</guid>
		<description><![CDATA[I&#8217;m tired of seeing my myspace friend count dance around, so I &#8220;backed up&#8221; my friend list. I dare you fuckers to jump ship now and think I won&#8217;t notice.
How to:
1. Open a new MS Word (or Works, or Openoffice Write) document
2. Open myspace, and bring up your &#8220;all&#8221; friends list
3. Take a screen shot [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m tired of seeing my myspace friend count dance around, so I &#8220;backed up&#8221; my friend list. I dare you fuckers to jump ship now and think I won&#8217;t notice.</p>
<p>How to:</p>
<p>1. Open a new MS Word (or Works, or Openoffice Write) document</p>
<p>2. Open myspace, and bring up your &#8220;all&#8221; friends list</p>
<p>3. Take a screen shot (hit the Prt Scr button on your keyboard) of page 1 of your friends list. If you can&#8217;t get the whole thing in there, take two.</p>
<p>4. Go to your new word document you opened in step 1 and paste (Control-V, or Open Apple-V if you bought a Mac and secretly wish you were Justin Long&#8217;s athletic supporter on a hot day) the screen shot in.</p>
<p>5. Go back to myspace, and open your friends list page 2, and start at step 3. Repeat until you&#8217;re done.</p>
<p>This blog is a special dedication the two of you who gave me the boot instead of saying &#8220;hey, I&#8217;ve known you for 7 or 8 years, but I don&#8217;t care enough to bitch you out for never calling. You&#8217;re so off my myspace friend list.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/04/23/how-to-back-up-your-myspace-friend-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BBC Rules, YouTube can suck it!</title>
		<link>http://www.cynicgazette.com/2008/04/02/the-bbc-rules-youtube-can-suck-it/</link>
		<comments>http://www.cynicgazette.com/2008/04/02/the-bbc-rules-youtube-can-suck-it/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 23:40:13 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[spinal tap]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=5</guid>
		<description><![CDATA[I&#8217;m not a man who&#8217;s easily impressed. Well, I am a man who is easily impressed, but not &#8220;Wow! A blue car!&#8221; easily impressed. But today, the secondteenth day of the fourth month of the 1,208th year since the Europeans decided to start a calendar 800 years in the past (makes sense; think about it), [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a man who&#8217;s easily impressed. Well, I am a man who is easily impressed, but not &#8220;Wow! A blue car!&#8221; easily impressed. But today, the secondteenth day of the fourth month of the 1,208th year since the Europeans decided to start a calendar 800 years in the past (makes sense; think about it), the British have impressed me.</p>
<p>Flip on any video on YouTube. Turn up the volume. Note that YouTube&#8217;s volume slider isn&#8217;t numeric.</p>
<p>The BBC&#8217;s is. And their amps go to eleven. Check out Robin Williams <a href="http://news.bbc.co.uk/2/hi/entertainment/7325278.stm" onclick="javascript:pageTracker._trackPageview('/outbound/article/news.bbc.co.uk');" target="_blank">taking over a BBC America chat show</a> when they were having technical difficulties, and turn the volume up. To eleven. Sweet sweet eleven.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/04/02/the-bbc-rules-youtube-can-suck-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader Anonymous</title>
		<link>http://www.cynicgazette.com/2008/01/10/google-reader-anonymous/</link>
		<comments>http://www.cynicgazette.com/2008/01/10/google-reader-anonymous/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 09:06:30 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=113</guid>
		<description><![CDATA[I revel in my geeky addictions (for which Meg has infinite patience) like my iPhone, Flickr, Podcasts, PS3 (especially Pain), teh internets, Google reader, Photoshop and &#8230; well the list goes on. Today, I&#8217;m looking for other people who are addicted to Google reader, which I check, oh, say, 150 times a day. 
I&#8217;m subscribed to a [...]]]></description>
			<content:encoded><![CDATA[<p>I revel in my geeky addictions (for which Meg has infinite patience) like my iPhone, Flickr, Podcasts, PS3 (especially Pain), teh internets, Google reader, Photoshop and &#8230; well the list goes on. Today, I&#8217;m looking for other people who are addicted to <a href="http://www.google.com/reader/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">Google reader</a>, which I check, oh, say, 150 times a day. </p>
<p>I&#8217;m subscribed to a bunch of <a href="http://www.flickr.com/people/joiseymike/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" target="_self">Flickr photo pools</a>, about 30 tech and web news feeds, design feeds,<a href="http://www.icanhascheezburger.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.icanhascheezburger.com');" target="_blank">iCanHasCheezBurger.com</a>, and another 30 others I&#8217;m just not motivated enough to mention. I click that share button from time to time, but who do I share with?</p>
<p>Now I share with thee. I mean you. Thee means you, right? Whatever. Now I share with you. </p>
<p>To grab the feed of articles, images, videos, lolcats and whatever I find interesting enough to microblog about but don&#8217;t microblog about, add this to Google reader, or your favorite news aggregator:</p>
<p><a href="http://www.google.com/reader/public/atom/user/10413080873406599512/state/com.google/broadcast" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">My Google Reader RSS Feed (click to add)</a></p>
<p>It&#8217;ll come up as &#8220;KincaidKMF&#8217;s shared items&#8221; since I didn&#8217;t always use the moniker &#8220;Joisey Mike&#8221; (note to self &#8212; do a super-nerdy screen name/online identity blog) and it&#8217;ll contain anything I come across that catches my interest so I won&#8217;t have to IM it.</p>
<p>Also if you use the mighty <a href="http://www.google.com/reader/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">Google reader</a>, or any other thing that can make you a feed of YOUR shared items, please comment it here or email me, I&#8217;d love to see what you think&#8217;s interesting/funny/gross/whathaveyou.</p>
<p>Btw, work&#8217;s having a free breakfast of muffins, danish, scones and more. On behalf of Dr. Atkins, I raise my middle finger in rebellion and just drink more coffee.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2008/01/10/google-reader-anonymous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to be catnip for scammers</title>
		<link>http://www.cynicgazette.com/2007/12/13/how-to-be-catnip-for-scammers/</link>
		<comments>http://www.cynicgazette.com/2007/12/13/how-to-be-catnip-for-scammers/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 01:50:37 +0000</pubDate>
		<dc:creator>Joisey Mike</dc:creator>
				<category><![CDATA[The Internets]]></category>
		<category><![CDATA[craigslist]]></category>
		<category><![CDATA[sarcasm]]></category>

		<guid isPermaLink="false">http://www.cynicgazette.com/?p=115</guid>
		<description><![CDATA[I love the Craigslist. For serious.
It started back when I developed a sick fascination with the Missed Connections section, and to this day I&#8217;m still sitting with my foam 1 fan finger waiting for that Missed Connection that says my favorite thing an anonymous classified could say: &#8220;I saw you at Safeway and thought you were cute. [...]]]></description>
			<content:encoded><![CDATA[<p>I love the Craigslist. For serious.</p>
<p class="MsoNormal">It started back when I developed a sick fascination with the <a href="http://baltimore.craigslist.org/mis/" onclick="javascript:pageTracker._trackPageview('/outbound/article/baltimore.craigslist.org');" target="_blank">Missed Connections</a> section, and to this day I&#8217;m still sitting with my foam 1 fan finger waiting for that Missed Connection that says my favorite thing an anonymous classified could say: &#8220;I saw you at Safeway and thought you were cute. Write me back if you get this.&#8221; Awesome. They&#8217;re really THAT vague.</p>
<p class="MsoNormal">And of course, I loved finding a girl who was looking for one friend of mine on there, and finding a guy who was ranting about someone a friend of mine took home from a bar. I still giggle when I think about that <span><span> <img src='http://www.cynicgazette.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></p>
<p class="MsoNormal">The lovelorn stopped being enough for my Craigslist high – so I decided my life needed a daily injection of bike pics, so I started hitting the motorcycles for sale, and since it was right next to them, eventually music instruments and photo/video equipment. Of course, electronics and computer stuff had to make the list too, because, well, I wear my geek pride like a Miss Teen USA sash &#8212; which I could totally buy on Craigslist, since anyone winning Miss Teen USA will need money for rehab once they realize they can&#8217;t really do anything about world peace. See how I brought that full circle?</p>
<p class="MsoNormal">I&#8217;ve been the king of commerce, selling 2 TVs, 2 digital SLR cameras, a motorcycle, Social Distortion tickets and a PS3 in the past year, and with more stuff up for sale now, I get a TON of replies. However, a lot of people, and when I say &#8220;a lot&#8221; I actually just mean a few here and there, are Craigslist evildoers. They&#8217;re different from the Craigslist ne&#8217;er-do-wells and the Craigslist nogoodnicks. They want your money, or your stuff, but here&#8217;s the rub, they don&#8217;t want to trade you their stuff or money for it.</p>
<p class="MsoNormal">I know, right?</p>
<p class="MsoNormal">A few want me to ship their item to a cousin in Nigeria, and they&#8217;ll pay me an extra $100 in a UScertified bond checks. Or, they want me to use their escrow service, Royal Mail, which involves me calling a premium toll number in Belize (like $50/minute) since I don&#8217;t have to pay for the item until I&#8217;ve inspected it, but I still have to send them money to &#8220;release&#8221; the item for inspection.</p>
<p class="MsoNormal"><a href="http://www.snopes.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.snopes.com');" target="_blank">Snopes.com</a> has been my buddy, as well as the helpful <a href="http://www.craigslist.org/about/scams.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.craigslist.org');" target="_blank">Craigslist scam pages</a>, because while I don&#8217;t be a part of anything that doesn&#8217;t involve a cash deal in-person, I like to know how all of this stuff works so I can explain it to the great unwashed who don&#8217;t like to do research as much as I do. Now thanks to me, these bad people won&#8217;t be making the baby Jesus cry. We&#8217;ll let &#8220;2 Girls 1 Cup&#8221; do that.</p>
<p>I&#8217;d like to think people will heed this warning and learn from my experience, but let&#8217;s face it – most people roaming the web spend too much time wiping the drool off their keyboards to check into a dubious offer. If you don&#8217;t like to look up the weird emails you get from buyers, hey, no problem. I&#8217;ll just send you a cashier&#8217;s check for your DVD player for $8000 signed over to you, if you could just cash it and send me the balance minus $200 for your troubles, well that&#8217;d be just swell.</p>
<p class="MsoNormal">No?</p>
<p class="MsoNormal">Oh come on… even though our eyes met at Safeway last week?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cynicgazette.com/2007/12/13/how-to-be-catnip-for-scammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
