Top "Specifications" questions

A specification (also commonly referred to as "spec") is a description of a defined technology and the resources it offers.

How to create Document objects with JavaScript

Basically that's the question, how is one supposed to construct a Document object from a string of HTML dynamically in …

javascript dom xmlhttprequest document specifications
HTTP Spec: Proxy-Authorization and Authorization headers

So I'm trying to implement the following scenario: An application is protected by Basic Authentication. Let's say it is hosted …

http authentication basic-authentication specifications proxy-authentication
Constructor chaining in C++

My understanding of constructor chaining is that , when there are more than one constructors in a class (overloaded constructors) , if …

c++ constructor specifications constructor-chaining
What's the use/meaning of the @ character in variable names in C#?

I discovered that you can start your variable name with a '@' character in C#. In my C# project …

c# variables naming specifications reserved-words
Max name length of variable or method in Java

Is there a max length for class/method/variable names in Java? the JLS doesn't seem to mention that. I …

java naming specifications name-length
ONVIF : How to form the device web service address from the IP address of an NVT

My question is about the ONVIF specification. http://www.onvif.org/imwp/download.asp?ContentID=18006 In section 5.10, it says : A …

camera video-streaming ip specifications onvif
enum.values() - is an order of returned enums deterministic

I have a enum SOME_ENUM: public enum SOME_ENUM { EN_ONE, EN_TWO, EN_THREE; } Will SOME_ENUM.values() …

java enums specifications
Where can I find the full DLNA specifications?

I'm looking to create a DLNA media server type of thing in Android. I've found myself a UPnP library for …

upnp specifications dlna
What characters are allowed in an HTML attribute name?

In HTML attribute name=value pairs, what are the characters allowed for the 'name' portion? ..... Looking at some common attributes …

html specifications name-value
Where can I read C99 official language standard manual/reference/specification online?

Possible Duplicate: Where do I find the current C or C++ standard documents? Where can I read C99 official language …

c standards specifications