<?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>Derek Coward's Noise</title>
	<atom:link href="http://www.kafraco.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kafraco.com/blog</link>
	<description>The personal blog of Derek Coward, the founder of the Deliberate Noise Network. This will focus on a bunch of stuff that I find interesting.</description>
	<lastBuildDate>Mon, 10 Oct 2011 22:43:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>What&#8217;s Going On With Netflix?</title>
		<link>http://www.kafraco.com/blog/2011/10/whats-going-on-with-netflix/</link>
		<comments>http://www.kafraco.com/blog/2011/10/whats-going-on-with-netflix/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:43:26 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/?p=427</guid>
		<description><![CDATA[Netflix is acting weird. First they split their service and effectively doubled their prices with very little apparent thought to how their customers would react. When the reaction was fiercely negative, they explained that they were also going to split their business into two entities: Netflix, which would handle the streaming end, and Qwikster, which [...]]]></description>
			<content:encoded><![CDATA[<p>Netflix is acting weird. First they <a href="http://www.kafraco.com/blog/2011/07/netflix-raises-prices/">split their service and effectively doubled their prices</a> with very little apparent thought to how their customers would react. When the <a href="http://news.cnet.com/8301-1023_3-20078960-93/dear-netflix-price-hike-ignites-social-media-fire/">reaction was fiercely negative</a>, they explained that they were also going to split their business into two entities: Netflix, which would handle the streaming end, and Qwikster, which would be their DVD only business. [However, they didn't choose a name where they could grab the Twitter username. Instead they chose one that was <a href="http://mashable.com/2011/09/19/netflix-qwikster-twitter/">already taken</a>.]</p>
<p>Today, I received this email:<br />
<strong>Dear Derek,</strong></p>
<p><strong>It is clear that for many of our members two websites would make things more difficult, so we are going to keep Netflix as one place to go for streaming and DVDs.</strong></p>
<p><strong>This means no change: one website, one account, one password…in other words, no Qwikster.</strong></p>
<p><strong>While the July price change was necessary, we are now done with price changes.</strong></p>
<p><strong>We&#8217;re constantly improving our streaming selection. We&#8217;ve recently added hundreds of movies from Paramount, Sony, Universal, Fox, Warner Bros., Lionsgate, MGM and Miramax. Plus, in the last couple of weeks alone, we&#8217;ve added over 3,500 TV episodes from ABC, NBC, FOX, CBS, USA, E!, Nickelodeon, Disney Channel, ABC Family, Discovery Channel, TLC, SyFy, A&amp;E, History, and PBS.</strong></p>
<p><strong>We value you as a member, and we are committed to making Netflix the best place to get your movies &amp; TV shows.</strong></p>
<p><strong>Respectfully,</strong></p>
<p><strong>The Netflix Team</strong></p>
<p>I&#8217;m not sure what is going on with them, but they need to make up their mind on a direction and stick to it. I know the <a href="http://www.huffingtonpost.com/2011/09/15/netflix-price-increase-subscriber-loss_n_964026.html">prospect of losing over 1 million customers in the next year</a> is a scary one, but most of them haven&#8217;t left yet. Quit trying to hurry them to the door with your crazy behavior. Nobody likes not having faith in a company they do business with and right now, I am quickly losing my faith in the company. Stop sending out emails with yet another direction change, just send me DVDs when I ask for them and make sure streaming doesn&#8217;t take a crap (like it seemed to do a few days ago), and I&#8217;ll be happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/10/whats-going-on-with-netflix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another PHP/HTML question</title>
		<link>http://www.kafraco.com/blog/2011/09/another-phphtml-question/</link>
		<comments>http://www.kafraco.com/blog/2011/09/another-phphtml-question/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 20:37:24 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/?p=418</guid>
		<description><![CDATA[I think this is more of an HTML question, but I am also using PHP, so I decided to put it in the blog title. If I wanted to create a form connected to a database and wanted to display the contents of a drop down field, I would use something like: < option selected="selected" [...]]]></description>
			<content:encoded><![CDATA[<p>I think this is more of an HTML question, but I am also using PHP, so I decided to put it in the blog title.</p>
<p>If I wanted to create a form connected to a database and wanted to display the contents of a drop down field, I would use something like:<br />
<code>< option selected="selected" value="< ?php echo $script_architecture ?>" >< ?php echo $script_architecture ? ></option ></code></p>
<p>How would I do the same with a checkbox?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/09/another-phphtml-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The PHP problem I am having</title>
		<link>http://www.kafraco.com/blog/2011/09/the-php-problem-i-am-having/</link>
		<comments>http://www.kafraco.com/blog/2011/09/the-php-problem-i-am-having/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 00:44:31 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/?p=416</guid>
		<description><![CDATA[I am trying to create a webpage that searches a MySQL database. I can write a simple page that can search on one of the fields. For example: SELECT * FROM table WHERE = $variable; What I need to do is figure out how to do the same thing but with more than one field [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to create a webpage that searches a MySQL database. I can write a simple page that can search on one of the fields. For example: <code>SELECT * FROM table WHERE = $variable;</code></p>
<p>What I need to do is figure out how to do the same thing but with more than one field (and they might be empty). For example: If there are three fields for entering search terms: Name, Rank, SerialNumber, but the user only puts in less than all of them, I want the query to be something like <code>SELECT * FROM table WHERE name` LIKE '%Named Person%' OR rank LIKE '%Rank Amateur%'</code></p>
<p>However, I don&#8217;t want it to try and add <code>OR serialnumber LIKE'%%'</code> because that would mess everything up.</p>
<p>If anybody could point me in the right direction, I would appreciate it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/09/the-php-problem-i-am-having/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Another little known fact about me</title>
		<link>http://www.kafraco.com/blog/2011/08/another-little-known-fact-about-me/</link>
		<comments>http://www.kafraco.com/blog/2011/08/another-little-known-fact-about-me/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 13:36:33 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/08/another-little-known-fact-about-me/</guid>
		<description><![CDATA[Another thing that most people don&#8217;t know about me is that ever since I started my new job, I fast every Friday while at work. By fasting, I mean that I only drink water and don&#8217;t eat any food. I know that some people also don&#8217;t drink water in their fasts, but for some reason [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.kafraco.com/blog/wp-content/uploads/2011/08/wpid-IMAG0106.jpg" /></p>
<p>Another thing that most people don&#8217;t know about me is that ever since I started my new job, I fast every Friday while at work. </p>
<p>By fasting, I mean that I only drink water and don&#8217;t eat any food. I know that some people also don&#8217;t drink water in their fasts, but for some reason I think that is a step too far. </p>
<p>A few weeks ago, I decided to record all of the money that I spent. I didn&#8217;t make any changes to my spending habits, I merely documented them. I discovered that I spent a lot of money on food, junk food from the vending machines specifically. </p>
<p>Since then, I have been watchful about how I spend my money and how much time I spend going to the vending machines.</p>
<p>The way I figure it is that skipping a meal one day out of the week won&#8217;t kill me and I will save a little money as well. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/08/another-little-known-fact-about-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little known fact about me</title>
		<link>http://www.kafraco.com/blog/2011/08/a-little-known-fact-about-me/</link>
		<comments>http://www.kafraco.com/blog/2011/08/a-little-known-fact-about-me/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:56:34 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/08/a-little-known-fact-about-me/</guid>
		<description><![CDATA[A little known fact about me is that unless I am referring to specific albums by Richard Pryor, I don&#8217;t use a particular word that starts with the letter N. I&#8217;m not saying that I have never used it, but even when I was younger, there were other words I would prefer to use. My [...]]]></description>
			<content:encoded><![CDATA[<p>A little known fact about me is that unless I am referring to specific albums by Richard Pryor, I don&#8217;t use a particular word that starts with the letter N. I&#8217;m not saying that I have never used it, but even when I was younger, there were other words I would prefer to use. </p>
<p>My friends and I were more likely to call each other &#8220;motherfucker&#8221; than the other word. However, we mostly called each other &#8220;man&#8221;, if we weren&#8217;t using our names. To this day, I will use the word &#8220;man&#8221; more times in one conversation than I have used the other word in the past decade. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/08/a-little-known-fact-about-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix Raises Prices</title>
		<link>http://www.kafraco.com/blog/2011/07/netflix-raises-prices/</link>
		<comments>http://www.kafraco.com/blog/2011/07/netflix-raises-prices/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 18:51:15 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/07/netflix-raises-prices/</guid>
		<description><![CDATA[I just received an email from Netflix that says they are changing my current plan ($9.99 for 1 DVD out at a time plus unlimited streaming) by splitting it into two plans ($7.99 for unlimited streaming only and $7.99 for 1 DVD out at a time only). I can get either of the new plans [...]]]></description>
			<content:encoded><![CDATA[<p>I just received an email from <a href="http://www.netflix.com">Netflix</a> that says they are changing my current plan ($9.99 for 1 DVD out at a time plus unlimited streaming) by splitting it into two plans ($7.99 for unlimited streaming only and $7.99 for 1 DVD out at a time only). I can get either of the new plans or both plans for the new price of $15.98. </p>
<p>So basically I have to choose between a service that is too slow (DVD only) or a service without a lot of selection (streaming only). Horrible choices, especially for a company that next year will probably <a href="http://money.cnn.com/2011/07/08/technology/netflix_starz_contract/index.htm">be raising their prices considerably as well as losing a lot of their current selection</a>. </p>
<p>There is a lot of talk about what it will take for Netflix to no longer be the 800 pound gorilla of the streaming industry. I think this may be the first step. <a href="http://www.youtube.com/movies">Google</a> and <a href="http://www.amazon.com/Instant-Video/b?ie=UTF8&amp;node=2858778011">Amazon</a> are starting to get serious about competing in this space. <a href="http://www.hulu.com">Hulu</a> is up for sale and whoever buys them immediately becomes a player. The studios are starting to realize the amount of money that can be made. <a href="http://www.tnt.tv/">TV networks</a> are offering more shows on their sites. Cable companies are starting to offer streaming. This is a very volatile time and I’m not sure if Netflix is making themselves stronger to withstand everything that is coming or if they have put the first nail in their coffin themselves.</p>
<p>As for me, I have a decision to make.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/07/netflix-raises-prices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to NOT Make a New Contact</title>
		<link>http://www.kafraco.com/blog/2011/07/how-to-not-make-a-new-contact/</link>
		<comments>http://www.kafraco.com/blog/2011/07/how-to-not-make-a-new-contact/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 14:32:31 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/07/how-to-not-make-a-new-contact/</guid>
		<description><![CDATA[Hey “world’s fastest-growing business network” that I had never heard of before! If you are going to send some email to someone who you want to join into your network, I have two pieces of advice for you: Don’t send it to an account that doesn’t exist, so that the only way a person can [...]]]></description>
			<content:encoded><![CDATA[<p>Hey “world’s fastest-growing business network” that I had never heard of before! If you are going to send some email to someone who you want to join into your network, I have two pieces of advice for you: </p>
<ol>
<li>Don’t send it to an account that doesn’t exist, so that the only way a person can see it is if they have a catch-all account set up for people who get names wrong all the time, and </li>
<li>Make sure you get the company name right. It is Comic Book Noise, not NOISE COMIC BOOK WEBZINE. That’s just embarrassing for all involved. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/07/how-to-not-make-a-new-contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Music Finished</title>
		<link>http://www.kafraco.com/blog/2011/06/google-music-finished/</link>
		<comments>http://www.kafraco.com/blog/2011/06/google-music-finished/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 15:16:40 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[beta software]]></category>
		<category><![CDATA[google music]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/06/google-music-finished/</guid>
		<description><![CDATA[After about a week and a half (maybe even two weeks, I’m not really sure), Google Music has finally finished importing my iTunes collection.&#160; According to Music Manager, 5,649 songs were added and 25,540 songs were skipped. According to the Music Player on the website, 8647 songs were added. I wish I could have had [...]]]></description>
			<content:encoded><![CDATA[<p>After about a week and a half (maybe even two weeks, I’m not really sure), Google Music has finally finished importing my iTunes collection.&#160; According to Music Manager, 5,649 songs were added and 25,540 songs were skipped. According to the Music Player on the website, 8647 songs were added.</p>
<p>I wish I could have had the option to not import my podcasts, but I’m not sure if that was even possible. Google also gave about 200 ‘free’ songs, but I am almost positive those can’t be downloaded.</p>
<p>I’m not sure why the skipped songs weren’t imported because I don’t have any OGG, FLAC or APE songs in my iTunes database (and a part of me could understand why those weren’t brought in) but a couple of WAV files were brought in. It sort of pissed me off because I spent years converting my CD and LP collection to MP3s only to have them not accepted by Google Music.</p>
<p>Oh well, it is a sixth option behind listening to music on my Android, my iPod touch, my iPod Nano, Pandora and YouTube.</p>
<p>Are you using Google Music? And if so, what do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/06/google-music-finished/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WTF Video</title>
		<link>http://www.kafraco.com/blog/2011/06/wtf-video/</link>
		<comments>http://www.kafraco.com/blog/2011/06/wtf-video/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 00:27:20 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/?p=406</guid>
		<description><![CDATA[Have you ever seen something that made you go &#8220;WTF?&#8221; I had that exact feeling when I saw this video of a political ad from California: This thing is so over the top offensive that I find it difficult to believe that it is serious.]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen something that made you go &#8220;WTF?&#8221; I had that exact feeling when I saw this video of a political ad from California:<br />
<object width="560" height="349"><param name="movie" value="http://www.youtube.com/v/EZ3B8WvVjL4?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EZ3B8WvVjL4?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This thing is so over the top offensive that I find it difficult to believe that it is serious. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/06/wtf-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stephen Won&#8217;t Watch &#8216;Gremlins&#8217;</title>
		<link>http://www.kafraco.com/blog/2011/05/stephen-wont-watch-gremlins/</link>
		<comments>http://www.kafraco.com/blog/2011/05/stephen-wont-watch-gremlins/#comments</comments>
		<pubDate>Sat, 21 May 2011 12:43:55 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[gremlins]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[stephen]]></category>

		<guid isPermaLink="false">http://www.kafraco.com/blog/2011/05/stephen-wont-watch-gremlins/</guid>
		<description><![CDATA[My son Stephen and I were watching TV when a commercial for a showing of the movie Gremlins came on. I was a little excited because I thought he might want to watch a movie that I remember liking when I was younger, but at the same time I thought it might be a little [...]]]></description>
			<content:encoded><![CDATA[<p>My son Stephen and I were watching TV when a commercial for a showing of the movie Gremlins came on. I was a little excited because I thought he might want to watch a movie that I remember liking when I was younger, but at the same time I thought it might be a little too intense for him. He is seven years old, and while he is really advanced for his age, Gremlins isn’t exactly the type of movie you show to a seven year old.</p>
<p>&#160;<a href="http://www.kafraco.com/blog/wp-content/uploads/2011/05/gremlins.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="gremlins" border="0" alt="gremlins" src="http://www.kafraco.com/blog/wp-content/uploads/2011/05/gremlins_thumb.jpg" width="404" height="231" /></a></p>
<p>I was worried for nothing, because when he heard the rules for having a Mogwai, he was uninterested. ‘Don’t get them wet’ and ‘Keep them out of sunlight’ didn’t bother him, but ‘Don’t feed them after midnight’ killed any interest he may have had in the movie. He got this really odd look on his face like he was trying to figure out something that didn’t quite make sense. Finally, he just turned to me and said “Wait a minute, it’s always midnight somewhere, so you’re NEVER supposed to feed them? That’s stupid.”</p>
<p>I didn’t want to admit to him that little bit of logic never occurred to me until they pointed out the same thing in the second movie. I didn’t want him to think his old man was a dopey guy when he was a teenager. I also didn’t want to make up excuses for the creators of the movie.</p>
<p>I just shrugged, said “Good point.” and changed the channel. He went back to doing what he was doing and hasn’t thought about it since.</p>
<p>&#160;</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e9e0daf7-1f98-4c48-a72e-2ae423a3bafb" class="wlWriterEditableSmartContent">
<div><object width="400" height="330"><param name="movie" value="http://www.youtube.com/v/8VA3Kig93ys?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/8VA3Kig93ys?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="400" height="330"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kafraco.com/blog/2011/05/stephen-wont-watch-gremlins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

