Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

113
votes
24answers
12k views

Does anyone beside me just NOT get ASP.NET MVC? [closed]

I've been fiddling with ASP.NET MVC since the CTP, and I like a lot of things they did, but there are things I just don't get. For example, I downloaded beta1, and I'm putting together a little ...
4
votes
1answer
119 views

Cleaning up HTML tag attributes

I need to wade through a lot of HTML using JavaScript to adjust the attribute quote syntax to be all double quotes. I don't need to worry about key-only attributes like "disabled" or "selected". Here ...
2
votes
4answers
315 views

Asp.Net MVC / Entity Framework. Avoid tag soup?

Ok, I have a new MVC project which uses the entity framework. I'm spitting out messages (This is a bulletin board style section) now depending on some conditional factors the row in the table output ...
1
vote
4answers
314 views

A Stack Overflow Podcast throwback: What is to be done about tag soup?

A few weeks ago, in episode 14, Jeff and Joel were HTML, LINQ, Rails, et al: Atwood: Even in Rails land, where they have the flexibility of essentially redefining the language at will, to solve ...
0
votes
3answers
167 views

What options are there to find out if my ASP.NET MVC view is not XHTML compliant

Clarification: Thanks for the suggestions of tools for validating XHTML. I'm primarily looking for a solution that will run server side (or on the client with jQuery) so i can set it and forget it ...
-4
votes
12answers
2k views

PHP tag library

I'm writing a small web app as a side project. It's done in PHP. Boy, how I loathe PHP. Well, actually, I don't hate PHP per se. I can't stand HTML intermixed with code. I can barely look at one of ...