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.
1
vote
1answer
55 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
95 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
116 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
35 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
30 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
15 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
213 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
4k 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' ...
0
votes
0answers
38 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
29 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
266 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
37 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
7k 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
281 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
19 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
51 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
829 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
77 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
291 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
29 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
47 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 ...
32
votes
8answers
37k 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
54 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
62 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
35 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
42 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
52 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
47 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
27 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 ...
0
votes
3answers
45 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 ...
70
votes
10answers
86k 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 ...
3
votes
1answer
10k 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 ...
13
votes
8answers
4k views
Is it wrong to change a block element to inline with CSS if it contains another block element?
I know it's wrong to put a block element inside an inline element, but what about the following?
Imagine this valid markup:
<div><p>This is a paragraph</p></div>
Now add ...
0
votes
1answer
251 views
invoke primefaces context menu from java script
i have a svg on my webpage. The elements when right clicked on should display a context menu with data fetched from the database.
The elements are written in such a way that the right click event ...
46
votes
7answers
36k views
Making the main scrollbar always visible
What CSS is required to make the browser's vertical scrollbar remain visible when a user visits a web page (when the page hasn't enough content to trigger the scrollbar's activation)?
0
votes
1answer
54 views
How to Android XHTML parsing
i have a plan to android web parsing after make autologin service...
but i have a problem...
i try parsing to that http://communion.gntc.net/ i see that www.w3.org/xhtml...
xhtml... how to make ...
0
votes
1answer
31 views
JSF Ajax call is out of context
I have a Facelet which has a div called "gameinfo", by clicking on a certain button this div should be reloaded with Ajax.
Problem:
The call does't work, it throws the following error:
...
0
votes
2answers
700 views
how to write comment in correct way
How to write comments in an (x)HTML file? just using <!-- comment -->?
Is it correct also?: <!-"-" comment "-"->?
Any other methods to put a comment in code? (because some editors filter ...
41
votes
5answers
85k views
IE 8: background-size fix
I've tried to add background size to IE but it's not working at all:
HTML
<h2 id="news">NotÃcias <img src="white-marker.png" alt="" /></h2>
CSS:
div#content h2#news {
...
4
votes
0answers
425 views
Is this XPath query on parsing XHTML wrong? using TouchXML
I have been trying to parse a XHTML doc via TouchXML, but it always can't find any tags via XPath query.
Below is the XHTML:
XHTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
-1
votes
1answer
111 views
Convert docx to clean html [closed]
I want to convert docx files to clean html file.
I tried abiword and libre office with command prompt.
Libre office can't convert as CLEAN html. Abiword can't convert tables.
can you suggestion any ...
0
votes
2answers
87 views
HTML Agility Pack (C#) malforms my code
I'm currently coding a desktop application in c# which also has to handle XHTML document manipulation. For that purpose I'm using the Html Agility Pack which seemed to be okay so far. After carefully ...
7
votes
11answers
8k views
Create a W3C validated anchor link with target=“_blank”
I have the following piece of HTML that creates a new window when clicked:
<a href="/path/to/site" target="_blank">glide by the people</a>
Problem is that it does not pass the W3C ...
-1
votes
2answers
67 views
How to load another page in the same page with get values?
<form action="/load.html">
<input type='text' name='t'/><br/>
img<br/>
<input type='text' name='i' value=''/><br/>
dir<br/>
<input type='text' ...
0
votes
0answers
25 views
Redirecting with parametres
in my managed Bean i have a methode which redirect me to an xhtml page
My xhtml page load a php code which simply for now display the parametres send
so this is who it works.
in the methode of ...
0
votes
0answers
46 views
Redirect from xhtml page to php
I have a xhtml page where there is many command button
and on wamp/www/ I have a PHP file which display a google map.
this is my try
In my main page xhtml I put this
<h:commandButton ...
16
votes
1answer
11k views
Uploading files using HTML file input on iphone
I am creating a web form for uploading small movie clips to a HTTP server. However, while my HTML file input control gets shown on an ipod touch, the button is completely disabled and I cannot click ...








