Re: coldfusion to setup iis websites

2009-10-24 Thread Richard White
thanks for the replies! hi, is there a way to setup iis websites directly with cf code? thanks richard ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

RE: Education

2009-10-24 Thread Rick Faircloth
Sounds logical! Music composition and programming can become overwhelmingly ethereal at times. Trying to keep my mind wrapped around an idea and all its components, can just about lead to a blown mental fuse at times! :o) That's when it's time to take some notes, go for a 25-mile bike ride,

RE: Education

2009-10-24 Thread Rick Faircloth
It's ok to go away in your mind sometimes, Bryan, as long as you come back... :o) -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Friday, October 23, 2009 8:26 PM To: cf-talk Subject: Re: Education Speaking as a non-musician. Actually I

RE: Education

2009-10-24 Thread Rick Faircloth
Now that's about the most unusual instrument I've seen! I just don't see how he does the fastest runs in the piece! Hilarious! -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Friday, October 23, 2009 9:09 PM To: cf-talk Subject: Re: Education Well Ike,

Re: Education

2009-10-24 Thread s. isaac dealey
Jazz anyone? ;) So, what's free-form jazz? Is that kind of like when you just make up code and hope it compiles? What people call cowboy coding? ;) http://en.wikipedia.org/wiki/Cowboy_coding Oh funny, check the advantages section: Developers maintain a freeform working environment

Re: Education

2009-10-24 Thread s. isaac dealey
Bryan Stevenson: It's just like in A Beautiful Mind where Nash saw the patterns in encrypted documents etc. (not that I am in any way in the same league...but you get my drift). I just see it all in my head and mess with it there before writing the code. Kinda drives people nuts when I go

Re: Education

2009-10-24 Thread Cameron Childress
On Fri, Oct 23, 2009 at 9:57 AM, Phillip Vector vec...@mostdeadlygame.com wrote: I've seen allot of jobs require lately BA/BS and not accept experience in it's place. I think you will find that alot of these jobs requiring a BA/BS are in a more corporate environment where HR reps who know very

RE: Education

2009-10-24 Thread Bryan Stevenson
On Sat, 2009-10-24 at 11:52 -0400, Rick Faircloth wrote: It's ok to go away in your mind sometimes, Bryan, as long as you come back... :o) hehe...well usually it's a quick tripnice break in the day really ;-) - Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

Re: Education

2009-10-24 Thread Bryan Stevenson
On Sat, 2009-10-24 at 11:29 -0500, s. isaac dealey wrote: I was trying to find some way of responding to this that wouldn't seem conceited... and couldn't really come up with anything, so I'll just go ahead and say it. I thought everyone did this? It's OK to have skill that makes you good

Re: Education

2009-10-24 Thread Jason Fisher
I just love that the video labels him a manualist ... awesome. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Education

2009-10-24 Thread s. isaac dealey
I get you though...it strikes me as odd when others can't see the patterns I do. For me I think it's due to my memory...it even scares me sometimesremembering line numbers or code above/below the code you are remembering 5 years after writing it is just creepy. Now that's some memory!

RE: Education

2009-10-24 Thread Dave Phillips
I can remember coding I did from more than 10 years ago, but I can't remember to pick up milk when I go to the grocery store for diapers (or vice versa!). I suppose that' what 40 will do to you! BTW - to chime in on the whole education thread - I have a BA degree in Religion which, as you can

CF8/Vista 64 debug output not showing up

2009-10-24 Thread Pete Ruckelshaus
CF8 (64 bit)/Vista Professional (64 bit)/IIS7 This is my development workstation and I am using localhost. For some reason, debug output isn't showing up; I've tried any number of options in CF Administrator settings -- classic and AJAX both, to no avail. I am not using cfsetting to restrict

Re: Trouble with query...

2009-10-24 Thread Will Tomlinson
i'm not very familiar with sql server syntax, but would something like this work? SELECT IFNULL(cpn.numCoupons,0) as numCoupons, couponcode, THEORDERDATE Hmm. didn't work. SQL server didn't like it. :( I just simplified it and didn't break it down by the day. I got somethin that'll

multi-database code

2009-10-24 Thread Ramon Ecung
Just curious how others handle making their programs capable of being run on multiple databases. I'm currently running Oracle XE and MySQL and I want to develop my next application for both databases mainly for the experience, but also so I can learn more about the differences between MySQL

RE: Trouble with query...

2009-10-24 Thread Mark Kruger
Not ifnull ... I'ts isnull .. ISNULL(col,0) AS alias Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Will Tomlinson [mailto:w...@wtomlinson.com] Sent: Saturday, October 24, 2009 6:04 PM To: cf-talk

Re: multi-database code

2009-10-24 Thread Patrick Santora
You have the right idea. I would just be concerned with cfc bloat since you could be mirroring methods. If you'd like to stay clear of this you can consider breaking out your components into folders that represent the database engine itself. Below is an example: dao + mssql +

Translation Strategies

2009-10-24 Thread Anthony Webb
I've got a mid-sized site a client needs to have translated into a few languages. They do not want to use a web service (like google) for this. They would like to have more control over the output. The content is partially in html on the pages, and partially in the database as well (a

Re: Translation Strategies

2009-10-24 Thread Paul Hastings
Anthony Webb wrote: I've got a mid-sized site a client needs to have translated into a few languages. They do not want to use a web service (like google) for this. They would like to have more control over the output. it's not a question of more control, machine translators are 100%