Re: single quotes???

2004-12-17 Thread Lawrence Ng
look into preservesinglequotes() function ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188091 Archives:

Re: cfif issues

2004-12-16 Thread Lawrence Ng
cfelse a href=testftp.cfm?directory=#ListFiles.name#/cfif#ListFiles.name#/a /cfif why the extra /cfif (=#ListFiles.name#/cfif#ListFiles.name#/a) [EMAIL PROTECTED] 12/16/04 9:47 AM Hi, assuming all variables are correct what is wrong with this code? cfif IsDefined(url.directory) a

Re: Strange error message

2004-12-07 Thread Lawrence Ng
WHERE uid = '#trim(user_var)#' (quote) ? ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186540 Archives:

Re: OpenSource Calendar

2004-12-03 Thread Lawrence Ng
got an error trying to enter a test event Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value NULL into column 'EndDate', table 'coldgen000130.dbo.Demo_ColdCalendar'; column does not allow nulls. INSERT fails. The error

RE: OpenSource Calendar

2004-12-03 Thread Lawrence Ng
=11 -Original Message- From: Lawrence Ng [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 12:19 PM To: CF-Talk Subject: Re: OpenSource Calendar got an error trying to enter a test event Error Executing Database Query. [Macromedia][SQLServer JDBC Driver

Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Lawrence Ng
I agree. I used to look at siteobjects but its only good for 1 browser and unless your company standardizes using only IE, then it's fine. I agree with the voting too. Here locally, we have a home builders awards but that too is bogus. all builders have to do is to apply and pay a fee and they

Re: New cfml file manager - CFFM

2004-12-02 Thread Lawrence Ng
Hello, I got an error while trying to rename a directory *-- This error has been logged to bderror2897.html. Please contact the Administrator * ~| Special thanks to the CF Community Suite Gold Sponsor -

Re: New cfml file manager - CFFM

2004-12-02 Thread Lawrence Ng
just thinking out loud... could be because the name already exits? or record locking? ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message:

Passing search results

2004-12-02 Thread Lawrence Ng
hi everyone, I need your feedback on what's a good approach... Here's what I'm thinking . I have 3 collections I want to search on and the results (if any) would be displayed on 3 separate pages which can be viewed by clicking on a tab folder. How can I pass a collection to the page (in my

Re: New cfml file manager - CFFM

2004-12-02 Thread Lawrence Ng
thank you for clarifying it. ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185990 Archives:

Re: Hosting for Coldfusion

2004-12-02 Thread Lawrence Ng
how about CrystalTech? tell us how you really feel =) [EMAIL PROTECTED] 12/2/2004 11:53:07 AM I recommend 3 CF hosts. 1.CRYSTALTECH 2.CRYSTALTECH 3.CRYSTALTECH I doubt anyone does it better! Will ~| Special thanks

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-18 Thread Lawrence Ng
Those of us in IT can't just look at the technology anymore. We must adopt a mgmt mindset. Like anything else, if there are more say MS/ or Java/JSP or PHPor other developers than CF developers then it would stand to reason that mgmt would prefer to look at a platform that has a larger base. I

RE: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
I wonder if the same would happen if one were to use Apache (if it's IIS crashing or root of it in the first place) ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

RE: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
it would be interesting to see the test results of having 2 windows machines running the exact hardware specs, OS and patches installed, MX and databases but one is running IIS and the other Apache. they are turned on the same time and presto... the game's afoot! hmmm... =)

Re: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
yes I remembered that as well. This is more as a learning exercise and who knows might come in handy when we need to sell the idea to our clients, mgmt, etc. ~| Special thanks to the CF Community Suite Gold Sponsor -

Re: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
Hey Lewis, thanks for that info... interesting to say the least. ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
with IIS and Oracle 9 or 10g =) [EMAIL PROTECTED] 11/18/2004 9:53:28 AM Lawrence Ng wrote: I wonder if the same would happen if one were to use Apache (if it's IIS crashing or root of it in the first place) I'm using both at the moment (because it was driving me crazy trying to get

Re: CFMX / IIS Crash

2004-11-18 Thread Lawrence Ng
I'm not sure if its MX though.. it may be linux that is stabilizing it. I did both ... develop on win machines and handed it off to the penguin to go live. have your win2k box up and running along side the linux box and keep them running... let's see who gets knocked down. even then, I don't

Re: CF integration w/ warped text graphic challenges?

2004-11-18 Thread Lawrence Ng
try this... http://www.emerle.net/programming/display.cfm/t/cfx_captcha ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: SQL Query using 'FOR XML' Coldfusion

2004-11-18 Thread Lawrence Ng
u know we're getting old when we forget the time... LOL ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184801

Re: CF integration w/ warped text graphic challenges?

2004-11-18 Thread Lawrence Ng
glad to hear that... it's pretty useful... i make unsubscribers work to get off the spam list LOL [EMAIL PROTECTED] 11/18/2004 1:01:57 PM At 02:04 PM 11/18/2004, Lawrence Ng wrote: try this... http://www.emerle.net/programming/display.cfm/t/cfx_captcha Ahhh. Now that is easy. :) Works

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Lawrence Ng
yeah... when I first started years ago as a rookie, I could not believe how easy it was to connect to a db and write out your queries freely without worrying about line breaks, not appending correctly, etc. and all inside a tag to boot. [EMAIL PROTECTED] 11/17/2004 8:20:24 AM Dave nailed it

Re: Use cftry/cfcatch to resume if error in a loop?

2004-11-16 Thread Lawrence Ng
just thinking out loud here... wouldn't the preferred way to do is is by using Oracle's tools instead? it seems to me that table maintenance, triggers, etc. should be best left to the database that handles it because they do it best as they say. just wondering... I'm probably not as enlightened

Re: Use cftry/cfcatch to resume if error in a loop?

2004-11-16 Thread Lawrence Ng
hmmm.. if you don't have access then how can you maintain the tables without the rights to alter them? [EMAIL PROTECTED] 11/16/2004 8:54:11 AM just thinking out loud here... wouldn't the preferred way to do is is by using Oracle's tools instead? Well of course. I can do this in about a

image resizing

2004-11-16 Thread Lawrence Ng
hello, I plan to build an app that would allow users to upload images to the server for review. Here are the routines I want to try and implement 1. check's the image dimension before its updated (either by cffile or ftp) 2. Once it's uploaded, I want to resize it smaller for faster download

Re: image resizing

2004-11-16 Thread Lawrence Ng
this for you. The tag was free when I downloaded it a while back. HTH, Jordan Lawrence Ng wrote: hello, I plan to build an app that would allow users to upload images to the server for review. Here are the routines I want to try and implement 1. check's the image dimension before its updated

Re: image resizing

2004-11-16 Thread Lawrence Ng
thanks Massimo this looks nice. [EMAIL PROTECTED] 11/16/2004 10:14:48 AM I know how to check for file types sizes but its the dimension that I want to check as well. http://www.olimpo.ch/tmt/cfc/tmt_img Massimo Foti DW tools: http://www.massimocorner.com

Re: image resizing

2004-11-16 Thread Lawrence Ng
back. HTH, Jordan Lawrence Ng wrote: hello, I plan to build an app that would allow users to upload images to the server for review. Here are the routines I want to try and implement 1. check's the image dimension before its updated (either by cffile or ftp) 2. Once it's

Re: image resizing

2004-11-16 Thread Lawrence Ng
will do.. thank you [EMAIL PROTECTED] 11/16/2004 10:20:24 AM Check for CFX_image. It is great to resize images, even conditional resizing and creating icons. Also have a look at CFX_pureimage at the address below. Many images produced by digital cameras add an extra bloc of information,

Re: image resizing

2004-11-16 Thread Lawrence Ng
thanks Bryan... I forgot that i could use java... silly me ... thanks everyone. L [EMAIL PROTECTED] 11/16/2004 10:24:52 AM If you're on MX...here's a function for ya to drop in a CFC: !---(Function: ImageSize)-- Date Created:

Re: image resizing

2004-11-16 Thread Lawrence Ng
free is always good... we should all live in a bartering system... money is the root of all evil; render unto Caesar what is Caesar's and what is God's God, you can server both God and money, etc. oh wait, that's for another thread .. hehehe thanks again everyone. [EMAIL PROTECTED]

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-16 Thread Lawrence Ng
sorry to hear that if its true. but you are correct in stating that things change and we should try to learn as much as other technologies as we can. Personally, I like to try everything and get a feel for things. I love Java/JSP and started working with PHP a year ago and now I love it as well.

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-16 Thread Lawrence Ng
Bryan is bang on. We're from Western Canada and I attended a CFUG meeting 3 to 4 years ago but there was only a handful of people at that time (I'd say no more than 15 to 20) and that tells me something at that time. That's when I decided to learn something else asap. CF is still an awesome

RE: Need Suggestions for Spreading Out Notification Mailings

2004-11-16 Thread Lawrence Ng
I agree with Dov. that's exactly how I did mine as well for my former employers... we had to send out over 22K invites and I batched them over a period of 2 to 3 weeks. I used a combination of tables and scheduling functions to keep track of what has and not been sent out. Be careful too with the

RE: Need Suggestions for Spreading Out Notification Mailings

2004-11-16 Thread Lawrence Ng
don't do alrge maling.. the spooler (or spooker as I call it) craps out if its too big.. I played it real safe and just sent 500 at a time, wait for 30 to 60 minutes and send another batch. I do not more than 5 per day just to be safe. [EMAIL PROTECTED] 11/16/2004 2:00:46 PM Please keep us

MX sql driver issues

2004-11-15 Thread Lawrence Ng
hello there, I came across this over the weekend with a fellow developer over the weekend... Have any of you experienced any issues simliar to this with the JDBC driver with SQL 2000 server? 1. Two weeks ago, they switched over to MX and it bombed under load - it was producing constant sql

Re: MX sql driver issues

2004-11-15 Thread Lawrence Ng
offering - Original Message - From: Lawrence Ng [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 15, 2004 8:37 PM Subject: MX sql driver issues hello there, I came across this over the weekend with a fellow developer over the weekend... Have any of you

RE: MX sql driver issues

2004-11-15 Thread Lawrence Ng
thank you Dave. I'll ask him. [EMAIL PROTECTED] 11/15/2004 11:54:21 AM Have any of you experienced any issues simliar to this with the JDBC driver with SQL 2000 server? 1. Two weeks ago, they switched over to MX and it bombed under load - it was producing constant sql deadlocks. They

Re: URGENT! Db access problem

2004-11-12 Thread Lawrence Ng
I agree u should use either one mssql, mySQl or oracle http://www.convert-in.com/acc2mss.htm If $$$ are an issue (which most certainly is nowadays), I'd go with MySQL. I'm starting to port them from Oracle to MySQL myself ... albeit cautiously. since you're using access, I'm assuming it not that

Re: CFFILE upload to Linux server issues

2004-11-11 Thread Lawrence Ng
directory path is incorrect. should be \ not / and check your file permissions. u should implement a try catch framework as well [EMAIL PROTECTED] 11/11/04 9:54 AM Ok I took the var out of the application page an put it right on the processing page. Now the var is set correctly however it is

RE: jumps

2004-11-10 Thread Lawrence Ng
flush out your browser's cache a couple of times... i noticed this with CF quite a bit... ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: Session vars and IFRAME

2004-11-09 Thread Lawrence Ng
power of positive thinking my friend =) we need of it in the world. ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

RE: Session Management

2004-11-03 Thread Lawrence Ng
hello there, at our college, we made it a policy to have the sessions for our portal appllcation expire after 3 minutes of inactivity. This is to address security and privacy issues. Portal built using PHP and implemented Novell's iChain for single signon ability across any applications that

Re: SPAM-BULK: RE:Forcing text to wrap in table cell

2004-11-02 Thread Lawrence Ng
just thinking out loud here... another option is put the string in variable and do a check on string length... if it exceeds it, then do a wrap. ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support

Re: Application.cfm update question

2004-10-29 Thread Lawrence Ng
could be session issue. you shouldn't need to do anything chack your settings in your administrator for cf variables and such. ~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

Re: SQL Deadlock

2004-10-20 Thread Lawrence Ng
how are u writing the queries? via stored procedures? or cfquery? I'm assuming you're already cflock correct? ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.

Re: Connection Reset By Peer

2004-10-18 Thread Lawrence Ng
check your firewall /cache settings and increase the number of session requests if possible. We had similar issues but it's more a firewall/security settings rather than CF. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Connection Reset By Peer

2004-10-18 Thread Lawrence Ng
further to my feedback, here's MM's take on it. http://www.macromedia.com/support/coldfusion/ts/documents/connection_reset.htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: How to prevent multiple logins

2004-10-15 Thread Lawrence Ng
I agree with fuzzylizard. You have to make processing decisions and have mgmt okay it. Let everyone know what may/could/would happen if they login concurrently. Once users know this, it would meet everyone's expectations. This pretty much boils down to communication (a lost skill =) LOL. [Todays

RE: Functional roles on web application team

2004-10-15 Thread Lawrence Ng
I think you mean this one. scroll down halfway http://www.macromedia.com/resources/techniques/define/plan.html [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Functional roles on web application team

2004-10-15 Thread Lawrence Ng
the resources section has some good info as well. hope this helps everyone... [EMAIL PROTECTED] 10/15/2004 12:23:54 PM I think you mean this one. scroll down halfway http://www.macromedia.com/resources/techniques/define/plan.html [Todays Threads] [This Message] [Subscription] [Fast

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Lawrence Ng
we're still waiting LOL jk [EMAIL PROTECTED] 10/6/2004 8:51:42 AM Pics? g - Original Message - From: Adrocknaphobia To: CF-Talk Sent: Wednesday, October 06, 2004 10:48 AM Subject: Re: Slightly OT: Name top 5 CF developers you know one way or another Also, I would like to post my

RE: User to upload to their site

2004-10-05 Thread Lawrence Ng
hello there, That's funny. I've just been using fckEditor for the last few weeks and notice that it does work mozilla and netscape.. haven't tried firefox yet but since it's also from the mozilla folks, I suspec it should work. Haven't tried Safari either =) [Todays Threads] [This Message]

Re: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Lawrence Ng
I'm not sure this helps but may be related with how Windows manages memory I found that Windows doesn't really USE all the RAM we give it very much - that's why it doesn't seem to care.I experienced this with my laptop - it was fine under Windows but when I started using VMWare and had a few

Re: Naïve Dual Processor Question

2004-10-05 Thread Lawrence Ng
depending on your budget, timeline and importance of the app and its intended usersr, I'd forget about that project... I know someone who had dual 800 running with 1gb of ram and only with win2K and performance was slow. Its running cfmx. Better to buy dual 2.6 or 2.8 at this time. if u can

Re: file name with no extensions

2004-10-05 Thread Lawrence Ng
huh? why not just create a directory called Welcome and in it have an index page the redirects them to wherever you want... unless I misunderstood your query. [EMAIL PROTECTED] 10/5/2004 8:52:58 AM We have a request to create an opening page like so... Welcome with no extension. for example

Re: Naïve Dual Processor Question

2004-10-05 Thread Lawrence Ng
] 10/5/2004 9:10:23 AM Lawrence Ng wrote: if u can invest in xeon processors.. they are worth the money imho. =) Due to the system architecture, you are better off with an Opertorn system for multi-processor work, particularly for I/O (which really sucks on Xeons in comparison).Take a look

