<?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 Web development, web design, online marketing, and electronics blog by Joshua McGinnis</title>
	<atom:link href="http://blog.joshuamcginnis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuamcginnis.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 03:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on how to enable libcurl in wamp by Jason Priem</title>
		<link>http://blog.joshuamcginnis.com/2008/09/how-to-enable-libcurl-in-wamp/comment-page-1/#comment-335</link>
		<dc:creator>Jason Priem</dc:creator>
		<pubDate>Wed, 10 Mar 2010 03:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=890#comment-335</guid>
		<description>Thanks!  WAMP was using curl just fine, but I was having trouble getting the NetBeans IDE&#039;s PHPUnit support working with curl.  Uncommenting the appropriate line in php.ini did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks!  WAMP was using curl just fine, but I was having trouble getting the NetBeans IDE&#8217;s PHPUnit support working with curl.  Uncommenting the appropriate line in php.ini did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Jennifer Strahan</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-334</link>
		<dc:creator>Jennifer Strahan</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-334</guid>
		<description>Hi, 

I have an application where I parse the Quickbase results and display them on a search results page.   In some cases the quickbase query returns so many records that I&#039;m getting a memory error in PHP.  I&#039;d like to set up the results page so that I display a limited number of results and include links at the bottom so user can click to load the next set.  I read about options skp-n and num-n but I haven&#039;t had any luck figuring out how to specify those options in the do_query function.  I tried the following with no luck:
 $results = $quickbase-&gt;do_query($queries, &#039;&#039;, &#039;&#039;, &#039;6.9.11.13.14.20.31.33.34.81&#039;, &#039;&#039;, &#039;&#039;,&#039;num-500&#039;);

Any suggestions on how I can add the options?

Thanks,
Jennifer</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have an application where I parse the Quickbase results and display them on a search results page.   In some cases the quickbase query returns so many records that I&#8217;m getting a memory error in PHP.  I&#8217;d like to set up the results page so that I display a limited number of results and include links at the bottom so user can click to load the next set.  I read about options skp-n and num-n but I haven&#8217;t had any luck figuring out how to specify those options in the do_query function.  I tried the following with no luck:<br />
 $results = $quickbase-&gt;do_query($queries, &#8221;, &#8221;, &#8216;6.9.11.13.14.20.31.33.34.81&#8242;, &#8221;, &#8221;,&#8217;num-500&#8242;);</p>
<p>Any suggestions on how I can add the options?</p>
<p>Thanks,<br />
Jennifer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Rico</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-333</link>
		<dc:creator>Rico</dc:creator>
		<pubDate>Sun, 07 Mar 2010 02:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-333</guid>
		<description>Hi Joshua,

Good work on this API.

Do you have a sample code using the public function add_record but with uploads? (i am using $usexml = true;) 
What kind of variable is $upload? 
How do upload the file?

$response = $qb-&gt;add_record ($fields, $uploads);

~Rico</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>Good work on this API.</p>
<p>Do you have a sample code using the public function add_record but with uploads? (i am using $usexml = true;)<br />
What kind of variable is $upload?<br />
How do upload the file?</p>
<p>$response = $qb-&gt;add_record ($fields, $uploads);</p>
<p>~Rico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to enable libcurl in wamp by akm1313</title>
		<link>http://blog.joshuamcginnis.com/2008/09/how-to-enable-libcurl-in-wamp/comment-page-1/#comment-332</link>
		<dc:creator>akm1313</dc:creator>
		<pubDate>Tue, 02 Mar 2010 05:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=890#comment-332</guid>
		<description>Thanks! ... works a charm</description>
		<content:encoded><![CDATA[<p>Thanks! &#8230; works a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Joshua</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-331</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-331</guid>
		<description>Unfortunately, no - you cannot update a users password via the api.</description>
		<content:encoded><![CDATA[<p>Unfortunately, no &#8211; you cannot update a users password via the api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Nicolas</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-330</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-330</guid>
		<description>Hello,

I just want to know if there is a possibility to update the password in QuickBase via API ?

Thanks for your answers.

Nicolas</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I just want to know if there is a possibility to update the password in QuickBase via API ?</p>
<p>Thanks for your answers.</p>
<p>Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Len</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-329</link>
		<dc:creator>Len</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-329</guid>
		<description>Josh,

I have been using the QB Perl SDK for some time, but now must venture down the PHP path.  The below is returning an invalid request, and I am not sure why.  My test is to return all the records from a table.  It appears that authentication is succeeding, and that the token is behaving correctly.  What am I missing?  Thanks much!

$quickbase = new QuickBase(&#039;$username&#039;, &#039;$password&#039;, true, &#039;$dbid&#039;, &#039;$QBToken&#039;);
$queries = array(
                        array(
                                &#039;fid&#039;   =&gt; &#039;0&#039;,
                                &#039;ev&#039;    =&gt; &#039;ct&#039;,
                                &#039;cri&#039;   =&gt; &#039;&#039;)
                         );
$results = $quickbase-&gt;do_query($queries, &#039;&#039;, &#039;&#039;, &#039;&#039;);

-Len</description>
		<content:encoded><![CDATA[<p>Josh,</p>
<p>I have been using the QB Perl SDK for some time, but now must venture down the PHP path.  The below is returning an invalid request, and I am not sure why.  My test is to return all the records from a table.  It appears that authentication is succeeding, and that the token is behaving correctly.  What am I missing?  Thanks much!</p>
<p>$quickbase = new QuickBase(&#8216;$username&#8217;, &#8216;$password&#8217;, true, &#8216;$dbid&#8217;, &#8216;$QBToken&#8217;);<br />
$queries = array(<br />
                        array(<br />
                                &#8216;fid&#8217;   =&gt; &#8216;0&#8242;,<br />
                                &#8216;ev&#8217;    =&gt; &#8216;ct&#8217;,<br />
                                &#8216;cri&#8217;   =&gt; &#8221;)<br />
                         );<br />
$results = $quickbase-&gt;do_query($queries, &#8221;, &#8221;, &#8221;);</p>
<p>-Len</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to enable libcurl in wamp by Brando Bandido</title>
		<link>http://blog.joshuamcginnis.com/2008/09/how-to-enable-libcurl-in-wamp/comment-page-1/#comment-328</link>
		<dc:creator>Brando Bandido</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=890#comment-328</guid>
		<description>Thanks! It really helps!</description>
		<content:encoded><![CDATA[<p>Thanks! It really helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Joshua</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-325</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-325</guid>
		<description>Don&#039;t forget also that there are other options besides Flex for graphs. There are some really nice PHP graphing libraries that will let you feed it an XML file of your data and will spit out a nice graph. 

This could be an alternative to Flex as well if the sandboxing issue is a pain.

Feel free to ping me on google talk if you ever have any other questions: goodespeler@gmail.com

- Joshua</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget also that there are other options besides Flex for graphs. There are some really nice PHP graphing libraries that will let you feed it an XML file of your data and will spit out a nice graph. </p>
<p>This could be an alternative to Flex as well if the sandboxing issue is a pain.</p>
<p>Feel free to ping me on google talk if you ever have any other questions: <a href="mailto:goodespeler@gmail.com">goodespeler@gmail.com</a></p>
<p>- Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on quickbase php api examples by Hunter</title>
		<link>http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/comment-page-1/#comment-324</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/?p=1228#comment-324</guid>
		<description>I have signed up for the IPP and definitely think it&#039;s great.  However we use QB to manage several aspects of clinical trials for biotechs.  Each trial has customized components to it, so the &quot;build once sell to many&quot; concept of the IPP is a bit out of our (read &quot;my&quot;) development experience at the moment.  At some point I&#039;d like to build a product that could be sold on the marketplace and then adapted by the user for each trial.  For now, though we can copy over apps and change what&#039;s needed.

Flex has been great for building really nice graphs using the QB data.  Also, I built an interface for transferring certain records from other systems into QB.

However, I like the idea of using PHP for getting the data in and out of QB for the Flex front end to use.  It&#039;s great that you made php wrapper for this.  I will try it out today.

Thanks!</description>
		<content:encoded><![CDATA[<p>I have signed up for the IPP and definitely think it&#8217;s great.  However we use QB to manage several aspects of clinical trials for biotechs.  Each trial has customized components to it, so the &#8220;build once sell to many&#8221; concept of the IPP is a bit out of our (read &#8220;my&#8221;) development experience at the moment.  At some point I&#8217;d like to build a product that could be sold on the marketplace and then adapted by the user for each trial.  For now, though we can copy over apps and change what&#8217;s needed.</p>
<p>Flex has been great for building really nice graphs using the QB data.  Also, I built an interface for transferring certain records from other systems into QB.</p>
<p>However, I like the idea of using PHP for getting the data in and out of QB for the Flex front end to use.  It&#8217;s great that you made php wrapper for this.  I will try it out today.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
