Re: MM and CFEclipse

2005-08-02 Thread Rob
I would like to add that MM has been very cool, and very helpful with the CFEclipse project so far. They have some good ideas for features and project direction. (I re-read my previous post and it seemed a bit crass which was totally unintentional) On 8/2/05, dcooper @ macromedia. com dcooper @

Re: CFC / Java file reader help.

2005-08-02 Thread Rob
It's probably: do { outputStr = outputStr variables.bufferedReader.readLine() chr(13) chr(10); } while (true); you need to break that loop somehow - that is an endless loop. You'll probably want to either check readline for null or eof and break out of the loop, or have some other

Re: MM and CFEclipse

2005-08-01 Thread Rob
For those who took the time out to head to CFUnited - what was/is the deal with MM and it's support of CFUnited? Could it spell the end of DW as a bloatware ColdFusion development tool? Is this just another weapon in the Abobe (cough) arsenal? Will CFEclipse remain free!?! It's another

Re: thin array / cfbam.cfc

2005-07-19 Thread Rob
the net is http://www.robrohan.com/projects/neuromancer Cheers, Rob On 7/19/05, Thomas Chiverton [EMAIL PROTECTED] wrote: Where can I get the Coldfusion side of the JavaScript/Ajax thinarray object, which I think should be called cfbam.cfc ? All the links pointing to it being on Rob's site

Re: Free flash media player

2005-07-18 Thread Rob
Thank you to everyone who posted Heres a free Flash video player that I use for development purposes. If you need something like this, but a little different, let me know and I might be able to help you out. http://www.martijndevisser.com/archives/01.php This is almost exactly what I

Re: SOT: Free flash media player

2005-07-18 Thread Rob
On 7/18/05, John Dowdell [EMAIL PROTECTED] wrote: Rob wrote: Is there a flash ... uh... movie that can play ... well ... movies (quicktime or whatever)? Dave had the info. The Macromedia Flash Player 7 contains a single video codec, Sorenson Sparc, and can directly render SWF, FLV, MP3

SOT: Free flash media player

2005-07-17 Thread Rob
I've seen them before on the net, but I cant seem to get the search terms for google right... Is there a flash ... uh... movie that can play ... well ... movies (quicktime or whatever)? The free-er the better. I have a need to play some simple videos, and would like to have a flash program that

Re: Not to start a flame war.....

2005-07-16 Thread Rob
I would like as civilized discussion on the differences between .NET and ColdFusion MX7 Enterprise. I know all the arguments of free vs. licensing, ease of language, ect and I am not looking to rehash those. I would like a break down of features one has and the other doesn't, such as

Re: exporting a ms sql db

2005-07-16 Thread Rob
i have to move a ms sql db to a mysql db, whats the best way? Remember I am on a mac and our good friends at m$ don't make cross platform products (cuz they suck) but I guess I can fire up a pc if need be. Does the server running mssql server have terminal service running? If so you can

Re: I hate MS Word

2005-07-12 Thread Rob
http://www.openoffice.org/ On 7/12/05, Jeffry Houser [EMAIL PROTECTED] wrote: So, when I go after a consulting-type job, I write up a cover letter in MS word. That's all fine and dandy. I have a general template I use for cover letters, and mix and match them depending on the job

Re: CF code documentation . . . JavaDoc?

2005-07-01 Thread Rob
If you write a lot of CFCs Spikes cfcdoc tool is very cool http://spike.org.uk/projects/cfcdoc/ For static cfm stuff you can try NaturalDoc http://naturaldocs.org/ works well for most other languages and coldfusion is listed as supported (I've used naturaldoc with vb.net and javascript with much

Re: Should I add raw images to SVN?

2005-07-01 Thread Rob
I'm debating whether I should add the source images used on our websites to SVN. The images I've not added tend to be several megabytes each, often 100+ per project, and generally are taken with digital cameras. Right now I've got the final cropped manicured images in SVN, just not the

Dump CFCATCH

