Re: mySql question

2006-10-11 Thread Robertson-Ravo, Neil (RX)
Does MySQL not have a bit or boolean type?







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Cutter (CFRelated)
To: CF-Talk
Sent: Wed Oct 11 02:18:12 2006
Subject: Re: mySql question

I've always used tinyint, but someone here might have a reason to do 
different.

-- 

Cutter

http://blog.cutterscrossing.com

The Past is a Memory
  The Future a Dream
  But Today is a Gift
  That's why they call it
  The Present

Doug Brown wrote:
 Was wondering what data type one might use for booleans. Should I use
tinyint and insert 0 for false and 1 for true? I have also heard that you
could use enum...What is best?
 
 
 
 
 Doug 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256215
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: mySql question

2006-10-11 Thread Robertson-Ravo, Neil (RX)
ah, cool. If BIT is available then as Dave noted, you should use that.







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Dave Watts
To: CF-Talk
Sent: Tue Oct 10 23:52:10 2006
Subject: RE: mySql question

 Was wondering what data type one might use for booleans. 
 Should I use tinyint and insert 0 for false and 1 for true? I 
 have also heard that you could use enum...What is best?

I think that MySQL 5.0.5 has a BIT datatype available with all table types.
You should use that if possible. Otherwise, I would go with TINYINT as you
suggest.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256216
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF, jdbc, SQL2k5 problem

2006-10-11 Thread Dan Plesse
Andrew,

Should be

 jdbc:macromedia:sqlserver://#server_URL#:#port#/

Interesting CF does not allow a custom property file to be loaded with the
JDBC URL.

Add that to the CF 8 wishlist.

prop file location with a browse button.



On 10/10/06, Andrew Scott [EMAIL PROTECTED] wrote:

 jdbc:sqlserver:/stargate\dbinstanceone:1433;DatabaseName=StoneCutters


 On 10/10/06, Dan Plesse [EMAIL PROTECTED] wrote:
 
  I think what is needed here is a good old  look see of your JDBC URL.
  Nothing else is needed.
 
 
 

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256217
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: built in web server

2006-10-11 Thread Ryan Stewart
I've always noticed the same thing, even with external web servers but only 
with the first request after the services have been started.  10 seconds?  I've 
never timed it, but it's probably about that.
 
Ryan

 [EMAIL PROTECTED] 10/10/2006 22:10 

Have you run any tests to compare the built-in web server to Apache or
IIS?  What everyone has said so far about CF caching compiled class
files is true, but it is more just how CF works, and has nothing to do
with what web server you use.

~Brad

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 10, 2006 3:10 PM
To: CF-Talk
Subject: RE: built in web server

 Hi, i am noticing when using the built in webserver, it takes 
 a while for the pages to load. it says in the status bar 
 'waiting for local host' and maybe takes 10 seconds to load a page. 
 
 i have noticed that it is moderately faster on some higher 
 spec computers but was wondering if the performance is 
 enhanced when running the enterprise edition in a production 
 environment

Typically, in a development environment, you're making changes, then
testing
those changes. Each time you run a script after changing it, that file
needs
to be recompiled by CF, which takes a considerable amount of time.

This would be true whether you use the built-in web server or an
external
web server.

In a production environment, many people are typically running the same
scripts, and those scripts don't change very often. So, after they've
been
compiled the first time, CF simply reuses the compiled classes.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Sending newsletters - HTML and text emails

2006-10-11 Thread Jochem van Dieten
Ryan Stille wrote:
 I'm looking for some input on sending HTML vs text type emails.  
 Example: a site owner wants a tool to send emails to his website 
 subscribers.  Site owner wants to send rich text style email with bold, 
 italics, colors, possibly an image.

Your first job is to convince the site owner that it isn't about what he wants 
to send, but it is about what his subscribers want to receive.


 Do you typically use cfmailpart to send an HTML and text version?

When I am done with him, the site owner wants to send plain text only :)


 I was wondering about the feasibility of sending only the HTML version.  
 I imagine most clients can gracefully degrade an HTML message and 
 display it?

Do you trust a site owner to compose his message in such a way it degrades 
gracefully in a PDA with a 320 by 200 pixel screen?

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256219
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


mg form error ?

2006-10-11 Thread Dave Lyons
whats the proper way to show a list of form errors when using the mg 
addResult?
It shows up fine one at a time but whats best way to return a list or array?

in controller.cfc
cfif not len(trim(uname))
  cfset arguments.event.setValue(showErrors, Please enter a name.) /
  cfset arguments.event.addResult(validationError) /
/cfif

cfif not len(trim(phrase)) or not isValid(email, email)
  cfset arguments.event.setValue(showErrors, Please enter a valid email.) 
/
  cfset arguments.event.addResult(validationError) /
/cfif


form page

cfif viewstate.exists(phraseError)
cfoutput
#viewstate.getValue(phraseError)#
/cfoutput
/cfif


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256220
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


mg form error ?

2006-10-11 Thread Dave Lyons
whats the proper way to show a list of form errors when using the mg 
addResult?
It shows up fine one at a time but whats best way to return a list or array?

in controller.cfc
cfif not len(trim(uname))
  cfset arguments.event.setValue(showErrors, Please enter a name.) /
  cfset arguments.event.addResult(validationError) /
/cfif

cfif not len(trim(phrase)) or not isValid(email, email)
  cfset arguments.event.setValue(showErrors, Please enter a valid email.) 
/
  cfset arguments.event.addResult(validationError) /
/cfif


form page

cfif viewstate.exists(showErrors)
 cfoutput
  #viewstate.getValue(showErrors)#
 /cfoutput
/cfif


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256221
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: mg form error ?

2006-10-11 Thread Dave Lyons
oops, submitted itself, had wrong page for form the error is showErrors, not 
the one from quick start, lol

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256222
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ImageCFC

2006-10-11 Thread Dave Lyons
the easy answer would be to do the upload to a folder and then run the imagecfc 
to get that image and resize it and put the new one into a different folder.

You need to show some code but it sounds like you are uploading the image and 
have the cffile to overwrite but not the tag which of course wont work cause 
you are only uploading the image once so the overwrite wont kick in.

try this but BE SURE to chance your folder name, dont be using your upload 
folder path as your path lol, i know Will would use that


