Search Between Dates Problem

2005-06-24 Thread Andrew Grosset
can you post the form that creates form.depdate1 and form.depdate2? I've got a form in an admin system for a client to look up events between entered dates: cfif IsDefined(form.depdate1) AND #form.depdate1# NEQ cfset DEPDATE1 = #CREATEODBCDATE(form.depdate1)# cfset DEPDATE2 =

Viewing Hidden Frames Source Code in Firefox...

2005-06-24 Thread Andrew Grosset
try searching your browser cache. I've really been using Firefox for my main browser for about 18 months now. However, the one thing that really bugs me is I haven't been able to find anything that will allow me to easily browser the source code of hidden frames. In IE, you just load up the

Re: memory space?

2005-06-24 Thread John Beynon
there isn't a way to see what each scope is using - you can monitor JVM usage. Java is usually pretty good at handling its own memory, if you're interested in seeing it you can use the Java ServiceFactory; cfset runtimeObj = CreateObject(java,java.lang.Runtime).getRuntime()

Re: Getting System Info

2005-06-24 Thread John Beynon
Is there a way to write a CF page so that when a user visits that page, my database gets updated with things like processor speed, operating system, amount of RAM, computer name, IPAddress etc? I know that things like IP Address are easy to get, but the other items such as processor speed and ram

OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Will Tomlinson
Hey guys, I just landed a contract and potential full time job at the local community college. They'll be installing CF pretty soon too (WOOHOO)! I had a talk with their server guy, and he informed me that I wouldn't be able to FTP my updates to the site because hackers target education

Re: Viewing Hidden Frames Source Code in Firefox...

2005-06-24 Thread Will Tomlinson
Dunno if I'm missing somethin' here, but right click over the hidden frame, select this frameview frame source. Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

xhtml

2005-06-24 Thread Richard Cooper
Hi all, thanks for the replies. I'm using cf mx 6. Can I still change the default XSL sheet? Also, that would be fine on my dedicated server but I have some sites on shared hosting and my hosts probabley won't let me adjust that on those server :( Using just the ID instead of name or having

Re: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Jochem van Dieten
Will Tomlinson wrote: I just landed a contract and potential full time job at the local community college. They'll be installing CF pretty soon too (WOOHOO)! I had a talk with their server guy, and he informed me that I wouldn't be able to FTP my updates to the site because hackers

RE: Viewing Hidden Frames Source Code in Firefox...

2005-06-24 Thread Dan G. Switzer, II
Will, Dunno if I'm missing somethin' here, but right click over the hidden frame, select this frameview frame source. You can't do this for 0px frames or for iFrames that are hidden--as there's no place to right-click. Searching the cache is too time consuming. - Dan

Re: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread James Holmes
How about SFTP or an SSH tunnel? -- Geeque - accept the geek within and get your friends off your back - http://www.cafepress.com/geeque/ ~| Logware (www.logware.us): a new and convenient web-based time tracking application.

Crystal Reports is hurting my head

2005-06-24 Thread Andy Jarrett
So my last three posts have all been about Crystal Reports. I can honestly say its been the worst experience of getting something to work with CF ever. At the moment i have Crystall 11 and CFMX 6.1 on my dev machine. Everytime i run the report i get the following message An unexpected error

Re: Crystal Reports is hurting my head

2005-06-24 Thread Andy Allan
We're currently planning a move away from Crystal due to licensing costs and the nightmare in trying to hook up CF to XI. We're actually still running on V8.5 but had started to evaluate XI. However due to hair pulling and PC damage (from being thrown against walls) we're now looking elsewhere.

Re: Crystal Reports is hurting my head

2005-06-24 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We have also moved away from Crystal Reports and currently using OpenReports which uses JasperReports to generate the Reports. OpenReports is located at http://opensourcesoft.net/index.php Andy Jarrett wrote: So my last three posts have all been

XML from a XSD

2005-06-24 Thread David Manriquez
someone knows a CFX or Custom Tag to create a XML structure from a XSD? Thanks. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

XML from a XSD

2005-06-24 Thread Nick de Voil
someone knows a CFX or Custom Tag to create a XML structure from a XSD? How could you do that, given that there can be all sorts of optionality and alternatives built in to a schema? Nick ~| Logware (www.logware.us): a new

RE: XML from a XSD

2005-06-24 Thread David Manriquez
You're right Nick , sorry I meant something to validate my XML against XSD :) David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Nick de Voil [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 24 de Junio de 2005 9:40 Para: CF-Talk Asunto: XML from a

RE: XML from a XSD

2005-06-24 Thread kola.oyedeji
David Have a look at XML spy - there is a free edition and a plugin for Eclipse. It can generate a sample document based on a schema and gives you options for including elements which are optional http://www.altova.com/products_ide.html HTH Kola -Original Message- From: David

Problem SocketTimeout CPU 100% ??! ??

2005-06-24 Thread Jean-Michel DE FILIPPI
Hello everybody, I've a big problem under coldfusion. I've make logs of jrun process and when I've this message (just under), my cpu takes 100% cpu process. I've try a lot og things and nothing seem working good, this problem persist, anybody have an idea ? .. VM Thread prio=5

Re: XML from a XSD

2005-06-24 Thread Rob
http://www.rewindlife.com/archives/000162.cfm On 6/24/05, David Manriquez [EMAIL PROTECTED] wrote: You're right Nick , sorry I meant something to validate my XML against XSD :) David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Nick de Voil

Re: XML from a XSD

2005-06-24 Thread Massimo, Tiziana e Federica
I meant something to validate my XML against XSD :) CF 7 can do this out of the box, for CF 6 you can use the UDF from Sam (Rob posted the link) Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com