2005-06-28 Thread Rob Barthle
We recently heard from some people in our OPS department that mentioned this was happening as well. Personally, I've been using the following template for CFCATCH dumps. Have not had a problem so far with it. cfswitch expression=#cfcatch.Type# cfcase value=application

Re: Using Firebird as an embedded database

2005-06-27 Thread Rob
On 6/27/05, John Paul Ashenfelter [EMAIL PROTECTED] wrote: On 6/23/05, Dave Watts [EMAIL PROTECTED] wrote: We've a few projects here where we'll need some kind of an embedded DBMS. It'd be nice to avoid MySQL (because of the need for a commercial license), MSSQL (as it's Windows only and

Re: OT: Podcasting..

2005-06-27 Thread Rob
If you're lucky enough to use a Mac you can follow this posting on how to get it going http://www.engadget.com/entry/5843952395227141/ I've followed that and it'll have all you need On 6/27/05, Mark A Kruger [EMAIL PROTECTED] wrote: I'd like to try doing a podcast (audio) - maybe once a week. I

Re: XML from a XSD

2005-06-24 Thread Rob
http://www.rewindlife.com/archives/000162.cfm On 6/24/05, David Manriquez [EMAIL PROTECTED] wrote: You're right Nick , sorry I meant something to validate my XML against XSD :) David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Nick de Voil

Re: CFWDDX JavaScript error

2005-06-23 Thread Rob Barthle
My eyes! My eyes! Make it stop! ... do you leave the extra spaces in those tags in production? Assuming you weren't just making a joke, of course I don't. That was solely for the ability to display tags in the emails. Wasn't sure if they'd try and get processed or not. In answer to your

Re: CFEclipse problem

2005-06-17 Thread Rob
that tells me how to use the tag I was typing. Is there a way to turn that off? That feature would be great if I was a beginner, but I am not and it is quite annoying because it blocks off most of my screen. Not at present, I think there was talk of adding a preference though :) Cheers, Rob

Re: neuromancer

2005-06-08 Thread Rob
The thinarray.js library is no longer included in the distro for copyright reasons (some people want to show some people some things about stuff - hows that for vague) - I should have taken the test file out too sorry about that On 6/8/05, Paul [EMAIL PROTECTED] wrote: Thanks for the idea,

Re: neuromancer

2005-06-08 Thread Rob
, Integer, Structs (multi level), and Arrays work fine (from any Axis RPC based web service). Rob, is thinarray.js still available somewhere for download? No, but I'll send it to you if you want it (Barney helped write it BTW) On 6/8/05, Barney Boisvert [EMAIL PROTECTED] wrote: Rob, is thinarray.js

Re: xmlHTTP

2005-06-06 Thread Rob
On 6/6/05, Micha Schopman [EMAIL PROTECTED] wrote: David, Are you sending the XML with the text/xml content type? Content types are key to valid XML detection. In every browser except IE - so if it's not working in firefox or safari, but is in IE... -- ~Blog~ http://www.robrohan.com ~The

Re: CF Google desktop search

2005-06-03 Thread Rob
Something more than my_search_string filetype:cfm I take it? On 6/3/05, Paul [EMAIL PROTECTED] wrote: Is there anyone on the list with the ability and inclination to create a plugin for Google desktop search that would allow us to search inside our ..cfm source files? People have written

Re: CF Google desktop search

2005-06-03 Thread Rob
to index certain files/folders so I can use the filetype filter? -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:10 AM To: CF-Talk Subject: Re: CF Google desktop search Something more than my_search_string filetype:cfm I take it? On 6/3/05

Re: Storyboard Tool

2005-06-03 Thread Rob
A WYSIWYG tool? Dreamweaver or NVu http://www.nvu.com/ On Mac OmniGraffle (http://www.omnigroup.com/applications/omnigraffle/) has a UI palette (http://www.omnigroup.com/applications/omnigraffle/extras/). Its much more user friendly than Visio IMHO, but it's mac only. On 6/3/05, Richard Colman

