Re: Open link and CF MX7

2007-06-05 Thread Dean Lawrence
issue if your database did not use one. Try going into the datasource definition in the CF admin and remove username and password if one exists. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http

Re: Form strangeness

2007-06-12 Thread Dean Lawrence
to restructure your url? If your rewrite mechanism is not working properly then the 404 would redirect you using a GET, not the original POST. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http

Re: Conditional SQL

2007-06-13 Thread Dean Lawrence
Full Text Search capability instead of using LIKE. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: Error converting data type varchar to int.

2007-06-15 Thread Dean Lawrence
read cfset VARIABLES.DAO.create(1, 'TestUser', 'TestPassword') / Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: Error converting data type varchar to int.

2007-06-15 Thread Dean Lawrence
was. But, it was worth a shot. Have you tried dumping the error scope and seeing what the actual SQL query is? It should be located in the ERROR[RootCause].[Sql] structure. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701

Re: Error converting data type varchar to int.

2007-06-15 Thread Dean Lawrence
in SQL Server to make sure that you are not trying to insert param2 and param3 into a field that has been defined as an int. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com

Re: Error converting data type varchar to int.

2007-06-18 Thread Dean Lawrence
definition it should be fine. I've sent a mail to my SQL guy to see whether he has any suggestions as to what might be causing the issue. Thanks mate, Rob -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381

Re: Standard or Enterprise Edition?

2007-06-21 Thread Dean Lawrence
to my webserver, so I do not know for sure). Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: Server Error

2007-06-23 Thread Dean Lawrence
search on vista What account is the ColdFusion server running as? If it's running as the default SYSTEM, it won't have rights to network shares. ??? How do I work this last one out? Regards -- __ Dean Lawrence, CIO/Partner Internet Data Technology

Re: CF Editor

2007-06-27 Thread Dean Lawrence
, configuration, documentation and training; and then sell it as a product. However, they only sell that product in the Netherlands and parts of Belgium. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax

Re: Verity Issues

2007-07-03 Thread Dean Lawrence
James, A simple search separated by spaces will be treated as a phrase, not a keyword search. http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_dev.htm You will need to either add commas or OR operators between the

Returning and object from a Web Service

2007-10-24 Thread Dean Lawrence
in the right direction? Thanks, Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: Returning and object from a Web Service

