<?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 blog.jc21</title>
	<atom:link href="http://blog.jc21.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jc21.com</link>
	<description>A snapshot of my more professional life</description>
	<lastBuildDate>Wed, 03 Mar 2010 09:41:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Change the maximum upload size with PHP by mario oyunlar?</title>
		<link>http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/comment-page-1/#comment-8345</link>
		<dc:creator>mario oyunlar?</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/#comment-8345</guid>
		<description>Thank you very much, that is exactly what I was looking for… (unfortunately the ini_set did not work)</description>
		<content:encoded><![CDATA[<p>Thank you very much, that is exactly what I was looking for… (unfortunately the ini_set did not work)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cool Multi Purpose Progress Bars by Sparsh</title>
		<link>http://blog.jc21.com/2008-10-21/cool-multi-purpose-progress-bars/comment-page-1/#comment-8329</link>
		<dc:creator>Sparsh</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2008-10-21/cool-multi-purpose-progress-bars/#comment-8329</guid>
		<description>Hey! you have shared nice process bar. Thanks for the PHP code. I will try it in my site.</description>
		<content:encoded><![CDATA[<p>Hey! you have shared nice process bar. Thanks for the PHP code. I will try it in my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Image Snapshot 1.3 by Jørgen</title>
		<link>http://blog.jc21.com/2006-06-11/image-snapshot/comment-page-1/#comment-8317</link>
		<dc:creator>Jørgen</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/4#comment-8317</guid>
		<description>Hi!

Thank you for this wonderful class! I just upgraded to version 2 but cant get the example work. I put the two files, and an image called test.jpg, in the same folder, and I changed the saveImage-location to the same folder. But the only thing that appears is :
&quot;Problem converting image! Make sure you are Loading it.
Cannot Save File: save.jpg NO DATA IN OUTPUTCould not save Image!
Output Width: 800px
Output Height: 600px &quot; 

Suggestions? 

Thanks
Jørgen</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thank you for this wonderful class! I just upgraded to version 2 but cant get the example work. I put the two files, and an image called test.jpg, in the same folder, and I changed the saveImage-location to the same folder. But the only thing that appears is :<br />
&#8220;Problem converting image! Make sure you are Loading it.<br />
Cannot Save File: save.jpg NO DATA IN OUTPUTCould not save Image!<br />
Output Width: 800px<br />
Output Height: 600px &#8221; </p>
<p>Suggestions? </p>
<p>Thanks<br />
Jørgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax File Browser 3 Beta by jc</title>
		<link>http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/comment-page-1/#comment-8314</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Mon, 08 Feb 2010 05:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/#comment-8314</guid>
		<description>Yes I know why. It&#039;s because there&#039;s a header not getting sent to the server. Usually this is prevented by anti virus, anti spyware or some firewalls even.

But this is no problem to fix. In the root folder of AFB, edit the file: _ajax.php

At the top of the page you&#039;ll see this:
  define(&quot;SECURITY&quot;,true);

Change that to be:
  define(&quot;SECURITY&quot;, false);

and try again. This won&#039;t really make your site any less secure, it was just paranoia.</description>
		<content:encoded><![CDATA[<p>Yes I know why. It&#8217;s because there&#8217;s a header not getting sent to the server. Usually this is prevented by anti virus, anti spyware or some firewalls even.</p>
<p>But this is no problem to fix. In the root folder of AFB, edit the file: _ajax.php</p>
<p>At the top of the page you&#8217;ll see this:<br />
  define(&#8220;SECURITY&#8221;,true);</p>
<p>Change that to be:<br />
  define(&#8220;SECURITY&#8221;, false);</p>
<p>and try again. This won&#8217;t really make your site any less secure, it was just paranoia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax File Browser 3 Beta by James Stone</title>
		<link>http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/comment-page-1/#comment-8310</link>
		<dc:creator>James Stone</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/#comment-8310</guid>
		<description>I&#039;ve a user who is getting the message 

Error - This file is only visible from an Ajax File Browser webpage. Sorry!

Anyone know why this might be? I can&#039;t replicate the error using their login details... am waiting back to hear what browser they have</description>
		<content:encoded><![CDATA[<p>I&#8217;ve a user who is getting the message </p>
<p>Error &#8211; This file is only visible from an Ajax File Browser webpage. Sorry!</p>
<p>Anyone know why this might be? I can&#8217;t replicate the error using their login details&#8230; am waiting back to hear what browser they have</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Aero Mouse Cursors by Surija</title>
		<link>http://blog.jc21.com/2006-09-28/vista-aero-mouse-cursors/comment-page-1/#comment-8231</link>
		<dc:creator>Surija</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2006-09-28/vista-aero-mouse-cursors/#comment-8231</guid>
		<description>Nice work.</description>
		<content:encoded><![CDATA[<p>Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the maximum upload size with PHP by Paul Bennett</title>
		<link>http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/comment-page-1/#comment-8226</link>
		<dc:creator>Paul Bennett</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/#comment-8226</guid>
		<description>Thanks for the .htaccess tip - I didn&#039;t know you could configure php.ini settings there :)

Paul</description>
		<content:encoded><![CDATA[<p>Thanks for the .htaccess tip &#8211; I didn&#8217;t know you could configure php.ini settings there :)</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the maximum upload size with PHP by Padook</title>
		<link>http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/comment-page-1/#comment-8224</link>
		<dc:creator>Padook</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/#comment-8224</guid>
		<description>Thank you very much, that is exactly what I was looking for... (unfortunately the ini_set did not work)</description>
		<content:encoded><![CDATA[<p>Thank you very much, that is exactly what I was looking for&#8230; (unfortunately the ini_set did not work)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Image Snapshot 1.3 by jc</title>
		<link>http://blog.jc21.com/2006-06-11/image-snapshot/comment-page-1/#comment-8187</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/4#comment-8187</guid>
		<description>There are a number of problems with the use of the class in your example. The main one, is that you&#039;re trying to tell the class that the contents of the image file is &quot;test.jpg&quot; - when in fact you mean to say that the contents is file_get_contents(&#039;test.jpg&#039;).

However, this 1.3 class is now superseded by a PHP 5.2+ version, Image Snapshot v2.0.  Although it works in the same way, it works with less code and more readability. The class methods have changed slightly, but should be self explanatory.

You can download it here:
blog.jc21.com/wp-content/code/image_snapshot_v2.0.zip</description>
		<content:encoded><![CDATA[<p>There are a number of problems with the use of the class in your example. The main one, is that you&#8217;re trying to tell the class that the contents of the image file is &#8220;test.jpg&#8221; &#8211; when in fact you mean to say that the contents is file_get_contents(&#8216;test.jpg&#8217;).</p>
<p>However, this 1.3 class is now superseded by a PHP 5.2+ version, Image Snapshot v2.0.  Although it works in the same way, it works with less code and more readability. The class methods have changed slightly, but should be self explanatory.</p>
<p>You can download it here:<br />
blog.jc21.com/wp-content/code/image_snapshot_v2.0.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Image Snapshot 1.3 by OxyMedia</title>
		<link>http://blog.jc21.com/2006-06-11/image-snapshot/comment-page-1/#comment-8186</link>
		<dc:creator>OxyMedia</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/4#comment-8186</guid>
		<description>What&#039;s wrong here? :(

    include(&#039;snapshot.class.php&#039;);
    
    $myimage = new ImageSnapshot;
    $myimage-&gt;ImageContents = &#039;test.jpg&#039;;
    $myimage-&gt;Width = 307;
    $myimage-&gt;Height =  161;
    $myimage-&gt;Resize = true; //if false, snapshot takes a portion from the unsized image.
    $myimage-&gt;ResizeScale = 100;
    $myimage-&gt;Position = &#039;center&#039;;
    $myimage-&gt;Compression = 80;
    
    if ($myimage-&gt;ProcessImage() !== false) {
        $img = $myimage-&gt;GetImageContents();
    } else {
        echo $myimage-&gt;Err;
    }
    
    //saving to a filename
    if ($myimage-&gt;SaveImageAs(&#039;temp.jpg&#039;)) {
        echo &#039;ReturnedWidth . &#039;px;height:&#039; . $myimage-&gt;ReturnedHeight . &#039;px;border:1px solid #f00;&quot;&gt;ReturnedWidth . &#039;&quot; height=&quot;&#039; . $myimage-&gt;ReturnedHeight . &#039;&quot; alt=&quot;&quot; /&gt;&#039;;
    } else {
        echo $myimage-&gt;Err;
    }</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong here? :(</p>
<p>    include(&#8217;snapshot.class.php&#8217;);</p>
<p>    $myimage = new ImageSnapshot;<br />
    $myimage-&gt;ImageContents = &#8216;test.jpg&#8217;;<br />
    $myimage-&gt;Width = 307;<br />
    $myimage-&gt;Height =  161;<br />
    $myimage-&gt;Resize = true; //if false, snapshot takes a portion from the unsized image.<br />
    $myimage-&gt;ResizeScale = 100;<br />
    $myimage-&gt;Position = &#8216;center&#8217;;<br />
    $myimage-&gt;Compression = 80;</p>
<p>    if ($myimage-&gt;ProcessImage() !== false) {<br />
        $img = $myimage-&gt;GetImageContents();<br />
    } else {<br />
        echo $myimage-&gt;Err;<br />
    }</p>
<p>    //saving to a filename<br />
    if ($myimage-&gt;SaveImageAs(&#8216;temp.jpg&#8217;)) {<br />
        echo &#8216;ReturnedWidth . &#8216;px;height:&#8217; . $myimage-&gt;ReturnedHeight . &#8216;px;border:1px solid #f00;&#8221;&gt;ReturnedWidth . &#8216;&#8221; height=&#8221;&#8216; . $myimage-&gt;ReturnedHeight . &#8216;&#8221; alt=&#8221;" /&gt;&#8217;;<br />
    } else {<br />
        echo $myimage-&gt;Err;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Image Snapshot 1.3 by OxyMedia</title>
		<link>http://blog.jc21.com/2006-06-11/image-snapshot/comment-page-1/#comment-8185</link>
		<dc:creator>OxyMedia</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/4#comment-8185</guid>
		<description>Very bad, nothing works, I can&#039;t put a simple image url working :(</description>
		<content:encoded><![CDATA[<p>Very bad, nothing works, I can&#8217;t put a simple image url working :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive Javascript Form Validation for Prototype by VB Guest</title>
		<link>http://blog.jc21.com/2008-03-05/unobtrusive-javascript-form-validation-for-prototype/comment-page-1/#comment-8184</link>
		<dc:creator>VB Guest</dc:creator>
		<pubDate>Sat, 26 Sep 2009 03:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2008-03-05/unobtrusive-javascript-form-validation-for-prototype/#comment-8184</guid>
		<description>I have red your documentation about the script. It looks promising. I am going to try that today. Thanks</description>
		<content:encoded><![CDATA[<p>I have red your documentation about the script. It looks promising. I am going to try that today. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive Javascript Form Validation for Prototype by Lester</title>
		<link>http://blog.jc21.com/2008-03-05/unobtrusive-javascript-form-validation-for-prototype/comment-page-1/#comment-8154</link>
		<dc:creator>Lester</dc:creator>
		<pubDate>Sat, 05 Sep 2009 16:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2008-03-05/unobtrusive-javascript-form-validation-for-prototype/#comment-8154</guid>
		<description>Hi.  Is there a way to call the form validation in js code ? i want to validate the form and then send the data via a ajax post. I had tried JS.Validate.checkForm(), but FF throws an error that the &#039;e&#039; is not an object</description>
		<content:encoded><![CDATA[<p>Hi.  Is there a way to call the form validation in js code ? i want to validate the form and then send the data via a ajax post. I had tried JS.Validate.checkForm(), but FF throws an error that the &#8216;e&#8217; is not an object</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Paypal Button Generator by dedektif</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/comment-page-1/#comment-8109</link>
		<dc:creator>dedektif</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/5#comment-8109</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the maximum upload size with PHP by luis gonzalez</title>
		<link>http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/comment-page-1/#comment-8107</link>
		<dc:creator>luis gonzalez</dc:creator>
		<pubDate>Sat, 01 Aug 2009 06:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/#comment-8107</guid>
		<description>Many many thanks for this awesome application, it&#039;s just what I was looking for the hole week! Thanks for giving the love back! 

Muchas gracias y saludos desde México.</description>
		<content:encoded><![CDATA[<p>Many many thanks for this awesome application, it&#8217;s just what I was looking for the hole week! Thanks for giving the love back! </p>
<p>Muchas gracias y saludos desde México.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to dynamically return XML data using PHP by eric</title>
		<link>http://blog.jc21.com/2006-09-07/how-to-dynamically-return-xml-data-using-php/comment-page-1/#comment-8103</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 28 Jul 2009 06:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2006-09-07/how-to-dynamically-return-xml-data-using-php/#comment-8103</guid>
		<description>boy... what a hack.</description>
		<content:encoded><![CDATA[<p>boy&#8230; what a hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Class: Paypal Button Generator by Jan Moelgaard / dk</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/comment-page-1/#comment-8089</link>
		<dc:creator>Jan Moelgaard / dk</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/archives/5#comment-8089</guid>
		<description>Simply fantastic. Used alle night trying to find something like this ... and here it was. Thanks man!!</description>
		<content:encoded><![CDATA[<p>Simply fantastic. Used alle night trying to find something like this &#8230; and here it was. Thanks man!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the maximum upload size with PHP by mario oyunlar?</title>
		<link>http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/comment-page-1/#comment-8075</link>
		<dc:creator>mario oyunlar?</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-05-03/change-the-maximum-upload-size-with-php/#comment-8075</guid>
		<description>thanks for usefull tutorials</description>
		<content:encoded><![CDATA[<p>thanks for usefull tutorials</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax File Browser 3 Beta by mario oyunlar?</title>
		<link>http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/comment-page-1/#comment-8072</link>
		<dc:creator>mario oyunlar?</dc:creator>
		<pubDate>Tue, 16 Jun 2009 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2007-04-24/ajax-file-browser-3-beta/#comment-8072</guid>
		<description>it works thanks</description>
		<content:encoded><![CDATA[<p>it works thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax File Browser has it&#8217;s own site by cephe kaplama</title>
		<link>http://blog.jc21.com/2006-12-21/ajax-file-browser-has-its-own-site/comment-page-1/#comment-8055</link>
		<dc:creator>cephe kaplama</dc:creator>
		<pubDate>Fri, 29 May 2009 09:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jc21.com/2006-12-21/ajax-file-browser-has-its-own-site/#comment-8055</guid>
		<description>Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
