Re: For emergency only

2005-12-16 Thread Simeon Bateman
My only contribution to this thread is that I am reading this thread on my treo 650. using the new mobile gmail interface. And for the record I LOVE MY TREO! Take care, simeon On 12/16/05, Bryan Stevenson [EMAIL PROTECTED] wrote: Time to move this to cf-community, but I wouldn't be too

Re: 100% height and css

2005-11-10 Thread Simeon Bateman
Height 100% is nearly impossible to reach in css along. However many workarounds to browser issues have been created. One of the simplist and my personal favorite is faux columns. http://www.alistapart.com/articles/fauxcolumns/ With this you set a repeating backgound in the parent of your three

Re: OT: Ruby on Rails

2005-11-10 Thread Simeon Bateman
And while we are talking about ActiveRecord its only fare to bring up Joe's new enry into this field. Arf is an active record inspired ORM tool for CF. Joe blogged about it on his site http://www.clearsoftware.net and arf has a community project page at http://projects.simb.net/arf/trac.cgi Take

Re: mutliple instance installation tutorial

2005-10-28 Thread Simeon Bateman
The documentation on CF Admin has an installing pdf, as well as a configuring cf pdf. I found these to have wonderful information in them. I suspect that the step by step instructions in them will be exactly what you need. simeon On 10/28/05, Mark A Kruger [EMAIL PROTECTED] wrote: Anyone know

Re: java equivalent of cffile

2005-10-28 Thread Simeon Bateman
The stupid simple answer I came up with in seeing your questions, was why not just write a couple cffunctions to wrap cffile so you can access it from script? I am probably missing something, but thats where I would look first. simeon On 10/28/05, Paul [EMAIL PROTECTED] wrote: I know this

Re: Eclipse / cfeclipse - wordwrap??

2005-10-11 Thread Simeon Bateman
Hey Guys, There are several people that would like to see this feature added. However as I understand it the word-wrap features is at odds with the code-folding feature and it has a much larger following. So unless the following of users that wish to see word-wrap outpasses those who enjoy code

Re: payflow pro and CF7 multi-instance

2005-09-09 Thread Simeon Bateman
The Verisign.jar file goes in any one of the lib dirs. It can go in the JRun lib directory or the lib directory of the cfusion instance you are running. The CFXPayFlowPro.class file goes in the classes directory for your cfusion instance. With that done I have not had to modify classpaths or

Re: URGENT - Flash CFForm and Global functions

2005-08-30 Thread Simeon Bateman
Well there are a couple ways I thought about approaching this problem, however I am not in a spot to try either of them out. The first would be to see if you can create and instance of mx.formatters.CurrencyFormatter via AS and then use the format() method of that to output your formatted

Re: Subversion

2005-07-21 Thread Simeon Bateman
Neither that I am aware of, but you can take a look at using the Subclipse plugin for the eclipse platform. I found it to be a great partner with CFEclipse. sim On 7/21/05, Loathe [EMAIL PROTECTED] wrote: Hey, I am starting a new project and it's in subversion. Does CF Studio 5 or

Re: Fusebox + Sajax?

2005-07-02 Thread Simeon Bateman
After Rob presented at our CFUG on neromnacer, I dont think it has anything in it that is cf specific. At least nothing that couldnt be adapted pretty quick. Now cf_ajax is another story. that is an ajax implementation that is catered to cf but they do some pretty wiggy stuff. simeon On

Re: Need Help with Binding

2005-06-26 Thread Simeon Bateman
I cant tell you why this is the case, but if i lowercase the var firstname in the gridcolumn and the bind var then it works fine. Here is my example code from yours. cfscript artists = queryNew('firstname,lastname,city','varchar,varchar,varchar'); queryAddrow(artists,1);

Re: Need Help with Binding

2005-06-26 Thread Simeon Bateman
Ok so I posted my code after I changed it back to camelCase to prove that was why it broke. here is my code. cfscript artists = queryNew('firstname,lastname,city','varchar,varchar,varchar'); queryAddrow(artists,1); querySetCell(artists,'firstname', 'simeon'); /cfscript

Re: This is crazy this is crazy this is crazy!

2005-06-26 Thread Simeon Bateman
Not sure if this is part of the problem, I am on a mac so I cant test your IE scenario. But the link you sent is for your personal domain. And when i add the products I am sent to another domain for the ssl. Your session is bound to your cookie and your cookie is bound to your domain. So if

Re: CF ---Java --- CF

2005-06-25 Thread Simeon Bateman
Hey will. I maybe missing the point completly, but what kind of java page are you trying to access? Is it a .jsp? maybe a servlet? easiest would be some java object. All of these interactions happen differently so what you are connecting to is important. simeon On 6/25/05, Will Tomlinson

Re: CF ---Java --- CF