2007-10-24 Thread Dean Lawrence
if can. ~Brad -Original Message- From: Dean Lawrence [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 4:30 PM To: CF-Talk Subject: Returning and object from a Web Service When calling a web service that I created (which is being used as a gateway), if I try to return

Re: error with long form post

2007-10-25 Thread Dean Lawrence
before. Any feedback would be great Thanks Greg -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: Returning and object from a Web Service

2007-10-26 Thread Dean Lawrence
Does anyone else have any thoughts on how to return an object directly with a CF based web service without having to convert it to a structure or query? Thanks, Dean On 10/24/07, Dean Lawrence [EMAIL PROTECTED] wrote: Hi Brad, I'm running CF8 on Windows 2003 and yes it is a CFC. I can return

Re: Returning and object from a Web Service

2007-10-26 Thread Dean Lawrence
and either need to return individual element values, place each value into a structure, or return a query instead. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate

Re: Returning and object from a Web Service

2007-10-26 Thread Dean Lawrence
are trying to return? Thanks Qasim On 10/26/07, Dean Lawrence [EMAIL PROTECTED] wrote: What type of CFC object are you trying to return... More the case is it in the same directory as the webservice? Or does it use a mapping? If a mapping, try using a CFC that is in the same

Re: Create a webservice to accept an array of structures/components

2007-10-26 Thread Dean Lawrence
Hi Etwan, I think your problem is that gameTest[] is not a valid data type. It is the name of an array, but it is not a datatype. The datatype would simply be an array. This array holds multiple instances of the gameTest object, but still the datatype itself would simply be an array. Dean On

Re: Another captcha alternative

2007-03-13 Thread Dean Lawrence
posted before, but I really liked this new look captcha service Microsoft is playing with: http://research.microsoft.com/asirra/ Now I have to integrate this into BlogCFC... -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701

Re: What is wrong with this?

2007-03-13 Thread Dean Lawrence
Rick, If the number has to be an integer, why is it being stored in the database as a decimal? Wouldn't just changing the fieldtype be the most logical thing to do instead of having to build code to compensate for it? Just at thought. Dean -- __ Dean

Re: ColdFire RC1 Released

2007-03-13 Thread Dean Lawrence
the debugging information has been inserted there, but It is not being picked-up by ColdFire. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development

Re: What is wrong with this?

2007-03-13 Thread Dean Lawrence
about with entry. I just do more work on my end, but in the long run it's easier on me. Rick -Original Message- From: Dean Lawrence [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 1:05 PM To: CF-Talk Subject: Re: What is wrong with this? Rick, If the number has

Re: FTP in Eclipse

2007-03-14 Thread Dean Lawrence
Rob, I do believe that you set-up your ftp connections throught the file view in Aptana. So they will basically appear below your local file structure in that view. Dean On 3/14/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Guys, I'm completely new to the Eclipse

Re: Multiregion Directory site

2007-03-15 Thread Dean Lawrence
-- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists ~| Upgrade

Re: Looking for a good IIS URL rewriting plugin

2007-03-15 Thread Dean Lawrence
Nathan, I have been using ISAPIRewrite for a number of years and have been very happy with it. http://www.helicontech.com/ Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com

Re: How to server side validate these radio buttons

2007-03-15 Thread Dean Lawrence
-- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists ~| ColdFusion MX7

Re: Site shutdown and avoiding CF 404 errors?

2007-03-21 Thread Dean Lawrence
errors. Hope this helps, Dean On 3/20/07, Jake. [EMAIL PROTECTED] wrote: I'm on Windows 2003, running CF7 and IIS -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate

Re: Expandpath issue...

2007-03-22 Thread Dean Lawrence
Eric, ExpandPath doesn't actually do anything with the file. It simply returns a string based on the relative path of the file that is callling the ExpandPath function. You will need to the test for the file using FileExists() and pop in the string that is created by the ExpandPath Function.

Re: You think you know OOP.. but you don't

2007-03-23 Thread Dean Lawrence
a framework, your requests are typically routed back through a single page. Someone else had made a similar statement regarding self-posting forms and I'm just don't understand where that is coming from. Thanks, Dean -- __ Dean Lawrence, CIO/Partner Internet

Re: HD Space using CF?

2007-03-23 Thread Dean Lawrence
Couldn't you just run that script for each drive you have and add the totals? On 3/23/07, Adkins, Randy [EMAIL PROTECTED] wrote: Anyone know of a utility that I can use to determine how much FREE Hard Drive space is available on a server? Not a drive, but the server as a whole. I know there

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Dean Lawrence
-- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists ~| Deploy Web Applications

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Dean Lawrence
That I agree with. 8-) On 3/25/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: OK, to re-phrase, a good web service would be have a simple string return (complex object object as string) to make it totally interop. -- __ Dean Lawrence, CIO

Re: Validation Question

2007-03-28 Thread Dean Lawrence
of your work could be done using a Stored Proc once the data has been placed in a temporary table. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet

Re: OT: SQL Question

2007-04-02 Thread Dean Lawrence
Has the i_recid field in the v_sae_jna_mr table been indexed? If your table is very large, this could slow your performance. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com

Re: Logout vs just closing the browser

2007-04-02 Thread Dean Lawrence
. This turns them into a session cookie, which are destroyed when the browser is closed. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development

Re: Logout vs just closing the browser

2007-04-02 Thread Dean Lawrence
are destroyed when the browser is closed. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists

Re: OT ISAPI Rewrite

2007-04-03 Thread Dean Lawrence
probably still need help, since the re-write syntax is pretty much the same. Hopefully Pete is not completely discusted that he cannot get a simple question answered. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax

Re: SES URL handling

2007-04-23 Thread Dean Lawrence
Paul, If you are using IIS, there is a URL spellcheck ISAPI form port 80 software http://www.port80software.com/products/urlspellcheck/ I've haven't used it myself, but it may be worth looking into. Dean -- __ Dean Lawrence, CIO/Partner Internet Data

