Re: CF Builder 3

2015-01-14 Thread Paul Hastings
On 1/15/2015 8:24 AM, Dave Watts wrote: > I know about it, because I used Homesite before Allaire bought it. I > switched from HotDog to Homesite before Allaire got involved. After hotdog? homesite? geez, kids today don't know how lucky they got it. hands up if you remember the 1st commercial wi

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Paul Hastings
On 8/7/2014 1:34 PM, Sathyanarayanan Ramanathan wrote: > Yes. I was using ODBC socket datasource to connect CF with SQL server well you can stop now. > Driver]Error establishing socket to host and port: 127.0.0.1:1433. use real IP or server name instead of 127.0.0.1. if you're using an inst

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Paul Hastings
On 8/7/2014 6:16 AM, Bobby wrote: > > He said the arabic text was actually in the database but only ??? when > retrieving/displaying with CF. Wouldnt it be garbage IN the db if it wasnt > an nchar/nvarchar data type? could be already garbaged as far as cf & unicode go. in the bad old days (pre c

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Paul Hastings
On 8/6/2014 8:28 PM, Bobby wrote: > > Last time, my suggestion was to make sure the "Enable High ASCII > characters and Unicode for data sources configured for non-Latin > characters� setting was enabled on your CF datasource but that was before > I realized it was an oracle datasource. If you a

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Paul Hastings
On 8/6/2014 8:17 PM, Sathyanarayanan Ramanathan wrote: > *Issue 1: *Now I have existing SQL server 2008 db with Arabic text data in > some table columns. But when I try to fetch & display using CF even after > adding charset in meta tag & cfprocessingdirective as UTF-8 all Arabic text > appeared a

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Paul Hastings
On 7/13/2014 2:26 PM, Sathyanarayanan Ramanathan wrote: > 1. One of my ColdFusion application is already implemented to handle Arabic > text using Oracle db. > I checked the NLS_characterset & is set to AR8MSWIN1256. There are few > Arabic text found in few tables. > But when I try to insert some

Re: CFHTTP charset issue

2014-05-09 Thread Paul Hastings
On 5/9/2014 4:13 PM, Edward Chanter wrote: > What am I missing here? if that java bit is relying on getCharacterEncoding(), i think it gets the charset from "Content-Type" (not exactly sure why cfhttp charset param's not setting that). so maybe try setting it via "Content-Type" too. ~

what is faster?

2014-03-06 Thread Paul Ihrig
to compare 2 queries or sticking the queries into an array and then ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoff

RE: Need help with decryption from C#

2013-11-05 Thread Paul Vernon
; sb.append(chr(54)); IVector = sb.toString().getBytes(); // convert the StringBuffer to a ByteArray outputString = Decrypt(inputString, Hash(Key, "MD5"), "DESEDE", "Base64", IVector); Paul ~| Order

RE: Check an email domain

2013-10-15 Thread Paul Vernon
boxes it looks after. In my POPCFC client on RIA forge, there's a "socket" class that makes sending and receiving data over protocols like SMTP easy so it wouldn't take more than a couple of hours to rig something up to repl

Re: docs download

2013-09-11 Thread Paul Hastings
On 9/11/2013 6:23 PM, Raymond Camden wrote: > > Ok, I spoke with our docs person and this is whats up. > > 1) You can still get the PDFs from here: > http://help.adobe.com/en_US/ColdFusion/10.0/Installing/index.html > > 2) The above link is the old style docs. The new style docs do NOT have the >

Re: docs download

2013-09-10 Thread Paul Hastings
On 9/11/2013 12:57 AM, Raymond Camden wrote: > > I'll raise this internally. It looks like the links to the PDFs are gone. would be nice if the HTML versions were also still available to d/l. ~| Order the Adobe Coldfusion Antho

Re: Barcodes

2013-08-29 Thread Paul Hastings
On 8/29/2013 10:39 PM, Chad Gray wrote: > Anyone recommend a way to create and display barcodes on a webpage? if the use case is printing/PDF, there's stuff built into iText (already in cf). see http://itextpdf.com/examples/iia.php?id=297

Re: pdf COM object

2013-08-09 Thread Paul Hastings
On 8/10/2013 12:00 AM, daniel kessler wrote: > Can anyone recommend a path for correcting this? I don't know the cf pdf > calls well. Is there a replacemnt for this within cf9? not sure about cf itself, but i concatenated PDFs before using iText. ~~

RE: What would you call high traffic for CF8 standard?

2013-06-14 Thread Paul Vernon
han sending everything all the time. Hopefully they will resolve the issue shortly. Thanks for all the assistance and offers of help both on and off list. Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazo

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
tching the memory allocations around as I've noted previously. This time though, the profiler was running through the crash. I've now got 20 million trace rows to trawl through to see if it really is a DB issue or not... Paul ~~~

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
eans that when people visit from those sources, they look at jobs from the same batch so the queries look pseudo-sequential when they are in fact totally random. Paul ~| Order the Adobe Coldfusion Anthology now! http://www.am

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
Hi Byron, > Here's a simple one to show you real time what is executing on the > server. What version of SQL Server is that for? Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
.gif Pretty much every query that goes through looks like that and is equally as quick. I just don't see the DB slow down. Pretty much every query that goes through is from the view job page. Most of the queries listed have a CF cache time of 5 minutes but there are so many job views of s

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
uieter today (Monday is our busiest day). Having said that, looking at the stats right now, I've got over 4000 active sessions on the server at the moment so it's not that quiet! Paul ~| Order the Adobe Coldfusio

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
. A similar 64 bit machine would most likely > not have issue with that type of load. Maybe time for an upgrade. I think so too. Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-An

RE: What would you call high traffic for CF8 standard?

2013-06-12 Thread Paul Vernon
(more than enough) Trusted Cache is on Save Class files is enabled Max. Cached queries: 750 Sessions: J2EE sessions are enabled and have a max. timeout of 30 minutes Paul ~| Order the Adobe Coldfusion Anthology now! http

What would you call high traffic for CF8 standard?

2013-06-12 Thread Paul Vernon
re wise it's running on a DELL PowerEdge 2650 with 4GB RAM and Dual Xeon processors running@3.33GHz. Thanks Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Antholo

JRUN Intermittent Death

2013-06-06 Thread Paul Alkema
server instance of ColdFusion is currently using JVM 1.6. Does anyone thing upgrading to JVM 1.7 would help? What are the pros and cons of using JVM 1.7? Thanks, Paul ~| Order the Adobe Coldfusion Anthology now! http://www.a

RE: Geargian Dates??

2013-05-17 Thread Paul
Not "gregorian date". Gregorian is a kind of calendar. Do you mean "julian"? Or simply mmddhhss format? Sent from Samsung MobileBrook Davies wrote: Hi Guys, I am interfacing with a webservice and the dates returned are in Gregorian format. For example I get back: {ts '1582-10-04 16:00:00

Re: Creating a PDF document with signature

2013-04-24 Thread Paul Hastings
On 4/24/2013 10:45 PM, Dave Watts wrote: > I don't think you can use iText to manipulate LC Designer forms. PDFs > that you create with Designer are not the same as "regular" PDFs - > they're a different format called XFA. actually...iText handles XFA forms just fine. flattening them to PDF is a

Re: (ot) SQL bulk inserts, ftps, and unicode special characters

2013-04-12 Thread Paul Hastings
On 4/13/2013 1:55 AM, Rick Root wrote: > It occurs to me that even If I put the data in correctly, I still have to > "deal" with it because I can't really output a utf-16 character to a web > page (or can I?).. I dunno maybe it just works. no, it will show up fine (your db driver & cf will see t

Re: (ot) SQL bulk inserts, ftps, and unicode special characters

2013-04-11 Thread Paul Hastings
On 4/11/2013 11:53 PM, Rick Root wrote: > No, it doesn't. Not really. > > http://msdn.microsoft.com/en-us/library/bb330962(v=sql.90).aspx actually that page and a decade of my experience says it does. UTF-8 will get transformed (its designed for that) to UCS2 by the db driver. for all practica

Re: (ot) SQL bulk inserts, ftps, and unicode special characters

2013-03-26 Thread Paul Hastings
On 3/27/2013 3:08 AM, Rick Root wrote: > AMEX � ADR Box > > The em dash seems to come through in my text file is 3 characters when I > view it in notepad++ that's because your data is garbaged or its encoding is either missing or misidentified or i guess notepad++ doesn't understand unicode (n

Re: CF10 - editing jvm.config

2013-03-21 Thread Paul Hastings
On 3/22/2013 1:39 AM, Dave Watts wrote: > >> Our server admin says he routinely manually modifies the jvm.config file but >> he doesn't see where in this file to change the Java >> File Encoding setting. Does anyone know where to do that? > > You add it to java.args: *after* making a copy of the

Re: CF running out of steam

2013-03-17 Thread Paul Hastings
On 3/18/2013 10:05 AM, Jenny Gavin-Wear wrote: > I take all of your points on board, but it is still frustrating to be trying > to sell a product that the manufacturer does not seem particularly > interested in selling itself - let alone the business model for the product > being wrong in the fir

Re: CF running out of steam

2013-03-14 Thread Paul Hastings
On 3/14/2013 4:26 AM, Dave Watts wrote: > programming. CF does what you need with server-side programming. But > server-side application development tools are basically a commodity at > this point. You can do anything with anything. There's nothing I can not quite. make sure you're sitting down &

Re: now( ) is off by an hour

2013-03-12 Thread Paul Hastings
On 3/12/2013 8:31 PM, daniel kessler wrote: > JRE:=Java(TM) 2 Runtime Environment, Standard Edition 1.4.2_09-b05 kind of old & problematic. > When it says "in dst now", that means that JVM thinks it's not in DST or that > the computer does not think it's in DST? the JVM that cf's using thinks t

Re: now( ) is off by an hour

2013-03-12 Thread Paul Hastings
On 3/12/2013 7:48 PM, daniel kessler wrote: > So where does now() get it's time? I'm on a VPN and that has the correct > time when I check it's clock. Would it then be the server that hosts the > VPN? Or someplace else? time could be fine but maybe JRE that cf is using is running in a differen

RE: CFPOP and multipart bounce messages

2013-03-08 Thread Paul Vernon
> Anyone got any ideas for me? http://popcfc.riaforge.org Check out the functions with RAW in their names, it bypasses CFPOP in those functions and should handle bounce messages for you. Paul ~| Order the Adobe Coldfus

Re: Coldfusion 7 and JVM

2013-03-03 Thread Paul Hastings
On 3/4/2013 12:17 AM, Jenny Gavin-Wear wrote: > I had a look at sanselan, but I can't see any examples of the output to know > this will get the metadata I need. > > The key things are image Title/Description/Keywords and the standard EXIF > stuff like shutter speed/ISO/aperture, etc. yup it appe

Re: Coldfusion 7 and JVM

2013-03-02 Thread Paul Hastings
On 3/3/2013 8:40 AM, Jenny Gavin-Wear wrote: > I found an old posting from Dave Watts indicating CF7 doesn't support JDK > 1.6. if you 100% need the stuff from the lib version 2.5 & beyond, you have no choice but to upgrade cf or use another java lib that works w/java 1.4.2 like maybe sanselan

Re: Coldfusion 7 and JVM

2013-03-01 Thread Paul Hastings
On 3/2/2013 9:24 AM, Justin Scott wrote: > >> I tried updating the JVK to version 7, latest available. After changing the >> JVM path the CF server would not start, so I am wondering which is the >> latest version of the JDK that Coldfusion 7 will support, please? no idea but pretty sure there's

Re: EXF Photo Information

2013-02-28 Thread Paul Hastings
On 2/28/2013 2:28 PM, AJ Mercer wrote: > > Railo 4 is now using Sanselan library > http://commons.apache.org/proper/commons-imaging//index.html that's pretty slick. i've used that lib to write EXIF (geo-locations mainly) to images. the problem is that there are *so* many metadata dirs & tag

Re: EXF Photo Information

2013-02-27 Thread Paul Hastings
On 2/28/2013 10:57 AM, Jenny Gavin-Wear wrote: > Would it be very easy to create a cf tag from this that would take an image > and output the exif data, etc? yes i guess it would be very easy. ~| Order the Adobe Coldfusion Ant

Re: EXF Photo Information

2013-02-27 Thread Paul Hastings
oops, that code was for cf10 & used some undocumented stuff. this might work better for cf7. // path to image on server path="c:\cyclingTrips\khlong13\coffinService.jpg"; // lib wants java IO file so... imgFile=createObject("java","java.io.File").init(path); metadataReader=createObject("java","

Re: EXF Photo Information

2013-02-27 Thread Paul Hastings
On 2/27/2013 9:51 PM, Jenny Gavin-Wear wrote: > My skills are purely in CF, I'm not a programmer as such. Is there a simple "not a programmer"? so what does that make the rest of us? chopped liver? > way I can go about using this java lib, please? 1) download the jar file 2) stick it on the cf

Re: Localization , French Accents...

2013-02-27 Thread Paul Hastings
On 2/28/2013 3:05 AM, Brook Davies wrote: > > Sorry, Unicode/utf-8 are the same thing...my mistake.. they're not the "same thing". unicode is a *standard* (the unicode consortium produces a book "the unicode standard"). utf-8 (UCS Transformation Format 8 bit) is one *encoding* implementing tha

Re: EXF Photo Information

2013-02-24 Thread Paul Hastings
On 2/25/2013 9:34 AM, Jenny Gavin-Wear wrote: > I am still using CF7 and I'm about to put together a site for a > photographer. I don't really want to spend a fortune upgrading CF, so I am > wondering if there is anything I can use to read in EXIF information? even if you upgraded not sure you'd

Re: Problem with Hackers on Donation form through Authorize.net

2013-02-11 Thread Paul Hastings
On 2/12/2013 12:06 PM, Al Musella, DPM wrote: > > I came across an interesting way to get the country from the IP > address.. http://www.mximize.com/getting-country-by-ip-based-on-geolite > I might set this up and block non North American IPs... i would check w/your client first. not everybody ou

RE: Hack - Further Information

2013-02-04 Thread Paul Vernon
ecifically configure your web server to reject these patterns. > The CF 9 Lockdown Guide (which I believe Pete wrote in part, if not in > full) describes how to do this for IIS and Apache. That's fair enough and I d

RE: Hack - Further Information

2013-02-04 Thread Paul Vernon
al code that I should know about that breaks the rules as to how web servers work? I've been working with CF since 4.0 and never seen it serve a page that does not exist... Paul ~| Order the Adobe Coldfusion

RE: Hack - Further Information

2013-02-04 Thread Paul Vernon
not be accessible over the web), map the CFIDE to the version that no longer contains the admin folder. This stops no end of possible security threats before they can start and if this had been implemented on your server would probably have stopped the hack from being successful.

Re: Need help with inserting non-standard characters into SQL from CF

2013-01-04 Thread Paul Hastings
On 1/4/2013 6:08 PM, Edward Chanter wrote: > > Thanks Paul, the data isn't coming from a form it's being manually entered you mean from a static cf page? and is that page UTF-8? where's the pound symbol coming from? if you're not using cfqueryparam, make sure to u

Re: Need help with inserting non-standard characters into SQL from CF

2013-01-04 Thread Paul Hastings
On 1/4/2013 5:34 PM, Edward Chanter wrote: > When I insert it as N'�' I still get question marks but these have black > diamond shaped boxes around them. either the data input isn't unicode in the first place (ie. from a form on a page that's not UTF-8 encoding) or its that the data isn't bein

Re: _Re:_URGENT_:_How_to_Detect_screen_resolution_in_COLDFUSION?

2012-12-26 Thread Paul Hastings
On 12/27/2012 10:10 AM, Raymond Camden wrote: > > Why isn't this person removed from the list yet? because he's providing 50% of the traffic? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-23 Thread Paul Kukiel
Yes. On Sun, Dec 23, 2012 at 7:06 PM, The Dude wrote: > > Have you actually tried it? > > >Impossible that it works as you describe. > > > >If anyone runs this code they will simple see a session variable with a > >string of js text. > > > > >"document.write(>screen.width);" /> > > > > > >You w

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-23 Thread Paul Kukiel
Impossible that it works as you describe. If anyone runs this code they will simple see a session variable with a string of js text. You would have to do it with ajax as suggested, or use js to set a form variable. On Sun, Dec 23, 2012 at 6:22 PM, The Dude wrote: > > I am running this in a

RE: Regular Expression - decimal number positive & negative

2012-12-14 Thread Paul Giesenhagen
http://www.cflib.org/udf/NumberUnFormat On 14 December 2012 14:59, Paul Giesenhagen wrote: > > Heya, > > I know that some will know this quickly ... but I have > ReplaceNoCase(str, > "[^0-9\.]","","ALL") > > And this takes -5 to 5 ... which is not wha

Regular Expression - decimal number positive & negative

2012-12-14 Thread Paul Giesenhagen
Heya, I know that some will know this quickly ... but I have ReplaceNoCase(str, "[^0-9\.]","","ALL") And this takes -5 to 5 ... which is not what I want - I want to include negative numbers what do I add to this regular expression to keep the decimals (if there) and keep the negative if there

Re: converting EST to CST

2012-10-10 Thread Paul Hastings
On 10/11/2012 4:41 AM, fun and learning wrote: > >> Have you looked at the date functions? Like, say, dateAdd()? >> >> On Wed, Oct 10, 2012 at 4:34 PM, fun and learning >> wrote: >> >>> > Yes, I did see that after posting the message. I think this would do it > DateAdd("h", -1, #Now()#) ...and

Re: CF8 Instance hogs cpu

2012-10-02 Thread Paul Kukiel
Client variables being stored in registry? Paul On 03/10/2012, at 8:32 AM, Richard Steele wrote: > > We have a problem with one of our CF8 Enterprise instances. Almost daily, it > hogs the entire cpu of the server and the service has to be restarted. Over > 2.5 gb of memory

Re: Localisation - file or database?

2012-10-02 Thread Paul Hastings
On 10/2/2012 7:25 PM, Edward Chanter wrote: > > currency formats etc but the calendar issue you raised is one I hadn't > considered, and the L2R and R2L issue is also something I need to work out. uh, i18n folks like their abbreviations, their standards as well as their numeronyms. its LTR (left

Re: Localisation - file or database?

2012-10-02 Thread Paul Hastings
On 10/2/2012 4:01 PM, Edward Chanter wrote: > We're about to embark on a project for which locallisation is a requirement > and it's the first time I've done this. I understand the basic concepts > about having data containing the words and phrases needed on a website > stored with versions for ea

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Paul Kukiel
Unsure if its an option be we use 3d secure with cardinal commerce who support ColdFusion and 64 bit. Paul On 02/10/2012, at 8:26 PM, "Donnie Bachan (Gmail)" wrote: > > Hi All, > > I've run into an issue on CF9 Enterprise 64 bit on Windows (7/2003/2008) > wi

Re: How to Deal with International Currency Formats

2012-09-26 Thread Paul Hastings
On 9/26/2012 9:14 PM, Richard Colman wrote: > I am doing some first-time international monetary stuff, and having some > trouble figuring out how to process the numbers in CF. do you know the locale associated w/each currency value? where is the data coming from? and these are formatted strings

Re: How to set Locale to Malaysia

2012-09-26 Thread Paul Hastings
On 9/26/2012 8:14 PM, Dave Hatz wrote: > Thanks Paul and Leigh for the support...I will get ICU4J installed on our CF8 > versions.. if you have java 1.6 on your cf server, you won't need ICU4J (and FYI it won't magically fix your problem, you'll have to use some j

Re: How to set Locale to Malaysia

2012-09-25 Thread Paul Hastings
On 9/26/2012 10:46 AM, Leigh wrote: > > ������ >� oops, i missed to an opportunity to plug ICU4J ;-) i > > Man I cannot believe it... I was going to recommend that first :)� I think > CF8 uses 1.4, btw. after actually bothering to look: http://helpx.adobe.com/coldfusion/kb/oracl

