Re: OT: SQL Server database problem

2002-10-28 Thread Rizal Firmansyah
I think the error message is straight forward, that is you are trying to insert string that's longer than your datatype can handle. For example: Field: MessageTitle (16): You are trying to insert: "Some text to throw error" which has 24 characters. Try to increase the length of the field in you

Re: OT: SQL Server database problem

2002-10-28 Thread Rizal Firmansyah
Just another taught... Using varchar instead of text as a datatype for this kind of data maybe helpful... Rizal At 10:21 PM 10/28/2002, you wrote: >I think the error message is straight forward, >that is you are trying to insert string that's longer than your datatype >can handle. > >For example

Need beta tester (Was:Re: eCommerce - shopping carts - Your Opinion)

2002-09-04 Thread Rizal Firmansyah
Guys, I'm in the middle of developing SentraCommerce v2. Basically SentraCommerce is an e-commerce enabler application. At the core of SentraCommerce is its e-commerce engine with user's friendly and feature-rich web based store-manager. To learn more about SentraCommerce, please browse to: http

Re: Payment Gateway

2003-03-06 Thread Rizal Firmansyah
Payflow link, 2checkout and authorize.net are good, worth to consider... Talking about integration with CF, when i was working with SentraCommerce, i've successfully integrate 2checkout, Payflow Link, Authorize.Net, GoEMerchant, Iongate and other gateways with ColdFusion. As long as the gateway

Re: Session Hijack

2003-06-25 Thread Rizal Firmansyah
I use dynamic cookie to prevent session hijacking. Dynamic on both name and value. Here's the idea: 1. For each session, the system will then create a random cookie name and a random value. 2. Each request, the system should check the existence of cookie generated in point 1. So if someone hack

Re: Incoming email manager

2003-01-06 Thread Rizal Firmansyah
David, i've made a helpdesk/trouble ticketing system like this based on CF. Basically it scans POP3 account, and check the subject and content of the email. If the system founds specific keywords, then the email will be redirected to agents (cust. support). My app uses cfschedule for mail retrie

RE: Incoming email manager

2003-01-06 Thread Rizal Firmansyah
Okay, first of all, thanks for your offer. I've now setup my CF helpdesk on my prev. company account :) For all of you who want to take a look, here's the info: URL: http://216.218.205.107/helpdesk/backoffice Sysadmin login: username: [EMAIL PROTECTED] pass: helpdesk Feel free to try this app, a

Re: cold fusion hosting with full tag support

2003-01-06 Thread Rizal Firmansyah
Paris, have you try www.powersurge.net Afaik they support all CF tags, no restriction. Rizal At 12:56 AM 1/7/2003, you wrote: >I have a client who has a project I have created that requires full tag >support... for some reason, they want to be cheap on the hosting side... >$150-200 a month is to

RE: Incoming email manager

2003-01-06 Thread Rizal Firmansyah
; > >-----Original Message- >From: Rizal Firmansyah [mailto:[EMAIL PROTECTED]] >Sent: Monday, January 06, 2003 12:13 PM >To: CF-Talk >Subject: RE: Incoming email manager > >Okay, >first of all, thanks for your offer. >I've now setup my CF helpdesk on my prev.

RE: Incoming email manager

2003-01-06 Thread Rizal Firmansyah
Ooppsss, forgot to tell you that this app only works in IE 5++ Sorry for the inconvinience. Rizal At 07:23 AM 1/7/2003, you wrote: >Doesn't seem to do anything (in mozilla 1.0) > >Rob > >-Original Message- >From: Rizal Firmansyah [mailto:[EMAIL PROTECTED]] &g

Re: cfusion_verifymail error in CFMX

2002-07-08 Thread Rizal Firmansyah
Brian, i believe this CFusion_VerifyMail undocumented function no longer exist in CFMX. Here's my code to replace it: function my_cfusion_verifymail(smtp,port,timeout) { ms = factory.getMailSpoolService(); ms.setServer(smtp); ms.setPort(val(port));

RE: Unzip?

2002-07-11 Thread Rizal Firmansyah
Dear Jeff, i'm interested to see your CFX Unzip in action. Do you have any demo site? Or maybe you could send me the component? Thanks, Rizal At 01:16 AM 7/12/2002, you wrote: >I have a java CFX tag that implements the java.util.zip package. Let me >know off the list if you are interested in usi

RE: Unzip?

