Re: CSS/Embedding Font?

2007-03-07 Thread Mingo Hagen
Coldfusion wrote: Besides creating images for each item that uses a particular font that may not be installed on the clients OS, I know there is a way to use CSS to embed the font within the webpage, but how reliable is it? it's not. There is a way for IE4 upwards, but that particular method

Re: CF and AJAX

2007-03-06 Thread Mingo Hagen
+1 to JSMX Have used both AjaxCFC and JSMX in production webapplications, and I think JSMX is a bit easier to grasp and a more lightweight. I have recommended AjaxCFC in the past and will continue to do so, but I have to say JSMX is currently on top of my list. I haven't checked any other

Re: What is the best resource for a begginer CF Programer?

2007-03-01 Thread Mingo Hagen
Robertson-Ravo, Neil (RX) wrote: Errm, 301K now, damn those stats... :-) 300.001 right? ;) ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Take a minute to Digg this story about the Smith Project

2007-02-07 Thread Mingo Hagen
Robertson-Ravo, Neil (RX) wrote: But the fact is, if you wanted free ColdFusion, you would expect same functionality and performance as ColdFusion proper, which Smith cannot offer? Speed... it can offer: This code executed on both CFMX7 and Smith 1.25 results in Smith being on average 5

Re: Query WHERE separation

2006-12-01 Thread Mingo Hagen
so he should use 1=0 Mingo. Doug Bezona wrote: The only problem I see is that if you end up with only an OR after the 1=1, the OR becomes essentially meaningless. 1=1 is always true, so all rows with the right id will be returned regardless of the OR clause. -Original Message-

CFMX7 and SOAP errors

2006-11-14 Thread Mingo Hagen
Hi all, I'm trying to connect to a SOAP webservice through either cfinvoke or createObject() with no luck whatsoever. 1. The webservice is hosted on some other server through php, I should be able to connect to it using my username and password and run functions on it. 2. The webservice works

Re: cftry inside of cftransaction ??

2006-11-07 Thread Mingo Hagen
We do it like this: cftransaction action=begin isolation=serializable cftry !--- [mjh] Query here: --- cfquery ... /cfquery cftransaction action=commit / cfcatch cftransaction action=rollback / cfdump var=#cfcatch# cfabort /cfcatch /cftry

Re: Eclipse RDS Plugin

2006-11-01 Thread Mingo Hagen
There's also a smaller zip floating around the net: http://www.cfreport.org/downloads/CF_FB_Extensions.zip I really wish adobe would make this easier and better supported. Mingo. Sandra Clark wrote: Thanks, I ended up trying the Flex Builder download and doing that. I just hate the idea

Re: Eclipse RDS Plugin

2006-11-01 Thread Mingo Hagen
You can't keep people from using a good thing... Adobe should either build a better tool or better facilitate (cf)Eclipse. Mingo. Tom Chiverton wrote: I think they are terrified that everyone will run Eclipse with plugins rather than Flex Builder.

Re: help on the cfif code

2006-10-27 Thread Mingo Hagen
No that's not it, 0 translates to false in CF. So if myQuery.recordcount is 0, then cfif myQuery.recordcount would return false. My suspicion is that you have somewhere in your code a cfsetting enablecfoutputonly=yes. Is the code you posted earlier the actual code, or is it just an example?

Re: file size when uploading multiple files

2006-10-27 Thread Mingo Hagen
I'm also not aware of a way (other then java/flash) to do this client-side. We do it the same way you described (but on the cffile, not on the entire cgi.content_length). daniel kessler wrote: Is there a way and if not, what do y'all do?

Re: visual tool to display table relationships

2006-10-27 Thread Mingo Hagen
free with sql server 200 is Sql Enterprise Manager's diagram tool. Mingo. [EMAIL PROTECTED] wrote: I'm so sorry for posting this here, but I know there are a lot of sharp cf programmers that would have an opinion on this question. I'm looking for a free tool that will help to show me my