Re: OT: Import/Export for PostgreSQL

2005-06-01 Thread Rob
It's kind of a pain, and very slow with lots of data, but you can make sql server generate sql for the schemas (you'll have to tweak the sql a bit for it to work in postgres). You can then export the data into sql statements using the all tasksexport data function in mssql, and then run the script

Re: CF vs LAMP

2005-05-31 Thread Rob
We have a client that is trying to decide whether to go with my company or another company. We are a CF/MS SQL shop, and the other company does LAMP development (Linux, Apache, MySQL, Perl). I was wondering if anyone on this list can give some ideas of the pros and cons of using CF/MS SQL

Re: CF vs LAMP

2005-05-31 Thread Rob
On 5/31/05, Richard Crawford [EMAIL PROTECTED] wrote: On Tuesday 31 May 2005 12:42, Russ wrote: In addition to phpmyadmin (which I've grown to love) there is also the mysql control center and a couple of other GUI tools which have been developed. And for the hardcore, there's always the

Re: CF vs LAMP

2005-05-31 Thread Rob
So the MSDE/MS-SQL 2005 Express *db* is free, but you've got to buy the management tools (even if it's only $50). or just download this http://www.isqlviewer.org/ and this http://jtds.sourceforge.net/ and your ready do go on any platform (and FOSSy too) -- ~Blog~ http://www.robrohan.com ~The

Re: Batch file to restart service

2005-05-31 Thread Rob
I think net stop ColdFusion MX 7 Application Server and net start ColdFusion MX 7 Application Server will do it On 5/31/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone have a batch file that when run would stop and then restart the CF service on a Win 2000 server. I tried this

Re: Batch file to restart service

2005-05-31 Thread Rob
server and have it stop the service on another server. I considered the net stop commands but they only seem to work on the server that you run them on. Lorne -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: May 31, 2005 16:04 To: CF-Talk Subject: Re: Batch file

Re: Robot.txt question... security issue?

2005-05-27 Thread Rob
Hacker: Originally, a hacker was someone who made furniture with an axe. In computing slang it is a person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. Also, one who

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Mike Klostermeyer [EMAIL PROTECTED] wrote: ...once Marc left last year, I think that was the sign that Microsoft is over as a software company... Who's Marc? Yep, couldn't agree more. I'm tossing all of my MS servers/desktops and all MS software out in the trash today. That

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. not because they're losing money Thing happen with companies before

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
p.s. I'll allow your silly comparison between MS and the Romans to pass only to counter-act my silly estimate of MS's financial net worth. Deal ;) - ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
that. (It doesn't even really matter much now I guess - I've gotten along fine without them so I shouldn't complain) Rob sits back down. -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Kwang Suh [EMAIL PROTECTED] wrote: On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. How does giving

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
BAH! this is getting(?) way off topic Kwang email me off list if you want to continue :) On 5/27/05, Rob [EMAIL PROTECTED] wrote: -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net

Re: CFMX7 and OSX 10.4 install issue

2005-05-26 Thread Rob
Yeah I have seen that. Just click on the submit button it'll error saying you didn't put in the password. After that you can focus to it (at least I could) On 5/26/05, Tom McNeer [EMAIL PROTECTED] wrote: Hi, I've posted this to the CF-Mac list, but haven't found a solution yet, although Mark

RE: cfdocument pdf problem with developer edition

2005-05-21 Thread Rob Condon
That was it! I have an older version of full Acrobat. Downloading the latest reader fixed the problem. Thanks, Sean! Rob -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 8:18 PM To: CF-Talk Subject: Re: cfdocument pdf problem

RE: cfdocument pdf problem with developer edition

2005-05-21 Thread Rob Condon
That was it! I have an older version of full Acrobat. Downloading the latest reader fixed the problem. Thanks, Sean! Rob -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 8:18 PM To: CF-Talk Subject: Re: cfdocument pdf problem

