<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ref="http://purl.org/rss/1.0/modules/reference/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
\t<channel rdf:about="http://www.silver-sails.com/blog//rss.rdf">
		<title>Silver-Sails.com yacht blog</title>
		<link>http://www.silver-sails.com/blog/index.php</link>
		<description><![CDATA[Silver-Sails.com]]></description>
		<image rdf:resource="http://www.silver-sails.com/blog/interface/feed.png" />		<copyright>Copyright 2012, Jon Silverberg</copyright>
		<managingEditor>redcoopers@yahoo.com (Jon Silverberg)</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.3.7r</generator>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://www.silver-sails.com/blog/?entry=entry050427-122859" />
				<rdf:li resource="http://www.silver-sails.com/blog/?entry=entry050426-130738" />
				<rdf:li resource="http://www.silver-sails.com/blog/?entry=entry050426-125914" />
			</rdf:Seq>
		</items>
		<item rdf:about="http://www.silver-sails.com/blog/?entry=entry050427-122859">
			<title>YDS system</title>
			<link>http://www.silver-sails.com/blog/index.php?entry=entry050427-122859</link>
			<description><![CDATA[I&#039;ve chosen to use Java along with swing for my yacht design system.<br /><br />The method is to first have my yacht design system be a simple preliminary design tool.  The system will have modules which make up different portions of the tool (such as parametric design, buoyancy, resistance, scantlings, etc)...<br /><br />Anyway, work is beginning on the system as a whole.  The problem is that I need to translate some of my C++ hull design code to java...]]></description>
			<guid isPermaLink="true">http://www.silver-sails.com/blog/?entry=entry050427-122859</guid>
			<author>redcoopers@yahoo.com</author>
			<pubDate>Wed, 27 Apr 2005 19:28:59 GMT</pubDate>
		</item>
		<item rdf:about="http://www.silver-sails.com/blog/?entry=entry050426-130738">
			<title>Boat database</title>
			<link>http://www.silver-sails.com/blog/index.php?entry=entry050426-130738</link>
			<description><![CDATA[The first portion of my yacht design system is based on parametric analysis.  Because of parametric analysis, I need to have a database of boats.  I have developed an XML format for this fleet.<br /><br />An example is shown below.  Also note that an xml document makes it very simple to incorporate units, or any other data in the form of tagged objects.<br /><br />So anyway, for a database of boats, this is an example of using XML for storage:<br /><br /><pre><br />&lt;?xml version=&quot;1.0&quot;?&gt;<br />&lt;fleet name=&quot;My sample fleet&quot;&gt;<br />  &lt;boat id=&quot;0001&quot;&gt;<br />    &lt;name&gt;My example boat&lt;/name&gt;<br />    &lt;designer&gt;Jon P. Silverberg&lt;/designer&gt;<br />    &lt;LWL units=&quot;ft&quot;&gt;35&lt;/LWL&gt;<br />    &lt;BWL units=&quot;ft&quot;&gt;10&lt;/BWL&gt;<br />    &lt;LCB units=&quot;%aftSTN5&quot;&gt;2.5&lt;/LCB&gt;<br />    &lt;PHRF_rating&gt;238&lt;/PHRF_rating&gt;<br />    etc...<br />  &lt;/boat&gt;<br />  &lt;boat id=&quot;0002&quot;&gt;<br />    &lt;name&gt;My second boat example&lt;/name&gt;<br />    etc...<br />  &lt;/boat&gt;<br />  etc...<br />&lt;/fleet&gt;<br /></pre>]]></description>
			<guid isPermaLink="true">http://www.silver-sails.com/blog/?entry=entry050426-130738</guid>
			<author>redcoopers@yahoo.com</author>
			<pubDate>Tue, 26 Apr 2005 20:07:38 GMT</pubDate>
		</item>
		<item rdf:about="http://www.silver-sails.com/blog/?entry=entry050426-125914">
			<title>Technology Content</title>
			<link>http://www.silver-sails.com/blog/index.php?entry=entry050426-125914</link>
			<description><![CDATA[In terms of technology, I am making progress currently in the area of XML.<br /><br />I have a code written in Python which will transform a spreadsheet (tab delimitted) into an XML document.  I have incorporated it&#039;s use with matplotlib, a code for python which produces many nice plots.<br /><br />XML provides major advantages over any other data storage languages.  First, XML is human readable, and does not change with the versioning.  However, the philosophical advantage is that the datafile holds only the content - not information on how to display it.  The display and use of the content is kept in separate files.<br /><br />I personally feel that the problem with excel is that emphasizes the display of data over the data itself.  Instead, by using a technology which emphasizes content, I believe it is easier to work with the data.]]></description>
			<guid isPermaLink="true">http://www.silver-sails.com/blog/?entry=entry050426-125914</guid>
			<author>redcoopers@yahoo.com</author>
			<pubDate>Tue, 26 Apr 2005 19:59:14 GMT</pubDate>
		</item>
	</channel>
</rdf:RDF>