Re: OT: Other countries besides US

2006-10-25 Thread Mingo Hagen
Our CRM software uses templates to hold the different address styles. It's in one database table, so it can be extended (currently 12 styles and one 'other'). However I hate our CRM software, partly because of its impossible database layout... so that's no help. Anyways, here's one to add to

Re: OT: Other countries besides US

2006-10-25 Thread Mingo Hagen
I'm entirely with you on this one, I was just telling how some CRM software does it. But what would you recommend? just a textarea with 'enter your address here:' or a couple of generic Address Line 1, Address Line 2, Postal/Zip code, Province/State, City, Country (this is what most websites do

Re: Using PDF's...

2006-10-25 Thread Mingo Hagen
Except for Safari on Mac OS X of course... That one has native PDF reading. Mingo. Sandra Clark wrote: Its added in by the Adobe Acrobat Reader when its installed. None of today's browsers can read it natively that I know of

Re: IE7 ?

2006-10-19 Thread Mingo Hagen
however the beta was here a couple of months ago, and a couple of RC's between then and now as well, so you could have checked a lot of your sites already. Mingo. Kevin Aebig wrote: Because it's being released as a patch in the next couple of weeks and I want to make sure all the standards

Re: IDE's

2006-10-12 Thread Mingo Hagen
Ryan Stewart wrote: Quick question, What IDE/editor do you use for coldfusion development? I'm Mingo and I'm a HomeSite+aholic. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Hosting companies

2006-09-08 Thread Mingo Hagen
Another nice C3 topic, James ;) Mike Tangorre wrote: From: Doug Brown [EMAIL PROTECTED] Was wondering who the best hosting companies were. Need to support mySql. Search the archives at houseoffusion.com. This is a popular question that pops up about once a month... lots of good

Re: Locking Theory

2006-09-08 Thread Mingo Hagen
Hey Jochem, That's the kind of stuff more people need to know about. Do you have any tips on good advanced SQL books? (Or should I have seen this in the basic SQL books that are out there and did I just skip this bit.) Thanks, Mingo. Jochem van Dieten wrote: SELECT * FROM table WHERE id =

Re: Locking Theory

2006-09-08 Thread Mingo Hagen
Alrighty, thanks Jochem, i'll definitely look into those, my main resource now is (apart from teh intarweb) books online for MS SQL Server, but I'd like to gain a more generalized knowledge about SQL. And and that manual, aren't you supposed to rtf it? Mingo. Jochem van Dieten wrote: And of

Re: Must I Use Evaluate() Here?

2006-08-30 Thread Mingo Hagen
stcFilters['filter_#i#'] works Sung Woo wrote: I have a structure called stcFilters. In this structure, I have the following values: stcFilters.filter_1 = 100 stcFilters.filter_2 = 200 I want to show the value of these filters through a cfloop: cfloop index=i from=1 to=2 cfset

Re: Way OT: But you know you want one..

2006-08-16 Thread Mingo Hagen
9.2.2 and if it were piss poor, it wouldn't have made this list: http://it.slashdot.org/article.pl?sid=06/08/16/0125204 Robertson-Ravo, Neil (RX) wrote: For the record, I am not anti-Apple, well certainly since OSX! (9.5 and below were piss poor) I was just paraphrasing the iProduct piss

Re: Way OT: But you know you want one..

2006-08-16 Thread Mingo Hagen
Robertson-Ravo, Neil (RX) wrote: What list? Thanks Charles Babcock, for your wonderful insghts... If you ever had to deal with constant rebooting of OS 9 and below you will know what I mean...multi-tasking was a thing it could only strive to have! OSX on the other hand...very nice I

Re: CSS help

2006-08-16 Thread Mingo Hagen
div style=width:400px; float:right; text-align:left; Like this? /div Mingo. Rick Root wrote: I'm having some trouble with CSS. I'd like to right align a 400px box to the right side of my page, and I want to LEFT align the text in the page. I've got it working in IE, but not Firefox.

