Page 1 of 1

Beginning web programming

Posted: October 17th, 2010, 12:15 pm
by xeonicxpression
Yesterday I bought a Pioneer Elite VSX-32 receiver.  It has full RS232 control over IP.  I thought it would be fun to make a webpage that implemented the full suite of RS232 controls.  I can easily write a program in python to take care of all the rs232 stuff; I just don't have a clue on how to integrate that with a nice webui.I know the MobileUI interface in done in Jquery and looks nice.  It seems to have all of the sliders and buttons that I would need.  I saw Yahoo has YUI.  I guess I'm just wondering how I can pass data back and forth between a webui and python.  I figured who better to ask than the people who make my favorite python app with a webui. :D  So if you guys have any advice, links, or anything to help me on my way I would appriciate it.

Re: Beginning web programming

Posted: October 18th, 2010, 6:30 pm
by xeonicxpression
Huuum, 24 views and no comments? ???  No one has any hints?

Re: Beginning web programming

Posted: October 19th, 2010, 11:56 pm
by xeonicxpression
Thanks pair of dimes. :)  That will give me a great start.  I just came across cherrypy a few minutes ago and thought I remembered seeing that in the sabnzbd source.  I didn't realize cheetah was used for the html templates.  I thought it was just used for the email templates.  I'll have to dig through the SABnzbd+ source some more, even though it is waaaaaaaay beyond my skill level. :o

Re: Beginning web programming

Posted: October 20th, 2010, 10:03 am
by xeonicxpression
Hey pair of dimes, can you point me to correct file that handles the json api calls?