Re: Regex issue

2008-04-24 Thread Gerald Guido
You can do that with the out of the box CFform .. cfinput type=Text name=ralph range=1,100 validate=range required=No On Thu, Apr 24, 2008 at 8:33 AM, Web Exp [EMAIL PROTECTED] wrote: Hi... Can someone give me the regex pattern for checking if the user input is: Either a percentage value

Re: Store Locator - Exporting Importing data - best methods ???

2008-04-23 Thread Gerald Guido
But now the folks in Marketing want to export the data and then import it back into the database. That sounds dangerous. ;) I had a (somewhat) similar request a while back. Where a company wanted to generate sales reports from the DB. So instead of giving them data dumps, I used Access as a

SOT : Check boxes in coldext grid

2008-04-23 Thread Gerald Guido
I have a coldext grid that I am using to update bit fields and I was wondering if anyone had been able to incorporate check boxes. I have the select box working but I know what the powers that be will want check boxes. I have contacted the author, Justin Carter, about this and he pointed me toward

OT - PHP gets picked on too.

2008-04-11 Thread Gerald Guido
I get newsletters from phpclasses.org. I found todays op/ed to be rather interesting. It seems that CF is not alone when it comes to being treated like a step headed red child. http://www.phpclasses.org/blog/post/77-Google-App-Engine-needs-PHP-support.html An except: Unfortunately, some

Re: Portals/Portlets in ColdFusion?

2008-04-10 Thread Gerald Guido
Funny you should ask. I just ran into this today. I have not looked into it. I am just aware of it's existence. http://www.homeportals.net/ FarCry is another that is rather popular. http://www.farcrycms.org/ On Thu, Apr 10, 2008 at 12:25 PM, David Simcik [EMAIL PROTECTED] wrote: I noticed

Re: OT: domain registrar

2008-04-10 Thread Gerald Guido
my $.02 Domainmonger.com an bulkregister.com Have used them for years. I love Domainmonger. A bit pricey but worth it. G On Thu, Apr 10, 2008 at 6:14 PM, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Hi all, I'm looking for a good domain name registrar with: 1. a good control panel,

Re: ColdFusion Mailing list

2008-04-09 Thread Gerald Guido
http://emailcampaign.riaforge.org/ On Tue, Apr 8, 2008 at 10:41 PM, Steven Durette [EMAIL PROTECTED] wrote: All, I am in search of a prebuilt mailing list application. Here are the requirements. * Announce only type of emails (only one or two people can send to the list). * 400 or fewer

Re: cfgridupdate (append) data

2008-04-09 Thread Gerald Guido
If you are on CF 8 check this out: http://www.anujgakhar.com/2008/03/18/crud-with-cfgrid-html-format/ Ben Forta has a tute on his blog on using cfgrid to do crud on the fly. On Wed, Apr 9, 2008 at 2:38 PM, Ian Skinner [EMAIL PROTECTED] wrote: LSD 4Me wrote: Is this possible with

Re: CFCs - Rule of thumb when to use

2008-04-08 Thread Gerald Guido
@ Dominic with the bounty of joyous learning that awaits you Your not a geek. Nope, not at all. ;) @James Actually your first example is a perfect example for using a cfc. I have been in the same boat over the last year or so, Tying to apply OO principles to a 1400 page intranet that dates

Re: Controlling the font output in a cfdocument... created pdf

2008-04-08 Thread Gerald Guido
Ian, I have had formatting problems with cfdocument in the past. I remember reading somewhere that cfdocument has it's own html/css rendering engine, or something to that effect. You may want to try wrapping it with something else like a div or a span tag or maybe even (shudder) a font tag . hth

Re: CF 8 Crash ColdFusion 8 Application Server service terminated with service-specific error 2 (0x2).

2008-04-08 Thread Gerald Guido
I donno what the tango foxtrot that is. try this http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53225 or this

Re: Bug number Lookup

2008-04-07 Thread Gerald Guido
I have a Adobe Bug Number. How do I pull up the page that tells what it is? Google it. 9/10 times the solution to your problem(s) will be in the first few results. Or go here: http://www.adobe.com/support/coldfusion/ I am not aware of any place to look up error codes. Not like the way MS does

Re: Lucene (Was: SOUNDEX() in MSSQL)

