cfajax/ajaxcfc File Upload

2006-03-18 Thread Blaine Korte
Hello all,

I'd like to upload a file (an image) with cfajax/ajaxcfc, and I'm not sure
where to start.  I've done a fair amount of basic cfajax work, but no file
uploads.

I don't need to do anything fancy - no progress bars (would be nice) or
anything like that.

Anybody have any suggestions on where to start looking?

Thank you,

-Blaine


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235714
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Blaine Korte
Good one Kevin!

I think I saw some Canadian political talk in there ;-)

If you must choose between 2 evils, choose the one you've never tried
before

Merry Christmas,

-Blaine

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 22, 2005 11:06 AM
To: CF-Talk
Subject: RE: M E R R Y C H R I S T M A S

I send this out to all my family this year... Happy Holidays!

http://www.keslabs.com/wishlist/card.html 

Cheers,

Kevin

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: December 22, 2005 7:05 AM
To: CF-Talk
Subject: RE: M E R R Y C H R I S T M A S

I would also like to say thanks to everyone on the list. Its been such a
great learning experience. I hope that in the upcoming year I can give even
more back to the list in terms of help and answers. 

Happy holidays!

.
Ben Nadel 
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com

Vote for Pedro
-Original Message-
From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 21, 2005 8:03 PM
To: CF-Talk
Subject: M E R R Y C H R I S T M A S

Hi guys,

Just a quick note to say thanks for all help received this year, and a
very merry christmas to all.

I am off to the south island of new zealand for a couple of weeks to
recouperate for what looks like a busy 2006.

Kind regards
mike









~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227544
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Verity Issue

2005-02-23 Thread Blaine Korte
I've recently setup a new verity collection and it all works great, but, I
have one issue.

In my previous search setup using ht://Dig, if a page within the crawled
folder is setup with a meta name='robots' content='noindex', then that
page is not indexed and therefore not returned in the user's search query.

I now have a verity collection of all the files I want from a given folder,
(as filtered by .extension) but my 'non-indexed' pages are included in any
search returns. These pages we don't want in the general verity search. Is
there a way to query the page content for 'content='noindex' when the
cfindex is run and have these pages excluded from the collection?

Thanks.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: SWF to JPG or PDF

2005-02-03 Thread Blaine Korte
Hello,

Is there a way to convert a SWF file to JPG or PDF?

Been searching and searching and searching and haven't come up with 
anything...

Here's some more specifics about this problem:

We have an interactive colour your own jacket type of interface.  What 
we need to do is get it into a PDF somehow. Whether that's through a JPG 
or not, doesnt matter to me.

Anybody have any clues on where to start looking?  This is a fairly 
important function of the application.

Don't hesitate to ask for more information if you need it.

Thanks a lot,

-Blaine


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Conditional CC in email

2005-01-06 Thread Blaine Korte
cfset cfmail_to = [EMAIL PROTECTED]
cfif isDefined(IncludeRequestor)
cfset cfmail_to = cfmail_to  , [EMAIL PROTECTED]
/cfif

cfmail to=#cfmail_to#
from=The Website
subject=Data Change Request
replyto=[EMAIL PROTECTED]
type=HTML
Blah blah blah
/cfmail

That looks like it would work to me...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 06, 2005 9:51 AM
To: CF-Talk
Subject: Conditional CC in email


Currently my email is done like this:

cfmail to=[EMAIL PROTECTED]
from=The Website
subject=Data Change Request
replyto=[EMAIL PROTECTED]
type=HTML
Blah blah blah
/cfmail


What is the elegant way to CC a recipient if the requesting form has a
checkbox that says IncludeRequetor? The following does not seem to be
working:



cfmail to=[EMAIL PROTECTED]
from=The Website
cfif IsDefined
(IncludeRequestor)cc=RequestorEmailcfif
subject=Data Change Request
replyto=[EMAIL PROTECTED]
type=HTML
Blah blah blah
/cfmail

TIA,
Tim
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it
from your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189523
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: One more off the wall question

2005-01-06 Thread Blaine Korte
cfsavecontent variable=blah
cf here
/cfsavecontent

cfoutput#blah#/cfoutput


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 06, 2005 2:28 PM
To: CF-Talk
Subject: One more off the wall question

Is there a way to dump the returned HTML (from a CF template) into a
variable?




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189576
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Development Tools

2004-12-23 Thread Blaine Korte
Hello everyone,

I'm looking for some good CVS software (free preferably) that works
under Cold Fusion.  I've seen a few good ones in PHP, but I'd much
rather have it in CF.

I'd rather not have a client application, nor do I want to install any
applications on the server.

Also, what coding standards do you use?  Have any links to share?

Thanks a lot.  Let me know if I'm not being clear enough.
-Blaine



~|
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:188686
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Setup datasource thru code?

2004-12-21 Thread Blaine Korte
I'm interested too.