Re: form variables without forms?

2004-10-05 Thread Lawrence Ng
have you tried cfhttp? [EMAIL PROTECTED] 10/5/2004 9:12:44 AM Hello, all. I have to submit some values to a form action page.I have no choice on the far end: it is expecting POSTed form variables.On my end, though, this is kind of a pain, because I need to do an intermediate, non-user step

Re: User to upload to their site

2004-10-05 Thread Lawrence Ng
yes that is correct... i personally prefer mozilla myself.. [EMAIL PROTECTED] 10/5/2004 10:30:00 AM lawrence wrote: That's funny. I've just been using fckEditor for the last few weeks and notice that it does work mozilla and netscape.. haven't tried firefox You must be using v2.0, which is

RE: form variables without forms?

2004-10-05 Thread Lawrence Ng
is your network behind a firewall? do u find it takes forever for it to process? you may need to add your proxy's address, port, username and password... may not be allowing you to post. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: User to upload to their site

2004-10-04 Thread Lawrence Ng
I agree. FCKEditor is pretty good and works with most browsers. I found a possible restriction in that the string buffer or content you put it is not really unlimited. It may simply be a _javascript_ issue or restrictions with string buffer. To see what I mean, enter large content. even though it

Re: User to upload to their site

2004-10-04 Thread Lawrence Ng
--- Lawrence Ng Web Manager Vancouver Community College Room 5060A 1155 East Broadway Vancouver, BC V5T 4V5 t: 604.871.7156 f: 604.871.7451 e: lng at vcc dot ca Vancouver Community College is British Columbia's No. 1 college, serving 25,000 full- and part-time

