The markup tag has no wiki summary.
12
votes
5answers
296 views
Storing in-text metadata in a discrete data structure
I am developing an application which will need to store inline, intext metadata. What I mean by that is the following: let's say we have a long text, and we want to store some metadata connected with ...
21
votes
5answers
1k views
I've been told HTML is a markup language, C++ is a programming language, what could make that difference?
My programming friends are always telling me that HTML is a markup language and C++ is a programming language. When I ask them what's the difference, they never give me a reasonable answer.
What ...
2
votes
2answers
102 views
Wiki/markup in enterprise as documentation [closed]
Why it is less common to use wiki/markup in enterprise as documentation?
They use Word document instead.
Wiki/markup are in text format, which is version control friendly.
1
vote
2answers
80 views
Convert plain text to a pdf template
I have some articles (more than 200 pages) in plain text. It needs to be converted to an given PDF markup. I got some Photoshop files for the headers for every page and a list of requirements for the ...
6
votes
5answers
431 views
Why is semantic markup given more weight for search engines?
This question follows directly from the part of an answer of this question - Why would one bother marking up properly and semantically? .
I would like to understand why SEO techniques gives more ...
46
votes
7answers
2k views
Why would one bother marking up properly and semantically?
Note that I (try) to mark up as semantically as possible because I like they way it looks and feels, but not because I'm aware of any other stunning advantages. The point of my question is to be ...
3
votes
1answer
174 views
Suggestions for a CMS markup language for PHP
As a learning experience, and as project, I am attempting to write a CMS module for ZF2. One of the functionality I would like to have is the possibility of adding dynamic contents in the pages by ...
1
vote
4answers
2k views
Should I start with HTML/CSS/JavaScript or with ASP.NET/ C#? [closed]
I have a basic understanding of HTML, I can understand what the output of specific HTMl can do but I can not write a full web page in HTML. The same with CSS. Do you think I have to learn HTML and ...
1
vote
1answer
454 views
Ideal way to define a table or grid in XML?
HTML
<table border="1" width="400">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
...