Simon Willison’s Weblog

Subscribe

Items tagged webdevelopment, computerscience

Filters: webdevelopment × computerscience × Sorted by date


How is Web engineering related to Software engineering?

I’d describe it as a subset of software engineering that deals with issues relating to the web—web application development, web protocols, browsers and so on.

[... 41 words]

Why do websites contain multiple webpages when they could use AJAX?

Because it shouldn’t require a full-blown JavaScript interpreter just to access content on the Web.

[... 32 words]