Re: Site masking from GoDaddy.com

2007-08-07 Thread Marlon Moyer
The site masking is no more than a frameset from the original site with a src attribute of the new site. On 8/7/07, Dave Hatz <[EMAIL PROTECTED]> wrote: > I am not even sure "site masking" is the correct term, but let me see if I > can explain what is happening. I have a client with a URL like

Re: QofQ to get a limited set of rows

2007-05-11 Thread Marlon Moyer
simple? not really, but here's one way Select * from my normal database #get results 20 ~ 29 select * from dbtable order by some_field select * from q1 order by some_field desc select * from q2 order by some_field On 5/11/07, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > Lets say I

Re: Licensing on frameworks for Re-sale?

2007-05-11 Thread Marlon Moyer
That's going to open up a whole can of worms when the client tries to use a version of the framework you haven't tested on. Best to somehow package the framework with your product. On 5/11/07, Damien McKenna <[EMAIL PROTECTED]> wrote: > How about either a) writing an installer that pulls down th

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-10 Thread Marlon Moyer
You could always use SVK to check out the project from your subversion repo. SVK doesn't use the .svn directory approach and in essence looks like an exported version of the project. On 5/9/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > Thats why tools like Beyond Compare is good, you only migrat

Re: Parsing an XML object from Flex

2007-03-29 Thread Marlon Moyer
how are you passing it into cf? Are you using xml parse first to convert it to an xml doc? On 3/29/07, Rick Root <[EMAIL PROTECTED]> wrote: > I'm having a problem parsing some XML that is being passed in from a Flex > application. > > It looks like this: > > > > > >

Re: Virus protection

2007-03-16 Thread Marlon Moyer
I've been moving all my home pc's over to this one. http://www.activevirusshield.com/antivirus/freeav/index.adp? It's the free version of Kaspersky backed by AOL. On 3/16/07, Peterson, Chris <[EMAIL PROTECTED]> wrote: > Hard core coders use Coldfusion and event gateways for virus protection. > =

Re: Big SQL security hole at Crystaltech?

2006-05-09 Thread Marlon Moyer
>What I have seen happen a lot is people switch to Linux because they hate >windows. Everything is up and running fine for them but they do not invest >the proper time to learn how to maintain the box to keep aware of security >patches. Now you have an OS with multiple services from multiple open

Re: CF Server stops without a whisper

2005-12-09 Thread Marlon Moyer
I gave up on decoding it when I realized that if I put a 1 second pause between pages they error went away. On 12/9/05, Howard Fore <[EMAIL PROTECTED]> wrote: > On 12/9/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > > > > Thanks, I was able to find the error in

Re: CF Server stops without a whisper