2005-06-25 Thread Simeon Bateman
Yeah, just like barney said ;) sim On 6/25/05, Barney Boisvert [EMAIL PROTECTED] wrote: CFHTTP is the way to go then. You'll have to figure out a way to return the result, but XML is probably the easiest. Just make an CFHTTP request to the JSP, it does the query and formats the result as

Re: cfform_flash in shared hosting environment cfform_flash: invalid xhtml

2005-06-22 Thread Simeon Bateman
The quick and dirty solution for you in this case is to upload the scripts directory from your cf admin. Then use the scriptsrc attribute on your cfform to point it at it locally. Then you dont have to worry about the admin and what they will map. I use this on my servers and it works great.

Re: cfform_flash in shared hosting environment cfform_flash: invalid xhtml

2005-06-22 Thread Simeon Bateman
I think you might be going further than this than you need to. I literally created a scripts folder at the root of my site. Uploaded the files from /CFIDE/administrator/scripts/ into it. Then on my cfform i set scriptsrc=scripts/. Thats all it took for me to get it working. Now granted I am

Re: cfform_flash in shared hosting environment cfform_flash: invalid xhtml

2005-06-22 Thread Simeon Bateman
The person having problems on the link you refer to suggests the batch install because they have many sites on the server and dont want to have the scripts files copied to each of them. If you only have one site then this should not be a problem for you. Even if you have more its only a problem

Re: mac cfm ?

2005-06-22 Thread Simeon Bateman
What did you deploy on before? if its a j2ee install you may be able to copy the server instance and move it to the mac. But on the mac the j2ee install is the only install available so if you are running the win/lin standalone server you chances for a smooth conversion are slim. However you

Re: getDate()

2005-06-22 Thread Simeon Bateman
Its benificial for code portablitly, but on the other side of things, mysql doesnt have anything built in to do the default date in your field. So if mysql is a target platform its the only path :) simeon On 6/22/05, Parker, Kevin [EMAIL PROTECTED] wrote: Thanks Eric - I can see how that

Re: cfeclipse and cfmx7

2005-06-14 Thread Simeon Bateman
Dave is correct. release 1.1.18.12 included updated libraries for cf7. CFEclipse is a project driven by the community, and in truth most of the must have features have been added. Currently the project team is making a road map so we can start developing CFE with a path. Keep an eye out for

Re: PayflowPro and CFMX

2005-05-19 Thread Simeon Bateman
The files they have on the download manager, are not the most current version. And if you contact support they will send you the right ones. I am guessing your buddy Marc, got the right ones. Just in case anybody who doesnt know marc runs into this. they are aware of the problem and eager to

Re: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Simeon Bateman
As someone who wrote a java class to tie into they JAI and then wrote a cfc wrapper to that class for this solution, I would definatly recommend the Alagad component. Its 100% CF, and its quick and has alot of functionality. Not to mention that the time required to do it on your own, far out

Re: New CFFORM website

2005-03-28 Thread Simeon Bateman
I certainly dont believe that the cfform.com project is sponsored by macromedia. The fact that Mike put together the site and the example is a sign of his enthusiasm for the technology. I took the site as a source for examples of the type of things you can do. I would never expect to take any

PayFlow Pro on cfmx7

2005-02-28 Thread Simeon Bateman
Hey Gang, I am just installing Payflow pro on a new server of ours and I am running into some odd errors. I was just wondering if anyone else had tested the payflowpro java cfx tag with cfmx7. Thanks for any info simeon ~|

Re: CFC newbie: trying the calendar API, getting error

2005-01-25 Thread Simeon Bateman
it looks like it is specifically coded to run from the calendar folder. Try creating a calendar folder and dropping all the files in that and running it again. I dropped the folder that unzipped from the download, into my webroot. called /calendar/sample/index.cfm and the whole app came to

Re: Hosting

2005-01-17 Thread Simeon Bateman
I hate to always be the Crystal Tech basher on the list, but as I am currently working on transfering my sites away from them, I figure I should chime in as well. The cfmx server that i am on seems to be down for about 15 minutes at a shot about twice a week. I get the message that says cf is

Re: CFMX and Fedora Core 3

2004-12-03 Thread Simeon Bateman
When I did an install of cfmx on JRun on fc3 last week, I ran into this same error. It has to do with the SElinux that is implemented in fc3. I only know how to change it via the gui, but if you go into the system security menu, under system settings there is a tab for SELinux. You can unckeck

Re: What's in your toolkit?

2004-11-23 Thread Simeon Bateman
I am an avid CFE user on both the mac and linux platforms. I know that currently in the works is a plugin for CFE that has a tree view of your app structure, and hopefully code completion and some insight. In the meantime its very easy to add the FB4 verbs to the html.xml file which will allow

Re: CFMX 6.1 Linux install problem

2004-11-17 Thread Simeon Bateman
Thas kinda bizarre. Usually when I am not connected correctly, I just outputs the contents of the cfm file to the browser. When you download a page is it the cfm, or is it the rendered html you would expect? simeon On Wed, 17 Nov 2004 15:35:55 -0800, JB McMichael [EMAIL PROTECTED] wrote: On

