Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Should I use char** argv or char* argv[]?

c arrays pointers standards

Hex representation of a color with alpha channel?

colors standards w3c

Set element width or height in Standards Mode

Proper URL forming with a query string and an anchor hashtag

What is the proper declaration of main in C++?

How to determine the version of the C++ standard used by the compiler?

c++ standards

Are there any suggestions for developing a C# coding standards / best practices document? [closed]

c# standards procedure

Use CSS to automatically add 'required field' asterisk to form inputs

css forms validation standards

Is the order of iterating through std::map known (and guaranteed by the standard)?

c++ dictionary stl standards

Effects of the extern keyword on C functions

c syntax standards

Why are Standard iterator ranges [begin, end) instead of [begin, end]?

c++ stl iterator standards

How is the default submit button on an HTML form determined?

Does JSON syntax allow duplicate keys in an object?

json standards

Can (domain name) subdomains have an underscore "_" in it?

dns subdomain standards

Can a CSV file have a comment?

Is an anchor tag without the href attribute safe?

What's the difference between __PRETTY_FUNCTION__, __FUNCTION__, __func__?

Are iframes considered 'bad practice'? [closed]

html iframe standards

Coding Conventions - Naming Enums

What is the standard naming convention for html/css ids and classes? [closed]