<?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 on: Configuring WordPress &amp; WPFolio</title>
	<atom:link href="http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:46:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: danielwiener</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-3775</link>
		<dc:creator>danielwiener</dc:creator>
		<pubDate>Sat, 03 Apr 2010 11:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-3775</guid>
		<description>Dread,
Nice meeting you, as well.

Yes. I came across this problem with students at RISD. The slug needs to be one word without spaces or underscores or dashes too. It is a bit of a problem. You cannot have categories like &quot;Recent Work&quot;, etc.</description>
		<content:encoded><![CDATA[<p>Dread,<br />
Nice meeting you, as well.</p>
<p>Yes. I came across this problem with students at RISD. The slug needs to be one word without spaces or underscores or dashes too. It is a bit of a problem. You cannot have categories like &#8220;Recent Work&#8221;, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dread Scott</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-3765</link>
		<dc:creator>Dread Scott</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-3765</guid>
		<description>Hi Daniel,

I noticed Simon on Dec 31 came across a problem that caused a Catchable fatal error.  I just got that error when using the WPFolio Categories widget.  It seemed to be caused by having a space (or a hyphen) in the name of the category.  The slug name may be a problem too, but definitely the category name is a problem.  Hope this helps.

Good meeting you the other day.

Best,
Dread</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I noticed Simon on Dec 31 came across a problem that caused a Catchable fatal error.  I just got that error when using the WPFolio Categories widget.  It seemed to be caused by having a space (or a hyphen) in the name of the category.  The slug name may be a problem too, but definitely the category name is a problem.  Hope this helps.</p>
<p>Good meeting you the other day.</p>
<p>Best,<br />
Dread</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielwiener</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-3097</link>
		<dc:creator>danielwiener</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-3097</guid>
		<description>Meghan,
This was caused by couple of issues. First it was caused by creating pretty urls (when you added /%category%/%postname% to the permalinks settings). Your .htaccess file either was not writable or did not exist. Read the &lt;a href=&quot;http://codex.wordpress.org/Using_Permalinks&quot; rel=&quot;nofollow&quot;&gt;Wordpess Docs on Permalinks t&lt;/a&gt;o solve the problem. Most of the information you need will be in the section titled &quot;Using &#039;Pretty&#039; permalinks&quot;.

The other reason this happened is that the &quot;WordPress address (URL)&quot; was different than your &quot;Blog address (URL)&quot; in Settings-&gt;General. Your Wordpress Address was www.yoursitename.com/art (you had placed your wordpress files in the folder called &quot;art&quot;, as I suggested) but you used the root url (www.yoursitename.com) for you Blog Address. This is a perfectly fine thing to do but you need to configure some files in order for it to work. In the Comment section of &lt;a href=&quot;http://www.danielwiener.com/is/artist_website/installing-wordpress-at-godaddy&quot; rel=&quot;nofollow&quot;&gt;Installing Wordpress&lt;/a&gt; there is an explanation of the problem and links to instructions for solving it.

A 500 server error is often difficult to solve because the error does not give you any information about what is causing it. The solution to the problem is a little more technical than other parts of these tutorials but is solvable nonetheless with a little patience and careful reading of the instructions.</description>
		<content:encoded><![CDATA[<p>Meghan,<br />
This was caused by couple of issues. First it was caused by creating pretty urls (when you added /%category%/%postname% to the permalinks settings). Your .htaccess file either was not writable or did not exist. Read the <a href="http://codex.wordpress.org/Using_Permalinks" rel="nofollow">Wordpess Docs on Permalinks t</a>o solve the problem. Most of the information you need will be in the section titled &quot;Using &#8216;Pretty&#8217; permalinks&quot;.</p>
<p>The other reason this happened is that the &#8220;WordPress address (URL)&#8221; was different than your &#8220;Blog address (URL)&#8221; in Settings-&gt;General. Your WordPress Address was <a href="http://www.yoursitename.com/art" rel="nofollow">http://www.yoursitename.com/art</a> (you had placed your wordpress files in the folder called &#8220;art&#8221;, as I suggested) but you used the root url (www.yoursitename.com) for you Blog Address. This is a perfectly fine thing to do but you need to configure some files in order for it to work. In the Comment section of <a href="http://www.danielwiener.com/is/artist_website/installing-wordpress-at-godaddy" rel="nofollow">Installing WordPress</a> there is an explanation of the problem and links to instructions for solving it.</p>
<p>A 500 server error is often difficult to solve because the error does not give you any information about what is causing it. The solution to the problem is a little more technical than other parts of these tutorials but is solvable nonetheless with a little patience and careful reading of the instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meghan</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2895</link>
		<dc:creator>Meghan</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2895</guid>
		<description>I have gone through these steps and when I go to &quot;view post&quot; this error come up.... any idea what I am neglecting?
&lt;blockquote&gt;Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at meghanrosemorrison.com Port 80&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>I have gone through these steps and when I go to &#8220;view post&#8221; this error come up&#8230;. any idea what I am neglecting?</p>
<blockquote><p>Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
Please contact the server administrator, <a href="mailto:support@supportwebsite.com">support@supportwebsite.com</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br />
More information about this error may be available in the server error log.<br />
Apache Server at meghanrosemorrison.com Port 80</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2534</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 01 Feb 2010 04:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2534</guid>
		<description>I used photoshop, and it worked great!  thanks again.</description>
		<content:encoded><![CDATA[<p>I used photoshop, and it worked great!  thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielwiener</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2532</link>
		<dc:creator>danielwiener</dc:creator>
		<pubDate>Mon, 01 Feb 2010 03:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2532</guid>
		<description>Sam,
Thanks for the tip on &quot;one button fly&quot; ftp.

I took a look at Lightbox 2 with auto-resizing. To help you troubleshoot I need more information. If I were troubleshooting this myself I would check to make sure the files are all where they are supposed to be. I would check the page source for the page (in Firefox, it is View-&gt;Page Source). Check the settings in Wordpress. I also use the Firebug extension for Firefox to debug javascript. If you give me more information I may be able to give more specific suggestions. 

--And  some more thoughts---

I think the problem is that your images are too big. As with everything digital, images will be rendered on different sized screens with different resolutions, so you have to compromise to fin the optimal image size. Now, I suggest that images be no more than 900 pixels wide and 600 pixels high at 72dpi. This size will fit on an average-sized screen without scrolling but aren&#039;t too small on a big screen. This means that you will need to delete the images you have up on your site now, prepare images with photoshop or another image editor and upload the resized images to the image gallery on your site.

As an alternative you can tell Wordpress to resize your images when you upload them. Go to Setting-&gt;Media in the Wordpress Admin, enter 900 for max width and 600 for max height for large images and save. You will still have to upload your images again for this to take effect.

If you want to use larger images that are resized to the screen size on the fly as they are displayed, this is something more complicated. I am sure that there is a JQuery plugin or hack that will do that, however I am not familiar with one and I expect using it will require some programming knowledge... not just copy and paste.   If you find one, though, please let us know.</description>
		<content:encoded><![CDATA[<p>Sam,<br />
Thanks for the tip on &#8220;one button fly&#8221; ftp.</p>
<p>I took a look at Lightbox 2 with auto-resizing. To help you troubleshoot I need more information. If I were troubleshooting this myself I would check to make sure the files are all where they are supposed to be. I would check the page source for the page (in Firefox, it is View->Page Source). Check the settings in WordPress. I also use the Firebug extension for Firefox to debug javascript. If you give me more information I may be able to give more specific suggestions. </p>
<p>&#8211;And  some more thoughts&#8212;</p>
<p>I think the problem is that your images are too big. As with everything digital, images will be rendered on different sized screens with different resolutions, so you have to compromise to fin the optimal image size. Now, I suggest that images be no more than 900 pixels wide and 600 pixels high at 72dpi. This size will fit on an average-sized screen without scrolling but aren&#8217;t too small on a big screen. This means that you will need to delete the images you have up on your site now, prepare images with photoshop or another image editor and upload the resized images to the image gallery on your site.</p>
<p>As an alternative you can tell WordPress to resize your images when you upload them. Go to Setting-&gt;Media in the WordPress Admin, enter 900 for max width and 600 for max height for large images and save. You will still have to upload your images again for this to take effect.</p>
<p>If you want to use larger images that are resized to the screen size on the fly as they are displayed, this is something more complicated. I am sure that there is a JQuery plugin or hack that will do that, however I am not familiar with one and I expect using it will require some programming knowledge&#8230; not just copy and paste.   If you find one, though, please let us know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2530</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2530</guid>
		<description>Hello Daniel,

When I click on thumbnails, lightbox launches a massive un-centered image.  I found this hack:  
http://nooxnet.com/2009-07-12/lightbox-2-with-auto-resize-in-wordpress/
but it didn&#039;t work for me.  Any suggestions?  Oh, and I&#039;m using &quot;one button ftp,&quot; which is simple and somewhat annoying to use, but free.

thanks,
sam</description>
		<content:encoded><![CDATA[<p>Hello Daniel,</p>
<p>When I click on thumbnails, lightbox launches a massive un-centered image.  I found this hack:<br />
<a href="http://nooxnet.com/2009-07-12/lightbox-2-with-auto-resize-in-wordpress/" rel="nofollow">http://nooxnet.com/2009-07-12/lightbox-2-with-auto-resize-in-wordpress/</a><br />
but it didn&#8217;t work for me.  Any suggestions?  Oh, and I&#8217;m using &#8220;one button ftp,&#8221; which is simple and somewhat annoying to use, but free.</p>
<p>thanks,<br />
sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielwiener</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2162</link>
		<dc:creator>danielwiener</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2162</guid>
		<description>Lars,
Sometimes things that seem like they would be easy are difficult. This is one of them. The code for floating images that is created by Wordpress is a little funky and not too flexible, so if I were doing this I would make some changes to the CSS. However, this can be a bit complicated unless you have a good understanding of CSS. My recommendation is to create a composite image of your 3 chosen images in your favorite image editor (photoshop, etc.) and then upload that image. I do this frequently, even though it is a compromise. I hope this helps.

Daniel</description>
		<content:encoded><![CDATA[<p>Lars,<br />
Sometimes things that seem like they would be easy are difficult. This is one of them. The code for floating images that is created by WordPress is a little funky and not too flexible, so if I were doing this I would make some changes to the CSS. However, this can be a bit complicated unless you have a good understanding of CSS. My recommendation is to create a composite image of your 3 chosen images in your favorite image editor (photoshop, etc.) and then upload that image. I do this frequently, even though it is a compromise. I hope this helps.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars SAmuelsson</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-2153</link>
		<dc:creator>Lars SAmuelsson</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-2153</guid>
		<description>Hi 
I am have set up my site with a static homepage or frontpage. Just curious if it is possible to have more than one image on there.I am thinking like a triptych l. Have tried, with different alignments, but it just comes out uneven and generally strange looking

Thanks muchly

Lars</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am have set up my site with a static homepage or frontpage. Just curious if it is possible to have more than one image on there.I am thinking like a triptych l. Have tried, with different alignments, but it just comes out uneven and generally strange looking</p>
<p>Thanks muchly</p>
<p>Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielwiener</title>
		<link>http://www.danielwiener.com/is/artist_website/configuring-wordpress-wpfolio/comment-page-1#comment-1895</link>
		<dc:creator>danielwiener</dc:creator>
		<pubDate>Thu, 31 Dec 2009 15:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielwiener.com/is/?p=132#comment-1895</guid>
		<description>Simon,
I have not come across this problem so I may not have a quick easy answer. 

A few questions:
Did Wordpress and WPFolio work before you tried the hack for ordering Categories?
In general I would try to get it to work before changing the code. Once you get Wordpress and WPFolio to work then try the hack. Once you are changing the code, my guess is that it is a missing semi-colon, quote, bracket or some other small mistake that computer code does not like.

What version of Wordpress?

What plugins do you have installed? 
When troubleshooting it can help to turn off all the plugins, see if the problem occurs and then turn on plugins one by one to see if they are causing the problem.

Errors like this are very frustrating but we&#039;ll figure out a solution.

Daniel</description>
		<content:encoded><![CDATA[<p>Simon,<br />
I have not come across this problem so I may not have a quick easy answer. </p>
<p>A few questions:<br />
Did WordPress and WPFolio work before you tried the hack for ordering Categories?<br />
In general I would try to get it to work before changing the code. Once you get WordPress and WPFolio to work then try the hack. Once you are changing the code, my guess is that it is a missing semi-colon, quote, bracket or some other small mistake that computer code does not like.</p>
<p>What version of WordPress?</p>
<p>What plugins do you have installed?<br />
When troubleshooting it can help to turn off all the plugins, see if the problem occurs and then turn on plugins one by one to see if they are causing the problem.</p>
<p>Errors like this are very frustrating but we&#8217;ll figure out a solution.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
