0
votes
0answers
49 views

Are there other web frameworks out there that use the same style as Deployd? [closed]

After looking around for a web framework to use in making an API, I found one called Deployd. The way it works is it exposes a database back end (MongoDB) with a REST API that doesn't require any ...
4
votes
6answers
507 views

Managing a website with version control?

The small website I built a long time ago is starting to pick up a little and I'm starting to run into problems with making changes. Originally, all the pages were .html and I would edit and test them ...
8
votes
4answers
1k views

JavaScript Multi Threading

Well these days JavaScript is main player in all web development technologies , on client side for making user interface better, client side logic, on some web servers as server side logic also Add ...
1
vote
2answers
196 views

Watermarking an image with the text given as input [closed]

I want to create a simple web app where I can drag an image in, and watermark the corner with the given text. Where should I start for something like this? I have knowledge in Java and Ruby.
1
vote
2answers
281 views

Where should I store my user session data?

Should I store only the user's session id along with the data in a table, or should I store the user's session id in a table and access an array of data from the user's session id? and why? What is ...
8
votes
4answers
700 views

Are there any limitations of an idealistic HTML5 web application

Let's assume the following two assumptions are true. Your entire userbase has broadband access everywhere There is an imaginary browser X that implements the entire draft specification of the HTML5 ...
2
votes
2answers
119 views

User uploaded images: limit file size on front end or reduce on back-end?

I was wondering what the standard/best practice is with regard to managing user-uploaded images. Obviously there needs to be a way to limit file sizes, but what's the best and most common practice ...
7
votes
4answers
2k views

is GAE an infrastructure capable of hosting an app used by millions of active users?

I would like to know with the restrictions of GAE listed below, is it even possible to build a great social app (like Facebook) by hosting that app on GAE? In other words is GAE an infrastructure ...
3
votes
1answer
272 views

What is a good tag management system?

I work for a publishing company where we have to track converts, etc. Suffice to say we have tags for different areas of the world, and the list can get very large. We need to find a systemt that can ...
2
votes
3answers
1k views

Applying RESTful design to an entire website?

This all may come across very newbish, but I'm trying to wrap my head around designing a website that is thoroughly RESTful. I understand applying RESTful design to things like Users, Photos, Blog ...
3
votes
4answers
414 views

How to make an app more intuitive?

In the industry, there are few standard checklists on how to make a web application more : Scalable Easy to understand/maintain Perform better Robust etc. etc. Are there any standard checklists ...
0
votes
1answer
208 views

How 20q. works?

How does the web app http://20q.net work? Can I write a similar program, in a smaller scale, and if yes how?
0
votes
6answers
410 views

what is the reason for using xslt? [closed]

Why is XSLT used by many web applications?