0
votes
1answer
123 views

How to begin with web development in PHP [duplicate]

As I am the New Learner in the PHP Web Development and I want to become a good web developer who can at least make a good and dynamic web site quickly. Currently I have learnt the following things: ...
1
vote
3answers
334 views

Looking for enterprise web application design inspiration [closed]

I've checked many websites to be inspired about what the look and feel of a serious enterprise web-application should look like. But the whole I saw were designed for being used by single users and ...
0
votes
3answers
142 views

web content management system

Quite a few of my friends want to have their own personal website to showcase their talents. However, they don't want to deal with such technical things as writing html and managing web server. ...
3
votes
3answers
116 views

When is applications a preferred context over web? [closed]

My experience has been that we now see more of a discussion about apps than just a discussion about websites that was before. Do you agree? When is it more appriopriate to speak about apps as compared ...
3
votes
3answers
192 views

What is an efficient way to retrieve product counts at multiple levels of a hierarchy?

I'm working on an e-business website to sell books and also want to display the number of available books in the category list. The category list contains the genre and the format (pocket, ebook, ...
0
votes
3answers
2k views

Alternatives to Java Applet for interactive Websites

In short I am searching for an alternative to Java applets for making some interactive parts like minigames etc. on my website Facts: I´m developing an e-learning website for children. This site has ...
10
votes
1answer
3k views

Alternatives to OAuth?

The Web industry is shifting / has shifted towards using OAuth when extending API services to external consumers & developers. There is some elegance in simple....and well, the 3-step OAuth ...
0
votes
1answer
281 views

Are web application usability issues equal to website usability issues?

I've been reading two books about web usability issues and tests (Rocket Surgery Made Easy¹ and Prioritizing Web Usability²) and they claim some strategies and typical problems about website usability ...
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 ...
11
votes
6answers
553 views

What are the differences between a website and a web application?

How do you differentiate a web application from websites? It's language/platform agnostic.
4
votes
3answers
183 views

Testing of personal projects

I'm developing a web based personal project that will hopefully be used by thousands. Obviously prior to releasing it in the wild as Beta I was wondering, are there any communities out there that ...
10
votes
2answers
386 views

Are breadcrumbs still a viable way to navigate web sites and web apps?

I'm currently working on the following types of web sites and apps: ecommerce like Amazon Reservation system (think of a hotel receptionist checking rooms availability) Invoice management like ...
9
votes
2answers
596 views

Should we compile our website to a single dll, or a dll per page?

We're developing a new project that is to be deployed on a large number of client sites. The project contains a web-based GUI as one of it's "access points". Speed of the web interface is a priority ...