2008-04-04 Thread Gerald Guido
Ray Camden has some stuff on his site. Search his site for Lucene. He has some code samples. look for the download links at the bottom of his posts http://www.coldfusionjedi.com/index.cfm/2007/9/30/ColdFusion-Lucene-Test I have got it up and running so it is do-able cflucene.org is MIA btw I

Re: Open Source RIA mail client needed

2008-04-04 Thread Gerald Guido
I don't know if this is what you a looking for but the Zimbra Open Source Edition is *very* nice. http://www.zimbra.com/community/downloads.html On Fri, Apr 4, 2008 at 10:23 AM, Bosky, Dave [EMAIL PROTECTED] wrote: I've been looking around for an open source RIA email client that includes

Re: Lucene (Was: SOUNDEX() in MSSQL)

2008-04-04 Thread Gerald Guido
James, MSSQL's full text search is very capable, flexible and can most probably do what what you are looking to do. It can also index documents using MS's indexing services. http://msdn2.microsoft.com/en-us/library/ms142571.aspx On Fri, Apr 4, 2008 at 10:47 AM, James Smith [EMAIL PROTECTED]

Re: Lucene (Was: SOUNDEX() in MSSQL)

2008-04-04 Thread Gerald Guido
have it parse your keywords automatically? IMHO Lucene is far more capable, although requires some custom Java programming and external indexing. Russ -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2008 2:26 PM To: CF-Talk Subject: Re

Re: Lucene (Was: SOUNDEX() in MSSQL)

2008-04-04 Thread Gerald Guido
been invaluable: http://lucene.apache.org/java/docs/mailinglists.html If you ask a lot of n00b questions though, expect to see responses such as Have you read Lucene in Action?, but generally people are very helpful. Russ -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED

OT - Database schema compare/sync tools for MSSQL

2008-04-03 Thread Gerald Guido
Does anyone know of a good tool that compares and/or syncs up Database schema's for two tables/DBs. I want to grab fresh data off of production and at the same time not have to manually update the schema for all the changes I made. SQLYog for MySQL has a great tool that will generate the SQL to

Re: autosuggest

2008-04-03 Thread Gerald Guido
Dominic, You Rule! G On Thu, Apr 3, 2008 at 11:02 AM, Dominic Watson [EMAIL PROTECTED] wrote: There is now a custom tag for an auto-suggesting cfinput with more than just enabling listed auto-suggests :) http://betterautosuggest.riaforge.org/ Dominic -- Blog it up:

Re: autosuggest

2008-04-03 Thread Gerald Guido
+1 for Dominic On Thu, Apr 3, 2008 at 12:00 PM, Dominic Watson [EMAIL PROTECTED] wrote: Here's the example.cfm that comes in the riaforge download: http://dev.dominicwatson.co.uk/autosuggest/example.cfm The first box has the following settings: custom:betterautosuggest name=fruit

Re: TOT - FireFox memory issues

2008-04-03 Thread Gerald Guido
Scott, I did some further research on this. In addition to that I found, that assigning the Memory Cache helped a lot too. I had done most of these but it was Memory Cache that seamed to do the trick for me.

Re: OT - Database schema compare/sync tools for MSSQL

2008-04-03 Thread Gerald Guido
Thank you for the help. G On Thu, Apr 3, 2008 at 12:01 PM, Brad Wood [EMAIL PROTECTED] wrote: Red Gate rocks the hizzy. It also has an API you can tap into. We had a previous SQL .net guy who wrote his own comparison tool using the Regdate API's. ~Brad -Original Message- From:

Re: Order by question

2008-04-03 Thread Gerald Guido
Are you storing the numbers as text or as a number in the database? If you are doing an order by and the numbers are being stored as text in the database the numbers will be sorted like words and not numbers. On Thu, Apr 3, 2008 at 5:15 PM, Paul Ihrig [EMAIL PROTECTED] wrote: it is not sorting

Re: Order by question

2008-04-03 Thread Gerald Guido
You can turn the result set into a list and then do a list sort and sort it alphabetically like so: ListSort(valuelist(get_PH.hier_num, ,), TextNoCase, ASC, ,) or this (will probably run faster) ListSort(valuelist(get_PH.hier_num, ,), Text, ASC, ,) And then loop over the list for your drop

Re: Order by question

2008-04-03 Thread Gerald Guido
Opps too many quotes on the Listsort function ListSort(valuelist(get_PH.hier_num, ,), TextNoCase, ASC, ,) On Thu, Apr 3, 2008 at 5:45 PM, Gerald Guido [EMAIL PROTECTED] wrote: You can turn the result set into a list and then do a list sort and sort it alphabetically like so: ListSort