Re: CSS help

2006-08-16 Thread Mingo Hagen
Jake Churchill wrote: I played with this a bit and it makes no sense. You can fix it by just using a table. Not as pretty but it gets the job done. pff a table ;) so 1996... Mingo. ~| Introducing the Fusion Authority

Re: Fusebox 2

2006-08-12 Thread Mingo Hagen
Doug wrote: Any suggestions on being able to tell if the tag is getting called upon? put some text in it, to see if it is loaded... ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Stripping Characters from a String

2006-08-11 Thread Mingo Hagen
cfset str = This is a string with £ and ?##%^$ characters __ cfset str_safe = ReReplaceNoCase(str,[^a-z0-9]+,_,ALL) eliminates the need for replacing extra _'s Mingo. Martyn Bowis wrote: Hi Lee, You are on the right track with ReReplace Try: cfset str = This is a string with £ and ?

Re: CFIF inside a Form

2006-08-11 Thread Mingo Hagen
Tom Chiverton wrote: I don't think anything involving iif and/or trim is nicer than a perfectly good if/else. I do :p ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: CFIF inside a Form

2006-08-11 Thread Mingo Hagen
Which is more readable is quite subjective, you probably find this more readable: select option value=#value#cfif value eq url.value selected/cfif#text#/option /select And I this: select option value=#value##iif( value eq url.value, de( ' selected' ), de( '' ))##text#/option /select

Re: CFIF inside a Form

2006-08-11 Thread Mingo Hagen
Tom Chiverton wrote: Well, I'd lay out nicer: select option value=#value# cfif value eq url.value selected /cfif #text#/option /select How is whitespace managed if you lay it out like that, I'm a bit obsessive compulsive about that ;) :points at CFEclipse

Re: CFIF inside a Form

2006-08-11 Thread Mingo Hagen
You have a point, so my best of both worlds solution is the #iif()# construction, white space in order, readable, and not so complex it can't be figured it out 5 years from now. Mingo. loathe wrote: I don't like implicit code. I want it to be very easy to understand. I know two years from

Re: Regex Help...

2006-08-07 Thread Mingo Hagen
I'd say: reReplace( string, '[A-Z##*/-]+', '', 'all' ) not sure if you need to escape the *, though. Mingo. Rick Root wrote: I need to remove all characters from a string that are *NOT* the following: A-Z # * / - currently, my regex looks like this:

Re: Spam Blogger Comments

2006-08-07 Thread Mingo Hagen
If you do this, you need to keep the vars on the server, and not put it in the form fields. but otherwise i like it ;) it's simple and effective. Mingo Brian Dumbledore wrote: One of my colleagues had this idea..he is still testing it, but one of the form fields will be the exact time, after

Re: Weird CF error...

2006-08-07 Thread Mingo Hagen
Oh oh... you used the M-word, now I feel obligated to provide the Firefox alternative; http://livehttpheaders.mozdev.org/ Although I must say that Fiddler has more features. Mingo. Brad Wood wrote: Ever used MS Fiddler. It can be a very handy tool to track down pesky 404's you don't

Re: Tired of lousy companies recruiters

2006-08-07 Thread Mingo Hagen
This statement in itself is two sided already, so I'd say go with the survey: RobG wrote: ...right down to the same white spacing, line breaks, and even coding methodology (and I don't mean Fusebox). In my view this isn't necessarily a bad thing. If your coding standards suck, and you don't

Re: And now for something completely different...language translation?

2006-08-06 Thread Mingo Hagen
Paul Hastings wrote: Mingo Hagen wrote: Our applications (like the CMS) use different methodes; older apps use a couple of large cf files containing all text labels inside cf-structures, a different cfm file is loaded for a different language. oh my. I know ;) however

Re: what if the next CF...

