xhtml

Eclipse Basic Web Development?

I want to start doing web development with Eclipse. Not Java, tomcat, axis2, or anything else anymore complicated than basic XHTML / JS / CSS development, at this time. Problem 1: I realize that it can edit those files, but its trying to manage my HTML docs as part of "my workspace", and all I want it to do is manage the files as part...

what is Xhtml "best Practice" ???

any body have any check list on Xhtml best practice ? @Uberneet YES ...

What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState?

What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? ...

XHTML Markup Problems

Hello guys, my template includes following: <h1 style="height: 80px;" /><img border="0" src="/somemoduledirectoryhere/Headline.ashx?c=sometexthere&amp;fc=" alt="anothertexthere" /></h1> <h2 style="margin-top: 20px;margin-left: 5px;">someheadlinehere</h2> I receive following errors during XHTML 1.0 transitional markup. docume...

Difference between concatenating the id and html tag i.e. ul#nav vs #nav ul

I was just playing around with a css ul for a menu. My initial css of #nav ul {...} did not work, but ul#nav {...} worked. What's the reason for this? Another similar question is what is the difference between: div.grey OR div .grey Notice the space between the two... ...

Correct way for custom HTML attributes

I am writing custom form validation javascript library and I am thinking about correct markup syntax. Let's say I have an input that requires number between 1 000 and 10 000. So far, I came up with something like this: <input class='validate required number' min='1000' max='10000' /> Is this correct way to do it? I have two problems ...

Using role in XHTML 1.0 strict validated

Is there a validated alternative to using role for XHTML 1.0 strict? For example, Thanks. ...

Mysterious CSS vertical space.

From this simple html. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Hello</title> <style type="text/css" media="screen"> .t1 { paddin...

Jquery SlideUp/Down Not Smooth

http://joe-riggs.com/test/test_acc.html First click 'Step 1' Then click 'Step 2' Before the div slides up, it pushes down for second (look at the bottom of the div). This happens on all of the divs. What's causing this? Not sure if it's related but the number images are mangled in Chrome - the other major browsers seem to be handling...

Django Template For Loop Removing <img> Self-Closing

Django's for loop seems to be removing all of my <img> tag's self-closing...ness (/>). In the Template, I have this code: {% for item in item_list %} <li> <a class="left" href="{{ item.url }}">{{ item.name }}</a> <a class="right" href="{{ item.url }}"> <img src="{{ item.icon.url }}" alt="{{ item.name }} Logo." /> </a...

How to make a <div> appear in front of regular text/tables

I have been trying to make a DIV box appear in front of the text/tables that I have on a webpage. The DIV is made visible via a button press; but when visible it automatically moves the text/table downward and includes the DIV content above it. Can anyone help? ...

Why Float is better than position:relative and absolute while we can make layout quickly with position?

Why Float is better than position:relative and absolute while we can make layout quickly with position? and in this recession time, time is very important. when we make 2-col, 3-col or multi-col layout and then position other elements in layout divs. Most of the world favor in Float . Why Float is better than position:relative and pos...

Encoding Unicode URLs in UTF-8 XHTML documents

I would like to include the URI http://beispiel.de/schnäppchen into a link in a XHTML document, which is encoded in UTF-8. Should I percent-encode the URL and write <a href="http://beispiel.de/schn%C3%A4ppchen"&gt;foobar&lt;/a&gt; ? "ä" is a legal character in UTF-8 and therefore should be legal in XML/XHTML, no? ...

How to make server side form validation compatible with screen reader

if screen reader fill any content wrong then how to give info (if javascript is disabled) to user to go that field any fill the correct value. with jvascript we can show javascript alert but if js is disabled then? I need solution for asp.net 20 and PHP both. ...

What are IE8 add-ons useful for web developer?

Does IE 8 have any other good add-ons/extensions/plugins other than "Developer toolbar", which is useful for web developer/designer/tester? ...

Why can't I click on this link with a nested image in IE7?

Open the following page in IE7 and try clicking on the image within the category boxes: http://www.southwestmedical.com/category/Diagnostic-Products/354 As far as I can tell, I'm not doing anything outside of the scope of (X)HTML/CSS, why am I not able to click these? ...

Why aren't my z-index declarations working?

I have a menu uses nested unordered lists to give the appearance of a secondary dropdown menu. This is working well for the most part. I recently refactored the CSS code to make it cleaner and easier for me to understand, but now I can't seem to get the secondary (dropdown) menu to appear behind the top-level menu. Both elements have pos...

special html characters are not rendered correctly in the browser

I am storing pieces of XHTML as text on a search index. Once the user submits a search request, I insert this text in my page and return it to the server. This all works fine except when there is a ISO 8859-1 Symbol in the text (such as a copyright symbol ©). The symbol is not represented correctly in the browser, it is displayed as t...

DTD with RFDa and XHTML 1.0 Transitional support

Is there a W3C document type available with both XHTML 1.0 transitional support and RDFa support? I am aware of the XHTML+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd) DTD but that is XHTML 1.1 which is not compatible with my current website. It seems that there is also a HTML4+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/html4-rdf...

Which screen reader would be best to test site accessibility and how to configure that?

Which screen reader would be best to test site accessibility and how to configure that screen reader to test website (or default screen-reader setting would be ok) and which browser should be used to test accessibility with screen-readers? Free or commercial it doesn't matter . Which can give best testing then site should be accessible ...