<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Easy Ajax Album</title>
	<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/</link>
	<description>Sharing useful things with the world.</description>
	<pubDate>Thu, 24 Jul 2008 09:41:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Vojta</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-21354</link>
		<dc:creator>Vojta</dc:creator>
		<pubDate>Sun, 05 Aug 2007 20:44:36 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-21354</guid>
		<description>&lt;p&gt;Nice work, dude, only a few hints:
1) Why not use safe&lt;em&gt;input() instead of htmlentities... everywhere? Is there some reason or is it just a messy code?
2) function safe&lt;/em&gt;input should look like this to be fully UTF-8 compliant:
function safe&lt;em&gt;input($s) {
  return htmlentities(stripslashes($s), ENT&lt;/em&gt;QUOTES, 'UTF-8');
}&lt;/p&gt;

&lt;p&gt;Anyway, thanks for your work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work, dude, only a few hints:
1) Why not use safe<em>input() instead of htmlentities&#8230; everywhere? Is there some reason or is it just a messy code?
2) function safe</em>input should look like this to be fully UTF-8 compliant:
function safe<em>input($s) {
  return htmlentities(stripslashes($s), ENT</em>QUOTES, &#8216;UTF-8&#8242;);
}</p>

<p>Anyway, thanks for your work!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-7531</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Feb 2007 22:47:49 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-7531</guid>
		<description>&lt;p&gt;I love your app! Thanks for the hard work. I have a question, is it possible to embed this app into another web page shell that already has a design applied to it? For example, I'd like to use it within our site: www.creativespiritcenter.org&lt;/p&gt;

&lt;p&gt;Any light you can shed on this would be great! Thanks!
Steve&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I love your app! Thanks for the hard work. I have a question, is it possible to embed this app into another web page shell that already has a design applied to it? For example, I&#8217;d like to use it within our site: <a href="http://www.creativespiritcenter.org" rel="nofollow">http://www.creativespiritcenter.org</a></p>

<p>Any light you can shed on this would be great! Thanks!
Steve</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6909</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 26 Jan 2007 13:34:12 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6909</guid>
		<description>&lt;p&gt;&lt;strong&gt;JÃ¼rgen:&lt;/strong&gt; OK, let's assume that you are missing the GD library.&lt;/p&gt;

&lt;p&gt;Your service provider lists GD as a loadable extension. My German's not
too good, but I'm pretty sure that all you need to do is add a line to
your httpd.conf file. Here's the relevant page...&lt;/p&gt;

&lt;p&gt;http://www.hostsharing.net/dokumentation/installationsanleitungen/php-505.html
http://www.hostsharing.net/dokumentation/installationsanleitungen/php-4311.html&lt;/p&gt;

&lt;p&gt;Let me know how you get on.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>JÃ¼rgen:</strong> OK, let&#8217;s assume that you are missing the GD library.</p>

<p>Your service provider lists GD as a loadable extension. My German&#8217;s not
too good, but I&#8217;m pretty sure that all you need to do is add a line to
your httpd.conf file. Here&#8217;s the relevant page&#8230;</p>

<p><a href="http://www.hostsharing.net/dokumentation/installationsanleitungen/php-505.html" rel="nofollow">http://www.hostsharing.net/dokumentation/installationsanleitungen/php-505.html</a>
<a href="http://www.hostsharing.net/dokumentation/installationsanleitungen/php-4311.html" rel="nofollow">http://www.hostsharing.net/dokumentation/installationsanleitungen/php-4311.html</a></p>

<p>Let me know how you get on.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JÃ¼rgen</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6908</link>
		<dc:creator>JÃ¼rgen</dc:creator>
		<pubDate>Fri, 26 Jan 2007 12:56:22 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6908</guid>
		<description>&lt;p&gt;Thanks for your help.&lt;/p&gt;

&lt;p&gt;The URL is:
http://jac.netzforum.de/wp-content/upload/&lt;/p&gt;

&lt;p&gt;It shows only the image name, but there is preview. Maybe it's the GD library built-in. Do you know, where to get und to install?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for your help.</p>

<p>The URL is:
<a href="http://jac.netzforum.de/wp-content/upload/" rel="nofollow">http://jac.netzforum.de/wp-content/upload/</a></p>

<p>It shows only the image name, but there is preview. Maybe it&#8217;s the GD library built-in. Do you know, where to get und to install?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6906</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 26 Jan 2007 10:21:42 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6906</guid>
		<description>&lt;p&gt;&lt;strong&gt;JÃ¼rgen:&lt;/strong&gt; Thank you very much for trying it. It's very much a work in progress at
the moment. Broad reliability will only come when lots of people try it
and report their problems to me.&lt;/p&gt;

&lt;p&gt;I confess that I've not tried it with PHP 5. Are your running Windows or
Unix?&lt;/p&gt;

&lt;p&gt;The problems I &lt;em&gt;expect&lt;/em&gt; people to get are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The web-server needs privilege to create new files &#38; directories.
(Obviously this is not your problem, since you have new directories.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;PHP needs the GD library built-in, so that it can create new JPGs.
(You say that one new JPG was created, so this seems to be OK too.)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Have you tried looking in the HTML that it produces (view-source in your
browser)? Sometimes that's the only way to see the error messages.&lt;/p&gt;

&lt;p&gt;Are you running on a public web-site? If you give me the URL I'll have a
look and see if I can work out what's wrong.&lt;/p&gt;

&lt;p&gt;Thanks again for the problem report.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>JÃ¼rgen:</strong> Thank you very much for trying it. It&#8217;s very much a work in progress at
the moment. Broad reliability will only come when lots of people try it
and report their problems to me.</p>

<p>I confess that I&#8217;ve not tried it with PHP 5. Are your running Windows or
Unix?</p>

<p>The problems I <em>expect</em> people to get are:</p>

<ol>
<li><p>The web-server needs privilege to create new files &amp; directories.
(Obviously this is not your problem, since you have new directories.)</p></li>
<li><p>PHP needs the GD library built-in, so that it can create new JPGs.
(You say that one new JPG was created, so this seems to be OK too.)</p></li>
</ol>

<p>Have you tried looking in the HTML that it produces (view-source in your
browser)? Sometimes that&#8217;s the only way to see the error messages.</p>

<p>Are you running on a public web-site? If you give me the URL I&#8217;ll have a
look and see if I can work out what&#8217;s wrong.</p>

<p>Thanks again for the problem report.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JÃ¼rgen</title>
		<link>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6905</link>
		<dc:creator>JÃ¼rgen</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:45:08 +0000</pubDate>
		<guid>http://blog.firetree.net/2007/01/17/easy-ajax-album/#comment-6905</guid>
		<description>&lt;p&gt;Thanks. A nice tool, but it doesn't work. &lt;/p&gt;

&lt;p&gt;I am running (under the above adress) a PHP 5.0.5 via cgi wrapper. In the test directory are some jpgs, but only one jpeg was generated (without a preview). On the web server the script has generated two empty directories (with the name of only two pictures). I have tested it with Firefox 2.0 - with your example above it works finde. &lt;/p&gt;

&lt;p&gt;What do you think?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. A nice tool, but it doesn&#8217;t work. </p>

<p>I am running (under the above adress) a PHP 5.0.5 via cgi wrapper. In the test directory are some jpgs, but only one jpeg was generated (without a preview). On the web server the script has generated two empty directories (with the name of only two pictures). I have tested it with Firefox 2.0 - with your example above it works finde. </p>

<p>What do you think?</p>]]></content:encoded>
	</item>
</channel>
</rss>
