Tagged Questions
4
votes
2answers
297 views
When should I start the server side coding?
I am creating a website, where users can upload their own videos. So far I am just building the main structure with HTML and CSS. Is it a better practice to write server-side code before the site ...
12
votes
9answers
1k views
How much HTML and CSS should server side developer know?
I have done C and C++ and now I want to start my career as a web-developer. I read a lot about web-development and came to know that there were two types of developers on the web,
1. Client Side ...
1
vote
2answers
167 views
Can this type of page be made client-side?
I'm planning on making a website that will have mainly articles and videos. I'm going to post the videos on YouTube and use the YouTube API on my site. What I am wondering, is if I can make a page ...
3
votes
4answers
157 views
Recommend a technical book explaining how the browser and server communicate
Although I've been developing web applications for close on 6 years now I still do not know what happens when a request reaches the server. I am looking for book that works through what happens when a ...