RE: XML from a XSD

2005-06-24 Thread kola.oyedeji
Also if using CFMX7: http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=ColdFusion_Documentationfile=0674.htm#140217 HTH Kola -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: 24 June 2005 14:25 To: CF-Talk Subject:

Re: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Aaron Rouse
Sounds reasonable to me well except the thumb drive part. However here we are not a lot better. We have to put out tickets to our data center to tell them which files(can be all) to copy from the Dev server to the Prod server. Same goes for any database changes except those we have to provide

Re: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Adrocknaphobia
FTP can be secured, but most people wont bother going through the hassle. (ie. only allowing certain mac addresses through the firewall on port 21) I assume that they will offer a VPN alternative to access the network. -Adam On 6/24/05, Will Tomlinson [EMAIL PROTECTED] wrote: Hey guys, I

Re: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Bob Haroche
I had a talk with their server guy, and he informed me that I wouldn't be able to FTP my updates to the site I ran into the same issue doing a site for a county animal shelter. The bureaucratic hassle was so great -- and the delay in posting timely photos of animals otherwise scheduled for

RE: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Robertson-Ravo, Neil (RX)
Yeah that is the route we take...VPN / Mac / IP restricted - secure enough. -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: 24 June 2005 15:51 To: CF-Talk Subject: Re: OT: Anyone ever heard of not allowing FTP? FTP can be secured, but most people wont bother

Re: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Adrocknaphobia
This is kinda on-topic, but here at the StateDept FTP was a big no-no unles you used CuteFTP server with a slew of security settings. However they recently just approved use of win2K3 FTP. -Adam On 6/24/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Yeah that is the route we take...VPN

RE: group by date, missing something

2005-06-24 Thread mayo
Jochem, Thx. I've reread your posts a few times. It will help next time. -- gil -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 6:41 PM To: CF-Talk Subject: Re: group by date, missing something mayo wrote: SELECT MONTH(saleDate)

Session Scoped Login CFC

2005-06-24 Thread Buntin, Seth - KATE
I am trying to visualize the Login Process for a CFC I am trying to create. I am new to the idea of OOP in CF and might need a big knock in the head once you see the problem. I want to manage all of the Users Information in the Session Scope so that I can access the information from any page

Re: xhtml

2005-06-24 Thread S . Isaac Dealey
Hi all, thanks for the replies. I'm using cf mx 6. Can I still change the default XSL sheet? Unfortunately the XSL sheets were only introduced in CF7 ... So you're out of luck on that front anyway. s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without

FIXED! - Re: Hoping *someone* can help me with my LDAP question

2005-06-24 Thread Michael Soultanian
I got it working! Turns out that the problem was because I had no filter specified. I put the filter in and that sped things up. I guess it was trying to search through all the students on campus (over 40,000 accounts) and was timing out. Thanks for everyone's suggestions! Mike On Thu,

WDSL and CF5

2005-06-24 Thread David Manriquez
ppl someone had the sadly work that make WDSL and CF5 works together?.. anything wouldbe very useful.. tips,cfx etc... Thanks.. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: Registrar that does DNS management?

2005-06-24 Thread Damien McKenna
Lo-and-behold, our current domain registrar already provides this, and its easier to use than GoDaddy's interface. Go figure! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

RE: Registrar that does DNS management?

2005-06-24 Thread Robert Munn
Yahoo- $10 a year, includes registration and DNS hosting. http://smallbusiness.yahoo.com/domains/ To answer my own question, Domain Direct (Tucow's OpenSRS company) does this for $14.99 per year, or $12.99 for a transfer (inc one year). -- Damien McKenna - Web Developer - [EMAIL PROTECTED]

