Jason Buberel

Jason Buberel

12p

10 comments posted · 0 followers · following 0

14 years ago @ Altos Research: How�... - Supporting the jsonp c... · 0 replies · +1 points

Just remember that in jQuery v1.6 or later, the parameter is now prefixed with 'jQuery_' instead of 'json_', depending on the library function used.

So our regular expression is now:

if (!s.matches("^(jsonp|jQuery)[\\d_]+$") ) return null;

14 years ago @ Altos Research: How�... - Simple histograms in SQL · 0 replies · +1 points

Yeah, it does have an 80's feel to it.

14 years ago @ Altos Research: How�... - Simple histograms in SQL · 1 reply · +1 points

Thanks - but is that even a real word ;-) ?

14 years ago @ Altos Research: How�... - Simple histograms in SQL · 0 replies · +1 points

Thanks. I'm not sure how useful it will be in practice, but it was fun to fiddle with.

14 years ago @ Altos Research: How�... - Simple histograms in SQL · 0 replies · +1 points

You bet - feel free to share.

14 years ago @ Altos Research: How�... - Supporting the jsonp c... · 0 replies · 0 points

Thanks for the feedback - glad it helped.

14 years ago @ Altos Research: How�... - Supporting the jsonp c... · 0 replies · 0 points

Glad it helped.

14 years ago @ Altos Research: How�... - Supporting the jsonp c... · 0 replies · 0 points

JayZ - Happy to hear this was helpful to you.

15 years ago @ Altos Research: How�... - HOWTO: Use remote XML ... · 0 replies · +1 points

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:

<data>
<row date="2011-05-13" value="123456.78" />
<row date="2011-05-20" value="456789.10" />
</data>

That XML structure is easy to describe/integrate into the Jasper charting engine.

16 years ago @ Altos Research: How�... - Housing Price Reductio... · 0 replies · +1 points

Josette,

When composing a regional chart like those Scott shows above, you can specify multiple regions with the 'z' parameter and a comma-separated list:

z=radar-logic-national-index,altos-20-composite

For additional information about our regional chart API:

https://www.altosresearch.com/forums/viewtopic.ph...