Re: How to set Locale to Malaysia

2012-09-25 Thread Paul Hastings
On 9/26/2012 3:27 AM, Dave Hatz wrote: > Is there a way to set the Locale to Malaysia using CF8? oops, i missed to an opportunity to plug ICU4J ;-) if you can't upgrade java or cf, you can always use the ICU4J library. it's ULocale class does have resources for ms_MY. and i still *really* wis

Re: How to set Locale to Malaysia

2012-09-25 Thread Paul Hastings
On 9/26/2012 3:27 AM, Dave Hatz wrote: > > I have never worked with Locale before, but we have a client in Malaysia that > wants us to use their Currency symbol of RM instead of $. I have checked our > CF8 for supported Locale's and don't see 1 for Malaysia. what version of java is your server r

Re: How do you allow accented characters in a cfinput regex?

2012-09-17 Thread Paul Hastings
On 9/18/2012 11:05 AM, Paul Hastings wrote: > x="T� m� in ann gloine a ithe; N� chuireann s� isteach n� > amach orm."; that didn't come through so good, grab one of the "test" phrases from http:/

Re: How do you allow accented characters in a cfinput regex?

2012-09-17 Thread Paul Hastings
On 9/18/2012 7:31 AM, John Pullam wrote: > No, it started rejecting all names when I did that. I am running CF9. you're doing it wrong: x="Tá mé in ann gloine a ithe; Ní chuireann sé isteach nó amach orm."; writeoutput('reFind says: #reFind("[[:alpha:]]",x)#');

