<?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: An AJAX Based Shopping Cart with PHP, CSS &amp; jQuery</title>
	<atom:link href="http://tutorialzine.com/2009/09/shopping-cart-php-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/</link>
	<description>PHP MySQL jQuery CSS Tutorials, Resources and Freebies</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:51:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bigboss</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-3106</link>
		<dc:creator>Bigboss</dc:creator>
		<pubDate>Thu, 25 Feb 2010 19:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-3106</guid>
		<description>@ Dimitar Danailov - I have the same issue!

Does anyone know how to get rid of the multiple &#039;flashes&#039; of the product when an image is clicked on and subsequently dragged around the screen or dropped into the shopping basket.

I think it might be to do with the fact that the containment area is set to &#039;document&#039; within script.js but not sure.

Any ideas guys?</description>
		<content:encoded><![CDATA[<p>@ Dimitar Danailov &#8211; I have the same issue!</p>
<p>Does anyone know how to get rid of the multiple &#8216;flashes&#8217; of the product when an image is clicked on and subsequently dragged around the screen or dropped into the shopping basket.</p>
<p>I think it might be to do with the fact that the containment area is set to &#8216;document&#8217; within script.js but not sure.</p>
<p>Any ideas guys?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernandos</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-3070</link>
		<dc:creator>Fernandos</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-3070</guid>
		<description>Absolutely Fantastic. You bring it to the point Martin!
This is awesome as a tutorial, there are no questions left open.

What I like about your Website is that you don&#039;t publish shit. You&#039;re writing really high quality tutorials! I highly appreciate that.
Cheers and Beers mate! It&#039;s not quantity but quality that matters and your site is the evidence.

And the best is that you offer a great user experience, because your Site design allows one to read an article without losing focus. All in one page, no dvisions into sections(which is bad practice imho).

You mustn&#039;t give support here for free! Nettuts+ is taking money for their tutorials too. I can tell ya, I&#039;d pay.

Best regards
Fernandos</description>
		<content:encoded><![CDATA[<p>Absolutely Fantastic. You bring it to the point Martin!<br />
This is awesome as a tutorial, there are no questions left open.</p>
<p>What I like about your Website is that you don&#8217;t publish shit. You&#8217;re writing really high quality tutorials! I highly appreciate that.<br />
Cheers and Beers mate! It&#8217;s not quantity but quality that matters and your site is the evidence.</p>
<p>And the best is that you offer a great user experience, because your Site design allows one to read an article without losing focus. All in one page, no dvisions into sections(which is bad practice imho).</p>
<p>You mustn&#8217;t give support here for free! Nettuts+ is taking money for their tutorials too. I can tell ya, I&#8217;d pay.</p>
<p>Best regards<br />
Fernandos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jed</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2761</link>
		<dc:creator>jed</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2761</guid>
		<description>this script is very nice.

but after checkout how if i wants to connect with email from like after checkout user details form will appear like his name,email, address, mobile number and all this details with the products he purchased sent me to my email 

anybody can help me ?

I&#039;m waiting for replies 

jed</description>
		<content:encoded><![CDATA[<p>this script is very nice.</p>
<p>but after checkout how if i wants to connect with email from like after checkout user details form will appear like his name,email, address, mobile number and all this details with the products he purchased sent me to my email </p>
<p>anybody can help me ?</p>
<p>I&#8217;m waiting for replies </p>
<p>jed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2752</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 10 Feb 2010 22:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2752</guid>
		<description>Hey guys,

I tried posting but nothing seemed to be approved. What I would like to do is this:

I have created  a new page called getRow.php which holds the call to pull the products from the DB as such:

&lt;?php

				$result = mysql_query(&quot;SELECT * FROM internet_shop&quot;);
				while($row=mysql_fetch_assoc($result))
				{
					echo &#039;&#039;;
				}

				?&gt;

What I would like to do it take that same logic but do it with JQuery like this:


var grbData = $.ajax({
	type : &quot;GET&quot;,
	url : &quot;getRow.php&quot;,
	dataType: &#039;html&#039;,
	success: function (html) {
		$(&quot;.drag-desired&quot;).html(html);
	},
	error: function (xhr) {
		$(&#039;#errorDisplay&#039;).html(&#039;Error: &#039;+ xhr.status +&#039;&#039; +xhr.statusText);
	}
});


The problem i&#039;m seeing is the draggable and droppable effects no longer work.

Please any insight as to why doing this would affect having the effects applied to the products images.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I tried posting but nothing seemed to be approved. What I would like to do is this:</p>
<p>I have created  a new page called getRow.php which holds the call to pull the products from the DB as such:</p>
<p>&lt;?php</p>
<p>				$result = mysql_query(&quot;SELECT * FROM internet_shop&quot;);<br />
				while($row=mysql_fetch_assoc($result))<br />
				{<br />
					echo &#039;&#8217;;<br />
				}</p>
<p>				?&gt;</p>
<p>What I would like to do it take that same logic but do it with JQuery like this:</p>
<p>var grbData = $.ajax({<br />
	type : &#8220;GET&#8221;,<br />
	url : &#8220;getRow.php&#8221;,<br />
	dataType: &#8216;html&#8217;,<br />
	success: function (html) {<br />
		$(&#8220;.drag-desired&#8221;).html(html);<br />
	},<br />
	error: function (xhr) {<br />
		$(&#8216;#errorDisplay&#8217;).html(&#8216;Error: &#8216;+ xhr.status +&#8221; +xhr.statusText);<br />
	}<br />
});</p>
<p>The problem i&#8217;m seeing is the draggable and droppable effects no longer work.</p>
<p>Please any insight as to why doing this would affect having the effects applied to the products images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamshed Farhan</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2171</link>
		<dc:creator>Zamshed Farhan</dc:creator>
		<pubDate>Tue, 12 Jan 2010 04:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2171</guid>
		<description>I think it&#039;s the best one, I have ever seen about AJAX shopping cart.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s the best one, I have ever seen about AJAX shopping cart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar Danailov</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2100</link>
		<dc:creator>Dimitar Danailov</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2100</guid>
		<description>$(&#039;.tooltip&#039;).hide();   // hiding the tooltip (sometimes it stays on screen after the drag)

It&#039;s work ,but some times not hide the tooltip.

Try in demo with Ipone and see the bug - not hide the tooltip.

I try to fadeOut() ,but this time when bug is UP - fade tooltip 3 times.

http://img200.imageshack.us/img200/8171/buggf.png</description>
		<content:encoded><![CDATA[<p>$(&#8216;.tooltip&#8217;).hide();   // hiding the tooltip (sometimes it stays on screen after the drag)</p>
<p>It&#8217;s work ,but some times not hide the tooltip.</p>
<p>Try in demo with Ipone and see the bug &#8211; not hide the tooltip.</p>
<p>I try to fadeOut() ,but this time when bug is UP &#8211; fade tooltip 3 times.</p>
<p><a href="http://img200.imageshack.us/img200/8171/buggf.png" rel="nofollow">http://img200.imageshack.us/img200/8171/buggf.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blabbybeer</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2076</link>
		<dc:creator>Blabbybeer</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2076</guid>
		<description>This is a brillaint cart, I think drag and drop carts should become the new standard!

I need some help though...

My question is the same as Nikolius post from October 5, 2009 at 11:30 pm, (storing the cart contents from page to page) trouble is I don&#039;t know a great deal of javascript; could you give an example of how to implement the code you are talking about in your reply. Also instead of storing the data in a cookie could it be passed into a php session??

Thanks in advance blabbybeer</description>
		<content:encoded><![CDATA[<p>This is a brillaint cart, I think drag and drop carts should become the new standard!</p>
<p>I need some help though&#8230;</p>
<p>My question is the same as Nikolius post from October 5, 2009 at 11:30 pm, (storing the cart contents from page to page) trouble is I don&#8217;t know a great deal of javascript; could you give an example of how to implement the code you are talking about in your reply. Also instead of storing the data in a cookie could it be passed into a php session??</p>
<p>Thanks in advance blabbybeer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Turbis</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2060</link>
		<dc:creator>Olivier Turbis</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2060</guid>
		<description>Great. Any possibility for you to make a &quot;part 2&quot; integrating Paypal in it? ;)</description>
		<content:encoded><![CDATA[<p>Great. Any possibility for you to make a &#8220;part 2&#8243; integrating Paypal in it? <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tz</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-2006</link>
		<dc:creator>tz</dc:creator>
		<pubDate>Tue, 05 Jan 2010 06:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-2006</guid>
		<description>A drag and drop shopping cart is not a good idea. I worked at a company that did a LOT of usability testing on their shopping cart in every age bracket. Older users need things clearly defined and they have no idea what drag and drop even means. Regardless of how cool it is, this shopping cart would ultimately have to be scrapped for the good ole Add to Cart button that is the web standard.
Several users even had no idea where to enter a credit card number even though it was clearly labeled in large text. Sorry, but people are dumb, and we as web developers have to dumb down our sites for them if we want to make money.</description>
		<content:encoded><![CDATA[<p>A drag and drop shopping cart is not a good idea. I worked at a company that did a LOT of usability testing on their shopping cart in every age bracket. Older users need things clearly defined and they have no idea what drag and drop even means. Regardless of how cool it is, this shopping cart would ultimately have to be scrapped for the good ole Add to Cart button that is the web standard.<br />
Several users even had no idea where to enter a credit card number even though it was clearly labeled in large text. Sorry, but people are dumb, and we as web developers have to dumb down our sites for them if we want to make money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drian nugroho</title>
		<link>http://tutorialzine.com/2009/09/shopping-cart-php-jquery/#comment-1939</link>
		<dc:creator>drian nugroho</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=394#comment-1939</guid>
		<description>this is awesome, has anybody know the resources that explain about jquery single page or one page checkout process like www.fadedsoul.ca..?

thanks a lot</description>
		<content:encoded><![CDATA[<p>this is awesome, has anybody know the resources that explain about jquery single page or one page checkout process like <a href="http://www.fadedsoul.ca..?" rel="nofollow">http://www.fadedsoul.ca..?</a></p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
