<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Canadian Mind Products | Java Glossary</title>
<link>http://mindprod.com/jgloss/jgloss.html</link>
<atom:link href="http://mindprod.com/rss/jgloss.xml" rel="self" type="application/rss+xml" />
<description>Glossary of Java terms, sample Java code, and general Java and Internet lore. For non-military use only</description>
<language>en-ca</language>
<managingEditor>feedback@mindprod.com (Roedy Green)</managingEditor>
<webMaster>feedback@mindprod.com (Roedy Green)</webMaster>
<docs>http://mindprod.com/jgloss/rss.html</docs>
<ttl>45</ttl>
<lastBuildDate>Fri, 03 Jul 2009 19:32:21 GMT</lastBuildDate>
<generator>HTML Static HTML Macros</generator>
<copyright>Copyright Canadian Mind Products 2008</copyright>
<image>
  <title>Canadian Mind Products | Java Glossary</title>
  <url>http://mindprod.com/image/rss/jgloss.png</url>
  <width>88</width>
  <height>31</height>
  <link>http://mindprod.com/jgloss/jgloss.html</link>
</image>

<item>
 <title>Windows 7</title>
 <link>http://mindprod.com/jgloss/windows7.html</link>
 <guid isPermaLink="false">a538c1b494f54367bfd3c02f092f2c89</guid>
 <pubDate>Fri, 03 Jul 2009 07:00:00 GMT</pubDate>
 <description>How to install Windows 7 beta.</description>
</item>

<item>
 <title>silent install</title>
 <link>http://mindprod.com/jgloss/silentinstall.html</link>
 <guid isPermaLink="false">1a77f13e0616c2ddeb75cfc742ddcd24</guid>
 <pubDate>Wed, 01 Jul 2009 07:00:00 GMT</pubDate>
 <description>As silent install is an install triggered from the command line that can proceed to completion without asking the user any further questions. Anything it needs to know is a commmand line parameter or in stored in a configuration file. These are often used in corporate environments to bulk install software on hundreds of machines simultaneously.</description>
</item>

<item>
 <title>VFS</title>
 <link>http://mindprod.com/jgloss/vfs.html</link>
 <guid isPermaLink="false">927710f8bf7a544bf5e54db53c17a7b7</guid>
 <pubDate>Tue, 30 Jun 2009 07:00:00 GMT</pubDate>
 <description>Apache VFS (Virtual File System) allows you to access a variety of file system with a uniform syntax.</description>
</item>

<item>
 <title>open video</title>
 <link>http://mindprod.com/jgloss/openvideo.html</link>
 <guid isPermaLink="false">50541419aba901a27890bd2c2ff8db6b</guid>
 <pubDate>Tue, 30 Jun 2009 07:00:00 GMT</pubDate>
 <description>Non-proprietry streaming video formats, the advantages and disadvantages.</description>
</item>

<item>
 <title>HTML 5</title>
 <link>http://mindprod.com/jgloss/html.html#HTML5</link>
 <guid isPermaLink="false">7252744ac3b1955f4e22c5872c34406a</guid>
 <pubDate>Thu, 25 Jun 2009 07:00:00 GMT</pubDate>
 <description>The new feautures in HTML 5.</description>
</item>

<item>
 <title>JLAN</title>
 <link>http://mindprod.com/jgloss/jlan.html</link>
 <guid isPermaLink="false">47baac54a834ea0609340736599f910e</guid>
 <pubDate>Wed, 24 Jun 2009 07:00:00 GMT</pubDate>
 <description>Virtual file system to make a network of remote computers look like a shared LAN drive.</description>
</item>

<item>
 <title>Calendar Review</title>
 <link>http://mindprod.com/jgloss/calendar.html#REVIEW</link>
 <guid isPermaLink="false">df9cc40e09bd64659c9ab88042449fba</guid>
 <pubDate>Sun, 21 Jun 2009 07:00:00 GMT</pubDate>
 <description>Review of basics you need to know about the calendar, solar astronomy and time. What you may have missed in elementary school.</description>
</item>

<item>
 <title>JIDE</title>
 <link>http://mindprod.com/jgloss/jide.html</link>
 <guid isPermaLink="false">dc83ca749bfeb083561005d6623c37e6</guid>
 <pubDate>Fri, 19 Jun 2009 07:00:00 GMT</pubDate>
 <description>Swing component libaries.</description>
</item>