2005-12-09 Thread Marlon Moyer
Thanks, I was able to find the error in the jrun logs. Now I just have to translate just what the h3ll it means. On 12/9/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Marlon Moyer [mailto:[EMAIL PROTECTED] > > Sent: Friday, De

CF Server stops without a whisper

2005-12-09 Thread Marlon Moyer
I'm trying to run an application that generates several thousand reports. It's been running flawlessly for around a year now, but suddenly CF just seems to be shutting down. After about 50 reports, CF just stops responding and will only serve this up for any cf template:

Re: Virtual Directories under CF7 Developer

2005-12-08 Thread Marlon Moyer
Wally, You need to go to Start->Run->Type services.msc. Scroll down and find the "Coldfusion MX 7 Application Server". Dbl Click it and select the "Logon" tab. Yours should have "Local System Account" checked. What you want to do from here is use an account that has access to network resources

Re: Virtual Directories under CF7 Developer

2005-12-07 Thread Marlon Moyer
On 12/7/05, Wally Randall <[EMAIL PROTECTED]> wrote: > 1. Can I set-up virtual directories to development websites on a server from > the CF built-in webserver? I want to map to sites on a server with CM > management but cannot figure out how to do this from the built-in server. > Yes you can.

The be-all-end-all of email regex's

2005-12-06 Thread Marlon Moyer
Anyone have a regex that will validate email addresses that look like such: [EMAIL PROTECTED] "Me Here" <[EMAIL PROTECTED]> and also be able to validate multiple email addy's at once like: [EMAIL PROTECTED], "Me Here" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Thanks -- Marlon A spaceman came t

Re: JSON

2005-12-06 Thread Marlon Moyer
count property also. On 12/5/05, Jim Davis <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Marlon Moyer [mailto:[EMAIL PROTECTED] > > Sent: Monday, December 05, 2005 7:27 PM > > To: CF-Talk > > Subject: OT: JSON > > > > I'm try

OT: JSON

2005-12-05 Thread Marlon Moyer
I'm trying to return a structure of errors to my Ajax call. If there are no errors, it will return an empty structure called errors. The eval'ing this string "{"errors":{null}}" causes javascript to barf. Is this the right format for JSON to represent an empty structure? Thanks -- Marlon A s

Re: Image Saving

2005-11-21 Thread Marlon Moyer
no exceptions huh? On 11/21/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>What I'm trying to say is use the right > tool for the job, be it file system or database. > > This is exactly my point: use a database for data, the file system for > files. > And an image is a file, not data. > > -

Re: Image Saving

2005-11-21 Thread Marlon Moyer
If that were the only feature that didn't make it, I might consider that a reason. As it stands, I think they bit off more than they could chew and probably had compatibility problems so they dropped features to make the release date. On 11/21/05, Munson, Jacob <[EMAIL PROTECTED]> wrote: > > Th

Re: Image Saving

2005-11-21 Thread Marlon Moyer
ok, I'm going to fall back to the age old argument... "If you're so concerned about effieciency, why are you using coldfusion?" Seriously, it seems like you're saying the file system is the 'panacea' for everything. What I'm trying to say is use the right tool for the job, be it file system or da

Re: Image Saving

2005-11-21 Thread Marlon Moyer
On 11/21/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I wouldn't say that there's no advantage. Having one database with > all the image data could easily be used by two or more servers. > > You can do exactly the same with just files in the servers directory system. > So set up another s

Re: Image Saving

2005-11-21 Thread Marlon Moyer
On 11/21/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I've read about saving images as BLOBs inside MS-SQL. Are there any > advantages or pitfalls to doing it this way? > > It is generally not considerd as a good idea to use a database to store > images. > The file management system in th

Re: Image Saving

2005-11-21 Thread Marlon Moyer
On 11/21/05, Mark Leder <[EMAIL PROTECTED]> wrote: > Great points. > > >> You might consider some zip/unzip routines... > > I completely overlooked using zip. :o/ zipping images, particularily jpgs, won't net you any kind of space savings. > ~

Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
here's a link to accompany my answer: http://www.quirksmode.org/css/forms.html On 11/15/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > by default labels are inline elements which shouldn't follow the width > declaration. In your css you can set up the following: >

Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
by default labels are inline elements which shouldn't follow the width declaration. In your css you can set up the following: label {display:block;float:left;} Then all the labels will follow the width declaration. Of course, you open a whole new can of worms with the float :) On 11/15/05,

Re: rss feed

2005-11-15 Thread Marlon Moyer
Daniel, To debug it, change text/xml to text/plain. In the #header# change it to #retrieve_xml# The errors you're receiving right now are because the browser is expecting a nicely formatted xml packet. I'm not sure what you've got #header# set to right now, but it's probably not valid xml. On

Re: rss feed

2005-11-15 Thread Marlon Moyer
Daniel, On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote: > > > > Insert your processing code here. You don't have to use cfscript syntax. Just put a tagset around anything you're outputting. > > > > > >writeoutput(feed); > If the cfscript syntax is confusing, you can always do: #fee

Re: Truncated error

2005-11-14 Thread Marlon Moyer
my guess would be that it's trying to pass "true" or "false" as a string and not a 0 or 1. You might try to something like Then use #updates# in your query. On 11/14/05, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > (I made this question a bit shorter !!) > > Hi guys, > > I am getting a

Re: rss feed

2005-11-14 Thread Marlon Moyer
Nope, just insert your processing code as shown below and you should be fine. On 11/14/05, daniel kessler <[EMAIL PROTECTED]> wrote: > Since this is CFContent, I can only have the xml to export on the page, right? > Currently I do other things on that page too and wasn't sure how to handle > it,

Re: rss feed

2005-11-14 Thread Marlon Moyer
I've used this in the past for exporting only the information wanted and no whitespace: writeoutput("stuff you want to output"); On 11/14/05, daniel kessler <[EMAIL PROTECTED]> wrote: > I'm creating an RSS feed from our What's New database table. > > I've had problems using CFContent becaus

Re: interesting cfqueryparam activity

2005-11-14 Thread Marlon Moyer
I think it has to do with the fact that using queryparam makes CF generate a prepared statement. If you do a profile of what statements actually get sent to the database when using queryparam you'll notice a lot more than just sql in it. On sqlserver what gets passed is actually t-sql where param

Re: Scope for XMLHttpRequest transmited data

2005-11-13 Thread Marlon Moyer
it should show up in the form scope. Are you setting the request header like such: xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); What's the calling function look like? Are you using any of the xmlHttp "Ajax" libraries? On 11/13/05, Claude Schneegans <[EMAIL

Re: More RAD than Ruby On Rails

2005-11-13 Thread Marlon Moyer
On 11/13/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > On 11/11/05, Mark Fuqua <[EMAIL PROTECTED]> wrote: > > I really can't believe Ruby would be/could be quicker than PLUM. > > Nor can I. RoR requires you manually generate controllers, models and > scaffolding. If you want a nicely formatted pag

Re: OT: Ruby on Rails

2005-11-11 Thread Marlon Moyer
#x27;s one line > of code in CF (a CFFILE tag). > > But it really doesn't matter. Both are good, both are bad, and unless > you're discussing a specific application, neither is better than the > other. > > cheers, > barneyb > > On 11/10/05, Marlon Moyer <[EM

Re: OT: Ruby on Rails

2005-11-10 Thread Marlon Moyer
That's the thing, RoR made it so easy to be able to store the image in a database, but still have the speed of a cached copy on the file server. In essence, the first time /image/show/1.jpg is called, RoR will notice there is no file called 1.jpg and will automatically create the 1.jpg file on the

Re: OT: Ruby on Rails

2005-11-10 Thread Marlon Moyer
Welcome to the service, please grab a cup of kool-aid from the table there and have a seat. :) Actually, ever since messing around with ruby, I sometimes get frustrated with CF because there's just not as elegant solutions possible to some problems. Take for instance thumbnailing. In one of my

