<?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>Squirrel Hacker &#187; COBOL</title>
	<atom:link href="http://blog.seanja.com/category/programming/cobol/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanja.com</link>
	<description>I have come forward in time from the year 1986 to share this with you</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:38:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why implement PHP in Java?</title>
		<link>http://blog.seanja.com/2008/08/why-implement-php-in-java/</link>
		<comments>http://blog.seanja.com/2008/08/why-implement-php-in-java/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:27:36 +0000</pubDate>
		<dc:creator>SeanJA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[COBOL]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Computing platforms]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[Curly bracket programming languages]]></category>
		<category><![CDATA[Java platform]]></category>
		<category><![CDATA[Java Virtual Machine]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Scripting languages]]></category>

		<guid isPermaLink="false">http://blog.seanja.com/?p=149</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.seanja.com/2008/08/why-implement-php-in-java/' addthis:title='Why implement PHP in Java? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>First of all, why not? Everything else can run on the jvm (yes&#8230; even c#), so why not php? Well&#8230; I certainly don&#8217;t see why not&#8230; Java is a fairly robust language with a pile of different libraries and (as you saw if you clicked on any of those links) languages that can run on [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.seanja.com/2008/08/why-implement-php-in-java/' addthis:title='Why implement PHP in Java? ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>
Related posts:<ol>
<li><a href='http://blog.seanja.com/2011/03/setting-up-php-5-x-on-webfaction/' rel='bookmark' title='Setting up PHP 5.x on webfaction'>Setting up PHP 5.x on webfaction</a></li>
<li><a href='http://blog.seanja.com/2010/03/re-top-10-php-techniques-that-will-save-you-time-and-effort/' rel='bookmark' title='RE: Top 10 PHP Techniques That Will Save You Time and Effort'>RE: Top 10 PHP Techniques That Will Save You Time and Effort</a></li>
<li><a href='http://blog.seanja.com/2008/04/testing-the-c-waters/' rel='bookmark' title='Testing the C# waters'>Testing the C# waters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.seanja.com/2008/08/why-implement-php-in-java/' addthis:title='Why implement PHP in Java? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>First of all, why not? <a href="http://jruby.codehaus.org/">Everything</a> <a href="http://www.jython.org/Project/">else</a> <a href="http://research.sun.com/projects/JSqueak/">can</a> run on the jvm (yes&#8230; even <a href="http://dev.mainsoft.com/Default.aspx?tabid=130">c#</a>), so why not <a href="http://www.caucho.com/resin-3.0/quercus/index.xtp">php</a>? Well&#8230; I certainly don&#8217;t see why not&#8230; Java is a fairly robust language with a pile of different libraries and (as you saw if you clicked on any of those links) languages that can run on it. It is ideal!</p>
<p>Don&#8217;t like php&#8217;s random function? Why not use Java&#8217;s? Not your cup of tea? Use ruby&#8217;s instead, or python&#8217;s, or  write one in <a href="http://www.veryant.com/products/" target="_blank">COBOL</a> if you are really brave.</p>
<p>It also means that you can implement the functionality in Java, the database transactions in Ruby, then write all of the presentation in PHP, no clearer MVC separation than that eh? Admitedly it might get a bit confusing and I may be over exaggerating about the possibility of these implementation&#8217;s cross communication abilities&#8230; but it would be great if you could (I might test it later&#8230;).</p>
<p><a href="http://www.caucho.com/resin-3.0/quercus/index.xtp" target="_blank">http://www.caucho.com/resin-3.0/quercus/index.xtp</a></p>
<p>Go check it out!</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.seanja.com/2008/08/why-implement-php-in-java/' addthis:title='Why implement PHP in Java? ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol>
<li><a href='http://blog.seanja.com/2011/03/setting-up-php-5-x-on-webfaction/' rel='bookmark' title='Setting up PHP 5.x on webfaction'>Setting up PHP 5.x on webfaction</a></li>
<li><a href='http://blog.seanja.com/2010/03/re-top-10-php-techniques-that-will-save-you-time-and-effort/' rel='bookmark' title='RE: Top 10 PHP Techniques That Will Save You Time and Effort'>RE: Top 10 PHP Techniques That Will Save You Time and Effort</a></li>
<li><a href='http://blog.seanja.com/2008/04/testing-the-c-waters/' rel='bookmark' title='Testing the C# waters'>Testing the C# waters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.seanja.com/2008/08/why-implement-php-in-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A use for IE 7</title>
		<link>http://blog.seanja.com/2007/01/a-use-for-ie-7/</link>
		<comments>http://blog.seanja.com/2007/01/a-use-for-ie-7/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 20:27:31 +0000</pubDate>
		<dc:creator>SeanJA</dc:creator>
				<category><![CDATA[COBOL]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Flash Video]]></category>
		<category><![CDATA[FTP clients]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[RSS aggregators]]></category>
		<category><![CDATA[Sennheiser IE 7 Headphone/Headset]]></category>
		<category><![CDATA[Shhh]]></category>

		<guid isPermaLink="false">http://blog.seanja.com/2007/01/18/queen-the-platinum-collection-greatest-hits-i-track-14/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.seanja.com/2007/01/a-use-for-ie-7/' addthis:title='A use for IE 7 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>So, I have finally found a use for Internet Explorer. I figured out that the default full screen view gets rid of almost all of the border that makes up the window that you are browsing in. So, I figured that it would be a good idea to try and watch FLV videos (you know, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.seanja.com/2007/01/a-use-for-ie-7/' addthis:title='A use for IE 7 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>
Related posts:<ol>
<li><a href='http://blog.seanja.com/2011/03/instead-of-just-killing-off-ie6/' rel='bookmark' title='Instead of just Killing off IE6&#8230;'>Instead of just Killing off IE6&#8230;</a></li>
<li><a href='http://blog.seanja.com/2011/10/css-arrows/' rel='bookmark' title='CSS Arrows'>CSS Arrows</a></li>
<li><a href='http://blog.seanja.com/2011/11/so-many-shades-of-black-and-white-and-red/' rel='bookmark' title='So many shades of black&#8230; and white&#8230; and red&#8230;'>So many shades of black&#8230; and white&#8230; and red&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.seanja.com/2007/01/a-use-for-ie-7/' addthis:title='A use for IE 7 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>So, I have finally found a use for Internet Explorer. I figured out that the default full screen view gets rid of almost all of the border that makes up the window that you are browsing in. So, I figured that it would be a good idea to try and watch FLV videos (you know, the illegal indexed ones&#8230; shhh&#8230;) in it. It worked really well as there is only the small bar at the bottom left over, no white border to distract you from the show that you are watching.</p>
<p>Not much else going on right now, 24 is awesome, there is some homework to be done (I should get on that) and midnight madness tonight, as well as COBOL class, which is more interesting than I thought it would be.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.seanja.com/2007/01/a-use-for-ie-7/' addthis:title='A use for IE 7 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol>
<li><a href='http://blog.seanja.com/2011/03/instead-of-just-killing-off-ie6/' rel='bookmark' title='Instead of just Killing off IE6&#8230;'>Instead of just Killing off IE6&#8230;</a></li>
<li><a href='http://blog.seanja.com/2011/10/css-arrows/' rel='bookmark' title='CSS Arrows'>CSS Arrows</a></li>
<li><a href='http://blog.seanja.com/2011/11/so-many-shades-of-black-and-white-and-red/' rel='bookmark' title='So many shades of black&#8230; and white&#8230; and red&#8230;'>So many shades of black&#8230; and white&#8230; and red&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.seanja.com/2007/01/a-use-for-ie-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

