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.

learn more… | top users | synonyms

4
votes
1answer
28 views

HTML standards for input names on complex forms

There is a standard or a good practice on choosing the name attribute value in complex HTML form input elements? For example: <input type="text" name="post[comments][0][author][name]" /> But ...
0
votes
0answers
7 views

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). ...
0
votes
0answers
4 views

Is a level of logging appropriate for logging/tracing data?

I'm often working on issues where some business logic is breaking, and I have a wireshark capture of data coming into the system, but no good way of getting that data (or part of it) to the problem ...
0
votes
0answers
32 views

Adding ID attribute to all HTML elements of a web application?

Currently I am building a web portal using RoR, MySQL, HTML, CSS and jQuery etc., I got a request from my automation test engineer to add ID attributes(if possible NAME attribute also) to all the ...
5
votes
1answer
76 views

Should Javascript files include the BOM or not?

I believe that most people suggest using UTF-8 as the encoding for Javascript files. Is there a standard about whether those files include the Byte-Order Mark, or do not included it? (i.e. Should JS ...
1
vote
2answers
28 views

Do SVG docs support custom data- attributes?

In HTML5, elements can have arbitrary metadata stored in XML attributes whose names start with data- such as <p data-myid="123456">. Is this part of the SVG spec too? In practice this ...
0
votes
1answer
25 views

What is the most standard way to display 3d content in a browser?

I want to replace a flash applet that displays a three dimensional matrix of dots (up to 200.000). I want the content to be displayed in the majority of web browsers, including mobile browers, by ...
1
vote
2answers
121 views

CSS Only Menu, IE7 Issues

I've been fighting with getting my CSS-only menu working in all versions of IE, and I think I've almost gotten it down, with the exception of IE7. On the site in question, I'm using the following ...
0
votes
1answer
60 views

include jquery.js / bootstrap.js from own domain or from the original?

i'm confused whether to include jquery.js or bootstrap.js files from my domain or to link the files directly to the download page of the providers. what is the most common practise? i want to load my ...
6
votes
3answers
162 views

Language agnostic cookie encoding / decoding standards

I'm having difficulties to figure out what is the standard (or is there any?) for encoding/decoding cookie values regardless to backend platforms. According to RFC 2109: The VALUE is opaque to ...
1
vote
1answer
59 views

Modifier keys behaviour on hyperlink clicks

Is there some standards for hyperlink click behaviour with a modifier key pressed? For example, firefox creates a new tab if Ctrl is pressed and creates a new window if Shift is pressed. Opera creates ...
0
votes
1answer
27 views

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 ...
0
votes
0answers
45 views

SVG Multiple pages

What is the status of extending SVG standard to support multiple pages, aka pageSet? I saw that few years ago SVG 1.2 and SVG Print initiatives slowly went to halt so I'm wondering whether someone ...
0
votes
1answer
21 views

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 ...
0
votes
2answers
61 views

Should each individual product have its own individual web page?

I'm new to web development so I don't know what is the norms for this. I'm trying to build a small e-commerce site. We have a lot of items. So should each item have its own separate page? Is it good ...
2
votes
1answer
41 views

Is all XTML 1.0 Strict valid as HTML5?

I have an XHTML 1.0 Strict site. I'd like to swap over to HTML5. From what I've read, it's almost like XHTML could be considered a subset of HTML5, i.e. update the DOCTYPE and the encoding tag and ...
3
votes
3answers
320 views

From MS Word or Libre Office to clean HTML

People that send content to my website use Word, so I get a lot of Word documents to convert to HTML. I want to conserve only the basic formatting - headings, lists and emphasis - no images. When I ...
2
votes
1answer
744 views

What exactly is “IE5 quirks” in IE 10 Developer Tools? [duplicate]

Possible Duplicate: Does the windows 8 internet explorer 10 still have quirksmode? I'm working on a website which we're trying to get to work in IE10. In this site we have an iframe which ...
0
votes
0answers
25 views

What are the benefits of W3C validated pages? [duplicate]

Possible Duplicate: What’s the point of valid CSS/HTML? What is the benefit of making my site W3C compliant? Will it impact performance? I need a strong reason to make my portal W3C ...
4
votes
1answer
98 views

Why Use Bracket Notation in HTML5?

This is a "best practices" question. I was perusing the Code Review StackExchage site, and I saw this thread. In it, Joseph Silber makes the suggestion of using bracket notation and eschewing IDs ...
0
votes
2answers
91 views

HTML Coding - Is there a benefit disadvantage to using “quotes” or “apostrophes”? [duplicate]

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 ...
0
votes
1answer
38 views

Regular String to IDNA in Java

Is there a library that is able to parse Unicode domain name into IDNA? Like שלום.com ==> http://xn--9dbne9b.com/ ?
0
votes
1answer
312 views

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 ...
1
vote
2answers
127 views

JavaScript: Is it worth making variables private and defining getters/setters?

I'd like to start by saying that I understand that JavaScript is a Classless language. My background is in Java, C++, and Objective-C which are all classic OOP languages that support Classes. I'm ...
2
votes
3answers
173 views

Is it good practice to add a php include of the head section in my pages?

I am creating my portfolio site and I am wanting to include the head section as a php include on my page. Reason being is because the site will have a fair few pages and I will want to make changes ...
1
vote
1answer
147 views

How to follow the latest updates in HTML5 and CSS3 [closed]

Clearly HTML (and not XHTML) is the future. Now, the official specs of HTML and CSS by W3C (like this one for example) are not very beginner friendly or at least readable. So, are there any ...
1
vote
2answers
67 views

With web standards and sematics in mind, when coding a list of events, should I use an ordered or unordered list?

If I have a list of events taking place in a given month like: October Events: Oct. 8 - Community Dance Oct. 9 - Karaoke Night Oct. 10 - Pot-luck What is the best way to code this ...
0
votes
1answer
150 views

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 ...
1
vote
4answers
76 views

Have any deprecated elements or attributes ever been completely abandoned?

I know the "align" attribute of the <div> tag has been deprecated for some time now, as well as many other attributes. But you can still use it in all browsers. Has any browser ever made a step ...
17
votes
5answers
717 views

Why is there no synchronous WebSocket support in Web Workers when there is synchronous FileSystem support?

I understand why browser vendors don't want to help me block their UI thread. However, I don't understand why there is: no sleep(2) in Web Workers no synchronous WebSockets API There is a ...
2
votes
3answers
614 views

Font size em shows differently on certain devices

I'm creating a chat program for the web designed primarily for mobile devices. My issue is that in trying to be as appropriate for mobile devices as possible I dropped pixel font sizes for em, however ...
2
votes
1answer
102 views

Legal Implications regarding account verification in iOS app

When a user signs up for an account on my application they input various information about themselves, including the last 4 digits of their social security number. As we've gone about implementing the ...
0
votes
1answer
59 views

Make radio buttons mutually exclusive when not contained in the same form element?

I'm making a calendar where each day has a radio button that allows you to select it. I want users to only be able to select one day. The issue I'm having is I've made the calendar as a table so each ...
1
vote
3answers
156 views

Why does this link not work in IE?

Thanks for viewing my question. I'm new to web development and was hoping someone could clarify why this does not work for me in IE but works in chrome, firefox and safari. The goal is to create ...
2
votes
1answer
606 views

dtstart warning on UserComments schema

I have the following code for rich snippet on comments: <ul itemscope itemtype="http://schema.org/UserComments"> <li id="comment-1" class="comment"> <span itemprop="name" ...
0
votes
1answer
58 views

Web standards : schema or data-vocabulary

I am getting ready to update mock ups/tags of an e-commerce store. I am a bit confused which standards to implement on product elements, breadcrumbs and rest of the site. Does anyone know which ...
3
votes
1answer
3k views

What elements can a span tag contain in HTML5?

So I have been a CLI or Cron developer in PHP for most my career and now I am learning why I did not like UI work in school ;) I am dealing with HTML5 validation here and I am not finding an answer ...
0
votes
1answer
49 views

