<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Robert Pate's Dev Blog</title>
	
	<link>http://www.robertpate.net/blog</link>
	<description>Yet another developer blog. This one by Robert Pate.</description>
	<lastBuildDate>Thu, 05 Apr 2012 08:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/robertpateii" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="robertpateii" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>picking a server-side language</title>
		<link>http://www.robertpate.net/blog/2012/picking-a-server-side-language/</link>
		<comments>http://www.robertpate.net/blog/2012/picking-a-server-side-language/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:36:23 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=283</guid>
		<description><![CDATA[I made my girlfriend a one-page website for Valentine&#8217;s day. It&#8217;s cheesy and I won&#8217;t link to it, but it&#8217;s basically a slideshow of our photos with dates and some commentary. It&#8217;s pure html/css/javascript right now. The next step is adding a way to authenticate users and adding an interface for them to upload images [...]]]></description>
			<content:encoded><![CDATA[<p>I made my girlfriend a one-page website for Valentine&#8217;s day. It&#8217;s cheesy and I won&#8217;t link to it, but it&#8217;s basically a slideshow of our photos with dates and some commentary. It&#8217;s pure html/css/javascript right now. The next step is adding a way to authenticate users and adding an interface for them to upload images and commentary. Which means I now have to decide which server-side language to use. I&#8217;m listing some of my options below to help myself decide.</p>
<ul>
<li>php &#8211; can host on inexpensive web services &#038; my domain is already setup on one. PHP experience never hurts, but it hasn&#8217;t been a focus for me like c# and javascript. However I could make a wordpress plugin out of this and learn a lot more about wordpress in the process.</li>
<li>c# &#8211; can host freely on appharbor.com but a custom domain costs $10 a month. It would be easiest to code in c# since i&#8217;ve done similar things before and my dev environment is already running. Maybe I could just add a cname or rewrite to the appharbor sub domain instead of paying for the custom domain.</li>
<li>python &#8211; can host freely on google app engine, but a custom domain requires setting up google apps account for it. Free, but complicates things. Python is an excellent language and easy to learn, but not ideal for me since I can&#8217;t use it at the office and it&#8217;s not often called for when doing contracts.</li>
<li>node.js &#8211; can host freely on heroku, and custom domains are free too. but runs version 4.7 by default. upping it to 6.2 could be a pain, judging from this post by <a href="http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/">Pat Patterson</a>. I have zero experience with node, but I&#8217;m very interested in it. it will have far fewer libraries for it since it&#8217;s so new, but I may have already found one for <a href="https://github.com/jaredhanson/passport">authentication</a>.</li>
</ul>
<h3>Update (3/6/2012)</h3>
<p>I decided on node and got the current version of the my app migrated into it in about an hour thanks to <a href="http://expressjs.com/">express</a> and <a href="http://jade-lang.com/">jade</a>. Luckily, I just found out that Heroku now supports many versions of node and npm, up to the latest. You just need to <a href="http://devcenter.heroku.com/articles/nodejs-versions">specify the node version</a> you want in package.json. </p>
<p>I tried to get it working initially with <a href="https://github.com/tjanczuk/iisnode">iisnode</a> and <a href="http://www.microsoft.com/web/webmatrix/">WebMatrix</a>. But I wasn&#8217;t able to figure out how to get express working with it. Come to find out, it&#8217;s actually an <a href="https://github.com/tjanczuk/iisnode/issues/50">open bug</a>. iisnode is more than I need anyway for this simple app. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2012/picking-a-server-side-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happens to your old pages when you create a new website?</title>
		<link>http://www.robertpate.net/blog/2012/what-happens-to-your-old-pages/</link>
		<comments>http://www.robertpate.net/blog/2012/what-happens-to-your-old-pages/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 04:40:45 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=256</guid>
		<description><![CDATA[I&#8217;m not here to teach, but I wrote this for a web marketing blog at work that never went live. Didn&#8217;t want it to go to waste. Thinking about a website upgrade? Is it on a new system with all new pages? Is anyone thinking about the links to the old pages? You’ll want to [...]]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;m not here to teach, but I wrote this for a web marketing blog at work that never went live. Didn&#8217;t want it to go to waste.</em></p>
<p>Thinking about a website upgrade? Is it on a new system with all new pages? Is anyone thinking about the links to the old pages? You’ll want to make sure you can identify and redirect the most important ones for the sake of your users and your Google rankings.</p>
<p>There will be various ways to get this list depending on your setup, but one good way is to get a report from your analytics tool (Google Analytics is a popular example). Most tools can provide a list of the most commonly visited URLs over a certain date range. Set that range to a year or so and you’ll have a hefty list of your most important pages. Next you’ll want to use your analytics software’s export feature (most will have this capability) to save the list into a text or excel format. If you don’t see an Excel specific format, look for an export format called Comma Separated Values (CSV)&nbsp; which can be opened by Excel.</p>
<p>While your website may have had many more working links, discovering them and redirecting them to appropriate pages on the new site will offer diminishing returns due to their light use.</p>
<p>Now that you’ve got the list of URLs you want to keep alive, you’ll want to identify the best matches for them on the new site. The matches don’t have to be exact. For instance, we redirected all our old individual calendar events and news items to our new “News and Events” page. That said, avoid redirecting the entire list to the homepage of your new site if you can. This isn’t helpful for users and Google even explicitly recommends against this in the great video on this<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=93633"> page about 301 and 302 redirects</a>. That page even includes some links on how to actually code these changes on your web server.</p>
<p>If you have questions about any of the specifics just post in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2012/what-happens-to-your-old-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>posting a form to two places at once</title>
		<link>http://www.robertpate.net/blog/2011/posting-a-form-to-two-places-at-once/</link>
		<comments>http://www.robertpate.net/blog/2011/posting-a-form-to-two-places-at-once/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 04:00:50 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=242</guid>
		<description><![CDATA[I&#8217;ve spent a lot of time at work lately struggling with how to send a form submission to two different places at once. I started just using the jQuery get method. Why not, right? That&#8217;s all I wanted to do, was make a one way request to a remote server. It worked fine as expected [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a lot of time at work lately struggling with how to send a form submission to two different places at once.</p>
<p>I started just using the <a href="http://api.jquery.com/jQuery.get/">jQuery get method</a>. Why not, right? That&#8217;s all I wanted to do, was make a one way request to a remote server. It worked fine as expected and I moved onto another project.</p>
<p>Unfortunately, I&#8217;m spoiled by jQuery&#8217;s usual similarity across the various browsers, and I didn&#8217;t test for the data going through in any other browsers. It turns out that while Chrome&#8217;s behavior is <a href="http://stackoverflow.com/questions/5938842/cross-domain-ajax-post-in-chrome">according to spec</a>, it&#8217;s still not something the other browsers permit.</p>
<p>After some <a href="http://stackoverflow.com/questions/1681470/access-to-restricted-uri-denied-code-1012-cross-domain-ajax-request">research</a>, I added $.getJSON, which still wouldn&#8217;t work unless you add <a href="http://api.jquery.com/jQuery.getJSON/#jsonp">?callback</a> into the target url.</p>
<p>The wikipedia page for <a href="http://en.wikipedia.org/wiki/JSONP">jsonp</a> explains how it&#8217;s done on the backend best. Basically, it dynamically adds a script tag with &#8220;src=&#8221; set to the remote server and the data you want to send in the query string.</p>
<p>Then we ran into another weird problem. It would work in Firefox while debugging, but not in practice. Which means Firefox was executing the post command in the form before letting the jQuery finish the getJSON command. Since we needed to pop up an alert for the user anyway, I just added that after getJSON and it worked flawlessly. But in other scenarios there&#8217;s still the open question, what&#8217;s the best way to give it enough time to finish?</p>
<p>p.s.<br />
Using JSONP to send and receive any kind of sensitive data is dangerous as any malicious site could make the same request.</p>
<p>p.s.s<br />
I wonder if there isn&#8217;t some simpler way to do this but the alternatives sound just as messy. i.e. dynamically opening an iframe with display set to none.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2011/posting-a-form-to-two-places-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments Were Not Working</title>
		<link>http://www.robertpate.net/blog/2011/comments-were-not-working/</link>
		<comments>http://www.robertpate.net/blog/2011/comments-were-not-working/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 20:41:53 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=209</guid>
		<description><![CDATA[Comments weren&#8217;t working on this blog for some reason. Problem When trying to post you&#8217;d be redirected to the post&#8217;s URL followed by /comment-page/#comment-. But, it should look more like this /comment-page-1/#comment-74. I&#8217;d also get an email about a new comment, but all the normal fields would be blank, i.e. Author, Email, URL, WHOIS, and [...]]]></description>
			<content:encoded><![CDATA[<p>Comments weren&#8217;t working on this blog for some reason.</p>
<h2>Problem</h2>
<p>When trying to post you&#8217;d be redirected to the post&#8217;s URL followed by <strong><span style="text-decoration: underline;">/comment-page/#comment-</span></strong>. But, it should look more like this <span style="text-decoration: underline;"><strong>/comment-page-1/#comment-74</strong></span>. I&#8217;d also get an email about a new comment, but all the normal fields would be blank, i.e. Author, Email, URL, WHOIS, and Comment.</p>
<h2>Testing:</h2>
<p>Googling the problem I found this issue is usually caused by bad permalink structures. So I made sure the htaccess file is writable and only contains the automatically generated wordpress lines. I even temporarily removed my root folder htaccess file for a minute but that didn&#8217;t fix the comments (though it did have all the folders display indexes, 1990s style.)</p>
<p>Since I do use a custom link structure (/%year%/%postname%/) I turned it off and still had the same problem. With it off I got this URL:<br />
<span style="text-decoration: underline;"><strong>http://www.robertpate.net/blog/?p=200#comment-</strong></span></p>
<p>And that URL did not 404! But there was still no new comment. Looking at it I realized that the comment should have an ID on the end, but didn&#8217;t. So it wasn&#8217;t a permalinks problem, it was a &#8220;comments aren&#8217;t getting saved to the database&#8221; problem.</p>
<p>I updated all the wordpress files and switched to the new theme, just in case. But since that didn&#8217;t solve anything I logged into cPanel and was able to run a check and repair on the database. It threw some nasty errors, and then the repair fixed them all in the span of about 60 seconds.</p>
<p>Today I Learned: 1. Databases can trip and hurt themselves. 2. Timeout errors while uploading via FTP may be due to being on a virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2011/comments-were-not-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SEO Testing Update</title>
		<link>http://www.robertpate.net/blog/2011/seo-testing-update/</link>
		<comments>http://www.robertpate.net/blog/2011/seo-testing-update/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 22:21:13 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=200</guid>
		<description><![CDATA[Still ranked 6. Google has picked up my new blog title and my previous post. The current list looks like this: RP&#8217;s (robert pate&#8217;s) on the White Pages, an RP on linkedIn, an RP on Facebook, the RP wikipedia entry, the RP Cal State page (cstv), and then me. If you&#8217;re testing your own stuff [...]]]></description>
			<content:encoded><![CDATA[<p>Still ranked 6. Google has picked up my new blog title and my previous post. The current list looks like this: RP&#8217;s (robert pate&#8217;s) on the White Pages, an RP on linkedIn, an RP on Facebook, the RP wikipedia entry, the RP Cal State page (cstv), and then me. If you&#8217;re testing your own stuff don&#8217;t forget to clear your cookies or just open a private browser session. Google will customize your results otherwise. </p>
<p>Next question: Should I 301 or 302 from robertpate.net to robertpate.net/blog? hanselman.com uses a 301, but I haven&#8217;t run across a lot of other blogs doing the same. Currently I&#8217;m using a 302.</p>
<p>I think I&#8217;ll test that next. While I worry that doing a 301 redirect may make my root domain less potent if I ever added content there, I will do it anyway, for science!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2011/seo-testing-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of Free Software Licenses to Creative Commons</title>
		<link>http://www.robertpate.net/blog/2011/comparison-of-free-software-licenses-to-creative-commons/</link>
		<comments>http://www.robertpate.net/blog/2011/comparison-of-free-software-licenses-to-creative-commons/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 20:51:28 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=177</guid>
		<description><![CDATA[Back when I was dabbling in writing, I familiarized myself with the various Creative Commons Licenses. Now as a programmer I&#8217;m familiarizing myself with the various Free Software Licenses. Unfortunately, the official list is worthless to someone who doesn&#8217;t already understand the differences between the basic types. In googling the issue, I found a few [...]]]></description>
			<content:encoded><![CDATA[<p>Back when I was dabbling in writing, I familiarized myself with the various <a href="http://creativecommons.org/licenses/">Creative Commons Licenses</a>. Now as a programmer I&#8217;m familiarizing myself with the various <a href="http://www.gnu.org/licenses/license-list.html">Free Software Licenses</a>.</p>
<p>Unfortunately, the official list is worthless to someone who doesn&#8217;t already understand the differences between the basic types. In googling the issue, I found a few helpful resources: a &#8220;<a href="http://pgl.yoyo.org/lqr/">quick ref license chooser</a>&#8221; which is a great idea but didn&#8217;t help this noob a whole lot, and this video from redhat entitled &#8220;<a href="http://www.redhat.com/magazine/006apr05/features/licenses/">Open source software licenses explained</a>.&#8221; The video was the biggest help and is worth the 6 minutes it takes to watch.</p>
<p>But what I really wanted was something as simple as creative commons. But I couldn&#8217;t find one so I drew up this comparison. The licenses are obviously *not* the same. Nor are they compatible in many cases. <strong>This is only a loose comparison.</strong> But I&#8217;m hoping that this should still increase understanding for those coming from FSF to CC or vica versa.</p>
<ol>
<li><a href="http://creativecommons.org/licenses/by/3.0/">Attribution-Only</a> &#8211; &#8220;permissive / non-protective&#8221; licenses, i.e. FreeBSD</li>
<li> <a href="http://creativecommons.org/licenses/by-sa/3.0">Attribution-ShareAlike</a> &#8211; &#8220;copyleft / protective&#8221; licenses, i.e. GPL</li>
<li><a href="http://creativecommons.org/licenses/by-nd/3.0">Attribution-NoDerivs</a> &#8211; Here you would keep the source proprietary, but distribute the installer as freeware.</li>
</ol>
<p>Each of these CC licenses also has a NonCommerical variant that prevents commercial use, but I couldn&#8217;t find a parallel to it in free software licenses. Why that is could probably be a whole separate blog post.</p>
<p>For further reading, check out this David Wheeler post on <a href="http://www.dwheeler.com/essays/gpl-compatible.html">why you should use GPL for your software</a>, the <a href="http://en.wikipedia.org/wiki/BSD_licenses">BSD licenses Wikipedia entry</a>, the GNU instructions on <a href="http://www.gnu.org/licenses/gpl.html#howto">how to include GPL in your project</a>, and CC faq entry for why you can&#8217;t use a <a href="http://wiki.creativecommons.org/Frequently_Asked_Questions#Can_I_use_a_Creative_Commons_license_for_software.">creative commons license on software</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2011/comparison-of-free-software-licenses-to-creative-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO for This Blog and Domain</title>
		<link>http://www.robertpate.net/blog/2011/seo-for-this-blog-and-domain/</link>
		<comments>http://www.robertpate.net/blog/2011/seo-for-this-blog-and-domain/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 00:03:12 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://www.robertpate.net/blog/?p=171</guid>
		<description><![CDATA[I&#8217;ve moved my blog around a lot over the years. I did this again recently because I realized I was getting 9th place in search results for my name. As a web admin I should be ranking higher simply because I know how to setup a site for good SEO. So I decided to fix [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve moved my blog around a lot over the years. I did this again recently because I realized I was getting 9th place in search results for my name. As a web admin I should be ranking higher simply because I know how to setup a site for good SEO.</p>
<p>So I decided to fix my site up and at the same time test a lot of the best practices.</p>
<p>Since i&#8217;m targeting Robert Pate as keywords, i changed the title of my blog from robertpateii to Robert Pate II. I&#8217;m not sure how google treats spaces, but I figured an exact match would be better than a psuedo match. I moved back to robertpate.net instead of robertpateii.com for the same reason.</p>
<p>Also .net made more sense to me, subjectively. I&#8217;m not a commercial enterprise. I&#8217;m not a networking company either, but at least it&#8217;s the right industry for me.</p>
<p>I also made sure I was redirecting everything to www so that there isn&#8217;t any duplicate content. Redirected all the old urls from when the blog was on robertpateii.com, and finally updated wordpress manually. </p>
<p>Oh and I posted this so that there&#8217;s some fresh content. In a week or two i&#8217;ll update this with my new google rank.</p>
<p><strong>June 11th, 2011 Update:</strong><br />
6 days later and i&#8217;m now ranked 6 for Robert Pate, but google hasn&#8217;t picked up my new blog title yet. The ones in front of me are whitepages, linkedin, wikipedia, cstv.com, and justia.com. That&#8217;s not bad for having little content and no one linking to this site. There are 2 obvious next steps: go through all my online spaces and link to my own domain and adding useful content.</p>
<p><strong>July 8th, 2011 Update:</strong><br />
See the <a href="2011/seo-testing-update/">SEO Update Post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2011/seo-for-this-blog-and-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Dolly Plugin with Dance Commander Lyrics</title>
		<link>http://www.robertpate.net/blog/2010/hello-dolly-plugin-with-dance-commander-lyrics/</link>
		<comments>http://www.robertpate.net/blog/2010/hello-dolly-plugin-with-dance-commander-lyrics/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 18:19:23 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://robertpateii.com/wordpress/?p=122</guid>
		<description><![CDATA[Do you use wordpress too? Are you more interested in awesome than in hope?

Then take my <a href="http://robertpateii.com/wordpress/wp-content/media/dance-commander-plugin.zip">Dance Commander Plugin,</a> which replaces the “Hello, Dolly” lyrics with all the lyrics from "<a href="http://www.youtube.com/watch?v=vboGDSUGCyY">Dance Commander</a>" by <a href="http://www.electricsix.com/">Electric Six</a>.]]></description>
			<content:encoded><![CDATA[<p>Do you use wordpress too? Are you more interested in awesome than in hope?</p>
<p>Then take my <a href="http://robertpateii.com/wordpress/wp-content/media/dance-commander-plugin.zip">Dance Commander Plugin,</a> which replaces the “<a href="http://wordpress.org/extend/plugins/hello-dolly/">Hello, Dolly</a>” lyrics with all the lyrics from &#8220;<a href="http://www.youtube.com/watch?v=vboGDSUGCyY">Dance Commander</a>&#8221; by <a href="http://www.electricsix.com/">Electric Six</a>.</p>
<p>This is not just a plugin, it symbolizes the awesomeness and enthusiasm of an entire generation summed up in six words sung most famously by Dick Valentine: You Must Obey the Dance Commander. When activated you will randomly see a lyric from “Dance Commander” in the upper middle of your admin screen on every page. It can be active at the same time as the original Hello Dolly plugin.</p>
<p>Update on January 14th, 2011: I&#8217;ve uploaded a new copy of this plugin that changes the styling back to the original settings. This means you cannot have both on at the same time, but I think it looks better. Here: <a href="http://robertpateii.com/wordpress/wp-content/media/dance.zip" rel="nofollow">Dance Commander Plugin &#8211; Original Styling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2010/hello-dolly-plugin-with-dance-commander-lyrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Warner, Google TV, and the Internets</title>
		<link>http://www.robertpate.net/blog/2010/time-warner-google-tv-and-the-internets/</link>
		<comments>http://www.robertpate.net/blog/2010/time-warner-google-tv-and-the-internets/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 20:02:23 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://robertpateii.com/wordpress/?p=78</guid>
		<description><![CDATA[<p>You probably didn't see or don't even remember <a href="http://rolloverorgettough.com/">the little tiff</a> in august that Time Warner had with ESPN/ABC and Disney.</p> Or the one in december 2009 with <a href="http://www.dotweekly.com/fox-and-time-warner-fight-it-out-with-domains">FOX</a>.

<p>That's nice that they kissed and made up, but it's probably for the last time. The whole model should be, will be, shifting as the internet gets faster and the cable networks wise up.</p>]]></description>
			<content:encoded><![CDATA[<p>You probably didn&#8217;t see or don&#8217;t even remember <a href="http://rolloverorgettough.com/">the little tiff</a> in august that Time Warner had with ESPN/ABC and Disney.</p>
<p> Or the one in december 2009 with <a href="http://www.dotweekly.com/fox-and-time-warner-fight-it-out-with-domains">FOX</a>.</p>
<p>That&#8217;s nice that they kissed and made up, but it&#8217;s probably for the last time. The whole model should be, will be, shifting as the internet gets faster and the cable networks wise up.</p>
<p>TWC is just a middle man when it comes to television content. And in this age of internets, middle men are going out the window. Consumers and producers both benefit from direct exchanges, but these direct exchanges are traditionally inconvenient to arrange for both sides. Thus the need for dedicated middle men. The internet opens up distribution by making these exchanges easy to find and execute.</p>
<p>Time Warner, <a href="http://www.google.com/tv/">Google TV</a> should scare you. Because now online options like <a href="http://www.amazon.com/Video-On-Demand/b/ref=sv_d_7?node=16261631">Amazon Video on Demand</a>, <a href="http://blogs.wsj.com/digits/2010/08/31/apple-set-to-announce-99-cent-fox-abc-rentals/?mod=e2tw">iTunes show rentals</a>, streaming netfilx, and hulu.com will all suddenly be available on your TV.</p>
<p>TWC should get ahead of the curve and focus on making their internet faster and cheaper. Let the companies that actually produce the content sell it directly over the internet to the consumer. They&#8217;ll have to do this in order to get ahead of google, verizon, and ATT fiber networks and even the growing 4G services (i.e. Clear, Sprint, and now <a href="http://www.dailytech.com/TMobiles+4G+Claims+Infuriate+ATT/article18508.htm">T-Mobile kind of</a> ). Otherwise in 10 years Time Warner will find itself with a shrinking percentage of the ISP market and a dying cable television model.</p>
<p>Unless . . . the internet doesn&#8217;t get faster. If you dig into the ESPN/Disney agreement, they say &#8220;Subscribers will also have unprecedented digital access to online content and expanded Video On Demand services.&#8221; But that digital access is now being &#8220;authenticated.&#8221;<sup>[1]</sup> It appears free, but you&#8217;re really paying it with your cable fees. And if net neutrality gets destroyed, these authenticated services will run fast while all the other competing online options will run slow. That&#8217;s why the cable companies, the middle men, are so hot for bringing down net neutrality.</p>
<p>I&#8217;m hoping Google TV works with all of these services &#8211; both free and authenticated. I&#8217;m sure Apple won&#8217;t play nice since they&#8217;re working on a competing product, but that&#8217;s Apple for you. As long as we get a market place for video that&#8217;s open and competitive with multiple providers, the consumers win.</p>
<hr />
<p>
<a href="http://www.timewarnercable.com/nynj/about/inthenewsdetails.ashx?PRID=3004&#038;MarketID=50">1.</a> Access to a new authenticated service, which will give Time Warner Cable and Bright House Networks subscribers the opportunity to watch the linear networks ESPN, ESPN2 and ESPNU through their broadband services as well as mobile Internet devices, like an iPad.  Details on the launch will be forthcoming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2010/time-warner-google-tv-and-the-internets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multilingual Dialogue on the Web</title>
		<link>http://www.robertpate.net/blog/2010/multilingual-dialogue-on-the-web/</link>
		<comments>http://www.robertpate.net/blog/2010/multilingual-dialogue-on-the-web/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 06:17:14 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://robertpateii.com/wordpress/?p=79</guid>
		<description><![CDATA[There are some neat things being done these days to facilitate multilingual dialogue, such as Ted Talks allowing open translation of their talks and Meedan enabling multi-lingual dialogue.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a user forum for my company. The solution we&#8217;re using has built in translations of the interface, but the translation of the user-generated content is necessarily a completely separate project.</p>
<p>I haven&#8217;t seen many other sites translate it either. Judging from the forums I&#8217;ve used, it&#8217;s because this tech is beyond the current scope of most forums&#8217; capabilities. But happily there are a few neat things being done these days, such as <a href="http://www.wired.com/epicenter/2009/05/ted-crowdsources-translation-of-its-talks/">Ted Talks</a> allowing open translation of their talks and <a href="http://www.wired.com/epicenter/2010/02/arabic-english-diplomacy/">Meedan</a> enabling multi-lingual dialogue.</p>
<p>The Meedan article is especially interesting. They use automatic machine translation on every comment, and allow open editing by translators. It&#8217;s my hope that this kind of crowd sourcing and  <a href="http://translate.google.com/">good machine translation</a> can out-pace the <a href="http://news.bbc.co.uk/2/hi/technology/8333194.stm">compartmentalization of the internet</a> caused by language barriers.</p>
<p>Such implementations are not free or easy to implement, even if you&#8217;re leveraging the crowd. But English is not going to remain <a href="http://www.google.com/publicdata?ds=wb-wdi&amp;met=it_net_user&amp;idim=country:CHN&amp;dl=en&amp;hl=en&amp;q=chinese+internet+users#met=it_net_user&amp;idim=country:CHN:USA:GBR">the common language of the internet</a> forever. Does the possibility of three or four different internets worry you? Have you seen other websites out there handling this well? I bet that someone, somewhere, is hard at work on an open-source project to solve this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2010/multilingual-dialogue-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Androids Dream of Electric Sheep</title>
		<link>http://www.robertpate.net/blog/2010/do-androids-dream-of-electric-sheep/</link>
		<comments>http://www.robertpate.net/blog/2010/do-androids-dream-of-electric-sheep/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 01:30:17 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[short order reviews]]></category>

		<guid isPermaLink="false">http://robertpateii.com/wordpress/?p=71</guid>
		<description><![CDATA[Enjoyed the movie but loved the book.  It carries a lot more depth, asks a lot more moral questions of the reader, and develops the plot in a completely different manner and direction. While I don&#8217;t think Deckard&#8217;s version of the earth will ever come to pass,  it&#8217;s still a relevant book for all the questions [...]]]></description>
			<content:encoded><![CDATA[<p>Enjoyed the movie but loved the book.  It carries a lot more depth, asks a lot more moral questions of the reader, and develops the plot in a completely different manner and direction.</p>
<p>While I don&#8217;t think Deckard&#8217;s version of the earth will ever come to pass,  it&#8217;s still a relevant book for all the questions it asks the reader about what defines a person/soul.</p>
<p>It&#8217;s also funny to see science fiction age, i.e. Deckard reading smudged carbon copies in a hover car, and using a pay video phone because no one has mobile phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2010/do-androids-dream-of-electric-sheep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use QR codes to link RL to DBs via the WWW</title>
		<link>http://www.robertpate.net/blog/2010/use-qr-codes-to-link-rl-to-dbs-via-the-www/</link>
		<comments>http://www.robertpate.net/blog/2010/use-qr-codes-to-link-rl-to-dbs-via-the-www/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:33:42 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[software and tech]]></category>

		<guid isPermaLink="false">http://robertpateii.com/wordpress/?p=68</guid>
		<description><![CDATA[here&#8217;s a quick idea. First, QR codes are similar to barcodes but are square, hold more information, and are easily scanned with a digital camera lens like the one in your phone. No cumbersome laser scanner needed. Just download the QR Scanner application that&#8217;s commonplace on Japanese phones and catching on here in the states. [...]]]></description>
			<content:encoded><![CDATA[<p>here&#8217;s a quick idea. First, QR codes are similar to barcodes but are square, hold more information, and are easily scanned with a digital camera lens like the one in your phone.  No cumbersome laser scanner needed. </p>
<p>Just download the QR Scanner application that&#8217;s commonplace on Japanese phones and catching on here in the states. </p>
<p>is capable of reading a QR i.e. three stickers on a rental movie box.  One for good. One for bad. One for ok. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2010/use-qr-codes-to-link-rl-to-dbs-via-the-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html formatting</title>
		<link>http://www.robertpate.net/blog/2007/html-formatting/</link>
		<comments>http://www.robertpate.net/blog/2007/html-formatting/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:39:59 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[old itzbig posts]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[crossposting]]></category>

		<guid isPermaLink="false">http://operator2.wordpress.com/2007/11/21/html-formatting/</guid>
		<description><![CDATA[Internet-wise, crossposting first meant posting  the same message across many different usenet groups. For us and all the others in the online job searching industry, cross-posting means posting one job on another job board. This can happen time and time again so that by the time a candidate sees a job, he&#8217;s got to jump [...]]]></description>
			<content:encoded><![CDATA[<p>Internet-wise, crossposting first meant posting  the same message across many different usenet groups. For us and all the others in the online job searching industry, cross-posting means posting one job on another job board. This can happen time and time again so that by the time a candidate sees a job, he&#8217;s got to jump through a bunch of different boards (somtimes registering) to get back to the original that will actually let him apply.</p>
<p>We&#8217;re one of those original sites. Recruiters are pesonally logged into our network looking at our candidates&#8217; profiles. But we&#8217;re also new to the scene, so in order to get our jobs out there we have to do a lot of crossposting. And it&#8217;s not free, of course. Crossposting is how a large subset of the  industry makes its money. There&#8217;s even a handy dandy site out there that will manage a lot of your crossposting for you as a one stop shop.</p>
<p>What&#8217;s neat about most sites (including the one stop shop) is they all take alot of basic html tags like lists, bold, line breaks, and paragraphs. We, however, don&#8217;t support html formatting within our system (yet anyway. there are some security issues, but I think eventually we can work around them.) So in order to crosspost our 60 or so jobs a week, we have to go in first and mark them up with html.</p>
<p>Now I fancy myself as an HTML/CSS hobbyist,  but I think one of the little tasks I do that drives me the craziest is formatting html en masse for all the jobs we&#8217;re crossposting.  I&#8217;ll do a bold tag here, an unordered list tag here, a bunch of lists tags to replace bullets there, and then I&#8217;ll do it another seventy-nine times.</p>
<p>Fortuntely, though, there&#8217;s a free tool perfect for this job called <a href="http://www.chami.com/html-kit/">HTML Kit</a>. While it has a bunch of features that are way beyond my skill level, it also includes the capability to bind a combination of keys to insert text, specifically tags. So I can simply highlight that list and hit F7 and it&#8217;s wraped with unordered list tags. Very handy.</p>
<p>Well, it&#8217;s 4:37pm on thanksgiving eve. I&#8217;m going to wrap up and get out of here, as soon as I figure out who&#8217;s going to check up on the india team while i&#8217;m gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2007/html-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling Up at ItzBig</title>
		<link>http://www.robertpate.net/blog/2007/the-history-of/</link>
		<comments>http://www.robertpate.net/blog/2007/the-history-of/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 19:52:29 +0000</pubDate>
		<dc:creator>Robert Pate II</dc:creator>
				<category><![CDATA[old itzbig posts]]></category>
		<category><![CDATA[boss]]></category>
		<category><![CDATA[itzbig]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://operator2.wordpress.com/2007/10/17/the-history-of/</guid>
		<description><![CDATA[My career at itzbig started on 8-15-07. Actually, it started about three or four weeks prior. I&#8217;ll just say that in the job search, no means no, but silence means maybe! This is especially true in small to medium size companies. My initial impression was one of awe. I was really going to work for [...]]]></description>
			<content:encoded><![CDATA[<p>My career at itzbig started on 8-15-07.</p>
<p>Actually, it started about three or four weeks prior. I&#8217;ll just say that in the job search, no means no, but silence means maybe! This is especially true in small to medium size companies.</p>
<p>My initial impression was one of awe. I was really going to work for a true blue startup company. Throughout college I&#8217;d always lived in a quiet horror of going into the machine of a big multinational corporation. I knew it could happen because I wouldn&#8217;t say no to one. I like to give everyone a chance, and I knew my dislike of them was a little irrational. (Just a little. I&#8217;m sure at some point I&#8217;ll start a rant on how giant corporations break the free economy, and thus freedom.)</p>
<p>But I had lucked out! By the grace of God, and the McCombs Business School Alumni Job Board, I&#8217;d found my way into my own little start up company. Just in time, too. Things started gearing up even faster after I arrived.</p>
<p>Not quite right after I arrived, though. There was definitely a calm before the storm. I was staying busy learning all the tasks that my predecessor had been taking care of, and adding about fifteen or twenty jobs a week into the system.</p>
<p>Then after about a month, on a Thursday, my boss tells me he&#8217;s got about 300 jobs queued up in his inbox. I guess the sales guys started trying or something, but my jaw dropped. I&#8217;m pretty sure he cackled.</p>
<p>Maybe he didn&#8217;t, but regardless, by Tuesday we had three temps from one of the local temp services that use our network.</p>
<p>It was kind of rocky there at first. They sent us some people interested exclusively in data entry, when the job actually requires about 80% data analysis and the rest as data entry. So after a few days, getting caught up on the entry, we basically had 2 people who could only do the five minute job data entry job waiting on 2 people to do the thirty minute data analysis job. And that 2nd person was me, who often gets called away from analysis for tech support or other details.</p>
<p>But one of the data entry only people was called away to her true passion, flower arranging. And they replaced her with another data entry only person. I kept her busy with data entry for most of the week, but the last few days I had her try the analysis. She kept getting real frustrated with it and didn&#8217;t seem to enjoy it at all. She didn&#8217;t come back on Monday, though I think that might have been of her own will.</p>
<p>Next we got Theresa, who immediately took to the data Analysis along with Martina, who&#8217;d been doing it since the third day. With them focusing on data analysis and Anna dedicated to data entry, we finally got production running steady. I still jump in to pick up any slack, but mostly now my time with production is spent breezing over the job files sent to me by Gino for jobs we don&#8217;t support and for nasty surprises.</p>
<p>Tech support also keeps me busy, since I&#8217;m the single tier 1 support operator. It comes somewhat naturally, though, since I&#8217;ve always made myself available as a helper for the online games I&#8217;ve played in the past.</p>
<p>Gino: Gino&#8217;s been a great recent addition to our team. He took over for my boss the task of managing the incoming jobs from success managers and passing them off to me. He&#8217;s the contact point for all the sales team and success managers, so I can focus on working with the temps to get everything into the system. Since my boss was doing it before him, it frees up a big chunk of his time which lately he seems to be spending on developing automated accurate reporting tools between our SQL server and Excel.</p>
<p>And most recently (today) we hired an intern on from UT. Today&#8217;s her first day, so I gave her my &#8220;Production Walkthrough&#8221; and let her rip. We&#8217;ll see how it stands up to real use by someone new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertpate.net/blog/2007/the-history-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

