Tagged Questions
168
votes
23answers
21k views
Does Django Scale?
I'm building a web application with Django. The reasons I chose Django were:
I wanted to work with free/open-source tools
I like Python and feel it's a "long term" language, whereas regarding Ruby I ...
88
votes
4answers
7k views
How to decide when to use NodeJS?
I am a n00b in this kind of stuff but lately I've been hearing a lot about how good NodeJS is. Considering how much I love working with jQuery and Javascript in general, I can't help but wonder how to ...
65
votes
33answers
40k views
What is the best web prototyping tool?
What is the best tool to create a web application interface prototype?
54
votes
26answers
24k views
How popular is C++ for making websites/web applications?
I don't know why this is question is bugging me, but time after time I come back to the though - why not make websites in C++? So far I know of none (except a rumor about Yahoo). Most use PHP, Java or ...
40
votes
23answers
3k views
Why do you not use C for your web apps?
I was having a look at a few different web servers this morning when I came across G-WAN. As I understand, its a web server written in C and you have to make use of it by writing your websites/webapps ...
36
votes
67answers
3k views
What is the worst web usability error you have encountered? [closed]
Related to web pages / application, what is the worst web usability error you have encountered?
The one that hit you the most; that which arguably could trip the most users? Or, from another point ...
30
votes
5answers
2k views
Google App Engine as production platform
We are about to start working on new commercial web project and considering Google App Engine as a potential platform.
Questions:
Does Google App Engine is really
scalable and may be considered as ...
26
votes
4answers
6k views
What Web Development frameworks support Python 3?
I was looking into playing around with Python 3.0. My plan was to build a cutesy web-app in Django, but I don't think that Django support Python 3 at this stage (the last release was before Python 3 ...
25
votes
6answers
9k views
jQuery CSS plugin that returns computed style of element to pseudo clone that element?
I'm looking for a way using jQuery to return an object of computed styles for the 1st matched element. I could then pass this object to another call of jQuery's css method.
For example, with width, I ...
20
votes
10answers
1k views
What databases do the World Wide Web's biggest sites run on?
This question is meant to serve as a list of databases and their configurations that the major web sites use and would be a great reference for anyone thinking of scaling their web site to the size of ...
17
votes
5answers
5k views
Considering an Erlang web framework to learn and use in production
I’ve started learning Erlang a few days ago and it’s definitely a very interesting language and very suitable for web development (back end at least). I am going to experiment and eventually settle ...
17
votes
8answers
732 views
What is a reliable method to record votes from anonymous users, without allowing duplicates
First of all, I searched as best I could and read all SO questions that seem relevant, but nothing specifically answered this. This is not a duplicate, afaik.
Obviously if anonymous voting on a ...
16
votes
6answers
3k views
What Web Application Framework for Delphi is recommended?
There has been some activity in the Web Application Framework area for Delphi (Win32). There are many new projects around, and I would love to see a overview description of their features (code and ...
16
votes
5answers
4k views
Clojure web application - where do I start?
So lately I've been looking into Clojure, and I love the language. I would like to see if I can make a small web application in it, just to challenge myself. However, I have absolutely no experience ...
15
votes
6answers
2k views
Combining Lisp and PHP code in the same application
At the moment I use PHP for almost everything I develop for the Web but its linguistic limitations are starting to annoy me. However, as I developed some practices and maintain some PHP libraries that ...
14
votes
6answers
2k views
How can I improve this PHP/MySQL news feed?
Let me start right off the bat by saying that I know this is not the best solution. I know it's kludgy and a hack of a feature. But that's why I'm here!
This question/work builds off some discussion ...
14
votes
10answers
844 views
How to do live updating similar to Google Docs?
I want to do something very similar to Google Doc's live updating - where all users can "immediately" see the actions of the other users in the doc.
To achieve this, my ideas so far:
Continuous ...
14
votes
8answers
376 views
Little known or useful Web Services we all should know about
Web services and web APIs have managed to increase the accessibility of the information stored and catalogued on the internet. They have also opened up a vast array of enterprise power functionality ...
14
votes
16answers
1k views
Should I design the application or model (database) first?
I am getting ready to start building a new web project in my spare time to bring to fruition an idea that has been bouncing around my head for a while.
I have never gotten down whether I am better ...
13
votes
4answers
362 views
Zero-configuration, automated, random testing tools for web-apps?
In short, I'm looking for a tool to perform an automated, zero-configuration, full-frontal assault on a web application.
I'm thinking this would logically be a browser-extension that both crawls ...
12
votes
8answers
422 views
Why do we not see much AJAX in secure applications like internet banking?
Can someone list with references / evidences if possible, why we don't see much AJAX in secure web applications like internet banking?
eg. Internet banking has a list of tabs for Accounts, Payments, ...
11
votes
4answers
2k views
What technology is used at the Google homepage (guitarstrings)
What technology is used at the Google homepage (9 June 2011)? They made something like a guitar pickup for the snares. When you move the mouse over it, the snares are being played.
I know it is no ...
11
votes
1answer
694 views
Roo + GWT - good for developping?
I've been working on GWT projetcts for a few months now and I decided to give a try to this Spring Roo thing. I noticed that to go from 0 to the same results as with Roo it can take very long. My ...
11
votes
3answers
578 views
What is the maximum size of a cookie file?
Are there any limitations on the size of the cookie? Also, is this browser dependent?
11
votes
2answers
2k views
What is the main-stream Java alternative to ASP.NET / PHP
I've heard something and seen some examples of web application built using ASP.NET / PHP and I'm wondering what would be the equivalent way of doing similar things in Java world. Looking on the ...
11
votes
5answers
990 views
What is the simplest way to write web apps in Haskell?
I would like to use Haskell more for my projects, and I think if I can get started using it for web apps, it would really help that cause. I have tried happs once or twice but had trouble getting off ...
11
votes
9answers
761 views
Top tips for secure web applications
I am looking for easy steps that are simple and effective in making a web application more secure.
What are your top tips for secure web applications, and what kind of attack will they stop?
10
votes
2answers
775 views
Netherlands Antilles dissolved as per 10-10-10, how to change Country dropdowns?
See also Dissolution of the Netherlands Antilles.
In a nutshell: Curaçao and Sint Maarten become autonomous and the remnant of the islands (the BES islands) become special municipalities of the ...
10
votes
3answers
780 views
SiteMesh - still active? v2 vs v3?
I'm evaluating SiteMesh for use in our web applications. I've found two websites for SiteMesh
version 2.4 (Jan 2009) -> http://www.opensymphony.com/sitemesh/
version 3.0 (Sep 2009) -> ...
10
votes
4answers
910 views
What is the ideal length of an URL slug
To make pretty URL's from article titles I am using a simple function. However lately I an concerned about the ideal length of these "slugs". It is said that too many dashes are bad.
However some ...
10
votes
7answers
654 views
What Design Patterns are mostly used in Web/Enterprise Applications?
What are some of the most common Design Patterns that are used in Web/Enterprise Application and why they are used ?
Note: Answer to why part should be based upon listing the problems which they tend ...
10
votes
6answers
542 views
Effective Techniques for Password Retrieval in Modern Web Applications
We've been working on web application where in we need to implement traditional web-apps functionality of password retrieval. According to the trends there are approaches like..
Sending Password ...
10
votes
5answers
624 views
To use OpenID or not to use?
I'm new to this site but I've read the rules and also searched the questions section but not found any related question answered well.
anyway, the question: what's the Pros. & Cons. of using ...
10
votes
9answers
3k views
Image icon beside the site URL
I would like to have information about the icons which are displayed alongside the site URLs on a web browser. Is this some browser specific feature? Where do we specify the icon source, ie, is it in ...
9
votes
2answers
2k views
9
votes
5answers
464 views
Is it possible to slow down IIS?
I have a local development webserver set up using Win7 and IIS7.
I often have to test the applications and websites I develop on all browsers using "very slow" internet connections to determine how ...
9
votes
9answers
306 views
When is the optimization really worth the time spent on it?
After my last question, I want to understand when an optimization is really worth the time a developer spends on it.
Is it worth spending 4 hours to have queries that are 20% quicker? Yes, no, maybe, ...
9
votes
4answers
595 views
“Out of browser” web application running at Start-Up?
I've become familiar with the new concept of "out of browser" web applications, supported in the recent Silverlight, JavaFX, Adobe AIR etc.
Listening recently to a podcast on the subject by Scott ...
9
votes
7answers
1k views
Websites & Web Applications Using Erlang
I was wondering if people could post some examples of interesting websites and web apps that were built with Erlang?
I can start with a few Erlang based sites:
twitterfall.com - Waterfall of Tweets
...
9
votes
4answers
539 views
What are the basic questions to ask a person who wants his Medium sized website done?
I wanted to know the basic question that a person needs to ask if someone wants his web app done??
It can be UI,platform,crux of the applications and many other things...Please post what one needs to ...
9
votes
4answers
4k views
How to host static html files on AppEngine?
Is it possible to host a static html website on AppEngine? And how to make my domain name work with it?
8
votes
3answers
163 views
Why is “www.example.com” not the same as “example.com”?
I have a website. If I login in the domain of this format http://example.com and then change my address to http://www.example.com, i find my account is not logged in. If I change the address to ...
8
votes
6answers
851 views
Solving the Double Submission Problem
Good Morning,
I would like to see how Web Developers avoid the double submission issue. So basically my understanding of the problem is as follows:
Double submission occurs when an impatient user ...
8
votes
7answers
334 views
What tool(s) for fairly complex stress testing a web application
I'm part of a team developing a new web-based product for our company.
Whilst we're pretty positive the application will work perfectly with our expected average of 10-50 concurrent users, we have a ...
8
votes
8answers
371 views
How do you manage concurrent access to forms?
We've got a set of forms in our web application that is managed by multiple staff members. The forms are common for all staff members. Right now, we've implemented a locking mechanism. But the issue ...
8
votes
3answers
571 views
How should Django Apps bundle static media?
Background:
I'm starting to use Django for the first time, which is also my first foray into web development. I just got stuck on the whole "serving static media" problem. After spending a while ...
8
votes
3answers
551 views
Scripts/Stylesheets: Consolidate locally or use CDN?
I can obviously do some limited testing of my own, but I'm hoping to hear from some people with real-world experience on at least medium-scale web sites.
Two of the items on every "top 10" list for ...
8
votes
6answers
337 views
Building a keyboard accessible web application
How do you go about building a complete keyboard accessible web applications? Assuming that this for a controlled deployment environment(for use within an org) where access is restricted (not open to ...
8
votes
4answers
2k views
What are the main differences between the popular web frameworks?
There are lots of web application frameworks available these days, for pretty much every language out there. In your experience, what are their strengths, weaknesses, and unique features? Assuming ...
7
votes
3answers
118 views
Lua - How to do Internationalization? [closed]
I built a Lua web application and it's become clear that I need to begin internationalizing ("i18n") it for my overseas customers.
In Lua, what's the best way to internationalization my application?
...