About the beta...I signed up but haven't gotten anything so far...what
gives?
-Original Message-
From: Sean Corfield [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 21, 2004 5:32 PM
To: CF-Talk
Subject: Re: Setup datasource thru code?

On Tue, 21 Dec 2004 15:59:08 -0600, Donna French [EMAIL PROTECTED]
wrote:
 Is there a way to setup a datasource thru code instead of using the CF
Admin?

Not in any supported way on CFMX (there is an unsupported way).

Ben Forta has talked about a CF Admin API in Blackstone so maybe you
should join the beta...
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 4 invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood



~|
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:188490
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX Shopping Cart?

2004-12-08 Thread Blaine Korte
I've had nothing but success with CFWebstore www.cfwebstore.com. Support
is excellent, code is well documented.  Easy to use and customizing it
is great.

Take a peek.  It's not free, but it's definitely not expensive.  Amazing
value for what you get.

-Blaine

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 08, 2004 12:48 PM
To: CF-Talk
Subject: CFMX Shopping Cart?

Is there any CFMX Shopping Cart available which can be easily merged in
the existing application?

I have a project where customer is asking to put the shopping cart
capability.

I was wondering that if something avaiable on internet/community so I
don't have to re-invent the wheel.

Thanks




~|
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:186680
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SQL Question...

2004-10-12 Thread Blaine Korte
Hey.

I've got 3 tables in MySQL:

SizeLine:

SizeLineID (primary key)

SizeID,

Quantity,

Notes,

armAdjID,

bodyAdjID

Sizes:

SizeID,

Caption

more, not needed here

SizeAdjID:

SizeAdjID,

Caption

more, not needed here

Now, I need to display the records in the SizeLine table just with the size
caption, and Size Adjustment captions in there.Here's what I have so far:

cfquery datasource=#REQUEST.mainDSN# name=sizeList

SELECT s.caption AS size, l.quantity, l.notes, a.caption as armAdj,
b.caption as bodyAdj

FROM sizeline l

JOIN sizes s ON l.sizeID = s. sizeID

JOIN sizeAdj a ON l.armAdjID = a.sizeAdjID

JOIN sizeAdj b ON l.bodyAdjID = b.sizeAdjID

/cfquery

Can anybody lend a hand and help me out on this one?All it does is return
1 row no matter how many rows are in the sizeLine table..



Blaine Korte

Web Developer

St Solo Computer Graphics Inc.

+email: [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SQL Question...

2004-10-12 Thread Blaine Korte
Wow, do I ever feel stupid.It was the output stage that I had my problem
with.It's fixed, that join query runs fine.

This is why I stay away from joins - they're so complicated that when I cant
get them to work, that's all I concentrate on. ;-) 

Thanks a bunch for the help, Matthieu!

Blaine Korte
Web Developer
St Solo Computer Graphics Inc.
+email: [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SQL Question...

2004-10-12 Thread Blaine Korte
This is a scary thing to hear a web developer say. If you really feel that
uncomfortable about joins, you should immediately stop what you're doing
and study relational databases until you understand the basics - joins,
normalization, and declarative referential integrity. It really is that
important. I don't intend this as a personal criticism - I was in the same
situation once. But this knowledge is probably more important to your
career as a developer than any other single thing.

That statement was more of a sarcastic frustration comment than anything
else - I do understand joins, I use them often.In fact, I had this one
correct from the beginning, it was my output stage that was wrong...

Thanks for the concern! :-)

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




Icons for Applications...

2004-10-06 Thread Blaine Korte
Hey everyone,

If you guys use icons in your apps, where do you get them from?I've been
hand-creating or borrowing all of mine from other apps, but there are some
that I need some ideas for.

Thanks!

Blaine Korte

Web Developer

St Solo Computer Graphics Inc.

+email: [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: BARCODES in CF

2004-10-05 Thread Blaine Korte
Looks like I'm going to be using this one. it's the only one that's
impressed me.

I also have to print it out - in fact, its going to be dynamically inserted
into PDF's, which means it will need to be high res.The barcodeZONE tag
looks like the only one out there that I can _easily_ resize and have it
print out and scan perfect.

Looks like it will be definitely worth the money.

Blaine Korte

Web Developer

St Solo Computer Graphics Inc.

+email: [EMAIL PROTECTED]

_

From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 05, 2004 1:01 PM
To: CF-Talk
Subject: RE: BARCODES in CF

http://www.fusionzone.com/applications/barcode/overview.cfm

Another one I have run across in my wonderings.We have not needed
ColdFusion barcode generation yet, so I have not tried this, or any others.

--
Ian Skinner
Web Programmer
BloodSource
file:///C:\Documents%20and%20Settings\iskinner\Application%20Data\Microsoft
\Signatures\www.BloodSource.org www.BloodSource.org
http://www.BloodSource.orgSacramento 
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.

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




RE: Sending (formatted) output directly to a printer

2004-09-29 Thread Blaine Korte
Wow, I didn't even know it was possible in the first place.Care to
elaborate on the 'only in IE' part?I'm building an application where this
would work perfect and we already require IE.

Thanks,

-Blaine

_

From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 29, 2004 2:02 PM
To: CF-Talk
Subject: Re: Sending (formatted) output directly to a printer

First off...printing from the web can be pretty tough...especially sending
straight to printer (unless the printer is connected to the server and the
client has access to that printer.like in an intranet setup).If memory
servesthe straight to printer only works in IE.

Secondthe formattting without display

Have you considered generating an Excel or PDF file on the fly and simply
making it available to download?I know it bypasses you straight to
printer requirement...but I don't know how much success you'll have with
that anyway ;-)It does however give you a consistent interface and flow
without too many cross-browser issues.

my couple'o'cents

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

- Original Message - 
From: Earl, George 
To: CF-Talk 
Sent: Wednesday, September 29, 2004 12:17 PM
Subject: Sending (formatted) output directly to a printer

Is there a way to format an answer set from a CF request to a database
into
a report and then send it directly to a user's printer while bypassing
their
browser?

We are migrating a mainframe CICS application to a web application using
CF
and Oracle. 

When a user requests a listing/report, the mainframe application will
return
up to 300 rows to the screen, will divert between 301 to 3000 rows to the
user's mainframe associated printer, and will ask the user to refine their
search if the answer set reaches 3001 rows.

The users want us to duplicate this 300/3000 row functionality in the web
app version and they also want the capability of sending output directly
to
a printer regardless of how many rows are in the answer set (at times this
could be as many as 5000 rows!). The output that gets directed to a
printer
must be formatted into a listing/report just like the output that gets
displayed in the browser. I.e., the print output must have report headers,
column headers, counts and totals, etc., not just be a dump of the answer
set. 

Our dilemma is how do we format the output into a listing/report and send
it
directly to the user's printer while bypassing the browser?

How would you do this?

If this is not possible, what other alternative(s) would you consider to
satisfy this requirement?

We are still on CF 5 on Win2k, moving to CFMX 6.1 on Win2003, then to CFMX
6.1/Blackstone on Solaris . . .

Thanks!

George

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




RE: Sending (formatted) output directly to a printer

2004-09-29 Thread Blaine Korte
Aaaah, that's exactly what I do now.They have to confirm it, but you can get
it there easily.

Thanks

-Blaine

_

From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 29, 2004 2:21 PM
To: CF-Talk
Subject: Re: Sending (formatted) output directly to a printer

Yep...just Google Groups something along the lines of _javascript_ send to
printer

It's _javascript_ based if memory serves (may also be a COM based
method)and all it does is open the print dialogue (equivalent of hitting
the print button in the browser)...NOT actually start the print job.

HTH

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

- Original Message - 
From: Blaine Korte 
To: CF-Talk 
Sent: Wednesday, September 29, 2004 1:16 PM
Subject: RE: Sending (formatted) output directly to a printer

Wow, I didn't even know it was possible in the first place.Care to
elaborate on the 'only in IE' part?I'm building an application where
this
would work perfect and we already require IE.

Thanks,

-Blaine

 _

From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 29, 2004 2:02 PM
To: CF-Talk
Subject: Re: Sending (formatted) output directly to a printer

First off...printing from the web can be pretty tough...especially sending
straight to printer (unless the printer is connected to the server and the
client has access to that printer.like in an intranet setup).If
memory
servesthe straight to printer only works in IE.

Secondthe formattting without display

Have you considered generating an Excel or PDF file on the fly and simply
making it available to download?I know it bypasses you straight to
printer requirement...but I don't know how much success you'll have with
that anyway ;-)It does however give you a consistent interface and flow
without too many cross-browser issues.

