JavaScript

Top JavaScript frameworks

There’s an interesting survey on the top JavaScript frameworks in InfoQ. You can vote and read the analysis. What’s surprising is DOJO missing from the list. You can access the article here.

Managing CSS files using Require JS – II

Managing CSS files using Require JS – II

In the earlier post we created a file (index.html) that uses a stylesheet dev.css. dev.css internally refers to two other CSS files style1.css and style2.css. Loading index.html file sends three individual requests to the server one for each of the […]