Re: User to upload to their site

2004-10-04 Thread Lawrence Ng
or did it save only partial content? [EMAIL PROTECTED] 10/4/2004 12:07:41 PM Lawrence Ng wrote: I agree. FCKEditor is pretty good and works with most browsers. I found a possible restriction in that the string buffer or content you put it is not really unlimited. It may simply

Re: Session variables not working despite being enabled?

2004-09-30 Thread Lawrence Ng
was it cflocated before the redirection? [EMAIL PROTECTED] 9/30/2004 12:47:32 PM Here's my cfapplication tag: cfapplication sessionmanagement=yes setclientcookies=yes name=Secure3 clientmanagement=yes setdomaincookies=yes / Sessions are turned on in the server. I set session variables on

Re: Variable session is undefined in CFMX

2004-09-29 Thread Lawrence Ng
did you have a cfparam for the variable session... similar to a default value in your application.cfm? [EMAIL PROTECTED] 9/29/2004 8:00:39 AM Hello, I have CFMX 6.1 on one server and CF 5 on another. Both run the same CF program I created, however, on the one running CFMX I get a variable

RE: Truncating database field

2004-09-29 Thread Lawrence Ng
u can also use mid() function [EMAIL PROTECTED] 9/29/2004 12:18:55 PM I do something similar for my blog on my homepage http://www.stangocity.com http://www.stangocity.com cfoutput query=hotnews #title#br #left(description,50)#.. /cfoutput -Original Message- From: Mark

