Mini Searches with Answers

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Fusion Charts won’t accept data URL’s with Multiple Paramenters
The fix is to url encode the URL with parameters. Example:

<script type="text/javascript">
var chart = new FusionCharts(
"/static/fusion_charts/Pie2D.swf",
"chart", "500", "300", "0", "0");
chart.setDataURL(encodeURIComponent("fund_expense_xml?year=2009&fund=dt"));
chart.render("fund_expense_pie_chart");
</script>

An actual universal barcode generator for Python? no way??
Elaphe is a python binding for the Barcode Writer In Pure PostScript (http://www.terryburton.co.uk/barcodewriter/). It is a thin-wrapper which employs Python Imaging Library as PostScript rendering interface.

Jimmy’s Python Pages – Easy Dialogs for Windows
Use this instead of EasyGUI if you want to use py2exe on your program. I got the error "… has encountered and error and needs to close" when I ran py2exe with EasyGUI.

Play
Where to buy superconductors

Tags: , , , , , , , , , , , , , , , , , , , ,

Comments are closed.