Re: OT: Google indexing

2006-02-20 Thread James Holmes
Google's ratings depend on the context of how the search terms appear in the document, html metadata and the number of other sites linking to the page in question. Robots.text will stop the page being re-indexed and according to Google this will result in the link's removal. On 2/21/06, Rick Root

OT: Google indexing

2006-02-20 Thread Rick Root
Okay... do a google search for "bob guiney" http://www.google.com/search?q=bob+guiney His site (which I built) is the first link.. which is good. And google also lists direct links to a couple of subpages.. BGB Imagery, Bob Guiney's Online Diary, Music, etc. How does google decide what to put

Re: Generate JPEG from DB data

2006-02-20 Thread Rick Root
Eric Roberts wrote: > What kind of content? (examples or a link would be good) Without any more > info, the best you would prolly be able to do is PDF's. There are many ways out there to convert PDFs to JPEGs, so I'd say the best he could do would be to get a jpg like he wants :) Rick

RE: Generate JPEG from DB data

2006-02-20 Thread Eric Roberts
What kind of content? (examples or a link would be good) Without any more info, the best you would prolly be able to do is PDF's. Eric -Original Message- From: Brian Coleman [mailto:[EMAIL PROTECTED] Sent: Monday, 20 February 2006 10:03 To: CF-Talk Subject: Generate JPEG from DB data

Re: Generate JPEG from DB data

2006-02-20 Thread Rick Root
Casey Dougall wrote: > Couldn't you use http://www.opensourcecf.com/imagecfc/ and write the > database stuff as a watermark on a blank image? He asked about converting an HTML or CF generated HTML page to jpeg... the addText() functionality of imagecfc is very limited... really only suited to po

Re: Dhtml Menu System

2006-02-20 Thread Andrew Grosset
Yes, I second that, definitely worth a look. Andrew. >Massimo Foti has created some really nice CF custom tags that generate css >styled menus. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232975 Archives: http://

FileManagerCFC can be downloaded

2006-02-20 Thread Will Tomlinson
I was asked to build a simple file upload app that allows admins to add/delete users. Once in the DB, the users can upload files to the server. They can direct the upload to one or more admins. Upon upload, notification emails are sent to admins. Admins can then login to view the uploaded files.

Re: CF 7 upgrade project plan?

2006-02-20 Thread Michael Dinowitz
>From MX 6, version 5 or earlier? There are a LOT of lessons learned, especially when it comes to server config and practices that can bring your server down. I do a rather nice business being on call just to solve these issues. The first issue is where your coming from. If it's MX, then there's

CF 7 upgrade project plan?

2006-02-20 Thread Don Smith
I'm writing a project plan for ColdFusion 7, but before I completed the important section: Testing for known problems/changes with CF7 wanted to see if someone had a schedule or project plan they used for their cf 6 to cf7 upgrade you'd be willing to share. Even "Lessons Learned" would be coo

Re: Getting the Flex2 Phones sample to work.

2006-02-20 Thread Ryan Guill
He must have the 8.5 player or he wouldnt get that far. If you run the debugging it will give you more info. Do you have the compiler arguments? Check out ben forta's entry that he posted a little while ago with a sample app, and check out the comments. That should get you started. http://www.f

RE: Getting the Flex2 Phones sample to work.