Re: cfgrid is slow

2008-04-02 Thread Gerald Guido
You might want take a look under the hood, at the server requests, using firebug to see where the bottleneck is. G On Wed, Apr 2, 2008 at 9:44 AM, Chad Gray [EMAIL PROTECTED] wrote: I am experimenting with binding a cfc to a HTML cfgrid tag in CF8. It is only returning 13 records and it

TOT - FireFox memory issues

2008-04-02 Thread Gerald Guido
My problem is that Firefox will start out at 60-70 megs of ram but slowly creeps up to 500+ and slows down (and pegs the processor) often to the point of being unusable after 3-5 hours. I have to restart it at least once a day. I have forgotten to turn off FF over the weekend and have had it creep

Re: TOT - FireFox memory issues

2008-04-02 Thread Gerald Guido
Thanx On Wed, Apr 2, 2008 at 3:49 PM, Claude Schneegans [EMAIL PROTECTED] wrote: Does anyone have any suggestions? Sure: find some discussion forum about Firefox. Here in CF_talk, we talk about ColdFusion. -- ___ REUSE CODE! Use custom tags; See

Re: TOT - FireFox memory issues

2008-04-02 Thread Gerald Guido
@ Dan, One important note on FF. Just disabling a plug-in is not the same as uninstalling it. I've seen problems caused by disabled plug-ins. I have uninstalled everything but the aforementioned plugins. I did not have a lot on here to begin with, but as it got worse, I tried to get it down to

Re: TOT - FireFox memory issues

2008-04-02 Thread Gerald Guido
You know, that could be it. I have Gmail open most of the time while. Most of the JS on the intranet is just plain jane form validation. I do have Fire bug disabled on Gmail though. Thanx G On Wed, Apr 2, 2008 at 5:12 PM, Cutter (CFRelated) [EMAIL PROTECTED] wrote: Have you considered a

Re: ColdFusion Reseller Hosting

2008-04-02 Thread Gerald Guido
Given the history of debates on the subject of hosting I will not make any endorsements and/or recommendations. I know that Sozohosting has a resellers plan. They use H-sphere which is a personal favorite of mine. My experience with Sozohosting has been very favorable. Support has been speedy

Re: eclipse tutorials

2008-03-31 Thread Gerald Guido
Nathan Strutz has a bunch of stuff on his site. Some is a bit dated but still pertinent. http://www.dopefly.com/projects/cfeclipse.cfm http://www.dopefly.com/techblog/?bycategory=5 On Mon, Mar 31, 2008 at 6:44 AM, Scott Raley -ITC [EMAIL PROTECTED] wrote: using -Original Message-

Re: Eclipse vs MyEclipse

2008-03-31 Thread Gerald Guido
You can get all of these plugins (I think) with out having to install them one at a time by using Pulse. Except for XML buddy (I think). http://www.poweredbypulse.com/ Basically you can make custom eclipse builds and Pulse manages all the dependencies for you. Including a couple CFEclipse builds

Re: inefficient query

2008-03-31 Thread Gerald Guido
First thing I would do is get rid of the get all the SELECT *. product.*, product_description.*, product_options.*, This will save you three trips to the database. A quick way to grab the fields of a table with out typing them is Run a Select * FROM YourTable And dump the list of Columns using

Re: Eclipse vs MyEclipse

2008-03-31 Thread Gerald Guido
31, 2008 at 9:25 AM, Gerald Guido [EMAIL PROTECTED] wrote: You can get all of these plugins (I think) with out having to install them one at a time by using Pulse. Except for XML buddy (I think). http://www.poweredbypulse.com/ Basically you can make custom eclipse builds and Pulse

Re: Live Chat

2008-03-31 Thread Gerald Guido
http://cfopenchat.riaforge.org/ On Mon, Mar 31, 2008 at 2:49 PM, Rick Sanders [EMAIL PROTECTED] wrote: Hello helpful people! I'm just wondering if there's a chat module anywhere that's been built already? Thanks, Rick

Re: inefficient query

2008-03-31 Thread Gerald Guido
but am now using sql manager 2005 lite which does not seem to be able to do it. EMS sql manager 2005 lite? Excellent tool. Here, try this. Even faster way to write a select query. Open up a new editor window and drag/drop a table into the editor window. Poof. There is your select query. J

Re: Windows CF8 VPS?

