<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-15728375</id><updated>2011-04-21T14:59:36.377-05:00</updated><title type='text'>Coding Hints &amp; Tips</title><subtitle type='html'>A place to keep all my hints and tips for coding in Java, C/C++, PHP (and other languages).  Maybe a few system admin tips as well....</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cup-o-java.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15728375/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cup-o-java.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Neil</name><uri>http://www.blogger.com/profile/08742521295715399212</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sharpfocusmedia.com/my_icons/Neil.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15728375.post-113261181755401988</id><published>2005-11-21T16:12:00.000-06:00</published><updated>2005-11-21T16:23:37.563-06:00</updated><title type='text'>Sun Studio 11 now free!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.sun.com/software/images/products/I1_Studio.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.sun.com/software/images/products/I1_Studio.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This is great news for developers on the Sun &lt;a href="http://www.sun.com/servers/index.jsp" target="_blank"&gt;UltraSPARC&lt;/a&gt; and/or &lt;a href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118,00.html" target="_blank"&gt;x86/x64&lt;/a&gt; platforms!  You can now download &lt;a href="http://www.sun.com/software/products/studio/index.xml" target="_blank"&gt;Sun Studio 11&lt;/a&gt; (including the Forte compiler) for FREE! Get over there quick, before they change their minds, and save yourself a few thousand dollars...&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;a href="http://www.sun.com/software/products/studio/buy.xml" target="_blank"&gt;Download Sun Studio 11&lt;/a&gt;&lt;/blockquote&gt;While you're at it, download &lt;a href="http://www.sun.com/software/solaris/get.jsp" target="_blank"&gt;Solaris 10&lt;/a&gt; (UltraSPARC/x86/x64) and discover what this incredible new operating system has to offer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;NOTE: I'm not employed by or associated with Sun, other than just being a very happy customer....&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15728375-113261181755401988?l=cup-o-java.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cup-o-java.blogspot.com/feeds/113261181755401988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15728375&amp;postID=113261181755401988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15728375/posts/default/113261181755401988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15728375/posts/default/113261181755401988'/><link rel='alternate' type='text/html' href='http://cup-o-java.blogspot.com/2005/11/sun-studio-11-now-free.html' title='Sun Studio 11 now free!'/><author><name>Neil</name><uri>http://www.blogger.com/profile/08742521295715399212</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sharpfocusmedia.com/my_icons/Neil.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15728375.post-112484547350230129</id><published>2005-08-23T20:04:00.000-05:00</published><updated>2005-10-18T11:59:29.663-05:00</updated><title type='text'>Hello World!</title><content type='html'>Let's start where all programmers start when trying to pick up a new language.  Hello World!  Java makes this easy:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;class HelloWorld {&lt;br /&gt;&amp;nbsp;&amp;nbsp;public static void main(String[] args) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Hello Joe!");&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Very easy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15728375-112484547350230129?l=cup-o-java.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cup-o-java.blogspot.com/feeds/112484547350230129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15728375&amp;postID=112484547350230129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15728375/posts/default/112484547350230129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15728375/posts/default/112484547350230129'/><link rel='alternate' type='text/html' href='http://cup-o-java.blogspot.com/2005/08/hello-world.html' title='Hello World!'/><author><name>Neil</name><uri>http://www.blogger.com/profile/08742521295715399212</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sharpfocusmedia.com/my_icons/Neil.jpg'/></author><thr:total>0</thr:total></entry></feed>
