Stats on Browsers, Operating Systems, used in browsers
I found some nice information on which browsers are being used, which resolutions and operating systems are running them, what desktop resolutions they have, etc. Very nice. See how fast Vista is losing usership…
Info courtesy W3Schools
Posted under Browsers, Network, Operating System, WebDev
This post was written by Content Curator on February 2, 2010
Escape Sequences Used In MySQL
From the MySQL website:
For input, if the
FIELDS ESCAPED BYcharacter is not empty, occurrences of that character are stripped and the following character is taken literally as part of a field value. Some two-character sequences that are exceptions, where the first character is the escape character. These sequences are shown in the following table (using “\†for the escape character). The rules forNULLhandling are described later in this section.
\0An ASCII NUL ( 0x00) character\bA backspace character \nA newline (linefeed) character \rA carriage return character \tA tab character. \ZASCII 26 (Control-Z) \NNULL For more information about “
\â€-escape syntax, see Section 8.1, “Literal Valuesâ€.
This post was written by Content Curator on November 16, 2009