2006-08-05 Thread Mingo Hagen
It's slower (when stuff is not yet compiled), COM doesn't work the same, uhm, you know, all kinds of good stuff! ;) Mingo. Rick Faircloth wrote: FWIW, tell me one thing that is dramatically different on the user end of a website experience that can be done with CF7 that can't with CF 4.5

Re: what if the next CF...

2006-08-05 Thread Mingo Hagen
I ment the other way around, 6+ is slower then 5-. Robertson-Ravo, Neil (RX) wrote: COM is slower on 4.5? No way, and in some cases 4.5/5 is faster than MX code bases. ~| Introducing the Fusion Authority Quarterly Update. 80

Re: You know what?

2006-08-05 Thread Mingo Hagen
Not to make your day any worse, but... I thought let's try that CF on a Mac, let's just see if it runs, well guess what... It works like a charm and on the first try, I installed using the ever complicated 'next-next-finish' method. My setup: iMac DV+ running Mac OS X 10.3.9 (perhaps that's the

Re: what if the next CF...

2006-08-05 Thread Mingo Hagen
, but at this point I haven't needed any of it, so, that's another function I don't need and another reason not to spend another $1300 and toss 4.5 in the Recycle Bin... -Original Message- From: Mingo Hagen [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 1:28 PM To: CF-Talk Subject: Re

Re: Form parameters as array

2006-08-04 Thread Mingo Hagen
I would do that a little different. You coul repeat the checkboxes like so: input typ=checkbox name=isBannedUserID value=1 / input typ=checkbox name=isBannedUserID value=2 / input typ=checkbox name=isBannedUserID value=3 / On the other side of the form action you would receive a list of id's in

Re: ColdFusion Tag and Attribute Case

2006-08-04 Thread Mingo Hagen
No more beer for you. Will Tomlinson wrote: I think this is lots more readable, no?? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mingo Hagen
You represent hope for all of us ;) Anyway, on topic, I practice and preach - cf-tags in lowercase, - functions and variables in camelCase() - SQL keywords in UPPERCASE, tablenames and the such in tbl_camelCase I also prefix my variables with there data type (although CF is not typed) like

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mingo Hagen
I'm all for this Mark, finally some uniformity, like in VisualStudio... Mark Drew wrote: joke Since I want to spread this joy, I am making the next version of CFEclipse enforce this ;) /joke ~| Introducing the Fusion

Re: 30 days from now date variable

2006-08-03 Thread Mingo Hagen
dateAdd( 'd', 30, now()) Tim Laureska wrote: How do you set a variable to be 30 days from today? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

RDS, Eclipse, CF5

2006-08-02 Thread Mingo Hagen
Hi all, Does anyone know if the RDS implementation available for eclipse is compatible with CF5? I'm trying to connect to a CF5 server which works fine through HS+... no such luck as of yet in Eclipse. It errors out with a very generic: Unable to contact the RDS Server 'MyServername.' Thanks,

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread Mingo Hagen
You probably get all the chicks, with language like that :p James Holmes wrote: As I use FOP to create PDF from our HTML, we need to conform to the XHTML spec or it won't transform. ~| Introducing the Fusion Authority

Re: sql question.

2006-08-02 Thread Mingo Hagen
SQL Server sucks at regexps, you have some rudimentary tools at your disposal with the LIKE statement, but none that I could get to work, I have in the past found a regexp stored procedure but that's just dog slow... This is the like statement I tried: SELECT * FROM listing WHERE dir LIKE

Re: How 2 Search on date values

2006-08-01 Thread Mingo Hagen
What do you mean search on date values? inside a text or just a dedicated date column? in case of the date column you can just say (with cfqueryparams ofcourse): WHERE YEAR( myDate ) = #year( myCFDate )# AND MONTH( myDate ) = #month( myCFDate )# AND DAY( myDate ) = #day(

Re: (admin) List Status