cfdocument pdf problem with developer edition

2005-05-19 Thread Rob Condon
. The flashPaper output does not have this limitation. Do I really need to install the licensed version to develop pdf reports; or is there something I'm doing wrong? Thanks, Rob ~| Logware (www.logware.us): a new and convenient web-based

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Rob Condon
: Thursday, May 19, 2005 2:48 PM To: CF-Talk Subject: RE: cfdocument pdf problem with developer edition You should be able to see your report. That message appears as a watermark on the Dev version. -Original Message- From: Rob Condon [mailto:[EMAIL PROTECTED] Sent

Re: J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Rob
http://www.robrohan.com/blog/index.cfm?mode=entryentry=9B8F98DE-13C9-519C-6C958F2F38E1BACD On 5/6/05, Jon Gunnip [EMAIL PROTECTED] wrote: Hi, I have an issue with J2EE session and the incorrect session cookies being sent by IE. I manage a CF site with name like

Re: OT: Color Spies

2005-05-05 Thread Rob
Firefox has an extension https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefoxcategory=Developer%20Toolsnumpg=10id=271 I think that's what you mean. As for suggesting colors, isn't that a bit subjective? I don't know how it would do that, but that plug in does not

Re: cfform problems with IE on Mac

2005-05-03 Thread Rob
A bit on the side, but unless you have to support IE on the Mac I wouldn't waste my time - Microsoft has dropped development of IE on the Mac so its pretty much a dieing product. http://www.macworld.com/news/2003/06/13/explorer/ With options like Safari and Firefox it's really not a player

Re: Microsoft sponsoring CFUNITED-05

2005-04-29 Thread Rob
to the community and to give themselves every opportunity to understand where the industry is going. Rob wrote: I went to the Microsoft booth at Linux World because I felt bad for the poor guys standing there. I saw them an networld+interop, and I think I saw them at Mac World too

Re: Microsoft sponsoring CFUNITED-05

2005-04-29 Thread Rob
That was the new American Math btw: 61 / x = 37 x = like half :-/ On 4/29/05, Rob [EMAIL PROTECTED] wrote: They *used* to have that much. It's down to like 35 billion or so (yup thats like half) http://finance.yahoo.com/q/ks?s=MSFT Looks like thier cash is going the way of IE usage

Re: Where are all the mid-level CF developers?

2005-04-29 Thread Rob
BAH! I suck But really, check out Carl's Jr. Managers - when I got my first CF job (50K) my dad was berly making more than me at like 65K (that was quite a while ago too) On 4/29/05, Daniel Brown [EMAIL PROTECTED] wrote: Dude, that's in new zealand, presumably in New Zealand dollars, which are

Re: Where are all the mid-level CF developers?

2005-04-29 Thread Rob
And I cant spell to boot... But really, check out Carl's Jr. Managers - when I got my first CF job (50K) my dad was *barely* making more than me at like 65K (that was quite a while ago too) On 4/29/05, Rob [EMAIL PROTECTED] wrote: BAH! I suck On 4/29/05, Daniel Brown [EMAIL PROTECTED

Re: Where are all the mid-level CF developers?

2005-04-29 Thread Rob
Ah yeah I see - I am in California and that's median... Cal = 40K On 4/29/05, Daniel Brown [EMAIL PROTECTED] wrote: Dude, that's in new zealand, presumably in New Zealand dollars, which are worth alot less than US dollars. As far as I can tell the average salary for a fast food manager in

Re: Get file size on UNIX?

2005-04-28 Thread Rob
On 4/28/05, Burns, John D [EMAIL PROTECTED] wrote: Yeah, I guess that would work. I was thinking more along the lines of an OS function or something. something like this? ls -alh ./ | grep -v .* \. | awk {'print $5| $9'} I'd go with the cfdirecotry myself ;) -- ~Blog~

Re: Get file size on UNIX?

2005-04-28 Thread Rob
I'd go with the cfdirecotry myself ;) *cfdirectory* I need a cfspell checker - stupid lexdysia -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net

Re: Microsoft sponsoring CFUNITED-05

2005-04-28 Thread Rob
So I gather Microsoft is sponsoring CFUNITED-05... I went to the Microsoft booth at Linux World because I felt bad for the poor guys standing there. I saw them an networld+interop, and I think I saw them at Mac World too. The point is, good or bad, they go to (and by that I mean sponsor) almost

Re: [OFF] Discover an XML namespace

2005-04-27 Thread Rob
On 4/27/05, Dave Merrill [EMAIL PROTECTED] wrote: Please excuse the basic XML question, but how do you find out what a namespace referenced like this looks like: html xmlns:v=some_domain.com or html xmlns:v=urn:schemas-microsoft-com:vml I am not sure what you are asking here.

Migrating MX6.1 to MX7 problems with Apache

2005-04-26 Thread Rob Condon
suggestions? Thanks Rob ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15

RE: Migrating MX6.1 to MX7 problems with Apache

2005-04-26 Thread Rob Condon
, Rob -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 8:36 AM To: CF-Talk Subject: RE: Migrating MX6.1 to MX7 problems with Apache JRunConfig Serverstore C:/CFusionMX7/runtime/lib/wsconfig/1/jrunserver.store

Re: Save web page

2005-04-25 Thread Rob
I think you want cfhttp then get the text out http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm you'll get the html tags too, however, which it doesnt sound like you want cfhttp url=http://www.mypage.com;

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
On 4/25/05, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 7:01 AM To: CF-Talk Subject: Re: Any Free/Low cost anti-spam/anti-virus software? Kay Smoljak wrote: Do you install

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
On 4/25/05, Dave Watts [EMAIL PROTECTED] wrote: All this upgrading, licensing updates, tweaking, and man hours sure does sound like it cost less and it much more enjoyable than an OS switch to me :-) How the heck would switching your desktop OS affect spam filtering on your mail server?

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
So, again, where exactly does switching your desktop OS fit into this? If you have many pop / imap accounts you have to control the spam on the client because not all servers to do it for you - not every one will filter spam correctly or at all so you're going to have have client side filtering

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
That's how it fits into this. However, I do feel your anger about the suggestions and I'll quit suggesting it. I'm not angry. I just think that it's an absurd piece of advice. Don't stop offering it on my account. hehehehe :) -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for