Re: Tracking Text Only emails

2005-10-20 Thread Marlon Moyer
or outlook, or gmail, or most web based email systems now either. On 10/20/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > It also won't work on XP SP2 machines that block images in e-mails by > defaultto stop exactly what you're doing ;-) > > Bryan Stevenson B.Comm. > VP & Director of E-Com

Re: Rounding...

2005-10-11 Thread Marlon Moyer
sorry, didn't read the question all the way through. On 10/11/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > or > > round(x/10)*10 > > > On 10/11/05, Munson, Jacob <[EMAIL PROTECTED]> wrote: > > Here's a somewhat clunky method: > > > >

Re: Rounding...

2005-10-11 Thread Marlon Moyer
or round(x/10)*10 On 10/11/05, Munson, Jacob <[EMAIL PROTECTED]> wrote: > Here's a somewhat clunky method: > > > roundToTens(31) = #roundToTens(31)# > roundToTens(27) = #roundToTens(27)# > roundToTens(155) = #roundToTens(155)# > > > > > > > > >

Re: View source

2005-09-25 Thread Marlon Moyer
yep, if ms designed cars, in order to check under the hood, you'd need to recline the passenger seat. On 9/25/05, Tony <[EMAIL PROTECTED]> wrote: > i was bit by that same bug quite some time ago, and yeah, that's > what i ended up doing as well... kinda made sense, i mean, not > that it makes se

