Re: QoQ and MOD function

2009-11-10 Thread safo kaskas
so what can i do? newbie question i am using the following QoQ cfquery name=qaccbytyp dbtype=queryselect * from data where saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and (sadrf='#manyref.sadrf#' or C=#lastD# or MOD(C,#ABS(firstD)#) =0 )/cfquery

Re: QoQ and MOD function

2009-11-10 Thread safo kaskas
so what can I do ? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328167

Re: QoQ and MOD function

2009-11-10 Thread safo kaska
so what can I do?? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328168

Re: QoQ and MOD function

2009-11-10 Thread safo kaskas
so what can I do? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328169

Re: QoQ and MOD function

2009-11-10 Thread safo kaskas
so what can i do??? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328170

Re: QoQ and MOD function

2009-11-10 Thread Paul Kukiel
elect * from data where saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and (sadrf='#manyref.sadrf#' or C=#lastD# or MOD(C,#ABS(firstD)#) =0 There is no and or or between aab='#sanad.saab#' andsaan='#sanad.saan#' I'd try fix that first. But mod might not work in QoQ never

Re: QoQ and MOD function

2009-11-10 Thread Phillip Vector
cfset modvalue= MOD(C,#ABS(firstD)#) cfquery name=qaccbytyp dbtype=queryselect * from data where saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and (sadrf='#manyref.sadrf#' or C=#lastD# or #modvalue# =0 )/cfquery On Tue, Nov 10, 2009 at 12:08 AM, safo kaskas

CFLogout confusion

2009-11-10 Thread Stefan Richter
I'm using cflogin and cflogout on my site. A user is logged into http://www.mysite.com and then clicks log out. I run cflogout and redirect her to http://mysite.com (note I missed the www off). There seems to be some kind of double session going on when I previously logged into

Re: Solution for Flash videos needed

2009-11-10 Thread Cutter (ColdFusion)
See this message thread for info on how to get meta content from flash http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327231 I would think (but I could be wrong) that it also applies to flv format. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia

RE: CFLogout confusion

2009-11-10 Thread Dave Phillips
Yes, I believe so. www is a 'subdomain', albeit a standard one, just like any other 'subdomain' (whatever.mysite.com for example) and each one represents a potentially different domain and therefore a different session. I've experienced this to, but in a positive way. When I did a site for a

Re: CF LiveDocs

2009-11-10 Thread Eric Cobb
I gave up on cfquickdocs when I realized their search results left items out. I use http://coldfusiondocs.com/app/ now Example: go to each site and search for array. coldfusiondocs will have 3 functions listed that cfquickdocs doesn't. (IsArray, ListToArray, and StructKeyArray). Maybe

Re: Solution for Flash videos needed

2009-11-10 Thread Claude Schneegans
Get the size however I'm not sure. I haven't had a reason to work with that sort of thing, Well, the reason is simple enough. I can resize the flash player to any size, but the best is to start with the original size of the video.

Re: CFLogout confusion

2009-11-10 Thread Paul Alkema
What Stefan said is true. Also, as a general rule I would pick either http://www.mysite.com or http://mysite.com for your site and 301 redirect the one that your not using to the domain that you are using as search engines will see typically see the two sites as being two different websites and

Hosting options

2009-11-10 Thread Rob Voyle
Hi folks I have about 6 sites that run CF and need to move them to a new host. any recommendations? I see that godaddy offers CF for $1.99 a month. Has anyone used them. Or does anyone have any recommendations. I am tired of being on small providers that seem to get bought and sold by who

Re: CFLogout confusion

2009-11-10 Thread Dave Watts
Yes, I believe so.  www is a 'subdomain', albeit a standard one, just like any other 'subdomain' (whatever.mysite.com for example) and each one represents a potentially different domain and therefore a different session. While you're correct on the important parts, www (in this case at least)

Adalon

2009-11-10 Thread Peter Boughton
I can't get to adalon.net (home of an old Fusebox-related tool). Does anyone have v3.6 of Adalon which they can either put online, or email me offlist with? Thanks. ~| Want to reach the ColdFusion community with something

re: Hosting options

2009-11-10 Thread Jason Fisher
Have been very happy with CrystalTech. About $24 / quarter on shared hosting, and they've been solid. Lots of file space and plenty of DB space for my needs. ~| Want to reach the ColdFusion community with something they

RE: I need a new IDE.

2009-11-10 Thread Justin Scott
But you *can* browse FTP directly in Eclipse (CFBuilder). Try Window - Show view - Other... - Aptana standard views - File. Hi Dominic, I reinstalled the beta 2 version clean (standalone, not as an Eclipse plug-in since I don't use Eclipse) and that option wasn't present. After poking around I

Re: CFLogout confusion

2009-11-10 Thread Kevin Pepperman
By default CF sets the cookie in only the domain it is on.mydomain.com But cfcookie does not let you set the domain name for the cookie. So you couldn't use the cookies session across sub domains. eg one.mydomain.com I have had situations where I had to overwrite the session cookies that CF

Re: Hosting options

2009-11-10 Thread James Holmes
I can only recommend Viviotech. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/11/10 Rob Voyle robvo...@voyle.com: Hi folks I have about 6 sites that run CF and need to move them to a new host. any recommendations? I see that godaddy offers CF for

Re: CFLogout confusion

2009-11-10 Thread Stefan Richter
I think I know what subdomains are and how they work, but www. - while technically a subdomain - is attached to the same vhost/site as the straight http version. That's why I am a bit confused. Cheers Stefan On 10 Nov 2009, at 15:08, Kevin Pepperman wrote: By default CF sets the

RE: Hosting options

2009-11-10 Thread Mark Kruger
James, Have you thought of cloud hosting using BD or Ralio? -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: James Holmes [mailto:james.hol...@gmail.com] Sent: Tuesday, November 10, 2009 9:16 AM

Re: Hosting options

2009-11-10 Thread James Holmes
I haven't yet, no. I have however just rebuilt my server on a newer platform, using Railo and Tomcat rather than BD. Railo is truly awesome. Tomcat really sucks. I can see why the Railo folk provide it with Resin instead. mxAjax / CFAjax docs and other useful articles:

Brainstorming: How do you secure your apps

2009-11-10 Thread Scott Stewart
This is an internal intranet, I've got standard login stuff from Active Directory What I want to do is secure pages/sections based on departments/groups/roles Does anyone have an elegant solution. -- Scott Stewart IT Consultant/ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616

Re: CF LiveDocs

2009-11-10 Thread Azadi Saryev
coldfusiondocs.com also has all the cf ajax (javascript) functions, which cfquickdocs does not have at all... nice! Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 10/11/2009 22:06, Eric Cobb wrote: I gave up on cfquickdocs when I realized their search results left items out. I use

Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K
Hi All, I am currently using the Thickbox.js along with jquery to display the tabs. code http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617 The main issue is that I am not able to use '.cfm' pages instead of html pages('contentpage1.html/contentpage2.html...' ) ,which are the URL

Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator
Hello All, I've been plagued with the task of doing some research regarding enterprise-level blogging solutions (really, non-FOSS solutions, but in this client's case, enterprise-level software is the way to go). Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle it (and

Re: Brainstorming: How do you secure your apps

2009-11-10 Thread Ian Skinner
Scott Stewart wrote: This is an internal intranet, I've got standard login stuff from Active Directory What I want to do is secure pages/sections based on departments/groups/roles Does anyone have an elegant solution. Well, we use the same Active Directory to read the memberOf data to

ColdFusion 9 books

2009-11-10 Thread Joshua Rowe
Does anybody know of any ColdFusion 9 books that are already out or will be coming out in the near future? I'm looking for something similar to the ColdFusion 8 Web Application Construction Kit series by Ben Forta. Thanks!

Re: Hosting options

2009-11-10 Thread Eric Roberts
I highly recommend APHhosting, which is the same host as HOF. You get a VPS and you can install whatever you like on it. Eric -- From: James Holmes james.hol...@gmail.com Sent: Tuesday, November 10, 2009 9:15 AM To: cf-talk

Re: ColdFusion 9 books

2009-11-10 Thread Alan Rother
Well, actually we are in the process of writing the CF9 WACK right now. I don't have a solid publish date yet, but based on where we are now, they should be out the first part of 2010. =] On Tue, Nov 10, 2009 at 10:11 AM, Joshua Rowe jr...@varimereweb.com wrote: Does anybody know of any

Re: ColdFusion 9 books

2009-11-10 Thread Charlie Griefer
There will be a ColdFusion 9 Web Application Construction Kit by Forta, et al. On Tue, Nov 10, 2009 at 9:11 AM, Joshua Rowe jr...@varimereweb.com wrote: Does anybody know of any ColdFusion 9 books that are already out or will be coming out in the near future? I'm looking for something

RE: Hosting options

2009-11-10 Thread Rick Faircloth
www.KickAssVPS.com Great price and service for over a year now... 100% uptime so far... Rick -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Tuesday, November 10, 2009 12:38 PM To: cf-talk Subject: Re: Hosting options I highly recommend

Re: Hosting options

2009-11-10 Thread Alan Rother
GoDaddy is OK IF you aren't doing anything interesting on your sites. GoDaddy has several restrictions on what you can and can't do on their CF hosting plan. http://help.godaddy.com/article/547 http://help.godaddy.com/article/547For example, you can't use CreateObject() I would recommend

RE: Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator
You and I know they are all great products. The problem, however, is that they're FOSS (Free-Open-Source-Software). I can tell you that the client is a very large financial institution, and because they are such, they have very stringent requirements for creating ANY website. We could, of

AW: Hosting options

2009-11-10 Thread Gert Franz
James, If you are thinking of hosting in the cloud, you should contact the guys from ShadoCMS because they are offering Railo as a service in the cloud. There are several plans you can choose from. You should either contact Grant Straker gr...@shadocms.com or David Sowerby

RE: Brainstorming: How do you secure your apps

2009-11-10 Thread Justin Scott
This is an internal intranet, I've got standard login stuff from Active Directory What I want to do is secure pages/sections based on departments/groups/roles Does anyone have an elegant solution. I wouldn't over-engineer it. If you're using IIS on a member server of the domain, just use

RE: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Scott Stewart
I'll echo Ray, I've used JQuery Tabs a lot with ColdFusion, JQuery doesn't care if it's a .cfm, .php, .aspx, .do or whatever as long as the server can render it back to the browser.. Having said that, if you're trying to do anything cross-site or cross-domain JQuery gets upset, but it's still

Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Raymond Camden
Why are you not able to use CFM pages? I've used jQuery tabs and thickbox with CFM files many times. On Tue, Nov 10, 2009 at 10:21 AM, N K neetukais...@gmail.com wrote: Hi All, I am currently using the Thickbox.js along with jquery to display the tabs. code

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Alan Rother
Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle it (and CERTAINLY not WordPress!). Why not? These are all great products. What are they missing? =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Missing Form Fields

2009-11-10 Thread Steve Moore
I have some CF forms that use dynamic field naming in a loop depending upon some value. Code like: cfloop index=i from=1 to=#form.number# cfinput type=text name=fname_#i# size=20 maxlength=50 required=yes cfinput type=text name=lname_#i# size=20 maxlength=50 required=yes /cfloop Every once in

Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K
Thanks for your replying. I am not sure whats happening , basically the screen gets cleared and transfers the main site page. If you guys have used it and it works then there has to be some code which is contradicting the same. NK I'll echo Ray, I've used JQuery Tabs a lot with

Re: Missing Form Fields

2009-11-10 Thread Steve Milburn
Do you have other types of inputs on the page than text inputs? If no option is selected for radio buttons and checkbox inputs, then nothing is submitted to the processing page. Also, you must be passing a list of field names to the processing page somehow, maybe via a hidden input. You could

Re: Missing Form Fields

2009-11-10 Thread Ian Skinner
Steve Moore wrote: I have some CF forms that use dynamic field naming in a loop depending upon some value. Code like: cfloop index=i from=1 to=#form.number# cfinput type=text name=fname_#i# size=20 maxlength=50 required=yes cfinput type=text name=lname_#i# size=20 maxlength=50 required=yes

RE: Missing Form Fields

2009-11-10 Thread Steve Keator
Being that it's a required field, it's interesting that the CF-induced client side error checking isn't picking it up either. A few thoughts: (1) Dump the form scope into your error emails. It may give you some insight. (2) Are you doing any server-side form error checking? Could that be

RE: CF LiveDocs

2009-11-10 Thread Brook Davies
I find that coldfusiondocs is slower... with cfquickdocs you can get all the array functions, by using the function category menu, then select array... I can open cfquickdocs, find the tag I want and check the syntax before coldfusiondocs has finished loading... Brook -Original

cfmenuitem double click event

2009-11-10 Thread Joshua Rowe
Is there a way to set a JavaScript double click event to a cfmenuitem? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: ColdFusion 9 books

2009-11-10 Thread Raymond Camden
Speaking as one of the Et All (grin), I can definitely +1 this. We are all hard at work on the CFWACK9 series now. On Tue, Nov 10, 2009 at 11:48 AM, Charlie Griefer charlie.grie...@gmail.com wrote: There will be a ColdFusion 9 Web Application Construction Kit by Forta, et al. On Tue, Nov

Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Jerry Barnes
You might need to post some code examples or a link to view. I use both types of jquery scripts. Neither has had any problem pulling .cfm pages. ~| Want to reach the ColdFusion community with something they want? Let them

Re: Hosting options

2009-11-10 Thread Mary Jo Sminkey
I have about 6 sites that run CF and need to move them to a new host. any recommendations? I see that godaddy offers CF for $1.99 a month. Has anyone used them. Or does anyone have any recommendations. Personally I would get a VPS from Kickass and stick Railo on it and that will run all your

Re: Hosting options

2009-11-10 Thread Gerald Guido
www.KickAssVPS.com http://www.kickassvps.com/ +1 for KickAssVPS.com I have had a VPS with them for about 2 years with out a problem. $35/mo. My only gripe with them is that they are a little excessive with throttling bandwidth. It maxes out @ ~ 70K. The only time that really comes into play

Re: Hosting options

2009-11-10 Thread Paul Kukiel
+1 to Railo. But if your 6 sites are making money it might be worth purchasing a CF8 or 9 licesnse at $1200(ish) if you don't have time to setup Railo or your using CF specific bits. Paul. On Tue, Nov 10, 2009 at 1:44 PM, Mary Jo Sminkey mary...@cfwebstore.com wrote: I have about 6 sites that

Re: cfmenuitem double click event

2009-11-10 Thread Azadi Saryev
there is, but it will likely break the single click event. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 11/11/2009 02:27, Joshua Rowe wrote: Is there a way to set a JavaScript double click event to a cfmenuitem?

Re: ColdFusion 9 books

2009-11-10 Thread Ben Forta
As Ray and others have noted, yes, the books are on their way. We opted to wait for ColdFusion Builder to be further along as the new IDE has a significant impact on ColdFusion development and thus book content. --- Ben (Sent from my phone, please pardon the typos) On Nov 11, 2009, at

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Alan Rother
Gotcha, you need a Guarantee on the box type of solution... Been there.. I hate that mindset, but I understand it all too well. On Tue, Nov 10, 2009 at 11:01 AM, Steve Keator skea...@mlinc.com wrote: You and I know they are all great products. The problem, however, is that they're FOSS

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Mark Mandel
As a silly question - Have you been in contact with either Mura or the ASFusion to ask what sort of support packages they could provide for you? They may fit your requirements. Mark On Wed, Nov 11, 2009 at 5:01 AM, Steve Keator skea...@mlinc.com wrote: You and I know they are all great

RE: Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator
Mura won't work in this case. If it could, I wouldn't be writing this. We use Mura day in and day out around here. Part of the client's requirements, no FOSS software, doesn't really help us with this one. :-( As far as ASFusion, I'm not familiar with them, it looks like they are some sort

Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
I know this is not the place to post such queries, but I am very stressed out now and can not find solution to my problem. Maybe someone hase had similar experience while using ExtJS with ColdFusion. My scenario is simple. Upon clicking a menu item on my homepage, a window opens. After

Re: ColdFusion 9 books

2009-11-10 Thread Leigh
As Ray and others have noted, yes, the books are on their way. Dare we ask .. is there is a tentative release date yet? :) -Leigh ~| Want to reach the ColdFusion community with something they want? Let them know

Turning spaghetti code into properly indented code easily

2009-11-10 Thread Bob Goff
Hey CF Developers -- Just a quick heads up that I have created a product that will easily take someone else's malformed, ugly code and turn it into a thing a beauty in a matter of seconds. My HTML Formatter (with CF Support) fixes any HTML/CFML files in less than a second and can be run

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Mark Mandel
ASFusion is the people behind Mangoblog. I have no idea if they *do* support for Mango, but its worth asking the question. Farcry *does* have a blogging platform, and they most definitely have a support plan/professional open source business. Mark On Wed, Nov 11, 2009 at 7:40 AM, Steve

Re: Ajax Query

2009-11-10 Thread Tony Bentley
I know this is not the place to post such queries, but I am very stressed out now and can not find solution to my problem. Maybe someone hase had similar experience while using ExtJS with ColdFusion. My scenario is simple. Upon clicking a menu item on my homepage, a window opens.

Re: ColdFusion 9 books

2009-11-10 Thread Raymond Camden
Sometime after today. On Tue, Nov 10, 2009 at 3:01 PM, Leigh cfsearch...@yahoo.com wrote: As Ray and others have noted, yes, the books are on their way. Dare we ask .. is there is a tentative release date yet? :) -Leigh

Re: ColdFusion 9 books

2009-11-10 Thread Joe None
As Ray and others have noted, yes, the books are on their way. We opted to wait for ColdFusion Builder to be further along as the new IDE has a significant impact on ColdFusion development and thus book content. --- Ben Are you doing a 3-book series based on levels again or will it be one

Re: ColdFusion 9 books

2009-11-10 Thread Leigh
Sometime after today. That narrows it down :P ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Enterprise Blogging Solutions?

2009-11-10 Thread denstar
Maybe the FOSS can do something like ckeditor does: http://ckeditor.com/ Commercial licensing for peeps that need it. -- What does the future, that half of time, matter to the man who is infatuated with eternity? Emile M. Cioran On Tue, Nov 10, 2009 at 1:40 PM, Steve Keator wrote: Mura

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Maureen
Most of my enterprise level clients are using products from Six Apart. http://www.typepad.com/business/ On Tue, Nov 10, 2009 at 9:28 AM, Steve Keator skea...@mlinc.com wrote: Hello All, I've been trying to do some research and have come up pretty short.  Our company would like to keep this

(OT) Best windows subversion server

2009-11-10 Thread Michael Dinowitz
I'm trying to find the best windows based subversion server to install in order to better manage Fusion Authority articles. I've narrowed it down to VisualSVN and the server from CollabNet. Does anyone have a preference for one over the other and why? My main criteria is ease of use. Thanks --

Re: (OT) Best windows subversion server

2009-11-10 Thread Jason Fisher
Have not used CollabNet, but the install from VisualSVN took about 20 minutes a year ago and we haven't had to touch it since except to install update patches, which have been seamless. Definitely solid. ~| Want to reach the

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Malcolm O'Keeffe
You and I know they are all great products. The problem, however, is that they're FOSS (Free-Open-Source-Software). I can tell you that the client is a very large financial institution, and because they are such, they have very stringent requirements for creating ANY website. We could, of

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
Tony, Can you please provide me the code snippets of what you are talking about. I mean how will I set values of hidden fields... well actually I have visible ReadOnly TextFields in the parent window and upon the closure of the child window I need the values to be passed from the child window

Re: Ajax Query

2009-11-10 Thread Tony Bentley
Sure, please provide some code. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
Attached is my code for the Parent window (order_new_form.cfm) and the child window (order_new_gridPrice.cfm). The code is lengthy and may seem filthy too...so I m summarising my goal Initially a form is displayed in a parent window in which the user enters Article Number. The article

Re: Enterprise Blogging Solutions?

2009-11-10 Thread Raymond Camden
And speaking for BlogCFC, I can also provide guaranteed support as well, if that makes a difference. On Tue, Nov 10, 2009 at 2:57 PM, Mark Mandel mark.man...@gmail.com wrote: ASFusion is the people behind Mangoblog. I have no idea if they *do* support for Mango, but its worth asking the

Re: (OT) Best windows subversion server

2009-11-10 Thread John M Bliss
+1 for http://visualsvn.com On Tue, Nov 10, 2009 at 6:03 PM, Jason Fisher ja...@wanax.com wrote: Have not used CollabNet, but the install from VisualSVN took about 20 minutes a year ago and we haven't had to touch it since except to install update patches, which have been seamless.

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
Here is my code: === order_new_gridPrice.cfm (Child window) === div id=test2/div script type=text/javascript Ext.onReady(function(){ var PANEL821 = new Ext.Panel({

Re: ColdFusion 9 books

2009-11-10 Thread Gerald Guido
Sometime after today. Huh... All of my open projects have the same deadline. Small world. G! On Tue, Nov 10, 2009 at 5:01 PM, Raymond Camden rcam...@gmail.com wrote: Sometime after today. On Tue, Nov 10, 2009 at 3:01 PM, Leigh cfsearch...@yahoo.com wrote: As Ray and others have noted,

Re: ColdFusion 9 books

2009-11-10 Thread Charlie Griefer
You're lucky. The deadlines on all of mine went whooshing past a while back :) On Tue, Nov 10, 2009 at 7:54 PM, Gerald Guido gerald.gu...@gmail.comwrote: Sometime after today. Huh... All of my open projects have the same deadline. Small world. G! On Tue, Nov 10, 2009 at 5:01 PM,