Re: How do you allow accented characters in a cfinput regex?

2012-09-17 Thread Paul Hastings
On 9/17/2012 9:23 PM, John Pullam wrote: > >> Did you try setlocale on the string as per previous example? not needed in this instance. did swapping [:alpha:] for \w in the regex expression work or not? if not, what version of cf? ~

Re: How do you allow accented characters in a cfinput regex?

2012-09-16 Thread Paul Hastings
On 9/16/2012 9:45 PM, John Pullam wrote: > pattern="^[\w'\-\ ]{2,50}$" message="Please enter a valid First Name"> change \w to [:alpha:] ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-An

RE: Verity Collections Stalling

2012-08-21 Thread Paul Vernon
> Paul: > > Thanks for the response. I may end up implementing something like this if all else fails but I'd prefer to find the actual cause of the problem to > prevent this from happening in the first place instead of responding after the fact. Any ideas what could be causin

RE: Verity Collections Stalling

2012-08-20 Thread Paul Vernon
es you may come across... http://newmediadev.typepad.com/files/verity-k2-client-programming-guide.pdf HTH Paul -Original Message- From: Mosh Teitelbaum [mailto:mosh.teitelb...@evoch.com] Sent: Monday, August 20, 2012 9:55 PM To: cf-talk Subject: Verity Collections Stalling All: I&