<item>
 <title>Java Deployment Toolkit</title>
 <link>http://mindprod.com/jgloss/javadeploymenttoolkit.html</link>
 <guid isPermaLink="false">e16d9eabdfe9711d9c0fa727abb2156a</guid>
 <pubDate>Fri, 19 Jun 2009 07:00:00 GMT</pubDate>
 <description>A bailing wire technique for getting Java installed on a client&#8217;s machine and generating the idiotic OBJECT and EMBED tags.</description>
</item>

<item>
 <title>Java Web Start Uninstall</title>
 <link>http://mindprod.com/jgloss/javawebstart.html#UNINSTALL</link>
 <guid isPermaLink="false">9c9a65a8cb531622f0d4cb1819e0294f</guid>
 <pubDate>Fri, 19 Jun 2009 07:00:00 GMT</pubDate>
 <description>How to uninstall Java Web Start applications.</description>
</item>

<item>
 <title>L&amp;F</title>
 <link>http://mindprod.com/jgloss/laf.html</link>
 <guid isPermaLink="false">417a6372cb469717443c0069ba59e235</guid>
 <pubDate>Wed, 17 Jun 2009 07:00:00 GMT</pubDate>
 <description>New information on look &amp; feels, where to get them, which JDKs they work with.</description>
</item>

<item>
 <title>Java version problems</title>
 <link>http://mindprod.com/products.html</link>
 <guid isPermaLink="false">e0131a2fdb3ddeaf7c2e0d1f50447fbc</guid>
 <pubDate>Wed, 17 Jun 2009 07:00:00 GMT</pubDate>
 <description>Some people were having trouble running the CMP Applets with older Javas, even when the Applet was advertised to run on an older Java. It turned out some version 1.6-compiled code had leaked into the jars. It has been removed and a scheme put it place to test all jars before posting to make sure it does not happen again.</description>
</item>

<item>
 <title>detecting changes</title>
 <link>http://mindprod.com/jgloss/detectingchanges.html</link>
 <guid isPermaLink="false">205d780778ad61a21fc2639b14f3c2a3</guid>
 <pubDate>Wed, 17 Jun 2009 07:00:00 GMT</pubDate>
 <description>Summary of ways to detect if files or Collections have changed.</description>
</item>

<item>
 <title>hashCode</title>
 <link>http://mindprod.com/jgloss/hashcode.html</link>
 <guid isPermaLink="false">320c6e5c77ce509f595a5e94a78db8ab</guid>
 <pubDate>Wed, 10 Jun 2009 07:00:00 GMT</pubDate>
 <description>A few more tips on hashcodes.]</description>
</item>

<item>
 <title>New Version of Submitter</title>
 <link>http://mindprod.com/applet/submitter.html</link>
 <guid isPermaLink="false">c0b31d859a65ef81b0c0d415c3ac93d3</guid>
 <pubDate>Sat, 06 Jun 2009 07:00:00 GMT</pubDate>
 <description>The mini PAD submitter now submits your pad to 100 websites.</description>
</item>

<item>
 <title>hex</title>
 <link>http://mindprod.com/jgloss/hex.html</link>
 <guid isPermaLink="false">6b47c10693414ef0e194f224e31fc23c</guid>
 <pubDate>Fri, 05 Jun 2009 07:00:00 GMT</pubDate>
 <description>I have polished the entry on hexadecimal. The code for fromHexString is now an SSCCE so you can compile and run it unmodified.</description>
</item>

<item>
 <title>Android</title>
 <link>http://mindprod.com/jgloss/android.html</link>
 <guid isPermaLink="false">21f9f6b2c5ce0bf9d95bf74102f2c74c</guid>
 <pubDate>Thu, 04 Jun 2009 07:00:00 GMT</pubDate>
 <description>Google&#8217;s free, open-source, Java-based operating system for mobile devices.</description>
</item>

<item>
 <title>Windows 7</title>
 <link>http://mindprod.com/jgloss/windows7.html</link>
 <guid isPermaLink="false">df569e10ed0f98846ab160911e0fdfcb</guid>
 <pubDate>Thu, 04 Jun 2009 07:00:00 GMT</pubDate>
 <description>Microsoft&#8217;s beta replacement for the Vista desktop operating system.</description>
</item>

<item>
 <title>DAB+</title>
 <link>http://mindprod.com/bgloss/dabplus.html</link>
 <guid isPermaLink="false">5154008e7cf48c077d093b1eb58efb7a</guid>
 <pubDate>Mon, 01 Jun 2009 07:00:00 GMT</pubDate>
 <description>New digital radio format introduced in Australia.</description>
</item>

</channel></rss>