Re: SOT: Migrating MySQL to SQL Server

2005-09-24 Thread Marlon Moyer
On 9/24/05, Rick Root <[EMAIL PROTECTED]> wrote: > My problem is with the auto_increment columns. I edit my CREATE > statement to set the identity property, and the create works fine but > the data load fails. My guess is that you're having problems getting the identities set from the existing dat

Re: OT - js - determine which submit button was submitted?

2005-09-22 Thread Marlon Moyer
as long as the submit buttons don't already have an onclick event, you could always include this script at the bottom of the page: tags = document.getElementsByTagName('input') for (var i=0;i

Re: ListQualify problem

2005-09-19 Thread Marlon Moyer
You could simplify it by doing this: SELECT MIN(CalendarDate) as MinDate, MAX(CalendarDate) as MaxDate, EventName, GroupID FROM Calendar WHERE GroupID IN ( ) GROUP BY EventName, GroupID On 9/19/05, sp @ who. net sp @ who. net <[EMAIL PROTECTED]> wrote: > I am having difficulties outputting a

Re: funky strings in CFCs?

2005-09-08 Thread Marlon Moyer
make sure all of your cffunction tags have output="false". That has bit me more than I can recall. On 9/8/05, Paul <[EMAIL PROTECTED]> wrote: > I'm getting results from my DAO that don't exactly match the same value when > retrieved using good old-fashioned cfquery. I suspect I'm doing something

Re: Devnet subscription ending

2005-08-29 Thread Marlon Moyer
Thanks Dave, that answers it all. On 8/29/05, Dave Carabetta <[EMAIL PROTECTED]> wrote: > > On 8/29/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > > > > My DevNet subscription is due to end in about a month. I use my > > DevNet versions of DW, FW, &

Devnet subscription ending

2005-08-29 Thread Marlon Moyer
My DevNet subscription is due to end in about a month. I use my DevNet versions of DW, FW, & Flash. When my DevNet subscription ends, does that mean I can no longer use those? -- Marlon "Now watch what you say or they'll be calling you a radical, liberal, fanatical, criminal. " ~

Re: IIS 6 VS Apache

2005-08-26 Thread Marlon Moyer
By default IIS 6 won't serve an svn mime type as far as I know. I know I've had to explicity tell it to serve different mime types on setup. On 8/25/05, Dave Watts <[EMAIL PROTECTED]> wrote: > > Well acl's won't work well here, because .svn folders are > > created in every folder of your applica

Re: .NET suggestions

2005-08-23 Thread Marlon Moyer
Maybe you need to forward this Dilbert cartoon to the CTO http://www.dilbert.com/comics/dilbert/archive/dilbert-20050823.html Marlon On 8/20/05, Rey Bango <[EMAIL PROTECTED]> wrote: > Tom, > > If your CTO is dead set on not using CFML and you need to get knee deep > in ASP.Net, then I suggest p

Re: XSLT question

2005-08-22 Thread Marlon Moyer
You're right, this was how I was using xslt to create cfm templates which aren't valid xml. See now, I've learned something new today On 8/22/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > > >

Re: XSLT question

2005-08-22 Thread Marlon Moyer
listen On 8/22/05, Rick Root <[EMAIL PROTECTED]> wrote: > How do I do this with XSLT? > > > " target="_blank">listen > > > It doesn't seem to like the < in the HREF attribute. > > I'm trying to output the

Re: Variable or CFFILE issue