cffile Action=upload
Filefield=photo
DESTINATION=your upload folder path
Nameconflict=makeunique 
accept=image/*
cfset photo1 = #file.serverfile#

cfset imageCFC = createObject(component,#request.cfcmapping#.image)
cfset image640 = imageCFC.scaleX(, your upload folder path#photo1#, your 
upload folder path#photo1#, 640)




 I have seen a few other posts regarding imagecfc here recently so I 
 hope this is not to off topic, the problem I am having with imagecfc 
 is whenever I resize an image it doesn't change the filesize, this 
 only occurs when I am overwriting the existing image. eg. I uploaded a 
 1mb image, which maybe 1200px wide, my application will see that it is 
 greater than 500px wide and resize the image down to a suitable size 
 500px, however the image remains at 1mb. This occurs on a testing 
 environment and production server, both linux and windows and also 
 with Blue Dragon. 
 
 Any help would be appreciated
 
Mark

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ImageCFC

2006-10-11 Thread Mark Flewellen
My code is very similar to yours Dave, I upload the file to the server using 
cffile, I then rename the file to something suitable. What I am finding is that 
when I use the scaleX or scaleY tag it rescales the image perfectly, however 
the filesize doesn't change. This only occurs if the source and the destination 
are the same. The component works perfectly if the destination is not the same 
as the source.

cfinvoke component=#application.mapping#image method=scaleX 
returnvariable=scaleXRet objImage= 
inputFile=/var/www/vhosts/?domainname?/httpdocs/assets/uploads/images/image 
outputFile=/var/www/vhosts/?domainname?/httpdocs/assets/uploads/images/image 
newWidth=#form.size# jpegCompression=#application.image_quality#/cfinvoke

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256224
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: fused: CFPROCPARAM Error ORA-06502

2006-10-11 Thread Tom Chiverton
On Wednesday 11 October 2006 02:02, Jack Shepard wrote:
 Socket][Oracle][ODBC][Ora]ORA-06502: PL/SQL: numeric or value error:
 character string buffer too small ORA-06512: at MY.RETRIEVEPROC, line 99
 ORA-06512: at line 1

What's line 99 then ?

-- 
Tom Chiverton
Helping to professionally market internet market-growth



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Local MSDE problems

2006-10-11 Thread James Smith
One of our developers has MSDE installed on his machine as well as a
developer copy of CF.

1) His CF can connect happily to a remote MSSQL server.
2) His Enterprise manager connects to his local MSDE.
3) My Enterprise manager connects to his MSDE.
4) His CF can't connect to his MSDE.

I have tried unblocking ports, I have double checked his MSDE is still on
1433, I have changed usernames and passwords, and I have run out of ideas.

Can anyone think why this wouldn't be working?

--
Jay


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Local MSDE problems

2006-10-11 Thread Jochem van Dieten
James Smith wrote:
 One of our developers has MSDE installed on his machine as well as a
 developer copy of CF.
 
 1) His CF can connect happily to a remote MSSQL server.
 2) His Enterprise manager connects to his local MSDE.
 3) My Enterprise manager connects to his MSDE.
 4) His CF can't connect to his MSDE.
 
 I have tried unblocking ports, I have double checked his MSDE is still on
 1433, I have changed usernames and passwords, and I have run out of ideas.

1. Use SQL Server Express 2005 instead. It is so much better.
2. Does he have SQL Server authentication or Windows authentication?
3. What is the error?

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Local MSDE problems

2006-10-11 Thread James Smith
 1. Use SQL Server Express 2005 instead. It is so much better.

No can do, the production server is 2000 so he must develop on 2000 to avoid
things going wrong between dev and production.

 2. Does he have SQL Server authentication or Windows authentication?

Mixed mode.

 3. What is the error?

It is a connection error...

---
Connection verification failed for data source: test
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
socket. Connection refused: connect
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Error establishing socket. Connection refused: connect
---

I have worked arroud the issue by setting the DB up as a system ODBC
datasource then having CF use that but it would be nice to get CF/JDBC
working directly without the ODBC middleman.

--
Jay


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Local MSDE problems

2006-10-11 Thread Jochem van Dieten
James Smith wrote:
 1. Use SQL Server Express 2005 instead. It is so much better.
 
 No can do, the production server is 2000 so he must develop on 2000 to avoid
 things going wrong between dev and production.

Then I would still recommend using SQL Server Management Studio Express over 
Enterprise Manager.


 3. What is the error?

 It is a connection error...
 
 ---
 Connection verification failed for data source: test
 java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
 socket. Connection refused: connect

Have you configured the server to listen to TCP/IP connections? Can you connect 
to the port with telnet?

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange security problem with googlebot

2006-10-11 Thread Tom Chiverton
On Tuesday 10 October 2006 16:30, Matt Quackenbush wrote:
 Hmm... okay, so the issue that is being referred to here is when the
 login check is handled AFTER that link is displayed? 

No, no, no - it's much worse.
The Google accelerator thing looks at the page loaded in the browser (which 
will be after login to the admin area), and essentially clicks all the links.

-- 
Tom Chiverton
Helping to heterogeneously generate impactful content



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange security problem with googlebot

2006-10-11 Thread Tom Chiverton
On Tuesday 10 October 2006 16:51, Matt Quackenbush wrote:
 main question now is: what is considered the best antidote for such a
 problem.  Since I didn't know what it was, I obviously don't use web

Don't use HTTP GET (links) for things that have side effects use them for 
views.
Use HTTP POST (forms) for things that do something (delete a user, checkout).

It's all in the RFC :-)

-- 
Tom Chiverton
Helping to augmentatively maintain dot-com metrics



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Compiling Java / Error

2006-10-11 Thread Ben Nadel
Dan,

I have not had a chance yet. Crazy deadlines! Plus I have to get
permissions to get onto the ColdFusion installation... My network login
doesn't have that kind of access. I will try at my earliest convenience.

Thanks for all the help!

-Ben
..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Dan Plesse [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 10, 2006 9:57 PM
To: CF-Talk
Subject: Re: Compiling Java / Error

Ben,

Did you try it or not?

Dan




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfinclude

2006-10-11 Thread Richard White
Hi, i was just wondering if there was any way of using the cfinclude tag within 
javascript like you can use the cfoutput tag. or whether i can maybe do it 
using AJAX.

in my program i have a wizard with approx 5 steps. I dont want the page to 
reload each time they click next step (or previous step). I would like it to be 
a smooth transition. I was thinking that if i created a main div tag which 
holds the main body of each step then set the value of the div to a seperate 
page for each step when they press the next or previous step buttons. (possibly 
using the cfinclude tag)

if this is not possible will i have to do it with dynamic xhtml and javascript?

i would appreciate any advice on how i can do this and whether i can do it in 
the way i stated above.

thanks for any help or advice

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256233
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfinclude

2006-10-11 Thread Massimo Foti
 in my program i have a wizard with approx 5 steps. I dont want the page to
 reload each time they click next step (or previous step). I would like it
 to be a smooth transition. I was thinking that if i created a main div tag
 which holds the main body of each step then set the value of the div to a
 seperate page for each step when they press the next or previous step
 buttons. (possibly using the cfinclude tag)

Have you considered a tabbed GUI?
http://www.olimpo.ch/tmt/tag/tabs/

http://www.olimpo.ch/tmt/tag/tabs/sample.cfm


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Massimo Foti
 Have you considered a tabbed GUI?
 http://www.olimpo.ch/tmt/tag/tabs/

In case you are looking for a pure Ajax solution, I've wrote a library 
called Client-side include. It's not documented (not yet), but you can see 
it in action here:
http://www.massimocorner.com/libraries/csi/sample.htm

It's pretty simple to use


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfinclude

2006-10-11 Thread Richard White
thanks massimo these are actually very good. I dont know how much control you 
have over the tabs but i do need something with quite a bit of control due to 
the required layout of the pages. I need to have the tabs down the left hand 
side that can take images on the tab labels and be structured how i need as 
well.

the tab idea is good, i will try out this to see how flexible it is and maybe 
try to find some others as well

thanks very much

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Massimo Foti
 thanks massimo these are actually very good. I dont know how much control
 you have over the tabs but i do need something with quite a bit of control
 due to the required layout of the pages. I need to have the tabs down the
 left hand side that can take images on the tab labels and be structured
 how i need as well.

You can change the layout quite drammatically, but it requires solid CSS 
skills.

At worst you can simply take a look at the generated XHTML/JavaScript code 
and adapt to suit your layout needs.


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256237
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfinclude

2006-10-11 Thread Richard White
thanks for your help and advice, at present i am slowly trying to learn 
coldfusion and javascript, i know basic html but am gearing up to learn css in 
the next couple of weeks. 

I came from developing applications in VB and didnt realise that there was so 
much to learn in developing internet applications! but thanks very much i will 
look at it and maybe try to adapt it as a i go along, i do like the look of it 
and the idea though, thanks again

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


IDE's

2006-10-11 Thread Ryan Stewart
Quick question,
 
I've been using dreamweaver for coldfusion development at work for sometime.  
I've always been of the opinion that it's much more of a 
designer/prototype/entry level tool.  I'm looking into alternatives to put 
forward as suggestions for a DW replacement as others are now realising issues 
with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you feel you 
want to expand with why and perhaps complexity of use, then that's very kind)
 
Cheers,
 
Ryan.


**
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 and 
should not be disclosed to any other party. 
If you have received this email in error please notify your system manager and 
the sender of this message.

This email message has been swept for the presence of computer viruses but no 
guarantee is given that this e-mail message and any attachments are free from 
viruses.

Fife Council
Tel: 08451 55 00 00




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256239
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SMS+CF+WAP+XML

2006-10-11 Thread J Forristal
Hi I am new to cold fusion and am currently starting a university project, I 
need to create a shopping cart which will send an sms/mms message witha 
conformation number/barcode to a users mobile phone when they purchase an item. 
Was thinking of doing it with XML but unsure how to start, how to go about it? 
Any ideas guys?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Massimo Foti
 I came from developing applications in VB and didnt realise that there was
 so much to learn in developing internet applications!

Just curious, coming from VB you picked CF instead of .NET? Would you mind 
to elaborate on the reasons behind choosing CF?

Thanks

Massimo 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256241
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RSS + CF

2006-10-11 Thread Tom King
Hi all,

I'm looking for some code to create RSS feeds from a DB output (i.e  
news , you know the sort of thing)
Ideally I'm looking for something which will let me specify a query  
and then output the contents into a flat XML file, preferably  
removing all the potentially invalid chars..

Any CFCs out there?

Thanks,
T



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256242
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Local MSDE problems

2006-10-11 Thread James Smith
 Have you configured the server to listen to TCP/IP 
 connections? Can you connect to the port with telnet?

Yes, it is configured for TCP/IP, and yes, on port 1433.

No I can't telnet to it (one of the first things I tried) and it doesn't
seem to show up in the netstat -a list either.

--
Jay


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256243
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Richard White
yes, in one word - Microsoft :)

i used VB as it was easy but wanted to come away from the microsoft framework 
and join more the flexible and open frameworks.

I also learnt alot of java at university and loved it, so am very happy to 
slowly be getting back into. Coldfusion is very easy even though i have been 
asking alot of questions :) i am slowly picking it. 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256244
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Weird problem after Updater 2 (can someone confirm)

2006-10-11 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hi all,
 
Last night we finally applied the CFMX7 Updater 2.  I know it should
have been done a long time ago, but our IT department has a really bad
method for requesting patches be applied, have to wait for approval,
then I have to do it even though I'm not IT!
 
Anyhow, I noticed something really weird after applying the patch.  I
have a cfstoredproc that gets two result sets.  The code looks something
like this:
 
 cfstoredproc datasource=#application.DataSource#
procedure=USP_PULL_DATA
  cfprocparam cfsqltype=CF_SQL_VARCHAR
value=#Variables.myIdentifier# dbvarname=@theIdentifier /
  cfprocresult name=qGetFirstSetOfData resultset=1 /
  cfprocresult name=qGetSecondSetOfData maxrows=1 resultset=2 /
 /cfstoredproc

After the updater, this would only return 1 row for the first result
set, even though manually running the query returned 15 rows.  The
correction was to do this:
 
 cfstoredproc datasource=#application.DataSource#
procedure=USP_PULL_DATA
  cfprocparam cfsqltype=CF_SQL_VARCHAR
value=#Variables.myIdentifier# dbvarname=@theIdentifier /
  cfprocresult name=qGetFirstSetOfData resultset=1 maxrows=50 /
  cfprocresult name=qGetSecondSetOfData maxrows=1 resultset=2 /
 /cfstoredproc

It seems that if maxrows was set for one of them it did it for both.
Can anyone confirm this?
 
Thanks,
Steve
 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256245
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE's

2006-10-11 Thread Nick Tong - TalkWebSolutions.co.uk
I use eclipse - it's easy, modifiable and FREE!  I made a post a little
while back about the tools i use and got some good comments about eclipse if
you're interested:
http://www.succor.co.uk/index.cfm/2006/6/7/A-CF-developers-toolset#comments

On 11/10/06, Ryan Stewart [EMAIL PROTECTED] wrote:

 Quick question,

 I've been using dreamweaver for coldfusion development at work for
 sometime.  I've always been of the opinion that it's much more of a
 designer/prototype/entry level tool.  I'm looking into alternatives to put
 forward as suggestions for a DW replacement as others are now realising
 issues with it.

 Q. What IDE/editor do you use for coldfusion development? (and if you feel
 you want to expand with why and perhaps complexity of use, then that's very
 kind)

 Cheers,

 Ryan.


 **
 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
 and should not be disclosed to any other party.
 If you have received this email in error please notify your system manager
 and the sender of this message.

 This email message has been swept for the presence of computer viruses but
 no guarantee is given that this e-mail message and any attachments are free
 from viruses.

 Fife Council
 Tel: 08451 55 00 00
 



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256246
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Massimo Foti
 I also learnt alot of java at university and loved it, so am very happy to
 slowly be getting back into. Coldfusion is very easy even though i have
 been asking alot of questions :) i am slowly picking it.

Cool! Thanks for sharing and welcome on board :-)

Massimo 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfinclude

2006-10-11 Thread Richard White
thanks very much, and thanks for all your help :)

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256248
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Ortiz-Shamrock 3

2006-10-11 Thread Scott Mulholland
..looked pretty much like Ortiz-Shamrock 2 without complaints on the
stoppage.  Tito was just too strong for him I think. 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256249
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Teddy Payne
Eclipse with CFEclipse provides a way to truly customize your IDE
experience.  Dreamweaver offered extensions that were useful and feature
rich, but there was an underlying lacking that people had wanted.  The
sentiment that I get from everyone that I have asked about why they enjoy
Eclipse came from the ability to go to one place to edit most everything
they needed.  Since Eclipse is flexible, you can combine plugins not
originally meant for ColdFusion development into ways to make your
ColdFusion life easier.

You can grab a function from one perspective and use it as an option for yet
another.  I myself use commands aka features from PHP Eclipse, Java
Perspective, CFEclipse, Flex Builder ...etc .  You get the point.

You can find the strengths of all the plugins that you like and then combine
them together in a way that suits your programming style.

There are limitations that people do not enjoy.  The lack of ability to open
a file from the file system while your primary workspace is open deters
some.  The naming conventions of all the features are not lingua franca.
There is a lot of manual configuration sometimes to get exactly what you
want.

I would agree that Dreamweaver is a good starting place.  Dreamweaver offers
excellent support for mark up, slicing and css designing.

Since Eclipse is a Java application, you can have as many versions of the
tool to test and find your ideal solution.  I have Eclipse 3.1 and 3.2 on my
personal system.  3.1 for Flex and CFEclipse 1.2.0 and 3.2 for vanilla CF
with CFEclipse 1.2.9.

Teddy

On 10/11/06, Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] wrote:

 I use eclipse - it's easy, modifiable and FREE!  I made a post a little
 while back about the tools i use and got some good comments about eclipse
 if
 you're interested:

 http://www.succor.co.uk/index.cfm/2006/6/7/A-CF-developers-toolset#comments

 On 11/10/06, Ryan Stewart [EMAIL PROTECTED] wrote:
 
  Quick question,
 
  I've been using dreamweaver for coldfusion development at work for
  sometime.  I've always been of the opinion that it's much more of a
  designer/prototype/entry level tool.  I'm looking into alternatives to
 put
  forward as suggestions for a DW replacement as others are now realising
  issues with it.
 
  Q. What IDE/editor do you use for coldfusion development? (and if you
 feel
  you want to expand with why and perhaps complexity of use, then that's
 very
  kind)
 
  Cheers,
 
  Ryan.
 
 
  **
  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
  and should not be disclosed to any other party.
  If you have received this email in error please notify your system
 manager
  and the sender of this message.
 
  This email message has been swept for the presence of computer viruses
 but
  no guarantee is given that this e-mail message and any attachments are
 free
  from viruses.
 
  Fife Council
  Tel: 08451 55 00 00
  
 
 
 
 

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256250
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Ortiz-Shamrock 3

2006-10-11 Thread Robertson-Ravo, Neil (RX)
Wrong list I am guessing?! ;-p



-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: 11 October 2006 13:40
To: CF-Talk
Subject: Ortiz-Shamrock 3

...looked pretty much like Ortiz-Shamrock 2 without complaints on the
stoppage.  Tito was just too strong for him I think. 





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256251
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Ortiz-Shamrock 3

2006-10-11 Thread Scott Mulholland
Wrong list sorry :(

Meant for community...i must be punch drunk.

-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 8:40 AM
To: CF-Talk
Subject: Ortiz-Shamrock 3

...looked pretty much like Ortiz-Shamrock 2 without complaints on the
stoppage.  Tito was just too strong for him I think. 





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ortiz-Shamrock 3

2006-10-11 Thread Teddy Payne
Holy Flying Humans, Batman!

On 10/11/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
wrote:

 Wrong list I am guessing?! ;-p



 -Original Message-
 From: Scott Mulholland [mailto:[EMAIL PROTECTED]
 Sent: 11 October 2006 13:40
 To: CF-Talk
 Subject: Ortiz-Shamrock 3

 ...looked pretty much like Ortiz-Shamrock 2 without complaints on the
 stoppage.  Tito was just too strong for him I think.





 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256253
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: RSS + CF

2006-10-11 Thread Teddy Payne
Tom,
In ColdFusiion Developer's Journal (CFDJ), there are multiple articles that
explain how to do this and give you the step by step code.  I would start
there as the code examples are very extensive and well thought out.

Teddy

On 10/11/06, Tom King [EMAIL PROTECTED] wrote:

 Hi all,

 I'm looking for some code to create RSS feeds from a DB output (i.e
 news , you know the sort of thing)
 Ideally I'm looking for something which will let me specify a query
 and then output the contents into a flat XML file, preferably
 removing all the potentially invalid chars..

 Any CFCs out there?

 Thanks,
 T



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Automating data source password changes

2006-10-11 Thread Dan Parker
How are getting an encrypted value before it gets placed in neo-query?

I'm using the encrypted password that's currently in the neo-query.xml file. I 
think it takes the epassword value and compares it to what's in neo-query.xml 
to make sure it matches before it changes the password to the new one.

If you log into the ColdFusion administrator, go to the page where you can 
update a data source. View the html source of the page and you will see that 
epassword is a hidden form field. They are passing the encrypted value of the 
soon to be old password.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256256
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Ben Nadel
I will probably get slammed for this, but I have been using HomeSite+
for ever and it is the best ColdFusion editor that I have ever worked
with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
stuff out there, but they just can't hold a light to HomeSite+ for its
speed, ease of use, and most excellent extended Find/Replace. Plus I
just feel that the interface is cleaner and more responsive.

If I had to move to another one though (if my family's life was in
danger) I would move to Eclipse. It has some great stuff for CFEclipse
including more powerful code snippets and template outlining and
component method outlining (which are crazy cool).


..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Ryan Stewart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 7:49 AM
To: CF-Talk
Subject: IDE's

Quick question,
 
I've been using dreamweaver for coldfusion development at work for
sometime.  I've always been of the opinion that it's much more of a
designer/prototype/entry level tool.  I'm looking into alternatives to
put forward as suggestions for a DW replacement as others are now
realising issues with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you
feel you want to expand with why and perhaps complexity of use, then
that's very kind)
 
Cheers,
 
Ryan.


**
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 and should not be disclosed to any other party. 
If you have received this email in error please notify your system
manager and the sender of this message.

This email message has been swept for the presence of computer viruses
but no guarantee is given that this e-mail message and any attachments
are free from viruses.

Fife Council
Tel: 08451 55 00 00






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


java exeption while generating WSDL file

2006-10-11 Thread Martin Orth
Hello,

i have a probling generating wsdl files on my server. Yesterday the sysadmin
has
updated python and the openssh and opensll libraries. After the update
coldfusion was
not able to generate any wsdl file. We have a few other servers with the
same
configurations(but not yet updated) still working fine.

Error Message while calling the WSDl

500

java.lang.NullPointerException
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:258)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


We run CF 7.01 on a Redhat Enterprise Linux 3.4.6-3 System.

Thanks

Martin


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Local MSDE problems

2006-10-11 Thread Teddy Payne
How is the CF datasource configured?  For my MSDE, I use the name of my
computer as the server name.

Teddy

On 10/11/06, James Smith [EMAIL PROTECTED] wrote:

  Have you configured the server to listen to TCP/IP
  connections? Can you connect to the port with telnet?

 Yes, it is configured for TCP/IP, and yes, on port 1433.

 No I can't telnet to it (one of the first things I tried) and it doesn't
 seem to show up in the netstat -a list either.

 --
 Jay


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Teddy Payne
I would agree with Ben.  Homesite+ would be my next choice.  With the advent
of FusionDebug for Eclipse, Homesite+ is becoming harder to have installed.

Teddy

On 10/11/06, Ben Nadel [EMAIL PROTECTED] wrote:

 I will probably get slammed for this, but I have been using HomeSite+
 for ever and it is the best ColdFusion editor that I have ever worked
 with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
 stuff out there, but they just can't hold a light to HomeSite+ for its
 speed, ease of use, and most excellent extended Find/Replace. Plus I
 just feel that the interface is cleaner and more responsive.

 If I had to move to another one though (if my family's life was in
 danger) I would move to Eclipse. It has some great stuff for CFEclipse
 including more powerful code snippets and template outlining and
 component method outlining (which are crazy cool).


 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com


 -Original Message-
 From: Ryan Stewart [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 7:49 AM
 To: CF-Talk
 Subject: IDE's

 Quick question,

 I've been using dreamweaver for coldfusion development at work for
 sometime.  I've always been of the opinion that it's much more of a
 designer/prototype/entry level tool.  I'm looking into alternatives to
 put forward as suggestions for a DW replacement as others are now
 realising issues with it.

 Q. What IDE/editor do you use for coldfusion development? (and if you
 feel you want to expand with why and perhaps complexity of use, then
 that's very kind)

 Cheers,

 Ryan.


 **
 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 and should not be disclosed to any other party.
 If you have received this email in error please notify your system
 manager and the sender of this message.

 This email message has been swept for the presence of computer viruses
 but no guarantee is given that this e-mail message and any attachments
 are free from viruses.

 Fife Council
 Tel: 08451 55 00 00
 





 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Gaulin, Mark
I use several IDEs (include CFE), and you're right about the HomeSite/CF
Studio extended search  replace being excellent... I'm going to keep
that program around until someone writes one for Eclipse. (And then I'll
still keep it around for the CF help files.)  


-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:04 AM
To: CF-Talk
Subject: RE: IDE's

I will probably get slammed for this, but I have been using HomeSite+
for ever and it is the best ColdFusion editor that I have ever worked
with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
stuff out there, but they just can't hold a light to HomeSite+ for its
speed, ease of use, and most excellent extended Find/Replace. Plus I
just feel that the interface is cleaner and more responsive.

If I had to move to another one though (if my family's life was in
danger) I would move to Eclipse. It has some great stuff for CFEclipse
including more powerful code snippets and template outlining and
component method outlining (which are crazy cool).


...
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Ryan Stewart [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 7:49 AM
To: CF-Talk
Subject: IDE's

Quick question,
 
I've been using dreamweaver for coldfusion development at work for
sometime.  I've always been of the opinion that it's much more of a
designer/prototype/entry level tool.  I'm looking into alternatives to
put forward as suggestions for a DW replacement as others are now
realising issues with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you
feel you want to expand with why and perhaps complexity of use, then
that's very kind)
 
Cheers,
 
Ryan.


**
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 and should not be disclosed to any other party. 
If you have received this email in error please notify your system
manager and the sender of this message.

This email message has been swept for the presence of computer viruses
but no guarantee is given that this e-mail message and any attachments
are free from viruses.

Fife Council
Tel: 08451 55 00 00








~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256260
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE's

2006-10-11 Thread Casey Dougall
Dreamweaver still kicks ass. Only issue I'd like to resolve is setting
up coldfusion test sites with bluedragon but of course there is no rds
in bluedragon...

Can't wait for DW9 - anyone have a clue as to when it may come out?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE's

2006-10-11 Thread Rey Bango
Yep, I have to agree with Ben. CFE is very nice but I'm still partial to 
CF Studio/Homesite. It just works and works well. :)

Rey...

Ben Nadel wrote:
 I will probably get slammed for this, but I have been using HomeSite+
 for ever and it is the best ColdFusion editor that I have ever worked
 with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
 stuff out there, but they just can't hold a light to HomeSite+ for its
 speed, ease of use, and most excellent extended Find/Replace. Plus I
 just feel that the interface is cleaner and more responsive.
 
 If I had to move to another one though (if my family's life was in
 danger) I would move to Eclipse. It has some great stuff for CFEclipse
 including more powerful code snippets and template outlining and
 component method outlining (which are crazy cool).
 
 
 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com
  
 
 -Original Message-
 From: Ryan Stewart [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, October 11, 2006 7:49 AM
 To: CF-Talk
 Subject: IDE's
 
 Quick question,
  
 I've been using dreamweaver for coldfusion development at work for
 sometime.  I've always been of the opinion that it's much more of a
 designer/prototype/entry level tool.  I'm looking into alternatives to
 put forward as suggestions for a DW replacement as others are now
 realising issues with it.
  
 Q. What IDE/editor do you use for coldfusion development? (and if you
 feel you want to expand with why and perhaps complexity of use, then
 that's very kind)
  
 Cheers,
  
 Ryan.
 
 
 **
 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 and should not be disclosed to any other party. 
 If you have received this email in error please notify your system
 manager and the sender of this message.
 
 This email message has been swept for the presence of computer viruses
 but no guarantee is given that this e-mail message and any attachments
 are free from viruses.
 
 Fife Council
 Tel: 08451 55 00 00
 
 
 
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256262
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Webservice hell

2006-10-11 Thread Thorsteinn Jonsson
Hey Tom,

What you discribe is happening to me.
Infact, the web service cfc returns a path that is not accessible though the
firewall ... and the reverse proxy on my production environment.

Do you know how to modify the aut generated WSDL?
Or is there a way to do modifications on the server in order to fix the
path?

Regards,

Steini

On 9/28/06, Tom Kitta [EMAIL PROTECTED] wrote:

 You can try to modify the WSDL auto generated code and use fileName.wsdlas
 the hook for your WS - sometimes the auto generated WSDL is not 100%
 right
 as far as path to data is concerned.

 TK
 http://www.tomkitta.com

 -Original Message-
 From: Snake [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 28, 2006 12:41 PM
 To: CF-Talk
 Subject: RE: Webservice hell


 What happens when u browse the filename.cfc?wsdl in your browser ?

 -
 Snake

 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: 28 September 2006 17:25
 To: CF-Talk
 Subject: Webservice hell

 Halloa

 Right, I have got to the end of my teather and google hasnt helped.

 I have a webservice, its a simple and happy webservice such as:

 cfcomponent output=false style=rpc
 cffunction name=sayHello access=remote output=false
 returntype=String
 cfreturn Howdy!/
 /cffunction
 /cfcomponent

 I run it from my local machine, it is fine, says howdy. I run it in my
 local
 network, its fine, it says howdy!

 if I run it outside of my local network on another server, the howdy fails
 to materialise. I have been running different tests and using
 www.soapui.com
 I see that when I hit the server with a request for a greeting, I get a:

 HTTP/1.1 302 Moved Temporarily[\r][\n]

 and after a few cookies are set I get:
 17:21:53 : DEBUG :  Location:

 http://someserver:80/CFIDE/componentutils/cfcexplorer.cfc;jsessionid=ec309c5
 47f963d5306f7?method=getcfcinhtmlname=
 cms.components.ws.cmsbrowserpath=/cm
 s/components/ws/CMSBrowser.cfc[\r][\n]

 Which is basically a redirect, err.. no thanks, I dont want to redirect to
 the cfcexplorer, and of course the service fails.

 Has anyone encountered this? I am sure its something to do with the
 firewall, but WHAT?

 Have been packet sniffing all afternoon with no joy.

 Obi-One, you are my only hope! (I mean.. cf-talk... you are my only hope)

 *removes danish's from ears*



 --
 Mark Drew
 Blog: http://www.markdrew.co.uk/blog/
 LinkedIn: http://www.linkedin.com/in/mdrew





 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256266
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Dave Watts
 I will probably get slammed for this, but I have been using 
 HomeSite+ for ever and it is the best ColdFusion editor that 
 I have ever worked with... Ever! I have tried Dreamweaver, 
 Eclipse, and a bunch of other stuff out there, but they just 
 can't hold a light to HomeSite+ for its speed, ease of use, 
 and most excellent extended Find/Replace. Plus I just feel 
 that the interface is cleaner and more responsive.

I know everyone here hates Dreamweaver, but its find and replace is far
better than that of Homesite+.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256267
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Using CFHTTP, loading bar?

2006-10-11 Thread Andy Matthews
On this page:
http://www.cfmjet.com/airports.cfm

You'll see links to several airports. I'm using CFHTTP to load in data from
a site that has detailed information on each of these airports. You'll
notice that when you click each of the links, it takes between 10 and 20
seconds to even show that the page is doing anything, much less display the
content.

My client is insistent on saying something like load times may vary or
some other cheesy phrase. I'm wondering if I can go a little further and
show some sort of loading bar when each of those links are clicked before
displaying the content.

I think I might be able to use something like cfflush, but I'm not sure how
that would work. Does anyone have any suggestions?

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256268
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Local MSDE problems

2006-10-11 Thread Dave Watts
  Have you configured the server to listen to TCP/IP connections? 
  Can you connect to the port with telnet?
 
 Yes, it is configured for TCP/IP, and yes, on port 1433.
 
 No I can't telnet to it (one of the first things I tried) and 
 it doesn't seem to show up in the netstat -a list either.

Perhaps you need to include an exception in your software firewall?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256269
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Ben Nadel
Yeah exactly. There are things in CFEclipse that are cool and would be
great to have in HomeSite+... But I am never using HomeSite+ and think
to myself Man I wish I had XY and Z features. 

And also, if anyone has HomeSite+ (and I think CFStudio as well) and has
not yet upgraded their Tag library for CFMX 7, please do so here:

http://www.bennadel.com/blog/163-ColdFusion-MX7-Tags-For-HomeSite-5-5.ht
m

Cheers.

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:25 AM
To: CF-Talk
Subject: Re: IDE's

Yep, I have to agree with Ben. CFE is very nice but I'm still partial to
CF Studio/Homesite. It just works and works well. :)

Rey...

Ben Nadel wrote:
 I will probably get slammed for this, but I have been using HomeSite+ 
 for ever and it is the best ColdFusion editor that I have ever worked 
 with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other 
 stuff out there, but they just can't hold a light to HomeSite+ for its

 speed, ease of use, and most excellent extended Find/Replace. Plus I 
 just feel that the interface is cleaner and more responsive.
 
 If I had to move to another one though (if my family's life was in
 danger) I would move to Eclipse. It has some great stuff for CFEclipse

 including more powerful code snippets and template outlining and 
 component method outlining (which are crazy cool).
 
 
 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer www.bennadel.com
  
 
 -Original Message-
 From: Ryan Stewart [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 7:49 AM
 To: CF-Talk
 Subject: IDE's
 
 Quick question,
  
 I've been using dreamweaver for coldfusion development at work for 
 sometime.  I've always been of the opinion that it's much more of a 
 designer/prototype/entry level tool.  I'm looking into alternatives to

 put forward as suggestions for a DW replacement as others are now 
 realising issues with it.
  
 Q. What IDE/editor do you use for coldfusion development? (and if you 
 feel you want to expand with why and perhaps complexity of use, then 
 that's very kind)
  
 Cheers,
  
 Ryan.
 
 
 **
 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 and should not be disclosed to any other party.
 If you have received this email in error please notify your system 
 manager and the sender of this message.
 
 This email message has been swept for the presence of computer viruses

 but no guarantee is given that this e-mail message and any attachments

 are free from viruses.
 
 Fife Council
 Tel: 08451 55 00 00
 
 
 
 
 
 
 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256270
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Snake
I have to disagree there.
I usually have to run the find/replace several times in DW until it picks
everything up.

Russ 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: 11 October 2006 14:40
To: CF-Talk
Subject: RE: IDE's

 I will probably get slammed for this, but I have been using
 HomeSite+ for ever and it is the best ColdFusion editor that
 I have ever worked with... Ever! I have tried Dreamweaver, Eclipse, 
 and a bunch of other stuff out there, but they just can't hold a light 
 to HomeSite+ for its speed, ease of use, and most excellent extended 
 Find/Replace. Plus I just feel that the interface is cleaner and more 
 responsive.

I know everyone here hates Dreamweaver, but its find and replace is far
better than that of Homesite+.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256271
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: tutorials on how to slice a design up?

2006-10-11 Thread Ben Nadel
Also, I can't more highly recommend moving to Adobe FireWorks. It is
designed FOR WEB DEVELOPERS. Photoshop is an amazing photo editing
software. Yes, photo editing does overlap with web development, but it's
not designed for web development. Fireworks IS. It makes slicing easier
than eating ice cream. Plus, there is a Guru forum now that has some
great tutorials. 

http://www.fireworksguruforum.com/

I switch over 3 years ago and have not looked back.. And my productivity
and proficiency in graphics editing is up like 1000% percent from where
it was in Photoshop.

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com

 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:30 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?

Crow...

I started my career as a designer so I'm thoroughly familiar with
slicing.
My suggestion is to NOT use slices from within PS of FW or IR. It may
seem like it makes things simpler, but it really doesn't.

My suggestion is to make extensive use of guides, then manually select
each area you want to slice. This way you ONLY get the areas you need as
images and you can name each image whatever you like.

!//--
andy matthews
web developer
certified advanced coldfusion programmer ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Crow T. Robot [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 5:52 PM
To: CF-Talk
Subject: tutorials on how to slice a design up?


Anyone have a good reference on how to slice up a PSD?  I have a client
who wants me to slice up their design, because they don't have anyone
available to do it.  Google searches bring up tons of results, but I was
wondering if anyone had one that they liked better than others.

Thanks






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256272
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Dave Watts
 I usually have to run the find/replace several times in DW 
 until it picks everything up.

I've never had that problem, and I use it all the time.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256274
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SMS+CF+WAP+XML

2006-10-11 Thread Dave Watts
 Hi I am new to cold fusion and am currently starting a 
 university project, I need to create a shopping cart which 
 will send an sms/mms message witha conformation 
 number/barcode to a users mobile phone when they purchase an 
 item. Was thinking of doing it with XML but unsure how to 
 start, how to go about it? Any ideas guys?

SMS+CF+WAP+XML? It's alphabet soup time!

SMS has nothing to do with XML or WAP/WML. You use SMS for pushing text
messages, and you use WML to create the cellphone equivalent, roughly, of an
HTML page. WAP is the cellphone analog of HTTP, more or less. WML is an XML
language, that lets you present a set of related pages within a single
document - in WML-speak, the document is called a deck, and each page is a
card. WML development is quite painful and annoying, and I'd recommend
that you avoid it if you can. In fact, I'd even recommend that you forget it
exists. It's that painful.

Anyway, fortunately for you, you don't need to mess with WAP/WML if you just
want to send an SMS message. CF 7 provides an async gateway which can send
SMS messages when properly configured. You can also often send SMTP mail to
SMS gateways, although for an e-commerce app I'd go with the former.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: tutorials on how to slice a design up?

2006-10-11 Thread Tony
+1

my way, its quick, its easy, its mine, and i can whip a design out in a night

tw

On 10/11/06, Andy Matthews [EMAIL PROTECTED] wrote:
 Crow...

 I started my career as a designer so I'm thoroughly familiar with slicing.
 My suggestion is to NOT use slices from within PS of FW or IR. It may seem
 like it makes things simpler, but it really doesn't.

 My suggestion is to make extensive use of guides, then manually select each
 area you want to slice. This way you ONLY get the areas you need as images
 and you can name each image whatever you like.

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Crow T. Robot [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 10, 2006 5:52 PM
 To: CF-Talk
 Subject: tutorials on how to slice a design up?


 Anyone have a good reference on how to slice up a PSD?  I have a client who
 wants me to slice up their design, because they don't have anyone available
 to do it.  Google searches bring up tons of results, but I was wondering if
 anyone had one that they liked better than others.

 Thanks




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256275
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: tutorials on how to slice a design up?

2006-10-11 Thread Teddy Payne
Photoshop comes with Adobe Image Ready last version that I used.  Image
Ready has features akin to Fireworks to assist in slicing for front end
developers.

Teddy

On 10/11/06, Ben Nadel [EMAIL PROTECTED] wrote:

 Also, I can't more highly recommend moving to Adobe FireWorks. It is
 designed FOR WEB DEVELOPERS. Photoshop is an amazing photo editing
 software. Yes, photo editing does overlap with web development, but it's
 not designed for web development. Fireworks IS. It makes slicing easier
 than eating ice cream. Plus, there is a Guru forum now that has some
 great tutorials.

 http://www.fireworksguruforum.com/

 I switch over 3 years ago and have not looked back.. And my productivity
 and proficiency in graphics editing is up like 1000% percent from where
 it was in Photoshop.

 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com



 -Original Message-
 From: Andy Matthews [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:30 AM
 To: CF-Talk
 Subject: RE: tutorials on how to slice a design up?

 Crow...

 I started my career as a designer so I'm thoroughly familiar with
 slicing.
 My suggestion is to NOT use slices from within PS of FW or IR. It may
 seem like it makes things simpler, but it really doesn't.

 My suggestion is to make extensive use of guides, then manually select
 each area you want to slice. This way you ONLY get the areas you need as
 images and you can name each image whatever you like.

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Crow T. Robot [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 10, 2006 5:52 PM
 To: CF-Talk
 Subject: tutorials on how to slice a design up?


 Anyone have a good reference on how to slice up a PSD?  I have a client
 who wants me to slice up their design, because they don't have anyone
 available to do it.  Google searches bring up tons of results, but I was
 wondering if anyone had one that they liked better than others.

 Thanks






 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256276
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Ben Nadel
My biggest problem with DW (and this goes for the generic Eclipse file
system) is that it puts all files and directories in the same File Tree
view. HomeSite+ / CFStudio have a slip view between directories and
files... Totally Genius interface! 

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:49 AM
To: CF-Talk
Subject: RE: IDE's

 I usually have to run the find/replace several times in DW until it 
 picks everything up.

I've never had that problem, and I use it all the time.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta, Chicago,
Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256277
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: RSS + CF

2006-10-11 Thread Larry Lyons
Hi all,

I'm looking for some code to create RSS feeds from a DB output (i.e  
news , you know the sort of thing)
Ideally I'm looking for something which will let me specify a query  
and then output the contents into a flat XML file, preferably  
removing all the potentially invalid chars..

Any CFCs out there?

Thanks,
T

Here are a few tutorials on the topic:
http://www.petefreitag.com/item/465.cfm
http://blog.daemon.com.au/archives/000104.html
http://www.devx.com/xml/Article/10790/0/page/1

As for existing CFC's, its relatively simple so I've just rolled out my own.

hth,
larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256278
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: tutorials on how to slice a design up?

2006-10-11 Thread Andy Matthews
Not to shoot Ben down, but you do NOT want to switch to Fireworks.

Photoshop is far more powerful, flexible, offers more options and it's just
plain better than Fireworks. I was forced to use Fireworks for about 6
months at my first web job and it was horrible. I cheered loudly when Adobe
came out with Image Ready 2.0, kicked Fireworks' dust from my feet and never
looked back.

The only thing that FW has going for it IMO is the price.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 8:43 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?


Also, I can't more highly recommend moving to Adobe FireWorks. It is
designed FOR WEB DEVELOPERS. Photoshop is an amazing photo editing
software. Yes, photo editing does overlap with web development, but it's
not designed for web development. Fireworks IS. It makes slicing easier
than eating ice cream. Plus, there is a Guru forum now that has some
great tutorials.

http://www.fireworksguruforum.com/

I switch over 3 years ago and have not looked back.. And my productivity
and proficiency in graphics editing is up like 1000% percent from where
it was in Photoshop.

...
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:30 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?

Crow...

I started my career as a designer so I'm thoroughly familiar with
slicing.
My suggestion is to NOT use slices from within PS of FW or IR. It may
seem like it makes things simpler, but it really doesn't.

My suggestion is to make extensive use of guides, then manually select
each area you want to slice. This way you ONLY get the areas you need as
images and you can name each image whatever you like.

!//--
andy matthews
web developer
certified advanced coldfusion programmer ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Crow T. Robot [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 5:52 PM
To: CF-Talk
Subject: tutorials on how to slice a design up?


Anyone have a good reference on how to slice up a PSD?  I have a client
who wants me to slice up their design, because they don't have anyone
available to do it.  Google searches bring up tons of results, but I was
wondering if anyone had one that they liked better than others.

Thanks








~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256279
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: RSS + CF

2006-10-11 Thread Rob Wilkerson
On 10/11/06, Tom King [EMAIL PROTECTED] wrote:
 Hi all,

 I'm looking for some code to create RSS feeds from a DB output (i.e
 news , you know the sort of thing)
 Ideally I'm looking for something which will let me specify a query
 and then output the contents into a flat XML file, preferably
 removing all the potentially invalid chars..

 Any CFCs out there?

 Thanks,
 T

Teddy's advice makes sense, but I'll add one thing I learned (or
learned to prefer, perhaps) that may or may not be covered in the CFDJ
article: don't remove invalid characters.  Instead, wrap content which
may contain invalid characters in CDATA blocks.

![CDATA[Your potentially invalid content]]

The benefit is that your content is maintained exactly as it was
entered without affecting the XML validity.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256280
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE's

2006-10-11 Thread Cutter (CFRelated)
CFEclipse, hands down. I use a variety of additional Eclipse plugins as 
well, to include the Web Tools Project, the Aptana Plugin, and doing 
some testing of UML work with the Green project. Not to mention using 
the Flex Builder RDS features, as well as the Subclipse plugin for 
interaction with Subversion.

Cutter

http://blog.cutterscrossing.com

Ryan Stewart wrote:
 Quick question,
  
 I've been using dreamweaver for coldfusion development at work for sometime.  
 I've always been of the opinion that it's much more of a 
 designer/prototype/entry level tool.  I'm looking into alternatives to put 
 forward as suggestions for a DW replacement as others are now realising 
 issues with it.
  
 Q. What IDE/editor do you use for coldfusion development? (and if you feel 
 you want to expand with why and perhaps complexity of use, then that's very 
 kind)
  
 Cheers,
  
 Ryan.
 
 
 **
 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 and 
 should not be disclosed to any other party. 
 If you have received this email in error please notify your system manager 
 and the sender of this message.
 
 This email message has been swept for the presence of computer viruses but no 
 guarantee is given that this e-mail message and any attachments are free from 
 viruses.
 
 Fife Council
 Tel: 08451 55 00 00
 
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256281
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: RSS + CF

2006-10-11 Thread Raymond Camden
A bit old - but it worked just fine last time I tested it:

http://ray.camdenfamily.com/index.cfm/2005/5/10/RSScfc-Update

On 10/11/06, Larry Lyons [EMAIL PROTECTED] wrote:
 Hi all,
 
 I'm looking for some code to create RSS feeds from a DB output (i.e
 news , you know the sort of thing)
 Ideally I'm looking for something which will let me specify a query
 and then output the contents into a flat XML file, preferably
 removing all the potentially invalid chars..
 
 Any CFCs out there?
 
 Thanks,
 T

 Here are a few tutorials on the topic:
 http://www.petefreitag.com/item/465.cfm
 http://blog.daemon.com.au/archives/000104.html
 http://www.devx.com/xml/Article/10790/0/page/1

 As for existing CFC's, its relatively simple so I've just rolled out my own.

 hth,
 larry

 --
 Larry C. Lyons
 Web Analyst
 BEI Resources
 American Type Culture Collection
 http://www.beiresources.org
 email: llyons(at)atcc(dot)org
 tel: 703.365.2700.2678
 --

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256282
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: tutorials on how to slice a design up?

2006-10-11 Thread Casey Dougall
On 10/11/06, Teddy Payne [EMAIL PROTECTED] wrote:
 Photoshop comes with Adobe Image Ready last version that I used.  Image
 Ready has features akin to Fireworks to assist in slicing for front end
 developers.



Yeah, you gotta use image ready for slicing. Slice to Guides... Best
thing since sliced bread... ohhh

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256283
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: CSS UL?

2006-10-11 Thread Adkins, Randy
Okay for all the CSS gurus:
 
How can I make a UL tag use less spacing overhead.
 
When you use a UL tag, it creates a good size space in between the
previous line to the First LI element.
How can I reduce that?
 
I tried: UL style=padding-top:-10px;  but did not work (did not
think it would but tried). Does it have to be
used in conjunction with positioning such as position:relative ?
 
TIA!


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256284
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Teddy Payne
With Eclipse 3.2, you can declare projects in embeded trees if you wanted.
You also have two views to handle where files are:  navigator for just files
and file explorer for the file directory system.

Teddy

On 10/11/06, Ben Nadel [EMAIL PROTECTED] wrote:

 My biggest problem with DW (and this goes for the generic Eclipse file
 system) is that it puts all files and directories in the same File Tree
 view. HomeSite+ / CFStudio have a slip view between directories and
 files... Totally Genius interface!

 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:49 AM
 To: CF-Talk
 Subject: RE: IDE's

  I usually have to run the find/replace several times in DW until it
  picks everything up.

 I've never had that problem, and I use it all the time.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta, Chicago,
 Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256285
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: tutorials on how to slice a design up?

2006-10-11 Thread Teddy Payne
Let's not forget now that Adobe owns both products now and I am sure
features will be merged and adopted going forward.

So, they both are good solutions from the same company for the same task.
;)

Teddy

On 10/11/06, Andy Matthews [EMAIL PROTECTED] wrote:

 Not to shoot Ben down, but you do NOT want to switch to Fireworks.

 Photoshop is far more powerful, flexible, offers more options and it's
 just
 plain better than Fireworks. I was forced to use Fireworks for about 6
 months at my first web job and it was horrible. I cheered loudly when
 Adobe
 came out with Image Ready 2.0, kicked Fireworks' dust from my feet and
 never
 looked back.

 The only thing that FW has going for it IMO is the price.

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Ben Nadel [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 8:43 AM
 To: CF-Talk
 Subject: RE: tutorials on how to slice a design up?


 Also, I can't more highly recommend moving to Adobe FireWorks. It is
 designed FOR WEB DEVELOPERS. Photoshop is an amazing photo editing
 software. Yes, photo editing does overlap with web development, but it's
 not designed for web development. Fireworks IS. It makes slicing easier
 than eating ice cream. Plus, there is a Guru forum now that has some
 great tutorials.

 http://www.fireworksguruforum.com/

 I switch over 3 years ago and have not looked back.. And my productivity
 and proficiency in graphics editing is up like 1000% percent from where
 it was in Photoshop.

 ...
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com



 -Original Message-
 From: Andy Matthews [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:30 AM
 To: CF-Talk
 Subject: RE: tutorials on how to slice a design up?

 Crow...

 I started my career as a designer so I'm thoroughly familiar with
 slicing.
 My suggestion is to NOT use slices from within PS of FW or IR. It may
 seem like it makes things simpler, but it really doesn't.

 My suggestion is to make extensive use of guides, then manually select
 each area you want to slice. This way you ONLY get the areas you need as
 images and you can name each image whatever you like.

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Crow T. Robot [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 10, 2006 5:52 PM
 To: CF-Talk
 Subject: tutorials on how to slice a design up?


 Anyone have a good reference on how to slice up a PSD?  I have a client
 who wants me to slice up their design, because they don't have anyone
 available to do it.  Google searches bring up tons of results, but I was
 wondering if anyone had one that they liked better than others.

 Thanks








 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256288
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: tutorials on how to slice a design up?

2006-10-11 Thread Ben Nadel
Andy,

To be honest, I have not used Photoshop / Image ready in three years, so
I am unfamiliar with some of the upgrades that were possibly made. If
you have a few minutes, I was hoping you could read my rant and maybe
let me in on the inaccuracies or archaic thoughts that I have:

http://www.bennadel.com/index.cfm?dax=blog:165.view

Only if you have time (as we are getting way off topic at this point).

Cheers,
..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:59 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?

Not to shoot Ben down, but you do NOT want to switch to Fireworks.

Photoshop is far more powerful, flexible, offers more options and it's
just plain better than Fireworks. I was forced to use Fireworks for
about 6 months at my first web job and it was horrible. I cheered loudly
when Adobe came out with Image Ready 2.0, kicked Fireworks' dust from my
feet and never looked back.

The only thing that FW has going for it IMO is the price.

!//--
andy matthews
web developer
certified advanced coldfusion programmer ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 8:43 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?


Also, I can't more highly recommend moving to Adobe FireWorks. It is
designed FOR WEB DEVELOPERS. Photoshop is an amazing photo editing
software. Yes, photo editing does overlap with web development, but it's
not designed for web development. Fireworks IS. It makes slicing easier
than eating ice cream. Plus, there is a Guru forum now that has some
great tutorials.

http://www.fireworksguruforum.com/

I switch over 3 years ago and have not looked back.. And my productivity
and proficiency in graphics editing is up like 1000% percent from where
it was in Photoshop.


Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:30 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?

Crow...

I started my career as a designer so I'm thoroughly familiar with
slicing.
My suggestion is to NOT use slices from within PS of FW or IR. It may
seem like it makes things simpler, but it really doesn't.

My suggestion is to make extensive use of guides, then manually select
each area you want to slice. This way you ONLY get the areas you need as
images and you can name each image whatever you like.

!//--
andy matthews
web developer
certified advanced coldfusion programmer ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Crow T. Robot [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 5:52 PM
To: CF-Talk
Subject: tutorials on how to slice a design up?


Anyone have a good reference on how to slice up a PSD?  I have a client
who wants me to slice up their design, because they don't have anyone
available to do it.  Google searches bring up tons of results, but I was
wondering if anyone had one that they liked better than others.

Thanks










~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256287
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Tom Chiverton
On Wednesday 11 October 2006 12:48, Ryan Stewart wrote:
 Q. What IDE/editor do you use for coldfusion development? (and if you feel

Eclipse with CFEclipse.
Talks to our SVN RCS server and runs on Linux, which is more than most other 
IDEs I've used :-)

-- 
Tom Chiverton
Helping to revolutionarily brand dot-com niches



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256286
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CSS UL?

2006-10-11 Thread Ben Nadel
Use Margin-top

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:05 AM
To: CF-Talk
Subject: OT: CSS UL?

Okay for all the CSS gurus:
 
How can I make a UL tag use less spacing overhead.
 
When you use a UL tag, it creates a good size space in between the
previous line to the First LI element.
How can I reduce that?
 
I tried: UL style=padding-top:-10px;  but did not work (did not
think it would but tried). Does it have to be used in conjunction with
positioning such as position:relative ?
 
TIA!




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256290
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Ben Nadel
Teddy,

That is good know. I might be on a slightly older version of Eclipse /
CFEclipse. I will check it out again.

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Teddy Payne [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:05 AM
To: CF-Talk
Subject: Re: IDE's

With Eclipse 3.2, you can declare projects in embeded trees if you
wanted.
You also have two views to handle where files are:  navigator for just
files and file explorer for the file directory system.

Teddy

On 10/11/06, Ben Nadel [EMAIL PROTECTED] wrote:

 My biggest problem with DW (and this goes for the generic Eclipse file
 system) is that it puts all files and directories in the same File 
 Tree view. HomeSite+ / CFStudio have a slip view between directories 
 and files... Totally Genius interface!

 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer www.bennadel.com


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:49 AM
 To: CF-Talk
 Subject: RE: IDE's

  I usually have to run the find/replace several times in DW until it
  picks everything up.

 I've never had that problem, and I use it all the time.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
Chicago,
 Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!



 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256289
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CSS UL?

2006-10-11 Thread Sandra Clark
 ul{margin-top: 0;}
 li{margin-top: 0;}

Try setting borders around elements to see what you need to work with.   


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:05 AM
To: CF-Talk
Subject: OT: CSS UL?

Okay for all the CSS gurus:
 
How can I make a UL tag use less spacing overhead.
 
When you use a UL tag, it creates a good size space in between the previous
line to the First LI element.
How can I reduce that?
 
I tried: UL style=padding-top:-10px;  but did not work (did not think it
would but tried). Does it have to be used in conjunction with positioning
such as position:relative ?
 
TIA!




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256291
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Ben Nadel
It seems (and this is no new insight here) that if you are doing
high-level programming and need to use plugins and talk to RDS and
source control and run ANT scripts and do Unit testing then Eclipse is
totally what you should use.

However, if you just want a suped-up text editor that has many
efficiency aspects (ie. Snippets, code templates, customized key
commands, customized tool bars, macros, GOOD extended find/replace) that
is geared for ColdFusion, I think HomeSite+ is gonna be the way to go.  

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:08 AM
To: CF-Talk
Subject: Re: IDE's

On Wednesday 11 October 2006 12:48, Ryan Stewart wrote:
 Q. What IDE/editor do you use for coldfusion development? (and if you 
 feel

Eclipse with CFEclipse.
Talks to our SVN RCS server and runs on Linux, which is more than most
other IDEs I've used :-)

--
Tom Chiverton
Helping to revolutionarily brand dot-com niches



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256292
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Rick Faircloth
I've been using HomeSite 5.5 for years for tweaking code...(I'm a
visual designer / developer, so I work through a visual interface
primarily),
but I've heard others refer to HomeSite Plus so often, I wonder if
that's a completely different (or later) version of HomeSite 5.5...

Rick


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:40 AM
To: CF-Talk
Subject: RE: IDE's

 I will probably get slammed for this, but I have been using 
 HomeSite+ for ever and it is the best ColdFusion editor that 
 I have ever worked with... Ever! I have tried Dreamweaver, 
 Eclipse, and a bunch of other stuff out there, but they just 
 can't hold a light to HomeSite+ for its speed, ease of use, 
 and most excellent extended Find/Replace. Plus I just feel 
 that the interface is cleaner and more responsive.

I know everyone here hates Dreamweaver, but its find and replace is far
better than that of Homesite+.






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256293
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ImageCFC

2006-10-11 Thread Andy Matthews
Are you sure the file size isn't changing? It could be that it's actually
changing but somehow caching the old file information.

How are you viewing the file size? Right clicking on the image and looking
at properties through the browser? If so, then IE (at least) does cache file
info sometimes.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Mark Flewellen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 3:21 AM
To: CF-Talk
Subject: Re: ImageCFC


My code is very similar to yours Dave, I upload the file to the server using
cffile, I then rename the file to something suitable. What I am finding is
that when I use the scaleX or scaleY tag it rescales the image perfectly,
however the filesize doesn't change. This only occurs if the source and the
destination are the same. The component works perfectly if the destination
is not the same as the source.

cfinvoke component=#application.mapping#image method=scaleX
returnvariable=scaleXRet objImage=
inputFile=/var/www/vhosts/?domainname?/httpdocs/assets/uploads/images/image

outputFile=/var/www/vhosts/?domainname?/httpdocs/assets/uploads/images/imag
e newWidth=#form.size#
jpegCompression=#application.image_quality#/cfinvoke



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256263
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using CFHTTP, loading bar?

2006-10-11 Thread Tom Chiverton
On Wednesday 11 October 2006 14:38, Andy Matthews wrote:
 notice that when you click each of the links, it takes between 10 and 20

AFAICT the info on each page will change once in a blue moon.
Why not cache it (get it once on first request, and save it for a few days) ?

-- 
Tom Chiverton
Helping to biannually deploy out-of-the-box initiatives



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256294
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Claude Schneegans
 I have been using HomeSite+
for ever and it is the best ColdFusion editor that I have ever worked with.

Same thing here!

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256297
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: tutorials on how to slice a design up?

2006-10-11 Thread Rick Faircloth
Hi, Andy...

I use PS for most of my designs and end up slicing them from within PS.
I do manual slicing in PS, but that's tricky...one pixel off and...well, you
know.

But you suggest no slicing from within PS, and to use guides...what guides
are you referring to, if not the guides within PS?

Rick



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:30 AM
To: CF-Talk
Subject: RE: tutorials on how to slice a design up?

Crow...

I started my career as a designer so I'm thoroughly familiar with slicing.
My suggestion is to NOT use slices from within PS of FW or IR. It may seem
like it makes things simpler, but it really doesn't.

My suggestion is to make extensive use of guides, then manually select each
area you want to slice. This way you ONLY get the areas you need as images
and you can name each image whatever you like.






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256296
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: tutorials on how to slice a design up?

2006-10-11 Thread Andy Matthews
Crow...

I started my career as a designer so I'm thoroughly familiar with slicing.
My suggestion is to NOT use slices from within PS of FW or IR. It may seem
like it makes things simpler, but it really doesn't.

My suggestion is to make extensive use of guides, then manually select each
area you want to slice. This way you ONLY get the areas you need as images
and you can name each image whatever you like.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Crow T. Robot [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 5:52 PM
To: CF-Talk
Subject: tutorials on how to slice a design up?


Anyone have a good reference on how to slice up a PSD?  I have a client who
wants me to slice up their design, because they don't have anyone available
to do it.  Google searches bring up tons of results, but I was wondering if
anyone had one that they liked better than others.

Thanks




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256264
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Crow T Robot
Rick, what kind of car do you drive?  

OT, but I'm just wondering.

 -Original Message-
 From: Rick Faircloth [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 10:25 AM
 To: CF-Talk
 Subject: RE: IDE's
 
 I've been using HomeSite 5.5 for years for tweaking code...(I'm a
 visual designer / developer, so I work through a visual interface
 primarily),
 but I've heard others refer to HomeSite Plus so often, I wonder if
 that's a completely different (or later) version of HomeSite 5.5...
 
 Rick
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:40 AM
 To: CF-Talk
 Subject: RE: IDE's
 
  I will probably get slammed for this, but I have been using
  HomeSite+ for ever and it is the best ColdFusion editor that
  I have ever worked with... Ever! I have tried Dreamweaver,
  Eclipse, and a bunch of other stuff out there, but they just
  can't hold a light to HomeSite+ for its speed, ease of use,
  and most excellent extended Find/Replace. Plus I just feel
  that the interface is cleaner and more responsive.
 
 I know everyone here hates Dreamweaver, but its find and replace is far
 better than that of Homesite+.
 
 
 
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE''s

2006-10-11 Thread Larry Lyons

I know everyone here hates Dreamweaver, but its find and replace is far
better than that of Homesite+.

I use both DW7 and Eclipse. My main problem with DW is that its still mainly 
oriented towards designers, not developers, even with its code view. If Eclipse 
improved on its search and the ftp (which I still have major problems with) I'd 
be dumping DW entirely.

regards,
larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256295
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Locales

2006-10-11 Thread Richard Kroll
Do you know any useful links on the java epoch offsets?

Rich Kroll

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 12:47 AM
To: CF-Talk
Subject: Re: Locales

Mark Flewellen wrote:

but you'd be better off ditching the localized strings  stick w/the cf
datetime object or even better java epoch offsets (as you're going to
eventually get bit by cf's all datetimes are server datetimes timezone
issue)..

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256265
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Ben Nadel
I am not sure... I think 5.5 might be an upgrade from +... But I use the
name interchangeably. 

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:25 AM
To: CF-Talk
Subject: RE: IDE's

I've been using HomeSite 5.5 for years for tweaking code...(I'm a visual
designer / developer, so I work through a visual interface primarily),
but I've heard others refer to HomeSite Plus so often, I wonder if
that's a completely different (or later) version of HomeSite 5.5...

Rick


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:40 AM
To: CF-Talk
Subject: RE: IDE's

 I will probably get slammed for this, but I have been using
 HomeSite+ for ever and it is the best ColdFusion editor that
 I have ever worked with... Ever! I have tried Dreamweaver, Eclipse, 
 and a bunch of other stuff out there, but they just can't hold a light

 to HomeSite+ for its speed, ease of use, and most excellent extended 
 Find/Replace. Plus I just feel that the interface is cleaner and more 
 responsive.

I know everyone here hates Dreamweaver, but its find and replace is far
better than that of Homesite+.








~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256301
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using CFHTTP, loading bar?

2006-10-11 Thread Dan G. Switzer, II
Andy,

On this page:
http://www.cfmjet.com/airports.cfm

You'll see links to several airports. I'm using CFHTTP to load in data from
a site that has detailed information on each of these airports. You'll
notice that when you click each of the links, it takes between 10 and 20
seconds to even show that the page is doing anything, much less display the
content.

My client is insistent on saying something like load times may vary or
some other cheesy phrase. I'm wondering if I can go a little further and
show some sort of loading bar when each of those links are clicked before
displaying the content.

I think I might be able to use something like cfflush, but I'm not sure how
that would work. Does anyone have any suggestions?

Here's a very basic solution, with just the minimum code. The idea is the
first flush displays part of the content w/ a please wait message and then a
flush is done to push the message to the screen. 

Then you do your CFHTTP request and then use JS to hide the layer and flush
again. 

The other thing you could do is have the CFHTTP results write to a session
variable or a file and then just relocate the user to a new page when the
CFHTTP request has completed.

html
body

div id=idLoading
div
Please Wait...
/div
div
We're are gathering the data for your request.
/div
/div

cfflush /

cfhttp
... put your code here...
/cfhttp

script type=text/javascript
document.getElementById(idLoading).style.display = none;
/script

cfflush /

 finish page load ...

/body
/html



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256302
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE's

2006-10-11 Thread Tom Chiverton
On Wednesday 11 October 2006 15:20, Ben Nadel wrote:
 Snippets, code templates, customized key
 commands, 

CFEclipse has those.

-- 
Tom Chiverton
Helping to autoschediastically engineer dynamic infrastructures



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256300
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CSS UL?

2006-10-11 Thread Adkins, Randy
Excellent Thanks! 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:14 AM
To: CF-Talk
Subject: RE: CSS UL?

Use Margin-top

...
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 10:05 AM
To: CF-Talk
Subject: OT: CSS UL?

Okay for all the CSS gurus:
 
How can I make a UL tag use less spacing overhead.
 
When you use a UL tag, it creates a good size space in between the
previous line to the First LI element.
How can I reduce that?
 
I tried: UL style=padding-top:-10px;  but did not work (did not
think it would but tried). Does it have to be used in conjunction with
positioning such as position:relative ?
 
TIA!






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256299
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Dawson, Michael
I don't consider DW to be entry-level.  What's entry-level about using
the code view of DW?

I've tried CFE, but I just can't get into the flow of it.  There are a
few minor things that bug me about DW, but not enough to switch editors
at this point.

M!ke 

-Original Message-
From: Ryan Stewart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 6:49 AM
To: CF-Talk
Subject: IDE's

Quick question,
 
I've been using dreamweaver for coldfusion development at work for
sometime.  I've always been of the opinion that it's much more of a
designer/prototype/entry level tool.  I'm looking into alternatives to
put forward as suggestions for a DW replacement as others are now
realising issues with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you
feel you want to expand with why and perhaps complexity of use, then
that's very kind)
 
Cheers,
 
Ryan.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256304
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Local MSDE problems

2006-10-11 Thread James Smith
 How is the CF datasource configured?  For my MSDE, I use the 
 name of my computer as the server name.

Tried its name, its ip address, localhost, and 127.0.0.1.  None worked.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256306
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Dawson, Michael
I love HS+, too, but the primary reason I stick with DW is the
smart-tag-close feature.  When you type /, DW will close the
correct tag.

M!ke 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 8:04 AM
To: CF-Talk
Subject: RE: IDE's

I will probably get slammed for this, but I have been using HomeSite+
for ever and it is the best ColdFusion editor that I have ever worked
with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
stuff out there, but they just can't hold a light to HomeSite+ for its
speed, ease of use, and most excellent extended Find/Replace. Plus I
just feel that the interface is cleaner and more responsive.

If I had to move to another one though (if my family's life was in
danger) I would move to Eclipse. It has some great stuff for CFEclipse
including more powerful code snippets and template outlining and
component method outlining (which are crazy cool).


...
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Ryan Stewart [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 7:49 AM
To: CF-Talk
Subject: IDE's

Quick question,
 
I've been using dreamweaver for coldfusion development at work for
sometime.  I've always been of the opinion that it's much more of a
designer/prototype/entry level tool.  I'm looking into alternatives to
put forward as suggestions for a DW replacement as others are now
realising issues with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you
feel you want to expand with why and perhaps complexity of use, then
that's very kind)
 
Cheers,
 
Ryan.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256305
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread David Low
HS 5.5 is an upgrade from + (was HS+ not a freebie with Dreamweaver MX?)

 -Original Message-
 From: Ben Nadel [mailto:[EMAIL PROTECTED]
 Sent: 11 October 2006 15:35
 To: CF-Talk
 Subject: RE: IDE's
 
 I am not sure... I think 5.5 might be an upgrade from +... But I use
the
 name interchangeably.
 
 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com
 
 
 -Original Message-
 From: Rick Faircloth [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 10:25 AM
 To: CF-Talk
 Subject: RE: IDE's
 
 I've been using HomeSite 5.5 for years for tweaking code...(I'm a
visual
 designer / developer, so I work through a visual interface primarily),
 but I've heard others refer to HomeSite Plus so often, I wonder if
 that's a completely different (or later) version of HomeSite 5.5...
 
 Rick
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2006 9:40 AM
 To: CF-Talk
 Subject: RE: IDE's
 
  I will probably get slammed for this, but I have been using
  HomeSite+ for ever and it is the best ColdFusion editor that
  I have ever worked with... Ever! I have tried Dreamweaver, Eclipse,
  and a bunch of other stuff out there, but they just can't hold a
light
 
  to HomeSite+ for its speed, ease of use, and most excellent extended
  Find/Replace. Plus I just feel that the interface is cleaner and
more
  responsive.
 
 I know everyone here hates Dreamweaver, but its find and replace is
far
 better than that of Homesite+.
 
 
 
 
 
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256309
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Local MSDE problems

2006-10-11 Thread James Smith
 Perhaps you need to include an exception in your software firewall?

Tried that too.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256307
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Ben Nadel
Tom,

Agreed, CFEclipse has those... I was saying if you wanted them **in the
context of a suped-up text editor** then HomeSite+ was probably the way
to go as it is a more simple interface / functionality that CFEclipse.

Not only does CFEclipse have snippets, but I with that HomeSite has all
the same snippet features.

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:33 AM
To: CF-Talk
Subject: Re: IDE's

On Wednesday 11 October 2006 15:20, Ben Nadel wrote:
 Snippets, code templates, customized key commands,

CFEclipse has those.

--
Tom Chiverton
Helping to autoschediastically engineer dynamic infrastructures



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256308
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CSS UL?

2006-10-11 Thread Andy Matthews
You need to use margins:

UL style=margin-top:-10px;

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:05 AM
To: CF-Talk
Subject: OT: CSS UL?


Okay for all the CSS gurus:

How can I make a UL tag use less spacing overhead.

When you use a UL tag, it creates a good size space in between the
previous line to the First LI element.
How can I reduce that?

I tried: UL style=padding-top:-10px;  but did not work (did not
think it would but tried). Does it have to be
used in conjunction with positioning such as position:relative ?

TIA!




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256310
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using CFHTTP, loading bar?

2006-10-11 Thread Andy Matthews
I personally don't think that the information on those pages will change
ever. Bu the client wants to load it fresh each time.

If I was going to use caching, you're talking about just writing it to a
file on the server and reading from there instead? Or are you talking about
caching in a scope?

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:26 AM
To: CF-Talk
Subject: Re: Using CFHTTP, loading bar?


On Wednesday 11 October 2006 14:38, Andy Matthews wrote:
 notice that when you click each of the links, it takes between 10 and 20

AFAICT the info on each page will change once in a blue moon.
Why not cache it (get it once on first request, and save it for a few days)
?

--
Tom Chiverton
Helping to biannually deploy out-of-the-box initiatives



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256313
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CSS UL?

2006-10-11 Thread Sandra Clark
Just an FYI, padding cannot use negatives.  Margins can, but padding can't.
The best you can do is zero out padding.

Top: Left: Right: and Bottom: are used for positioning. They aren't used for
anything else and must be used with either position:relative,
position:absolute or position: fixed. 


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:31 AM
To: CF-Talk
Subject: RE: CSS UL?

Excellent Thanks! 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 10:14 AM
To: CF-Talk
Subject: RE: CSS UL?

Use Margin-top


Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 10:05 AM
To: CF-Talk
Subject: OT: CSS UL?

Okay for all the CSS gurus:
 
How can I make a UL tag use less spacing overhead.
 
When you use a UL tag, it creates a good size space in between the previous
line to the First LI element.
How can I reduce that?
 
I tried: UL style=padding-top:-10px;  but did not work (did not think it
would but tried). Does it have to be used in conjunction with positioning
such as position:relative ?
 
TIA!








~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256315
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: CSS UL?

2006-10-11 Thread Rob Wilkerson
On 10/11/06, Adkins, Randy [EMAIL PROTECTED] wrote:
 Okay for all the CSS gurus:

 How can I make a UL tag use less spacing overhead.

 When you use a UL tag, it creates a good size space in between the
 previous line to the First LI element.
 How can I reduce that?

margin: 0;

That should do it.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256311
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IDE's

2006-10-11 Thread Dave Watts
 I've been using HomeSite 5.5 for years for tweaking 
 code...(I'm a visual designer / developer, so I work through 
 a visual interface primarily), but I've heard others refer to 
 HomeSite Plus so often, I wonder if that's a completely 
 different (or later) version of HomeSite 5.5...

Originally, there was just Homesite. A long time ago, a guy named Nick
Bradbury created it, in Delphi of all things, so that he could keep his
cartoon web page updated. It was $25 shareware then. Allaire bought it, and
hired Nick. They then created a new version with CF integration via RDS,
called CF Studio. Homesite (without CF integration) was still available as
well. Homesite 5.5 doesn't have CF integration, if I recall correctly, but
Homesite+ is essentially the latest version of CF Studio.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256312
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IDE's

2006-10-11 Thread Ben Nadel
Mike,

It's funny you mention that, because this is such a case of to each his
own :) HomeSite has some sort of auto-closing... I can't remember how
it works, but it drives me batty! It's one of the first things I turn
off :D

Not saying yours or my way is better... Purely personal preference.  

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 10:42 AM
To: CF-Talk
Subject: RE: IDE's

I love HS+, too, but the primary reason I stick with DW is the
smart-tag-close feature.  When you type /, DW will close the
correct tag.

M!ke 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 8:04 AM
To: CF-Talk
Subject: RE: IDE's

I will probably get slammed for this, but I have been using HomeSite+
for ever and it is the best ColdFusion editor that I have ever worked
with... Ever! I have tried Dreamweaver, Eclipse, and a bunch of other
stuff out there, but they just can't hold a light to HomeSite+ for its
speed, ease of use, and most excellent extended Find/Replace. Plus I
just feel that the interface is cleaner and more responsive.

If I had to move to another one though (if my family's life was in
danger) I would move to Eclipse. It has some great stuff for CFEclipse
including more powerful code snippets and template outlining and
component method outlining (which are crazy cool).



Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Ryan Stewart [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 7:49 AM
To: CF-Talk
Subject: IDE's

Quick question,
 
I've been using dreamweaver for coldfusion development at work for
sometime.  I've always been of the opinion that it's much more of a
designer/prototype/entry level tool.  I'm looking into alternatives to
put forward as suggestions for a DW replacement as others are now
realising issues with it.
 
Q. What IDE/editor do you use for coldfusion development? (and if you
feel you want to expand with why and perhaps complexity of use, then
that's very kind)
 
Cheers,
 
Ryan.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256314
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


  1   2   3   >