RE: Nifty Curves on BlogCFC

2005-05-28 Thread Emmet McGovern
Eeessh... I meant Nifty Corners. Corners, Curves... blah. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 2:08 AM To: CF-Talk Subject: Nifty Curves on BlogCFC I ported over a full Nifty Curves layout for blogCFC. I don't really have a blog,

Nifty Curves on BlogCFC

2005-05-28 Thread Emmet McGovern
I ported over a full Nifty Curves layout for blogCFC. I don't really have a blog, but this was a good excuse to start one. Its up for download if anyones looking for a new look. http://illequipped.com/blog/ Emmet ~| Disco

Re: Counting user sessions with App.cfc?

2005-05-28 Thread Sean Corfield
On 5/28/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > Initialize a counter in onApplicationStart(), > increment it in > > onSessionStart(), > decrement it in onSessionEnd(). Remember that you > > reference application scope via the second argument passed to > >

Re: cfexecute and wget

2005-05-28 Thread One User
Try this instead: http://www.cftagstore.com/tags/cfxhttp5.cfm > Roger I was using cfexecute because I wanted the process to launch and > then release. So the page calling it could still continue processing. > Kind of a poor mans version of creating another thread to process in > the background

Digest Authentication

2005-05-28 Thread One User
This tag supports it: http://www.cftagstore.com/tags/cfxhttp5.cfm ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client w

Re: Counting user sessions with App.cfc?

2005-05-28 Thread Will Tomlinson
> Initialize a counter in onApplicationStart(), increment it in > onSessionStart(), decrement it in onSessionEnd(). Remember that you > reference application scope via the second argument passed to > onSessionEnd(). And I thought this long island screwed up my brain t'night! Sheeesh! I'm gonna wo

Re: Counting user sessions with App.cfc?

2005-05-28 Thread Sean Corfield
On 5/28/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: > What's the best way to count current users online, using the new > Application.cfc methods? Initialize a counter in onApplicationStart(), increment it in onSessionStart(), decrement it in onSessionEnd(). Remember that you reference applicati

Counting user sessions with App.cfc?

2005-05-28 Thread Will Tomlinson
What's the best way to count current users online, using the new Application.cfc methods? Thanks, Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: Regarding Java and .NET's incestuous ties, and Windows' futur e

2005-05-28 Thread Kevin Aebig
Well said. It's quite obvious that he's been around the industry for awhile as well and though that counts for something, it seems highly unlikely that his speculations should be taken as fact. On a side note, Custom BSD firewalls can easily compete with highend 'out of the box' solutions and

RE: Figured out the billing>shipping population - here it is

2005-05-28 Thread Will Tomlinson
Excellent Ade! Works like a champ... Thanks much again, Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with L

RE: Figured out the billing>shipping population - here it is

2005-05-28 Thread Adrian Lynch
A couple of things I'd change. You have 20 references to the same form and your formatting isn't the best. 1. Make a shortened reference to the form, f. This will reduce the amount of text/typing and a form name change can be done in one place. 2. Don't indent the large block beneath the one line

Re: Digest Authentication

2005-05-28 Thread Jochem van Dieten
Mitch Rose wrote: > Is this possible with CF, and if so, can someone post some sample code or > point me in the right direction? Yes it is possible. If you download the Basic Athentication tag from http://www.vandieten.net/jochem/coldfusion/customtags/login/ you just have to change the authenti

RE: Regarding Java and .NET's incestuous ties, and Windows' futur e

2005-05-28 Thread Dave Watts
> I read more of Bryan's comments, as you suggested, and I > think he's a loon and doesn't know what he's talking about. I don't know. Instead of a loon, he strikes me as a classic example of a troll. Nowadays, we categorize all sorts of wacky online arguments as trolling, but the original meanin

Figured out the billing>shipping population - here it is

2005-05-28 Thread Will Tomlinson
K guys, thanks for your help. This is my working JS code for auto-populating the ship to inputs. If you see anything that can be improved let me know. Thanks, Will // function to copy billing address to shipping address function CopyAddress(checkbox) { if(checkbox.checked == false) { retu

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-28 Thread Vince Bonfanti
Hi Damien, I read more of Bryan's comments, as you suggested, and I think he's a loon and doesn't know what he's talking about. The original licensing and 2003 re-licensing of Java by Microsoft was done to allow MS to continue to distribute their version of Java (which they're no longer allowed to

RE: Registry growing

2005-05-28 Thread Calvin Ward
If you aren't actually using client variables, I suggest changing your default to cookie (unless of course you are using a lot of cookie values directly). Additionally, if you do go with the database storage solution, I would be aware that if you have a single database for all of your apps for cli