Re: File Details

2007-05-04 Thread Dean Lawrence
No reason to regex anything. There is already a variable returned from cffile for this, cffile.serverFileExt On 5/4/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame when it comes to REGEX stuff.

Re: declare sql variables

2007-05-08 Thread Dean Lawrence
= o.id ORDER BY publicationa_id asc ) Without the declare/set, I get no error. -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com

Adding Arguments to a Web Service

2008-04-01 Thread Dean Lawrence
I have a web service that I built for a client about a year ago. It has been running fine and they have a number of their customers utilizing the service. They would now like to add an additional argument to one of the methods though. This is not the problem. The problem that I am having (at

Re: Adding Arguments to a Web Service

2008-04-01 Thread Dean Lawrence
I would replace the internal methods of the 'v1' function, with a call to the 'v2' function, giving some sort of sensible default to the new value, if you can. -- Tom Chiverton Helping to vitalistically synthesize principle-centered materials on: http://thefalken.livejournal.com

Re: Adding Arguments to a Web Service

2008-04-01 Thread Dean Lawrence
Yeah. Rather than having two methods in the CFC like: v1(a,b) - foo() - bar() - return baz() and v2(a,b,c) - foo() - bar(c) - return baz() do: v1(a,b) - return v2(a,b,'4') v1(a,b) - foo() - bar() - return baz() and v2(a,b,c) - foo() - bar(c) -

Re: 404's

2008-05-08 Thread Dean Lawrence
Hi Jenny, This is actually pretty easy to do. In IIS you can define a custom 404 page for each site. What not all people know is that the 404 page can be a CF page, not just an html page. So when someone makes a request to your site for a page that does not exist, IIS hands that request over

Composition and Data Storage

2008-08-04 Thread Dean Lawrence
I've moved to using OOP about 8 months ago after 10 years of working with CF in a procedural manner. I have a pretty good understanding of how it works, but I always seem to struggle with composition and where in my model should the objects be created and stored. Hopefully someone can shed some

Re: Composition and Data Storage

2008-08-04 Thread Dean Lawrence
Thanks Brian, I appreciate your thoughts. I guess what I meant by where does the composition take place is actually more like, where does the population of the composition objects take place. I have the Role attribute defined in the User object along with getters/setters. However, where should

Re: Better random record generator

2008-10-22 Thread Dean Lawrence
Keith, You can pull a random record from Access by using the Rnd() function. So your query would look like this: cfquery name=get_news datasource=#dsn# select fld_page_ID, fld_title, fld_body, fld_attach_ID, fld_url, fld_active_date, fld_inactive_date from tbl_marketing_pages where

Re: Better random record generator

2008-10-22 Thread Dean Lawrence
ORDER BY Rnd(fld_page_ID) This command keeps pulling the same order, even if I close the browser. If they go back to the main page I would like possibility of having a different news item appear. Keith, This is a ColdFusion caching issue. If you run the query directly in Access, you

Regex help

2009-01-30 Thread Dean Lawrence
Hi All, Can anyone help me with a particular regex patten? I am trying to find any email address that has at least one dot in the username portion and the entire email string is surrounded by bold tags? Thanks ~| Adobe®

cfdocument bug?

2009-01-30 Thread Dean Lawrence
I have an odd situation and am wondering if anyone came across it before. I am generating and emailing pdf documents from one of my client's websites using cfdocument. In one particular page, there is an email address (not a link, just text) enclosed in bold tags.

Disable ScriptProtect on a per page basis.

2009-02-26 Thread Dean Lawrence
Does anyone know if this is possible? I know you can do it at the server and application level, but I couldn't find anything that would allow me to selectively turn it off for a single administrative page. ~| Adobe®

Re: Disable ScriptProtect on a per page basis.

2009-02-26 Thread Dean Lawrence
Dave, Won't this alter the setting for the entire application? Or is this not part of the application scope? I guess I just assumed it was. But since it is being defined using this.scriptprotect, does this mean that is is evaluated on every page request? Thanks, Dean You can make any

Re: Disable ScriptProtect on a per page basis.

2009-02-26 Thread Dean Lawrence
Great! Thanks for the clarification Dave. Application properties, like this.scriptProtect, are evaluated on each page request. This is kind of counterintuitive, but it's the way it works. Application properties are not the same as Application variables. Dave Watts, CTO, Fig Leaf

Amazon S3 and Encryption

2010-11-08 Thread Dean Lawrence
I have a client site running CF7 where we need to move all their pdf documents to Amazon's S3 service. However, we need to encrypt them before sending them to S3. My original plan was to then retrieve the document on the server side, decrypt it, and deliver it to the client via cfcontent.

Re: Amazon S3 and Encryption

2010-11-08 Thread Dean Lawrence
Gerald, thanks for the suggestions. When you used the REST Wrapper, did you have any problems with secure certificates and cfhttp? In my research I saw a number of people receiving errors when trying to communicate with the S3 servers over https? Thanks, Dean

S3 Setup Process

2010-12-27 Thread Dean Lawrence
I've been fooling around with Amazon's S3 service and am getting ready to implement it for a client. However, I'm unsure of the process for signing up for a client account. Do I just have my client create the account and then supply me with the credentials or do I need to use my developer

Re: S3 Setup Process

2010-12-27 Thread Dean Lawrence
Thanks Stefan. That's what I figured, but I couldn't find any reference to it. Let your client sign up unless you want to pay his bill :-) He can then set you up as a user with privileges to match the type of access you need. Cheers Stefan On 27 Dec 2010, at 19:42, Dean

