<?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 for Ben Sternthal &amp; Friends</title>
	<atom:link href="http://blog.sternthal.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sternthal.org</link>
	<description>I am a freelance American Web Engineer and Information Architect living and working in Portland, Oregon.</description>
	<lastBuildDate>Mon, 08 Feb 2010 01:24:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using ANT To Deploy Drupal by ben</title>
		<link>http://blog.sternthal.org/2008/12/19/using-ant-to-deploy-drupal/comment-page-1/#comment-23062</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Mon, 08 Feb 2010 01:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=352#comment-23062</guid>
		<description>Greg... quick thoughts.

&lt;ul&gt;
&lt;li&gt;Keep only the schema in version control&lt;/li&gt;
&lt;li&gt;Regularly (weekly or more/less depending on what you are dong) copy back production data from prod to qa and to dev&lt;/li&gt;
&lt;li&gt;When db changes are good to go and ready for deployment, capture the changes in alter.sql files, these should be in version control&lt;/li&gt;
&lt;li&gt;Admin settings and similar data should be tracked in a wiki or whatever you use for knowledge management&lt;/li&gt;
&lt;li&gt;When you deploy to qa or production you run the alter statements and go through the wiki making the required changes in the admin interface&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Greg&#8230; quick thoughts.</p>
<ul>
<li>Keep only the schema in version control</li>
<li>Regularly (weekly or more/less depending on what you are dong) copy back production data from prod to qa and to dev</li>
<li>When db changes are good to go and ready for deployment, capture the changes in alter.sql files, these should be in version control</li>
<li>Admin settings and similar data should be tracked in a wiki or whatever you use for knowledge management</li>
<li>When you deploy to qa or production you run the alter statements and go through the wiki making the required changes in the admin interface</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ANT To Deploy Drupal by greg</title>
		<link>http://blog.sternthal.org/2008/12/19/using-ant-to-deploy-drupal/comment-page-1/#comment-23061</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Sun, 07 Feb 2010 23:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=352#comment-23061</guid>
		<description>That&#039;s great Ben! In the meantime any hints you can provide would be more than welcome. I am considering checking the backup sql file into SVN and then doing a merge with the staging DB backup file and then finally a production restore. However there are several problems with this approach due to identity columns and the fact that some configuration data could be different in production than staging (i.e. we use the SSL module that forces SSL on certain pages).</description>
		<content:encoded><![CDATA[<p>That&#8217;s great Ben! In the meantime any hints you can provide would be more than welcome. I am considering checking the backup sql file into SVN and then doing a merge with the staging DB backup file and then finally a production restore. However there are several problems with this approach due to identity columns and the fact that some configuration data could be different in production than staging (i.e. we use the SSL module that forces SSL on certain pages).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing business card designs for devpatch . . . by Einar</title>
		<link>http://blog.sternthal.org/2009/12/19/testing-business-card-designs-for-devpatch/comment-page-1/#comment-23035</link>
		<dc:creator>Einar</dc:creator>
		<pubDate>Sat, 30 Jan 2010 11:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=731#comment-23035</guid>
		<description>Think I like the blue best.

Great design I like the wheels &amp; the name.

But you know black means people can&#039;t write on the card... I am shunning away from black cards a bit now</description>
		<content:encoded><![CDATA[<p>Think I like the blue best.</p>
<p>Great design I like the wheels &amp; the name.</p>
<p>But you know black means people can&#8217;t write on the card&#8230; I am shunning away from black cards a bit now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ANT To Deploy Drupal by ben</title>
		<link>http://blog.sternthal.org/2008/12/19/using-ant-to-deploy-drupal/comment-page-1/#comment-23026</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=352#comment-23026</guid>
		<description>Greg - great question, I think I will write a followup blog post addressing this issue. Stay tuned :-)</description>
		<content:encoded><![CDATA[<p>Greg &#8211; great question, I think I will write a followup blog post addressing this issue. Stay tuned <img src='http://blog.sternthal.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ANT To Deploy Drupal by greg</title>
		<link>http://blog.sternthal.org/2008/12/19/using-ant-to-deploy-drupal/comment-page-1/#comment-23025</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=352#comment-23025</guid>
		<description>Thanks for the great article! I have several drupal websites and have been looking for the right solution to manage my dev/qa/prod deployments. What do you do about the database?

- Greg</description>
		<content:encoded><![CDATA[<p>Thanks for the great article! I have several drupal websites and have been looking for the right solution to manage my dev/qa/prod deployments. What do you do about the database?</p>
<p>- Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fishing in really really rural west virginia by Chris Pazda</title>
		<link>http://blog.sternthal.org/2007/11/04/fishing-in-really-really-rural-west-virginia/comment-page-1/#comment-23008</link>
		<dc:creator>Chris Pazda</dc:creator>
		<pubDate>Fri, 15 Jan 2010 23:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/2007/11/04/fishing-in-really-really-rural-west-virginia/#comment-23008</guid>
		<description>Dude

Those are some nice pics.  So do you have waders????</description>
		<content:encoded><![CDATA[<p>Dude</p>
<p>Those are some nice pics.  So do you have waders????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X Could not load definitions from resource org/tigris/subversion/svnant/svnantlib.xml Resolved by Haritha</title>
		<link>http://blog.sternthal.org/2009/05/14/os-x-could-not-load-definitions-from-resource-orgtigrissubversionsvnantsvnantlibxml-resolved/comment-page-1/#comment-23002</link>
		<dc:creator>Haritha</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=543#comment-23002</guid>
		<description>Thanks ..this did fix the problem :)</description>
		<content:encoded><![CDATA[<p>Thanks ..this did fix the problem <img src='http://blog.sternthal.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YUI Compressor and ANT &#8211; JS Minification by Ben</title>
		<link>http://blog.sternthal.org/2009/05/26/yui-compressor-and-ant-js-minification/comment-page-1/#comment-22946</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=564#comment-22946</guid>
		<description>Hmm, I do not know if you can get any more debug info out of it, kind of a bummer.

I don&#039;t know if this helps but you could search your JS files for use of &quot;identifier&quot;. I think YUI is saying you are using this and it is a reserved word.

Only will help you if you have a small number of JS files.</description>
		<content:encoded><![CDATA[<p>Hmm, I do not know if you can get any more debug info out of it, kind of a bummer.</p>
<p>I don&#8217;t know if this helps but you could search your JS files for use of &#8220;identifier&#8221;. I think YUI is saying you are using this and it is a reserved word.</p>
<p>Only will help you if you have a small number of JS files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YUI Compressor and ANT &#8211; JS Minification by Raffi</title>
		<link>http://blog.sternthal.org/2009/05/26/yui-compressor-and-ant-js-minification/comment-page-1/#comment-22945</link>
		<dc:creator>Raffi</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=564#comment-22945</guid>
		<description>Hi,
    Thanks for the information.
When I ran the minification on all my js files, i got 3 errors.
There is no clue about the file on which it found these errors.
Is there a option to get the file name.
I enabled the &quot;-v&quot; option, it gave additional Info messages, but it does not have a log entry for the start and end of the file.

Any ideas to get the file information?

-----------------------------------------------------------
 [apply] [ERROR] 77:13:missing variable name
 [apply]
 [apply] [ERROR] 80:56:identifier is a reserved word
 [apply]
 [apply] [ERROR] 81:59:identifier is a reserved word
 [apply]
 [apply] [ERROR] 1:0:Compilation produced 3 syntax errors.
 [apply] org.mozilla.javascript.EvaluatorException: Compilation produced 3 syntax errors.
 [apply]     at com.yahoo.platform.yui.compressor.YUICompressor$1.runtimeError(YUICompressor.java:135)
 [apply]     at org.mozilla.javascript.Parser.parse(Parser.java:410)
 [apply]     at org.mozilla.javascript.Parser.parse(Parser.java:355)
 [apply]     at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:312)
 [apply]     at com.yahoo.platform.yui.compressor.JavaScriptCompressor.(JavaScriptCompressor.java:533)
 [apply]     at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:112)
 [apply]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [apply]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [apply]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [apply]     at java.lang.reflect.Method.invoke(Method.java:597)
 [apply]     at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:20)
 [apply] Result: 2
-----------</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Thanks for the information.<br />
When I ran the minification on all my js files, i got 3 errors.<br />
There is no clue about the file on which it found these errors.<br />
Is there a option to get the file name.<br />
I enabled the &#8220;-v&#8221; option, it gave additional Info messages, but it does not have a log entry for the start and end of the file.</p>
<p>Any ideas to get the file information?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
 [apply] [ERROR] 77:13:missing variable name<br />
 [apply]<br />
 [apply] [ERROR] 80:56:identifier is a reserved word<br />
 [apply]<br />
 [apply] [ERROR] 81:59:identifier is a reserved word<br />
 [apply]<br />
 [apply] [ERROR] 1:0:Compilation produced 3 syntax errors.<br />
 [apply] org.mozilla.javascript.EvaluatorException: Compilation produced 3 syntax errors.<br />
 [apply]     at com.yahoo.platform.yui.compressor.YUICompressor$1.runtimeError(YUICompressor.java:135)<br />
 [apply]     at org.mozilla.javascript.Parser.parse(Parser.java:410)<br />
 [apply]     at org.mozilla.javascript.Parser.parse(Parser.java:355)<br />
 [apply]     at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:312)<br />
 [apply]     at com.yahoo.platform.yui.compressor.JavaScriptCompressor.(JavaScriptCompressor.java:533)<br />
 [apply]     at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:112)<br />
 [apply]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
 [apply]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
 [apply]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
 [apply]     at java.lang.reflect.Method.invoke(Method.java:597)<br />
 [apply]     at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:20)<br />
 [apply] Result: 2<br />
&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips For Remote Software Development and Team Building by Custom Software</title>
		<link>http://blog.sternthal.org/2009/06/20/tips-for-remote-software-development-and-team-building/comment-page-1/#comment-22842</link>
		<dc:creator>Custom Software</dc:creator>
		<pubDate>Sat, 10 Oct 2009 16:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sternthal.org/?p=353#comment-22842</guid>
		<description>I agree a manager should have complete trust of individuals under his management. If employees do not trust their manager it make the managers life very difficult indeed. The manager has to make it very visible that he is backing up everyone in his team!</description>
		<content:encoded><![CDATA[<p>I agree a manager should have complete trust of individuals under his management. If employees do not trust their manager it make the managers life very difficult indeed. The manager has to make it very visible that he is backing up everyone in his team!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
