Tagged Questions

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include HTML, XML, SGML, and markdown. The markup can typically only be seen when editing a document, not when viewing it.

learn more… | top users | synonyms

73
votes
11answers
13k views

Markdown versus ReStructuredText [closed]

What are people's thoughts on the pros and cons of Markdown versus ReStructuredText. Both seem like very usable and well-developed markup languages -- when might one want to use one over the other?
70
votes
12answers
4k views

Would you recommend starting from HTML5 & CSS3 for beginners?

I am a middle school student trying to dive into the world of web designing and developing. I have been interested in (using) the web since I was little, but now I want to be in the "creating" side. ...
70
votes
27answers
35k views

How can HTML5 “replace” Flash? [closed]

A topic of debate that's seen a resurgence since the unveiling of the iPad is the issue of Flash versus HTML5. There are those that suggest that HTML5 will one day supplant/replace Adobe Flash. I do ...
45
votes
2answers
7k views

Does Razor syntax provide a compelling advantage in UI markup?

I notice Scott Guthrie is starting to mention Razor a fair bit on his blog but I'm just not that sure that it's a good fit for my style. Granted it's a fairly unfamiliar style for someone who's ...
42
votes
6answers
7k views

Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText) [closed]

Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup for technical prose, such as for ...
41
votes
7answers
16k views

How to mark-up phone numbers?

I want to mark up a phone number as callable link in an HTML document. I have read the microformats approach, and I know, that the tel: scheme would be standard, but is quite literally nowhere ...
36
votes
7answers
20k views

Is there a way to comment out markup in an .ASPX page?

Is there a way to comment out markup in an .ASPX page so that it isnt delivered to the client? I have tried the standard comments but this just gets delivered as a comment and doesn't prevent the ...
24
votes
5answers
375 views

What are appropriate markup languages for users with disabilities?

Suppose you're developing a web site and blind users will be a significant chunk of your target market. If the web site includes document editing functionality, what would be appropriate WYSIWYM ...
17
votes
22answers
997 views

How important is it to follow web standards?

I recently found out that most of the major websites fail W3C's markup and CSS validation tests. Therefore, how important is it really to follow web standards?
17
votes
4answers
4k views

Python module for wiki markup

Is there a Python module for converting wiki markup to other languages (e.g. HTML)? A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are ...
17
votes
8answers
1k views

Tool for generating CSS skeleton?

My HTML is all marked up, ready to make it rain CSS. The problem is that I have to go back and find out what all my id and class names are so I can get started. What I need is a tool that parses my ...
14
votes
4answers
1k views

.NET - Server-side Markdown to HTML Conversion

What is a good open source .NET library to convert markdown to HTML on the server? If this has been answered somewhere else please point me to the post. Thanks.
14
votes
14answers
524 views

Is it acceptable for invalid XHTML?

I've noticed a lot of sites, SO included, use XHTML as their mark-up language and then fail to adhere to the spec. Just browsing the source for SO there are missing closing tags for paragraphs, ...
11
votes
4answers
4k views

Pure Javascript YAML library that supports both dump and load?

Does such a thing exist for YAML (aka YAML)? If this existed at one time, it must have been obliterated because the latest search turned up nada. It looks like there are plenty of implementations ...
11
votes
5answers
2k views

Markdown vs markup - are they related?

I'm using markdown to edit this question right now. In some wikis I used wiki markup. Are they the same thing? Are they related? Please explain. If I want to implement one or the other in a web ...
10
votes
9answers
4k views

PHP: Truncate HTML, ignoring tags

I want to truncate some text (loaded from a database or text file), but it contains HTML so as a result the tags are included and less text will be returned. This can then result in tags not being ...
9
votes
5answers
869 views

How to store lightweight formatting (Textile, Markdown) in database?

I'm going to be implementing a lightweight formatting language (probably Textile, maybe Markdown) in a project I'm working on, and I'm wonder how best to store it in the database. If the user is able ...
9
votes
3answers
447 views

What's the Name of the Python Module that Formats arbitrary Text to nicely looking HTML?

A while ago I came across a Python library that formats regular text to HTML similar to Markdown, reStructuredText and Textile, just that it had no syntax at all. It detected indentatations, quotes, ...
8
votes
3answers
427 views

Is there any way to easily link a file in RDoc?

I want to link to a documentation of a file in RDoc. but the only way I could do is with the following markup: configuration.rb[link:files/configuration_rb.html] I would like to do it in a better ...
8
votes
3answers
2k views

Track changes: svn + latex

In MS Word, there's a nice feature called "track changes" that allows the program to track edits. This is useful when collaborating with others because you can enable various visualization modes ...
8
votes
4answers
30k views

How to make PDF file downloadable in HTML link?

I am giving link of a pdf file on my web page for download, like below Download Brochure The problem is when user clicks on this link then If the user have installed Adobe Acrobat, then it opens ...
8
votes
3answers
475 views

What markup language for richly formated content?

When you are developing a web-based application and you want to allow richly formatted text from the user you have to make a choice about how to allow that input. Many different markup languages have ...
7
votes
1answer
161 views

Stackoverflow markup for javadoc