Re: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Paul Kukiel
Sublime is amazing I have just switched. It's not free but if you use it as the free version its the same just has a pop up to purchase every now and then. Highly recommended for a speedy editor. Paul. On Tue, Aug 14, 2012 at 9:43 AM, Kym Kovan wrote: > > Nobody has mentioned Sub

Re: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Paul Ihrig
http://www.ultraedit.com/downloads/ultraedit_download.html http://download.cnet.com/HomeSite/3000-10247_4-10001199.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2012-07-25 Thread Paul Alkema
> We're encountering the following issue with some percentage of IE > users (Definitely but not necessarily limited to IE8 8.0.7601.17514 & > windows 7). Basically their SESSION is failing the same way it might > if they're cookies were disabled, however, we are able to set cookies > manually

RE: Making a website mobile friendly

2012-07-24 Thread Paul Vernon
rule set as indicated above. This allows users with advanced smart phones capable of accessing the full site but usually identified as "handheld" to choose to receive the full site or vice-versa. Paul ~| Order the

Re: Progressbar interacting with server

2012-07-08 Thread Paul Hastings
On 7/9/2012 6:37 PM, Tom Small wrote: > Thanks for your reply although I am currently using ColdFusion 9 and noticed > - WebSocket in point-to-point communication is developed for ColdFusion 10. https://github.com/nmische/cf-websocket-gateway/wiki/ ~

Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread Paul Kukiel
Do you have a load balancer? We have seen this were a sticky session ( ip based ) is lost due to ipaddress changes on some mobile devices causing the balancer to send a request to a different server causing cf to loose the session Paul On 04/07/2012, at 9:00 PM, David Wilson wrote

