Tagged Questions
-2
votes
3answers
117 views
terms for the html/css/javascript model?
Are there any words for the design model implemented by HTML + CSS + JavaScript, either for that specific set of technologies or any abstract pattern that they follow?
4
votes
7answers
3k views
Is there any design pattern except MVC for web?
I want to know are there any design patterns for web besides MVC?
I know there are design patterns as: Registry, Observer, Factory, ActiveRecord ,... and MVC a set of other design patterns and folder ...
3
votes
4answers
417 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 ...