Tagged Questions

0
votes
2answers
18 views

symbols in restructuredText

I want to use some symbols in restructuredText; how can I do this? (e.g. → in Markdown yields the "→" symbol as defined in the list of standard HTML character entities -- see also w3c …
4
votes
11answers
254 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?
1
vote
1answer
44 views

How do I add space between items in an ASP.NET RadioButtonList

I've got an ASP.NET RadioButtonList that displays four items using RepeatDirection="Horizontal" to display them on a single line. I'm using RepeatLayout="Flow" to avoid the markup for a table. …
11
votes
8answers
3k 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 …
0
votes
1answer
25 views

jquery - change table-like items order

Hi, I have a set of divs table-like (with rows and cols), to display a soccer table. Now, I need to be able to order that table according to the key chosen, without refreshing the page and avoiding …
1
vote
2answers
32 views

Is the concept of a link inseparable from its html markup?

I'm looking for a strategy for managing links within articles. The body of the article is saved in a database and pulled during page assembly. What all should be saved in the database to easily …
1
vote
2answers
38 views

How do you put html or xml into a yaml?

I would like to store html snippets inside a yaml file, what is the best way to do that? something like: myhtml: | <div> <a href="#">whatever</a> </div>
1
vote
3answers
39 views

Building a markup parser in php

I have created a very simple markup parser in php. However, it currently uses str_replace to switch between markup and html. How can I make a "code" box of sorts (will eventually use GeSHI) that has …
0
votes
1answer
22 views

XML: Milestones or Elements that cross other elements

I'm working with OSIS (Open Scriptural Information Standard), an XML schema for describing scripture and related text. When I first looked at a sample of the XML I noticed some oddities that I have …
4
votes
2answers
392 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 …
0
votes
3answers
56 views

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for …
1
vote
2answers
194 views

Theming Drupal Panels

I created a homepage layout using Panels 3, mostly of blocks created by Views. Now I'd like to apply the visual look and feel as it was designed & sliced. Panels adds an serious amount of divs …
3
votes
7answers
517 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 …
5
votes
5answers
154 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> …
0
votes
2answers
42 views

How to use Regular Expression pattern to replace markup with unquoted attributes values

Consider the following markup <p align=center width='100' height=\"200\" attr=test>aasasd</p> In order to make this markup valid i want to wrap quotes where they are required. From the …

1 2 3 4 5 8 next
15 30 50 per page