Re: inventory management

2004-06-26 Thread brobborb
We came across this problem...What if, someone was updating info on a product (enternig data into fields and such), and at a random moment, decided to skip to a different product, they want to be able to do it by just simply scanning that other product.

We handled it this way

1.Have them press one of the F keys that will call a _javascript_ to focus on the SKU field.Then they scan the item, the SKU number is entered into the field, and _javascript_ submits it.That's basically a 2 step process.Press F Key, and then Scan.

Then we refined the process and made it a bit more modular.They press an F key, and this key opens up a little itty bitty window that just has a text field.Then they scan the product, and a new browser window opens up to that product.That way, they can request the product no matter where they are.

A few days later we came up with a one step process.Any kind of key input on the browser would be read by _javascript_.if _javascript_ recognizes it as an SKU, then walla!Person just scans, _javascript_ recoginizes it as an SKU and immediately requests the template to query info on that product :-D


- Original Message - 
From: Claude Schneegans 
To: CF-Talk 
Sent: Friday, June 25, 2004 4:30 PM
Subject: Re: inventory management

Can you control where the scanner puts the
info it reads or does the user have to position the cursor to the right
text box, etc in order for that to work?Just curious.

Mosy scanners and bar code readers will simply be connected to the keyboard port,
and accept the keyboard as a pass through connection.
This way, anything read on the code bar scanner will look to the PC exactly the same
as if it were typed on the keaboard, and the keyboard will work exactly as before.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: inventory management

2004-06-26 Thread brobborb
you can get a simple scanner for like $90.dont have to spend over $200 :-D

and a PC, of course!
- Original Message - 
From: Burns, John D 
To: CF-Talk 
Sent: Friday, June 25, 2004 12:06 PM
Subject: RE: inventory management

I've thought about doing something a bar-code scanner and a web app.
Does it work well?What kind of hardware would I need to pick up and
what would be the costs?Can you control where the scanner puts the
info it reads or does the user have to position the cursor to the right
text box, etc in order for that to work?Just curious.

John Burns 