2008-03-31 Thread Gerald Guido
What about Amazon? They finally have static IPs, I saw that too. Amazon EC2 is starting to look like a viable alternative to VPS's and dedicated servers. If you are comfortable with Linux that is. Managing a Windows server is one thing. Linux? TThat is a whole nother ball of wax. And on top of

Re: ColdFusion 4.0 and Image Manipulation

2008-03-27 Thread Gerald Guido
I know that the old version of CFX_image worked 5. Donno if it will work on 4. Might want to try. I might have the old (pre MX) version lying around. G On Thu, Mar 27, 2008 at 3:03 AM, Gerald Deloff [EMAIL PROTECTED] wrote: Is there even a way to manipulate images in ColdFusion 4.0?

Re: Credit card processing

2008-03-27 Thread Gerald Guido
Las time I looked at the paypal stuff, 2+ years ago, they seemed to want to make it as difficult as possible for CF integration. You have to use/install some Java stuff. Pretty much making it impossible to do on shared hosting. You might want to look at Google check out. They are pretty good at

Re: IIS webservice to create Web Sites

2008-03-27 Thread Gerald Guido
I set up system that created IIS web sites on the fly using Plesk a couple years back. Plesk has an API, a series of exe files, that you talk to using cfexecute. You can do it using COM as well. I ran into a web hosting package, Bankoi webhost panel, written in asp that used COM objects to talk

Re: Credit card processing

2008-03-27 Thread Gerald Guido
Oh yeah, I have used Skipjack before too. It uses a form post to process the transaction. It was pretty easy. I agree with Mary Jo, Authorize.Net is by far the easiest I have used. There is a custom tag for Authorize.Net that has been around for ages. On Wed, Mar 26, 2008 at 12:47 PM, Brian

Re: Weird

2008-03-27 Thread Gerald Guido
It's a CGI var, which means it will exist on some servers and not others. It throws an error on apache 2.x and returns C:\WINNT\TEMP on IIS On Thu, Mar 27, 2008 at 12:23 PM, Raymond Camden [EMAIL PROTECTED] wrote: It's a CGI var, which means it will exist on some servers and not others.

Re: How to unGZip very large archives via CF?

2008-03-27 Thread Gerald Guido
programs like WinZip can be run from the command line. Just like the old days using PkZip. I know that RAR (WinRAR) is accessible from the command line. http://www.rarlab.com/shoprarlab.php If you don't want to spend the money you can probably find a slew of FOSS compression apps @

Re: Windows CF8 VPS?

2008-03-27 Thread Gerald Guido
From what I have read here and other places hosting is a crap shoot. Nobody is ever !00% happy. Evar. I have many dedicated servers over the years. I have had good experiences with Value web: http://www.valueweb.com/index.htm And Cari.net. http://cari.net/ Except for one Linux fan boy that

Re: BlueDragon AMI

2008-03-25 Thread Gerald Guido
I have. About six months ago so my memory is a little hazy. I ended up opting not to go with EC2 because of them not being able to guarantee that I would be able to keep the same IP. Adam Howitt did a presentation on it.

Re: BlueDragon AMI

2008-03-25 Thread Gerald Guido
You might want to look at right scale. They make the process as painless as possible for setting up VM instances. http://www.rightscale.com/m/ http://blog.synthasite.com/2007/08/14/scaling-on-amazon-with-rightscale/ There is a FF plugin for it as well (of course there is).

Re: Music previewing

2008-03-25 Thread Gerald Guido
I have used Wimpy. It is $30 and worth every penny. It has an API and all that. Very powerful and flexible. It might be able to do what you want. I donno. I haven't messed with it for over a year. http://www.wimpyplayer.com/ On Tue, Mar 25, 2008 at 2:08 PM, Bobby Hartsfield [EMAIL PROTECTED]

Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Gerald Guido
Extract everything from the opening body tag for your pages and make a common include file. On Tue, Mar 25, 2008 at 5:04 PM, Gerald Weir [EMAIL PROTECTED] wrote: Hello, I'm working on a project to change the web analysis tags on our CF8 site. Currently we use onrequestend.cfm to tell the

Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Gerald Guido
Actually there *IS* a way to do this. It is pretty sneaky. Not my idea. I got it from Raymond Camden's Blog. http://www.coldfusionjedi.com/index.cfm/2008/1/26/Ask-a-Jedi-CFIMPORT-Applicationcfc-and-custom-tags Create a folder under a mapped path COM called tagLib Create a file under it called

Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Gerald Guido
Wait... That will not work. Never mind. Sorry. I didn't think it all the way through. On Tue, Mar 25, 2008 at 5:43 PM, Gerald Guido [EMAIL PROTECTED] wrote: Actually there *IS* a way to do this. It is pretty sneaky. Not my idea. I got it from Raymond Camden's Blog. http

Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Gerald Guido
'/body/cfif On Tue, Mar 25, 2008 at 5:46 PM, Gerald Guido [EMAIL PROTECTED] wrote: Wait... That will not work. Never mind. Sorry. I didn't think it all the way through. ~| Adobe® ColdFusion® 8 software 8 is the most