Re: Need a little sql help...

2011-01-24 Thread Dean Lawrence
Steve, Is the name ultimately supposed to be the unique key for this table? Instead of battling with these multiple records, you could create a temporary table, loop through all the records in your main table and either insert or update a record in the temp table based upon the name. Once you

Re: dbcreate set to update, then errors out

2011-02-04 Thread Dean Lawrence
Carol, I'm pretty new to ORM myself and just had a pretty similar issue. What I ended up doing was defining the SQL type in my properties. property name=id ormtype=int sqltype=integer column=AccountID generator=identity; Also, you probably want to set your dialect in your ormsettings. dialect

Re: Database Lookup - Possible with CF?

2011-03-10 Thread Dean Lawrence
Ian, I think your a little confused about a couple of things. First off, AJAX really has no direct relationship with ColdFusion. AJAX runs on the client side and ColdFusion runs on the server side. AJAX simply allows your browser to make additional HTTP requests via JavaScript instead of having

Re: How to pass a file to a web service.

2011-03-10 Thread Dean Lawrence
Ian, you would need to convert the uploaded file to base64 before submitting it to the web service. This essentially will transfer the file as text. Once the web service has it, you would then convert it back to it's original binary format. Ben Nadel has an article describing this process.

Re: How to pass a file to a web service.

2011-03-10 Thread Dean Lawrence
the cffile tag to save it. On Thu, Mar 10, 2011 at 11:20 AM, Ian Skinner h...@ilsweb.com wrote: On 3/10/2011 8:05 AM, Dean Lawrence wrote: Ian, you would need to convert the uploaded file to base64 before submitting it to the web service. This essentially will transfer the file as text. What

Re: RE: Database Lookup - Possible with CF?

2011-03-14 Thread Dean Lawrence
Ian, again you are mixing things up.CFJSON is not what calls the webservice. CFJSON is used to encode or decode native ColdFusion objects to and from JSON format. So if you if have a query result, you would pass that query object to CFJSON and it will encode it into JSON format. Vice-versa, you

Solr Summary Text

2011-03-14 Thread Dean Lawrence
Does anyone know if you can control how much text is included in the summary text that Solr returns with it's results? I am trying to migrate from Verity to Solr, but the summary text that I am getting back is very short when using Solr. With Verity, I get back about a paragraph or so of text,

Re: Solr Summary Text