-Original Message-
From: brobborb [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 25, 2004 10:17 AM
To: CF-Talk
Subject: Re: inventory management

Do they have an SKU bar code or something on the physical product?On
my last project, they would just scan the bar code, and it jumps right
to the product info page, and they can do whatever theyw ant to it
(update inventory for that particlular item, change description, etc).
All of this web based, with some _javascript_
 - Original Message -
 From: Chris Tilley
 To: CF-Talk
 Sent: Friday, June 25, 2004 8:03 AM
 Subject: inventory management

 I'm using the Cartweaver e-commerce for a customer and would like to
 have an easier way to receive inventory into the database.Currently,
 you must go to the item and then it's sku page and add your received
 quantity.This will be tedious seeing as my customer currently has
 over 1500 items in the inventory table and may receive 10 different
items or
 100 items at any given time.Has anyone written any
 software/tags that could be modified to allow the manager to key in
 all the parts rec'd and quantities and then the update to the
 database occurrs?Thanks in advance

 --
 Chris Tilley
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: inventory management

2004-06-26 Thread brobborb
Yikes.So they literally click through the inventory to get to the product?!Crazy!
Can you describe to me this physical part no.?Do same products have the same physical parts no. or are they different for every item?Is there a field in the database that stores this physical part number?What kinda database does cartweaver use?

I might be able to help!

- Original Message - 
From: Chris Tilley 
To: CF-Talk 
Sent: Friday, June 25, 2004 10:04 AM
Subject: Re: inventory management

No SKU bar code.Just a physical part no. 

- Original Message -
From: brobborb [EMAIL PROTECTED]
Date: Fri, 25 Jun 2004 09:16:54 -0500
Subject: Re: inventory management
To: CF-Talk [EMAIL PROTECTED]

Do they have an SKU bar code or something on the physical product?On
my last project, they would just scan the bar code, and it jumps right
to the product info page, and they can do whatever theyw ant to it
(update inventory for that particlular item, change description, etc).
All of this web based, with some _javascript_

 - Original Message - 
 From: Chris Tilley 
 To: CF-Talk 
 Sent: Friday, June 25, 2004 8:03 AM
 Subject: inventory management

 I'm using the Cartweaver e-commerce for a customer and would like to
 have an easier way to receive inventory into the database.Currently,
 you must go to the item and then it's sku page and add your received
 quantity.This will be tedious seeing as my customer currently has
 over 1500 items in the inventory table and may receive 10 different items or 
 100 items at any given time.Has anyone written any
 software/tags that could be modified to allow the manager to key in
 all the parts rec'd and quantities and then the update to the
 database occurrs?Thanks in advance

 -- 
 Chris Tilley
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: directory structure when using host headers?

2004-06-26 Thread Burns, John D
I do the following:

 
Drive
 |_ Domain
|_www
|_com
|_logs
 |_ Domain2

Each site is kind of self contained in a folder.I make it so each site can have its own components and I use a CF mapping to give each site it's own mapping, and I also have a global component folder that all sites can access.

 
John



From: Paul Vernon [mailto:[EMAIL PROTECTED]
Sent: Fri 6/25/2004 5:46 PM
To: CF-Talk
Subject: RE: directory structure when using host headers?

I generally work to this pattern

 Drive:\Domains\{domainname}\{name}

eg

 X:\Domains\website1.co.uk\www
 X:\Domains\website1.co.uk\demo

 X:\Domains\website2.co.uk\www

Some people go even further so you could represent the sites as follows but
I think it can get a little too deep on structure at this point...

 X:\Domains\uk\co\website1\www
 X:\Domains\uk\co\website1\demo

 X:\Domains\uk\co\website2\www

Obviously, if some hostheaders point to the same directory, then you don't
need the separate directory structures.

Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




spider/indexer

2004-06-26 Thread Hugo Ahlenius
Ok,

So we are interested in replacing our old ht/dig search
engine/spider/indexer with something more hot, and I just discovered
some new ones based on Lucene:
* search blox (can output things as an xml webservice, so should be not
too hard to use it from cfmx)
* diview!

Has anyone had any experience with these -- and esp. in integrating them
with cfmx... ?

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
-
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Problems saving Files in DXMX 2004

2004-06-26 Thread Mickael
Hi All,

I have an issue with my Dreamweaver.I cannot save files properly.I keep getting this error

While executing onLoad in _afterSave.htm, the following _javascript_ error(s) occurred:

In file _aftersave:

ReferenceError: aftersave is not defined

Has anyone experienced this problem?

Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Problems saving Files in DXMX 2004

2004-06-26 Thread dave
sounds like a conflict with an extention
you may wanna check through them and see

-- Original Message --
From: Mickael [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Sat, 26 Jun 2004 12:33:58 -0400

Hi All,

I have an issue with my Dreamweaver.I cannot save files properly.I keep getting this error

While executing onLoad in _afterSave.htm, the following _javascript_ error(s) occurred:

 

In file _aftersave:

ReferenceError: aftersave is not defined



Has anyone experienced this problem?



Mike




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Problems saving Files in DXMX 2004

2004-06-26 Thread Mickael
Hi,

I don't have any extensions installed.Is there somewhere else I can look?

Mike
- Original Message - 
From: dave 
To: CF-Talk 
Sent: Saturday, June 26, 2004 12:41 PM
Subject: Re: Problems saving Files in DXMX 2004

sounds like a conflict with an extention
you may wanna check through them and see

-- Original Message --
From: Mickael [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Sat, 26 Jun 2004 12:33:58 -0400

Hi All,

I have an issue with my Dreamweaver.I cannot save files properly.I keep getting this error

While executing onLoad in _afterSave.htm, the following _javascript_ error(s) occurred:

 

In file _aftersave:

ReferenceError: aftersave is not defined



Has anyone experienced this problem?



Mike




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Mailing to email list using CF

2004-06-26 Thread Matt Robertson
Paul Vernon wrote:
 Surely making sure your addresses are clean and correct is a good thing???

Its paramount, I think.I have a user who has a roughly 7000-address
mailing list.They get probably 500-750 bounces per mailing (with bad
addresses kept for political reasons) and the resulting backwash
amounts to a denial of service attack on my mail server.

While the validation thing I posted -- which I know is not efficient
but is designed to be used by manager-types and not developers -- will
catch bad formats it doesn't do squat for correctly-formatted but
nonexistent addresses, which is what DDOS's me.

Looking at your tag, it might be the component I need to solve this. 
I'll contact you off-list.

--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Problems saving Files in DXMX 2004

2004-06-26 Thread John Beynon
i had it, no extensions installed. Had patched fireworks reinstalled
dwmx and it wenr away!

jb/

On Sat, 26 Jun 2004 12:50:20 -0400, Mickael [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I don't have any extensions installed.Is there somewhere else I can look?
 
 Mike
- Original Message -
From: dave
To: CF-Talk
Sent: Saturday, June 26, 2004 12:41 PM
Subject: Re: Problems saving Files in DXMX 2004
 
sounds like a conflict with an extention
you may wanna check through them and see
 
-- Original Message --
From: Mickael [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Sat, 26 Jun 2004 12:33:58 -0400
 
Hi All,

I have an issue with my Dreamweaver.I cannot save files properly.I keep getting this error

While executing onLoad in _afterSave.htm, the following _javascript_ error(s) occurred:



In file _aftersave:

ReferenceError: aftersave is not defined



Has anyone experienced this problem?



Mike




 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Problems saving Files in DXMX 2004

2004-06-26 Thread Mickael
I'll try that.Thanks
- Original Message - 
From: John Beynon 
To: CF-Talk 
Sent: Saturday, June 26, 2004 2:19 PM
Subject: Re: Problems saving Files in DXMX 2004

i had it, no extensions installed. Had patched fireworks reinstalled
dwmx and it wenr away!

jb/

On Sat, 26 Jun 2004 12:50:20 -0400, Mickael [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I don't have any extensions installed.Is there somewhere else I can look?
 
 Mike
- Original Message -
From: dave
To: CF-Talk
Sent: Saturday, June 26, 2004 12:41 PM
Subject: Re: Problems saving Files in DXMX 2004
 
sounds like a conflict with an extention
you may wanna check through them and see
 
-- Original Message --
From: Mickael [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Sat, 26 Jun 2004 12:33:58 -0400
 
Hi All,

I have an issue with my Dreamweaver.I cannot save files properly.I keep getting this error

While executing onLoad in _afterSave.htm, the following _javascript_ error(s) occurred:



In file _aftersave:

ReferenceError: aftersave is not defined



Has anyone experienced this problem?



Mike




 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfinclude error...

2004-06-26 Thread Gonzo Rock
I have a CF application on a windows installation at  
C:\Inetpub\wwwroot\SomeApplicationName\
This is just a stub actually where index.cfm just holds one line...
cfinclude template=D:\SomeApplicationName\index.cfm

D:\ is where the application really lives... or at least I intended it to 
live there.

Getting an error I'm not familiar with... The filename, directory name, or 
volume label syntax is incorrect 

Yet it is all so correct... any ideas?

Thanks,
Gonz
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfinclude error...

2004-06-26 Thread John Beynon
i always thought cfincludes could only be a ../ or a cfmapping
reference, never and actual physical path...

jb.

On Sat, 26 Jun 2004 13:10:43 -0700, Gonzo Rock [EMAIL PROTECTED] wrote:
 
 I have a CF application on a windows installation at 
 C:\Inetpub\wwwroot\SomeApplicationName\
 This is just a stub actually where index.cfm just holds one line...
 cfinclude template=D:\SomeApplicationName\index.cfm
 
 D:\ is where the application really lives... or at least I intended it to
 live there.
 
 Getting an error I'm not familiar with... The filename, directory name, or
 volume label syntax is incorrect 
 
 Yet it is all so correct... any ideas?
 
 Thanks,
 Gonz
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Mailing to email list using CF

2004-06-26 Thread stylo stylo
At send time, it's just to kick out the bad ones. 

I don't get it. If you check the addresses first, why check again? If an existing list, just check the format once. There is a udf on cflib.org for that. Done. Then use as normal.

If an ongoing list, ALWAYS send an email to it that must be confirmed (link in it clicked) in order to be added to the list. Never just add an address. Even if correctly formatted it might be wrong. Show where you sent it so the customer can see if a spelling error: Thank you. We have sent an email to you at [EMAIL PROTECTED] Check your email. You must confirm it to be added to our list. Then you have zero bad addresses (and no real need to even check the format, though I do to point out errors first). The bad ones never arrive in their inbox and are thus never confirmed.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Mailing to email list using CF

2004-06-26 Thread stylo stylo
I forgot to add, can't a dns check fail because rejected just like spam? Would AOL let you (and spammers) check via dns tons of AOL emails? Maybe technically unable to stop it as you disconnect as soon as connected, but maybe not. Anyone know?

BTW, you could download worldcast for free and use their dns check on your list. It's a crappy little program but works.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Mailing to email list using CF

2004-06-26 Thread Kym Kovan
Hi Stylo,

I forgot to add, can't a dns check fail because rejected just like spam? Would AOL let you (and spammers) check via dns tons of AOL emails? Maybe technically unable to stop it as you disconnect as soon as connected, but maybe not. Anyone know?

I can give you an idea of what we do to try and keep the email-baddies at bay.

DNS itself is harder to check and control than a mail server but the email address style that uses the domain name ([EMAIL PROTECTED]) actually is a wildcard DNS entry (*.domainname.com in the example above) pointing to the mail server and the mail server then works out what the account actually is. So doing a DNS check will not help much in verifying an account other than flagging that the domain name actually exists.

On our mail servers we monitor the IP address of every incoming mail server or email client that talks to ours and check the frequency of connection. If we get a burst of many connections in a very short space of time we ban that IP address for an hour then turn it back on again. It doesn't affect legitimate connections and if someone is sending many dozen emails at once (very unusual) then they will eventually get sent in bursts of a few at a time depending on the thresholds used but we have found that illegitimate connections, such as a script kiddie scanning for valid POP accounts, will pick up the banned status and move on to the next mail server in their list and leave us alone.

As a Hosting provider we have a very large number of domain names and related email accounts in our system which gives a potential attacked or SPAMmer a rich harvest so we need to keep things as tight as possible. Looking in the mail server's admin interface right now I see just over a hundred banned IP addresses and if we look up most of those they turn out to be at the other end of a DSL connection so are probably personal computers that have been attacked by a trojan horse and are sending SPAM/viruses without the owner knowledge.

--

Yours,

Kym
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Mailing to email list using CF

2004-06-26 Thread Michael Kear
What Kym does is very important to the users, and worthwhile, however a
similar thing has bitten a client of mine.He runs seminars amongst
university students and school students, who have a lot of hotmail accounts.
He wants to send (at the users' request!) newsletters, but hotmail does
something similar to what Kym does - too many emails in aburst and he gets
banned. 

How can we send emails to several thousand of my client's users, a large
number of whom are hotmail users?

Cheers

Mike Kear

_

From: Kym Kovan [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 27 June 2004 2:24 PM
To: CF-Talk
Subject: Re: Mailing to email list using CF

[snip]

On our mail servers we monitor the IP address of every incoming mail server
or email client that talks to ours and check the frequency of connection. If
we get a burst of many connections in a very short space of time we ban that
IP address for an hour then turn it back on again. It doesn't affect
legitimate connections and if someone is sending many dozen emails at once
(very unusual) then they will eventually get sent in bursts of a few at a
time depending on the thresholds used but we have found that illegitimate
connections, such as a script kiddie scanning for valid POP accounts, will
pick up the banned status and move on to the next mail server in their list
and leave us alone.

[snip]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CD_Static Page can't log in

2004-06-26 Thread Michael Kear
Any one know a way around this?

I have an admin area behind a CFLOGIN authentication.The user updates the
database, then we have to create a static page based on the updated data,
which is then uploaded to several static sites as a kind of 'poor man's
syndication.(those sites are very unsophisticated). 

However when I run the custom tag CF_StaticPage,all I get as a resulting
page is the login screen, meaning that while I might be logged in,
coldfusion itself apparently isn't. 

How can I get around that?I guess I have to change the login code
somehow, but I don't know how I can log coldfusion itself in.Am I missing
something obvious?



Cheers

Mike Kear

AFP Webworks

Windsor, NSW, Australia

http://afpwebworks.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CD_Static Page can't log in

2004-06-26 Thread Michael Kear
OoopsSorry folks, it's Sunday afternoon and I had a brain fade there for a
while.I realised after I sent that message that I don't need CF_StaticPage
at all.All I need to do is wrap the dynamic page with cfsavecontent ,
save it as a variable,then write the variable out using CFFILE.

DER!!! So the problem is solved.

But thanks anyway.

Cheers

Mike Kear

Windsor, NSW, Australia

AFP Webworks

http://afpwebworks.com http://afpwebworks.com/ 



_

From: Michael Kear [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 27 June 2004 3:25 PM
To: CF-Talk
Subject: CD_Static Page can't log in

Any one know a way around this?

I have an admin area behind a CFLOGIN authentication.The user updates the
database, then we have to create a static page based on the updated data,
which is then uploaded to several static sites as a kind of 'poor man's
syndication.(those sites are very unsophisticated). 

However when I run the custom tag CF_StaticPage,all I get as a resulting
page is the login screen, meaning that while I might be logged in,
coldfusion itself apparently isn't. 

How can I get around that?I guess I have to change the login code
somehow, but I don't know how I can log coldfusion itself in.Am I missing
something obvious?

Cheers

Mike Kear
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Mailing to email list using CF

2004-06-26 Thread Kym Kovan
Hi Mike,

What Kym does is very important to the users, and worthwhile, however a
similar thing has bitten a client of mine.He runs seminars amongst
university students and school students, who have a lot of hotmail accounts.
He wants to send (at the users' request!) newsletters, but hotmail does
something similar to what Kym does - too many emails in aburst and he gets
banned. 

How can we send emails to several thousand of my client's users, a large
number of whom are hotmail users?

Two things: send selectively and get onto White Lists.

For the first option you need to separate out the email addresses by domain name and for hotmail, AOL and MSN, plus others possibly, and send to them in batches rather than a mass in one go. This again can be split up, most email servers will reject too many recipients in one email, AOL is very hot on this, but only some will do the rate-measure technique that I described which is by the number of connections rather than the number of recipients in the one post.

The second option is good if you are a legitimate sender of emails. Most of the big organisations have a list of trusted email servers that they will accept emails from without restriction. Getting on that list is not easy, but possible if you are legit.

--

Yours,

Kym
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]