Posts by idenardi • 163 points
4 posts
-
0
votes3
answers555
viewsA: Problem with accentuation on a website
Two possible solutions: 1) Apparently may be a Mac font problem.Open Universal Type Client, you may have 2 conflicting Arial source versions. Select the universal copy of the Arial font and…
-
1
votes1
answer206
viewsA: Modify default source
Only a few Fonts UI are supported directly on windows phone and the availability of each font depends on which display languages are included on the device. Windows Phone Fonts - in this link there…
-
1
votes1
answer315
viewsA: How to change the name of a web-like project into a visual studio solution?
In file C: Users Username Documents Iisexpress config applicationhost.config, you have a section of websites < sites > ... < /sites > All websites (projects) already open are there.…
visual-studio-2013answered idenardi 163 -
1
votes1
answer358
viewsA: Debug javascript Visual Studio 2013
You can also debug javascript in VS 2013 by including the term "Debugger" in the javascript line you want debugging to stop. debugger;