2011-03-16 Thread Dean Lawrence
Am I the only one who is having a problem with this? I know that Adobe will be dropping support for Verity in future releases, so I would like to move over to Solr. However, this is really making it difficult as the summary really isn't good enough to let someone know if the result is what

Re: Solr Summary Text

2011-03-16 Thread Dean Lawrence
be possible to mess with the solr instance directly to get this information, but I haven't tried it and assume you'd like to keep the solution within CF. - Gabriel On Wed, Mar 16, 2011 at 2:27 PM, Dean Lawrence dean...@gmail.com wrote: Am I the only one who is having a problem with this? I know

Re: Solr Summary Text

2011-03-16 Thread Dean Lawrence
with the solr web service rather than going through cfsearch, but its generally worth it.  There are some cfc's out there that do it, check ria forge. On Wed, Mar 16, 2011 at 2:42 PM, Dean Lawrence dean...@gmail.com wrote: Thanks Gabriel, Unfortunately, the contextPassages does not seem

Re: Solr Summary Text

2011-03-17 Thread Dean Lawrence
and some copy of what the document contains. If you have any additional insight into any way that I can tweak this, it would be greatly appreciated. Thanks, Dean On Thu, Mar 17, 2011 at 7:06 AM, Raymond Camden rcam...@gmail.com wrote: On Wed, Mar 16, 2011 at 3:42 PM, Dean Lawrence dean

Re: Solr Summary Text

2011-03-17 Thread Dean Lawrence
I don't believe so. I'll have to double check. I did look at the release notes though and did not see anything related to Solr. If I don't have the newest CHF installed, I will try to get it installed this evening to see if that changes anything. On Thu, Mar 17, 2011 at 9:41 AM, Raymond Camden

Re: Script tags and fckEditor

2011-03-22 Thread Dean Lawrence
The whole point of the scriptprotect attribute is to try and prevent scripts from being submitted to your site. When you use fckEditor, your submission is ultimately, just another form field. So if you have added scripts in the editor, the scriptprotect attribute will strip them out. So the only

Re: What event specifically triggers OnApplicationStart?

2011-03-28 Thread Dean Lawrence
Dave, Since your config is based on the cgi.server_name variable, why don't you search your web server access logs for calls to your dev domain name? This would tell you when and what was accessed which might have reset your app. Dean On Mon, Mar 28, 2011 at 4:00 PM, Dave Burns

Re: Any secure data transfer methods avaiable for very large files?

2011-04-19 Thread Dean Lawrence
Could you not just upload the files using sftp and require an ssh connection to download them? That is really what ftp was designed for. HTTP was never really designed to transmit that large of a file anyway. This would accomplish both of your requirements, in that you would be uploading them

Re: Any secure data transfer methods avaiable for very large files?

2011-04-19 Thread Dean Lawrence
Kamru, SFTP is simply ftp over an SSH connection. So what you need is to have SSH running on your ftp server. If you are using Windows, I like ServU-FTP server as it has an SSH server built into it. It is a commercial product though and is Windows only. If you want to go free, OpenSSH is a free

Re: dbvarname mssql cf8?

2011-06-21 Thread Dean Lawrence
I have been using stored procs with SQL 2000 for many years on CF versions 5-9. dbvarnames are ignored in the java versions of ColdFusion. If you pass all the procparams to the stored procedure in the order that they are defined int the stored proc, it works fine. Dean On Tue, Jun 21, 2011 at

Re: dbvarname mssql cf8?

