September 2011
Intermediate to advanced
1008 pages
24h 27m
English
When you work with JavaScript code, you encounter some disadvantages of using the regular web interface:
• The interface lacks IntelliSense.
• The JavaScript code is not colored for better understanding and manipulation.
• It is very tedious to debug and correct errors in some situations when you can’t use the preview feature to simulate your changes because you need to touch the code, save the changes, publish the updates, and then see whether it works as expected.
To avoid all these disadvantages, you can use a richer JavaScript editor, such as Visual Studio. To be able to work with JavaScript within Visual Studio, having the script located in a separate web resources enables you to easily copy and ...