Re: Registrar that does DNS management?

2005-06-24 Thread Eddie
On 6/24/05, Robert Munn [EMAIL PROTECTED] wrote: Yahoo- $10 a year, includes registration and DNS hosting. http://smallbusiness.yahoo.com/domains/ Yahoo was advertising 4.95/year (up to 5 years) in the past few days. I guess the promotion is over. However, they may have a sale later. I

RE: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Russ
I usually try to disable ftp on the server if I have a choice. FTP is very insecure as all username's and passwords get sent through plain text. SFTP or FTPS is another story, and I usually use FTP over SSH on *NIX boxes and some sort of secure FTP on windows boxes. If he doesn't allow any

RE: OT: Anyone ever heard of not allowing FTP?

2005-06-24 Thread Russ
From what I understand win2k3 ftp doesn't support encryption, so I don't understand why it would be approved all of a sudden. There are plenty of servers for windows that support secure connections (WS_FTP, FileZilla and some others come to mind). -Original Message- From: Adrocknaphobia

RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
Hi Isaac and Barney, Thanks for your tips. I will keep them in mind. In reference to my original question, do you see any issues with this code? cfparam name=Region default=English cfif cgi.script_name contains /site1/ cfset Region = French cfelseif cgi.script_name contains /site2/

OT: QuickStart Guide for onTap

2005-06-24 Thread S . Isaac Dealey
Sorry for the off-topic post... So... Because a number of people have expressed an interest in the framework but have commented that it seems complex from the documentation I've written, I've decided that the suggestion of a quickstart is a good idea. I've taken the Model Glue quick-start as an

Re: cfapplication - change application name

2005-06-24 Thread Barney Boisvert
It's exactly what you proposed doing originally. The biggest potential issue is that you've got two application scopes for your one app. That means you're double caching everything except your region-specific stuff. If that's all you've got, then no big deal, but if you've got application

using 'init()' with multiple constructors

2005-06-24 Thread chris porter
Hi all, so i'm running into a bit of an issue that maybe someone can shed some light on. i'm trying to DES encrypt a variable (no file i/o) and everything should be working except that it appears that CF cant run 'init()' when there are multiple constructors defined. o BTW, i'm using CFMX 6 (no

Re: OT: QuickStart Guide for onTap

2005-06-24 Thread James Holmes
If I were to build a site with OnTap for the first time, that's the list I would want (including error handling). As I am about to build a new site and I want to use a framework, I can volunteer to genuinely test the quickstart guide for you if you like. On 6/25/05, S. Isaac Dealey [EMAIL

RE: QuickStart Guide for onTap

2005-06-24 Thread S . Isaac Dealey
Isaac, Couple things I would like to see. In your form building, instead of using just 1 table, I would like to see some JOINS and how the building of a display and updating work in this case. Can you elaborate on this a little? Are you referring to additional tables / joins for the sake of

Re: OT: QuickStart Guide for onTap

2005-06-24 Thread S . Isaac Dealey
If I were to build a site with OnTap for the first time, that's the list I would want (including error handling). As I am about to build a new site and I want to use a framework, I can volunteer to genuinely test the quickstart guide for you if you like. That would be very much appreciated.

Re: OT: QuickStart Guide for onTap

2005-06-24 Thread James Holmes
I'm in no rush for this site (it's my own and I have no time, like the rest of us) and it will indeed be a nice, small site. On 6/25/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: That would be very much appreciated. :) How soon do you plan to start? I don't expect the quickstart guide to take

Re: WDSL and CF5

2005-06-24 Thread James Holmes
http://www.activsoftware.com/products/productdetail.cfm/id/1015 will allow you to use SOAP, if that's the idea. On 6/25/05, David Manriquez [EMAIL PROTECTED] wrote: ppl someone had the sadly work that make WDSL and CF5 works together?.. anything wouldbe very useful.. -- Geeque - accept

Re: using 'init()' with multiple constructors

2005-06-24 Thread James Holmes
Instead of letting CF call the default constructor, make it use the right one by explicitly calling init() with the correct agrument types. On 6/25/05, chris porter [EMAIL PROTECTED] wrote: Hi all, so i'm running into a bit of an issue that maybe someone can shed some light on. i'm trying to

RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
Thanks Barney. The application is exactly how you described it. There would be very little duplication of caching. This was actually a retrofit app and too late to implement some of the design ideas I received here. However this will help immensely in similar future apps. Thanks again,