2005-08-19 Thread Marlon Moyer
Might I direct you to the post about parsing the iTunes xml file as that could be a solution to your problem. On 8/19/05, David Critchley <[EMAIL PROTECTED]> wrote: > We tried running CFFILE on a 72mb file and it died. Our server currently has > 4gb of RAM and 2 processors, all of this is dedica

Re: Parsing iTunes xml file

2005-08-19 Thread Marlon Moyer
redReader = createObject("java", "java.io.BufferedReader"); bufferedReader.init(fileReader); try { do { fileAsString = bufferedReader.readLine(); processLine(fileAsString); } while (true); } catch (coldfusion.runtime.UndefinedVariableException e) { // this indicates end of file

Re: Parsing iTunes xml file

2005-08-19 Thread Marlon Moyer
iTunes will tell you the duplicates, it won't tell you files that are missing until you try to play them. I also want to compare files that may be in the iTunes directory, but may not be in the iTunes xml file. Ephpod? EPHPOD! Where's the fun in using that :) On 8/19/05, Robertson-Ravo, Neil

Parsing iTunes xml file

2005-08-19 Thread Marlon Moyer
First I know this is the wrong tool for the job, but I wanted to try it anyway. I have a 10mb iTunes xml file that I want to parse so I can figure out what songs are missing and what songs are duplicates. First snagusing blue dragon, cffile craps out on read with a null pointer exception. Is

Re: Copy record from query into structure

2005-08-16 Thread Marlon Moyer
Try this function from cflib.org http://www.cflib.org/udf.cfm?ID=358 On 8/16/05, Robert Everland III <[EMAIL PROTECTED]> wrote: > Is there a way to copy an entire record from a query into a structure. I can > reference the query like query["rowname"][rownumber] but when you try to > reference

Re: sharing query objects between coldfusion to .net

2005-08-09 Thread Marlon Moyer
use bluedragon.net :) On 8/9/05, Protoculture <[EMAIL PROTECTED]> wrote: > is there any way this can be done? putting the query object into a server or > session varible perhaps? > > ~| Discover CFTicket - The leading ColdFus

Re: cfform file upload

2005-08-09 Thread Marlon Moyer
That might be the biggest news for me concerning Flash 8. On 8/9/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: > It has a progress bar. Bout damn time no? :) > > Will > > ~| Logware (www.logware.us): a new and convenient web-

Architecture thoughts

2005-08-08 Thread Marlon Moyer
I'm tossing around ideas for the architecture for a new project. I'd like to keep the interface flexible, meaning I'd like to have the ability to use flash, html, "ajax",etc. I was thinking about creating all of the business logic as a set of web services. Any thoughts, pitfalls that I should av

Re: Concatenating PDFs

2005-08-02 Thread Marlon Moyer
Tiffs to PDFs or concatenating PDFs would be great. Thanks! On 8/2/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Yes ;-) anything specific? > > The main usage (PDFs on the fly) is fairly involved (creates a 20 or so page > PDF on the fly with lots of layout elements) and may not be a good s

Re: Concatenating PDFs

2005-08-02 Thread Marlon Moyer
Bryan, do you have any examples of calling this jar? On 8/2/05, Bryan Stevenson wrote: > > It's worth noting that MX 7 uses iText under the hood for its PDF-ing, > > so perhaps you can just use the existing jars. I have no idea if you > > can develop directly against them (i.e., the database driv

Re: Concatenating PDFs

2005-08-02 Thread Marlon Moyer
I use this software. It's command line based but works with CF perfectly. I've got a program that runs 16 crystal reports and creates individual pdfs. I use this program to concatenate all 16 into 1 complete with an index on the left hand side. I've used it with CF4.5 through CFMX6.1 http://ww

Re: Rails like Framework

2005-07-23 Thread Marlon Moyer
On 7/23/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > The thing about rails is that it generates a > > bare bones scaffold form that includes all of > > the editable portions of that table which can > > easily be modified at a later time. In CF, > > you still need to create a form with all of