Re: Maximum Post Variables

2012-06-28 Thread Paul Alkema
Hi Wil, This is exactly what I was looking for. Thanks!! Paul > There are several blogs that talk about this. It is a 'setting' > > http://www.cutterscrossing.com/index. > cfm/2012/3/27/ColdFusion-Security-Hotfix-and-Big-Forms > > > Here's one.

Maximum Post Variables

2012-06-28 Thread Paul Alkema
Hi All, I'm running into an issue, where when I create over 100 different form elements with different content I get a 500 error. I'd like to increase this number up from 100 however I can't find an area to do this. My original thought was that it was in the ColdFusion Administrator --> settin

Maximum Post Variables

2012-06-28 Thread Paul Alkema
Hi All, I'm running into an issue, where when I create over 100 different form elements with different content I get a 500 error. I'd like to increase this number up from 100 however I can't find an area to do this. My original thought was that it was in the ColdFusion Administrator --> settin

Re: cfscript zip example?

2012-06-25 Thread Paul Hastings
On 6/26/2012 9:24 AM, Nathan Strutz wrote: > Paul's got a good idea though. We could really use some solid demos. Paul, > why not add the missing test case and the missing demos as separate bug > reports on github? They're both good ideas. i would if i 100% understood it

Re: cfscript zip example?

