XHTML, eXtensible HyperText Markup Language, is an application of HTML that is also a valid XML document, as opposed to standard HTML which is based on SGML. It is a markup language commonly used for webpages.
0
votes
0answers
8 views
Can I use HTML5 tag in jsf(.xhtml)
I want to use some HTML5 tag in jsf file, such as , and so on, but it doesn't work because the suffix of jsf file is .xhtml.
Is there any possible to use HTML5 tag in jsf file??
0
votes
1answer
21 views
Is there an Online XPath tester that does not require input XHTML to be perfect?
I am trying to figure out the answer to this question: Why does this HtmlAgilityPack code stop working when I dig deeper via XPath?
Playing with the XTHML on an XPath tester independent of ...
0
votes
0answers
29 views
How do I get my XSLT to open HTML/PHP and accept an entire XML node rowset?
So far when I click on the XSLT embedded in my hyperlink, I get the page that I want. But, it is also where I need the help! I need my style_sheet to pass the entire row.node result as a parameter or ...
13
votes
4answers
13k views
What would be the best method to code heading/title for <ul> or <ol>, Like we have <caption> in <table>?
What would be the best method to code heading/title of <ul> or <ol>? Like we have <caption> in <table>. and we don't want to make them bold
Example image:
This is ok
...
15
votes
2answers
6k views
What is the purpose of <meta name=“MSSmartTagsPreventParsing” content=“TRUE”>?
What it does? is there any pros to add this in for all browser?
0
votes
1answer
24 views
commandButton doesn't set correctly f:param if it got a javascipt method in onclick event
Between two JSF views xhtmls (both have view scoped backing beans) I would like to pass parameters if the user click a link or a button. If I have an attribute onclick with a JavaScript function to ...
0
votes
1answer
18 views
Duplicate Anchor IDs and W3 Conventions
I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically:
<a name="someName"></a>
After ...
2
votes
2answers
1k views
How to use images instead of plain text as links for mobile safari on iOS?
I am encountering problems with using images instead of plain text as links for mobile Safari on iOS5, tested on device. I have tried three different link protocols, tel: mailto: and http: and ...
-2
votes
4answers
33 views
Replace Content Here
Ok so on W3Schools, it has the image below. Is there a way to keep the outer orange/yellow part and simply replace the "Content goes here" by doing src="somehtmlpage.html" which contains only a body ...
0
votes
3answers
21 views
get child div id of clicked class using jquery
My code is
<div class="timeline_off"></div>
<div id="1851" class="year">1851</div>
I would like to get the id of the class 'year' once timeline_off is clicked using ...
0
votes
0answers
4 views
Meta refresh on Nokia 3120 or other Nokia devices
It seems that meta refresh tag is not working in my Nokia 3120. I can't use javascript to refresh the page since the device doesn't support javascript. What I need now is a proof that this device ...
0
votes
3answers
47 views
Animation on Android
I have been looking around and searching for an answer and really trying to dive into android programming before asking any questions. I know that this site is here to help, but also not an outlet to ...
0
votes
1answer
36 views
Two <p:confirmDialog> in one xhtml
I have two in one xhtml. But both of them are not working properly.
When I click the Save button, the confirmDialog of the Import button came up.
When I click the Import button, nothing came up.
Is ...
1
vote
3answers
2k views
Creating a 3 column HTML table with dynamic data in Django
I am trying to create a dynamic HTML table with 3 columns and 3 rows. Each column will have 3 records from the database so there will be 9 total records displayed (if they have 9 friends. otherwise ...
1
vote
3answers
3k views
How to show live preview in a small popup of linked page on mouse over on link?
How to show live preview in a small popup of linked page on mouse over on link ?
like this
http://cssglobe.com/lab/tooltip/03/
but live preview
33
votes
15answers
23k views
Best Way to View Generated Source of Webpage?
I'm looking for a tool that will give me the proper generated source including DOM changes made by AJAX requests for input into W3's validator. I've tried the following methods:
Web Developer ...
0
votes
1answer
24 views
<p:commandButton> with icon image not showing
I have been struggling this for a while. I am using primefaces 3.5. I have a command button with icon attribute. But the image seems not showing. I am not sure if I put the image url correctly. I ...
-3
votes
0answers
44 views
Populate select list from database live [closed]
I'm doing a big assignment, one of the part in the form is to get the post code input from the user and then search it in database and create select list with the result. i have done that but it only ...
91
votes
14answers
49k views
What are all the valid self-closing elements in XHTML (as implemented by the major browsers)?
What are all the valid self-closing elements (e.g. <br/>) in XHTML (as implemented by the major browsers)?
I know that XHTML technically allows any element to be self-closed, but I'm looking ...
16
votes
7answers
7k views
Shouldn't we use <noscript> tag?
I found some good cons here.
The noscript tag only detects whether the browser has JavaScript
enabled or not. If JavaScript is
disabled in the Firewall rather than
in the browser then the JavaScript
...
0
votes
2answers
2k views
Conversion Error setting value '52' for 'null Converter'
I'm new to JSF and I have been trying to store data from a form that uses a h:selectOneMenu to get the category of a product. The h:selectOneMenu is being populated from the DB, however, when trying ...
1
vote
1answer
19 views
confused about xhtml5: no more `<?xml?>` and now mandatory `meta`?
I've been a longtime user of XHTML 1.0 Strict, and I'm now trying to switch to XHTML5 in my new projects.
I'm confused that <?xml version='1.0' encoding='utf-8'?> is no longer considered valid, ...
2
votes
4answers
17k views
Enable & Disable a Div and its elements in Javascript
I am looking for a method to Enable and Disable the
div id="dcalc" and Its children.
<div id="dcalc" class="nerkheArz"
style="left: 50px; top: 150px; ...
1
vote
2answers
43 views
JQuery - Callback for offset()/position()
I have a div containing a list elements, which have static positioning and for each element I want to
Record its absolute positioning using the offset() method
Change its positioning to absolute, ...
0
votes
0answers
43 views
Display Blob Image using primefaces
I want to display blob type image using primefaces. There is a error in the server log, and the page is displayed without the picture. I used the following code.
Html code =
<h:form ...
0
votes
2answers
65 views
How to make this css based menu open and close on click instead of open on hover and close on mouseout?
The working version of the css menu is here http://jsfiddle.net/nexU/PEvrW/1/ and it works on all browsers and after changing hover to click, menu has to continue working on all browsers too.
...
-1
votes
1answer
24 views
Converting XHTML to plain text
Is there a way to convert the XHTML to Plain text using Java?
Can any one please guide me on this?
-1
votes
1answer
20 views
Facebook Twitter and rdfa DOCTYPE [closed]
Facebook and Twitter widgets don't support xhtml1-strict.dtd, but support xhtml-rdfa-1.dtd
My question.
xhtml-rdfa-1.dtd do giver better support on HTML driven pages? (As per my knowledge its give ...
0
votes
0answers
13 views
Is this a possibly malformed xhtml cid in URI?
Over the last 24 hours my network received around 1 million requests for the following URI.
smp/deals/deals.xhtml;jsessionid=EDADC8DC7B4693C23A83DB42A06F4CF7.##app server ...
0
votes
2answers
212 views
Data manipulation without server side
I have to create a very simple webpage to show, filter and add data from not-yet-defined source (probably txt/xml/cvs). Records should be visible as a table, filtered using 3 criteria fields. There ...
12
votes
4answers
3k views
Can the <script> tag not be self closed?
I had this code in my website
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"/>
<script type='text/javascript' ...
121
votes
8answers
21k views
Can we have multiple <tbody> in same <table>?
Can we have multiple <tbody> in same <table>? If yes then in what scenarios we should use multiple <tbody>
0
votes
0answers
26 views
display of username in .xhtml with spring security
Is the username appears only in one page .jsp ?
in a jsp page I put <sec:authentication property="principal.username"/> with <% @ taglib prefix = "sec" uri = ...
0
votes
0answers
14 views
Richfaces facebook like multiselect for large datacollection
I'm working with Richfaces 4.3.0.FINAL but I can't seem to find a nice component what can do what I want. I have a huge collection of Documents in my database, and the user must be able to add some of ...
0
votes
1answer
248 views
Javascript for calculating Quiz score in SCORM1.2
I have a SCORM 1.2 content package which has some HTML pages containing quiz questions. After clicking on the submit button the javascript calculates the score and returns back. My current java script ...
0
votes
1answer
20 views
.htaccess to web.config php issue
I've been hitting these boards and I'm not really finding a solution. My students redesigned a website for a non-profit rescue group and honestly, programming is not my forte, as much as coding is.
...
1
vote
4answers
6k views
Magento - How to get cart items total in header.phtml
I am using Magento eCommerce and I have modified my header.phtml via the Blank template. Code, this is my code but it shows blank.
<?php $cartQty = $this->getSummaryCount() ?>
<?php ...
3
votes
6answers
99 views
How should I format my markup?
When it comes to my markup, I'm anal. It always has to be perfectly indented, easily readable to me, and 100% valid with the W3C. Often time, when viewing the markup of other websites, I'm appalled ...
1
vote
2answers
2k views
jQuery Background Canvas transparency
I'm using the jQuery Background Canvas plugin and have created a DIV with rounded corners and a gradient effect. However, I'm unable to get the transparency to work. What am I doing wrong? Here's the ...
0
votes
3answers
277 views
XHTML bulk Validator for Windows?
I have several hundred (static - no includes or server-side parsing) HTML pages. I would like to validate the HTML (XHTML 1.0 Transitional), but the idea of plugging each of them individually into the ...
2
votes
6answers
6k views
How to use an <h2> tag </h2> inside a <p></p> in the middle of a text?
I want to do something like this:
<p>This is a <h2>text</h2> paragraph.</p>
I disabled margin and padding for the h2 but it still breaks the line before and after the h2 ...
0
votes
0answers
15 views
Use of TidyCom for Html cleanup causes <p> tag with id attributes to be replaced with <br /> Tag?
I am using TidyCom for cleaning of HTML and framing it into XHTMl.But after cleanup I found that some PTag with id attribute is being cleaned up and replaced with .
For eg:
<P ...
1
vote
2answers
34 views
Div container within main wrapper won't center
I basically have a #wrapper , #contentWrapper , #actualContent
I have my #wrapper centering the viewport, with width 940px; however I cant get my #actualContent to center within the main wrapper.
...
1
vote
8answers
805 views
Tooltip for a line of text
<td title="this is a really long line that I'm going to truncate">this is a really long line that I'm going to trunc ...</td>
Is this the correct way to do it?
0
votes
0answers
54 views
jsf - ajax javascript call not working due to a <h:form>
Problem:
I have a button with an action and an ajax call to a js function but the javascript function is not executed. But when I remove the <h:form> it will work perfectly. Anybody has an idea ...
-5
votes
3answers
202 views
Show html from a link in a <div> on the same page
I have created 2 div tags. In one of the div tags I'm having link and I want to display the result into another tag.
My code is:
<div>
<div id="loginDiv"><a ...
0
votes
2answers
27 views
Would an unexpected T_STRING on line 1 be causing a server error? [closed]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
0
votes
0answers
30 views
Browser window opens another window in JSF (both). The 2nd updates info one the 1st. 2nd closes and 1st doesn't gets updated [closed]
I know the question title is confusing, but I didn't know how to summarize it. So my problem is the following (bear with me):
I have a JSF window main.xhtml with a template.xhtml with a backing bean ...
31
votes
8answers
35k views
HTML list-style-type dash
Is there a way to create a list-style in HTML with a dash (i.e. - or – – or — —) i.e.
<ul>
<li>abc</li>
</ul>
Outputting:
- abc
It's ...
1
vote
1answer
52 views
Sidebar with 3 different backgrounds
I'm currently trying to get my sidebar working with 3 different backgrounds. Screenshot: http://i.imgur.com/b0ZodFz.jpg
I tried to fix it with 3 containers but I can't get it right (the top image ...








