1
vote
What is the best free way to clean up Word HTML?
In my opinion? Don't use it.
But in the real world, I've found that FCKEditor does a decent job of cleaning up Words fantastically hi …
0
votes
What is the easiest or fastest way to make CSS render the same in all browsers
The Yahoo User Interface (YUI) has a CSS Reset implementation which s …
6
votes
How to right align a <p> tag?
It depends. Do you want the entire paragraph to align to the right side of whatever container it's in? Or do you want the text of the paragraph to align to the right margin of the paragraph?
…
3
votes
What’s your favorite JS/CSS drop down menu?
I use the YUI Menu. It's quite flexible, offers many methods of declaring what's in the list, and is easy to skin.
…
2
votes
Graceful degradation of anchor tags with javascript
Simple, don't use the javascript: URI syntax as the href, at least, not in the HTML delivered to the client.
Deliver the HTML from the server with the href taking the user to whatever page …
0
votes
How do I merge aspx pages MVC?
While you probably should have a Master Page that can contain your sidebar (this is how I do things), you could also have sidebar as a View User Control, which can be rendered using the Html.Render …