my couple'o'cents

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

 - Original Message - 
 From: Earl, George 
 To: CF-Talk 
 Sent: Wednesday, September 29, 2004 12:17 PM
 Subject: Sending (formatted) output directly to a printer

 Is there a way to format an answer set from a CF request to a database
into
 a report and then send it directly to a user's printer while bypassing
their
 browser?

 We are migrating a mainframe CICS application to a web application using
CF
 and Oracle. 

 When a user requests a listing/report, the mainframe application will
return
 up to 300 rows to the screen, will divert between 301 to 3000 rows to
the
 user's mainframe associated printer, and will ask the user to refine
their
 search if the answer set reaches 3001 rows.

 The users want us to duplicate this 300/3000 row functionality in the
web
 app version and they also want the capability of sending output directly
to
 a printer regardless of how many rows are in the answer set (at times
this
 could be as many as 5000 rows!). The output that gets directed to a
printer
 must be formatted into a listing/report just like the output that gets
 displayed in the browser. I.e., the print output must have report
headers,
 column headers, counts and totals, etc., not just be a dump of the
answer
 set. 

 Our dilemma is how do we format the output into a listing/report and
send
it
 directly to the user's printer while bypassing the browser?

 How would you do this?

 If this is not possible, what other alternative(s) would you consider to
 satisfy this requirement?

 We are still on CF 5 on Win2k, moving to CFMX 6.1 on Win2003, then to
CFMX
 6.1/Blackstone on Solaris . . .

 Thanks!

 George

 _

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