Click here to Skip to main content
16,006,709 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Memory Issue with Array Session Variable? Pin
Guffa30-Jun-05 12:55
Guffa30-Jun-05 12:55 
AnswerRe: Memory Issue with Array Session Variable? Pin
fakefur3-Jul-05 15:27
fakefur3-Jul-05 15:27 
GeneralColour Format (Please help) Pin
llp00na30-Jun-05 8:55
llp00na30-Jun-05 8:55 
GeneralRe: Colour Format (Please help) Pin
Christian Graus30-Jun-05 17:37
protectorChristian Graus30-Jun-05 17:37 
GeneralRe: Colour Format (Please help) Pin
llp00na30-Jun-05 23:16
llp00na30-Jun-05 23:16 
GeneralRe: Colour Format (Please help) Pin
Christian Graus1-Jul-05 20:07
protectorChristian Graus1-Jul-05 20:07 
GeneralRe: Colour Format (Please help) Pin
Guffa2-Jul-05 6:48
Guffa2-Jul-05 6:48 
GeneralRe: Colour Format (Please help) Pin
Christian Graus3-Jul-05 11:28
protectorChristian Graus3-Jul-05 11:28 
Guffa wrote:
The code #fff represents the same color as #ffffff.

Really ? That is ridiculous.


Guffa wrote:
Each digit in a three digit color code is a value for each of the red, green and blue components.

Yeah, I know that.

Guffa wrote:
Each four bit value (0-f) is multiplied by the hexadecimal number 11 to create an eight bit (00-ff) value.

OK - that's the most counter intuitive thing I've ever heard.

Guffa wrote:
In the code #abc, a is the red component, b is the green component and c is the blue component.

Yeah, I know. But a Windows bitmap is BGR. I know all this.

Guffa wrote:
a times 11 is aa, b times 11 is bb, c times 11 is cc, so the full 24 bit color code represented by #abc is #aabbcc.

Well, I apologise, I had no idea that this sort of crap was going on. That is without a doubt, the dumbest thing ever. I assumed that #fff would be a shorthand, not some magically multiplied value for the subset of RGB triples where each value is a fact of 11.


Christian Graus - Microsoft MVP - C++
GeneralRe: Colour Format (Please help) Pin
Guffa3-Jul-05 12:11
Guffa3-Jul-05 12:11 
GeneralRe: Colour Format (Please help) Pin
Christian Graus3-Jul-05 12:48
protectorChristian Graus3-Jul-05 12:48 
GeneralRe: Colour Format (Please help) Pin
Guffa3-Jul-05 13:23
Guffa3-Jul-05 13:23 
GeneralRe: Colour Format (Please help) Pin
fakefur3-Jul-05 15:33
fakefur3-Jul-05 15:33 
GeneralRe: Colour Format (Please help) Pin
Guffa4-Jul-05 1:47
Guffa4-Jul-05 1:47 
GeneralPer-user web directories in IIS Pin
Adam Durity30-Jun-05 8:44
Adam Durity30-Jun-05 8:44 
Generaldynamic tree structure table (jscript & xml) Pin
minette30-Jun-05 1:19
minette30-Jun-05 1:19 
Generaljavascript Pin
Anonymous30-Jun-05 0:52
Anonymous30-Jun-05 0:52 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:14
Guffa30-Jun-05 2:14 
GeneralWord 2003 automation problem in web service Pin
hrdegroot29-Jun-05 20:36
hrdegroot29-Jun-05 20:36 
QuestionHow to resize a web page ? Pin
rushing29-Jun-05 19:47
rushing29-Jun-05 19:47 
Generaljavascript Pin
cmarmr29-Jun-05 6:48
cmarmr29-Jun-05 6:48 
GeneralRe: javascript Pin
StylezHouse29-Jun-05 7:44
StylezHouse29-Jun-05 7:44 
GeneralRe: javascript Pin
cmarmr29-Jun-05 8:06
cmarmr29-Jun-05 8:06 
GeneralRe: javascript Pin
Guffa29-Jun-05 8:43
Guffa29-Jun-05 8:43 
GeneralRe: javascript Pin
cmarmr29-Jun-05 14:30
cmarmr29-Jun-05 14:30 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:23
Guffa30-Jun-05 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.