Re: cfgridupdate doesn't work when I edit more than one Cell!

2008-03-24 Thread Gerald Guido
I have not used CF grid since 61 (java version). It was a bit dodgey back then, I could not get it to update with a client on a Mac. If you are on CF 8 check this out: http://www.anujgakhar.com/2008/03/18/crud-with-cfgrid-html-format/ Ben Forta has a tute on his blog on using cfgrid to do crud

Re: CFScript compedium

2008-03-24 Thread Gerald Guido
not suggesting this is a best practice by any means... was just me trying to jump into cfscript with both feet. calendar sample and code are at http://charlie.griefer.com/code/cf/cfscript_calendar.cfm. this Huh, that looks a lot like PHP. Charlie points out reason # 432 why I use CF. Write

Re: New To CF

2008-03-22 Thread Gerald Guido
Everything that William said and a few other items. The adobe site has a quick start guide: http://www.adobe.com/devnet/coldfusion/?navID=gettingstarted The developer center is a good place to start as well http://www.adobe.com/devnet/coldfusion/ An editor geared for CF is a good thing to have.

Re: Coldfusion 8 on Leopard - all of a sudden stopped working

2008-03-22 Thread Gerald Guido
Apple just issued a massive security update including patch for Apache. http://docs.info.apple.com/article.html?artnum=307562 I could be wrong (I often am) but the patch prolly hosed CF. On windows there is a util called Web Server Configuration Tool in the CF server menu. This might fix the

Totally OT - Joel On Software - Browsers, Standards and Compatibility

2008-03-21 Thread Gerald Guido
This is a good read on browser compatibility issues, standards and the like. http://www.joelonsoftware.com/items/2008/03/17.html If you have ever wrestled with getting designs to work cross browser you will be able to appreciate the article. -- I am always doing that which I can not do, in

Re: Glassfish

2008-03-21 Thread Gerald Guido
I did for weekend. Mostly to try out JRuby. It is Sun's J2ee server. It is very nice. Very slick interface. I have heard a lot of good things about it as well. I am pretty sure it is based on TomCat (I use TomCat to run CF j2ee) so CF should run on it no problem, as should BD. G On Fri, Mar 21,

Re: Glassfish

2008-03-21 Thread Gerald Guido
As an after thought... You might want to just download NetBeans 6.0. When I tried it out Glassfish came bundled with NetBeans. NetBeans is an awesome IDE and is worth checking out (if anything) for its RoR/Jruby support. G On Fri, Mar 21, 2008 at 1:38 PM, Adam Haskell [EMAIL PROTECTED] wrote:

Re: Baffling Error

2008-03-21 Thread Gerald Guido
This might be the culprit. http://weblog.infoworld.com/securityadviser/archives/2008/03/organized_crimi.html?source=NLC-DAILYcgd=2008-03-21 On Thu, Mar 20, 2008 at 11:38 AM, Mark Leder [EMAIL PROTECTED] wrote: Hi, I've been going through my error logs on CF8/IIS6, and repeatedly come up

Re: Visual Ajax IDE?

2008-03-20 Thread Gerald Guido
Aptana = Aptana + 1 ;o) Aptana++ ? Gawd, I love that thing. I am messing with writing an Air app and Aptana knows that dialect of js. And the AIR plugin compiles my AIR app for me. Amazing. On Thu, Mar 20, 2008 at 2:26 PM, Sonny Savage [EMAIL PROTECTED] wrote: Aptana += 1; On Thu, Mar

Re: Visual Ajax IDE?

2008-03-20 Thread Gerald Guido
It still suffers from the same stuff that Eclipse itself does, namely it's a memory hog, and it lags on my system I hear that. Between FF's memory (leak) issues, Running CF 8 and SQL Server locally and a *loaded* version of Eclipse, and Outlook, Apache etc. My box hovers @ ~1.3 - 1.6 gigs of