2006-08-01 Thread Mingo Hagen
I feel a fight coming up... Tom Chiverton wrote: Post at the bottom like normal people :-) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: (admin) List Status

2006-08-01 Thread Mingo Hagen
As long as we're complaining... I hate those long disclaimers at the bottom of your e-mail... last I heard, normal people don't have those, Tom? ;-) Although as I write this I see Thunderbird has been nice enough to auto snip it off, because it's below two dashes... cool ;) Mingo. Tom

Re: (admin) List Status

2006-08-01 Thread Mingo Hagen
Apparently, they don't and I don't get why they don't, you would think that they'd get some legal advice on such matters... Assuming that the lawyers do know that they're worthless (the disclaimers, not the lawyers...) Snake wrote: I wonder if companies realise just how worthless those

Re: CF substring?

2006-08-01 Thread Mingo Hagen
Yeah they do, but substring wouldn't that be mid()? Tom Donovan wrote: is there any substring function for CF? http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0463.htm#1104504 FindNoCase Mean people

Re: Advanced Developer Average Salary

2006-08-01 Thread Mingo Hagen
How many yes's would you like, I got a couple to get you started: yes yes yes yes yes yes. Mingo. Matt Williams wrote: If people are interested, willing and not offended, I'll set up a quick anonymous poll so people here could enter their annual salary, city, state, country, years with CF,

Re: Advanced Developer Average Salary

2006-08-01 Thread Mingo Hagen
http://www.frappr.com/cfdevelopers Dan Plesse wrote: It seems like a lot of employers are still very interested in the location of CF developers. Is there a google map where you can plug in your location for this very purpose? Would this help with the employment matching process?

Re: Unofficial CF Developer Salary Survey

2006-08-01 Thread Mingo Hagen
Great stuff, could you make a select box to filter the averages on country? Mingo. Matt Williams wrote: Come one, come all... An anonymous salary survey is available at http://keysym.org/cfs I didn't bother with any validation, so if you try to break it, you probably will. :) I'll leave

Re: Comparing Form Fields

2006-08-01 Thread Mingo Hagen
You can use cfform and cfinput for that. Steve LaBadie wrote: Does CF have the capability to compare to form fields or do I just us JavaScript? I am not validating input to a database just want to make sure that the email address is entered properly.

Re: Oracle 8.i and querying for table/field list

2006-07-31 Thread Mingo Hagen
Is it possible you just have too many tables for CF to query in the timeout given? If so, you might want to up the timeout using: cfsetting requesttimeout=XXX where XXX = time in seconds. Mingo. Terry C. Mergl wrote: Hi James: here is what I have. cfquery datasource=alopa

Re: Oracle 8.i and querying for table/field list

2006-07-31 Thread Mingo Hagen
Is it possible you just have too many tables for CF to query in the timeout given? If so, you might want to up the timeout using: cfsetting requesttimeout=XXX where XXX = time in seconds. Mingo. Terry C. Mergl wrote: Hi James: here is what I have. OT: the error reporting is a great

Re: (admin) List Status

2006-07-31 Thread Mingo Hagen
Error reporting feature is great, however, I got a message too long error and it came through anyway... bug or feature? Mingo. Michael Dinowitz wrote: I've done a major redesign of the House of Fusion user interface as well as the backend system. Posting through the archives should work as

Re: (admin) List Status

2006-07-31 Thread Mingo Hagen
ROFL Rick Faircloth wrote: Now, Charlie... I don't know if that is an Amen to my previous post about leaving part of the previous response in the reply or what! Where's the part of the previous post! :o) Amen to what? :o) Rick

Re: CFeclipse and RDS

2006-07-31 Thread Mingo Hagen
Check this post by Dan Vega http://www.danvega.org/blog/index.cfm/2006/7/28/Eclipse-RDS-Support I think it's only compatible with Eclipse 3.1 Mingo. Chad Gray wrote: I can't get Eclipse to connect to our CF server with RDS. I copied the folder: com.adobe.rds.client_0.5.0.0043 To the

