<?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 Nick Bartlett</title>
	<atom:link href="http://nickbartlett.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickbartlett.com/wordpress</link>
	<description>PHP Developer in Minnesota</description>
	<lastBuildDate>Sat, 05 May 2012 13:09:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Google Checkout Subscription HTML API Sucks by nick</title>
		<link>http://nickbartlett.com/wordpress/google-checkout-subscription-html-api/comment-page-1/#comment-2202</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sat, 05 May 2012 13:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://nickbartlett.com/wordpress/?p=924#comment-2202</guid>
		<description>Ryan, I just switched over to www.stripe.com.  They have no monthly fees and a rebilling service.  The integration was very easy; I&#039;d recommend giving them a shot.</description>
		<content:encoded><![CDATA[<p>Ryan, I just switched over to <a href="http://www.stripe.com" rel="nofollow">http://www.stripe.com</a>.  They have no monthly fees and a rebilling service.  The integration was very easy; I&#8217;d recommend giving them a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Unknown column &#8216;price_table_price.attribute_id&#8217; in &#8216;where clause&#8217; by nick</title>
		<link>http://nickbartlett.com/wordpress/magento-unknown-column-price_table_price-attribute_id-in-where-clause/comment-page-1/#comment-2201</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sat, 05 May 2012 13:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://nickbartlett.com/wordpress/?p=939#comment-2201</guid>
		<description>Hi Rick, I&#039;m sorry but I don&#039;t remember and I may not have even known exactly what fixed it.  It was solved by starting the custom overridden method new again based on Magento&#039;s new version of the method.</description>
		<content:encoded><![CDATA[<p>Hi Rick, I&#8217;m sorry but I don&#8217;t remember and I may not have even known exactly what fixed it.  It was solved by starting the custom overridden method new again based on Magento&#8217;s new version of the method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Unknown column &#8216;price_table_price.attribute_id&#8217; in &#8216;where clause&#8217; by Rick Rodgers</title>
		<link>http://nickbartlett.com/wordpress/magento-unknown-column-price_table_price-attribute_id-in-where-clause/comment-page-1/#comment-2200</link>
		<dc:creator>Rick Rodgers</dc:creator>
		<pubDate>Fri, 04 May 2012 22:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://nickbartlett.com/wordpress/?p=939#comment-2200</guid>
		<description>What did you have to modify in order to fix this?  I understand the file you were altering, but what did you have to change it to?</description>
		<content:encoded><![CDATA[<p>What did you have to modify in order to fix this?  I understand the file you were altering, but what did you have to change it to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must know commands for Selenium IDE by nicholas</title>
		<link>http://nickbartlett.com/wordpress/must-know-commands-for-selenium-ide/comment-page-1/#comment-2199</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Tue, 01 May 2012 21:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=64#comment-2199</guid>
		<description>lol Sounds impossible on a properly built app. Passwords are meant to be secure. are you trying to hack something?</description>
		<content:encoded><![CDATA[<p>lol Sounds impossible on a properly built app. Passwords are meant to be secure. are you trying to hack something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must know commands for Selenium IDE by nicholas</title>
		<link>http://nickbartlett.com/wordpress/must-know-commands-for-selenium-ide/comment-page-1/#comment-2198</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Tue, 01 May 2012 21:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=64#comment-2198</guid>
		<description>and obviously you&#039;d want to do something different than set the data... like push button or something. whatever&#039;s in the code for the button. I&#039;m sure the developer knows.</description>
		<content:encoded><![CDATA[<p>and obviously you&#8217;d want to do something different than set the data&#8230; like push button or something. whatever&#8217;s in the code for the button. I&#8217;m sure the developer knows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must know commands for Selenium IDE by nicholas</title>
		<link>http://nickbartlett.com/wordpress/must-know-commands-for-selenium-ide/comment-page-1/#comment-2197</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Tue, 01 May 2012 21:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=64#comment-2197</guid>
		<description>you need to call javascript. not sure what yours is but here&#039;s an example:

Command  Target

runScript     CKEDITOR.instances[&#039;description&#039;].setData(&#039;&lt;strong&gt;testContent&lt;/strong&gt;&#039;);

..... so Ckeditor in this case is the java applet, and the instance is set by the developer. Hope this helps, this is java script, may java applet is different.</description>
		<content:encoded><![CDATA[<p>you need to call javascript. not sure what yours is but here&#8217;s an example:</p>
<p>Command  Target</p>
<p>runScript     CKEDITOR.instances['description'].setData(&#8216;<strong>testContent</strong>&#8216;);</p>
<p>&#8230;.. so Ckeditor in this case is the java applet, and the instance is set by the developer. Hope this helps, this is java script, may java applet is different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must know commands for Selenium IDE by nicholas</title>
		<link>http://nickbartlett.com/wordpress/must-know-commands-for-selenium-ide/comment-page-1/#comment-2196</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Tue, 01 May 2012 21:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=64#comment-2196</guid>
		<description>http://release.seleniumhq.org/selenium-core/1.0.1/reference.html</description>
		<content:encoded><![CDATA[<p><a href="http://release.seleniumhq.org/selenium-core/1.0.1/reference.html" rel="nofollow">http://release.seleniumhq.org/selenium-core/1.0.1/reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to delete an order with Prestashop by L</title>
		<link>http://nickbartlett.com/wordpress/how-to-delete-an-order-with-prestashop/comment-page-1/#comment-2195</link>
		<dc:creator>L</dc:creator>
		<pubDate>Tue, 01 May 2012 14:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=475#comment-2195</guid>
		<description>thank you sooooo much!!</description>
		<content:encoded><![CDATA[<p>thank you sooooo much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento cannot log into admin by tuba</title>
		<link>http://nickbartlett.com/wordpress/magento-cannot-log-into-admin/comment-page-1/#comment-2194</link>
		<dc:creator>tuba</dc:creator>
		<pubDate>Mon, 30 Apr 2012 19:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=278#comment-2194</guid>
		<description>I have a strange problem, I can create admin via admin, but new admin user&#039;s id and password do not work. any idea? thanks!</description>
		<content:encoded><![CDATA[<p>I have a strange problem, I can create admin via admin, but new admin user&#8217;s id and password do not work. any idea? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USPS Click N Ship First Class Mail by Techbox Computer</title>
		<link>http://nickbartlett.com/wordpress/usps-click-n-ship-first-class-mail/comment-page-1/#comment-2193</link>
		<dc:creator>Techbox Computer</dc:creator>
		<pubDate>Mon, 30 Apr 2012 19:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=645#comment-2193</guid>
		<description>I asked two tellers down at the P.O. both said I simply had to go to the click -n-ship WRONG....but Nick Bartlett showed us how =)
Thanks Nick</description>
		<content:encoded><![CDATA[<p>I asked two tellers down at the P.O. both said I simply had to go to the click -n-ship WRONG&#8230;.but Nick Bartlett showed us how =)<br />
Thanks Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>

