<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/730395</link>
		<description>Comments by Jason Buberel</description>
<item>
<title>Altos Research: How&#039;s The Market? : Supporting the jsonp callback protocol with jQuery and Java</title>
<link>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment203165972</link>
<description>Just remember that in jQuery v1.6 or later, the parameter is now prefixed with &amp;#039;jQuery_&amp;#039; instead of &amp;#039;json_&amp;#039;, depending on the library function used.  So our regular expression is now:          if (!s.matches(&amp;quot;^(jsonp|jQuery)[\\\\d_]+$&amp;quot;) ) return null;  </description>
<pubDate>Tue, 4 Oct 2011 22:50:58 +0000</pubDate>
<guid>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment203165972</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Simple histograms in SQL</title>
<link>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment172325519</link>
<description>Yeah, it does have an 80&amp;#039;s feel to it. </description>
<pubDate>Mon, 11 Jul 2011 15:58:22 +0000</pubDate>
<guid>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment172325519</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Simple histograms in SQL</title>
<link>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512928</link>
<description>Thanks - but is that even a real word ;-) ? </description>
<pubDate>Thu, 7 Jul 2011 03:24:12 +0000</pubDate>
<guid>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512928</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Simple histograms in SQL</title>
<link>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512850</link>
<description>Thanks. I&amp;#039;m not sure how useful it will be in practice, but it was fun to fiddle with. </description>
<pubDate>Thu, 7 Jul 2011 03:23:44 +0000</pubDate>
<guid>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512850</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Simple histograms in SQL</title>
<link>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512695</link>
<description>You bet  - feel free to share. </description>
<pubDate>Thu, 7 Jul 2011 03:23:07 +0000</pubDate>
<guid>http://blog.altosresearch.com/simple-histograms-in-sql/#IDComment170512695</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Supporting the jsonp callback protocol with jQuery and Java</title>
<link>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166598010</link>
<description>Thanks for the feedback - glad it helped. </description>
<pubDate>Sat, 25 Jun 2011 19:47:59 +0000</pubDate>
<guid>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166598010</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Supporting the jsonp callback protocol with jQuery and Java</title>
<link>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166597932</link>
<description>Glad it helped. </description>
<pubDate>Sat, 25 Jun 2011 19:47:36 +0000</pubDate>
<guid>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166597932</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Supporting the jsonp callback protocol with jQuery and Java</title>
<link>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166597820</link>
<description>JayZ - Happy to hear this was helpful to you.  </description>
<pubDate>Sat, 25 Jun 2011 19:47:13 +0000</pubDate>
<guid>http://blog.altosresearch.com/supporting-the-jsonp-callback-protocol-with-jquery-and-java/#IDComment166597820</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : HOWTO: Use remote XML data source for chart generation in JasperReports</title>
<link>http://blog.altosresearch.com/use-xml-data-source-for-chart-generation-in-jasperreports/#IDComment154956193</link>
<description>arjay-  How you serve the actual XML data depends on your server-side architecture. It is possible to generate XML output using just about any technology: Java (like we do), PHP, C#/.Net, Ruby, Python, etc. The only requirement is that your XML be formatted in a way that the Jasper charting engine can understand.   In our case, the XML has the following structure:  &amp;lt;data&amp;gt; &amp;lt;row date=&amp;quot;2011-05-13&amp;quot; value=&amp;quot;123456.78&amp;quot; /&amp;gt; &amp;lt;row date=&amp;quot;2011-05-20&amp;quot; value=&amp;quot;456789.10&amp;quot; /&amp;gt; &amp;lt;/data&amp;gt;  That XML structure is easy to describe/integrate into the Jasper charting engine. </description>
<pubDate>Sun, 22 May 2011 16:32:36 +0000</pubDate>
<guid>http://blog.altosresearch.com/use-xml-data-source-for-chart-generation-in-jasperreports/#IDComment154956193</guid>
</item><item>
<title>Altos Research: How&#039;s The Market? : Housing Price Reductions this Fall</title>
<link>http://blog.altosresearch.com/housing-price-reductions-this-fall/#IDComment46450366</link>
<description>Josette,  When composing a regional chart like those Scott shows above, you can specify multiple regions with the &amp;#039;z&amp;#039; parameter and a comma-separated list:  z=radar-logic-national-index,altos-20-composite  For additional information about our regional chart API:  &lt;a href=&quot;https://www.altosresearch.com/forums/viewtopic.php?f=3&amp;amp;t=7&quot; target=&quot;_blank&quot;&gt;https://www.altosresearch.com/forums/viewtopic.ph...&lt;/a&gt; </description>
<pubDate>Wed, 9 Dec 2009 23:04:10 +0000</pubDate>
<guid>http://blog.altosresearch.com/housing-price-reductions-this-fall/#IDComment46450366</guid>
</item>	</channel>
</rss>