Re: CFIDE not accessible - I think???

2006-07-31 Thread Mingo Hagen
Please kill directory browsing, at least on that folder ;) Mingo. Steve LaBadie wrote: It get --- localhost - /cfide/ [To Parent Directory] Friday, July 28, 2006 10:13 AMdir adminapi

Re: IIS 6.0

2006-07-31 Thread Mingo Hagen
One major feature of IIS 6 is the increased 'security'. As in: switch everything off until you tell it to switch on. Not so important on a dev box, but when you don't know about it, it can be a pain. Like when you offer a download of a mime type the server doesn't know of, it just acts like the

Re: CFIDE not accessible - I think???

2006-07-31 Thread Mingo Hagen
But you can still access /CFIDE/scripts/cfform.js right? Steve LaBadie wrote: Ok Now I get an error 403 - forbidden ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: CFIDE not accessible - I think???

2006-07-31 Thread Mingo Hagen
Okay, I think we can safely say that the problem is not your /CFIDE folder. Does the flash form load? Do you get javascript errors? could you post the cfform code? questions questions ;) Steve LaBadie wrote: It ask me if I want to open or save this file

Re: CFIDE not accessible - I think???

2006-07-31 Thread Mingo Hagen
Hmm... your code ran fine on my machine (http://mingo.e-linewebsolutions.nl/test/form.cfm) The only thing I changed was the query, this leads me to think that your query actually doesn't return any rows, could this be the case? Steve LaBadie wrote: Here is the code: -snip-

Re: Can I drag the URL to web form

2006-07-31 Thread Mingo Hagen
Yes, if you drag it by the favicon I Cartanga wrote: In IE, can I drag the URL from the Address box and instead of dropping it on the Links toolbar, drop it on a web text form and have it populate the input box? Thanks.

Re: (admin) List Status

2006-07-31 Thread Mingo Hagen
The problem with that would be that every mail client (in every different language) has it's own version of 'Original Message'. Rick Faircloth wrote: I'd still like to see Michael implement some kind of automated trimming function for the mail. Perhaps it could leave the Original Message

Re: Cfloop timing out.

2006-07-31 Thread Mingo Hagen
You can't be sure, but you can stretch the timeout right in the schedule task form in the administrator. Andy Matthews wrote: I'm going to be running a scheduled task nightly. It looks like this: - Run a query (which will return probably around 130,000 rows). - Loop over that query and run

Re: CFIDE not accessible - I think???

2006-07-31 Thread Mingo Hagen
Ok, I'm at a loss... anyone? Could it be the amount of items in the query? Or some illegal characters? Steve LaBadie wrote: If I format as HTML, or XML the cfselect will populate. ~| Introducing the Fusion Authority

Re: C3 page drafts

2006-07-29 Thread Mingo Hagen
On the mac there was one issue with the graph, in safari and omniweb it shows above the text, while in camino, firefox and opera it showed on the right. James Holmes wrote: Bah, last time I ask for feedback on a Friday ;-) Seriously, when people have time next week, if they can have a look

Re: C3 page drafts

2006-07-29 Thread Mingo Hagen
and omniweb. I'll check into it (unless of course you want to fix it and post the code ;-) On 7/29/06, Mingo Hagen [EMAIL PROTECTED] wrote: On the mac there was one issue with the graph, in safari and omniweb it shows above the text, while in camino, firefox and opera it showed on the right

Re: Google Code Project Hosting

2006-07-29 Thread Mingo Hagen
You bet'cha got my first project in it too... not sure if it's ready for prime time though... so i'm not tellin y'all, but you could of course find it with some imagination ;) I basically wanted to test the subversion repository... and it (of course) works like a charm Mingo. Rick Root

Re: Trying to send a message...but it doesn''t show up....?