2002-07-11 Thread Rizal Firmansyah
Uupppsss... sorry, this mail is suppose to be off list :( Rizal At 07:11 AM 7/12/2002, you wrote: >Dear Jeff, >i'm interested to see your CFX Unzip in action. >Do you have any demo site? >Or maybe you could send me the component? > >Thanks, >Rizal > >At 01:16 AM 7/12/2002, you wrote: > >I have a

Re: CF vs. ASP

2002-08-26 Thread Rizal Firmansyah
At 09:14 AM 8/27/2002, you wrote: > > > >test > > > >Error in the mail.log: >"Error","scheduler-4","08/27/02","04:03:47",,"Sending failed; nested >exception is: javax.mail.MessagingException: IOException while sending >message; nested exception is:java.io.FileNotFoundException: >c:\cfus

Re: Hosting

2002-04-25 Thread Rizal Firmansyah
Powersurge - www.powersurge.net I've used them for 3 years, nice support, no CF tag limitation, they're all enabled. Rizal At 02:03 AM 4/26/2002, you wrote: >Does anyone know of a good CFML hosting company that has CFFile enabled >that I can register a domain through? > > _

cfhttp - https - linux

2003-11-28 Thread Rizal Firmansyah
Guys, i've a problem on my client's Linux - CFMX box. I have this script that use to connect to a https server on port 15000. Both 'https' and port is specified in cfhttp attributes. The same script works like charm in Win2k machine, but when i put it in the linux box, it always give me 405 erro

Re: CFTicket

2003-12-07 Thread Rizal Firmansyah
I've a trouble ticket / helpdesk application. You may check the demo: URL: http://216.218.205.107/helpdesk/backoffice Sysadmin login: username: [EMAIL PROTECTED] pass: helpdesk Currently it supports: 1. Unlimited email accounts, smtp servers. Support all types of SMTP and POP3 server. 2. Unlimit

Re: Application Modeling/Design/Diagramming

2003-12-08 Thread Rizal Firmansyah
Mostly i use PowerDesigner for designing big system. But sometimes i use Visio for medium size application. Rizal At 03:39 AM 12/9/2003, you wrote: >Hello everyone, > >I wanted to get some idea of what everyone uses to layout an application >prior to building it. I'm trying to improve my skills

Re: CF Hosting

2003-12-23 Thread Rizal Firmansyah
Try PowerSurge www.powersurge.net I'm not sure about tape backups and IMAP though... :) Just ask them. Rizal At 11:42 PM 12/23/2003, you wrote: >Ok, I know this has been asked multiple times, but I want to see if >anyone has a direction for me based on my specific needs... > > >I need to find a

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Rizal Firmansyah
Tony, are you sure that this is not https issue? Check this kb: http://www.macromedia.com/v1/handlers/index.cfm?ID=22713&Method=Full&PageCall=/support/index.cfm http://www.macromedia.com/v1/handlers/index.cfm?ID=1608&Method=Full&PageCall=/support/index.cfm I found that several https sites requir

Re: Recommend a replacement for CFMAIL

2002-05-15 Thread Rizal Firmansyah
I am using ASPMail from ServerObjects. There's a cf custom tag: cf_aspmail to use ASPMail with CF too. HTH, Rizal At 11:19 AM 5/16/2002, you wrote: >Can anyone recommend a good replacement for CFMAIL, should able to handle >bulk emails (~20k/day) reliably. > >Should not cost more than US$ 100. >

Re: OT: Naming Convention choice

2002-07-05 Thread Rizal Firmansyah
I use "Hungarian" style for naming convention, that is using prefix such as: i for integer -> iQuantity str for string -> strName fl for float -> flPrice qry for query -> qryProducts etc... and i lower case every tags (thanks to CF studio) Rizal At 09:13 PM 7/5/2002, you wrote: >Curious as to w

RE: OT: Naming Convention choice

2002-07-05 Thread Rizal Firmansyah
aaah... nice link :) actually the first time I read this "Hungarian notation" (or whatever you call it) is in "Code Complete" book by McConnell - M$ press, if i'm not mistaken. That was 7 years ago... The idea of "Hungarian notation" is really good, and it's applicable in most programming langu

RE: CF MX Service Pack Timeline?

2002-07-05 Thread Rizal Firmansyah
Ben, how about bug: 45938? (select, drop, no recordset is returned) I think CFMX final release still contains this bug... I'm using as a temporary solution for this... Rizal At 12:35 AM 7/6/2002, you wrote: >The COM problems in particular is being looked at. If there is an SP I >am sure it wil

Re: ColdFusion Coding Contest

2004-04-05 Thread Rizal Firmansyah
Kevin, just curious... is this contest still open? And are we allowed to play this in "god's mode"? You know... solve it by looking at the whole maze, instead of thinking like the mouse inside (which can only go U,D,L,R). And then backtrack the solution to give the right direction (U,D,L,R)? Riz

Re: CSV HELL

2004-06-22 Thread Rizal Firmansyah
Rich, i have a custom tag to parse CSV files. Perhaps you can give it a shot: http://www.cftagstore.com/tags/csv2query.cfm Try the example here: http://www.masrizal.com/product/custom%20tag/csv2query/docs%20%26%20examples/csv2query_example.cfm Copy paste your CSV files into the textarea, and see

Re: SQL record retrieval problem

2003-10-01 Thread Rizal Firmansyah
What database are you using? If you're using SQL server, you can do this: SELECT emailaddress FROM E1_EmailAdr WHERE right(emailaddress,7)='aol.com' if you're using Oracle,you can use substr function: SELECT emailaddress FROM E1_EmailAdr WHERE substr(emailaddress,len(emailaddress-7),7)='aol.com'

Re: Primary key preference quick poll

2003-11-10 Thread Rizal Firmansyah
Well, i guess that depends. For me: 1. If the PK will be used as FK in other table -> UUID. 2. If this is just a surrogated key, or a simple key in a relation table, which won't be used in other table, then i prefer to use identity Rizal At 09:09 AM 11/11/2003, you wrote: >Why do you prefer >1.

Re: Evaluate an Array

2003-11-13 Thread Rizal Firmansyah
You can treat the response string as a delimited list. The delimiter should be '&'. And for each element in that list, you have to treat them as a list again, but now using '=' as the delimiter. From the latest list, the first element will be the variable name, and the last element will hold t