Re: Rails like Framework

2005-07-23 Thread Marlon Moyer
On 7/23/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > I finally did have a look at the flash movie presentation for Ruby on > Rails, you know, the "build a blog in 15 minutes" presentation. I have > to admit, there seemed to be a number of similarities between that > presentation and the Power o

Re: OT: CSS and Firefox

2005-07-21 Thread Marlon Moyer
What's interesting is when I use the webdeveloper toolbar 'edit css' option, the screen will redraw quickly and have the correct spacing on the top. It looks like FF is having trouble parsing that second stylesheet. You might want to try to get rid of everything but the definition for that div n

Re: Purpose of HTML tags at beginning of cfoutput in classic.cfm debug page

2005-07-19 Thread Marlon Moyer
to close off any unclosed tags that might render the debugging content invisible. On 7/19/05, sonicDivx <[EMAIL PROTECTED]> wrote: > What is the purpose of all the HTML tags? > > Thanks > Kevin > > > ~| Logware (www.logware.u

Re: Crystal Reports

2005-07-19 Thread Marlon Moyer
isn't there a way to use CFREPORT with Crystal? > > Thanks > > Niklas > > > On 19/07/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > > Niklas, > > > > I've been dealing with the scourge of crystal for a long time. This > > is the solut

Re: Crystal Reports

2005-07-19 Thread Marlon Moyer
Niklas, I've been dealing with the scourge of crystal for a long time. This is the solution I've had the most luck with. I know that this solution works with CR 8.5, but I'm not sure about newer versions. This solution also requires Crystal and .Net framework to be installed on the server. Ess

Re: Show the code not the conversion.

2005-07-12 Thread Marlon Moyer
My fault. I half copied your regex. I started to type my own in and thought, "Hey, Isaac already did this", of course by then, I had already forgot to put the "re" in front of replace. :) On 7/12/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > Cool solution, except the regex does not seem to

Re: Show the code not the conversion.

2005-07-12 Thread Marlon Moyer
obscureCommand.cfm usage:
On 7/12/05, Ian Skinner <[EMAIL PROTECTED]> wrote: > No, I want the htmleditformat, but I would like it to display the escaped > code, no

Re: Brain Freeze

SELECT ID, Product_ID, Category_ID FROM Product_Category WHERE Category_ID in () SELECT NAME FROM Products WHERE Product_ID in () On 7/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All, > > I've got three queries all passing variables from previous queries. The > issues? > The second qu

Re: CF7 - 16 character limit on SQL passwords

I can verify that the same behavior exists on CFMX6.1 also with MSSql. I did the hard route and changed to shorter passwords. On 6/29/05, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Dude, if it is a bug it, is a bug and no messingtry and log it or add > your weight into the offici

Re: CFUnited Presentations

er or Media Player. Of course, the audio stream was a few seconds off of the video. Breeze really shines when it comes to live meetings and I thought CFUnited would be a great way to show off the tech. On 6/28/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > On 6/28/05, Marlon Moyer <

CFUnited Presentations

I saw that Joe Rinehart is "breezing" his presentation on Model-Glue from CFUnited, are there any other presenters doing the same? -- Marlon "Oh man, I need TV when I got T. Rex." ~| Discover CFTicket - The leading ColdFusion H

Re: Fw: Your recent email to us

Yep. On 6/28/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Anybody else getting this? I seem to get one everytime I post to CF-TALK. > > Goldman Sachs JBWere's electronic mail policy prohibits the receipt or > distribution of material which may be regarded as offensive or spam mail. If

Re: OT: Podcasting..

http://www.castblaster.com/ On 6/27/05, Mark A Kruger <[EMAIL PROTECTED]> wrote: > I'd like to try doing a podcast (audio) - maybe once a week. I have no > problem configuring the RSS feed (seems straightforward) - but I have > another question. What software and hardware does anyone recommend fo