Standard for html5 apps and clients to negotiate input capabilities?

Practical Example: Suppose you wrote this html "app" and want to know if the client supports multitouch input. If it does, the buttons become expendable thus may be hidden - which is highly desirable ...
3
votes
1answer
599 views

content attribute of img elements

While inspecting the Chrome Dev tools, I noticed the following CSS fragment: img { content: url(image-src.png); } which works perfectly in Chrome (see Screenshot below). This allows me to ...
0
votes
3answers
84 views

Standard/Compliance for web programming? [closed]

I am working with developers right now that write code the way they want and when i tell them to do it other way they respond that its just matter of preference how to do it and they have their way ...
0
votes
2answers
62 views

JQuery plugins standard practice

When using a JQuery plugin, is it a good idea to cut it down in order to only leave the parts necessary for your application or is it better to leave it as it is? In a related question, is there an ...
0
votes
0answers
23 views

Why isn't there a something similar to favicon for thumbnails?

I've never been satisfied with the many ways websites (delicious, reddit, facebook) and browsers (chrome, safari) try to solve the problem of creating a thumbnail for a URL. I can't think of any ...
2
votes
1answer
611 views

By default, JSF generates unusable ids, which are incompatible with css part of web standards

Can someone who is an active JSF (or Primefaces) user explain why by default this happens why nobody is doing anything about it: <p:commandLink id="baz" update=":foo:boop" value="Example" /> ...
1
vote
2answers
527 views

Is it considered okay (standards-wise) to mix HTML 4 and HTML 5? [closed]

I'm basically wondering wether or not it's considered okay (standards wise) to mix HTML 4 and HTML 5. For instance, what if I have an HTML 4 body element with an HTML5 audio tag in it. I know it ...
0
votes
2answers
140 views

HTTP header for entity signature

There is a standard header for giving a digest of an HTTP request body (Content-MD5). Is there a commonly-used header name for including a DSA signature of a digest (generated with openssl dgst -dss1 ...
0
votes
2answers
119 views

Are Marquees Safe to Use?

I personally love marquees when used properly and sparingly. You don't see them a lot anymore but I think they can add some simple eye-candy to load in things like news feeds or updates etc. Since it ...
10
votes
2answers
3k views

ie9-js - has something else rendered it obsolete?

So, everyone knows ie9.js (from http://code.google.com/p/ie7-js/). It seems to work, but it never left beta since the last release in 2010. Obviously, there are some other things that do something a ...
0
votes
2answers
41 views

Are text inputs submitting the form when the return key is pressed a guaranteed behavior?

On Chrome and Firefox, a form is submitted if the return key is pressed inside any text input inside the form. Is this behaviour part of the standard?
2
votes
1answer
1k views

How to solve HTML5 Validation error on fb-like box?

How to solve this HTML 5 Validation error related to fb like button. Here is the text from Validation engine: Line 3170, column 261: Element name fb:like-box cannot be represented as XML 1.0. …rue" ...
2
votes
2answers
154 views

Marking up citations in HTML

Is there a somewhat standardized way to semantically mark up citations in HTML? I know that when I'm citing from a website i can do: <q title="Article by John" ...

1 2 3 4 5 6