Re: Baffling Error

2008-03-20 Thread Gerald Guido
Those are all most likely SQL injection or cross site scripting attack attempts. There is really nothing you can do to stop them. Just make sure all URL data is sanitized before using etc. That is very interesting. Have you run into these a lot? What do these look like? Should ones web server

Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Gerald Guido
There *are* WYSIWYG but the are more of the Java based Enterprise variety suits like wavemaker http://www.wavemaker.com/products/ I have not seen any for the libraries you mentioned. On Thu, Mar 20, 2008 at 3:55 PM, Claude Schneegans [EMAIL PROTECTED] wrote: Is there any *WYSIWYG* editor for

Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Gerald Guido
The only problem with Aptana is some are out-of-date; Yeah, that is a pain. But at the same time these Libraries are maturing rapidly. According to their message center thingy, they are going to updating the libraries with the next release cycle. The Aptana Studio release should contain updates

Re: XML Node Traversal

2008-03-19 Thread Gerald Guido
cfdump is the answer to *everything*. Well, that and 42. On Wed, Mar 19, 2008 at 12:44 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Mar 2008, Charlie Griefer wrote: cfdump var=#parsedXML# cfdump is almost always the answer to parsing XML :-) -- Tom Chiverton Helping to

Re: Visual Ajax IDE?

2008-03-19 Thread Gerald Guido
Ditto on Aptana. It is not visual per se. But definitely levels out the learning curve significantly. Especially with JS/AJAX libraries. To give you an idea how insanely powerful Aptana/Eclipse is: http://www.aptana.tv/movies/aptana_dynamic_help/dynamicHelp.html

Re: mysql: error on rename of...

2008-03-18 Thread Gerald Guido
Just a guess... you might have to delete the FK first. I ran into that sort of error message before with FK's... G On Tue, Mar 18, 2008 at 9:55 AM, Richard White [EMAIL PROTECTED] wrote: Hi, i have a table that has a column referencing another table. it makes sense that if i try to delete the

Re: mysql: error on rename of...

2008-03-18 Thread Gerald Guido
cfdbinfo type=columns table=yourtable datasource=yourDSN name=dbdata cfquery name=getfk dbtype=query SELECT REFERENCED_PRIMARYKEY, REFERENCED_PRIMARYKEY_TABLE FROM dbdata WHERE IS_FOREIGNKEY = 'YES' /cfquery cfdump var=dbdata cfdump var=getfk On Tue, Mar 18, 2008 at

Re: mysql: error on rename of...

2008-03-18 Thread Gerald Guido
I am not sure what you are asking. I usually use a GUI to tease out that sort of info. Toad for Mysql is free (windows) has a feature that lists all the Constraints for a table in one view. If you are not on windows Navicat eval has a Mac an Linux version. Haven't used it but others here speak

Re: mysql: error on rename of...

2008-03-18 Thread Gerald Guido
The following will give you a jump start. This will tell you all the - FK's for a database ( 'yourdatabase') - the referenced table - referenced collumn name - and the constraint name For Mysql 5.x SELECT `COLUMNS`.TABLE_SCHEMA, `KEY_COLUMN_USAGE`.REFERENCED_TABLE_NAME,

Re: first time mySQL - couple of quick questions

2008-03-17 Thread Gerald Guido
Mike, A lot of this was covered last week on this thread. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:55566 It should answer youer questions and then some. G On Mon, Mar 17, 2008 at 4:53 PM, Mike Little [EMAIL PROTECTED] wrote: hi guys, my client does not wish to pay

Re: Bluedragon = open source

2008-03-17 Thread Gerald Guido
Thanx Adam. Jboss is a bit daunting at first. I am so used to Tomcat. Everything seems to be popping up BD these days. We are all very excited about this at our shop. We have using MM/Adobe CF for years and are taking a *very* serious look at BD. We really want to move towards a Java platform.

Re: DB choice for small Intranet site

2008-03-16 Thread Gerald Guido
The first thing that popped in my head was MySQL. Samll, light weight and faast. I have been using it on production sites (CF and PHP) since v 3.x and only had 2 beefs with it. I had couple table corruption errors a few years back which repair fixed nicely. The other was not being able to

Re: DB choice for small Intranet site