Re: CFMX 6.1 Linux install problem

2004-11-17 Thread Simeon Bateman
. On Wed, 17 Nov 2004 15:40:25 -0800, Simeon Bateman [EMAIL PROTECTED] wrote: Thas kinda bizarre. Usually when I am not connected correctly, I just outputs the contents of the cfm file to the browser. When you download a page is it the cfm, or is it the rendered html you would expect

Re: Domain registration integrated in Cf apps?

2004-11-16 Thread Simeon Bateman
I have not personally done this but I wrote some code for a friend to do it. He integrted with teh enom domain registration service. You have a prepaid account and then they debit from your account for the purchases you make. simeon On Mon, 15 Nov 2004 23:41:36 -0500, Paul Campano [EMAIL

Re: CSS and Debugging

2004-10-20 Thread Simeon Bateman
I have found a quick fix for this is to add a div to the bottom of your site, while debugging. Give this div a style with clear:both;. It will force anything above it in code to be above and anything below to be below. This could be on your normal footer which I do sometimes, but if you layout

Re: hosting ?

2004-09-21 Thread Simeon Bateman
speaking of crystaltech, my mail server has been down most of the day. Any other CrystalTechers having and issue? On Tue, 21 Sep 2004 15:57:19 -0500, Donna French [EMAIL PROTECTED] wrote: sorry - CrystalTech.com junkie here giggle had to put my 2 cents in somehow... - Original

Re: OT- Hosting Recommendation

2004-09-20 Thread Simeon Bateman
I have said this before, but I am currently transfering all my hosts away from crystal tech.We use thier cf5 and cfmx servers.The sites I have on cfmx randomly are unavailabe for about 15 minutes or so about twice a week, with an error that the cfmx server can not be found.Also the graphing

Re: FB4.1 ETA?

2004-09-20 Thread Simeon Bateman
I am sure that you will all be happy to know that I just pulled down a copy of the beta core files from http://beta.fusebox.org. Have fun. sim - Original Message - From: Sandy Clark [EMAIL PROTECTED] Date: Mon, 20 Sep 2004 16:38:41 -0400 Subject: RE: FB4.1 ETA? To: CF-Talk [EMAIL

Re: Weird

2004-09-16 Thread Simeon Bateman
I dont know this for sure, but isnt that a cfform feature?Will cf do that even on normal form submissions? - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] Date: Thu, 16 Sep 2004 15:39:41 -0400 Subject: Re: Weird To: CF-Talk [EMAIL PROTECTED] I was showing this problem to my

Re: Cannot establish socket -

2004-09-07 Thread Simeon Bateman
I was recently having this problem as well.After doing a little bit of searching I found an article, (might even have been an HoF Post) that suggested that setting up the db in window odbc, and then setting up the datasource to use an odbc connection would fix the problem. I set this up and

Re: Fusebox

2004-09-03 Thread Simeon Bateman
Hey Andrew, I can't believe no one has responded to this.Its typically the flame-bait that starts long threads on this list. I have been developing fusebox apps for about 3 years.Started with fb3, and once I switched companies in december and had access to cfmx, immediatly switched to fb4. Have

Re: OT Notebook recommendations

2004-08-31 Thread Simeon Bateman
I used to be a huge supported of Dell laptops, they have received about 35 purchases based on my recomendations to clients and friends. However in the last year I have switched my support to ibm and the think pad.Much better laptops.better built in features and more rugged than the dells.The seem

Re: OT: Multiple columns via CSS with position:relative?

2004-07-06 Thread Simeon Bateman
I'm attempting to set up web pages with multiple columns.Right now, to get it working I have to have them set to position:absolute except for the longest one which gets position:relative (so the footer is correctly aligned).Is there a better way of doing this?Thanks. -- Damien McKenna - Web

Still No Luck

2004-06-08 Thread Simeon Bateman
Well I appreciate all of you help and comments.I am still unable to connect to those tools. For anyone who is listening, I have run the Repair Permission and I have checked my persmissions on those directories and and files and all are well.I know how to check permissions but I thought what the

OT: MX2004 Tools and New OS X Update

2004-06-07 Thread Simeon Bateman
I am just looking to the fellow Mac users in the group.I installed the latest security update from Apple today, and after a reboot, I cant use any of my macromedia tools. This happened last time there was an update but it was different.Then it opened the product and told me my product was

Re: Boolean Inconsistency

2004-03-11 Thread Simeon Bateman
Tony Weeg wrote: isnt there a mathematical function called AND and you can and two numbers to determine a bit value? tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous

Re: Web Service to Validate US Address

2004-03-01 Thread Simeon Bateman
Although I am sure the cfc that Bryan provided will be adequate for the task, I thought I would also post this link to the USPS web tools.I wrote a set up custom tags for a previous employer that connected to these API's.One of many of the services they provide is address verification.I never hear