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.

learn more… | top users | synonyms

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
0
votes
1answer
447 views

Passing parameters between managedbeans primefaces

I have a problem with my managedbeans. I cannot manage to pass parameters between them. Here is an XHTML snippet. It is basically a form for login. It just sends the parameters to back bean. ...
0
votes
2answers
19 views

how to transfer parameter from managedbean to a jsf page

I want to transfer a parameter from a jsf page to another jsf page. Like this: a.xhtml <h:form> <h:commandLink class="navi" value="press" action="#{Bean.action}"> ...
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
2answers
27 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
15 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
38 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
17 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
40 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
28 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
61 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
23 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
17 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' ...
120
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
24 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
11 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
247 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
18 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
276 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
12 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
32 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
797 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
52 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
197 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
27 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
34k views

HTML list-style-type dash

Is there a way to create a list-style in HTML with a dash (i.e. - or – &ndash; or — &mdash;) 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 ...
1
vote
1answer
42 views

How to call a javascript function and an ajax command by pressing one button?

so what i want is to use 1 button inside a form (because ajax requires to be in a form?) to 1) call a javascript function, which basicly simply does some animation (like fadeout and fadein) 2) call ...
0
votes
0answers
19 views

feature label not work in xhtml file

I have a problem, I develop an jsf application with openlayers api, this example http://openlayers.org/dev/examples/vector-features-with-text.html work fine with html page, but when I change to xhtml ...
1
vote
1answer
27 views

Java Server Faces xhtml extension - overlapping with html files

In a project we use jsf. For mapping, xhtml extension is used. But in the project we have some xhtml files, which are not jsf. Just plain html with xml syntax. When we request for these files, Faces ...
0
votes
0answers
24 views

Primeface carousel calls twice my methods

I have an XHTML page with two primefaces carousel. <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
32 views

Delete picture in a carousel + update

I'v a Carousel with the possiblity to update pictures (stored in db) and to view them in a bigger size. That works fine. But now, i would like to remove them. And that works almost. Almost means, the ...
0
votes
1answer
14 views

php data query returns full database text - limit to 40 characters on news snippet

I'm building a new site for a client and on the index page there is a latest news div tag. I need to limit the info in the text box to 50 characters, and have tried the mysql left() function aswell as ...
-2
votes
0answers
49 views

Database Access with JDBC unable to login to protected pages

I am trying to use glassfish realm to make a secure login to protected pages. My problem is that I always get directed to the "fail login page" or get a nullpointer and I don't understand why. I know ...
0
votes
3answers
44 views

What is minimal XHTML?

I have a question, basically I need to write the code for a table with minimal XHTML and CSS. I'm not quite sure what minimal XHTML is but my guess is that it's just showing the initial XML code ...
68
votes
10answers
82k views

100% Min Height CSS layout

What's the best way to make an element of 100% minimum height across a wide range of browsers ? In particular if you have a layout with a header and footer of fixed height how do you make the middle ...
2
votes
4answers
4k views

JQuery xml/xhtml processing

Using JQuery I am sending an Ajax GET to a web server. The web server is replying with an xml block like this; <?xml version="1.0" encoding="ISO-8859-1"?> <ajax-response> <response> ...
2
votes
1answer
8k views

Valid content-type for XML, HTML and XHTML documents

What are the correct content-types for XML, HTML and XHTML documents? I need to write a simple crawler that only fetches these kinds of files. Nowadays http://somedomain.com/index.html can serve for ...

1 2 3 4 5 99