Re: Viewing Hidden Frames Source Code in Firefox...

Install this extension which is an HTML validator. https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=249 This will create an icon in the lower right hand side of the browser that has a view source option. When you choose that, it will l

Re: mach II or fusebox?

I feel the same way, but even more so. I've looked at the examples on the ontap site and feel like the learning curve is about like | while I've been able to pickup fusebox & mach-ii & mg fairly easy with a learning curve more like / I think it might be that I need a video tutorial so that the di

Re: Rails like Framework

eeks :) > > (that's all I'll say for now) > > -Joe > > On 6/16/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > > Model-glue is great, but it's not even close to what RoR provides. > > I'm not sure of anything done in CF that's close to RoR

Re: Rails like Framework

I take that back there is one kinda close thing. PLUM is very close to RoR in the code generation aspect, it doesn't have the ORM ability of RoR. Check out PLUM at www.productivityenchancement.com On 6/16/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > Model-glue is great, but

Re: Rails like Framework

Model-glue is great, but it's not even close to what RoR provides. I'm not sure of anything done in CF that's close to RoR. I've not used Cake so I can't comment about it. Marlon On 6/16/05, Greg Luce <[EMAIL PROTECTED]> wrote: > Sounds like Model-Glue might interest you. http://www.model-glue.

Re: OT: DB schema diagram, now what?

If you have the enterprise version of visio, you can use it to create the database, although I would recommend against it as it creates old style 'trigger' relationships. I've had much better results using Diagrams on Enterprise manager. On 5/27/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > In

Re: CF Enterprise Edition vs. CF Standard Edition

In Texas that's three words. On 5/19/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > two words: asynchronous gateway > > > We are looking at moving up to MX7 from MX6.1 Standard. > > How would you sell the idea of moving from Standard to > > Enterprise? What are the compelling reasons for spend

Re: Sessions and File/New/Window in IE

This is the way it's supposed to work. If you choose File--> New Window, the new window will be an extension of the current session. If you choose Start-->Program Files-->Internet explorer, you will get a new session with new session variables. I'm not sure of a work around because it's dependen

Re: Creating Windows GUIDs with Cold Fusion

Sorry, gmail hiccup. On 5/9/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > Like this? > > http://www.cflib.org/udf.cfm?ID=54 > > or do you mean something else... > > On 5/9/05, SStewart <[EMAIL PROTECTED]> wrote: > > All, > > > > Has an

Re: Creating Windows GUIDs with Cold Fusion

Like this? http://www.cflib.org/udf.cfm?ID=54 or do you mean something else... On 5/9/05, SStewart <[EMAIL PROTECTED]> wrote: > All, > > Has anyone tried creating a Windows GUID (Globally Unique Indentifier) with > Cold Fusion? > > sas > > Scott A. Stewart, > Web Application Developer > >

Re: Creating Windows GUIDs with Cold Fusion

Like this? http://www.cflib.org/udf.cfm?ID=54 or do you mean something else... On 5/9/05, SStewart <[EMAIL PROTECTED]> wrote: > All, > > Has anyone tried creating a Windows GUID (Globally Unique Indentifier) with > Cold Fusion? > > sas > > Scott A. Stewart, > Web Application Developer > >

Re: Scheduled task creates a session

Thanks, from your email and Ian's, I figured out how to do it. At the top of my application.cfm ,I've got the line works perfectly. I had no idea you could set the session management on the fly. I figured as soon as you turned off session management, it would turn off all active sessions. tha

Scheduled task creates a session

I was just experimenting around with the unsupported sessiontracker object and was surprised to see that my scheduled task was creating a session every 3 minutes when it ran. Considering my session timeouts timeouts are set at 4 hours, that's a lot of extraneous sessions held in memory. What can

Re: SOLVED: Re: SOT: CVS getting started help