2006-07-29 Thread Mingo Hagen
a while back I had the same problem, just gave up on it though... Will Tomlinson wrote: Been havin the same problem here. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: C3 page drafts

2006-07-28 Thread Mingo Hagen
I see everyone is feeling real productive this friday ;) Mark Drew wrote: What is the best CF IDE? sheesh.. I think its textpad... isnt it? On 7/28/06, James Holmes [EMAIL PROTECTED] wrote: First drafts of the ColdFusion Community Consensus pages are now available for comment:

Re: cfcdev, cflib, my blog, etc

2006-07-24 Thread Mingo Hagen
Helm, looks interesting, thanks for that! Mingo. Jenny Gavin-Wear wrote: Just started using it here .. the one thing I wish it had was Maillist support and not the Distribution list included. Also works with Helm control panel :-) Really easy to install and admin. Jenny

Re: cfcdev, cflib, my blog, etc

2006-07-23 Thread Mingo Hagen
Raymond Camden wrote: All our down as I fight my mail server. Folks, whatever you do, do not buy MailEnable. Ever. What does it do when something goes wrong? It makes 125,000 mail messages in the queue. Can anyone recommend a Windows-based alternative that would support multiple domains and

Re: OT: Javascript Menu that Displays Over IFrames

2006-07-18 Thread Mingo Hagen
I should have replied earlier, but for the sake of completeness, the Brainjar.com menu has always helped me out, we've even integrated it in our CMS. Check it out at: http://www.brainjar.com/dhtml/menubar/ There are other menu's out ther that have a smaller footprint, or some that have an

Re: Fusebox Documents

2006-07-18 Thread Mingo Hagen
fusebox.org ? Anbu Selvan wrote: Hi, Is there any site to download the fusebox documents. I want a detail document about the fusebox structure and the usage. ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mingo Hagen
In programming laziness is a good characteristic. Mingo. Tom Chiverton wrote: On Tuesday 18 July 2006 07:19, Beru wrote: So, does this silence mean that there's no solution? Maybe you should be less lazy :-) ~|

Re: Macromedia.com RIP?

2006-07-18 Thread Mingo Hagen
Or get in an infinite loop once Jeremy or JJ buys out Adobe... and changes it's name to Allaire Mingo. Mark Drew wrote: Just as a laugh I put in www.allaire.com which redirected me to www.macromedia.com and then, it redirected me to ww.adobe.com. I wonder if in a number of years, and adobe

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mingo Hagen
Dave Watts wrote: In programming laziness is a good characteristic. But you're not programming, you're trying to solve a problem. Laziness is not a good characteristic for problem-solving. Okay... I was not referring to the problem solving part of being a programmer, I was just trying

Re: OT: Javascript Menu that Displays Over IFrames

2006-07-18 Thread Mingo Hagen
Matt Robertson wrote: The Brain Jar menu carries a GNU General Public License. To quote from it: 2. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no

Re: CFMail Throttling for CFerror handling

2006-07-17 Thread Mingo Hagen
Instead of a database, you could use a plain text file or an xml file. Mingo. Scott Newsome wrote: Mike thanks for your reply. The database option is not workable because if the database fails (which in the past has been our biggest headache). We wouldn't get any emails. I could see checking

Re: FAQ?

2006-07-14 Thread Mingo Hagen
Tom Chiverton wrote: On Friday 14 July 2006 09:46, James Holmes wrote: if you have an idea for a name, as The CF Best Solutions App Thingy won't look good in a web design :-) Perhaps just something like Rated CF Solutions or similar? cfSolutions ? Coldfusion Community Conclusion

Re: OT: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Mingo Hagen
Yes you should! If not for virtual servers then at least for testing on multiple windows/linux configurations. Set one up identical to your clients config, that should help in the development process. You could also set one up as a development server, but I guess the speed would be an issue

