<?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"
	>
<channel>
	<title>Comments for DustinsDesign.com</title>
	<atom:link href="http://www.dustinsdesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dustinsdesign.com</link>
	<description>Blog by web developer, online marketer and entrepreneur Dustin Czysz</description>
	<pubDate>Sun, 06 Jul 2008 12:24:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Joomla 1.0.x Writeable Directories by Dustin</title>
		<link>http://www.dustinsdesign.com/joomla-10x-writeable-directories/#comment-94</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/joomla-10x-writeable-directories/#comment-94</guid>
		<description>I agree - lots of people out there using 1.0.x however. Some of my clients prefer not to upgrade.</description>
		<content:encoded><![CDATA[<p>I agree - lots of people out there using 1.0.x however. Some of my clients prefer not to upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla 1.0.x Writeable Directories by Gabe</title>
		<link>http://www.dustinsdesign.com/joomla-10x-writeable-directories/#comment-93</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/joomla-10x-writeable-directories/#comment-93</guid>
		<description>One good reason to upgrade to Joomla1.5 :) Writes using an FTP user so your files can be unwritable for PHP user. Limits the vulnerabilities that can write to disk to those using the FTP user and not just any PHP file in Joomla.</description>
		<content:encoded><![CDATA[<p>One good reason to upgrade to Joomla1.5 <img src='http://www.dustinsdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Writes using an FTP user so your files can be unwritable for PHP user. Limits the vulnerabilities that can write to disk to those using the FTP user and not just any PHP file in Joomla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Sessions vs Cookies by Gabe</title>
		<link>http://www.dustinsdesign.com/php-sessions-vs-cookies/#comment-92</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/php-sessions-vs-cookies/#comment-92</guid>
		<description>Nice write up on that :)</description>
		<content:encoded><![CDATA[<p>Nice write up on that <img src='http://www.dustinsdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing Content With Joomla: Frontend by Dustin</title>
		<link>http://www.dustinsdesign.com/editing-content-with-joomla-frontend/#comment-90</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 30 Jun 2008 05:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/editing-content-with-joomla-frontend/#comment-90</guid>
		<description>You may edit with any user account that is a member of the 'Editor' or 'Publisher' user group for the frontend. Alternately, if the user account is a member of any of the public backend user groups they may edit from either the frontend or backend login.</description>
		<content:encoded><![CDATA[<p>You may edit with any user account that is a member of the &#8216;Editor&#8217; or &#8216;Publisher&#8217; user group for the frontend. Alternately, if the user account is a member of any of the public backend user groups they may edit from either the frontend or backend login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing Content With Joomla: Frontend by Prospective Client</title>
		<link>http://www.dustinsdesign.com/editing-content-with-joomla-frontend/#comment-89</link>
		<dc:creator>Prospective Client</dc:creator>
		<pubDate>Sun, 29 Jun 2008 21:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/editing-content-with-joomla-frontend/#comment-89</guid>
		<description>Is it possible to edit without logging in as admin?</description>
		<content:encoded><![CDATA[<p>Is it possible to edit without logging in as admin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla Session Save Path by Dustin</title>
		<link>http://www.dustinsdesign.com/joomla-session-save-path/#comment-35</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 19 May 2008 02:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/joomla-session-save-path/#comment-35</guid>
		<description>Sandi is correct. Anytime you change your php.ini settings you must restart apache for the settings to take effect. How this is actually done can vary - on the servers I use you type 'service httpd restart' at the command line.</description>
		<content:encoded><![CDATA[<p>Sandi is correct. Anytime you change your php.ini settings you must restart apache for the settings to take effect. How this is actually done can vary - on the servers I use you type &#8217;service httpd restart&#8217; at the command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla Session Save Path by Sandi</title>
		<link>http://www.dustinsdesign.com/joomla-session-save-path/#comment-34</link>
		<dc:creator>Sandi</dc:creator>
		<pubDate>Mon, 19 May 2008 01:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/joomla-session-save-path/#comment-34</guid>
		<description>I am using Apache and Virtuozzo on Plesk 8.3.0. 
My problem was very similar: The Joomla! installer pre-installation check screen displayed "Unwritable" in red for the session save path parameter.

I did everything Dustin said above. But it still did not work. I tried about 20 other things, nothing worked. Finally, I found somewhere that you should re-start the Apache Web Server Service. I did that, and voila'!</description>
		<content:encoded><![CDATA[<p>I am using Apache and Virtuozzo on Plesk 8.3.0.<br />
My problem was very similar: The Joomla! installer pre-installation check screen displayed &#8220;Unwritable&#8221; in red for the session save path parameter.</p>
<p>I did everything Dustin said above. But it still did not work. I tried about 20 other things, nothing worked. Finally, I found somewhere that you should re-start the Apache Web Server Service. I did that, and voila&#8217;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on World Perspective Photos by Dustin</title>
		<link>http://www.dustinsdesign.com/world-perspective-photos/#comment-28</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sun, 27 Apr 2008 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/world-perspective-photos/#comment-28</guid>
		<description>This is one of the more popular pages on my blog - however I haven't seen any comments yet! Your thoughts are appreciated! Feel free to leave a comment!</description>
		<content:encoded><![CDATA[<p>This is one of the more popular pages on my blog - however I haven&#8217;t seen any comments yet! Your thoughts are appreciated! Feel free to leave a comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Permissions for Joomla and Plesk by Ville</title>
		<link>http://www.dustinsdesign.com/perfect-permissions-for-joomla-and-plesk/#comment-27</link>
		<dc:creator>Ville</dc:creator>
		<pubDate>Thu, 24 Apr 2008 04:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/perfect-permissions-for-joomla-and-plesk/#comment-27</guid>
		<description>OK this looks good but:
- Developer installs module at Joomla
- Now the permissions are not 664 anymore but 644 as Apache creates the file with umask 644
- Developer changes something on the module and wants to upload using ftp
-&#62; as the file owner is apache and group is psacln, the developer cannot overwrite the file as only the owner has write permission (644).

I think Apache should need to be changed to umask the files so that group has write permission (664).

Any thoughts?</description>
		<content:encoded><![CDATA[<p>OK this looks good but:<br />
- Developer installs module at Joomla<br />
- Now the permissions are not 664 anymore but 644 as Apache creates the file with umask 644<br />
- Developer changes something on the module and wants to upload using ftp<br />
-&gt; as the file owner is apache and group is psacln, the developer cannot overwrite the file as only the owner has write permission (644).</p>
<p>I think Apache should need to be changed to umask the files so that group has write permission (664).</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Permissions for Joomla and Plesk by Dustin</title>
		<link>http://www.dustinsdesign.com/perfect-permissions-for-joomla-and-plesk/#comment-26</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 21 Apr 2008 18:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustinsdesign.com/perfect-permissions-for-joomla-and-plesk/#comment-26</guid>
		<description>UPDATE: Ftp issue resolved - it was a syntax issue with my proftpd.conf file. Running smoothly now.</description>
		<content:encoded><![CDATA[<p>UPDATE: Ftp issue resolved - it was a syntax issue with my proftpd.conf file. Running smoothly now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
