<?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 WebXL Consulting LLC</title>
	<atom:link href="http://webxl.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://webxl.net</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 01:39:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Managing WordPress with Git by Casey</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-39</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Wed, 21 Dec 2011 01:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-39</guid>
		<description>I&#039;ve been using git more and more for my python projects but was curious how wordpress devs use git in their theme dev and plugin dev workflow.  Thanks for the insight.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using git more and more for my python projects but was curious how wordpress devs use git in their theme dev and plugin dev workflow.  Thanks for the insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress with Git by Admin</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-37</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 13 Oct 2011 18:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-37</guid>
		<description>Because I&#039;m an nginx newb and haven&#039;t had time to figure out why it caches content so aggressively, although that&#039;s the main reason why I&#039;m using it (wordpress is running on apache). Restarting it seems to work.</description>
		<content:encoded><![CDATA[<p>Because I&#8217;m an nginx newb and haven&#8217;t had time to figure out why it caches content so aggressively, although that&#8217;s the main reason why I&#8217;m using it (wordpress is running on apache). Restarting it seems to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress with Git by Chris Meller</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-36</link>
		<dc:creator>Chris Meller</dc:creator>
		<pubDate>Thu, 13 Oct 2011 18:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-36</guid>
		<description>Why would you want to restart the webserver every time you update the site&#039;s files? That makes no sense at all...</description>
		<content:encoded><![CDATA[<p>Why would you want to restart the webserver every time you update the site&#8217;s files? That makes no sense at all&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress with Git by What is the best workflow for building WordPress websites with git? - Quora</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-35</link>
		<dc:creator>What is the best workflow for building WordPress websites with git? - Quora</dc:creator>
		<pubDate>Tue, 27 Sep 2011 11:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-35</guid>
		<description>[...] Entrepreneur&#124; Digital Marketer&#124; Found... Here is an informative read on Managing Wordpress with githttp://webxl.net/2011/03/10/mana... . Hope this helps.This answer .Please specify the necessary improvements.&#160;Edit Link Text Show [...]</description>
		<content:encoded><![CDATA[<p>[...] Entrepreneur| Digital Marketer| Found&#8230; Here is an informative read on Managing WordPress with githttp://webxl.net/2011/03/10/mana&#8230; . Hope this helps.This answer .Please specify the necessary improvements.&nbsp;Edit Link Text Show [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress with Git by Jerry Lee</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-34</link>
		<dc:creator>Jerry Lee</dc:creator>
		<pubDate>Sun, 21 Aug 2011 16:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-34</guid>
		<description>I love this way of managing my wordpress installations, I am wondering how hard it would be to add my plugins, themes, settings, etc. and use it for direct installation from my own GIT.</description>
		<content:encoded><![CDATA[<p>I love this way of managing my wordpress installations, I am wondering how hard it would be to add my plugins, themes, settings, etc. and use it for direct installation from my own GIT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wanna run a WordPress Network on multiple ports? by Rob</title>
		<link>http://webxl.net/2011/02/09/wanna-run-a-wordpress-network-on-multiple-ports/#comment-33</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=56#comment-33</guid>
		<description>I came across a similar issue, but I didn&#039;t want to mess with any of the existing redirection in wordpress.  There is a function in the functions.php file that grabs all the options from the wordpress db called get_options.  In there I added a line of code that checks if the request is for either the &quot;siteurl&quot; or &quot;home&quot; url options.  Then I just check for the port my site is running on, so if its 80, leave as is, if its 81, hard code the 81 port.

Full instructions are here: http://www.duchnik.com/tutorials/wordpress-on-multiple-ports/</description>
		<content:encoded><![CDATA[<p>I came across a similar issue, but I didn&#8217;t want to mess with any of the existing redirection in wordpress.  There is a function in the functions.php file that grabs all the options from the wordpress db called get_options.  In there I added a line of code that checks if the request is for either the &#8220;siteurl&#8221; or &#8220;home&#8221; url options.  Then I just check for the port my site is running on, so if its 80, leave as is, if its 81, hard code the 81 port.</p>
<p>Full instructions are here: <a href="http://www.duchnik.com/tutorials/wordpress-on-multiple-ports/" rel="nofollow">http://www.duchnik.com/tutorials/wordpress-on-multiple-ports/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wanna run a WordPress Network on multiple ports? by TJ Singleton</title>
		<link>http://webxl.net/2011/02/09/wanna-run-a-wordpress-network-on-multiple-ports/#comment-32</link>
		<dc:creator>TJ Singleton</dc:creator>
		<pubDate>Thu, 19 May 2011 03:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=56#comment-32</guid>
		<description>Thanks! Works like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks! Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing WordPress with Git by Gabriel Mazetto</title>
		<link>http://webxl.net/2011/03/10/managing-wordpress-with-git/#comment-29</link>
		<dc:creator>Gabriel Mazetto</dc:creator>
		<pubDate>Wed, 13 Apr 2011 22:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://webxl.net/?p=83#comment-29</guid>
		<description>There is a better way to do it, it&#039;s using svn2git to clone svn repository and &quot;mirror&quot; it on a git repository, and for this new mirror repository to deploy on whatever installation you want. It simplify update process when needed as you only have to merge what&#039;s changed</description>
		<content:encoded><![CDATA[<p>There is a better way to do it, it&#8217;s using svn2git to clone svn repository and &#8220;mirror&#8221; it on a git repository, and for this new mirror repository to deploy on whatever installation you want. It simplify update process when needed as you only have to merge what&#8217;s changed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