Re: OT: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Mingo Hagen
Well... you could of course get Parallels or QEMU and install windows on that and then get the free version of VirtualPC, or would that be horribly slow?. Mingo. Rick Faircloth wrote: Sorry...I checked...looks like it $249 for Virtual PC for Mac...but who knows? Maybe they'll soon give

Re: BlogCFC

2006-07-14 Thread Mingo Hagen
Hmm, strange I remember it not working for me as well... is that something that was fixed in CF5 James Holmes wrote: It works fine for me in Oracle. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: FAQ?

2006-07-13 Thread Mingo Hagen
James Holmes wrote: Well, I'd be willing to have a crack at this, if no-one else is really keen. That's great! We could of course make it a community project, open source and all... What would be a good place to start? a forum, a blog, a custom design?

Re: FAQ?

2006-07-13 Thread Mingo Hagen
James Holmes wrote: Sound good? Sounds good to me! see you on your blog (wherever that will be ;) ) Mingo. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: Hey, what are your doctypes? And why?

2006-07-13 Thread Mingo Hagen
Ben Nadel wrote: Jeff, I tend to use this doc type: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; This is for several reasons: 1. I like to believe that I can create an xhtml standard compliant website... Sometimes

Re: FAQ?

2006-07-13 Thread Mingo Hagen
Major update?! darn it, just installed the 5-0 version... oh well, that way I have something to do over the weekend... Mingo. Munson, Jacob wrote: From: Raymond Camden FYI, a major new release of BlogCFC will be released this weekend. Good to hear. I'm planning on upgrading to 5.1

FAQ?

2006-07-12 Thread Mingo Hagen
Hi all, Is there a place to get stuff settled (and don't say the cf-talk search function), stuff like what is the best wysiwyg editor (FCK, HTMLArea, TinyMCE, etc.), what kind of encryption to use (PGP, GPG), what mailserver works best with CF, what FTP server, any other unsettled issues? And

Re: FAQ?

2006-07-12 Thread Mingo Hagen
Hi Tom, But, I take your point, that somewhere where 'How do I use gpg' or 'what HTML WYSIWYG editors work well with CF' would be useful. I wasn't looking for a how-to-implement-site, but more a what-is-the-general-consensus site. A place where all the options are laid out for you given a

Re: FAQ?

2006-07-12 Thread Mingo Hagen
Hi Mark (and Tom), Not being stupid but coulnt HoF add a link to the signature of an email that when something is an answer or a good FAQ, it can be clicked and it then adds it to a page with FAQ's? All you would need to add is the Question and a link to the conversation? That would have my

Re: FAQ?

2006-07-12 Thread Mingo Hagen
Raymond Camden wrote: While they don't say best, there is cffaq.com from Ben Forta and www.coldfusioncookbook.com from myself and Jeremy Petersen. Well... this is almost exactly what i meant (I need to google better) I do miss some stuff like I mentioned in my other mails, more geared

Re: FAQ?

2006-07-12 Thread Mingo Hagen
available via PDF, so the content is growing, but the traffic is still a bit light. Hopefully these posts will help drive some traffic to the site. :) On 7/12/06, Mingo Hagen [EMAIL PROTECTED] wrote: Raymond Camden wrote: While they don't say best, there is cffaq.com from Ben Forta

Re: FAQ?

2006-07-12 Thread Mingo Hagen
Nice analogy ;) It would also limit the amount of times the same discussion occurs (or is it recurs), although it is fun to watch the frameworkswar. Munson, Jacob wrote: Yeah, that does sound like a good idea. Especially if this new FAQ were publicly available, so that people that don't want

Re: Issues with Adboe web site and IE

2006-07-12 Thread Mingo Hagen
Rick Root wrote: Munson, Jacob wrote: More OT: Why are you using IE for your personal surfing? ;) Because 80% of the people using my web sites here at work are IE people, I find it easier to have IE be my primary browser at work. For a while, I had Firefox as my primary

  1   2   >