cfhttp times out...

2004-09-29 Thread Lawrence Ng
hi all, can't figure this out for the life of me.. I have a test box which executes a cfhttp with no problem and on our production box, the cfhttp times out.. no security restrictions for now. *--- The request has exceeded the allowable time limit Tag: cfhttp The error occurred in

best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
hello folks, I have a situation where the database was designed (limitation in the db unfortunately) so that if a user wants to enter a lot of text/content, they would have to add a new line for every entry that doesn't fit. Think textarea but only your using multiple input type text =( so when

Re: Problem with CreateODBCDateTime(Now())

2004-09-20 Thread Lawrence Ng
if possible, a better approach I think is to have the database insert it instead of CF. This way, you know for sure there would be no errors. [EMAIL PROTECTED] 9/20/2004 11:58:29 AM cfset datetime=cfoutput#CreateODBCDateTime(Now())#/cfoutput Your problem is that you're not saving a date in

Re: Problem with CreateODBCDateTime(Now())

2004-09-20 Thread Lawrence Ng
you could create a trigger.. still the same approach I would think [EMAIL PROTECTED] 9/20/2004 12:17:26 PM On Mon, 20 Sep 2004 12:05:02 -0700, Lawrence Ng [EMAIL PROTECTED] wrote: if possible, a better approach I think is to have the database insert it instead of CF. This way, you know

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
the descriptions in the correct order. - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20, 2004 10:10 AM Subject: best approach - appending fields in recordset hello folks, I have a situation where the database was designed (limitation in the db unfortunately

Re: Problem with CreateODBCDateTime(Now())

2004-09-20 Thread Lawrence Ng
its a string now and no longer a datetime type you can always just insert the now() function in the query cfquery datasource=dsn UPDATE trackusers SET Logindate='#now()#', IP='#remote_addr#', browser='#http_user_agent#', /cfquery [EMAIL PROTECTED] 9/20/2004 11:42:12 AM I'm trying

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
description for one course, how do you know in which order they are supposed to go? Which sentence comes first, second, etc? Wouldn't you need some sort of ordering field to do this on the description table? - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
description for one course, how do you know in which order they are supposed to go? Which sentence comes first, second, etc? Wouldn't you need some sort of ordering field to do this on the description table? - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20, 2004

SuSE Linux Enterprise Server 9 anyone?

2004-09-14 Thread Lawrence Ng
hello all, Are/Have any of you installed SuSE Linux Enterprise Server 9 which was just released last month and see how it is with MX? We are still deciding if we want to install version 9 or current version 8. The key is the verity search tool for files which currently does not work under our

Re: SuSE Linux Enterprise Server 9 anyone?

2004-09-14 Thread Lawrence Ng
Thanks Jordan... do u have the url to blue dragon for more info? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: SuSE Linux Enterprise Server 9 anyone?

2004-09-14 Thread Lawrence Ng
thank you. [EMAIL PROTECTED] 9/14/2004 11:16:32 AM Lawrence Ng wrote: Thanks Jordan... do u have the url to blue dragon for more info? Sure. =) http://www.newatlanta.com/products/bluedragon/index.cfm -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL

Re: Verity or a classic search?

2004-09-10 Thread Lawrence Ng
i'd stick with verity myself because you could use various search tools/processing techniques like soundex, etc. [EMAIL PROTECTED] 9/10/2004 8:12:25 AM Hi guys, I looking for some advice. I have a DB with a table book which contains a field keywords. This field will be fill in with word

Re: Setting up CF MX in IIS6

2004-09-10 Thread Lawrence Ng
Its simply a mapping issue to associate file extensions. read your IIS doc on how to do that. its pretty straightforward. I don't have it off the top of my head .. [EMAIL PROTECTED] 9/10/2004 9:38:13 AM I am upgrading from Website Professional to IIS6.I am using CF MX. How do I associate .htm

Re: doubling E-mail

2004-09-10 Thread Lawrence Ng
make sure u qualify the query to be more specific. [EMAIL PROTECTED] 9/10/2004 1:28:44 PM I have a query that pulls out an E-mail address.Then I loop through the query and output the E-mail addresses.When it outputs the address it doubles it up. For example: cfquery ... SELECT Email FROM

Re: BlackStone Beta 1

2004-09-09 Thread Lawrence Ng
this one I think...? http://www.macromedia.com/support/programs/beta.html [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: BlackStone Beta 1

2004-09-09 Thread Lawrence Ng
click on the coldfusion survey link and that takes u to their beta program application form. [EMAIL PROTECTED] 9/9/2004 10:30:29 AM That may well be the one. I thought it was a more specific one, but for those interested in the beta, try that link. If it's not the one, I'm sure one of the fine