2012-06-25 Thread Paul Hastings
On 6/25/2012 11:24 PM, Alan Rother wrote: > This topic has devolved a bit - let's see if we can actually help Paul well since this list is also a part of the cf community, posting a few simple cfscript zip examples for all the function's actions would be a good idea. an even bet

Re: cfscript zip example?

2012-06-25 Thread Paul Hastings
On 6/26/2012 1:35 AM, Raymond Camden wrote: > > Errr, yes, so sorry we couldn't do _everything_ people wanted in CF10. > CF11 will have every feature requested. Ever. the cfcommunity's done a good job w/some of what was missing--it's just this one case where *i'm* not getting the syntax. you gu

Re: cfscript zip example?

2012-06-25 Thread Paul Hastings
On 6/25/2012 1:07 PM, Nathan Strutz wrote: > > Any particular reason you don't use the cfzip tag from ColdFusion 8+? project CFCs are all in cfscript. > Sorry, that's probably not helpful, but hey sometimes people don't read the > docs. If you're on Adobe software, I think nothing before CF8 is

cfscript zip example?

2012-06-24 Thread Paul Hastings
having a hard time getting my wooly head around the zip.cfc from cfcommunity. anyone know of any code examples for the action "zip" bits? thanks. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfus

Anyone use/used Flinthosts in the UK?

