Tagged Questions
16
votes
6answers
15k views
Advantages and disadvantages to using XAML/C# or HTML5/JavaScipt for Metro apps? [closed]
I was just wondering if there are any major advantages or disadvantages to using either XAML/C# or HTML5/JavaScript for Metro Apps.
1
vote
3answers
585 views
Guidance for a C# developer to become better UI developer
I am a C# developer and had developed simple websites in regular asp.net(with asp.net controls) and a wpf application.
Nowadays, I am trying to learn Asp.net MVC3 and I have been exposed to HTML ...
0
votes
1answer
101 views
How would I go about having an editable file to transform an object on a webpage?
I have some code that creates objects on a webpage by using draw on HTML5 canvas.
In my aspx file I have functions like:
function drawLine(x, y, w, h, width) {
var canvas = ...