<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Jumping into digital history with both feet</title>
	<atom:link href="http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/feed/" rel="self" type="application/rss+xml" />
	<link>http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/</link>
	<description>the backwash of a digital history project</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:31:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/comment-page-1/#comment-5719</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 09 Apr 2007 15:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/#comment-5719</guid>
		<description>Hi Tom,

I&#039;m glad if this is of any help, and good luck with your projects.  There are lots of other references online with the detail you&#039;ll need as you get further into it.

It&#039;s not so amazing to create a website from PHP and a database, actually.  For the first few years I tried to do it all by hand with just HTML.  Now &lt;em&gt;that&lt;/em&gt; was amazing (and way too hard).

I do have some data entry screens on the website -- forms -- written in PHP which I and site contributors use to edit existing and create new website data.  I also play directly in the database on occasion.  Years back, when I was first creating the database tables for things like biographical and unit information, I imported data from spreadsheets I&#039;d been accumulating (formatted as .csv). I&#039;ve also formatted plain text files as SQL &quot;create&quot; scripts to import quantities of data.

I only use XML in 3 places. One is the data source for the &lt;a href=&quot;http://aotw.org/timeline.php&quot; rel=&quot;nofollow&quot;&gt;Timeline&lt;/a&gt; exhibit, second is the RSS feed, and the last are the &lt;a href=&quot;http://www.w3.org/P3P/&quot; rel=&quot;nofollow&quot;&gt;P3P&lt;/a&gt; (machine-readable privacy policy) files. The Timeline and RSS XML are generated from mySQL data, though, with homegrown PHP scripts doing the conversion from data (text) to well-formed XML. 

Good hunting!

Brian</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>I&#8217;m glad if this is of any help, and good luck with your projects.  There are lots of other references online with the detail you&#8217;ll need as you get further into it.</p>
<p>It&#8217;s not so amazing to create a website from PHP and a database, actually.  For the first few years I tried to do it all by hand with just HTML.  Now <em>that</em> was amazing (and way too hard).</p>
<p>I do have some data entry screens on the website &#8212; forms &#8212; written in PHP which I and site contributors use to edit existing and create new website data.  I also play directly in the database on occasion.  Years back, when I was first creating the database tables for things like biographical and unit information, I imported data from spreadsheets I&#8217;d been accumulating (formatted as .csv). I&#8217;ve also formatted plain text files as SQL &#8220;create&#8221; scripts to import quantities of data.</p>
<p>I only use XML in 3 places. One is the data source for the <a href="http://aotw.org/timeline.php" rel="nofollow">Timeline</a> exhibit, second is the RSS feed, and the last are the <a href="http://www.w3.org/P3P/" rel="nofollow">P3P</a> (machine-readable privacy policy) files. The Timeline and RSS XML are generated from mySQL data, though, with homegrown PHP scripts doing the conversion from data (text) to well-formed XML. </p>
<p>Good hunting!</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Williams</title>
		<link>http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/comment-page-1/#comment-5712</link>
		<dc:creator>Tom Williams</dc:creator>
		<pubDate>Mon, 09 Apr 2007 02:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/#comment-5712</guid>
		<description>Hi Brian,
Your tutorial has been invaluable.  It serves as a guideline as to how all the pieces fit together and small enough to serve as a starting point to accessing the technology. I am working of a personal project to create a database driven website for my family genealogical research.  Also, I am blessed to volunteer my time to create a data driven website for a non-profit organization to archive 55 years of their history. I was hoping to make use of Apache, MySQL, PHP, XML, XHTML and CSS. Thanks to your blog and tutorial, I can see some light along the path I need to travel.  Maybe I am too ambitious to try to tackle all these technologies at once yet I think if take it in small manageable chunks it is doable.  

I enjoy your website and blog finding both informative and inspirational.  I am floored by the fact that you use MySQL, PHP and queries to generate all the pages for your site... AMAZING.  Do you use PHP to generate your database tables???  Do you use XML as a staging area for your database tables???

I have so many questions because I am trying to get my mind wrapped around all the technology can do.

Thanks again for all your efforts and the willingness to share your experience and expertise.

Enjoy the Journey,
Tom Williams</description>
		<content:encoded><![CDATA[<p>Hi Brian,<br />
Your tutorial has been invaluable.  It serves as a guideline as to how all the pieces fit together and small enough to serve as a starting point to accessing the technology. I am working of a personal project to create a database driven website for my family genealogical research.  Also, I am blessed to volunteer my time to create a data driven website for a non-profit organization to archive 55 years of their history. I was hoping to make use of Apache, MySQL, PHP, XML, XHTML and CSS. Thanks to your blog and tutorial, I can see some light along the path I need to travel.  Maybe I am too ambitious to try to tackle all these technologies at once yet I think if take it in small manageable chunks it is doable.  </p>
<p>I enjoy your website and blog finding both informative and inspirational.  I am floored by the fact that you use MySQL, PHP and queries to generate all the pages for your site&#8230; AMAZING.  Do you use PHP to generate your database tables???  Do you use XML as a staging area for your database tables???</p>
<p>I have so many questions because I am trying to get my mind wrapped around all the technology can do.</p>
<p>Thanks again for all your efforts and the willingness to share your experience and expertise.</p>
<p>Enjoy the Journey,<br />
Tom Williams</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doing Digitial History &#171; Bull Runnings</title>
		<link>http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/comment-page-1/#comment-2938</link>
		<dc:creator>Doing Digitial History &#171; Bull Runnings</dc:creator>
		<pubDate>Wed, 15 Nov 2006 23:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://behind.aotw.org/2006/10/15/jumping-into-digital-history-with-both-feet/#comment-2938</guid>
		<description>[...] Part I; Part II; Part III [...]</description>
		<content:encoded><![CDATA[<p>[...] Part I; Part II; Part III [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
