SSL and WSGI apps - Python
Hi folks, I have a WSGI app that I would like to place behind SSL. My WSGI server is gevent. What would a good way to serve the app through SSL in this case be? ...
Hi folks, I have a WSGI app that I would like to place behind SSL. My WSGI server is gevent. What would a good way to serve the app through SSL in this case be? ...
I'm building a simple web application that is mainly going to be displaying small tables of data back to the user. The problem is I can't do design to save my life. I need a simple web 2.0 style template that is CSS/HTML compliant. I know about http://themeforest.net and http://www.oswd.org/. Just wondering if there are any other sites t...
We put our website advertisement in 2 other websites. We need to count the hits we are getting form those advertisement and like to store it in my database. Please give me an idea to do that. ...
Hey mates, I want to start my Bachelor Thesis in the next months but I'm still looking for ideas about a research topic. I like the Web Engineering field, and like to play with AJAX and Java. I also find the concept of WebSockets interesting. Does anyone of you has a nice research topic maybe on WebSockets otherwise on Web Engineering a...
Possible Duplicate: How to make in Javascript full screen windows (stretching all over the screen) How do I emulate pressing F-11 in a browser using Javascript? (I assume it will be different in Chrome,IE and FF?) ...
I have come across a Web UI form editor in Visual Studio 2005+ which helps in creating the aspx forms. Similarly is there any creator for web forms for JSP? ...
Hello all, I'm trying to find a horizontal grid with multiple boxes that indicate the hour. Pretty much like a week and day calendar, but I would like the user to choose the color and drag the cursor on the boxes highlighting the number of boxes. While getting highlighted, the color of the boxes change. And when the user presses the las...
Hi all, $mysqli = new mysqli("localhost", "root", "", "test"); $mysqli->query('PREPARE mid FROM "SELECT name FROM test_user WHERE id = ?"'); // working code start //$res = $mysqli->query('PREPARE mid FROM "SELECT name FROM test_user" '); //$res = $mysqli->query( 'EXECUTE mid;') or die(mysqli_error($mysqli)); // working code end.. $res ...
I've spent a week trying to use http://monitoring-gps.com.ua/aspservices/asptest.asmx methods on client side. How to do that? ...
I want to start building websites and charging people for them! My problem is that the stack that know well does not lend itself to quick development, or cheap hosting. I am looking for languages that satisfy the following criteria: Fast to develop in Can find cheap hosting for it Bonus points if it can also be 'enterprisey' ...
I'm planning to do an Desktop application using Python, to learn some Desktop concepts. I'm going to use GTK or Qt, I still haven't decided which one. Fact is: I would like to create an application with the possibility to be called from command line, AND using a GUI. So it would be useful for cmd fans, and GUI users as well. It would b...
I am doing everything on my own: front-end and back-end. I am proficient with HTML and CSS, but a noob in Ruby on Rails. Now that I want to develop the site, I wonder if I should start from front-end first, or back-end. Cos what I am doing for front-end now are all static. I am afraid that I have to change a lot of my front-end coding wh...
I think everything agrees with me here, but IE is the most incompatible browser out there. I deal with ie's incompatibility using different particular css files for each version, to display it correctly? Is there a better way? ...
I am using Raphael to create lines between divisions in an organization chart (or flow chart), but I need to be able to actually click on the divisions and content behind it. If I could make the canvas be behind the other elements, kind of like a background image, that would be idea. Is this possible? ...
There are a lot of good interview questions (even "puzzles") for software developers here on SO, but I was wondering if anyone had some good questions for a front-end developer position. We're looking for someone who knows HTML+CSS+JS. Some of the obvious questions: Have you worked with javascript libraries? - follow-up: which, and wh...
Hello everyone! A few weeks ago I asked about Application Servers. It happens that my bosses are moving to WAS and my web application needs to move along. Problem is I have little idea of application servers. In my application I used web.xml and tomcat-users.xml to define roles and users. I have to do this in the WAS server, so what d...
I'm trying to load web resources from a linked assembly. Whatever I try, I get the exception: Web resource 'MyNameSpace.scripts.jquery-min.js' was not found. I'm using the following code to load it: ScriptManager.RegisterClientScriptResource(this, typeof(MyNameSpace.SomeClass), "MyNameSpace.scripts.jquery-min.js"); What am I missing...
Hello, We are at a stage where we are considering different Web UI frameworks (most likely component based ones such as GWT, JSF, Wicket, Vaadin, etc). One of the main use cases / constraints is that it must support generating dynamic pages. I.e., the page/form layout and components is stored in a database and is changeable at runtime,...
What I want is to be able to make my CGI script do different things depending on what action initiated the calling of the script. For example, if one button is pressed, a database is cleared. If another button is pressed, a form is submitted and that data is added to the database. Should I be doing something like adding the name of the...
Hey guys How to make software work like torrent work? Bcz always when i see that torrent software then i am really amazed by their sizes and what they do in that sizes? How they managed the download by parts and then all together as soon as u downloaded full part? and as soon as you had great speed then your download speed automatically ...