RE: Form Filling w/ activePDF Toolkit

2004-09-09 Thread Lawrence Ng
Hi Robert, I'd like to request the same please. Could you also please forward it to me? thank you. Lawrence [EMAIL PROTECTED] 9/9/2004 12:09:52 PM I have some samples of some code that I've used successfully with it. I don't think I can include attachments to messages to the list, so I'll

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
Hi Doug, The results are always returned as 0. [EMAIL PROTECTED] 9/7/2004 5:25:59 PM what is teh value of theResults.recordsSearched after cfsearch ?? Doug - Original Message - From: vcc person [EMAIL PROTECTED] Date: Tue, 07 Sep 2004 16:21:59 -0400 Subject: Indexing on Linux

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
is not getting indexed.Sure CF has rights to the directories?FYI, once the collection exists, no need to recreate it. Doug On Wed, 08 Sep 2004 07:53:46 -0700, Lawrence Ng [EMAIL PROTECTED] wrote: Hi doug, Value is always 0. Larry [EMAIL PROTECTED] 9/7/2004 5:25:59 PM what is teh value

Re: web stats

2004-09-08 Thread Lawrence Ng
what's the url? the url provided before may be incorrect... page not found =( thanks [EMAIL PROTECTED] 9/8/2004 9:11:24 AM I have also used Awstats on a Linux platform. Works well. Yves [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

RE: web stats

2004-09-08 Thread Lawrence Ng
thank u all. I got it going to sourceforge =) [EMAIL PROTECTED] 9/8/2004 10:00:39 AM www.awstats.org http://www.awstats.org/ awstats.sourceforge.net http://awstats.sourceforge.net/ --Ferg [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: web stats AWSTATS filtering