2012-06-15 Thread Paul Silver
Hi, A friend is considering using Flinthosts in the UK for hosting his ColdFusion sites. He's got 4 and their 'Professional' account looks like it would take all of them as they're not high bandwidth. Has anyone used Flinthosts and are they / were they any good? Thanks

RE: Installing CF10 on IIS7.5 Win7 64-bit - SOLVED

2012-06-13 Thread Paul Vernon
That did it :D It's now installing quite happily. Thanks very much Paul -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Wednesday, June 13, 2012 1:50 PM To: cf-talk Subject: re: Installing CF10 on IIS7.5 Win7 64-bit I had that happen, too. Go through Co

Installing CF10 on IIS7.5 Win7 64-bit

2012-06-13 Thread Paul Vernon
FatalErrors Not a lot to go on so if anyone can shed any light on why I’m not getting very far that would be a great help... I should add that this is my brand new system so it’s a full fresh installation of Win 7 Pro and IIS 7.5... Paul

Re: CF v5 - need to find files / CD

2012-06-07 Thread Paul Silver
On Thu, Jun 7, 2012 at 4:40 PM, Paul Silver wrote: > I've got the license key, and I know they're legit as I used to work > for them ~10 years ago when v5 was current and remember them buying it > (I wasn't stuck with v4.5 and rebooting the server every night, woo!) >

CF v5 - need to find files / CD

2012-06-07 Thread Paul Silver
nt and remember them buying it (I wasn't stuck with v4.5 and rebooting the server every night, woo!) Is there a repository I can download such an old version from, or could some kind soul zip up a copy of the files and get them to me somehow? They don't have the budget to upgrade to CF10,

Re: CF real time data updates possible?

2012-06-03 Thread Paul Hastings
On 6/4/2012 6:59 AM, Raymond Camden wrote: > > As Bobby mentioned, CF10 provides websockets (you can fid my blog > posts on it here: > http://www.raymondcamden.com/search.cfm?search=websockets). If you > aren't on CF10, there are other options too. You can use Node.js and > socket.io (http://socke

Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>So where is your "process the form" code? > >On Thu, May 31, 2012 at 10:54 AM, Paul Smith wrote: >> Thanks! My error was in the third template in the "process code," not in the first one where I was looking. I failed to pass along the valid email (a

Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >> Any ideas? > >Yes. Test your code on Firefox. ;) > >Besides that, can you post both the form code and the code that runs >when you submit it? Without that, it's kind of hard to see where the >mistake li

Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >> Any ideas? > >Yes. Test your code on Firefox. ;) > >Besides that, can you post both the form code and the code that runs >when you submit it? Without that, it's kind of hard to see where the >mista

Error Submitting Form

2012-05-31 Thread Paul Smith
o messages if a field is not filled out, just the simplest basic form. Same result on two different browsers: Chrome and Safari Any ideas? best, paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Having a problem with cfpop - UTF-7

2012-04-16 Thread Paul Hastings
On 4/16/2012 5:18 PM, Edward Chanter wrote: > 1. jcharset > http://cfg11n.blogspot.co.uk/2005/06/utf-7.html > The jcharset file is stored in /cfroot/runtime/jre/lib and I checked the should work anywhere on cf's classpath (after a server service restart) but vaguely recall some classpath issues

Re: time stamp trouble with linux postgres installation

2012-04-08 Thread Paul Hastings
On 4/9/2012 2:40 AM, Gonzo Rock wrote: > Then using > the value returned from now() should be ok to insert into DB, no need for this step. > Going through all the time and time zone settings on the linux box all > seems right. db & cf on same server? whats the tz for the server? whats the tz

Re: SMS aggregators

2012-03-29 Thread Paul Hastings
On 3/30/2012 2:43 AM, Bryan Stevenson wrote: > Can anyone recommend SMS agregators in the US? http://www.dialogue.net/ (not sure they have offices in US). got a client on them for some time. can be reasonably priced. decent tech support. works well w/cf. ~~~

Re: SMS aggregators

2012-03-29 Thread Paul Hastings
On 3/30/2012 3:51 AM, Brian Thornton wrote: > > twilio.com and the api sets up in like 5 minutes... No SMS aggregation needed. twilio's throughput is poor. and not really for international users if that will ever matter. ~| Or

Re: SMS Bind

2012-03-20 Thread Paul Hastings
On 3/21/2012 2:32 AM, Fawzi Amadu wrote: > > Hello, our project needs to bind to our SMSC as receiver (Rx) in order to > receive SMS that is sent to our system, unfortunately Coldfusion 9 currently > seems to only bind as transceiver (TRx). Has anyone figured out a work around > to get the Coldfus

  1   2   3   4   5   6   7   8   9   10   >