<?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 Son Huynh</title>
	<atom:link href="http://www.sonhuynh.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonhuynh.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Mar 2011 13:17:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Installing Redmine on Bluehost by Son Huynh</title>
		<link>http://www.sonhuynh.com/2010/01/11/installing-redmine-on-bluehost/#comment-5</link>
		<dc:creator>Son Huynh</dc:creator>
		<pubDate>Wed, 16 Mar 2011 13:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/2010/01/11/installing-redmine-on-bluehost/#comment-5</guid>
		<description>You will need to set up your .htaccess file. There should be an example htaccess file in your public directory. Just copy that to .htaccess, configure it if you need to (probably won&#039;t), and see if that works.</description>
		<content:encoded><![CDATA[<p>You will need to set up your .htaccess file. There should be an example htaccess file in your public directory. Just copy that to .htaccess, configure it if you need to (probably won&#8217;t), and see if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine on Bluehost by John Cooper</title>
		<link>http://www.sonhuynh.com/2010/01/11/installing-redmine-on-bluehost/#comment-4</link>
		<dc:creator>John Cooper</dc:creator>
		<pubDate>Wed, 16 Mar 2011 07:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/2010/01/11/installing-redmine-on-bluehost/#comment-4</guid>
		<description>Ok:

Followed these instructions carefully 3 time snow.  I keep getting a directory list, no errors in the install, just a list of files instead of any instructions.  What does that mean?

Thanks.</description>
		<content:encoded><![CDATA[<p>Ok:</p>
<p>Followed these instructions carefully 3 time snow.  I keep getting a directory list, no errors in the install, just a list of files instead of any instructions.  What does that mean?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Subversion post-commit hook to automatically update your web site by Son Huynh</title>
		<link>http://www.sonhuynh.com/2010/01/24/how-to-use-subversion-post-commit-hook-to-automatically-update-your-web-site/#comment-32</link>
		<dc:creator>Son Huynh</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=33#comment-32</guid>
		<description>svnclient.connect(&#039;hostname&#039;, 22, &#039;svnuser&#039;, &#039;svnpass&#039;)

where hostname can be the ip address of your server

You can use a plugin like Subversive or Subclipse to integrate SVN with Eclipse</description>
		<content:encoded><![CDATA[<p>svnclient.connect(&#8216;hostname&#8217;, 22, &#8216;svnuser&#8217;, &#8216;svnpass&#8217;)</p>
<p>where hostname can be the ip address of your server</p>
<p>You can use a plugin like Subversive or Subclipse to integrate SVN with Eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Subversion post-commit hook to automatically update your web site by Brett</title>
		<link>http://www.sonhuynh.com/2010/01/24/how-to-use-subversion-post-commit-hook-to-automatically-update-your-web-site/#comment-31</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=33#comment-31</guid>
		<description>can you be more specific about where i put  the actual IP address for my server in that script that you created? And do you know anything about setting up netbeans or eclipse to use a repository in that fashion?</description>
		<content:encoded><![CDATA[<p>can you be more specific about where i put  the actual IP address for my server in that script that you created? And do you know anything about setting up netbeans or eclipse to use a repository in that fashion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Subversion post-commit hook to automatically update your web site by Son Huynh</title>
		<link>http://www.sonhuynh.com/2010/01/24/how-to-use-subversion-post-commit-hook-to-automatically-update-your-web-site/#comment-30</link>
		<dc:creator>Son Huynh</dc:creator>
		<pubDate>Wed, 16 Jun 2010 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=33#comment-30</guid>
		<description>This tutorial uses SSH to connect to another server so as long as you have SSH access to whatever server you want to update, it should work fine.</description>
		<content:encoded><![CDATA[<p>This tutorial uses SSH to connect to another server so as long as you have SSH access to whatever server you want to update, it should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Subversion post-commit hook to automatically update your web site by Brett</title>
		<link>http://www.sonhuynh.com/2010/01/24/how-to-use-subversion-post-commit-hook-to-automatically-update-your-web-site/#comment-29</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 16 Jun 2010 08:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=33#comment-29</guid>
		<description>It&#039;s funny I&#039;ve been trying to figure this out for hours and you&#039;re the first one that came close to having it make sense to me.

I installed a repository on my mac locally and the working file is also on my mac ( that way I can see changes with MAMP ) when it&#039;s how I like it I want to be able to commit and have a post-commit script sync my local repo with the website files on a remote FTP server.

I&#039;m not all together sure but can I use what you have here to make that happen? i&#039;m sorry i&#039;m a huge noob and I don&#039;t know anything about this stuff.

Anything you could tell me would be greatly appreciated thanks so much!</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny I&#8217;ve been trying to figure this out for hours and you&#8217;re the first one that came close to having it make sense to me.</p>
<p>I installed a repository on my mac locally and the working file is also on my mac ( that way I can see changes with MAMP ) when it&#8217;s how I like it I want to be able to commit and have a post-commit script sync my local repo with the website files on a remote FTP server.</p>
<p>I&#8217;m not all together sure but can I use what you have here to make that happen? i&#8217;m sorry i&#8217;m a huge noob and I don&#8217;t know anything about this stuff.</p>
<p>Anything you could tell me would be greatly appreciated thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine on Bluehost by Son Huynh</title>
		<link>http://www.sonhuynh.com/2010/01/11/installing-redmine-on-bluehost/#comment-3</link>
		<dc:creator>Son Huynh</dc:creator>
		<pubDate>Tue, 18 May 2010 12:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/2010/01/11/installing-redmine-on-bluehost/#comment-3</guid>
		<description>No, installing Subversion on Bluehost can be kind of tricky. There are better alternatives out there, such as signing up for a free hosted repository (and then tying it into Redmine if you wish).</description>
		<content:encoded><![CDATA[<p>No, installing Subversion on Bluehost can be kind of tricky. There are better alternatives out there, such as signing up for a free hosted repository (and then tying it into Redmine if you wish).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine on Bluehost by Orlando Kelly</title>
		<link>http://www.sonhuynh.com/2010/01/11/installing-redmine-on-bluehost/#comment-2</link>
		<dc:creator>Orlando Kelly</dc:creator>
		<pubDate>Mon, 17 May 2010 20:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/2010/01/11/installing-redmine-on-bluehost/#comment-2</guid>
		<description>Did you setup redmine to access a subversion repo on your bluehost account?</description>
		<content:encoded><![CDATA[<p>Did you setup redmine to access a subversion repo on your bluehost account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenX JavaScript Invocation fix by Uno</title>
		<link>http://www.sonhuynh.com/2010/01/11/openx-javascript-invocation-fix/#comment-24</link>
		<dc:creator>Uno</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=18#comment-24</guid>
		<description>I had the same error and I commented out the context part and it&#039;s working now. It&#039;s a bizarre error though. I&#039;m using Wordpress and I think that might be the error. It works when I use the Iframe tag, but not Javascript. Thanks for posting the fix!</description>
		<content:encoded><![CDATA[<p>I had the same error and I commented out the context part and it&#8217;s working now. It&#8217;s a bizarre error though. I&#8217;m using WordPress and I think that might be the error. It works when I use the Iframe tag, but not Javascript. Thanks for posting the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenX JavaScript Invocation fix by Son Huynh</title>
		<link>http://www.sonhuynh.com/2010/01/11/openx-javascript-invocation-fix/#comment-23</link>
		<dc:creator>Son Huynh</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://gup.sonhuynh.net/?p=18#comment-23</guid>
		<description>James,

As far as I remembered, I don&#039;t think we encountered any problems by commenting that line. However I think we switched to OpenX&#039;s one page call not long after. OpenX&#039;s one page call is where you include a JavaScript file that&#039;s provided by OpenX. From that, you can use a JavaScript function to call your ad spots.

I have not received any responses regarding the omission of the document.context line.

I&#039;m glad to see that you figured out the issue has nothing to do with a Drupal site. Hopefully somebody will shine light on this issue someday.</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>As far as I remembered, I don&#8217;t think we encountered any problems by commenting that line. However I think we switched to OpenX&#8217;s one page call not long after. OpenX&#8217;s one page call is where you include a JavaScript file that&#8217;s provided by OpenX. From that, you can use a JavaScript function to call your ad spots.</p>
<p>I have not received any responses regarding the omission of the document.context line.</p>
<p>I&#8217;m glad to see that you figured out the issue has nothing to do with a Drupal site. Hopefully somebody will shine light on this issue someday.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