2004-09-08 Thread Lawrence Ng
hi again, I had a quick look at their demo and was wondering... is there a way to filter out a range of networks so that the stats are a bit more realistic? We are a local college and I'm sure a lot of our students visit the page inside/within the college. that may screw the stats a bit. I'd

RE: web stats AWSTATS filtering

2004-09-08 Thread Lawrence Ng
ooopsss... never mind folks... I found out you could =) [EMAIL PROTECTED] 9/8/2004 10:07:07 AM hi again, I had a quick look at their demo and was wondering... is there a way to filter out a range of networks so that the stats are a bit more realistic? We are a local college and I'm sure a lot

Re: cfcookie

2004-09-08 Thread Lawrence Ng
I'm just thinking out loud here but could u use the referrer to check where they came from and set your processing rules accordingly? if referrer == domain in list { cookie is baked } else { start baking a cookie } I could be wrong... [EMAIL PROTECTED] 9/8/2004 10:18:07 AM Can a cookie be

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Lawrence Ng
Hey Matthieu, That's exactly what I've been doing for the last few years. I thought others have been doing the same =) good to know I'm not the only one. [EMAIL PROTECTED] 9/8/2004 10:15:34 AM Guy, One tip on debugging _javascript_: I am sure there is some smart way to do it. I don't know

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
Doug, thanks for the heads up... man am I screwed LOL this says it all... http://www.petefreitag.com/item/127.cfm I followed your previous postings as well and it seems that Lindex could be the key.. has anyone tried it on non RH linux distros? worth the $$$? Doug James [EMAIL PROTECTED]

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
or this possibly http://www.macromedia.com/support/coldfusion/ts/documents/hotfix_verity_linux.htm [EMAIL PROTECTED] 9/8/2004 11:51:31 AM Doug, thanks for the heads up... man am I screwed LOL this says it all... http://www.petefreitag.com/item/127.cfm I followed your previous postings as

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
will try... swamped at work at the moment LOL will let everyone know tommorrow for sure. notice the fix only goes up to version 8 (SuSE) and we;re running 8.2... i'll see what happens. [EMAIL PROTECTED] 9/8/2004 12:32:40 PM Do you have the following hotfix installed?

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
Haven't installed yet but I found this little nugget http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/intro6.htm hmmm.. have to launch the new app by the end of the month... u think Blackstone will be released in a week? LOL has anyone used lindex with mx6.1 yet under linux? thansk

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
033 [EMAIL PROTECTED] 9/8/2004 2:42:32 PM Not sure if I missed something in this posting but what is Lindex? Andrew. - Original Message - From: Lawrence Ng [EMAIL PROTECTED] Date: Wed, 08 Sep 2004 13:19:30 -0700 Subject: Re: Indexing on Linux systempermissions? To: CF-Talk [EMAIL PROTEC

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
PDFbox and Verity. Does LIndex have the parses build in? Also it is a Macromedia product according to the link you provided, so why don't MM use it instead of Verity? How strange... Andrew. - Original Message - From: Lawrence Ng [EMAIL PROTECTED] Date: Wed, 08 Sep 2004 14:46:16 -0700

Re: Indexing on Linux systempermissions?

2004-09-08 Thread Lawrence Ng
Ah I see.. so that was u then Andrew... is it just me ... BlackStone == BS initials which we all know could also stand for =) jk ... long day... end it with a laugh [EMAIL PROTECTED] 9/8/2004 3:08:58 PM According to MM, Blackstone will have an up-to-date version of Verity. Take a look

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Lawrence Ng
I'd stick with Studio.. using it for years and still do. [EMAIL PROTECTED] 9/7/2004 12:07:33 PM I'm looking for a HTML/CFML editor for Windows with the following requirements: 1. A projects system for easily managing a limited directory structure regarding an individual project.A simple file

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Lawrence Ng
sorry. I did not clarify my response earlier. I'm using Studio 5 not the Studio MX suite they have which includes Dreamweaver. I think it's not longer in production. I like it because u could connect to datasources with it and has a cleaner interface. I'm not a designer and that's why I like

  1   2   >