Hi
I have programmed on eclipse, a reasonably straightforward program in Python 2.7 that applies image filters to user selected images e.g. by turning them to sepia, black & white, negative, etc. It uses Tkinter for the graphics user interface and the program functions ok. However, I was thinking about how to turn this into a web app. So to transfer this to an Amazon cloud server, I understand that for the client side user interface I would need to convert the program by adding html and javascript to the client side while python handles the server side? Does anyone know of any tutorials or other resources that are particularly good at covering web apps like this using python, html and javascript?
posted by conrad101
on Sep 19, 2012 -
3 answers
Hacking around sound cancellation on Google+ and Skype: Two tier question here about a related problem. Firstly, a way to sidetrack the software audio limits of a Google+ Hangout. Secondly, a way to stop Skype from cancelling out audio from one half of a conversation.
[more inside]
posted by 0bvious
on Oct 21, 2011 -
2 answers
Ok, here's a stupid-sounding idea: can someone point me to a guide to how to manipulate an Access database client-side on a web page?
[more inside]
posted by ctmf
on Feb 21, 2011 -
14 answers
I'm trying to get my head round the wealth of technologies available for creating "Rich" internet applications - featuring sound, graphics, interaction, animation - specifically from the client side. Flash, ActionScript, Silverlight, Expression, JavaFX, Java, HTML5, JavaScript, JQuery... In particular, I'm looking for the long view, preferably from people working in the field: what skills do you think you will you be looking for in new recruits a few years from now? And why?
[more inside]
posted by handee
on Oct 29, 2010 -
21 answers
I'm trying to come up with a generalized comic viewer using just JavaScript. I have a solution that works in nearly all browsers, but fails miserably in Internet Explorer (several versions). I don't have easy access to a Windows machine, and wonder if anyone could help me figure out what I'm doing wrong (specifically for IE).
[more inside]
posted by jpburns
on Oct 19, 2008 -
7 answers
I am looking for an flash or Javascript plug in that I can embed into a website to play Internet radio streams. Specifically, one that will play mp3, wma/mms, and Realplayer (pls) streams. Does anyone know of one?
[more inside]
posted by wflanagan
on Dec 1, 2007 -
2 answers
Are there any free/open source web app load testing tools that also handle javascript?
[more inside]
posted by mrhaydel
on Jun 15, 2006 -
3 answers
I am managing the production of a web application, which, for various reasons, must happen in a window with no status bar. Unfortunately, some security patch for ie6 with winxp sp2 renders the javascript that turns off the status bar ineffective. Any solutions?
posted by sauril
on Feb 4, 2005 -
10 answers
I'm having trouble using javascript in XHTML 1.1 to calculate character count in an input box and a textarea. I have a script that works with XHTML 1.0 transistional and IE only, I can't seem to get it to work with Firefox, and if I drop the name attribute from the form tag to comply with XHTML 1.1, it won't even work with IE. Please help me make it work. [
code inside]
[more inside]
posted by riffola
on Sep 18, 2004 -
7 answers