Re: CF 4.5 and WDDX

2000-04-16 Thread David Shadovitz
Dave, My guess is that MyWDDXPacket is not within a CFOUTPUT tag when you're setting the form field. If this isn't the problem, print the packet on the 2nd page before deserializing it. Use CFOUTPUT#MyWDDXPacket #/CFOUTPUT -David "David Clay" [EMAIL PROTECTED] writes: I am getting this error

Down East CFUG

2000-04-16 Thread Skip Ogden
is there any interest is forming a CFUG in Eastern NC, in the Wilson, Rocky Mount, Greenville, Goldsboro, Kinston area? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Client Variables

2000-04-16 Thread David Shadovitz
Brook, The session doesn't expire after 20 minutes; it expires on the 1st page access which comes more than 20 minutes after the previous access. So try to keep track of whether the user has gone to the email pages. If the user gets to the email pages by clicking a button or link under your

Re: DB Problem

2000-04-16 Thread David Shadovitz
Michael and Vinicius, I think Byron's response to Michael's post was correct: Your database design is not good. Read up on normalization. Vinicius' table should have one record for each course number. Michael's table should have one record for each category. -David On Fri, 14 Apr 2000

Re: reading cookies (Am I being black-balled?)

2000-04-16 Thread David Shadovitz
Bud, As you saw, what Lon wrote is incorrect. Cookie.expires refers to a cookie named expires, not to the 'expires' property of a cookie. Cookies are of the form "name=value;expires=expDate;". You can use JavaScript to get at the 'expires' property. Here's a function from

Big Problems!!

2000-04-16 Thread Chris Carpenter
Hi Everyone, i am launching a site tomorrow and i have problems. I have cfserver 4.5.1, i uploaded an access2000 database and cf couldn't verify it. I have no special permissions set on it, no passwords yet, nothing. What could be making it not connect?? i thought "maybe i need the new mdac from

Linking SSL on Unix) to CF on NT

2000-04-16 Thread Ken M Mevand
my CF site is on a virtual host on NT. my SSL is on a Unix server which does not run coldfusion. i want to accept credit card information through the SSL. but how do i link from the CF server to the unix server assuming i'm using Perl on it. how do i pass things like session management (eg.

CFGrid dateFormat??

2000-04-16 Thread Seamus Campbell
Probably a silly question but is there a way of controlling the format of a date field in CFGrid There is numberformat available but I can't see how to format a date field currently it shows 2000-01-01 00:00:00 I would like 1/1 or 1 Jan MTIA Seamus Seamus Campbell BookBusiness - Netinfo

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
I have a site with 3 categories: 1. VANS 2. TRUCKS 3. SUVS So what I need to do is have three tabs on the home page, each tab going to a page that has the group listings of each category on the next page. So if a visitor clicks on VANS, they go to a page with a nice picture of a van and a

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Paul's Mail
1. You can achieve exactly that in Able Commmerce. Choose a large store option and you have three levels. Top level - create categories vans, trucks and suvs. Now create groups within each of those ie ford trucks, nissan trucks etc. Now create products within the groups. For each group, go to

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Len Conrad
The basic look created by Able Commerce is so ugly there should be a law against it. Agreed. Programmers who design web pages should be beat with ugly stick. The default web look is so bad it is an obstacle to appreciating the technical aspects. ie, you like ACB "in spite of" the ugliness.

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread jeff
Pardee, I can't think of anything with the look and feel of an Ablecommerce that you couldn't modify. Finding where to modify them could be frustrating. Ask how to do what you want on their forums, it will save frustration. http://www.ablecommerce.com/forums/index.cfm?cfapp=1;

Re: CF 4.5 and WDDX

2000-04-16 Thread Don Vawter
You will have to use #htmleditformat(mywddxpacket)# Since the packet is tag based you won't see it correctly otherwise. - Original Message - From: "David Shadovitz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 12:25 AM Subject: Re: CF 4.5 and WDDX Dave, My

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread stas
I've had good results with CFwebstore (http://www.cfwebstore.com ). I know it's not as robust on the back end as AbleCommerce but it let's you customize the hell out of it on the GUI side. The scenario you describe below is definitely possible. You still need to know CF and HTML though. I did a

