<?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 digifuzz.net</title>
	<atom:link href="http://www.digifuzz.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digifuzz.net</link>
	<description>diggin the fuzz for the masses</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:22:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on On-The-Fly Dynamic Thumbnails with PHP by Chris</title>
		<link>http://www.digifuzz.net/archives/2008/06/on-the-fly-dynamic-thumbnails-with-php/comment-page-1/#comment-19798</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=37#comment-19798</guid>
		<description>Hi, It doesn&#039;t seem to work for me. I get no errors, it just displays nothing. I am dropping the following code in to my html:



Thats correct right?

Thanks

Chris</description>
		<content:encoded><![CDATA[<p>Hi, It doesn&#8217;t seem to work for me. I get no errors, it just displays nothing. I am dropping the following code in to my html:</p>
<p>Thats correct right?</p>
<p>Thanks</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP/Javascript File Uploader by digifuzz</title>
		<link>http://www.digifuzz.net/archives/2007/08/phpjavascript-file-uploader/comment-page-1/#comment-19768</link>
		<dc:creator>digifuzz</dc:creator>
		<pubDate>Sat, 06 Mar 2010 15:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/08/phpjavascript-file-uploader/#comment-19768</guid>
		<description>Jillian: Glad you found it useful!</description>
		<content:encoded><![CDATA[<p>Jillian: Glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suckerfish Style Menus in Drupal 6.x by digifuzz</title>
		<link>http://www.digifuzz.net/archives/2008/06/suckerfish-style-menus-in-drupal-6x/comment-page-1/#comment-19767</link>
		<dc:creator>digifuzz</dc:creator>
		<pubDate>Sat, 06 Mar 2010 15:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=39#comment-19767</guid>
		<description>Asim:  looks like maybe you aren&#039;t properly loading jQuery?</description>
		<content:encoded><![CDATA[<p>Asim:  looks like maybe you aren&#8217;t properly loading jQuery?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP/AJAX &#8211; Instant DB Query and Results by Bookmarks &#171; yikes life</title>
		<link>http://www.digifuzz.net/archives/2007/07/phpajax-instant-db-query-and-results/comment-page-1/#comment-19174</link>
		<dc:creator>Bookmarks &#171; yikes life</dc:creator>
		<pubDate>Wed, 10 Feb 2010 22:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/phpajax-instant-db-query-and-results/#comment-19174</guid>
		<description>[...] PHP/AJAX &#8211; Instant DB Query and Results [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP/AJAX &#8211; Instant DB Query and Results [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Lie of the Century by Elias Keomany</title>
		<link>http://www.digifuzz.net/archives/2007/07/the-lie-of-the-century-2/comment-page-1/#comment-19065</link>
		<dc:creator>Elias Keomany</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/the-lie-of-the-century-2/#comment-19065</guid>
		<description>Hi there, I came across your site by using Bing while searching for Weather Balloons and your post caught  my curiosity .</description>
		<content:encoded><![CDATA[<p>Hi there, I came across your site by using Bing while searching for Weather Balloons and your post caught  my curiosity .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP/Javascript File Uploader by Jillian Calderon</title>
		<link>http://www.digifuzz.net/archives/2007/08/phpjavascript-file-uploader/comment-page-1/#comment-18764</link>
		<dc:creator>Jillian Calderon</dc:creator>
		<pubDate>Wed, 27 Jan 2010 03:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/08/phpjavascript-file-uploader/#comment-18764</guid>
		<description>I was using uploadify but a couple of weeks ago it suddenly stopped firing the oncomplete event to execute the rest of my code. Even though it still uploaded the file, the user had no way of knowing it did. All they saw was a progress bar that went to 100% in a second and seemingly did nothing. I didn&#039;t succeed in debugging it, so I wanted a different solution. Then, I found your code. Thanks for posting this. :) After much debugging I was able to get this to work for me. I use window.stop() to cancel the upload. The only thing it&#039;s missing is a progress bar that tracks the % of the file uploaded and I&#039;m not even sure how to start implementing something like that here.</description>
		<content:encoded><![CDATA[<p>I was using uploadify but a couple of weeks ago it suddenly stopped firing the oncomplete event to execute the rest of my code. Even though it still uploaded the file, the user had no way of knowing it did. All they saw was a progress bar that went to 100% in a second and seemingly did nothing. I didn&#8217;t succeed in debugging it, so I wanted a different solution. Then, I found your code. Thanks for posting this. <img src='http://www.digifuzz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  After much debugging I was able to get this to work for me. I use window.stop() to cancel the upload. The only thing it&#8217;s missing is a progress bar that tracks the % of the file uploaded and I&#8217;m not even sure how to start implementing something like that here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suckerfish Style Menus in Drupal 6.x by Asim</title>
		<link>http://www.digifuzz.net/archives/2008/06/suckerfish-style-menus-in-drupal-6x/comment-page-1/#comment-18342</link>
		<dc:creator>Asim</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=39#comment-18342</guid>
		<description>Hi i am new to drupal... I have done every step which are mentioned in this page but when i visit the page, a javascript error occurs

$ is not defined
$.fn.hoverClass = function(c) {\r\n                                                                                 confiztestjs.js (line 1)
                                                                                                                                               confiztestjs.js (line 1)</description>
		<content:encoded><![CDATA[<p>Hi i am new to drupal&#8230; I have done every step which are mentioned in this page but when i visit the page, a javascript error occurs</p>
<p>$ is not defined<br />
$.fn.hoverClass = function(c) {\r\n                                                                                 confiztestjs.js (line 1)<br />
                                                                                                                                               confiztestjs.js (line 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suckerfish Style Menus in Drupal 6.x by matt</title>
		<link>http://www.digifuzz.net/archives/2008/06/suckerfish-style-menus-in-drupal-6x/comment-page-1/#comment-18252</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=39#comment-18252</guid>
		<description>thanks, this helped a lot! This saved me time instead of having to switch to a ROople theme. A lot of the menu css seems like extra but it&#039;s not hard to tailor.</description>
		<content:encoded><![CDATA[<p>thanks, this helped a lot! This saved me time instead of having to switch to a ROople theme. A lot of the menu css seems like extra but it&#8217;s not hard to tailor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I Turned my Linksys WRT54G Router into a Client by Betty McCollum</title>
		<link>http://www.digifuzz.net/archives/2008/07/how-i-turned-my-linksys-wrt54g-router-into-a-client/comment-page-1/#comment-18141</link>
		<dc:creator>Betty McCollum</dc:creator>
		<pubDate>Fri, 01 Jan 2010 03:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=41#comment-18141</guid>
		<description>&lt;B&gt;Tech Question:
&lt;/B&gt;Q</description>
		<content:encoded><![CDATA[<p><b>Tech Question:<br />
</b>Q</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suckerfish Style Menus in Drupal 6.x by kunal</title>
		<link>http://www.digifuzz.net/archives/2008/06/suckerfish-style-menus-in-drupal-6x/comment-page-1/#comment-18076</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/?p=39#comment-18076</guid>
		<description>how do i make a: active link in the sukerfish menu 
please help me out its urgent</description>
		<content:encoded><![CDATA[<p>how do i make a: active link in the sukerfish menu<br />
please help me out its urgent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
