Beginning web programming
-
- Release Testers
- Posts: 12
- Joined: May 18th, 2009, 4:27 pm
Beginning web programming
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. So if you guys have any advice, links, or anything to help me on my way I would appriciate it.
-
- Release Testers
- Posts: 12
- Joined: May 18th, 2009, 4:27 pm
Re: Beginning web programming
Huuum, 24 views and no comments? No one has any hints?
-
- Release Testers
- Posts: 12
- Joined: May 18th, 2009, 4:27 pm
Re: Beginning web programming
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.
-
- Release Testers
- Posts: 12
- Joined: May 18th, 2009, 4:27 pm
Re: Beginning web programming
Hey pair of dimes, can you point me to correct file that handles the json api calls?