Monthly Archives: March 2015

Idea to speed up JavaScript Downloading

I think if there is a unified certified site for adding released javascript versions, and all web browsers, go to that site, and have a local protected copy of all those version, then the download speed of websites will be … Continue reading

Posted in Development | Tagged | Leave a comment

Make Debugging Faster with Visual Studio

based on this article: http://blogs.msdn.com/b/visualstudioalm/archive/2015/03/03/make-debugging-faster-with-visual-studio.aspx I have the following suggestions: 1. “We have seen issues where traditional breakpoints become corrupted and are treated as function breakpoints which slows down debug startup” either this can be stopped by the IDE from … Continue reading

Posted in Technical | Tagged | Leave a comment