NOTE TO SELF: Read messages before replying...
Attached is the conversion - in the direction you actually wanted this time... Jon -----Original Message----- From: Jon Grieve [mailto:[EMAIL PROTECTED]] Sent: 09 August 2002 23:50 To: Multiple recipients of list witango-talk Subject: RE: Witango-Talk: [OT] Hexadecimal number to decimal conversion. ... Jason, I found some JS to do what I think you're asking for. I've never toyed with server-side JS, so can't offer any advise there... Jon -----Original Message----- From: Jason Pamental [mailto:[EMAIL PROTECTED]] Sent: 09 August 2002 23:16 To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: [OT] Hexadecimal number to decimal conversion.... Thanks everyone - Gauthier is pretty close to explaining our predicament. The odd bit about this is that the numeric value of a color to Flash when converted from Hex is the decimal value equivalent of 'F3A89B' converted as a whole hex string, not the individual pairs for RGB. (so it's something like 16777215 = FFFFFF. I think) but I think we're on the right track, and will let you know how it works out. I think that it will be a combination of maybe some creative tag combinations and possibly a server-side script. Jason On 8/9/02 4:28 PM, "[Gauthier]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm not sure that the replies on this topic was what Jason was > expecting ;) > > I think that he means a way to do such conversion with MetaTags. I > second him because there is no way that I'm aware to use <@CALC > for > conversion. It only allow to use hexadecimal numbers prefixed by 0x > for calculation. as for color codes, these features will help working > with dynamic parametrable Witango css provider, wich seems to be an > interresting thing. > > I hope that was the point. > > Gauthier > > ----- Original Message ----- > From: "Atrix Wolfe" <[EMAIL PROTECTED]> > To: "Multiple recipients of list witango-talk" > <[EMAIL PROTECTED]> > Sent: Friday, August 09, 2002 9:17 PM > Subject: Re: Witango-Talk: [OT] Hexadecimal number to decimal conversion.... > > >> for the color: >> a9f695 >> >> red(a9)=169 >> green(f6)=246 >> blue(95)=149 >> >> Not sure if you how much you know about how html colors/hex works >> so.... Hexadecimal is a numbering system which uses 0-9 then >> continues with A-F numericly meaning 10-15. In hexadecimal then, 10 >> is equivelant to 16 in decimal. For color codes in html you get 2 >> hexadecimal digits per color > code >> and they go in the order Red, Green, Blue. Since you have to hex >> digits, the values range from 0-255 (00-FF) for each color. if all >> colors were > 255 >> (FF for all 3 fields...FFFFFF), that is the color white. If they are >> all 0's then of course its black (000000). Red and Green make >> yellow(FFFF00), blue and red make purple(FF00FF), green and blue make >> aqua(00FFFF) ...and lots of colors inbetween (: >> >> >> ----- Original Message ----- >> From: "cryptomancer" <[EMAIL PROTECTED]> >> To: "Multiple recipients of list witango-talk" >> <[EMAIL PROTECTED]> >> Sent: Friday, August 09, 2002 11:44 AM >> Subject: RE: Witango-Talk: [OT] Hexadecimal number to decimal > conversion.... >> >> >>> a9f695=11138709 base 10 >>> http://www.southwest.com.au/~jfuller/binary/converter.htm >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Pamental >>> Sent: Friday, August 09, 2002 1:33 PM >>> To: Multiple recipients of list witango-talk >>> Subject: Witango-Talk: [OT] Hexadecimal number to decimal >>> conversion.... >>> >>> >>> Hey guys, >>> >>> Anyone have a way to convert hexadecimal to a decimal number? > (converting >> a >>> color code '#a9f695' to the decimal equivalent? >>> >>> Thanks! >>> >>> Jason >>> >>> -- >>> ____________________________________________________________________ >>> >>> Jason Pamental, President [EMAIL PROTECTED] >>> >>> Bathysphere Digital Media Services, Inc. http://bathyspheredms.com >>> ____________________________________________________________________ >>> >>> Tel: 401.490.6830 Fax: 401.490.6831 >>> ________________________________________ >>> >>> >>> A North American Distributor for Witango (http://www.witango.com) >>> >>> Rapid Web Application Development - XML Execution Engine >>> >>> >>> >>> ____________________________________________________________________ >>> ____ >>> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] >>> with unsubscribe witango-talk in the message body >>> >>> ____________________________________________________________________ >>> ____ >>> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] >>> with unsubscribe witango-talk in the message body >> >> _____________________________________________________________________ >> ___ >> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] >> with unsubscribe witango-talk in the message body > > > ______________________________________________________________________ > ________ > Pour mieux recevoir vos emails, utilisez un PC plus performant ! > Dicouvrez la nouvelle gamme DELL en exclusiviti sur i (france) > http://www.ifrance.com/_reloc/signedell > > ______________________________________________________________________ > __ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body -- ____________________________________________________________________ Jason Pamental, President [EMAIL PROTECTED] Bathysphere Digital Media Services, Inc. http://bathyspheredms.com ____________________________________________________________________ Tel: 401.490.6830 Fax: 401.490.6831 ________________________________________ A North American Distributor for Witango (http://www.witango.com) Rapid Web Application Development - XML Execution Engine ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
default.tml
Description: Binary data
