RE: [style] usernames
The nice thing about using an email address for the username is that you can create an automatic "forget your password" retrieval system. Best regards, Dennis Powers UXB Internet - A Web Design and Hosting Company tel: (203)879-2844 fax: (203)879-6254 http://www.uxbinternet.com/ http://dennis.uxb.net/ -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 6:18 PM To: CF-Talk Subject: Re: [style] usernames Actually, the new lists are set up for multiple posting addresses to deal with people who have multiple. What I'm doing at the moment is bringing the new archives upto viewable spec. I'm doing the search interface as we speak. :) I just wanted to have a solid idea of what people thought of usernames and what may come up as issues. Some interesting ones here. > > Interesting problem. This is for the list archive login. I think > > that I'm going to go with the email address for now. I can always > > change it. > > Ahh... Considering the subject matter, yes I would say that email address is > absolutely perfect for that purpose. Keeps people mindful of what email > account they are subscribed under (assuming you will eventually allow > postings/subscription changes to the lists via this interface). > > -Cameron > > - > Cameron Childress > Sumo Consulting Inc. > --- > cell: 678-637-5072 > aim: cameroncf > email: [EMAIL PROTECTED] > > > > -Original Message- > > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, May 26, 2002 5:47 PM > > To: CF-Talk > > Subject: Re: [style] usernames > > > > > > Interesting problem. This is for the list archive login. I think > > that I'm going to go with the email address for now. I can always > > change it. > > > > > > > > The display will be the persons 'real name' that they sign up > > > > with. At no time will the users email address be displayed. The > > > > app is rather low security so I think that using the persons > > > > primary email address as their username will work out ok. > > > > Another design question answered, another step towards completion. :) > > > > > > One reason we didn't use email addresses as usernames for > > Neighborware was > > > that occasionally two people (husband/wife) would share one > > email account. > > > If you are dealing with a community which included low tech > > people, I would > > > consider that before allowing people to use their email address as a > > > username... > > > > > > -Cameron > > > > > > - > > > Cameron Childress > > > Sumo Consulting Inc. > > > --- > > > cell: 678-637-5072 > > > aim: cameroncf > > > email: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Bytes to MB/GB conversion tag?
THANK YOU!!! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 1:51 PM To: CF-Talk Subject: Re: Bytes to MB/GB conversion tag? Neil Clark - =TMM= wrote: > 1 MB = 1024KB. You're wrong :) 1 MB = 1000 kB = 100 B 1 Mi = 1024 Ki = 1048576 B http://physics.nist.gov/cuu/Units/binary.html Jochem __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
On Sun, 26 May 2002 15:06:40 -0700, in cf-talk you wrote: >Do you beep and chirp, Min? > > ;) I couldn't afford a compiler as a child, so I had to program in machine language and do all the hexidecimal math in my head. It warped my little mind. /-) --min __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
For efficiency and often ease you should remember that : kb = bitshrn(b,10); mb = bitshrn(b,20); etc... - CrystalM - www.efflare.com --> Sunday, May 26, 2002, 9:10:51 AM, you wrote: > Hi, > I have a database of about 35,000 files with their filenames, sizes, ID tags > and so on. The guy who started this project wrote the sizes of the files as > bytes - and I was wondering if anyone knew of a tag to convert bytes to > MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB). I had a > look at devex.macromedia.com but couldn't see any. > Many thanks > Will __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
Actually, the new lists are set up for multiple posting addresses to deal with people who have multiple. What I'm doing at the moment is bringing the new archives upto viewable spec. I'm doing the search interface as we speak. :) I just wanted to have a solid idea of what people thought of usernames and what may come up as issues. Some interesting ones here. > > Interesting problem. This is for the list archive login. I think > > that I'm going to go with the email address for now. I can always > > change it. > > Ahh... Considering the subject matter, yes I would say that email address is > absolutely perfect for that purpose. Keeps people mindful of what email > account they are subscribed under (assuming you will eventually allow > postings/subscription changes to the lists via this interface). > > -Cameron > > - > Cameron Childress > Sumo Consulting Inc. > --- > cell: 678-637-5072 > aim: cameroncf > email: [EMAIL PROTECTED] > > > > -Original Message- > > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, May 26, 2002 5:47 PM > > To: CF-Talk > > Subject: Re: [style] usernames > > > > > > Interesting problem. This is for the list archive login. I think > > that I'm going to go with the email address for now. I can always > > change it. > > > > > > > > The display will be the persons 'real name' that they sign up > > > > with. At no time will the users email address be displayed. The > > > > app is rather low security so I think that using the persons > > > > primary email address as their username will work out ok. > > > > Another design question answered, another step towards completion. :) > > > > > > One reason we didn't use email addresses as usernames for > > Neighborware was > > > that occasionally two people (husband/wife) would share one > > email account. > > > If you are dealing with a community which included low tech > > people, I would > > > consider that before allowing people to use their email address as a > > > username... > > > > > > -Cameron > > > > > > - > > > Cameron Childress > > > Sumo Consulting Inc. > > > --- > > > cell: 678-637-5072 > > > aim: cameroncf > > > email: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Bytes to MB/GB conversion tag?
Do you beep and chirp, Min? ;) | -Original Message- | From: Lewis Sellers [mailto:[EMAIL PROTECTED]] | Sent: Sunday, May 26, 2002 2:28 PM | To: CF-Talk | Subject: Re: Bytes to MB/GB conversion tag? | | | On Sun, 26 May 2002 13:04:57 -0700, in cf-talk you wrote: | | >Is this a trick question?? | > | >MB = bytes/1,000,000 | | Only on the packaging of Hard Drives. They *sneakily* use | actual standard SI units. | | In all other instances a MegaByte is 2^20 or 1048576 bytes. A | KiloByte is, btw, 2^10 or 1024 bytes. A GigaByte is 2^30 | or... where's my calc? ... 1073741824 bytes. | | This has pretty much been the standard for decades now. | | --min | | __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
> Interesting problem. This is for the list archive login. I think > that I'm going to go with the email address for now. I can always > change it. Ahh... Considering the subject matter, yes I would say that email address is absolutely perfect for that purpose. Keeps people mindful of what email account they are subscribed under (assuming you will eventually allow postings/subscription changes to the lists via this interface). -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 26, 2002 5:47 PM > To: CF-Talk > Subject: Re: [style] usernames > > > Interesting problem. This is for the list archive login. I think > that I'm going to go with the email address for now. I can always > change it. > > > > > The display will be the persons 'real name' that they sign up > > > with. At no time will the users email address be displayed. The > > > app is rather low security so I think that using the persons > > > primary email address as their username will work out ok. > > > Another design question answered, another step towards completion. :) > > > > One reason we didn't use email addresses as usernames for > Neighborware was > > that occasionally two people (husband/wife) would share one > email account. > > If you are dealing with a community which included low tech > people, I would > > consider that before allowing people to use their email address as a > > username... > > > > -Cameron > > > > - > > Cameron Childress > > Sumo Consulting Inc. > > --- > > cell: 678-637-5072 > > aim: cameroncf > > email: [EMAIL PROTECTED] > > > > > > > > > > __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
This is what i have learned... unless this question is sneaky! 1024k=1mb 1024mb=1Gb so the conversion from bytes to MB should be bytes/1024=#mb - Original Message - From: "Lewis Sellers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 5:27 PM Subject: Re: Bytes to MB/GB conversion tag? > On Sun, 26 May 2002 13:04:57 -0700, in cf-talk you wrote: > > >Is this a trick question?? > > > >MB = bytes/1,000,000 > > Only on the packaging of Hard Drives. They *sneakily* use actual > standard SI units. > > In all other instances a MegaByte is 2^20 or 1048576 bytes. A KiloByte > is, btw, 2^10 or 1024 bytes. A GigaByte is 2^30 or... where's my > calc? ... 1073741824 bytes. > > This has pretty much been the standard for decades now. > > --min > > __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
Interesting problem. This is for the list archive login. I think that I'm going to go with the email address for now. I can always change it. > > The display will be the persons 'real name' that they sign up > > with. At no time will the users email address be displayed. The > > app is rather low security so I think that using the persons > > primary email address as their username will work out ok. > > Another design question answered, another step towards completion. :) > > One reason we didn't use email addresses as usernames for Neighborware was > that occasionally two people (husband/wife) would share one email account. > If you are dealing with a community which included low tech people, I would > consider that before allowing people to use their email address as a > username... > > -Cameron > > - > Cameron Childress > Sumo Consulting Inc. > --- > cell: 678-637-5072 > aim: cameroncf > email: [EMAIL PROTECTED] > > > > > __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
On Sun, 26 May 2002 13:04:57 -0700, in cf-talk you wrote: >Is this a trick question?? > >MB = bytes/1,000,000 Only on the packaging of Hard Drives. They *sneakily* use actual standard SI units. In all other instances a MegaByte is 2^20 or 1048576 bytes. A KiloByte is, btw, 2^10 or 1024 bytes. A GigaByte is 2^30 or... where's my calc? ... 1073741824 bytes. This has pretty much been the standard for decades now. --min __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
> The display will be the persons 'real name' that they sign up > with. At no time will the users email address be displayed. The > app is rather low security so I think that using the persons > primary email address as their username will work out ok. > Another design question answered, another step towards completion. :) One reason we didn't use email addresses as usernames for Neighborware was that occasionally two people (husband/wife) would share one email account. If you are dealing with a community which included low tech people, I would consider that before allowing people to use their email address as a username... -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
Neil Clark - =TMM= wrote: > 1 MB = 1024KB. You're wrong :) 1 MB = 1000 kB = 100 B 1 Mi = 1024 Ki = 1048576 B http://physics.nist.gov/cuu/Units/binary.html Jochem __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
The display will be the persons 'real name' that they sign up with. At no time will the users email address be displayed. The app is rather low security so I think that using the persons primary email address as their username will work out ok. Another design question answered, another step towards completion. :) > I would say it depends on if you are 'displaying' usernames in a forum or on > articles or something like that. If so, go with usernames, but use email / > password for identity and uniquness. > > Paul Giesenhagen > QuillDesign > > > > Lets say I have an application where people will sign in to get access to > some resources. The signin uses a standard username/password. What do you > feel is best for a username? Many sites use the persons email address while > others allow them to just write in some text. The only disadvantage of the > later method is that you have to make sure two different people do not have > the same username. > > This is for a community project and I need to know asap. Thanks > > > > Michael Dinowitz > > Publisher: Fusion Authority weekly news alert > (www.fusionauthority.com/alert) > > Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. > (www.houseoffusion.com) > > > > > > > __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
I would say it depends on if you are 'displaying' usernames in a forum or on articles or something like that. If so, go with usernames, but use email / password for identity and uniquness. Paul Giesenhagen QuillDesign > Lets say I have an application where people will sign in to get access to some resources. The signin uses a standard username/password. What do you feel is best for a username? Many sites use the persons email address while others allow them to just write in some text. The only disadvantage of the later method is that you have to make sure two different people do not have the same username. > This is for a community project and I need to know asap. Thanks > > Michael Dinowitz > Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) > Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) > > > __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
OT: Fireworks (MX or no) Guru's around?
Have a question that'll probably take 2 minutes. But thought someone here might know. Contact me off-list? Thanks! ([EMAIL PROTECTED]) Lee __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
:-) Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 21:17 To: CF-Talk Subject: Re: [style] usernames Can we say AOL.. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Neil Clark - =TMM=" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:49 PM Subject: RE: [style] usernames > The problem you can have with that, and especially when the userbase > grows, is that it can become harder and harder for a username to be > unique and increases conflict chances. > > > > > > Neil Clark > Team Macromedia > http://www.macromedia.com/go/team > > Announcing Macromedia MX!! > http://www.macromedia.com/software/trial/. > > -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED]] > Sent: 26 May 2002 20:55 > To: CF-Talk > Subject: Re: [style] usernames > > and if your gonna check the db for duplicate emails you might as well > let > them use their own user name > > > > having a life is overrated. > > - Original Message - > From: "Donnie Bachan" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Sunday, May 26, 2002 3:49 PM > Subject: Re: [style] usernames > > > > I usually let them use whatever they like, not force them to use their > email > > address, to prevent two users from having the same username I just > check > the > > db before inserting the name to ensure that no one has that name > already. > If > > there is a duplicate I send them back to the registration page and let > them > > choose another. Using an email address reduces the chances of > duplicate > > addresses but I still think it would be a good idea to check the db > before > > inserting because someone can accidentally type the wrong email > address > > (however unlikely it may be). > > > > > > btwMikeI have no lifebut why are you online on Memorial > weekend > > Sunday > > > > > > Best Regards, > > > > Donnie Bachan > > Phone: (718) 217-2883 > > ICQ#: 28006783 > > "Nitendo Vinces - By Striving You Shall Conquer" > > == > > The information transmitted is intended only for the person or entity > to > > which it is addressed and may contain confidential and/or privileged > > material. Any review, retransmission, dissemination or other use of, > or > > taking of any action in reliance upon, this information by persons or > > entities other than the intended recipient is prohibited. If you > received > > this in error, please contact the sender and delete the material from > any > > computer. > > > > > > > > __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
Can we say AOL.. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Neil Clark - =TMM=" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:49 PM Subject: RE: [style] usernames > The problem you can have with that, and especially when the userbase > grows, is that it can become harder and harder for a username to be > unique and increases conflict chances. > > > > > > Neil Clark > Team Macromedia > http://www.macromedia.com/go/team > > Announcing Macromedia MX!! > http://www.macromedia.com/software/trial/. > > -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED]] > Sent: 26 May 2002 20:55 > To: CF-Talk > Subject: Re: [style] usernames > > and if your gonna check the db for duplicate emails you might as well > let > them use their own user name > > > > having a life is overrated. > > - Original Message - > From: "Donnie Bachan" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Sunday, May 26, 2002 3:49 PM > Subject: Re: [style] usernames > > > > I usually let them use whatever they like, not force them to use their > email > > address, to prevent two users from having the same username I just > check > the > > db before inserting the name to ensure that no one has that name > already. > If > > there is a duplicate I send them back to the registration page and let > them > > choose another. Using an email address reduces the chances of > duplicate > > addresses but I still think it would be a good idea to check the db > before > > inserting because someone can accidentally type the wrong email > address > > (however unlikely it may be). > > > > > > btwMikeI have no lifebut why are you online on Memorial > weekend > > Sunday > > > > > > Best Regards, > > > > Donnie Bachan > > Phone: (718) 217-2883 > > ICQ#: 28006783 > > "Nitendo Vinces - By Striving You Shall Conquer" > > == > > The information transmitted is intended only for the person or entity > to > > which it is addressed and may contain confidential and/or privileged > > material. Any review, retransmission, dissemination or other use of, > or > > taking of any action in reliance upon, this information by persons or > > entities other than the intended recipient is prohibited. If you > received > > this in error, please contact the sender and delete the material from > any > > computer. > > > > > > > > __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
- Original Message - From: "Bryan Love" <[EMAIL PROTECTED]> MB = bytes/1,000,000 --- Isn't it MB = bytes/1,048,576 ? :-P The original poster wanted a tag to do conversion anyway - I think the ByteConvert UDF at www.cflib.org does nicely - converts bytes to KB, MB or GB as appropriate. - Gyrus - [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://www.norlonto.net - PGP key available __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Bytes to MB/GB conversion tag?
1 MB = 1024KB. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 21:05 To: CF-Talk Subject: RE: Bytes to MB/GB conversion tag? Is this a trick question?? MB = bytes/1,000,000 -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 7:11 AM To: CF-Talk Subject: Bytes to MB/GB conversion tag? Hi, I have a database of about 35,000 files with their filenames, sizes, ID tags and so on. The guy who started this project wrote the sizes of the files as bytes - and I was wondering if anyone knew of a tag to convert bytes to MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB). I had a look at devex.macromedia.com but couldn't see any. Many thanks Will --- Become a Pingographer and share your photos for free: http://www.localbounty.com/pingo __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Bytes to MB/GB conversion tag?
Is this a trick question?? MB = bytes/1,000,000 -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 7:11 AM To: CF-Talk Subject: Bytes to MB/GB conversion tag? Hi, I have a database of about 35,000 files with their filenames, sizes, ID tags and so on. The guy who started this project wrote the sizes of the files as bytes - and I was wondering if anyone knew of a tag to convert bytes to MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB). I had a look at devex.macromedia.com but couldn't see any. Many thanks Will --- Become a Pingographer and share your photos for free: http://www.localbounty.com/pingo __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
I let people choose their own usernames, with some small restrictions, such as a minimal length and no spaces. It's easy enough to do a lookup on existing usernames to avoid duplicates and display a message if already in use. Usually, you're doing some other error checking anyway, such as validating the format of email addresses, so the extra check is simple to add. I generally also let people change their username if they have access to update their user profile online. Just don't use the username as a primary or foreign key. Always use the UserID or whatever you use as the table's primary key to identify a user. Jim - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 1:44 PM Subject: [style] usernames > Lets say I have an application where people will sign in to get access to some resources. The signin uses a standard username/password. What do you feel is best for a username? Many sites use the persons email address while others allow them to just write in some text. The only disadvantage of the later method is that you have to make sure two different people do not have the same username. > This is for a community project and I need to know asap. Thanks > > Michael Dinowitz > Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) > Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
The problem you can have with that, and especially when the userbase grows, is that it can become harder and harder for a username to be unique and increases conflict chances. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Ewok [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 20:55 To: CF-Talk Subject: Re: [style] usernames and if your gonna check the db for duplicate emails you might as well let them use their own user name having a life is overrated. - Original Message - From: "Donnie Bachan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:49 PM Subject: Re: [style] usernames > I usually let them use whatever they like, not force them to use their email > address, to prevent two users from having the same username I just check the > db before inserting the name to ensure that no one has that name already. If > there is a duplicate I send them back to the registration page and let them > choose another. Using an email address reduces the chances of duplicate > addresses but I still think it would be a good idea to check the db before > inserting because someone can accidentally type the wrong email address > (however unlikely it may be). > > > btwMikeI have no lifebut why are you online on Memorial weekend > Sunday > > > Best Regards, > > Donnie Bachan > Phone: (718) 217-2883 > ICQ#: 28006783 > "Nitendo Vinces - By Striving You Shall Conquer" > == > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > > __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
I can't tell you, it's a secret. You'll just have to wait in anticipation. :) > I usually let them use whatever they like, not force them to use their email > address, to prevent two users from having the same username I just check the > db before inserting the name to ensure that no one has that name already. If > there is a duplicate I send them back to the registration page and let them > choose another. Using an email address reduces the chances of duplicate > addresses but I still think it would be a good idea to check the db before > inserting because someone can accidentally type the wrong email address > (however unlikely it may be). > > > btwMikeI have no lifebut why are you online on Memorial weekend > Sunday > > > Best Regards, > > Donnie Bachan > Phone: (718) 217-2883 > ICQ#: 28006783 > "Nitendo Vinces - By Striving You Shall Conquer" > == > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > > __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
Like Donnie said, people make typo mistakes, so yes duplicate emails - Original Message - From: "Neil Clark - =TMM=" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:48 PM Subject: RE: [style] usernames > Duplicate emails? > > > > > > > Neil Clark > Team Macromedia > http://www.macromedia.com/go/team > > Announcing Macromedia MX!! > http://www.macromedia.com/software/trial/. > > -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED]] > Sent: 26 May 2002 20:55 > To: CF-Talk > Subject: Re: [style] usernames > > and if your gonna check the db for duplicate emails you might as well > let > them use their own user name > > > > having a life is overrated. > > - Original Message - > From: "Donnie Bachan" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Sunday, May 26, 2002 3:49 PM > Subject: Re: [style] usernames > > > > I usually let them use whatever they like, not force them to use their > email > > address, to prevent two users from having the same username I just > check > the > > db before inserting the name to ensure that no one has that name > already. > If > > there is a duplicate I send them back to the registration page and let > them > > choose another. Using an email address reduces the chances of > duplicate > > addresses but I still think it would be a good idea to check the db > before > > inserting because someone can accidentally type the wrong email > address > > (however unlikely it may be). > > > > > > btwMikeI have no lifebut why are you online on Memorial > weekend > > Sunday > > > > > > Best Regards, > > > > Donnie Bachan > > Phone: (718) 217-2883 > > ICQ#: 28006783 > > "Nitendo Vinces - By Striving You Shall Conquer" > > == > > The information transmitted is intended only for the person or entity > to > > which it is addressed and may contain confidential and/or privileged > > material. Any review, retransmission, dissemination or other use of, > or > > taking of any action in reliance upon, this information by persons or > > entities other than the intended recipient is prohibited. If you > received > > this in error, please contact the sender and delete the material from > any > > computer. > > > > > > > > __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
Duplicate emails? Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Ewok [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 20:55 To: CF-Talk Subject: Re: [style] usernames and if your gonna check the db for duplicate emails you might as well let them use their own user name having a life is overrated. - Original Message - From: "Donnie Bachan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:49 PM Subject: Re: [style] usernames > I usually let them use whatever they like, not force them to use their email > address, to prevent two users from having the same username I just check the > db before inserting the name to ensure that no one has that name already. If > there is a duplicate I send them back to the registration page and let them > choose another. Using an email address reduces the chances of duplicate > addresses but I still think it would be a good idea to check the db before > inserting because someone can accidentally type the wrong email address > (however unlikely it may be). > > > btwMikeI have no lifebut why are you online on Memorial weekend > Sunday > > > Best Regards, > > Donnie Bachan > Phone: (718) 217-2883 > ICQ#: 28006783 > "Nitendo Vinces - By Striving You Shall Conquer" > == > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > > __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
and if your gonna check the db for duplicate emails you might as well let them use their own user name having a life is overrated. - Original Message - From: "Donnie Bachan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 3:49 PM Subject: Re: [style] usernames > I usually let them use whatever they like, not force them to use their email > address, to prevent two users from having the same username I just check the > db before inserting the name to ensure that no one has that name already. If > there is a duplicate I send them back to the registration page and let them > choose another. Using an email address reduces the chances of duplicate > addresses but I still think it would be a good idea to check the db before > inserting because someone can accidentally type the wrong email address > (however unlikely it may be). > > > btwMikeI have no lifebut why are you online on Memorial weekend > Sunday > > > Best Regards, > > Donnie Bachan > Phone: (718) 217-2883 > ICQ#: 28006783 > "Nitendo Vinces - By Striving You Shall Conquer" > == > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > > __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: [style] usernames
I usually let them use whatever they like, not force them to use their email address, to prevent two users from having the same username I just check the db before inserting the name to ensure that no one has that name already. If there is a duplicate I send them back to the registration page and let them choose another. Using an email address reduces the chances of duplicate addresses but I still think it would be a good idea to check the db before inserting because someone can accidentally type the wrong email address (however unlikely it may be). btwMikeI have no lifebut why are you online on Memorial weekend Sunday Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: [style] usernames
I have always used emails where appropriate, as they are unique OR you can assign them a system generated username/password combo. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 20:44 To: CF-Talk Subject: [style] usernames Lets say I have an application where people will sign in to get access to some resources. The signin uses a standard username/password. What do you feel is best for a username? Many sites use the persons email address while others allow them to just write in some text. The only disadvantage of the later method is that you have to make sure two different people do not have the same username. This is for a community project and I need to know asap. Thanks Michael Dinowitz Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
[style] usernames
Lets say I have an application where people will sign in to get access to some resources. The signin uses a standard username/password. What do you feel is best for a username? Many sites use the persons email address while others allow them to just write in some text. The only disadvantage of the later method is that you have to make sure two different people do not have the same username. This is for a community project and I need to know asap. Thanks Michael Dinowitz Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Server Restarts
Is this on a development server where you are constantly changing the code? I've had a similar experience with CF development environments where they slow down over time as you are editing the pages. I haven't seen that behavior in production, but I have in development. I suspect it has to do with CF's internal pcode cache becoming fragmented over time as it's changed, but knowing nothing about CF's internal pcode and memory management, I could be totally wrong. I always keep a bat file on the development server's desktop for restarting the server. Makes it very easy to restart the server quickly when you need to. -- @ECHO ON net stop "Cold Fusion Application Server" net start "Cold Fusion Application Server" @ECHO OFF PAUSE -- Hope that helps! -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > -Original Message- > From: Brian Scandale [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 25, 2002 6:03 PM > To: CF-Talk > Subject: Server Restarts > > > Over the last several days I notice that the Server is taking > longer and longer to post the pages I am developing. > > After a ReStart everything is snappy again!! > > For example... Multiple ReLoad's of the page shows 4000 > +/- 200 milliseconds. After ReStart it now is showing 1500 +/- > 200 milliseconds. > > I am looking for advice on how to chase down this problem. > > Thanks to the Gurus, > > Brian > > __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: QuerySim custom tag and Fusebox 3
I just tried it out without problems. Here's what I have: A home circuit with a "ShoppingCart" circuit beneath it (as well as some other ones). In the FBX_Settings.cfm file of the ShoppingCart circuit, I a page that has a QuerySim, CartSummary, on it. Then, in the FBX_Switch.cfm file for ShoppingCart, I respond to the fuseaction, "display" by ing dsp_ShoppingCart.cfm, a file that s the CartSummary recordset. It works without a hitch. Is this the sort of thing that is failing for you? -Original Message- From: heirophant mm [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 10:41 AM To: CF-Talk Subject: RE: QuerySim custom tag and Fusebox 3 I'm actually using the "#request.self#?fuseaction=#xfa.something#" notation, i was just writing it in short hand by typing "/index.cfm". That was confusing on my part, sorry. I have looked into the problem a little more, and here is what i have found. It seems that QuerySim, or any custom tag that uses thistag.generatedcontent, will work fine if it's in a fuse included through fbx_switch.cfm, in any circuit. However, I have one template using QuerySim that i include through fbx_settings.cfm. I have found that, when included through fbx_settings.cfm, thistag.generatedcontent turns up empty, for ANY custom tag i try to use. I also found that this happens in ANY circuit. -Original Message- Date: Sat, 25 May 2002 13:30:35 -0400 From: "Hal Helms" <[EMAIL PROTECTED]> Subject: RE: QuerySim custom tag and Fusebox 3 Message-ID: <000101c20411$e157ad90$c0d45c42@BigHal> I use it in child circuits all the time without a problem. On a possibly related note, I'm wondering why are you using ../ notation to get back to the home circuit? -Original Message- From: heirophant mm [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 25, 2002 1:02 PM To: CF-Talk Subject: QuerySim custom tag and Fusebox 3 Hi everyone, I'm using the QuerySim custom tag (find it at www.halhelms.com) to assist in developing a Fusebox 3 site. When I use it in a template that I am viewing directly rather than through the Fusebox ( as in "/index.cfm?fuseaction=circuit.fuse"), it works fine. Also, QuerySim works fine when calling it through the Fusebox, if it is in the home circuit. However, when QuerySim is called in a template used by a child circuit, something wierd happens. I have found that the value of thistag.generatedcontent, which would hold the query contents i pass, is wiped out. Therefore, QuerySim has nothing to make a query out of. I know that the proper place to be using QuerySim is when you're testing individual fuses, especially before you have the "real" query fuses written, so you can say that i'm using QuerySim improperly anyway by using it within the fusebox itself. (in my defense, i have an acceptable reason to be doing this in this case and its only temporary, but i wont try to explain). Anyway, I thought it was strange that the value thistag.generatedcontent of a custom tag would be wiped out in that way. I have thoroughly tested this and found that, indeed, it only happens when calling it within the Fusebox, and only in a child circuit. I am afraid that this reveals some sort of subtle problem with Fusebox itself! But I am probably (and hopefully) wrong... Mike Mertsock Alfred University Web Team Outgrown your current e-mail service? Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS. http://login.mail.lycos.com/brandPage.shtml?pageId=plus FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Bytes to MB/GB conversion tag?
oi W!! here's one i wrote..it'll give ya somthing to start from: function convertKB(amt){ var units = " KB"; if(amt LT 1024){ return amt & units; }else{ amt = round(amt/1024); units = " MB"; } if(amt GT 1024){ amt = numberformat(amt/1024,"9.99");//numberformat(amt,"9.99"); units = " GB"; } return amt & units; } -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - Sunday, May 26, 2002, 10:10:51 AM, you wrote: WL> Hi, WL> I have a database of about 35,000 files with their filenames, sizes, ID tags WL> and so on. The guy who started this project wrote the sizes of the files as WL> bytes - and I was wondering if anyone knew of a tag to convert bytes to WL> MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB). I had a WL> look at devex.macromedia.com but couldn't see any. WL> Many thanks WL> Will WL> --- WL> Become a Pingographer and share your photos for free: WL> http://www.localbounty.com/pingo WL> __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: QuerySim custom tag and Fusebox 3
I'm actually using the "#request.self#?fuseaction=#xfa.something#" notation, i was just writing it in short hand by typing "/index.cfm". That was confusing on my part, sorry. I have looked into the problem a little more, and here is what i have found. It seems that QuerySim, or any custom tag that uses thistag.generatedcontent, will work fine if it's in a fuse included through fbx_switch.cfm, in any circuit. However, I have one template using QuerySim that i include through fbx_settings.cfm. I have found that, when included through fbx_settings.cfm, thistag.generatedcontent turns up empty, for ANY custom tag i try to use. I also found that this happens in ANY circuit. -Original Message- Date: Sat, 25 May 2002 13:30:35 -0400 From: "Hal Helms" <[EMAIL PROTECTED]> Subject: RE: QuerySim custom tag and Fusebox 3 Message-ID: <000101c20411$e157ad90$c0d45c42@BigHal> I use it in child circuits all the time without a problem. On a possibly related note, I'm wondering why are you using ../ notation to get back to the home circuit? -Original Message- From: heirophant mm [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 25, 2002 1:02 PM To: CF-Talk Subject: QuerySim custom tag and Fusebox 3 Hi everyone, I'm using the QuerySim custom tag (find it at www.halhelms.com) to assist in developing a Fusebox 3 site. When I use it in a template that I am viewing directly rather than through the Fusebox ( as in "/index.cfm?fuseaction=circuit.fuse"), it works fine. Also, QuerySim works fine when calling it through the Fusebox, if it is in the home circuit. However, when QuerySim is called in a template used by a child circuit, something wierd happens. I have found that the value of thistag.generatedcontent, which would hold the query contents i pass, is wiped out. Therefore, QuerySim has nothing to make a query out of. I know that the proper place to be using QuerySim is when you're testing individual fuses, especially before you have the "real" query fuses written, so you can say that i'm using QuerySim improperly anyway by using it within the fusebox itself. (in my defense, i have an acceptable reason to be doing this in this case and its only temporary, but i wont try to explain). Anyway, I thought it was strange that the value thistag.generatedcontent of a custom tag would be wiped out in that way. I have thoroughly tested this and found that, indeed, it only happens when calling it within the Fusebox, and only in a child circuit. I am afraid that this reveals some sort of subtle problem with Fusebox itself! But I am probably (and hopefully) wrong... Mike Mertsock Alfred University Web Team Outgrown your current e-mail service? Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS. http://login.mail.lycos.com/brandPage.shtml?pageId=plus FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Bytes to MB/GB conversion tag?
Hi, I have a database of about 35,000 files with their filenames, sizes, ID tags and so on. The guy who started this project wrote the sizes of the files as bytes - and I was wondering if anyone knew of a tag to convert bytes to MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB). I had a look at devex.macromedia.com but couldn't see any. Many thanks Will --- Become a Pingographer and share your photos for free: http://www.localbounty.com/pingo __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: cf_HTML2Excel Question
:P No, I'll fully admit that you told me how to do the replace in the COM object, but ya didn't post it here ;) For those who might need this in the future: The end answer was to call the Replace function correctly and select the Cells object propperly. objRange = objExcel.Cells; objRange.Replace(What, With); In my case I ended up saving a CHR(3) in the file, so I have objRange.Replace(CHR(3), "'"); Since the data is being manipulated within Excel itself, this causes the cell to force-format to text from that point on, which is what I needed. And yes, Phil told me the solution. Hatton -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 5:45 AM To: CF-Talk Subject: RE: cf_HTML2Excel Question > Thanks for the reply Joe, I found a solution within the tag itself. Oh yeah, YOU found the solution Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ** __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: CFCONTENT Woes
> I truly hate posting this question because I know it has been > discussed, albeit some time ago. However, combing through the > archives and saved emails has not proven fruitful yet. > > We are building a file sharing system on our intranet. CFFile > uploads from a Mac go ok, but cannot be downloaded using > . PC's can download the Mac files, but not the Macs. > Any resolution? When they're saved on the server, what are the file extensions? We have REAL problems with Mac files as they're often read by PCs as having a .dat extension, which tells the PC nothing at all If they're stored correctly on the server, I'd try FTPing them down and opening them I'm betting it to do with the way they're stored on the server Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ** __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: CFHTTP question
> I'm using the cfhttp tag to log into a site remotly and walk > around after being logged , the problem comes out when I meet > a link (that I need to call trough cfhttp too) like this: > http://skillport.nywir > ed.org/_SkillSoft_od_cgi/odisapi.dll?cmd=SummaryFrame&template= > SummaryCF.tpl&objname=COMM020100&surl=COMM020100/ > summary.htm&active=1&sessionid=mmr-0&time=142342', 1)" > Any ideas?? . I don't see how to call javascript code with > this tag. Any ideas?? The problem with trying to "walk" JS hyperlinks is that you'd have to write something to read, decode and completely understand what's going on in the JS function - say they hyperlink is built of 5 strings, then you'd have to manage that Generally, I'd say to avoid them, unless you write some rules as to what to follow - to a person's eye, the above code will be obvious, but you try telling your code how to understand that! Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ** __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: cf_HTML2Excel Question
> Thanks for the reply Joe, I found a solution within the tag itself. Oh yeah, YOU found the solution Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ** __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists