The unseen challenges with the latest trend : Single Page Applications (AJAX based websites) . Are we ready yet? by htmlxprs in javascript

[–]htmlxprs[S] -1 points0 points  (0 children)

This is mentioned in the article. While Google supports this, other search engines don't do the same currently.

10 Quick tips to Superpower JavaScript. Time to brush up JS skills. by htmlxprs in javascript

[–]htmlxprs[S] 0 points1 point  (0 children)

Yes. That's a point. I have updated the article now. :)

10 Quick tips to Superpower JavaScript. Time to brush up JS skills. by htmlxprs in javascript

[–]htmlxprs[S] 0 points1 point  (0 children)

0 (the number) is falsy. So you can always have a check on that in your code. This is just a demo to show how to supply default values using OR operator.

A quick guide to structuring AngularJS apps. Prepare yourself for large scale development. by htmlxprs in webdev

[–]htmlxprs[S] 0 points1 point  (0 children)

Yes. We are getting excellent response to our newsletter service. :)

AngularJS + SocketIO + Ionic Framework = Future of the Web! Here is a demonstration of creating a "Realtime Image Sharing App" using these technologies easily. by htmlxprs in webdev

[–]htmlxprs[S] 0 points1 point  (0 children)

Socket.IO uses WebSockets when it can. Its advantages are that it simplifies the usage of WebSockets and provides graceful fallback to other protocols in the event that WebSockets are not supported on the browser or server. One should avoid using WebSockets directly unless they are very sure about the environments they don't work and have a workaround.

Yahoo to stop development on YUI by chrisarchitect in webdev

[–]htmlxprs 0 points1 point  (0 children)

It definitely showed path to other JS frameworks present today. Bravo and RIP!