<?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>Joel Mama's Blog &#187; web development</title>
	<atom:link href="http://joelmama.com/tag/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelmama.com</link>
	<description>My attempt to give back to the nerd community</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keeping date format in OpenOffice spreadsheet when saving to CSV</title>
		<link>http://joelmama.com/2006/11/16/keeping-date-format-in-openoffice-spreadsheet-when-saving-to-csv/</link>
		<comments>http://joelmama.com/2006/11/16/keeping-date-format-in-openoffice-spreadsheet-when-saving-to-csv/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 18:06:09 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://joelmama.com/2006/11/16/keeping-date-format-in-openoffice-spreadsheet-when-saving-to-csv/</guid>
		<description><![CDATA[Found this one on the OO mailing list archive. I wanted to dupe it here in case that page ever disappears. The original post is located here: http://www.openoffice.org/servlets/ReadMsg?list=users&#038;msgNo=119402
The parent poster and I share the same issue. Formatting a CSV file&#8217;s date field(s) to fit MySQL&#8217;s preferred date format (YYYY-MM-DD). This sounds easy enough, but when [...]]]></description>
			<content:encoded><![CDATA[<p>Found this one on the <abbr title="OpenOffice">OO</abbr> mailing list archive. I wanted to dupe it here in case that page ever disappears. The original post is located here: <a href="http://www.openoffice.org/servlets/ReadMsg?list=users&#038;msgNo=119402">http://www.openoffice.org/servlets/ReadMsg?list=users&#038;msgNo=119402</a></p>
<p>The parent poster and I share the same issue. Formatting a <acronym title="comma separated values">CSV</acronym> file&#8217;s date field(s) to fit MySQL&#8217;s preferred date format (YYYY-MM-DD). This sounds easy enough, but when you save to a CSV it always defaults to the &#8220;standard&#8221; format of MM/DD/YY. Quoth Mr. Barrie Backhurst:</p>
<blockquote><p>MySQL&#8217;s country of origin is Sweden and.setting this as language in cell<br />
styles works.</p>
<p>Open the stylist(F11), right click the default cell style and select<br />
New. It should open a dialog with the Organize tab visible. Enter a<br />
suitable name(mysqldate) in place of &#8220;untitled&#8221;. Switch to the Number<br />
tab and set Category = Date, Language = Swedish and Format = YYYY-MM-DD.<br />
Click OK to save the new cell style.</p>
<p>Now select the cells with the dates that need formatting and double left<br />
click on the new mysqldate cell style. The selected cells should adopt<br />
the mysql format and retain it when exported to CSV.</p></blockquote>
<p>Worked like a charm Mr. Backhurst. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2006/11/16/keeping-date-format-in-openoffice-spreadsheet-when-saving-to-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macromedia Contribute, webdav, and SSI</title>
		<link>http://joelmama.com/2006/01/03/macromedia-contribute-webdav-and-ssi/</link>
		<comments>http://joelmama.com/2006/01/03/macromedia-contribute-webdav-and-ssi/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 01:30:45 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://wozo.com/wordpress/?p=3</guid>
		<description><![CDATA[this is my optional excerpt]]></description>
			<content:encoded><![CDATA[<p><strong>Long story short:</strong> Contribute 3 destroys SSI directives when publishing via webdav. Can someone prove me wrong?</p>
<p>So I&#8217;m messing around with Macromedia Contribute 3 and webdav on my dev linux box. This is my first time using Contribute, and it&#8217;s my first time using webdav. The one-two punch of cluelessness. Since every Web site that&#8217;s more than 4 pages should use SSI, that&#8217;s what I was trying to do. Well, whenever I editted a page in Contribute that used includes strange things happened.</p>
<p>Contribute was pulling the contents of the SSI out, and plopping them in place of the SSI directive. Thus, breaking my SSIs by statically placing the data into the file I was editting. Needless to say, this pissed me off.</p>
<p>I read everywhere that Contribute and SSI do in fact get along. I&#8217;ll spare you the boring tales of all the things I tried in order to locate the issue. I thought perhaps webdav was the problem. I switched to using SFTP and *poof* that did it. I can now edit shtml files with Contribute. I hope this saved some others some grief!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2006/01/03/macromedia-contribute-webdav-and-ssi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
