The standards tag has no wiki summary.
1
vote
1answer
64 views
Is USB unreliable by design or are there just so many broken devices around? [closed]
Often, I've had the case that some USB device starts behaving "strange" (e.g. not being recognized by Windows; not being recognized after waking from standby; being recognized only after plugging it ...
0
votes
1answer
35 views
How does someone that is blind interact with a website that has infographics?
I understand that there are some technologies that exist (text to speech, or that thing whistler had in Sneakers) that could enable someone that does not have sight to understand what is on a webpage. ...
0
votes
0answers
23 views
Is there a Web UX standard as to when to use, or not use a tool-tip? [closed]
Current web application is being updated with twitter bootstrap and the UX people are hover/tool-tip happy which is leading to a very busy page.
My understanding is that tool tips should be used for ...
2
votes
2answers
5k views
What is standard A4 paper size in pixels for a given resolution?
Is there a standard size of A4 paper in pixels?
Dimensions of A4 paper are 210mm × 297mm or 8.27in × 11.69in.
For 600dpi resolution, I calculate the paper size in pixels like below:
In imperial ...
4
votes
1answer
83 views
Who decides if file format is popular enough to have its own MIME type?
Who decides, if a program is popular enough to have its own MIME type?
Right now, I program something for dealing with .srt subtitles - and while on wikipedia, it has application/x-subrip MIME type, ...
0
votes
1answer
71 views
Determine which Wi-Fi standard is being broadcast
I am on a Wi-Fi network that I think is 802.11b, judging by the low bandwidth I have, if compared with a wired connection.
But how can I confirm that this wireless network is broadcasting 802.11b ...
2
votes
2answers
639 views
Is there a URL character limit?
I clicked on an ad for a TracFone deal, and noticed the URL it went through:
...
2
votes
1answer
2k views
How do I enter dates in ISO 8601 date format (YYYY-MM-DD) in Excel (and have Excel recognize that format as a date value)?
I tried to enter this date in ISO 8601 format (YYYY-MM-DD) in Excel 2010: 2012-04-08, but Excel automatically converts the date format to 4/8/2012.
I tried scrolling through the different types of ...
1
vote
0answers
74 views
Is there A Standard Format For Describing Network Architecture/Topologies
I'm looking into tools for automatically mapping network resources that create hardware and software diagrams of the network such as WhatsUp Gold, HP TopTools, etc. Is there a standard format, XML ...
2
votes
2answers
201 views
SATA connector position on a hard disk
I have a external SATA drive enclosure that connects via USB to a PC/Mac and it accepts a bare SATA drive being slotted directly into the enclosure, much like a hot swappable disk you would find in a ...
0
votes
1answer
364 views
Creation of CAB-Packages for Windows Embedded Standard 7
I'm trying to build a custom WES7 distribution and therefore include my own Application and Drivers. I want to integrate my applications in the configuration process with the Image Configuration ...
1
vote
1answer
968 views
Adding standard deviation bars in Excel 2007
In Excel 2007 I am using a double bar graph (like a regular bar graph, but with two columns under one x-axis value) as my chart. I have 8 x-axis values, making a total of 16 actual bars.
I need to ...
3
votes
2answers
438 views
What is the reason for CPUs being so small?
The more transistors a CPU has the faster it is right? We seem to keep trying to make the transistors smaller and smaller yet the size of the CPU remains the same, a few cm squared.
Why isn't the ...
78
votes
2answers
3k views
Is there a standard name for the “standard” computer screw?
I have the unfortunate task of writing a technical document, and I know the government is a stickler for unnecessary detail. Is there standard name for the standard computer screw? Also, what is the ...
1
vote
2answers
4k views
Install Windows Embedded Standard 7 from USB
I would like to install Windows Embedded Standard 7 on a HP thin client. I downloaded the ISO file from the MSDN Subscription site but I'm struggling to make a bootable USB disk.
I tried using ...
2
votes
1answer
345 views
Why is Internet Explorer not a standards-compliant browser?
Disclaimer:
This is not a rant question whatsoever.
I do a lot of web development and I manipulate websites on a daily basis at my work. Something I always come across when fixing things is that ...
0
votes
3answers
89 views
Why Standards Place Limits on Data Transfer Rates?
This is a rather general question about hardware and standards in general:
Why do they place limits on data transfer rates, and disallow manufacturers from exceeding those rates? (E.g. 100 Mbit/s for ...
8
votes
2answers
2k views
How will IPv6 impact everyday users? (World IPv6 Day)
With the current (one hour in at the moment) trial by all the big boys (Google, Facebook, Bing, Yahoo, etc.) I wondered how IPv6 will effect home users and the Internet as a whole.
Will the change ...
0
votes
1answer
139 views
Associate ISO week date with a month
is there any standard way to associate a ISO week number with a specific month?
Let's say we have week 35 this year (from 08/29/2011 to 09/04/2011), does this week belong to August or September?
...
1
vote
1answer
297 views
Is there a standard dimension definition for CD/DVD drive bay?
Probably naive, but is there a standard to mandate the dimensions of CD/DVD drive bay on a cabinet/enclosure are met?
Neither my BenQ CD Writer, nor my ASUS DVD Writer fit into the 5.25 bay of my ...
0
votes
1answer
240 views
Which regular expression standard is used in grep?
Is the regular expression standard used in grep POSIX + ASCII or something else is mixed in?
2
votes
1answer
224 views
What is The POSIX standard?
In plain and simple terms, what is the posix standard and why does it matter? Also if I have two systems that are 100% posix compatible, would code compiled for one work on the other without a ...
2
votes
1answer
791 views
Default installed ftp client on windows
I am distributing a product that allow some access using ftp. I am looking for a simple way to connect to that service from the most generic Windows box. Installing an external ftp client, makes the ...
1
vote
3answers
516 views
Display (screen) Resolution Standard Ratios
The screen resolutions 800 x 600 & 1024 x 600 have the aspect ratio 4:3 and this is a standard.
What are the other resolution standards?
For example: Widescreen is 16:9
Extra Wide
HD
etc.
1
vote
1answer
633 views
Forcing IE8 Standards Mode with FEATURE_BROWSER_EMULATION
I'm doing this:
http://blogs.msdn.com/b/ie/archive/2009/03/10/more-ie8-extensibility-improvements.aspx
But it's not working.
I have "iexplore.exe" set to 8888 (decimal mode) under MACHINE, but it's ...
2
votes
1answer
637 views
Ubuntu package install directory standards
I've been trying to find some documentation that defines the standard which Ubuntu uses for installing applications. I'm making a web app that I want to install it in the correct places.
As an ...
13
votes
3answers
610 views
Is there still any reason to prefer GIF over PNG when creating images for web pages? [closed]
Long ago, I used to avoid the PNG image format when building web pages because browser support was lacking. I remember having a PNG on a page could cause the QuickTime plugin to be loaded - yuck.
...
2
votes
4answers
264 views
Is passing the Acid3 test important?
I use Firefox for my primary browser but I've noticed it doesn't completely pass the Acid3 test.
Well I know that most sites will still continue to work even though my browser isn't 100% ...