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.
0
votes
1answer
23 views
The markup in the document following the root element must be well-formed. What is the cause of this?
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
...
0
votes
0answers
12 views
Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4 Where is the OpenSP link library? [T:\osp\lib\Release\osp152.lib]
i am trying to installed SGML-Parser-OpenSP for create w3c markup validations.please help me
C:\Users\amma>cpan SGML::Parser::OpenSP
Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4
...
2
votes
1answer
53 views
Html - Correct use of markup tags ,CSS and OCSS
I'm really interested in the correct way of writing markup, especially with the rollup of HTML5. And found that it's really hard to write markup that doesn't say anything about the looks of the ...
0
votes
0answers
11 views
Rails - Inject text/ads after n paragraphs in Red Carpet markup content
Using Rails 3.2.11 and RedCarpet
I have a website with a lot of articles with about 5-6 paragraphs, written with RedCarpet markup language. I am not sure if me using RedCarpet is actually important ...
0
votes
0answers
21 views
I'm looking for a simple markup language [closed]
I'm looking for a simple markup language. I've already checked Markdown, Textile, Asciidoc, Docbook and some others, but none of them is suitable for my needs.
My needs are:
Simple text format, to ...
0
votes
1answer
29 views
changing plaintext tags into HTML tags to display in browser in python
ok so I'm writing a function in python which takes a text document which is tagged with tags like ===, ==, ---, #text# etc. etc. (alot like wikipedia). Now my program basically has to replace those ...
-1
votes
0answers
23 views
What is a bracketed array markup language called and how to be parsed?
Context: I'm connecting to the Wolfram|Alpha API, and I can get data returned, structured as the following (example: "Princess Diaries"). Is this a standard markup structure, and how is (or could) ...
1
vote
0answers
51 views
Mozilla - wrong right fixed position of element
I have contacts block at the right top corner. It shows only when scrollTop() > 100.
In Mozilla it slides down in wrong right position.
Just scroll down so block is appear and hover the text in ...
1
vote
1answer
44 views
How to escape double quote?
In org mode, if I want to format text a monospace verbatim, i.e. ~...~, if it is inside quotes: ~"..."~, it is not formatted (left as is).
Also, are quotes a reserved symbol, if so, what do they ...
1
vote
1answer
18 views
Best Element for Draggable location bar.
I'm creating an app that contains a draggable location bar. This element would allow you to drag thru chapters in a book and be seen at the bottom of the viewport. Much like Kindle or other mobile ...
0
votes
2answers
83 views
Change background color not working. JQuery
What I'm trying to do is crate a button that changes the background color of the div container with the color that was specified on the tags. When I run this on my console it says that my variables ...
-1
votes
0answers
5 views
Markup Validation Site Errors on my blog [closed]
I am receiving 322 errors on my blog at http://thecountrysideblog.blogspot.com while validating at Validator W3C You can look at these errors ...
2
votes
0answers
31 views
Lightweight Text Markup language that can be converted to HTML and LaTeX with a Java library?
A simple lightweight markup language like e.g. defined by Ceole 1.0 could be very useful for use in program and application documentation that is used as the basis for automatically created HTML and ...
1
vote
1answer
31 views
How to parse heterogenous markup with PHP?
I have a string with custom markup for saving songs with chords, tabulatures, notes etc. It contains
things in various brackets: \[.+?\], \[[.+?\]], \(.+?\)
arrows: <-{3,}>, \-{3,}>, ...
0
votes
2answers
25 views
Markup incorrect but can't find the error
I've started the css to a website, but am having some markup issues with my HTML
here is a link to the code.
http://pastebin.com/dTRH263t
seems I've not closed some div's but when I look back at it ...
0
votes
1answer
28 views
How to (re)create JSON records from HTML data attributes
This might be something quite trivial, but I have very little experience in the field so it might as well turn out quite complicated.
Basically, I'm trying to render a bunch of HTML data attributes ...
0
votes
0answers
7 views
Ruby gem for “revision marks” text comparison
I'm looking for a gem that accepts two chunks of text as strings and returns a "marked up" string showing edits that must be applied to the first in order to get the second. Stackoveflow does this ...
-1
votes
1answer
33 views
Markup Validation errors
I'm getting 1 Error found while checking this document as XHTML, through validator w3. It's really bugging me as I've gone over it numerous times and I can't find it. Can anyone please spot it?
...
1
vote
2answers
34 views
Parse text to replace quotes and nested quotes
Using python, I would like "educate" quotes of a a plain text input and turn them into the Context syntax. Here is a (recursive) example:
original text:
Using python, I would like "educate" quotes ...
0
votes
1answer
16 views
is rich-snippet value type deprecated?
i´m using google rich-snippet markup
and you define the type like
<div id="ap_top" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">
when you look up ...
1
vote
1answer
24 views
Combine code with info from databound item in ASP.NET markup code blocks
Man, I never really learnt all the embedded code blocks and stuff you can use in ASP.NET. What I'm trying to do is the following:
I have a repeater
It renders a table
In each row, I need to add a ...
0
votes
0answers
14 views
Dynamic schema aggregate review
I've been trying to figure out a way to dynamically generate schema aggregate reviews on the homepage of a site but the only examples I can find is of site's hard coding it in and referencing an ...
0
votes
1answer
18 views
HTML5 Auto Anchor Generation When Wrapping Block Level Elements
So this is quite interesting to me. I've got the following example markup:
<a href="test.html">
<h2>Hello World</h2>
<div>
<p>Hello again</p>
...
0
votes
1answer
24 views
Passing Arguments via ajax - Correct Markup
I am putting together a front end for a shopping basket, and it uses a Javascript API to communicate with the database. I have methods such as:
updatePackageQuantity
updateProductQuantity
...
0
votes
2answers
90 views
Two column layout, #navigation on the right, but below #content in html?
I have 2 column layout and for SEO reasons I want #navigation div lay below main #content div in HTML.
The problem is - on some pages I want to hide #navigation, so #content must stretch to 100%, ...
0
votes
1answer
32 views
Lazy image loading with semantic markup
I have a very image-rich site. To conserve bandwidth for users, I would like to lazy-load images as they enter the view-port. There are assorted jQuery plugins and similar that accomplish this. This ...
3
votes
1answer
178 views
How can I make Emacs org docs more beautiful in github repository?
github supports several markup languages, one of which is Emacs org mode docs.
But it always look ugly with the default CSS file(much better than
the default one in built-in org mode, though.
Also ...
0
votes
1answer
65 views
How do I make a div with html layout open in Shadowbox?
I'd like to open a div with html content in with shadow box.
Does anyone know if this is possible with the plugin as I can't see it anywhere on their site?
http://www.shadowbox-js.com/
Thanks for ...
2
votes
1answer
107 views
How to remove jQuery Mobile styling?
I chose jQuery Mobile over other frameworks for its animation capabilities and dynamic pages support.
However, I'm running into troubles with styling. I'd like to keep the basic page style in order ...
1
vote
1answer
88 views
Jquery Mobile - On a dialog how to change the “delete” icon in the header
I have the following structure:
<div data-rola="dialog" id="languages" data-close-btn="right"
data-direction="reverse">
<header data-role="header">
<a href="#" ...
0
votes
2answers
34 views
Ideally, how should HTML markup be used for games, etc? [closed]
HTML markup is built around replicating print articles, and ironically HTML5 markup is even more geared to that.
When we appropriate the technology for games and other presentational purposes, do ...
1
vote
1answer
63 views
Jquery Q : Refresh button is not refreshing once clicked
The refresh button is not refreshing which it does not turn back to original color when it clicked. It only stay on blue background. How can i make it refresh at the same time the question is ...
0
votes
0answers
14 views
Markup editor with saving (local?) versioned files
i would like to find markup editor for creating simple documentation (stored in files). I found, that similar solution is used at Github pages, see:
http://pages.github.com/
I also found some ...
2
votes
2answers
130 views
Add <li> to <ul> with for loop in jquery mobile
I'm using $.get() in my application to retrieve a list of facility names. I then want to insert them as list items in jquery mobile to an already existing . When I add a single element in the html, it ...
0
votes
1answer
59 views
Best markup language for small articles, letters, resumes
I would like to have a suggestion on the right choice for
a markup language. I need to write some short technical
articles, business letters and a resume.
The desired output are:
PDF
HTML
RTF/DOCX
...
1
vote
1answer
231 views
jQuery mobile and Handlebars
So, the title is pretty self-explanatory. I'm trying to use jQuery mobile and Handlebars, yet I'm having issues with the CSS of the tables or rather listviews that are generated by handlebars. It ...
1
vote
1answer
169 views
jquery mobile escape part of a page <div> (dynamically created)
Been trying to escape part of a page from jquery mobile since I already have a different plugin processing that part of the page turn.js but I can't seem to escape it... this is on a dynamic div that ...
2
votes
1answer
111 views
breadcrumb markup - home and current page?
Are you supposed to markup the home and current page for the breadcrumb? I am using data-vocabulary only because schema.org doesn't allow titles or urls to be marked up - only a line of text without ...
-6
votes
1answer
63 views
Injected li items are not formatted with CSS style [closed]
Attached find a jfiddle showing injection of <li> elements - the output in all ways is absent of the defined CSS - opposed to the hard coded <li>'s - why is that?
1
vote
1answer
47 views
persistent listview in Jquery Mobile
In jquery mobile you can have a navbar which has a class of persistent which makes the nav button which is chosen to highlight in a different colour. this indicates to the user where he/she is located ...
0
votes
2answers
93 views
Jquery mobile - update button style
If you add items to a listview, you'll need to call the refresh() method on it to update the styles and create any nested lists that are added. For example:
$('#mylist').listview('refresh');
What ...
-2
votes
1answer
27 views
xslt generate xhtml 1.0 strict
I generate xhtml but validator (http://validator.w3.org/check)
give me error "document type does not allow element "li" here; missing one of "ul", "ol" start-tag"
Code is:
<xsl:template ...
2
votes
3answers
546 views
Table with fixed header and column on pure css
I need to create a html table (or something similar looking) with a fixed header and a fixed first column.
Every solution I've seen so far uses javascript or jQuery to set scrollTop/scrollLeft, but ...
0
votes
2answers
147 views
show data in listview pulling from DB
trying to use data-filter attribute of listview but its working like a plain html listview getting some errors regarding "refresh" of listview
HTML code:
<html lang="en" dir="ltr">
...
0
votes
4answers
105 views
How can we use data-inline=“true” for the button type?
Could anyone please tell me how can I use data-inline="true" to the button type in JQuery mobile ?
eg: <button type="submit" data-inline="true" data-theme="b">Save</button>
When I ...
0
votes
1answer
38 views
What's the best markup language to output to rtf,pdf and html? [closed]
I need to write a CV and some business letters and to make outputs
in different formats such as RTF, PDF, HTML and TEXT.
I am using TeX, that is great for PDF but seems to be very difficult
to get an ...
2
votes
1answer
85 views
Adding jQuery Mobile elements to a page after it loads?
In this jsFiddle example...
http://jsfiddle.net/LFgSr/
... I am trying to add jQuery Mobile-style buttons inside a div after the page has been loaded. The big button that appears on the page when ...
0
votes
2answers
62 views
jQuery parent() function not working [closed]
Consider the following HTML
<fieldset>
<legend>FOO</legend>
<div> <!-- this is not static code...it's generated by jQuery-->
<input type="checkbox" ...
0
votes
1answer
55 views
HTML - Will this be valid for an hgroup tag?
Is this valid markup for an hgroup tag?
<hgroup>
<h2>Main header</h2>
<img src etc>
<h3>Sub header</h3>
</hgroup>
For design purposes I want to put an ...
0
votes
1answer
162 views
create dynamic collapsible set after ajax call
I'm trying to build a dynamic collapsible set in jquery mobile, and the code below just creates a regular div with two paragraph elements.
all happens after an ajax call to an aspx webmethod which ...


