Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In the same direction:

  -wrote a script to download daily sales data from iTunes and upload to google docs for charting
  -use http://www.moopf.com/appstorereviews/ to keep track of my reviews on iTunes
  -automated IIS6 deployment from empty machine
  -wrote an admin panel for the web site users
  -outsorced hosting 
    (I was tinking about buying a server to host my ASP.NET app at first).
I think this is all basic stuff. Interested to find what others have.


Does your language of choice have a Google Chart integration? Rails has a couple options, and I have never found anything that gets "quick and dirty chart" done as fast or easily. I currently use it for most of my dashboard charts. While it has some annoying limitations it frees you from server-side dependencies on image modification libraries and the resulting charts (static images) can be accessed from a cell phone. (Some of the Javascript and Flash solutions I've used don't handle that so well.)

This lets you ignore the whole annoying step of logging into Google Docs to review the data -- just spit the URL for the chart directly into an image tag on your panel, problem solved. It also greatly simplifies any sort of "manipulate Google Docs' interface" step you might have, since you can just write arbitrary parsing code in your language of choice and then spit the numbers into the chart.

For additional sexy you can add any lightbox script you want and then have, essentially, a Javascript zoom button for any of them in about 4 marginal lines of code.


Not for RoR, but for PHP I've had great success with http://pchart.sourceforge.net/

Check out one of my quick and dirty graphs: http://yowzas.com/charts/view/0316017922.gif


There is also an iPhone application called "Sales Report" that will download your daily sales data and give you a report with graphs & etc right on your iPhone.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: