Re: javascript debugger for ie

2009-02-03 Thread Gerald Guido
switcher add on for firefox? this way you can sort of be testing in IE, yet have firebug available? https://addons.mozilla.org/en-US/firefox/addon/59 -- Gerald Guido http://www.myinternetisbroken.com To invent, you need a good imagination and a pile of junk. -- Thomas A. Edison

Re: Measuring the pixel length of a piece fo text.

2009-02-01 Thread Gerald Guido
I needed to do something kinda like that with a form field, where some text needed to be right aligned with the right end of a text field (hundreds of instances). I was able to tease out the length of the form fields with JavaScript and use that measurement to the text. I am not sure that will do

Re: Easy Form

2009-01-30 Thread Gerald Guido
What version of CF are you running? If you are on a recent version of CF can do all the validation (including a CAPTCHA on CF 8) Client side using CF form. You can go here to learn what tags and functions to use: http://examples.adobe.com/cf8gettingstarted/experience/index_content.cfm But

Re: Why is debugging info showing up in my ajax response?

2009-01-30 Thread Gerald Guido
.2) What do you see when you hit the Ajax URL in your browser? From the Net panel in the firebug interface you can right click and it will give you an option navigate to the page (Open in new tab) . Very handy. HTH G On Fri, Jan 30, 2009 at 11:18 AM, Brad Wood b...@bradwood.com wrote: 1) Do

Re: cfloop newletter - need to add send counts

2009-01-30 Thread Gerald Guido
Not sure exactly what you are asking where are you looking to store this or do with it? In any event it sounds like an array may come in handy. On Thu, Jan 29, 2009 at 5:24 PM, cfcom cf...@aceligent.com wrote: cfloop list=#recipients# index=recipient I loop over a list of email

Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
1) QUIT YELLING at us. I understand your frustration. But remember... We are volunteering our time to help. It's not our fault your shite doesn't work. 2) If you run into problems with CFEclipe go to the CFEclipe mailing list and ask them http://groups.google.com/group/cfeclipse-users?hl=en

Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
While you are at it You should grab Aptana as well. It has much better JS/CSS/HTML support than CFE. Snag the plugin version and install it along with CFE. http://www.aptana.com/studio/download -- Gerald Guido http://www.myinternetisbroken.com To invent, you need a good imagination and a pile

Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
I just found this on the CFE mailing list. Great resource for getting started with CFE: http://www.ibm.com/developerworks/opensource/library/os-eclipse-cfeclipse/index.html G! On Tue, Jan 27, 2009 at 9:08 AM, Gerald Guido gerald.gu...@gmail.comwrote: While you are at it You should grab Aptana

Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
If you're having problems, I would strongly suggest it's to do with you and your specific situation, not Dreamweaver, otherwise a great many more people would be having problems. One thing I would possibly look into is doing a system restore and roll back to a previous system state. I know that

Re: Printing out a List of all my servers data sources

2009-01-26 Thread Gerald Guido
QD cfset conn = createObject(java,coldfusion.server.ServiceFactory) !--- Create a List to loop over --- cfset dbList = listSort(structKeyList(conn.DataSourceService.getDatasources()),textnocase) cfoutput cfloop list=#dbList# index=dsnName #dsnName# br / /cfloop /cfoutput

Re: Flat File as a Database?

2009-01-25 Thread Gerald Guido
I know you can define a text file (csv, txt) as an ODBC database. I have played with it a bit trying to import some stuff from a text document but nothing past doing a simple select statement. You can define delimiters and all that. G! On Sun, Jan 25, 2009 at 12:51 PM, Bob Wright

Re: Adobe Bolt anyone?

2009-01-25 Thread Gerald Guido
Unbelievable. God forbid anyone get even the tiniest glimpse of the tools that they use to make their living. For the love of what ever you believe in, who here has read the terms of a prerelease or any other click here to accept license? God forbid that the stewards of CF squander any more of its

Re: cf server for education

2009-01-23 Thread Gerald Guido
Here is the DL page. It has the terms of usage there: https://freeriatools.adobe.com/coldfusion/ On Fri, Jan 23, 2009 at 2:42 AM, John Barrett barrjo...@yahoo.com wrote: Hi, I don't know where the best place to ask this on cf talk, so I try here. Has anybody used the free education server

Re: Adobe Bolt anyone?

2009-01-23 Thread Gerald Guido
Nope I signed up bleams ago. The more I use Eclipse, Aptana and NetBeans the more I anticipate Bolt. From what I have read (and speculate based on using the above tools) I see bolt as an answer to my personal IDE wish list. I also see the potential for the ORM auto-configuration and code

Re: Adobe Bolt anyone?

2009-01-23 Thread Gerald Guido
Poison dart flies in the window to Eric's house striking him in the nec Don't laugh... I violated the NDA *once*... I told my GF during pillow talk that I was an alpha tester for ** (by accident, I swear) and the next thing I saw was Adam Lehman pointing a fully loaded version of CS4 at me

Re: Railo Hosting or a very basic VPS to install it on

2009-01-20 Thread Gerald Guido
http://www.kickassvps.com I have been running on Railo for about maybe 4-5 months. No complaints. none. G! On Tue, Jan 20, 2009 at 11:16 AM, Adrian Lynch cont...@adrianlynch.co.ukwrote: I'm looking to reduce costs by getting a basic VPS package and installing Railo, Apache, Tomcat/Resin and

Re: Railo Hosting or a very basic VPS to install it on

2009-01-20 Thread Gerald Guido
, Rick Faircloth r...@whitestonemedia.comwrote: Been with http://www.kickassvps.com since July without 1 single problem! And no downtown. Good VPS package with CF8. I installed MySQL. Rick -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Tuesday

Re: Slow CF8 Startup Times

2009-01-14 Thread Gerald Guido
I was going to say.. CF 8 takes a lot of time compared to 6 and 7. My start up times range from 20-30 seconds on a lite install with nothing but 6 or 8 DSN's on my dev box to ~ a minute on my new(er) laptop. If this is a duel processor quad core box there is something seriously amiss. Did you try

Re: Calling functions with cfoutput

2009-01-14 Thread Gerald Guido
Is it getting rendered out side the cfform? On Wed, Jan 14, 2009 at 12:16 PM, Damayanti Gupta dgu...@archemix.comwrote: I have a cfform. From this I call a function, which has cfoutput tags to output text. However this text is not getting printed to the form. Is this expected? Is there a way

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Gerald Guido
I have used ABC PDF with great success. It is either ASP or .NET. http://www.websupergoo.com/abcpdf-1.htm G On Wed, Jan 14, 2009 at 10:04 AM, Phill B philthylab...@gmail.com wrote: ActivePDF just started flaking out on me. Some times it will work and other times it wont. I tried cfdocument

Re: Updated Adobe Article

2009-01-13 Thread Gerald Guido
Just a quick link. Not sure if this is what you are looking for but it might be. http://www.acidlabs.org/library/The_ACME_Guide_3rd_Edition.pdf HTH G! On Tue, Jan 13, 2009 at 11:53 AM, Ian Skinner h...@ilsweb.com wrote: Installing and Configuring ColdFusion MX 6.1 Multiple Instances with

Re: Javascript compatibility question

2009-01-13 Thread Gerald Guido
Paste the whole page/code in question on pastebin so we can see the whole thing http://pastebin.com/ On Tue, Jan 13, 2009 at 12:51 PM, Scott Stewart saste...@email.unc.eduwrote: I don't think so, this works in FF, you'd think it would balk at that.. but I'll check again. Charlie Griefer

Re: Updated Adobe Article

2009-01-13 Thread Gerald Guido
I never messed with it on Solaris but I have done something similar on Centos using Apache and TomCat using modJK. I used the J2EE type set up though. I have the conf files somewhere if you are interested. G! On Tue, Jan 13, 2009 at 12:39 PM, Ian Skinner h...@ilsweb.com wrote: Gerald Guido

Re: Is it possible to use a CF variable in jQuery?

2009-01-12 Thread Gerald Guido
is it a good idea to mix coldfusion markup and javascript? Try doing it with PHP or mixing and escaping it with another C-ish/ECMA type language... say cfscript. The goggles... they do NOTHING G! On Mon, Jan 12, 2009 at 5:41 PM, Tony Bentley t...@tonybentley.com wrote: The question

Re: cferror question

2009-01-07 Thread Gerald Guido
IIRC HTTPReferer is a CGI variable as in CGI.HTTPReferer check the docs on what vars error returns. G! On Wed, Jan 7, 2009 at 2:49 PM, John P phasereve...@gmail.com wrote: I'm setting up a cferror template that collects the following info. INSERT INTO Errors(HTTPReferrer, Diags, Query,

Re: Anybody out there comtemplating or currently building their own blog?

2009-01-07 Thread Gerald Guido
Yeah... What Charllie said. The guts of Blog CFC are... well... CFC's. So there is a good separation of functionality and design, So all you *might* have to have to modify are the views (if anything at all). Most of Ray's views are laid out with div tags (I am going from a 2 year old memory here)

Re: Best performace/practice for storing temp data

2009-01-05 Thread Gerald Guido
You can use the session scope. You can copy the form vars to the session scope using structappend like so: cfset structappend(session, form, true) Or create another struct and store that in the session scope. cfset StrctNew() = session.myvars cfset structappend(session.myvars, form, true) Or

Re: [SOT] avg hourly rate for mid and adv cf programmer

2009-01-04 Thread Gerald Guido
Most of the independents that I know get between $40 to $130/hr. Those numbers vary by the nature of the work and overhead. Basically if the client gives you a predefined scope of work, i.e sub contracting for another shop (B2B), where you don't have to deal directly with the client, the rates

Re: Firebird or SQLite

2008-12-15 Thread Gerald Guido
If easy to admin is a priority I would say MySQL. Derby is another popular option but I haven't seen any admin tools that really come close to the ones I have seen for MySQL. I have not looked in a while though. G! On Mon, Dec 15, 2008 at 4:55 PM, cfcom cf...@aceligent.com wrote: We have a

Re: Firebird or SQLite

2008-12-15 Thread Gerald Guido
Do you see any need to put an app like sqlmaestro on top of it to control admin? If I understand your question... Not unless you are handy with the command line and memorizing SQL dialects. Thanx for the link to AnySQL Maestro BTW. That looks very handy, G! On Mon, Dec 15, 2008 at 5:41 PM,

Re: Adobe's CF IDE, Bolt

2008-12-10 Thread Gerald Guido
Most of the time (for me) that is remedied by increasing the ram Eclipse uses. I think it defaults to 256m try jacking it up to 384 or 512m in the eclipse.ini If you load up on plugins and/or have a bunch of perspectives open it can eat up an ungodly amount of ram. I restart it every few days if

Re: Dreamweaver question

2008-12-10 Thread Gerald Guido
You can try using FF portable to get a clean (and disposable) version of FF http://portableapps.com/apps/internet/firefox_portable I know.. it is a hack but it may work. G On Wed, Dec 10, 2008 at 11:24 AM, Duane Boudreau [EMAIL PROTECTED] wrote: Two different browsers (IE and Firefox) - get

Re: What IDEs are folks using?

2008-12-09 Thread Gerald Guido
. I assume that is just a setting issue but not been motivated enough to go digging through all of its settings to figure it out plus it does not happen when in script blocks so only annoying when writing tags. On Mon, Dec 8, 2008 at 6:28 PM, Gerald Guido [EMAIL PROTECTED] wrote: When I

Re: What IDEs are folks using?

2008-12-09 Thread Gerald Guido
Yup, Vista 64-bit Ditto, on my personal laptop. Works fine. On Tue, Dec 9, 2008 at 9:47 AM, Paul Giesenhagen [EMAIL PROTECTED]wrote: Yup, Vista 64-bit -- Gerald Guido http://www.myinternetisbroken.com Nobody realizes that some people expend tremendous energy merely to be normal

Re: What IDEs are folks using?

2008-12-09 Thread Gerald Guido
=ISR_j_bXtIY#t=5m45s -- Gerald Guido http://www.myinternetisbroken.com Nobody realizes that some people expend tremendous energy merely to be normal. --Albert Camus ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: What IDEs are folks using?

2008-12-09 Thread Gerald Guido
Never mind Here is how. http://mashable.com/2008/10/30/youtube-deep-link-playback/ On Tue, Dec 9, 2008 at 10:24 AM, Gerald Guido [EMAIL PROTECTED]wrote: Here's the link directly to that segment using YouTube's new timestamp link: How did you do that? G! On Tue, Dec 9, 2008 at 10:00 AM

Re: Use Wordpress or BlogCFC?

2008-12-08 Thread Gerald Guido
Wilson/Stroz '12 just lost my vote! cfoutput Why do you hate #strYourCountry#? Every time you use #strOtherLanguage# you let the #strYourCountriesEnemy# win!!! /cfoutput G! On Mon, Dec 8, 2008 at 10:48 AM, J.J. Merrick [EMAIL PROTECTED]wrote: Wilson/Stroz '12 just lost my vote!

Re: What IDEs are folks using?

2008-12-08 Thread Gerald Guido
When I am not producing raw Java bytecode by rubbing 2 sticks of ram together I like to use notepad err I mean CFEclipse/Aptana. I am REALLY digging DW CS4... it is offering CF debugging info and some mind numbing real time live code action... It is like Firebug - The Movie. G!!! On Mon, Dec

Re: Use Wordpress or BlogCFC?

2008-12-05 Thread Gerald Guido
+1 for BlogCFC Like Dan said it doesn't take long at all to get it up and running. There is one config file that you need to modify and you are off and running. It is pretty easy to skin. A lot of folks (myself included.. sh!!) snag a skin off of one of the Open Source template sites like

Re: Adobe's CF IDE, Bolt

2008-12-05 Thread Gerald Guido
gets popcorn ready... +1 for popcorn HTML/JS AIR based IDE? So we can get true cross-platform compatability. Speaking of such... John Grden wrote a MXML Designer/Editor using FLEX. Not an IDE per se but pretty damn slick.

Re: Create PDF from hyperlink

2008-12-04 Thread Gerald Guido
Put this on the page you are working on. Put the content that you want in the pdf in the cfsavecontent block. cfoutput a href=#Script_Name#?action=gimmie/a /cfoutput cfsavecontent variable=MyContent Your content goes here /cfsavecontent cfoutput #MyContent# /cfoutput cfif URL.Action

Re: Adobe's CF IDE, Bolt

2008-12-04 Thread Gerald Guido
No abbreviations. Flat out: Elmer Fudd Studio I'd buy that for a dollar. In the spirit of Blue Monster Reserve http://www.gapingvoid.com/Moveable_Type/archives/004170.html G! On Thu, Dec 4, 2008 at 11:40 AM, Dawson, Michael [EMAIL PROTECTED]wrote: So, then it would be called EF Studio?

Re: IntelliJ CFML Plugin

2008-12-03 Thread Gerald Guido
I've said before ColdFusion developers do not know what they are missing until they use Eclipse for Java. Or NetBeans for that matter. When I started using NetBeans I was floored. Take a look at some of the tutes: http://www.netbeans.org/kb/ G! On Wed, Dec 3, 2008 at 4:21 PM, Adam Haskell

Re: PayPal Integration

2008-12-01 Thread Gerald Guido
There are a couple of CFC's on RiaForge. Both are v 0.1 but it may shorten your learning curve. http://cfpayflowpro.riaforge.org/ http://paypalcfc.riaforge.org/ hth G On Mon, Dec 1, 2008 at 10:46 AM, Robert Rawlins [EMAIL PROTECTED] wrote: Hello Guys, Looking for the first time in ages to

Re: Easy Credit Card Processing Service?

2008-11-21 Thread Gerald Guido
Hats off to Eric for the link to letmegooglethatforyou.com It has been years since I dealt with PayPal but LTIL they used to be the easiest way to get simple CC processing. I have a healthy distrust of PayPal given the horror stories I have heard in the past. But for a simple check out that was

Re: Official ColdFusion IDE announced

2008-11-20 Thread Gerald Guido
[insert other IDE name here] again. But you'll hate it for at first -- probably about a week. I agree that it takes a commitment to using it -- I forced myself to not use another editor for a week. I'm so glad I did. I love CFEclipse. -KJ -- Gerald Guido http://www.myinternetisbroken.com

Re: URL to open in maximized window state within current window

2008-11-20 Thread Gerald Guido
You will need to use JavaScript to do this. G! On Thu, Nov 20, 2008 at 1:32 PM, ismail cassiem [EMAIL PROTECTED]wrote: Hi, I need help please! I have a link on a page, where i wont it open in maximized window state. the _parent allows to open in current window, but the maindow is never at

Re: Error invoking CFC

2008-11-20 Thread Gerald Guido
Is that it for the error? Any other details to go by? Did you check the log file to see if there were any other details? G On Thu, Nov 20, 2008 at 5:15 PM, Jeff F [EMAIL PROTECTED] wrote: For the life of me I can't figure out how to stop this error. Sometimes when I call the page that

Re: Error invoking CFC

2008-11-20 Thread Gerald Guido
Add cfdebug to your URL parameter and it will pop up the AJAX debugger. On Thu, Nov 20, 2008 at 5:51 PM, Jeff F [EMAIL PROTECTED] wrote: Is that it for the error? Any other details to go by? Did you check the log file to see if there were any other details? The complete error is: Error

Re: Very basic/simple forum

2008-11-20 Thread Gerald Guido
How do you ban someone who can post with no registration? Like Spammers? G! On Thu, Nov 20, 2008 at 7:51 PM, James Holmes [EMAIL PROTECTED]wrote: How do you ban someone who can post with no registration? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
am curious what is your interest level in Bolt? Adam -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner ~| Adobe® ColdFusion

Re: UPS - Real Time error

2008-11-19 Thread Gerald Guido
Wil, There was a thread on the UPS site. Your issue may be related. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:58116#315459 On Wed, Nov 19, 2008 at 1:37 PM, Will Tomlinson [EMAIL PROTECTED] wrote: I'm using a UPS.cfc that has run perfectly for a few years now. All of a

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
So I hear that Adobe has a new IDE for CF. Just sayin' G -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner ~| Adobe

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
.Humm I want to learn a new programming language, let's see what IDE is out there for free. I do. But then again I am dyslexic and started out as a designer. Those squiggly lines are a God Send. I also know a lot of design (IU) oriented ppl dependent heavily on their tools. A lot of design people

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
that can be templated and/or generates forms. G! -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner ~| Adobe® ColdFusion® 8

Re: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Gerald Guido
have a feeling that we may be a bit more than mildly pleased with the results. But then again I could be wrong. I often am. G -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner

Re: query not producing the right results

2008-11-18 Thread Gerald Guido
What is the recordCount? Is it returning one record? Try cfdump var=#YourQueryName#* *On Tue, Nov 18, 2008 at 7:41 AM, Toby King [EMAIL PROTECTED] wrote: Hi there I have a query that is half working OK - just one part is not quite right. I can see why at this point in time. Wondering

Re: Official ColdFusion IDE announced

2008-11-18 Thread Gerald Guido
These three will be worth every penny. Object Relational Mapping auto-configuration Application Code Generation Code assist for tags, functions, variables, and components The way that some editors offers code assist for external libraries (Aptana) is awesome. Having Code complete for CFC's and

Re: (ot) ColdFusion Bolt wallpaper

2008-11-18 Thread Gerald Guido
CFSarcasm The CF community is in no way passionate or enthusiastic. Meh /CFSarcasm On Tue, Nov 18, 2008 at 4:14 PM, Andy Matthews [EMAIL PROTECTED]wrote: After hearing the announcement, and name, for the new CF IDE, I whipped up this wallpaper. Feel free to download it if you like.

Re: Official ColdFusion IDE announced

2008-11-18 Thread Gerald Guido
The rest of the description is pretty...meh. sarcasmSyntax highlight in an IDE? Wow! /sarcasm Hell, my Notepad replacement (Notepad++ ) does code completion and Syntax highlighting for CF. But I suspect that being an Adobe product, Bolt will be finely crafted piece of software worthy of the Adobe

Re: (Probably) Simple SQL Question?

2008-11-18 Thread Gerald Guido
I don't remember the syntax for the Sub query but something like this may work: SELECT TOP(date_due) as TOP_date_due, name, date_modified FROM Table WHERE ID IN ('SELECT DISTINCT name FROM Table ') GROUP BY name, date_modified, date_due ORDER BY date_modified ,

Re: (Probably) Simple SQL Question?

2008-11-18 Thread Gerald Guido
BY date_modified , name, date_modified, date_due On Tue, Nov 18, 2008 at 5:51 PM, Gerald Guido [EMAIL PROTECTED]wrote: I don't remember the syntax for the Sub query but something like this may work: SELECT TOP(date_due) as TOP_date_due, name, date_modified FROM Table WHERE ID IN ('SELECT DISTINCT

Re: Official ColdFusion IDE announced

2008-11-18 Thread Gerald Guido
Hmm... When you swap out *Development Platform* for *IDE* it sounds a lot like the argument for using CF itself. EX: But, as a developer, the functionality of my *Development Platform* can definitely affect my productivity, and if I'm significantly more productive with a $400 *Development

Re: Official ColdFusion IDE announced

2008-11-18 Thread Gerald Guido
I would imagine that it would act like any other Plugin. I am sure that it would incorporate the existing feature so it would be an upgrade or you would have to uninstall your existing Adobe CF plugin. One thing to note is that you can right click on a file and say Edit with and chose an editor. I

Re: Official ColdFusion IDE announced

2008-11-18 Thread Gerald Guido
Has anyone who signed up for the beta online actually gotten a copy of the beta, yet? Nope. -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner

Going from Application.cfm to Application.cfc

2008-11-17 Thread Gerald Guido
. A lot of it is unscoped like paths and URLs. Can anyone point me to any resources or offer any advice on the best way to go about this? Any Gotchas to avoid, etc? As always, many TIA G -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My

Re: Cfwindow and lots of js files

2008-11-13 Thread Gerald Guido
the page includes 44 external js files. Tis the nature of the beast. EXT and Spry have some nice windowing features. I am sure that there are a zillion jQuery solutions already. I have been using Spry a lot lately and it is amazingly simple to use. G On Thu, Nov 13, 2008 at 9:30 AM, Will Swain

Re: Internal Page Links with CF

2008-11-12 Thread Gerald Guido
Just as a Just in case you run into this... Be aware that there is a Bug in IE 6 that causes problems with cflocation and #'s. http://www.bennadel.com/blog/1183-Strange-URL-Hash-Problem-With-CFLocation-In-IE6.htm G On Wed, Nov 12, 2008 at 1:00 PM, Marc Raber [EMAIL PROTECTED] wrote: correct.

Re: Removing an Access database lock

2008-11-11 Thread Gerald Guido
Ahhh. It has been years since I seen that one. This used to work back in the CF 5 days... Just run a query with an error in it. EX: cfquery etc... SELARCT * From MyTable /cfquery HTH G On Tue, Nov 11, 2008 at 8:31 PM, Pete Ruckelshaus [EMAIL PROTECTED]wrote: I'm having trouble removing

Re: Removing an Access database lock

2008-11-11 Thread Gerald Guido
NEver mind I should read the whole post... My bad. G On Tue, Nov 11, 2008 at 9:34 PM, Gerald Guido [EMAIL PROTECTED]wrote: Ahhh. It has been years since I seen that one. This used to work back in the CF 5 days... Just run a query with an error in it. EX: cfquery etc... SELARCT

Re: Removing an Access database lock

2008-11-11 Thread Gerald Guido
If you just need to make changes to the database structure you can use one of the web based DBM tools for Access. I remember using a web based tool written in asp to make changes to the structureto an Access database with out having to download it. I would Google terms like asp, .NET access DBM

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Gerald Guido
+1 to what Charlie said. As far as lessening the learning curve, definitely use one of the JS libraries. jQuery is great. I have been using Spry the last week or so and I really like it a *lot*. It is really easy to use and is rolled into DW CS3 and CS4, as well as Aptana. I have been able to do

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Gerald Guido
Oh yeah... You might want to check out the CF/AJAX tools http://ajaxcfc.riaforge.org/ http://www.indiankey.com/cfajax/ http://cfjqajax.riaforge.org/ http://coldext.riaforge.org/ http://cfext.riaforge.org/ ~G~ On Mon, Nov 10, 2008 at 7:51 PM, Don [EMAIL PROTECTED] wrote: Should I look into the

Re: Could not find the ColdFusion Component or Interface message

2008-11-06 Thread Gerald Guido
The dot.notation.path to the CFC probably needs to be changed. G On Thu, Nov 6, 2008 at 10:47 AM, Torrent Girl [EMAIL PROTECTED] wrote: Hello all I am setting up a staging site that is an exact replica of our live site. Both are on the same server. I copied the live files over to staging

Re: Could not find the ColdFusion Component or Interface message

2008-11-06 Thread Gerald Guido
Correct. Or in Application.cfc on CF 8. Beware. There are a some Gotcha's with using Application.cfc http://www.12robots.com/index.cfm/2008/3/27/Why-CF8-Application-Specific-Mapping-won%27t-solve-all-of-our-woes

Re: Did OpenBD Replace the Free BlueDragon Server?

2008-11-05 Thread Gerald Guido
I read it with a negative connotation I wouldn't read too much into it. The way I see it there are two basic flavors of CF run times. There is the Adobe CF Server Standard flavor that works with IIS and Apache out of the box and the the J2EE flavor that installs on top of a, well... a J2EE

Where are the DSN's stored on CF 7 Standard

2008-11-05 Thread Gerald Guido
We need to swap out about 70 or so DSN's to a new MSSQL server. I can't remember where these are stored. Is it in an XML file. I can't remember. I would like to avoid doing them all individually if possible. Many TIA, ~G~ -- Gerald Guido http://www.myinternetisbroken.com Neurotics build

Re: Where are the DSN's stored on CF 7 Standard

2008-11-05 Thread Gerald Guido
, Shannon Peevey [EMAIL PROTECTED] wrote: /path/to/coldfusion/lib/neo-query.xml On Wed, Nov 5, 2008 at 2:04 PM, Gerald Guido [EMAIL PROTECTED] wrote: We need to swap out about 70 or so DSN's to a new MSSQL server. I can't remember where these are stored. Is it in an XML file. I can't

Re: Update Panel... Coldfusion?

2008-11-04 Thread Gerald Guido
Here are some CF AJAX tools . http://ajaxcfc.riaforge.org/ http://www.indiankey.com/cfajax/ http://cfjqajax.riaforge.org/ http://coldext.riaforge.org/ http://cfext.riaforge.org/ On Tue, Nov 4, 2008 at 11:37 AM, Kim Hoopingarner [EMAIL PROTECTED] wrote: I have been in the ASP.NET / AJAX

Re: ColdExt

2008-11-04 Thread Gerald Guido
You might want to post to the Issue tracker or contact Justin on his blog. http://coldext.riaforge.org/ http://www.madfellas.com/blog/ I had some questions about ColdExt in the past and he was very helpful. HTH G On Tue, Nov 4, 2008 at 11:56 AM, Rob Parkhill [EMAIL PROTECTED]wrote: Good

Re: cffile + cffunction

2008-11-04 Thread Gerald Guido
I have a generic CFC to handle file uploads if you are interested. It comes with a working example. http://www.myinternetisbroken.com/files/FileUpload.cfc.zip G On Tue, Nov 4, 2008 at 2:31 PM, Won Lee [EMAIL PROTECTED] wrote: *Tried a search via HoF and it didn't return anything useful.

Re: CFEclipse Eclipse Ganymede?

2008-11-02 Thread Gerald Guido
I *just* installed CFEclipse on Ganymede 5 min ago. When you go to install it uncheck everything *except* CF Frameworks explorer CF unit CFEclipse 1.3.1.6 This just installed fine on Vista. Another option is to go to: http://yoxos.com/ondemand/ This AMAZING site will build eclipse and work out

Re: CF8 Dev Environment

2008-10-31 Thread Gerald Guido
+1 for CFEclipse. Also DW is good. DW CS4 absolutely ROCKS at GIU dev. The Live code view is amazing. It is like View Source meets FireBug in real time. It even swaps out the CSS classes/Attributes in the HTML as you mouse over items. I was stunned when I first saw it. It also has some ColdBug

Re: Blowin our own horn: New CF Site

2008-10-31 Thread Gerald Guido
Well done. It is is a bit stutter-y though on a 1.5 year old Dell Optiplex corporate desk top. I sent to to a GUI dev buddy. On Fri, Oct 31, 2008 at 10:07 AM, Robert Harrison [EMAIL PROTECTED] wrote: We've just launched our own new site. It's fully CF driven from MS SQL DB. If you want to

Re: Looking for Adam Lehman's CF8 Demos

2008-10-29 Thread Gerald Guido
I got em. http://www.myinternetisbroken.com/apps/cf8demos-v2.zip On Wed, Oct 29, 2008 at 4:01 PM, Steve Moore [EMAIL PROTECTED] wrote: Prior to his accident, Adam Lehman from Adobe had posted version 2 of his CF 8 demos to his website at adrocknaphobia.com. This site is now unavailable and

Re: Best Open Source Message Board? / re-inventing the wheel

2008-10-29 Thread Gerald Guido
You do know this is a 0.002 release right? Ha! Kinda like life itself? On Wed, Oct 29, 2008 at 9:24 PM, s. isaac dealey [EMAIL PROTECTED] wrote: Thanks.. :) I was actually looking at all 3 to see which I can edit best (I have some custom code I would need to put in), but if I had to choose

Re: Adding Updating empty values

2008-10-28 Thread Gerald Guido
Write a code generator for it. fill out the form, and loop over the #Form.FIELDNAMES# Like so pre cfoutput cfloop list=#form.FIELDNAMES# index=GO lt;cfif isundefined(form.#GO#) lt;cfset form.q#GO# = lt;/cfif /cfloop /cfoutput /pre On Tue, Oct 28, 2008 at 3:46 PM, Rick Sanders [EMAIL

Re: Adding Updating empty values

