Tagged Questions

Lorem ipsum is a standard piece of meaningless pseudo-Latin text used to fill in text layouts when the actual text is not available.

learn more… | top users | synonyms

8
votes
2answers
110 views

Looking for an “Acid test” visual HTML page

I'm looking for an HTML page that has an instance of every possible visual element on it: li's with every bullet type, every text formatting option, background-images with various alignments, css ...
3
votes
4answers
559 views

Mock Object Data

I'd like to mock up object data, not the objects themselves. In other words, I would like to generate a collection of n objects and pass it into a function which generates random data strings and ...
2
votes
3answers
401 views

is there any lorem ipsum generator in c#?

I'm looking for a c# generator which can generate random words, sentences, paragraphs given by a number of words / paragraphs and certain syntax such as Address, numbers, postal code / zip code, ...
1
vote
1answer
215 views

Standard HTML editing tools don't parse Razor; designers delete my code. How to solve this?

I'm setting up a proof-of-concept site and it seems that standard web design software doesn't hide the Razor syntax (which isn't a suprise). What does bother me is that my overzealous designers will ...