Questions tagged [web-standards]

Technologies for creating and interpreting web-based content which are carefully designed to deliver the greatest benefits to the greatest number of web users while ensuring the long-term viability of any document published on the Web.

The World Wide Web Consortium (W3C), along with other groups and standards bodies, has established technologies for creating and interpreting web-based content. These technologies, which we call “web standards,” are carefully designed to deliver the greatest benefits to the greatest number of web users while ensuring the long-term viability of any document published on the Web.

Designing and building with these standards simplifies and lowers the cost of production, while delivering sites that are accessible to more people and more types of Internet devices. Sites developed along these lines will continue to function correctly as traditional desktop browsers evolve, and as new Internet devices come to market.

351 questions
0
votes
4 answers

What tag should be used for short text like "back to top" , "Read more" etc?

What tag should be used for short text like. Back to top Read more is

appropirate or something else should be use. because these are not paragraph. Which is more semantic

Back to top

or
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
0
votes
0 answers

Is there a standard table transfer protocol?

I have an API server (Java-based) that's serving data tables via remote procedure calls. The calls are initiated by a client (C++) that receives the tables, and performs heaving number crunching on that data. The data payload is fairly substantial…
user48956
  • 14,850
  • 19
  • 93
  • 154
0
votes
1 answer

General guidelines for putting logic in javascript versus main framework

I'm aware that this question may be closed, but I'm really having trouble with deciding what parts of a search feature should be implemented in jQuery, AJAX requests, or basic framework design. In general the three tasks I'm looking at are…
Slater Victoroff
  • 21,376
  • 21
  • 85
  • 144
0
votes
2 answers

What is Logically and semantically correct, A-grade browsers compatible and W3C valid way to clear float?

What is Logically correct and W3C valid way to clear float? zoom:1 is not valid by W3C and IE8 don't have hash layout problem overflow:hidden and overflow:hidden were not made to do this,as the spec intended overflow to be used
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
0
votes
3 answers

Whole code of Asp.net page renders in a form tag is it W3C valid?

Whole code of Asp.net page renders in a form tag is it W3C valid to render everything in form tag?
remaining code.....
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
0
votes
0 answers

Dilemma: a huge sprite & inline style tags VS. no inline style tags and many images

I have an application in which the user will 'upload' a lot of (small-size, from 5 to 20kb each) images to the HTML page, and will drag and drop them to different locations on the page (with jQuery). I have the choice of making them input images…
webketje
  • 10,376
  • 3
  • 25
  • 54
0
votes
3 answers

Why are JS scripts usually place in the header of a document?

Why are JS scripts usually place in the header of a document? Is it required by standards, or is it just a convention with no particular reason?
waiwai933
  • 14,133
  • 21
  • 62
  • 86
0
votes
2 answers

What is practical purpose for bidirectional override "bdo"?

Before coming here, I tried myself by googling. After I read these two links http://www.w3schools.com/tags/tag_bdo.asp http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_bdo I still don't understand clearly what is the practical…
rajakvk
  • 9,775
  • 17
  • 46
  • 49
0
votes
1 answer

Create individual pages or dynamically create a page?

I'm unsure of what to do here I would like to ask what process should I use or what are the web standards in accomplishing this. Scenario: A User inputs information (e.g. a classified ads post). How should I generate the page of the users post?…
Jo E.
  • 7,822
  • 14
  • 58
  • 94
0
votes
1 answer

Is there an appropraite rel attribute for a link to a category page?

the_category() function in WordPress generates some invalid markup by creating an anchor tag with a rel attribute that looks like "category tag" (see the markup for the "Uncategorized" link here). It seems the problem is category is not a valid…
Louis Waweru
  • 3,572
  • 10
  • 38
  • 53
0
votes
2 answers

HTML Coding - Is there a benefit disadvantage to using "quotes" or "apostrophes"?

Possible Duplicate: Single vs Double quotes (' vs ") I just purchased an HTML template built on Twitter Bootstrap. Parts of the template are coded with class='navbar' rather than class="navbar" (notice the apostrophes rather than quotation marks…
adamdehaven
  • 5,890
  • 10
  • 61
  • 84
0
votes
1 answer

Using HTML5 Mobile boilerplate (MBP) for developing mobile sites

I want to create a mobile site and want to target almost all devices from High end (Iphone,android) to low end (nokia's, LG Flip-phones). Which method to choose for dvelopment: Developing 2 sites one built on HTML5 for targeting latest handsets and…
Dharmesh
  • 1,039
  • 1
  • 12
  • 17
0
votes
6 answers

How do you set up your web server & document's html to correctly serve HTML5 documents?

Maybe I'm an idiot but I don't quite get what goes in the header of my HTML to use XHTML w/ HTML5. Is this still good and we just add the HTML5 tags?:
joedevon
  • 2,649
  • 4
  • 28
  • 43
0
votes
1 answer

Resful web service standards, best practicies

I am looking for best practices on restful web service standards. One of the main things I want to sort out is entity separation in url. What is the right to do, group methods in one url or separate by entityname? [WebGet(UriTemplate =…
Yara
  • 4,441
  • 6
  • 42
  • 62
0
votes
6 answers

CSS Frameworks & "Semantic Naming"

I've looked at two CSS frameworks that could save me a lot of time (Blueprint, 960gs) but have questions on how to use them and comply with web standards. For example, Blueprint has things like:
and 960gs like:
Rob
  • 4,093
  • 5
  • 44
  • 54