Re: CrystalTech Users Beware

2005-04-24 Thread Rob
Yeah, but Adobe might. If they don't fire everyone on this list who works for them, Yikes man that's messed up. Going through an acquisition is kind of stressful and there are quite a few MM guys on this list - maybe a little respect? I am going to start naming all my applications the exact

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-24 Thread Rob
I'm at the point where I have to renew my licenses for my anti-virus software, and my anti-spam is going to have to be renewed soon, so I'm looking for alternatives. Both of them are not really keeping up with the current pace. somewhat_of_a_joke_but_not_really Here's your best bet for anti

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-24 Thread Rob
/somewhat_of_a_joke_but_not_really If that's your idea of a joke, you'd better keep your day job, Rob. I hate my day job Dave :-) Use what thou wilt. bunch_of_truthful_windows_bashing_deleted_for_reasons_of_brevity / -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org

Re: macromedia and Adobe?!

2005-04-18 Thread Rob
Adobe is not adverse to servers. They have a document server that can be used to dynamically generate pdfs http://www.adobe.com/products/server/documentserver/main.html Could be good could be bad. Adobe is a pretty good company though so I personally am trying to not jump to any conclusions. --

Re: OT JavaScript [not Macromedia/Adobe]

2005-04-18 Thread Rob
I like to try to use the DOM in a w3c manner. Here is a pretty good site to see your options http://www.quirksmode.org/dom/w3c_core.html if you mean cross browser to include NS4 though, forget that :) On 4/18/05, Ian Skinner [EMAIL PROTECTED] wrote: Assume the following HTML markup. td

