+ 2
web design
What is the difference between a website and web application.? How can one make his or her website or web application dynamic and responsive across plaforms. Developers say php alone can be used to creat a web app. I want to know, do you have to combine html with php to make it a web app or just the php alone.
2 Respostas
+ 2
Dynamic web application:
to make a dynamic web application you have learn
1) client side languages
a) Html
b) css
c) scripting languages like jquery , javascript.
2) server side languages
a) php
b)javascript (used for both client and server side)
c) java (java and javascript are two different things)
d).Net
so if you want to develop a dynamic web app you have to both server and client side languages.
static site:
static website are developed by client side languages.
Responsive:
1)to make a website responsive you can use bootstrap
2)or use javascript and css media queries
+ 2
for dynamic web app you also have to learn sql/mysql .