Re: reading cookies (Am I being black-balled?)

2000-04-16 Thread Kevin Merker
This may seem like a stupid question. If you set the expire time of a cookie when you enable it, why would you need to know when it expires? Am I missing something? What is the reason to know when a cookie expires in your CF application? Thanks, KM David Shadovitz wrote: Bud, I don't see

Checking 1000s of URLs, again...

2000-04-16 Thread Ian Lurie
Hi, I sent this out before, but I'm not sure if it hit the list... I've got a database of maybe 500 URLs that I need to test on a regular basis. CFHTTP isn't cutting it, because I've got to basically 'view' every page. Is there some way to check all of those URLs without turning my server into

Re: Checking 1000s of URLs, again...

2000-04-16 Thread Kevin Miller
If you are considering non-CF solutions, I would recommend the software called LinkBot. Excellent link checker, and it also gives additional info that I find quite useful. Kevin Kevin Miller IT Systems Resource Manager Medtronic Vascular [EMAIL PROTECTED] (707) 566-1200 [EMAIL PROTECTED]

Inserting Problem

2000-04-16 Thread Aaron Rouse
What is a good work around for when a variable containes quotation marks or a pound sign in its actual value? For example: Variables.Name = "Aaron" If that is the case then, the following code is ignored: cfif Variables.Name GT "0" However if I strip out the quotation marks then it works

Re: WebHosting

2000-04-16 Thread Computer Simplistics Support
Sorry.. meant to be $10 for each additional DS, just one time fee. Scott Berry -- Computer Simplistics Support "Simple Solutions for a Complex World" http://www.c-s.net 661-296-4315 - Original Message - From: "Tariq Ahmed" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 14,

RE: Checking 1000s of URLs, again...

2000-04-16 Thread Kevin Miller
I used to run a site with ~5000 external links that we checked weekly with Linkbot with excellent results. It reports on the status of all links, plus does page sorting based on page age (since last modified), size (for loading speed purposes), and other stats. Definitely recommended. Kevin

Application.cfm Not Preventing Access