2008-10-28 Thread Gerald Guido
Rick, It may be time to make yourself acquainted with the wonderful world of code generators. Here is a partial list of the various offerings. I make heavy use of cfcgenerator and cfcblaster. I rarely create CRUD's by hand. http://code.google.com/p/cfcgenerator/

Re: Adding Updating empty values

2008-10-28 Thread Gerald Guido
I forgot squidhead http://squidhead.riaforge.org/ On Tue, Oct 28, 2008 at 5:27 PM, Gerald Guido [EMAIL PROTECTED]wrote: Rick, It may be time to make yourself acquainted with the wonderful world of code generators. Here is a partial list of the various offerings. I make heavy use

Re: Best way to create an .xls file from a page

2008-10-27 Thread Gerald Guido
I wouldn't say it is the *best* way but this will maintain table layouts: http://mgt.pastebin.com/f27bd1c5a Another way to do it is what Mike Chabot suggested. Yet another way: Create a spreadsheet and fill the places where you want your data to go with CF vars #.yourQury.yourVar# and then

Re: url rewrite question

2008-10-26 Thread Gerald Guido
Rick, We did the same sort of thing. Except we ended up using subdomains... site1.mysite.com site2.mysite.com and bypassed rewrite issue entirely. G On Sun, Oct 26, 2008 at 2:43 PM, Rick Root [EMAIL PROTECTED]wrote: So I want to set up multiple web site subdirectories that all use the same

Re: cfargument bug?

2008-10-26 Thread Gerald Guido
just one of those things that you bang your head against for hours only to discover it's something simple. I call it code blind. Like being snow blind except it comes from staring at a monitor for too long. G On Sun, Oct 26, 2008 at 6:00 PM, s. isaac dealey [EMAIL PROTECTED] wrote:

Re: basic cfc/oo design question

2008-10-24 Thread Gerald Guido
Larry, Awesome. Thanx. Do you know if the Poseidon UML Community version will export an XMI 1.1 file? ~G~ If not any recommendations for a OSS and/or Free UML App? On Fri, Oct 24, 2008 at 4:19 PM, Larry Lyons [EMAIL PROTECTED] wrote: All fine point there Gerald, thank you. I've looked at

Re: CreateObject and dynamic method calls

2008-10-24 Thread Gerald Guido
If I understand the question... Some thing like this? http://mgt.pastebin.com/f9702565 It uses Evaluate for which I have been scolded for... but performance wise there is very little difference between evaluating the string and calling the methods directly HTH G On Fri, Oct 24, 2008 at 5:39

Re: Developers Rank Best Application Servers: Cold Fusion, Apache Geronimo Top List

2008-10-22 Thread Gerald Guido
Interesting. That was reported by an IDG publication. They put out InfoWorld which is part of my daily read. They also put out ComputerWorld which published the infamous CF is dead article. G On Wed, Oct 22, 2008 at 8:54 AM, Mike Chabot [EMAIL PROTECTED] wrote: Article: Developers Rank Best

Re: basic cfc/oo design question

2008-10-22 Thread Gerald Guido
level and work down, then start generating from the persistence level and work up, then try and hopefully meet those two somewhere in a happy middle :) Judah -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them

InfoWorld story: Developers rank best application servers

2008-10-22 Thread Gerald Guido
-PLATFORMScgd=2008-10-22 The story was included in the InfoWorld Platforms Report Newsletter. Same article that Mike Chabot mentioned earlier today. G -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner

Re: basic cfc/oo design question

2008-10-21 Thread Gerald Guido
Your rewrite might end up doing more harm than good if you aren't careful, That reminds me of a comment by Sean Corfield on the alagad blog: And a bad OO design will punish you more than any bad procedural design you've ever conceived.

Re: form info to a cfc

2008-10-17 Thread Gerald Guido
You will need to return a value using cfreturn . Try this. cfcomponent cffunction name=getEmp access=remote cfargument name=lastName required=true cfset var empQuery= cfset var MyVar= cfquery name=empQuery datasource=OLO SELECT * FROM owners WHERE family_name = '#arguments.lastName#' /cfquery

Re: form info to a cfc

2008-10-17 Thread Gerald Guido
I miss understood the question. Is there any reason you are using a CFC to display the results? Why not a cfm page? G On Fri, Oct 17, 2008 at 5:14 PM, mikeashields [EMAIL PROTECTED]wrote: I've crawled inside and out of the documentation for how to pass html form data to a cfc and display

<    2   3   4   5   6   7   8   9   10   11   >