2006-02-20 Thread Mark Fuqua
My guess is this will not help but...have you downloaded the latest build of flash player 8.5? The build for the alpha flexbuilder will no longer work with the beta stuff. It has to be the latest build (post flexbuilder beta). Mark -Original Message- From: Ian Skinner [mailto:[EMAIL PRO

Re: Generate JPEG from DB data

2006-02-20 Thread Casey Dougall
Couldn't you use http://www.opensourcecf.com/imagecfc/ and write the database stuff as a watermark on a blank image? Casey ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232969 Archives: http://www.houseoffusion.com/

Getting the Flex2 Phones sample to work.

2006-02-20 Thread Ian Skinner
Symied by the ability to post by e-mail again. Reposting through the web interface. I've installed the phones sample from http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector. I've confirmed that the CF code is working. But when I run the flex app I on

Re: Processing missing pages

2006-02-20 Thread Jerry Johnson
And to add to this, is there any way to keep the IIS logfile from writing a 404 error? On 2/20/06, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > > Lets assume you have a directory with an application.cfc in it. This > application.cfc has an altered onRequest that does not include a file but > inst

Processing missing pages

2006-02-20 Thread Michael Dinowitz
Lets assume you have a directory with an application.cfc in it. This application.cfc has an altered onRequest that does not include a file but instead generates one based on the url being sent in. How is this different than normal? The url being sent in is calling a file that does not exist. Is

RE: Generate JPEG from DB data

2006-02-20 Thread Coleman, Brian
Lol thanks Rick. I finally found something I think will work, since I can use cold fusion to make pdf files and use cold fusion or just windows scheduling to run command lines, convert the data to pdfs, then the pdfs to jpegs, I think that should help create my solution to provide images on the fly

XMLSearch() and Hyphens

2006-02-20 Thread Brian Klaas
Is there any way to pass in an attribute name which contains a hyphen to XMLSearch and not have that be mis-interpreted by CF as being a subtraction operation? So if I have an XML document which contains a child node with the name "start-date" and use this code: the value for "start-date" isn't

RE: Quick Regex question

2006-02-20 Thread Andy Matthews
Dave... I probably should have been a little more clear about the process. I'm storing a string of XML in our database after being transmitted to an outside source. For some reason, every 30 or so orders, one of them doesn't transmit properly, likely due to issues on the other end. So I'm buildin

Re: Quick Regex question

2006-02-20 Thread Claude Schneegans
>>I want to get the contents of each of these XML nodes. Have a look at CF_REextract: http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm?p=hf -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

RE: Quick Regex question

2006-02-20 Thread Eric Lackey
Andy, ColdFusion has excellent XML support. No reason to use Regex. First you'll need to parse the file into XML with XMLParse(). Then you can access the elements like this... -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 4:10 PM

RE: Quick Regex question

2006-02-20 Thread Dave Watts
> I need to pull some text out of XML and I wanted to see how > that might work. I've got this text: > > Jason > Martin > > I want to get the contents of each of these XML nodes. What > might be the best way of doing this? Why not just use an XML parser? Dave Watts, CTO, Fig Leaf Software htt

RE: Quick Regex question

2006-02-20 Thread Tim Heald
Using what? Why not just pull it out with CF? Why use a regex? > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, February 20, 2006 5:10 PM > To: CF-Talk > Subject: Quick Regex question > > I need to pull some text out of XML and I wanted to see how >

Quick Regex question

2006-02-20 Thread Andy Matthews
I need to pull some text out of XML and I wanted to see how that might work. I've got this text: Jason Martin I want to get the contents of each of these XML nodes. What might be the best way of doing this? ~| Message: http:/

Re: Dynamic Tables???

2006-02-20 Thread John C. Bland II
If you mean what I think you mean you need to have a "components" setup (that's just my name for it). Create this table (bare minimum columns here): Components: - Columns: ComponentID, ParentComponentID, isActive, Title, Basically, you can have parents and child components (or tables, etc) all i

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
I know. As they say, it keeps honest people honest, nothing more. Dave Merrill > Keep in mind that cfencoded templates are easily decoded. > > Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232956 Archives:

RE: Annoyances with cfencode

2006-02-20 Thread Dave Merrill
> >No matter what I do, cfencode gives a failure alert when > >encrypting more > >than one file at once. > > use a shell command with some kind of looping structure: > > dos: > for /R %i in (*.cfm) do cfencode %i [opts] > > *nix: > find . -name *.cfm -exec cfencode [opts] {} \; > > /t Hmmm. So I g

RE: Dhtml Menu System

2006-02-20 Thread Bobby Hartsfield
My most recent run in with it was about a week ago... so unless it's changed quite a bit since then... I'll continue to avoid it. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Monday, February

Re: onSessionEnd locking

2006-02-20 Thread Joe Ferraro
Thanks, that is very helpful. On 2/20/06, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > > Probably old code plugged into the onSessionEnd. Application.cfc was one > of > the features we talked about back in 2001 before MX came out. It took a > version or two to get it out but it's here. In MX, the

Re: cf-talk blacklisted again by spamcop

2006-02-20 Thread Rick Root
Emmet McGovern wrote: > #2 eliminates most spam filter gateway setups out there. You're correct, of course. That doesn't change the fact that I could force their server to send out thousands of my spam messages to external users using the method I described. Presumably, spamcop lists servers

OT: Reminder: Ben to visit New York Tomorrow Night!

2006-02-20 Thread Judith Dinowitz
Just a reminder that Ben Forta will be coming to NYCFUG tomorrow night to introduce us to Flex 2! If you're in the New York area, you're invited to join us tomorrow(Tuesday), February 21st, at 6:30 PM, at the NYU Medical Center, 550 1st Avenue in Manhattan, for an in-depth presentation on develo

Dynamic Tables???

2006-02-20 Thread Ken
Hi. Does anyone know how to do this in the most efficient manner? Take a look at this: http://base.google.com/base/processstep1offer I need to be able to add custom fields to the database. And then later be able to search those fields running sql statement. Any bright ideas? Thanks, K

Re: Annoyances with cfencode

2006-02-20 Thread Rick Root
Keep in mind that cfencoded templates are easily decoded. Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232949 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusio

RE: Dhtml Menu System

2006-02-20 Thread Emmet McGovern
You must have not revisited it in some time. It's all css now with 3k of javascript. Complete rewrite. Positions perfect and works on every browser we've tested. http://www.projectseven.com has some nice offerings too btw. Emmet -Original Message- From: Bobby Hartsfield [mailto:[EMAIL P

Re: jsmx and posting a form with many fields

2006-02-20 Thread Robert Munn
I am using JSMX with Web services and I don't seem to be having any problems. As far as debugging goes, have you successfully called your remote method from another client- e.g. using cfinvoke, CFAJAX, Neuromancer, etc.? I would try doing that first. Neuromancer, btw, has a pretty good Javascr

RE: jsmx and posting a form with many fields

2006-02-20 Thread Dave Watts
> We're using JSMX for some AJAX form submissions. I've got a > form with many fields. I've looked at the examples, and no > matter what I try I get a 500 server error back from the > function I call. Was wondering if anyone had any experiences > with JSMX, maybe some debugging tips. I've got

RE: Dhtml Menu System

2006-02-20 Thread Bobby Hartsfield
>From what I've seen of it, it's just too buggy across the board and way overkill for something as simple as a DHTML menu. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 200

RE: javascript submit form and then location in same function

2006-02-20 Thread Jeremy Bunton
I got it to work. It isn't as modular was I would like, but what I do is add a hidden form field to each form, set that value onclick using js to the value of the page I want it to go to, then submit the form and use a cflocation to boot off to that page based on the form value. Its pretty slick j

RE: Dhtml Menu System

2006-02-20 Thread Emmet McGovern
Why would you have a problem with opencube? Price? -e -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 1:31 PM To: CF-Talk Subject: RE: Dhtml Menu System I intentionally didn't :-) ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http:/

RE: cf-talk blacklisted again by spamcop

2006-02-20 Thread Emmet McGovern
#2 eliminates most spam filter gateway setups out there. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 1:34 PM To: CF-Talk Subject: Re: cf-talk blacklisted again by spamcop Emmet McGovern wrote: > > BTW. Spamcop is also the RBL that blac

Re: javascript submit form and then location in same function

2006-02-20 Thread Josh Nathanson
Hi Jeremy, When you do "window.document.theform.submit()", it will submit the form to whatever file you have in your form action attribute , before it hits the window.document.location=url line in your js code. So, you'll probably need to do a little more work to send the user to the right pla

Re: Dhtml Menu System

2006-02-20 Thread Pete Ruckelshaus
I've been using Massimo Foti's tmt_hiermenu for the admin sections of my web sites, and it works very well, even allows me to add dynamic elements like content from a database. Pete On 2/20/06, Michael T. Tangorre <[EMAIL PROTECTED]> wrote: > > From: fsu__grad [mailto:[EMAIL PROTECTED] > > I have

jsmx and posting a form with many fields

2006-02-20 Thread John Wilker
We're using JSMX for some AJAX form submissions. I've got a form with many fields. I've looked at the examples, and no matter what I try I get a 500 server error back from the function I call. Was wondering if anyone had any experiences with JSMX, maybe some debugging tips. I've got an HTTP analyz

RE: Annoyances with cfencode

2006-02-20 Thread RADEMAKERS Tanguy
>No matter what I do, cfencode gives a failure alert when >encrypting more >than one file at once. use a shell command with some kind of looping structure: dos: for /R %i in (*.cfm) do cfencode %i [opts] *nix: find . -name *.cfm -exec cfencode [opts] {} \; /t ~~

Re: Generate JPEG from DB data

2006-02-20 Thread Rick Root
Brian Coleman wrote: > Does anyone know of a way (preferably free, but anything) to convert content > from a cf or html page to JPEG format? I have some people wanting jpegs > generated from our database data, but don't know of a way to do it with > anything CFMX 7 offers. You might be able to

RE: javascript submit form and then location in same function

2006-02-20 Thread Jeremy Bunton
That function gets called in the nav as you go from page to page. I have about 20 form pages each with a form called "theform". I want to be able to have the user select the checkboxs and fill in the form fields ect they want then just click to another page and have that info saved without them hav

Re: cf-talk blacklisted again by spamcop

2006-02-20 Thread Rick Root
Emmet McGovern wrote: > > BTW. Spamcop is also the RBL that blacklists servers that deal out bounce > backs. Let's say I've got a mailing list of a million working email addresses, and I find a server that accepts all email before checking for invalid users. Let's also say that server bounces

RE: Dhtml Menu System

2006-02-20 Thread Bobby Hartsfield
I intentionally didn’t :-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 10:16 AM To: CF-Talk Subject: RE: Dhtml Menu System Wow, pretty suprising no one has mentione

RE: javascript submit form and then location in same function

2006-02-20 Thread Dave Watts
> I have that call this function > > > function submitandgo (url) > { > window.document.theform.submit(); > window.document.location=url; > } > > > If I don't use the location portion it works fine, but it > seems to boot off to the new page before the form submit. An > suggestions? Is there

javascript submit form and then location in same function

2006-02-20 Thread Jeremy Bunton
I have that call this function function submitandgo (url) { window.document.theform.submit(); window.document.location=url; } If I don't use the location portion it works fine, but it seems to boot off to the new page before the form submit. An suggestions? Is there a way in cf to submit a for

Annoyances with cfencode

2006-02-20 Thread Dave Merrill
Hi folks, No matter what I do, cfencode gives a failure alert when encrypting more than one file at once. Msg is: -- The file you provided could not be encrypted. Make sure that the directory path specified for the OutFile exists, the file is not already encrypted, and the version is c

onSessionEnd locking

2006-02-20 Thread Joe Ferraro
When accessing the application scope in the onSessionEnd function in Application.cfc should you lock in the scope of application or with a named lock? The reason I ask is because the documentation uses a named lock and the onSessionEnd function cannot reference the application and session scopes d

Re: onSessionEnd locking

2006-02-20 Thread Michael Dinowitz
Probably old code plugged into the onSessionEnd. Application.cfc was one of the features we talked about back in 2001 before MX came out. It took a version or two to get it out but it's here. In MX, there is NEVER a need to lock memory variables other than where a race condition exists. As the

RE: onSessionEnd locking

2006-02-20 Thread Dave Watts
> When accessing the application scope in the onSessionEnd > function in Application.cfc should you lock in the scope of > application or with a named lock? > > The reason I ask is because the documentation uses a named > lock and the onSessionEnd function cannot reference the > application an

onSessionEnd locking

2006-02-20 Thread Joe Ferraro
When accessing the application scope in the onSessionEnd function in Application.cfc should you lock in the scope of application or with a named lock? The reason I ask is because the documentation uses a named lock and the onSessionEnd function cannot reference the application and session scopes d

Generate JPEG from DB data

2006-02-20 Thread Brian Coleman
Does anyone know of a way (preferably free, but anything) to convert content from a cf or html page to JPEG format? I have some people wanting jpegs generated from our database data, but don't know of a way to do it with anything CFMX 7 offers. Thanks, Brian ~~~

RE: Quick Milonic Question

2006-02-20 Thread Dawson, Michael
Steve, thanks for the help. When I changed the delay time, it only delayed the opening of sub-menus. The main menus still open immediately. We can live with this until we can rewrite the site using a different menu system. Thanks! -Original Message- From: DURETTE, STEVEN J (ASI-AIT) [m

RE: Dhtml Menu System

2006-02-20 Thread Michael T. Tangorre
> From: fsu__grad [mailto:[EMAIL PROTECTED] I have tried just about every DHTML menu I could find online. I have been using this one in all our internal applications; it is a piece of cake to use and seems to be the most flexible in terms of dynamically generating. http://www.dynarch.com/product

RE: Quick Milonic Question

2006-02-20 Thread DURETTE, STEVEN J \(ASI-AIT\)
Michael, In the javascript where you set up your styles and menus, there is a variable _menuOpenDelay. I have it set to 150. You might want to try that. _menuOpenDelay = 150; Steve -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 9:5

RE: SERVER scope

2006-02-20 Thread Mark A Kruger
Baz, Mainly, the "server" scope needs to contain things that are germane to the entire server. It's probably frowned on because folks would put things in the server scope that belong in the application scope - like DSN names or settings for example. -Mark -Original Message- From: Baz [m

RE: cf-talk blacklisted again by spamcop

2006-02-20 Thread Emmet McGovern
We use spam cop but give it a relatively low weight when it comes to marking spam. It has way too many legit servers on it. BTW. Spamcop is also the RBL that blacklists servers that deal out bounce backs. Emmet -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Monda

Re: Dhtml Menu System

2006-02-20 Thread fsu__grad
Thanks for all the great samples. I will have to look at these and decide what to use. Jims menu system is pretty nice since its free. :) I have seen that ul and li menus, they are nice. Do you have a sample of the one you made? How compatible is it with diff browsers? Are you selling the cod

RE: Dhtml Menu System

2006-02-20 Thread Emmet McGovern
Wow, pretty suprising no one has mentioned Opencubes Infinite Menus. http://www.opencube.com Quick and easy to configure with a nice buider if you need it. Works excellent with CF. Emmet -Original Message- From: fsu__grad [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 7:22

Quick Milonic Question

2006-02-20 Thread Dawson, Michael
For those of you using the Milonic menu... How can you add a delay before the menu appears? Our www site uses the Milonic menu and when you move your mouse over the page, even quickly, the damn menu appears and gets in the way of an intended mouse click. It makes it too easy to click the wrong t

Re: Dhtml Menu System

2006-02-20 Thread Claude Schneegans
>>You will loose Search Engine Positioning with DHTML menus, stick with css. Depends what you do in Javascript. I just wrote one which uses strict UL LI lists and CSS for the appearence, but Javascript for the dynamic. CSS is just too poor for animating the menu. The trouble also with CSS is

Re: Dhtml Menu System

2006-02-20 Thread Casey Dougall
You will loose Search Engine Positioning with DHTML menus, stick with css. Javascript menus make your links look like this. Liguria Lombardia Veneto Toscana Umbria Lazio Casey On 2/20/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > I've used transmenu from youngpup.net. It works great, it's cros

Re: Dhtml Menu System

2006-02-20 Thread Jeff Fleitz
Massimo Foti has created some really nice CF custom tags that generate css styled menus. I have been playing with them ass of late and am impressed with how easy they are to implement and manage. You might want to look at them as well... http://www.massimocorner.com/ On 2/20/06, fsu__grad <[E

RE: Dhtml Menu System

2006-02-20 Thread Andy Matthews
I've used transmenu from youngpup.net. It works great, it's cross-browser and it's really easy to use. http://www.youngpup.net/2004/transmenus/examples -Original Message- From: fsu__grad [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 6:22 AM To: CF-Talk Subject: Dhtml Menu Sy

Re: cfmail - is it vulnerable?

2006-02-20 Thread Rick Root
Andy Matthews wrote: >>Perhaps I'll have to start replacing out any instances of "Content-Type" >>in any email form fields :( > > > That's what I ended up having to do. I got about 20 or so emails that had > gotten through like that and analyzed them for common themes. I found > several that cou

Re: Dhtml Menu System

2006-02-20 Thread Rick Root
fsu__grad wrote: > Does any one have a good dhtml menu system they would reccomend? > > Some one recomends xfx software dhtml menu, but not sure how well it > would work with cf. I have posted to there site and waiting for a > response. We used to use that back when I thought DHTML menus were

RE: cfmail - is it vulnerable?

2006-02-20 Thread Andy Matthews
> Perhaps I'll have to start replacing out any instances of "Content-Type" > in any email form fields :( That's what I ended up having to do. I got about 20 or so emails that had gotten through like that and analyzed them for common themes. I found several that could be bad and checked for them.

Re: Various thoughts on chat, cfhttp, phpbb, and the encrypt function

2006-02-20 Thread Rick Root
James Holmes wrote: > I'd be worried about the reverse situation - PHPBB is one of the most > hacked web apps on the planet. Granted =) But I don't have any control over that! Of course, phpBB is the most hacked cuz it's one of the most popular. I wish I had time to start hacking away at Gall

Re: cf-talk blacklisted again by spamcop

2006-02-20 Thread Rick Root
Jochem van Dieten wrote: > Michael Dinowitz wrote: > >>For personal mail this might be an effective option, but can you see the >>firestorm if list mail was slowed down? :) > > Nobody notices a 10 or 15 second slowdown (you can go full speed > after that). I don't know many mail servers that t

RE: best rich text editor for CF?

2006-02-20 Thread Ben Nadel
Over here we use Xstandard (xstandard.com). It is the best editor I have seen and I have seen the FCKEditor and other like-editors. Xstandard outputs Xhtml compliant code and has great custom css class integration. Their website is not the best, but their tech support is super fast and always helpf

Re: Dhtml Menu System

2006-02-20 Thread Jim Wright
I've started to use CSS menus more and more. It is much more straight forward to create your menu through a series of nested lists...and makes it easier for non-technical people to edit it later on. Here is a good reference... http://www.seoconsultants.com/css/menus/horizontal/ -- Jim Wright Wrig

Re: Railo

2006-02-20 Thread cf
Hi, > Gah - I was just about to ping a few people about > alternative CF engines, and > it turns out Railo is tits-up.com - looks like > they forgot to licence their > own web server :-) I informed their hoster and the problem seems to be fixed now. From what I got to know they did an update

RE: Dhtml Menu System

2006-02-20 Thread Snake
I don't actually use these myself. I have built my own custom XP explorer menu that uses CF_TAGS to build the tree menu. I have having to edit JS array's Currently I am reworking my menu to use XML files. Russ -Original Message- From: fsu__grad [mailto:[EMAIL PROTECTED] Sent: 20 Februar

Re: Dhtml Menu System

2006-02-20 Thread fsu__grad
Russ, Thanks for the reply. I have seen the ones from dynamicdrive.com/dynamicindex1/ before, they are nice. Do you have the code that generates the menus? I was woundering what this looks like. I dont want the app just wanted to see how this compares to the other one. Jims dhtml 5.7 looks

RE: Dhtml Menu System

2006-02-20 Thread Snake
www.milonic.com (prob the best drop down menus you will find) http://dhtml-menu.com/ (some nice XP style menus, but not fun to use. I have rewritten this in CF) http://www.dynamicdrive.com/dynamicindex1/ (another popular one) http://www.dynarch.com/products/dhtml-menu/ (another popular one, also ve

Re: Railo

2006-02-20 Thread James Holmes
You know that URL is for a porn searchengine, right? O.o On 2/20/06, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > Gah - I was just about to ping a few people about alternative CF engines, and > it turns out Railo is tits-up.com -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusio

Dhtml Menu System

2006-02-20 Thread fsu__grad
Does any one have a good dhtml menu system they would reccomend? Some one recomends xfx software dhtml menu, but not sure how well it would work with cf. I have posted to there site and waiting for a response. I could also use a flash menu system, but I need something that can do virtually un

Railo

2006-02-20 Thread Thomas Chiverton
Gah - I was just about to ping a few people about alternative CF engines, and it turns out Railo is tits-up.com - looks like they forgot to licence their own web server :-) I was gonna play with it myself tonight (mainly to see if Ray's BlogCFC is better than our current SlashCode-based site, b

Re: Verity search case sensitivity

2006-02-20 Thread Raymond Camden
If your term is mixed case, Verity will do a case sensitive search. Try lcasing or ucasing your search terms. On 2/20/06, Joe Ferraro <[EMAIL PROTECTED]> wrote: > Hello all, > > I have a client requesting that the full text searches using verity on his > site not be case sensitive. I looked over t

Re: CF-Talk: Digest every 8 hours

2006-02-20 Thread Thomas Chiverton
On Friday 17 February 2006 15:32, Manuel Gomez wrote: > Message - Error Executing Database Query. [Macromedia][Oracle JDBC > Driver][Oracle]ORA-01017: invalid username/password; logon denied Hmm, yeah - I agree :-) -- Tom Chiverton Advanced ColdFusion Programmer ~~

RE: SERVER scope

2006-02-20 Thread cf
Hi, > Why is it frowned upon by the way? I've heard > such talk before, that's why I > ask, but I'm not sure of the reasons. one reason was the shared variables issue on CF 5 and before (concurrent requests). But, another point is that on a shared server you have no way to make sure another p

Re: cfmx on kubuntu

2006-02-20 Thread Thomas Chiverton
On Monday 20 February 2006 01:37, Paul Scoffield II wrote: > ok, well i think i got it going using the built in server, but when i > attempt to connect to port 8500. i get a connection refused error.. is > the port locked down.. or does that mean the bloody thing isn't > running.. ? As root: netst

RE: Problems with invoking a Webservice

2006-02-20 Thread Andrew Stevens
Not a bad idea Artur, the error is pretty odd... *** Error: No method named "setTypeMappingVersion" was found in type "org/apache/axis/client/Service". 59. org.apache.axis.client.Call _call = super._createCall(); A couple of things to try: - call your page from the built in web server, same resu

RE: Problems with invoking a Webservice

2006-02-20 Thread Andrew Stevens
Not a bad idea Artur, the error is pretty odd... *** Error: No method named "setTypeMappingVersion" was found in type "org/apache/axis/client/Service". 59. org.apache.axis.client.Call _call = super._createCall(); A couple of things to try: - call your page from the built in web server, same resu

Re: Verity search case sensitivity

2006-02-20 Thread Will Tomlinson
Found this here: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/indexa12.htm Verity searches are case-sensitive only when the search term is entered in mixed case. For example, a search for zeus finds zeus, Zeus, or ZEUS; however, a search for Zeus finds only Zeus. To have your applicat