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
4answers
29 views
Integrate JQuery with Richfaces
im newbie in the world of Js , my Jquery doesn't work with richfaces. I want to do something like this : http://jsfiddle.net/bFuEv/ .
This is my code in my xhtml file :
<!DOCTYPE composition ...
-2
votes
1answer
15 views
complex gmap with clickable markers, polygons and polylines primefaces jsf [closed]
In my project I have to add both markers,polylines,polygons to gmap and make them clickable so that the user can click and see an info-dialog for whatever I he clicked.Is there any way to do that?
0
votes
0answers
14 views
Convert php files with html4 tags to xhtml using tidy
I'm trying to use Tidy to convert a lot of html4 tags in php files to xhtml, like this in Debian:
tidy -indent -o xhtmltestnew.php -asxhtml xhtmltest.php
I have two problems.
1) Can I make tidy ...
0
votes
1answer
13 views
Gather info from xhtml in java: parser + visitor?
I have to write a piece of code that loads a remote web page, search for the links, visit those pages and gather some info from certain tags...
How would you do this? Is the visitor pattern of any ...
11
votes
5answers
3k views
<strong> vs <em>?
What is the difference? both emphasize the text . <em> shows text as italics, is this the only difference?
-1
votes
1answer
29 views
How to send/recieve data to/from bean function using JSF Richfaces AJAX?
I'm trying to get some code working in an XHTML/JSF/Spring application through which I send an ID to a bean function and expect a string in return. I haven't found an understandable tutorial on this ...
1
vote
1answer
25 views
Are relative urls targeting same directory and subdirectory files to be started with a dot and a slash or not?
There is an index.xhtml file and a chapters subdirectory in a directory which we can take as root. There are chapter01.xhtml, chapter02.xhtml etc. files in the chapters directory. How should I address ...
-1
votes
1answer
30 views
Slide down div using jQuery
<div id="1" class="panel">sales advisor
<span class="roles_plus"></span>
</div>
<div class="subcontent" style="display: none;">sample text</div>
<div ...
40
votes
8answers
76k views
Tick symbol in HTML/XHTML
We need to display a tick symbol (✓ or ✔) within an internal web app and would ideally like to avoid using an image.
Has to work starting with IE 6.0.2900 on a XP box, ideally we need ...
13
votes
8answers
26k views
How to colour the list-style-type auto-generated numbers?
I'm using the following list:
<ol id="footnotes">
<a name="footnote1"><li></a>This is the first footnote...</li>
<a ...
0
votes
0answers
26 views
Command link in first page works fine but not from second page onwards in primefaces datatable
Hi I am using Primefaces 3.3.1, I have a datatable in my project. Suppose that datatable is for Cars list.
Whenever user will click car title, an ajax method will be called and provide the car ...
0
votes
1answer
23 views
Converting HTML to XML using XSLT
I'm trying to convert an XHTML document to XML using XSLT but I'm currently having trouble getting my templates to match the tags in the input document. Should I be able to convert XHTML to XML like ...
2
votes
2answers
26 views
How can I align vertically img and text in span without using padding?
HTML
<div class="cs1">
<span class="cs2">Label</span>
<span class="cs3"><img src="icon.png" /></span>
<span class="cs4">Lorem Ipsum is simply ...
0
votes
1answer
23 views
XSLT how to create output based on the values of different nodes
I have this (pseudo-code) xml
<data>
<ref>one</ref>
<val>20</val>
<ref>two</ref>
<val>200</val>
<ref>three</ref>
...
0
votes
4answers
35 views
How would i redirect to the different webpages with certain time interval
// when i create this html page it is just redirecting to the first url and how would i redirect to the next url after five minutes and i cannot make any changes to the urls all i can change is only ...
0
votes
4answers
22 views
Get immediate class name jquery
The html is
<div class="a"></div>
<div class="b"></div>
Onhover class 'b' I would like to get the classname 'a' via jquery.
Is it possible.Please suggest.Much appreciated.
...
4
votes
3answers
1k views
Can XHTML and HTML class attributes value start with a number?
Can XHTML and HTML class attributes value start with a number?
0
votes
1answer
40 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 ...
0
votes
1answer
634 views
PIE.htc is not working
I have mapped the mimi type in web.xml
<mime-mapping>
<extension>htc</extension>
<mime-type>text/x-component</mime-type>
</mime-mapping>
My xhtml file resides in ...
0
votes
1answer
32 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
22 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 ...
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
42 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
19 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
35 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
5 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
50 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
37 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
34
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
27 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
52 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
22 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
18k 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
46 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
49 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
70 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
26 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
22 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' ...
122
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>








