All Questions
7 questions
-2
votes
1
answer
166
views
Modify method behaviour at runtime
I have a scenario where user has multiple filters in a web application and a displayed list of items. In the gui it has multiple FilterGUI that he/she can tune interacting in the browser (these are ...
4
votes
4
answers
3k
views
Best practice in synchronized form data validations (Web apps - Client-Server)
Here we go again with topic what was asked many times all over internet, but I not found any good enough answer:
What are best practices in making client and server side validations synced?
I was ...
-2
votes
1
answer
661
views
Choosing the right architecture for my web application
I've started working on my web application and I'm stuck at the design stage. I cannot decide which web technologies would be the most suited to this project. Let me explain what I want to achieve:
1)...
-1
votes
1
answer
334
views
I'm building an app with Node, Express, and MongoDB. Is AngularJS necessary?
Node, Express, and MongoDB are really connected so I can understand why they are frequently used together. For a web app of medium complexity, can I get away with only using HTML/CSS and EJS for the ...
0
votes
2
answers
355
views
Using PHP without mixing presentation logic
I'm conceptually designing a website / application and trying to come up with the correct separation of concerns.
The basic technologies I'm settling on are: MySQL, PHP (Laravel), HTML/JS (jQuery).
...
0
votes
1
answer
153
views
Javascript based application controller in Javascript-less environments
I just got done watching an informative Box tech talk by Nicholas Zakas on a javascript architecture for web development:
https://www.youtube.com/watch?v=mKouqShWI4o&feature=youtu.be
This image, ...
5
votes
1
answer
479
views
Does anyone have suggestions for design or open source libraries specifically for a single page AJAX application? [closed]
I'm working on a major new version of a browser based application and I'm looking for comments/suggestions about the architecture/design.
It's a single page application using AJAX and client side ...