Re: OT: Using Spotlight on Tiger OS as an indexing tool

2005-04-14 Thread Rob
Might be a bit hard to get information on this right now as most people who have Tiger are under NDA... If so, does anybody know if it is easy to leverage Spotlight's search abilities and (almost instantaneous) metadata indexing skills (say using CF or Java) There are APIs to use Spotlight,

OT: CFMX Hosting

2005-04-13 Thread Rob
I am in the market for some hosting, does anyone have any good suggestions? I'd prefer cfmx7 on linux, and I'd like to get this squared away tonight. I am looking at these right now: HostNexus: http://www.hostnexus.com/solutions/coldfusion_plans.htm Intermedia:

Re: Building Applications for multiple DB's

2005-04-12 Thread Rob
Check out Raymod Camdens cf blog app - http://www.camdenfamily.com/morpheus/blog/ It has support for MySQL, Access, I think MSSQL, and I added postgres (I don't know if that got merged though) - anyway it's an open source example of a multi db app you can play with. On Apr 11, 2005 1:07 PM,

Re: Create Excel file??

2005-04-12 Thread Rob
Sure - I only have code right here that uses the jexcelapi one (the POI is at home, but they basically work the same) You add the jar to your cfmx classpath (google if you dont know) then you do have access to the java libraries. For example to read an excel file: !--- create the excel java

Re: recoding some parts into Java...

2005-04-08 Thread Rob
Essentially what is happening is we've broken down our email sendouts into smaller groups. This was done before I came here, but I assume it was done in this manner to make the chunks more managable and to be able to monitor the progress of the entire system. ( ie... we get a confimation

Re: Create Excel file??

2005-04-05 Thread Rob
I have used POI with great success - http://jakarta.apache.org/poi/ - to read and write excel files. I've also used http://jexcelapi.sourceforge.net/ on a couple of cf projects and it worked well too. Both are pure java and allow you to create binary versions xls files Cheers On Apr 4, 2005 7:57

Re: CF app as EAR/WAR file

2005-04-05 Thread Rob
If I could ride the coat tails of this question... what license do you need when you ear/war up a cf project to sell (someone just asked me).. On Apr 5, 2005 9:42 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I've been asked to give a CF talk to a group of mainly Java folks. My Java

Re: CF app as EAR/WAR file

2005-04-05 Thread Rob
What I mean to ask is, does the receiver of the ear/war need to buy CF too, or is there a distribute license or something? From what you posted I get the impression that anyone who wants to run the ear/war I made with CF needs to have a CF license too - yes? On Apr 5, 2005 10:36 AM, Dave Watts

Re: CF app as EAR/WAR file

2005-04-05 Thread Rob
Rob asked about licensing. When you create the J2EE package (the EAR/WAR file), you can optionally enter a serial number for a new Enterprise Edition of CFMX (you need to buy the license from Macromedia). If you do that, the deployed application will be a fully-licensed, fully-functional copy

Re: CF app as EAR/WAR file

2005-04-05 Thread Rob
The receiver of the EAR/WAR needs to have a CFMX Enterprise license to be able to deploy the EAR/WAR on a production server. If you are creating an EAR/WAR for deployment on another server, and you have a valid license number for that server, you can enter it when you create the EAR/WAR.

Re: CF app as EAR/WAR file

2005-04-05 Thread Rob
Cool - thanks dave that totally cleared it up for me On Apr 5, 2005 11:48 AM, Dave Watts [EMAIL PROTECTED] wrote: I told the guy who asked me to call MM himself to get the skinny, but now I am curious. As usual I am a bit slow, and a confused mind says no so is this accurate... 1. I

Re: problem with parsexml

2005-04-05 Thread Rob
On Apr 5, 2005 1:30 PM, Ben Mueller [EMAIL PROTECTED] wrote: Thanks for the prompt reply. I was sort of afraid that was the answer. So...uh...I'm sure many people want to use those special characters within XML documents, divorced of CF. What's the standard practice, then? Do people