2000-04-16 Thread Chris Montgomery
Howdy, I use the application.cfm file in the "admin" directory (one level down from the application's root directory) to prevent unauthorized entry to the admin section if the administrator isn't logged in. This has satisfactorily worked for several applications I've built based on the code

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Montgomery
I don't know, would that cause it to fail? That's why I'm asking. Thanks. Chris Montgomery = astutia.com - http://www.astutia.com [EMAIL PROTECTED] Astute e-business applications web site development 210-490-3249/888-745-7603

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Evans
Yes. Application.cfm only runs when you call a Cold Fusion page. I have a very similar app, where the reports are generated by a log analysis program (HitList). I had HitList name my log files with a .cfm extension rather than a .htm extension. Chris Evans [EMAIL PROTECTED]

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Ken Wilson
Because your html page isn't processed by the CF Server...only CFM pages. You can configure your system to parse html pages with CF Server if you really want to but it's easier to just rename it to CFM. Ken Never mind, I took the hint and renamed the page with a .cfm extension and it now

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Montgomery
Kevin, There isn't a specific call to the html page, I just type the page url in the browser's location line. As I understand how this script works, if cgi.script_name isn't specifically "/admin/login.cfm" or "/admin/authenticate.cfm", it is supposed to redirect to the login page. Apparently it

Re: Application.cfm Not Preventing Access

2000-04-16 Thread Brian Mitter
Sorry, should have explained what I meant. When I say it's because you're calling a html file, I mean you're requestinga html page from the server (not the coldfusion server, the web server) and so your application.cfm won't be included. application.cfm pages are only included when the requested

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Paul's Mail
I agree with you on your comments about help etc. Their documentation is weak. The product however, is very robust and flexible. Paul Burgess -Original Message- From: Chris Giminez [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 16, 2000 7:44 PM To: [EMAIL PROTECTED] Subject: Re:

Re: Application.cfm Not Preventing Access

2000-04-16 Thread Brian Mitter
When he types in http://www.domainnamehere.com/admin/logs/report.html He's requesting a html file from the server instead of a cfm file. - Original Message - From: "Kevin Merker" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 2:53 PM Subject: Re: Application.cfm

Re: Retrieving Past 3 Entry Dates Data

2000-04-16 Thread David Shadovitz
How about: select top 3 'Entry Date' from Items order by 'Entry Date' -David On Sun, 16 Apr 2000 14:08:19 -0400 "Marco Gil" [EMAIL PROTECTED] writes: I have a slight snag I have a column in my Items table that is called Entry Date. This is the date that the item was entered into the

Re: Newbie Needs Help

2000-04-16 Thread LH Rothman
--D118D1885C79BDDE46EE635D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I just set the permission on and I still can't view my .CFM page. I'm seriously considering installing CF onto a different machine. Will CF work on Windows 98 w/ personal web

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Montgomery
I got it, thanks all. Chris Montgomery = astutia.com - http://www.astutia.com [EMAIL PROTECTED] Astute e-business applications web site development 210-490-3249/888-745-7603 Fax 210-490-4692 Allaire Consulting

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Paul, I tried this with medium and large sized store. Unfortunately the templates don't allow you to go in and customize them to look exactly as you want. The output is nowhere near what the client is looking for. Normally in other programs you can go into the code and do this, but in

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Jeff, That's exactly the problem, find where to modify this stuff. They make it so darn difficult that you get totally fed up with this program. Thanks for the tip, will try right now. At 08:13 AM 4/16/2000 -0500, you wrote: Pardee, I can't think of anything with the look and

Re: ABI Hosting

2000-04-16 Thread pardeep
I work with ABI Hosting to host the Able Commerce and they have been wonderful to work with. The problem I have been having is that the Able Commerce program itself is very user un-friendly. At 07:21 AM 4/16/2000 -0600, you wrote: I was wondering if anybody on this list has used ABI Hosting

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
but extremely user unfriendly. I give it my vote of the most user unfriendly program I've ever used in the last 10 years. Considering they designed it to make the developers life easier, I would have to say it is a failure on that front. Hopefully someone at Able Commerce will see some of

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
At 09:19 PM 4/16/2000 +0100, you wrote: - Original Message - From: [EMAIL PROTECTED] Sent: 16 April 2000 20:58 but extremely user unfriendly. I give it my vote of the most user unfriendly program I've ever used in the last 10 years. Considering they designed it to make the

Re: Newbie Needs Help

2000-04-16 Thread Computer Simplistics Support
Will work on PWS and does not need to be on a network. You should be fine on another machine with that setup. Scott Berry -- Computer Simplistics Support "Simple Solutions for a Complex World" http://www.c-s.net 661-296-4315 - Original Message - From: "LH Rothman" [EMAIL PROTECTED] To:

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Adrian Cooper
- Original Message - From: [EMAIL PROTECTED] Sent: 16 April 2000 21:16 And how come it is still so ugly after all these years? Surely someone must have at least some level of taste back there. That is the point I was making - it is a matter of opinion. Obviously ymmv. Adrian

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread stas
I had the same dilemma a few months ago. AbleCommerce looked good, but a bit intimidating on the back end, as far as customizing it. Plus we could not afford to pay for the open source version. I bitched to the list about the current crop of apps - I looked at CartEase, CFWebStore, and

Re: ABI Hosting

2000-04-16 Thread Stephen M. Aylor
Pardeep, Feel free to chill out on the Able Commerce bashing anytime now... its getting rather old, we got the message, and Im sure they did too. I have no special love for able Commerce's products, but for you to continue to go sooo far out of your way and in no less than 10 posts - c'mon..?

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Adrian Cooper
- Original Message - From: stas [EMAIL PROTECTED] Sent: 16 April 2000 21:39 I think there is a great market opportunity for a CF shopping app solution that is more object-oriented than the ones are available. What I would like to see is a well documented application that doesn't

Re: Newbie Needs Help

2000-04-16 Thread Kevin R. Merker
What I think Forta meant you have to set up Network / Configuration/TCP/IP and Client for Microsoft Network ---control Panel. I run on a Win98 with Website Pro / localhost / 127.0.0.1 / Just remember, Set up TCP/IP / DNS Configuration / Enable DNS / when you put in the domain name put www - no

Help w/ cookies and session variables

2000-04-16 Thread Snazzo Boy
This is a multi-part message in MIME format. --=_NextPart_000_0014_01BFA7C5.CE8BAF40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I'm somewhat new to ColdFusion and I'm just now starting to work with cookies and session variables. What I'm

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Stephen M. Aylor
Please do Also, with the consideration of "other than tangible" hard-goods to be sold. IE - insurance, technical documents, subscriptions..??? Thx, Stephen M. Aylor Aylor Insurance Agency, Inc. "Specialized Insurance for IT - We Cover IT" [EMAIL PROTECTED] 949.581.2333 (v) 949.581.2814

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Chris, Try using the progam and then I think u will see that there is a huge opportunity for someone willing to create a user friendly program. Take a look at coolcart.com and there are some interesting ideas there. i.e. u should be able to take code and past it into HTML for any kind of

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Paul's Mail
You use the 'Styles' to set, say a group. So the first step would be to design a style for your group. In the style you may insert any HTML code at various points. So, for example design your trucks header with photo etc and insert it into a style as header one - in the wizard for the group

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Paul, I have no problems with inserting Header and Footer styles with HTML. The problem is getting the CF output of products to display the way the client desires. i.e. There should be an output of only VANS items on one page. When you click on VAN SEATS then for example, there should

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Chris Giminez
Try asking Able for the wizards source code. They gave them to me after I complained and I was able to customize some things as needed. It turned out it wasn't enough so I had to pay the $1500 for source of everything, but they may give you the wizards at least without charging. Chris

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Paul's Mail
I am a little baffled by your problem. You seem to be confusing Catgeory, Group, Product. Think of them as Department, Counter, Product. Your Department page would show all the department (ie categories) ie vans, tricks etc. Click on the one of interest eg Vans - you then see all the counters

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Paul's Mail
When you click on van seats you can see as many products as you like - look at the top of the group wizard - you simply set the maximum number that can be displayed - you really can see as many van seats in the van seats counter as you wish. It seems you are setting the maximum number of

Re: Big Problems!!

2000-04-16 Thread Chris Carpenter
Thanks for all your help... i had the isp reboot my machine again, and then everything worked!!!. I feel really silly now, i stressed for about an hour, wrote the letter to the list, then thought of getting them to reboot again, and it all worked. Which is weird, considering i had already

Re: javascript date calculation

2000-04-16 Thread David Shadovitz
Colby, The onblur handler is client-side, so you should be using JavaScript for the diff function, not CF. Grab a JavaScript reference (see developer.netscape.com) and use the Date object and its methods. If you want to use CF, you must submit the form and do the CF computation on the form's

RE: Big Problems!!

2000-04-16 Thread Peter Tilbrook
Tip: you can use Microsoft NetMeeting in the same fashion as PC Anywhere (and it's free to boot). -Original Message- From: Chris Carpenter [mailto:[EMAIL PROTECTED]] Sent: Sunday, 16 April 2000 6:47 PM To: coldfusion Subject: Big Problems!! Hi Everyone, i am launching a site tomorrow

Re: Sorting a queue

2000-04-16 Thread LetchfordDesign
Use Order By in your sql statement after the WHERE statement or if you don't have a Where statement, after the FROM statement. I am sure this has been discussed before. Can someone tell me how to sort a queue in alphabetical order if it is an output of a query. Thanks All

Re: Big Problems!!

2000-04-16 Thread Will
How does NetMeeting allow for remote control and file transfer to another computer? - Original Message - From: "Peter Tilbrook" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 4:11 PM Subject: RE: Big Problems!! Tip: you can use Microsoft NetMeeting in the same

Re: Big Problems!!

2000-04-16 Thread Computer Simplistics Support
Not sure on that =) But to add to this thread, a FREE program called VNC is available, and it is GREAT. Works on NT/2000 fine, small, and free.. did I mention free? Also, it is for a WIDE variety of OS's.. http://www.uk.research.att.com/vnc/ Scott Berry -- Computer Simplistics Support "Simple

Re: ABI Hosting

2000-04-16 Thread Jeff
pardeep, :~~ : From: [EMAIL PROTECTED] : : I am looking for a solution, so take a chill pill. Someone : has to know of a half way decent post. Don't u have better : things to do with ur time, if u don't like the topic, ignore it. Duh !!

Re: Big Problems!!

2000-04-16 Thread Erika Foster
Big thumbs up for VNC. I use it for remote Cold Fusion Administration a couple states away. Seems very secure and very easy to use on this end. I was very skeptical when our web host suggested it, but am very pleased with the performance and the ease of use. Erika - Original Message

Re: Storing Credit Card info in Session variable

2000-04-16 Thread Jeff
lon, :~~ : From: Lon Lentz [EMAIL PROTECTED] : : While it's not 100% (2 people on your site accessing : the net through the same proxy), you could use their IP : address (which should remain constant for the session) : as a way of helping to keep people straight.

Spreadsheet

2000-04-16 Thread Sean Renet
This is a multi-part message in MIME format. --=_NextPart_000_0007_01BFA7CE.AD59D370 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does anyone have a tag or can give me some direction with making an = online spreadsheet? I basically have

Re: reading cookies (Am I being black-balled?)

2000-04-16 Thread Fred Sanders
So that when the user comes back you can decide if they need a new cookie? Just a guess, nobody likes to eat stale cookies. Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World".

Re: Newbie Needs Help

2000-04-16 Thread Fred Sanders
It works fine with PWS. Where is the file on your HD physically? i.e. Inetpub\wwwroot\a2z ; webshare\wwwroot\a2z ; or some other directory group like My Documents\a2z Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total

Re: Spreadsheet

2000-04-16 Thread Jeff
sean, :~~ : From: Sean Renet [EMAIL PROTECTED] : : Does anyone have a tag or can give me some direction : with making an online spreadsheet? : : I basically have to make a dynamic excel spread sheet : wherein someone can input numbers and I do math on : the fly to

Re: Newbie Needs Help

2000-04-16 Thread Michael Kear
Laura, CF works a treat on a PC. It's not much use for a proper web site, because it's not full-strength enough unless you're talking about a small low-traffic site. But for development, or a personal web site, it's magic. On my Win95 PC was the first place I installed ColdFusion. That's when

Re: Query_Repeater

2000-04-16 Thread Steve Reich
Try upgrading to 4.5.1... that fixed my problem with this error in my queries/ HTH Steve - Original Message - From: "Erika Foster" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 9:55 PM Subject: Query_Repeater I'm using Nate Weiss's custom tag "Query_Repeater" to

RE: Query_Repeater

2000-04-16 Thread Greg Edmonds
I'm having this exact problem, and I've upgraded to 4.5.1? Anyone else having this problem, or hopefully does anyone else have a solution? Greg -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 16, 2000 9:13 PM To: [EMAIL PROTECTED] Subject: Re:

Re: Query_Repeater

2000-04-16 Thread Erika Foster
I just figured it might help for someone to see the code the error message is pointing to: "(CFQUERY), occupying document position (68:3) to (72:35) in the template file C:\CFUSION\CustomTags\QUERY_Repeater.cfm." CFQUERY NAME="#ThisName#" DATASOURCE="#Attributes.DATASOURCE#"

Re: Query_Repeater

2000-04-16 Thread Erika Foster
Thanks, Steve, I'll try that once Allaire's site is back up after "routine maintenance." Erika - Original Message - From: "Steve Reich" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 7:13 PM Subject: Re: Query_Repeater Try upgrading to 4.5.1... that fixed my

Re: ABI Hosting

2000-04-16 Thread Jeff
pardeep, all of your opinion aside, please consider one thing: the people you're bitching at, calling names, and generally alienating are the same ones you'll be asking for help from on this list again. so, to sum it up with a quote from an unknown source: remember that the toes you're

Re: Spreadsheet

2000-04-16 Thread Sean Renet
Jeff, I have been answering questions on this board for over a year. So, if I throw a bit of html in please be patient with me. Or conversly you could make a email rule that just deletes my emails, but then again I might answer a question for you that you miss because you are afraid of HTML

Re: God-complex arrogant elitists

2000-04-16 Thread pardeep
Jeffster, Don't patronise people bud, I've been on newsgroups and user groups for a looong time, and one thing I really dislike is anal retentive twits like you. And calling folks like you on your outright arrogance always tends to be the best long term solution, not an ideal solution but

Re: ABI Hosting baboon Jeff

2000-04-16 Thread Kevin R. Merker
Excuse me, gentlemen! There is definitely an air of hostility in the list. We are here to discuss CF topics about problems and solutions in CF code writing, application development and deployment. Wouldn't it be better to take the topic to CF-community or communicate privately. Please, let's keep

Re: ABI Hosting baboon Jeff

2000-04-16 Thread pan
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 20:59 Subject: Re: ABI Hosting baboon Jeff What is good for the goos is good for the gander, hence you may even consider following your own advice and taking your... ahem... "crap"

Re: ABI Hosting

2000-04-16 Thread Skip Ogden
There is an alternative list for this kind of ... of, er, well crap. There's always [EMAIL PROTECTED] All I know is ABI did my client right. I have no complaints. Skip -- Archives: http://www.eGroups.com/list/cf-talk

Re: Form Design For Data Retrieval Editing

2000-04-16 Thread Skip Ogden
Custom StationeryI'm designing a website for a friend just to learn but = one thing I'm having a tough time is coming up with good visually = appealing forms and pages... That's evident by the color of your email background

Re: ABI Hosting baboon Jeff

2000-04-16 Thread pardeep
Sorry bro:) Unfortunately this guy rather rudely called the Able Commerce problem crap when he could have easily ignored it. Or he could have asked politely and I would politely say that the issue is over since I have found a possible solution. We all want the forum to be a positive

Re: ABI Hosting has great support

2000-04-16 Thread pardeep
ABI Hosting is an excellent company, I have had great results working with them and their customer service is second to none, quite frankly they are unusually professional and at the same time very reasonably priced for a hosting company. I intend to keep working with them for Cold Fusion

Re: Spreadsheet

2000-04-16 Thread Jeff
sean, :~~ : From: Sean Renet [EMAIL PROTECTED] : : I have been answering questions on this board for over : a year. :~~ as have i. i'm not trying to bitch, just making a simple request that helps everybody. unfortunately because

Re: HOLY COW!

2000-04-16 Thread Sean Renet
I have no idea, but there seems to be a lot of rules and a lot of sensitive people on all the lists as of late. - Original Message - From: "Kevin R. Merker" [EMAIL PROTECTED] To: "cf-talk" [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 4:47 PM Subject: HOLY COW! This is a multi-part

Re: Spreadsheet

2000-04-16 Thread Sean Renet
wow, want a job jeff, I don't think any of my staff comments code that well. thanks again for the info sorry for the garbage. - Original Message - From: "Jeff" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 16, 2000 10:39 PM Subject: Re: Spreadsheet sean,