2008-03-16 Thread Gerald Guido
I remember looking at Oracle XE(?) a year or so ago. Doesn't it suck up a couple of hundred megs of ram? Or was that something else? I don't remember which version I tried out but I *do* remember it was using some ungodly amount of ram. G On Sun, Mar 16, 2008 at 11:42 AM, Aaron Rouse [EMAIL

Re: DB choice for small Intranet site

2008-03-16 Thread Gerald Guido
Never having dug into them I can't compare it to mySQL I have. Well... some. For basic SQL MySQL rocks and will meet the needs of 99% of the needs of most SMB's. But if you want to get into more nontrivial stuff MSSQL will be a better bet IMHO. My experience with (some) FOSS packages is that

Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
We have a live site that uses cfform and the js is not being generated AT ALL. Any Idea on how to get it to work. pls no lectures on cf form. The site was done in 2.5 days. We just need it work work. Many thanx G -- I am always doing that which I can not do, in order that I may learn how to

Re: Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
Never mind... major freak out 9 hours sleep in 3 days... On Thu, Mar 13, 2008 at 1:46 PM, Gerald Guido [EMAIL PROTECTED] wrote: We have a live site that uses cfform and the js is not being generated AT ALL. Any Idea on how to get it to work. pls no lectures on cf form. The site was done

Re: Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
Rules. On Thu, Mar 13, 2008 at 1:48 PM, Ian Skinner [EMAIL PROTECTED] wrote: Gerald Guido wrote: We have a live site that uses cfform and the js is not being generated AT ALL. Any Idea on how to get it to work. pls no lectures on cf form. The site was done in 2.5 days. We just

Closing a Session

2008-03-12 Thread Gerald Guido
Esteemed CFers, We have a survey and wee need to close out the session when the browser closes and when the surveu is complete. I can't remember how to do this. We are using urltoken on all the forms and cflocations so we can turn off cookies if need be. A sub dropped the ball and and we need

Re: Is there a way to find a CFcookie's age?

2008-03-11 Thread Gerald Guido
If you enable client variables there is a time created variable. timecreated={ts '2008-03-10 18:33:03'} On Tue, Mar 11, 2008 at 7:24 PM, Don L [EMAIL PROTECTED] wrote: I've being using CFCOOKIE for years, and yet just find out I need to know a cfcookie's age like how many days since the

Re: OT: SQL Server Accessing Excel file.

2008-03-10 Thread Gerald Guido
Is there any way you can copy the file and use the copy? That was my first thought. On Mon, Mar 10, 2008 at 8:29 AM, DURETTE, STEVEN J (ATTASIAIT) [EMAIL PROTECTED] wrote: Hi all, Sorry for the off topic, but this has been a real pain in my behind. We have a process were our SQL server

Re: Bluedragon = open source

2008-03-10 Thread Gerald Guido
I am pumped. One thing I did notice was it was the J2EE version. Which, if I understand correctly, is the version that is deployed on a Java App server like TomCat or JBoss and not a regular web server like Apache or IIS. Which is all fine with me in that is the direction I am heading anyways.

Re: Bluedragon = open source

2008-03-10 Thread Gerald Guido
Is that even possible with CF? I mean yea you can encrypt your code, but it's that fairly easily decrypted? but it's that fairly easily decrypted? Very easy. IIRC you can do it with a CFX tag. Is that even possible with CF? Yes. As of v. 7 you could turn CFML into compiled Java bytecode.

Re: Bluedragon = open source

2008-03-10 Thread Gerald Guido
Very easy. IIRC you can do it with a CFX tag. Let me clarify: Very easy for pre v. 7 On Mon, Mar 10, 2008 at 10:09 PM, Gerald Guido [EMAIL PROTECTED] wrote: -- I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

Re: Application UI's

2008-03-07 Thread Gerald Guido
I just ran into this this morning. Very nice icon sets. http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/ On Thu, Mar 6, 2008 at 4:25 PM, Mike Little [EMAIL PROTECTED] wrote: hi guys, just about to start a business to business web application for a client.

Re: Hosting Problems

2008-03-07 Thread Gerald Guido
With all the problems ppl are having with hosting companies here I would venture to say that many would be better off slapping Centos Linux on an commodity desktop (w/a gaming MB that supports RAID), compiling and installing ISP Config http://www.ispconfig.org/downloads.htm and Webmin

Re: Hosting Problems

2008-03-07 Thread Gerald Guido
Gerald's assertion that anyone in shared hosting would be better off building their own server. Come again? I said what? On Fri, Mar 7, 2008 at 1:34 PM, Mike Kear [EMAIL PROTECTED] wrote: You make too many assumptions, Richard. I inherited a site that was developed already. I have the job

Re: Hosting Problems

2008-03-07 Thread Gerald Guido
Mike, I think you may have mistaken me for the Straw Man. Regards, Gerald -- I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Hosting Problems

2008-03-07 Thread Gerald Guido
http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 3/8/08, Gerald Guido [EMAIL PROTECTED] wrote: Mike, I think you may have mistaken me for the Straw Man. Regards, Gerald -- I am always doing that which I can not do, in order that I may learn how

Re: Application UI's

2008-03-06 Thread Gerald Guido
Eye candy of the highest order. Some of these sites are simply gorgeous: http://cssvault.com/ Some Open source web designs (See familiar designs?) http://www.oswd.org http://www.opendesigns.org/view-designs/ On Thu, Mar 6, 2008 at 4:25 PM, Mike Little [EMAIL PROTECTED] wrote: hi guys,

Re: Find/Replace for Eclipse

2008-03-05 Thread Gerald Guido
Quite honestly... Use CF Studio. I use Find/Replace on CFS all the time. It makes shotgun surgery almost tolerable. I never liked any of the Find/Replace tools on Eclipse very much. -- As an adolescent I aspired to lasting fame, I craved factual certainty, and I thirsted for a meaningful vision

Re: Find/Replace for Eclipse

2008-03-05 Thread Gerald Guido
exactly is wrong with Eclipse's search? I've never had any issues with it. Additionally, the new version of Aptana has multiline search. Russ -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 9:39 AM To: CF-Talk Subject: Re: Find

Re: Coping a directory

2008-03-05 Thread Gerald Guido
I do not understand what you are asking. You can copy dir's using this. http://cflib.org/udf.cfm?ID=1251 On Wed, Mar 5, 2008 at 10:45 AM, sarah smith [EMAIL PROTECTED] wrote: I'm attempting to copy a microsoft publisher directory which will automatically create the webpage. Within the

Re: Find/Replace for Eclipse

2008-03-05 Thread Gerald Guido
I'm currently using eclipse 3.4 and it does exactly what you are requesting. Excellent. Is 3.4 a production release? I know this is OT but what is best way to upgrade to 3.4? Update manager? I have my install tweaked to the gills and the prospect of a reinstall makes me hesitant... given how

CFC Best practices question

2008-03-05 Thread Gerald Guido
If I have an object loaded in the Application scope and want to use it in another object/component ,should I pass it in as a variable or should I call it directly from the Application scope. Assume that the object will always be loaded in memory. TIA G -- As an adolescent I aspired to lasting

Re: CFC Best practices question

2008-03-05 Thread Gerald Guido
Also don't forget to var your variables. Why is it that when you ask a CFC question people assume that you aren't scoping your variables? On Wed, Mar 5, 2008 at 5:01 PM, Russ [EMAIL PROTECTED] wrote: Also don't forget to var your variables. Bad things happen when you don't var variables

Re: CFC Best practices question

2008-03-05 Thread Gerald Guido
(in the init function) in the variables scope so it can be avalible to multiple functions. Does that sound right... make sense? Thanx G On Wed, Mar 5, 2008 at 5:07 PM, Matt Williams [EMAIL PROTECTED] wrote: On Wed, Mar 5, 2008 at 3:43 PM, Gerald Guido [EMAIL PROTECTED] wrote: If I have an object

Re: CFC Best practices question

2008-03-05 Thread Gerald Guido
Yep... that light bulb just went off. thanx. On Wed, Mar 5, 2008 at 5:29 PM, Charlie Griefer [EMAIL PROTECTED] wrote: I think you're starting to see where ColdSpring (or Lightwire) might come in handy :) On Wed, Mar 5, 2008 at 2:24 PM, Gerald Guido [EMAIL PROTECTED] wrote: I have seen

Re: Find/Replace for Eclipse

2008-03-05 Thread Gerald Guido
releases in July, so the answer is no, 3.4 won't be production until July. On Wed, Mar 5, 2008 at 2:48 PM, Gerald Guido [EMAIL PROTECTED] wrote: I'm currently using eclipse 3.4 and it does exactly what you are requesting. Excellent. Is 3.4 a production release? I know

<    5   6   7   8   9   10   11   >