After a while I'm back writing JavaDoc. At the same time I grew fond of SO's markup, which is way more readable in plaintext than HTML. (Even the back tick wich I never used before, ever). /** * I'm ...
7
votes
6answers
247 views

Java profiling - How reliable are the values it gives?

I am working on a simple text markup Java Library which should be, amongst other requirements, fast. For that purpose, I did some profiling, but the results give me worse numbers that are then ...
7
votes
8answers
1k views

Markup-based GUI for python

I want to get myself into programming some serious GUI based applications, but when I look at things like Swing/SWT from Java, I can't help but HATE programming a GUI interface by creating "widget" ...
6
votes
2answers
76 views

Broken markup during animation in Chrome (jsfiddle)

Here is jsfiddle. If you open it in Chrome, select some elements and then deselect you'll see the problem: Also #selector "jumps" at the end of hide-animation. This is only seen in Chrome. How can ...
6
votes
2answers
365 views

Influencing whether browsers prompt to save credentials

For most web pages that have a username and password dialog, browsers will prompt the user if they want to save the credentials for that form: However, for this login page, it doesn't. I can't find ...
6
votes
3answers
266 views

How to convert Haskell source as HTML with types on mouseover?

Can anyone point me to any existing tools that convert .hs source files to html such that the rendered page displays the type of the variable/expression under the mouse? In particular, I am looking ...
6
votes
3answers
202 views

How do you make a code block in fogbugz Cases (tickets)?

We have been using fogbugz and have been pasting code in tickets, but it always comes out hammered. is there any way to denote that a block of text is code? You know.. Like this (edit) Is it ...
6
votes
9answers
558 views

Testing JavaScript code without recreating markup?

I want to test the JavaScript code in our web app. We are using the jQuery library and .Net MVC. I've looked at these answers, and jqUnit looked nice, so I tried it, just to realize that I'll have to ...
5
votes
3answers
1k views

Tool for testing schema.org markup

Does anyone knows a good tool to test schema.org(http://schema.org/) markup? The Google Rich Snippet tool does not support it properly. Even with the correct markup given, it says "Insufficient data ...
5
votes
1answer
599 views

Typesetting math functions in LaTeX to render in Android Application

Does anyone know if it's possible to use LaTeX markup language to format text for display in an Android application? For example the text for a TextView can be formatted with HTML to change the font ...
5
votes
7answers
868 views

Change 'src' value by css for input tag with type=“image”

Is it possible to change the value of src attribute of <input type='image' alt="Text will be shown if pics are disabled" src='somepic.png'../> by css? The problem is: I want to specify which ...
5
votes
5answers
347 views

Class or ID on Body Tag

I've been applying an ID to the body tag of my HTML documents lately to allow greater CSS control (#9). Recently the though occurred to me that I could do exactly the same thing by applying a class to ...
5
votes
4answers
3k views

What is the best substitute for FlowDocument in Silverlight?

I'm porting an application from WPF to Silverlight and was saddened to read of the lack of FlowDocument support. What is the best way in Silverlight then to display text with markup? I just need the ...
5
votes
3answers
535 views

What html markups to use for displaying label/value data?

I want to render a profile user container that contains a list of labels and their associated values. Here is an excerpt of information and layout I'd like to display: First Name.......MyName ...
5
votes
5answers
259 views

Forms: Does your css accomodate your markup or vice versa?

Regarding html forms, a very common markup pattern is: <form ...> <p> <label>Name:</label> <input .../> </p> <p> ...
5
votes
11answers
2k views

Should I use the <p /> tag in markup?

I have always used either <br /> or a <div/> tag when something more advanced is necessary. Is use of the <p/> tag still encouraged?
5
votes
4answers
891 views

Are there any standalone HTML markup validation tools

Other than submit individual web pages for verification on the W3C site, are there any standalone tools that will do this job. Ideally this would be a visual studio plugin that could catch errors at ...
5
votes
5answers
1k views

Is it correct to nest HTML definition lists (<dl>)?

Is it semantically correct to nest definition lists, or should they simply be a 'flat list of name/value pairs'. The specs don't seem to forbid it. Further to this question.
5
votes
5answers
500 views

What type of application/utilization is YAML best suited for?

Why would one choose YAML over XML or any other formats?
5
votes
10answers
1k views

Cross Platform, Language Agnostic GUI Markup Language?

I learned Swing back in the day but now I've moved to Python and want to make some apps with GUIs. I haven't had the time to learn a new GUI API so I've been using Jython, but I would prefer to use ...
4
votes
3answers
65 views

How to go to an specific anchor when entering the page (doesn't work)

First of all, thats my current state of play: thsbrk.de. The black boxes should be e.g. a about section. I want to achieve that if you enter my page (thsbrk.de) you directly go to my reference ...
4
votes
4answers
136 views

If YAML ain't markup language, what is it?

I fail to see what makes YAML any less of a markup language than XML. The purpose of a markup language is to define a structure of a document, and YAML does exactly that. (YAML stands for Yaml ain't ...
4
votes
3answers
145 views

I'm learning html and I'm confused as to how href's work

Okay so i'm learning html right now and soon css. In my html coding I have a section like this for navigation: <div id="header"> <h1>Guild Wars 2 Fanbase</h1> <ol ...
4
votes
1answer
83 views

Scaladoc2 tutorial

I'm currently struggling with the syntax of Scaladoc2. I tried to create a definition list, but the HTML tags <dl>, <dt> or <dd> do not work. The brackets will be converted to HTML ...
4
votes
1answer
269 views

Marking up the “BBC pattern” in HTML5

I'm looking at the BBC site, and putting together something following a similar overall pattern, and determining how to mark it up appropriately is stumping me somewhat. The BBC consists of several ...
4
votes
3answers
177 views

What is the difference between http:// and // in HTML/CSS development?

I came across this recently whilst poking around the markup for Google's 404 page. In it, they use // at the start of their URLs, in anchors in the markup, as well as referencing images/etc in their ...
4
votes
2answers
226 views

Rendering lightweight markup languages with maven

I would like to render project documentation in html from a lighweight markup language like markdown or textile. What's easiest way to do this?
4
votes
4answers
225 views

Why would a site ever use </img> in HTML markup

I encountered this page https://www.google.com/accounts/ServiceLogin, a Google service login page that (beyond just omitting a doctype), contains 6 instances of </img> For example, <img ...

1 2 3 4 5 10