2011-06-21 Thread Dean Lawrence
If you look at the history portion of the docs (http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_14.html#1102102) it states Changed the dbvarname attribute behavior: it is now ignored for all drivers. ColdFusion uses JDBC 2.2 and does not support named parameters. You need to pass the

Re: dbvarname mssql cf8?

2011-06-21 Thread Dean Lawrence
Ras, I don't understand why you would abandon your stored procs. All you need to do is remove the dbvarname attribute and pass the cfprocparam tags in the order that the parameters are defined in the stored proc itself and it works. As for the change in status, if you look at the history comment,

Re: dbvarname mssql cf8?

2011-06-21 Thread Dean Lawrence
wrote: my dba needs me to be able to pass those in like that, so that he can have parameters that i may not use, that our .net guys are using.  they have the ability to do this, cf is lacking :( On Tue, Jun 21, 2011 at 11:42 AM, Dean Lawrence dean...@gmail.com wrote: Ras, I don't understand

Simple Chinese Problem

2011-06-29 Thread Dean Lawrence
I have a site that is using fckeditor version 2.6.6 to edit it's pages. I am having a problem using text on a page that is written in Simple Chinese. When I past it into the editor, the text shows properly, but after I have saved it to the database, it is returned as just question marks. The

Re: Simple Chinese Problem

2011-06-29 Thread Dean Lawrence
Bingo!!! Thank you so much Dave! On Wed, Jun 29, 2011 at 12:16 PM, Dave Watts dwa...@figleaf.com wrote: I have a site that is using fckeditor version 2.6.6 to edit it's pages. I am having a problem using text on a page that is written in Simple Chinese. When I past it into the editor, the

Re: Solr Summary Text

2011-09-19 Thread Dean Lawrence
Hey Victor, Yes, I was finally able to get this working. If I remember correctly, it was a combination of editing the schema.xml and the solrconfig.xml files. However, I don't remember what updates I actually made. I will try to compare my backup files with the live files that are working. I'm

Re: Coldfusion Hosting

2011-09-29 Thread Dean Lawrence
Paul, do you mean GoDaddy.com? I hadn't heard anything regarding hosting.com discontinuing ColdFusion hosting. I just checked their site and they still have it listed. Thanks, Dean On Thu, Sep 29, 2011 at 10:13 AM, Paul Smith psmit...@gmail.com wrote: Yesterday, hosting.com informs me they

Problem deleting Solr Keys

2011-10-31 Thread Dean Lawrence
I have a Solr collection for literature which I store both a reference to the original file in a database and the physical file on the filesystem. When a new piece of literature is added to the system, I update the Solr collection with the following code: cfoutput query=literatureQuery

Re: Problem deleting Solr Keys

2011-10-31 Thread Dean Lawrence
want to double check to ensure litFile is matching case-wise. On Mon, Oct 31, 2011 at 4:01 PM, Dean Lawrence dean...@gmail.com wrote: I have a Solr collection for literature which I store both a reference to the original file in a database and the physical file on the filesystem. When a new

Re: Problem deleting Solr Keys

2011-10-31 Thread Dean Lawrence
. On Mon, Oct 31, 2011 at 4:09 PM, Dean Lawrence dean...@gmail.com wrote: Thanks Ray, I had done some troubleshooting using the status attribute and it only ever showed 0 records being affected. The litFile variable is identical and I've even tried to delete a key by manually adding the key name

Re: runing CF and ASP.NET on the same web server (IIS 6)

2011-11-02 Thread Dean Lawrence
Nathan, as others have said, running ASP or .Net side-by-side with ColdFusion is not a problem, I've been doing it for years. It sounds like you may have a faulty .Net installation. I would try repairing it. Here is a link to the Microsoft article on fixing your install.

Re: Fckeditor Security Issues

2011-12-03 Thread Dean Lawrence
Terry, It is a very easy fix. All you need to do is to add an additional argument to the JVM settings in you CF Admin. Here is a blog post which explains it. http://www.petefreitag.com/item/718.cfm On Sat, Dec 3, 2011 at 9:16 PM, Terry Troxel terry.tro...@gmail.com wrote: Ok, so that's

Re: (ot) Nivo slideshow

2011-12-15 Thread Dean Lawrence
Jenny, The page is not finding the jquery.nivo.slider.pack.js file. Make sure your path is correct. Dean On Thu, Dec 15, 2011 at 12:51 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Hi all, I am sure I am doing something daft.  Images are not sliding and I am getting the

Re: Richtext Editor Woes

2012-01-03 Thread Dean Lawrence
Scott, Just for future knowledge, you can limit the abilities of the user based upon their role. config.accessControl = arrayNew(1); config.accessControl[1] = structNew(); config.accessControl[1].role = '*'; config.accessControl[1].resourceType = '*'; config.accessControl[1].folder = '/';

Re: anyone using ckeditor? I will PAY you for your help!

2012-01-10 Thread Dean Lawrence
You should take a look at the protectedSource method in the config settings (http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource). This allows you to use regular expressions to specify which tags should not be affected by the editor. On Tue, Jan 10, 2012 at 7:51

Re: anyone using ckeditor? I will PAY you for your help!

2012-01-11 Thread Dean Lawrence
You are correct in the way that you were trying to implement this in the config file (or better yet, in an external config file that overrides the base config file). The problem is, is that it is not what you are looking for. I misunderstood your original post, in that I thought that CKEditor was

Re: anyone using ckeditor? I will PAY you for your help!

2012-01-11 Thread Dean Lawrence
Thank you. But once again, the proper syntax is not included. I got this to work. I am calling CKEditor as such. script type=text/javascript charset=utf-8 //![CDATA[ $(function() { var config = { customConfig :

MySQL date problem

2012-01-22 Thread Dean Lawrence
I have an app that I have created using CF 9.01, MySQL 5.1.41 and ORM. One of the properties of my object is a start date. Everything inserts and updates to the MySQL database without a problem. This issue that I am having is when I try to perform any CF date functions on the stored date. If

Re: MySQL date problem

2012-01-22 Thread Dean Lawrence
Nevermind. Stupid mistake. I was looping over a number of records and it turns out that one of the records had a null value set which was what caused the error. Had nothing to do with MySQL dates at all. Ugh. I have an app that I have created using CF 9.01, MySQL 5.1.41 and ORM. One of the

deanlaw

2012-02-03 Thread Dean Lawrence
I'm running CF9.01 on OSX Lion 64 bit. I've had problems displaying the info page in the admin and with cfdocument. I came across a blog post at http://blog.maestropublishing.com/adobe-coldfusion-9-on-mac-lion-fix-for-hangin which fixed my problem with the info page, but I am still having a

Document Service Error (was deanlaw)

2012-02-07 Thread Dean Lawrence
Sorry, I realized that my original post had an ambiguous subject line. Has anyone come across this before? Do I need to reinstall (which I do not want to do) or is there something else that I should be looking for? Thanks I'm running CF9.01 on OSX Lion 64 bit. I've had problems displaying

Re: High school algebra problem

2012-05-14 Thread Dean Lawrence
You would use the MOD Operator. #794625 MOD 256# will return 1, #794626 MOD 256# will return 2, etc. That will give you your folder number. If the result is 0, then the folder would be 256. On Mon, May 14, 2012 at 4:02 PM, Les Irvin les.cft...@gmail.com wrote: Not exactly a CF question per

Empty file upload field causing 403 error.

2012-08-02 Thread Dean Lawrence
I am about at my wits end with this. I have a weird scenario in that I have a simple form that allow for uploading a logo and adding a couple of fields of copy. When I choose a file and submit the form, everything works fine, the logo is uploaded and the form fields are added to my database.

Re: Empty file upload field causing 403 error.

2012-08-02 Thread Dean Lawrence
), otherwise you get issues like this. so give that a try and see if it helps. On Thu, Aug 2, 2012 at 3:32 PM, Dean Lawrence dean...@gmail.com wrote: I am about at my wits end with this. I have a weird scenario in that I have a simple form that allow for uploading a logo and adding a couple

Re: Empty file upload field causing 403 error.

2012-08-02 Thread Dean Lawrence
I could Ray, but I don't think that that will help, as the server is throwing the error before it reaches my processing page. I tested this by changing the form action to a non-processing page and received the same 403 error. On Thu, Aug 2, 2012 at 11:20 AM, Raymond Camden

Re: Empty file upload field causing 403 error.

2012-08-02 Thread Dean Lawrence
? If the image location is calling from the db- are you set up to check for file existence before processing? /Scott On 8/2/12 8:26 AM, Dean Lawrence dean...@gmail.com wrote: I could Ray, but I don't think that that will help, as the server is throwing the error before it reaches my

  1   2   >