Tagged Questions

0
votes
1answer
17 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 odd …
0
votes
3answers
48 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 e …
0
votes
2answers
37 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 …
3
votes
3answers
59 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 …
0
votes
3answers
70 views

How to Parse Some Wiki Markup

Hey guys, given a data set in plain text such as the following: ==Events== * [[312]] &ndash; [[Constantine the Great]] is said to have received his famous [[Battle of Milvian …
0
votes
2answers
37 views

Original Markup inInternet Explorer in Range / Selection

I am extracting content selected by the user via this function: function getSelectionHTML() { var userSelection; if (window.getSelection) { // W3C Ranges userSelect …
5
votes
5answers
144 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> <la …
0
votes
4answers
36 views

How to use extensions and utility methods in markup?

Ok. This is probably a really stupid question, but I'm going to ask it anyway... How can I use extensions and utility methods in my ASP.Net markup? For example, (say) I have a Dat …
1
vote
2answers
170 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 seri …
3
votes
7answers
195 views

Why is there no standardized wiki markup language?

For as many wiki tools as I have used, each time I must learn yet another markup language. Why doesn't wiki markup get standardized like HTML, XSLT, SVG, and other web languages?
0
votes
2answers
91 views

Trying to embed a DataItem within an asp:Image control’s ImageUrl property

I have the following Image control within a repeater. I'm trying to get the username to render in between ~/profilepics/ and .jpg but I get the following rendered output /profilep …
3
votes
7answers
457 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 i …
0
votes
5answers
121 views

Regular Expression for Conditional Substitution of Angle Brackets

Is it possible to create a single regexp to replace < and > with their entity equivalents? s/<|>/&lt;|&gt;/
0
votes
1answer
48 views

How to prevent Error List Window from showing up within Visual Studio ASP.NET Editor?

Any errors or warnings within the markup pops up the window and it reminds me VB6 error message box, stealing the focus and concentration. Quite an eyesore. Is there a way to pre …
1
vote
4answers
63 views

Suggestion for Semantic Markup

I am creating a web GUI for an application I am working on. This particular section will sit within a larger page that is of a good semantic makeup. However, I am unsure what the b …

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