Re: testing....is this thing on?

2005-04-01 Thread Rob
Matt, you live in Fresno? On Apr 1, 2005 3:40 PM, Matt Robertson [EMAIL PROTECTED] wrote: On Apr 1, 2005 1:36 PM, Rebecca Wells [EMAIL PROTECTED] wrote: Yup, it's called April Fool's day, aka, St. Stupid's Day. I absolutely couldn't help myself. I called my girlfriend and told here a Mr.

Re: Table name - Camel case or Underscore

2005-03-31 Thread Rob
I just got Camel Case - sometimes I am a bit slow - thats prEtTy funny :) On Thu, 31 Mar 2005 12:33:04 -0500, Calvin Ward [EMAIL PROTECTED] wrote: Did you mean Camel Case or Pascal Case? -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source

Re: Using CF to get details of MP3 and/or convert bitrates of MP3s

2005-03-25 Thread Rob
I don't know if this will help but I've used this library http://www.javazoom.net/mp3spi/mp3spi.html to read and play mp3s. It's in java so you should be able to createObject your way around to do what you want or as the minimum make a wrapper object. (FOSS btw) good luck rob On Fri, 25 Mar 2005

Re: eval

2005-03-24 Thread Rob
Though I highly doubt Sean's challenge included Bluedragon... I've had to use evaluate on BD with a cfc, but that's probably because I misunderstand how this is supposed to work in cfc's nowadays (let alone if it's the same on mx and bd): cfloop collection=#this# item=x !--- evaluate is

Re: Ajax

2005-03-21 Thread Rob
Ok you guys don't go blasting Tommy - you'll get me in trouble ;) It is too expensive, imho. Folks keep saying that 12,000 isn't much, but that's not the whole picture. It's 12,000 per server up to 2 cpus. So for Tommy, if they were to deploy it load balanced, that's at least 24,000. How

Re: Ajax

2005-03-21 Thread Rob
do weee do weee do --- wahh wahh wahh do weee do weee do --- wahh wahh wah On Mon, 21 Mar 2005 16:15:06 +, Mark Drew [EMAIL PROTECTED] wrote: Handbags at dawn Rob! ;) MD -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open

Re: Ajax

2005-03-20 Thread Rob
On Sun, 20 Mar 2005 22:59:17 -0500, Justin D. Scott [EMAIL PROTECTED] wrote: They did a soft launch with Tommy Hilfiger (advertising to come out shortly) http://shop.tommy.com/shop?dsp=804pcr=804R=1366 As an aside on this, when it asks Select your Tommy Hilfiger flag logo preference if

Re: Ajax

2005-03-18 Thread Rob
there is also a little movie on there that shows a bit how it works (it kind of suck though because I was trying to talk really fast to save bandwidth :-/ ) Hey MM, can I have a breeze account? On Thu, 17 Mar 2005 14:58:27 -0500, Rick Mason [EMAIL PROTECTED] wrote: Rob, I think what you're doing would

Re: Ajax

2005-03-18 Thread Rob
Hum... works for me. What browser are you using? If you've looked at the demos before you may want to dump your cache. On Fri, 18 Mar 2005 09:27:20 +0100, Micha Schopman [EMAIL PROTECTED] wrote: Rob, Both demos fail, or are you working on it? The store seems bankrupt, and the OS seems

Re: Ajax

2005-03-18 Thread Rob
I can only say, don't be fooled when making promises to your boss. Doing Ajax on web application area is experts work. Doing Ajax on smaller parts anyone can do. Then if you break large web applications into smaller parts than anyone can do it. I am sorry, but your comment seems like you are

Re: CFC Documentation - document private variables?

2005-03-18 Thread Rob
You probably already know about this but spike has a really cool tool called cfcdoc that scans your cfcs and make documentation for them. It even works real time IIRC http://www.spike.org.uk/projects/cfcdoc/ On Fri, 18 Mar 2005 13:42:56 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: I