I had the same experience with Hatton. He really goes out of his way to help people. The downside is when he calls you, nobody else realizes how much he helps. On 4/22/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Thanks Marlonand a BIG thanks to Hatton who actually picked up the phone >

Setting up Subversion

For anyone interested in setting up Subversion on a Win32 server, this is a great hand holding tutorial for it. It's geared towards Unreal Tournament development, but you can easily translate it to web development. http://wiki.beyondunreal.com/wiki/Setting_Up_A_Subversion_Server -- Invite 50 F

Re: What's your setup for multiple developers

I would like to use CFEclipse, but I got really used to using CTRL-SHIFT-U to send a file to the production server for small updates. What I'd really like to to have all updates go to source control and then have a quick way to update the production server from source control. Then I really would

Re: What's your setup for multiple developers

do you have any suggestions for a windows only environment concerning version control? I know the vb guy uses MS VSS. How easy is that to integrate into DWMX? On Apr 12, 2005 12:42 PM, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Apr 12, 2005 6:13 AM, Marlon Moyer <[EMAIL PROTE

What's your setup for multiple developers

I'm trying to figure out best to configure my development server. I've got 2 developers and 1 more on the way soon. We currently work with CF6, but we are thinking of going to CF7 very soon. I've always used the devnet version of CF on my local machine, currently CF6, to develop and the other de

Re: Devnet vs. Developer Edition

in addition to localhost. > > cheers, > barneyb > > On Apr 11, 2005 1:48 PM, Marlon Moyer <[EMAIL PROTECTED]> wrote: > > I have noticed how irritating that META tag can be. I know that the > > old Developers version used to let one external ip and localhost > > conne

Re: Devnet vs. Developer Edition

is dead, if you've got lingering subscription time it'll > last until then, but you can't renew, so it's probably best to avoid > any dependance on it, even if it'd make things easier (which it does). > > On Apr 11, 2005 1:29 PM, Marlon Moyer <[EMAIL PROTECTED]&g

Devnet vs. Developer Edition

If I have the Devnet version of CFMX 6.1, what is the benefit of it over the Developer's version of CFMX 6.1? I'm asking, because I'm building a new development server and I'm about to install a CF server. Also, if I'm planning on installing CFMX 7, would this influence what version I should choo

Re: Built a dirty word checker, testing please?

, April 09, 2005 3:22 PM > To: CF-Talk > Subject: RE: Built a dirty word checker, testing please? > > wanker > > -Original Message- > From: Marlon Moyer [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 09, 2005 11:26 AM > To: CF-Talk > Subject: Re: Built a dirty w

Re: Built a dirty word checker, testing please?

"Toss my salad" passed with flying colors! :) On Apr 9, 2005 12:23 PM, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >Even with english it doesn't appear to work at all... every single one > >of these words passed: dirty filthy slimy greasy sleazy scuzzy cruddy > >dungy grubby grungy mucky muddy mu

Re: ms-sql ( if statements )

If you want to do this kind of dynamic query, I believe you need to be using the CASE WHEN THEN ELSE END format for ms-sql, but that will be a beast to create. If you want to do this with CF creating a dynamic query, you'd do something like this:

Table name - Camel case or Underscore

Sorry, couldn't resist :) Marlon -- Invite 50 Friends to Gmail! Who has friggin' 50 friends!? ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.

Re: Table name - Singular or plural?

Why is this even a consideration. What other programming languages do you use that allow you to have correct English syntax? SQL is (S)tructured (Q)uery (L)anguage. As far as I know, the only grammer rules is requires pertain to well formed query statements. CF doesn't pluralize it's scopes eve

Re: how many xml nodes

There's nothing that I know of. This seems like it'd be fairly to create a recursive function to do this though but it could vary by what you call a node. In javascript, there seems to be several nodeTypes (eg. the text inside of a pair of tags is considered a node)Not sure of the CF implemen

  1   2   3   4   5   >