Re: CFC Documentation - document private variables?

2005-03-18 Thread Rob
] wrote: -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 2:17 PM To: CF-Talk Subject: Re: CFC Documentation - document private variables? You probably already know about this but spike has a really cool tool called cfcdoc that scans your

Re: Ajax

2005-03-17 Thread Rob
Applebaum, and Barney Boisvert If you have any questions about it feel free to email me Cheers, Rob On Thu, 17 Mar 2005 06:57:28 -0800, Spike [EMAIL PROTECTED] wrote: The correct URL for neuromancer is: http://www.robrohan.com/projects/neuromancer/index.cfm I believe it is open source

Re: Ajax

2005-03-17 Thread Rob
On Thu, 17 Mar 2005 17:08:51 +0100, Micha Schopman [EMAIL PROTECTED] wrote: Rob, Ajax isn't from Google. It is a name thought up by someone from Adaptive Path which probably did it because of personal PR stunt, but the name eventually floated around the blogs as the new handle

Re: SOT: CFEclipse VSS

2005-03-17 Thread Rob
}_${app-version}_src.zip basedir=. includes=**/*.js,**/*.cfm,**/*.cfc,build.xml / /target /project I dont have an ftp on off hand but you get the idea. For a list of tasks see that apache link Cheers, Rob On Thu, 17 Mar 2005 11

Re: Ajax

2005-03-17 Thread Rob
Nah, but thanks Michael ;-D - Ajax is more generic it seems anyway. I guess in the grand scheme Neuromancer is a product that uses Ajax and I'll be we are going to start seeing more of Neuro type products in the future. Hella cool to offer though ;) On Thu, 17 Mar 2005 11:33:38 -0500, Michael

Re: Ajax

2005-03-17 Thread Rob
It's worth pointing out that similar DHTML interfaces have been around for many, many years. We've been building interfaces like this before the term DHTML existed, using hidden frames in Netscape 3.0. Being able to use XmlHTTPRequest is just icing on the cake, really. Totally - Pongo (or

Re: I Hate Macromedia

2005-03-17 Thread Rob
On Thu, 17 Mar 2005 12:13:00 -0600, Lee [EMAIL PROTECTED] wrote: LOL that's really good tell everyone that you are a software rat. I don't think there is anyone on this list that can honestly say that they have been 100% legal 100% of the time. For one thing it's like a full time job

Re: Ajax

2005-03-17 Thread Rob
I think what you're doing would be defined as Ajax - the term is fairly new. Definitely interested in the offer of demos. Yeah I guess, but I've been doing it since before the term existed so it seems odd calling it that. Actually what neruomancer is is an abstraction layer above ajax so you

Re: cfecipse: ctrl+i triggers em/em

2005-03-17 Thread Rob
did but you just removed it not changed it) Cheers, Rob On Fri, 18 Mar 2005 00:08:43 -0500, Qasim Rasheed [EMAIL PROTECTED] wrote: I am using cfeclipse version 1.1.18.9, and it works fine at my end. On Thu, 17 Mar 2005 23:51:20 -0500, K0rneliuz Van Strauss XIV [EMAIL PROTECTED] wrote: still

Re: Server Crash

2005-03-16 Thread Rob
That sucks. Can you provide anymore information than that? When does it crash? whats in the log files? On Wed, 16 Mar 2005 04:39:58 -0400, simmyana a [EMAIL PROTECTED] wrote: Hi, We have recently upgraded ColdFusion MX from 6.0 to 6.1 version, but after upgrading the server, server has

Re: OT:XML Schema vs written spec

2005-03-16 Thread Rob
DTDs will only vaidate the structure of the xml not the values, but schemas will do both the structure and the data types of the elements. The other benefit for Schema's are they are written in XML so you can transform them into printable documentation so you kill 2 birds with one scud missile.

<    4   5   6   7   8   9   10   11   12   13   >