Re: cfchart not working on new server

2005-06-10 Thread Nick de Voil
 We have recently had three CF7/IIS2003 servers set up for us at a third
 party hosting company. These are brand new installs on brand new
 machines. All is well except that cfchart is not working for us. It
 works fine for us on our local CF7/IIS2003 machine. We've been unable to
 spot the difference between the setups.

Have they got the same graphics card? We once had a weird problem with
charts not working - on the original version of CFMX I think - which we
eventually traced to the graphics card.

Nick



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

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


RE: cfchart not working on new server

2005-06-10 Thread Allan Cliff
If I remember correctly.
What you have to do is.

1. Create the file CFIDE/GraphData.cfm (Put a comment only in it)
2. Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE)
and 
JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1)
3. Restart CFMX server and Bob should be your Uncle.

Allan

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED] 
Sent: 10 June 2005 01:47
To: CF-Talk
Subject: cfchart not working on new server


We have recently had three CF7/IIS2003 servers set up for us at a third
party hosting company. These are brand new installs on brand new
machines. All is well except that cfchart is not working for us. It
works fine for us on our local CF7/IIS2003 machine. We've been unable to
spot the difference between the setups. 

 

We are running the test example listed at the end of this post. It
doesn't run for any format. You can see the result here:
http://www.christchurchnz.net/chart.cfm

 

I have looked in c:\cfusionmx7\charting\cache\
http://www.christchurchnz.net/chart.cfm  and found that the jpg files
are indeed getting generated in there. We have mappings set up on both
servers: /CFIDE = D:\Inetpub\wwwroot\CFIDE although graphdata.cfm
(which shows up in the image source) isn't a physical file as far as I
can tell so I'm guessing that  mapping doesn't make any difference.

 

Any ideas where I should look? 

 

The sample we're testing:

 

cfchart format=jpg

chartwidth=400

chartheight=300

seriesplacement=stacked

show3d=true

 

 

cfchartseries type=bar seriesLabel=January

cfchartdata item=Books value=60/

cfchartdata item=DVD's value=30/

cfchartdata item=Videos value=25/

cfchartdata item=CD's value=39/

cfchartdata item=Magazines value=55/

/cfchartseries

cfchartseries type=bar seriesLabel=February

cfchartdata item=Books value=40/

cfchartdata item=DVD's value=57/

cfchartdata item=Videos value=25/

cfchartdata item=CD's value=29/

cfchartdata item=Magazines value=15/

/cfchartseries

cfchartseries type=bar seriesLabel=March

cfchartdata item=Books value=36/

cfchartdata item=DVD's value=20/

cfchartdata item=Videos value=20/

cfchartdata item=CD's value=45/

cfchartdata item=Magazines value=20/

/cfchartseries

 

/cfchart





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

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


RE: cfchart not working on new server

2005-06-10 Thread Allan Cliff
If I remember correctly.
What you have to do is.

1. Create the file CFIDE/GraphData.cfm (Put a comment only in it) 2.
Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE) and 
JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1)
3. Restart CFMX server and Bob should be your Uncle.

Allan

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

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

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


Re: cfchart not working on new server

2005-06-10 Thread Dirk De Bock - Listclient
Regarding the video drivers mentioned before, it used to be you needed to 
have an driver installed capable of at least 256 colors. I guess that still 
stands for CF7. 


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

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


Java class/jar locations

2005-06-10 Thread Chris Terrebonne
I have read through all of the documentation as well as Christian Cantrell's 
blog regarding where to put Java classes and jars so that CF can find them.  
But no matter where I try and put this problematic set of jars, CF just won't 
see them.  Is there a location that I can place the jars that would allow CF to 
pick them up WITHOUT restarting the server?  On my dev box, I can manipulate 
the paths and restart, but on the production box I can't.  I need a way to 
upload and make changes to classes and jars without restarting CF.  Is this 
possible?

Thanks,
Chris


This email and its attachments may contain confidential information 
which is intended only for the use of the person(s) named above.  
If you are not the intended recipient, you are hereby advised that
any disclosure, copying, distribution or the taking of any action
based on the contents of this information is prohibited.  If you 
have received this transmission in error, please notify the sender
and delete this email from your computer.  Thank you.



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

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


Re: Java class/jar locations

2005-06-10 Thread Douglas Knudsen
IIRC, the only stuff that gets reloaded live, Hot Deploy or something like 
that, are wars, ears, and servlets. 

DK

On 6/10/05, Chris Terrebonne [EMAIL PROTECTED] wrote:
 
 I have read through all of the documentation as well as Christian 
 Cantrell's blog regarding where to put Java classes and jars so that CF can 
 find them. But no matter where I try and put this problematic set of jars, 
 CF just won't see them. Is there a location that I can place the jars that 
 would allow CF to pick them up WITHOUT restarting the server? On my dev box, 
 I can manipulate the paths and restart, but on the production box I can't. I 
 need a way to upload and make changes to classes and jars without restarting 
 CF. Is this possible?
 
 Thanks,
 Chris
 
 
 This email and its attachments may contain confidential information
 which is intended only for the use of the person(s) named above.
 If you are not the intended recipient, you are hereby advised that
 any disclosure, copying, distribution or the taking of any action
 based on the contents of this information is prohibited. If you
 have received this transmission in error, please notify the sender
 and delete this email from your computer. Thank you.
 
 
 
 

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

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


RE: cfchart not working on new server

2005-06-10 Thread Dave Watts
  Can Windows even run in headless mode?
 
 No, not yet.

Actually, I think Windows Server 2003 can run in headless mode, so I was
wrong.

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!

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

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


Windows XP Tablet PC

2005-06-10 Thread chad gray
Anyone tried running CF on a Tablet PC OS?

I dont know if the OS even has IIS.

I would like to purchase a Tablet PC, but if i can't develop web sites on it 
then i have to go notepad.

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

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


Re: Windows XP Tablet PC

2005-06-10 Thread John Beynon
it'll be like Windows Media Centre - pretty much Windows XP Home under
the hood. That can run IIS,

jb.

On 6/10/05, chad gray [EMAIL PROTECTED] wrote:
 Anyone tried running CF on a Tablet PC OS?
 
 I dont know if the OS even has IIS.
 
 I would like to purchase a Tablet PC, but if i can't develop web sites on it 
 then i have to go notepad.
 
 

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

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


Re: Windows XP Tablet PC

2005-06-10 Thread chad gray
I am not familiar with Media Centre either.  So you can install CF MX on the 
Tablet PC OS?



 it'll be like Windows Media Centre - pretty much Windows XP Home 
 under
 the hood. That can run IIS,

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

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


Re: Windows XP Tablet PC

2005-06-10 Thread John Beynon
I'm 90% sure it will work,

jb.


On 6/10/05, chad gray [EMAIL PROTECTED] wrote:
 I am not familiar with Media Centre either.  So you can install CF MX on the 
 Tablet PC OS?
 
 
 
  it'll be like Windows Media Centre - pretty much Windows XP Home
  under
  the hood. That can run IIS,
 
 

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

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


problem with outputting...

2005-06-10 Thread Greg Morphis
I have a query which returns the follwoing data..
ORIGINATION DT  CT  ORDERBY ORIGIN_GROUPO1  O23 TOTAL   
REPORT_GROUP
Call to Corporate   May-20050   3   2   0   0   
0   1
Call to Corporate   Jun-20050   3   2   0   0   
0   1
Direct to ECR DepartmentMay-20050   4   2   0   
0   0   1
Direct to ECR DepartmentJun-20050   4   2   0   
0   0   1
Letter To Corporate May-20050   5   2   0   0   
0   1
Letter To Corporate Jun-20050   5   2   0   0   
0   1
Letter To Executive May-20050   6   3   0   0   
0   1
Letter To Executive Jun-20050   6   3   0   0   
0   1
Attorney Generals OfficeMay-20050   8   1   0   
0   0   2
Attorney Generals OfficeJun-20050   8   1   0   
0   0   2
Better Business Bureau  May-20050   9   1   0   0   
0   2
Better Business Bureau  Jun-20050   9   1   0   0   
0   2
FCC May-20050   10  1   0   0   0   2
FCC Jun-20050   10  1   0   0   0   2
Other AgencyMay-20050   11  1   0   0   0   
2
Other AgencyJun-20050   11  1   0   0   0   
2


I'm trying to output the data in an html table.
I have this so far
Origination May-2005 Jun-2005 
Call to Corporate 0  0  
Direct to ECR Department 0  0  
Letter To Corporate 0  0  
Letter To Executive  0  0  
Attorney Generals Office 0  0  
Better Business Bureau 0  0  
FCC 0  0  
Other Agency 0  0  

using a QoQ but what I'm having a problem with is after Letter to
Executive I need a subtotal of the numbers above it. I added the
column 'o23' for this. This returns a subtotal of the columns where
origin_group equals 2 or 3. And then after the last one Other Agency I
need to output the o1 column data as it's a subtotal of the columns
where origin_group equals 1.

The code looks like this so far..
table border=0 cellspacing=0 cellpadding=2
tr
th scope=colOrigination/th
cfloop list=#dtlst# index=i
th nowrapcfoutput#i#/cfoutput/th
/cfloop
/tr
 cfoutput query=getit group=origination
tr valign=top class=#IIF(getit.currentrow MOD 2 EQ 
0,'even','odd')#   
td nowrap#getit.origination#/td
cfoutput
td align=center
#getit.ct#
/td
/cfoutput
/tr
/cfoutput
/table

I've tried grouping by different things, namely the report_group
column 1 = origin_group 2 or 3, 2 equals origin_group 1.
Any help would be appreciated as I'm at a lost.


-- Auxilium meum a Domino

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

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


RE: Windows XP Tablet PC - Definately Possible!

2005-06-10 Thread Jim Ruzicka
I have CF6.1 on a TabletPC. It works great.  I built this cool app for sales 
people in the field to collect data.  Take a look:

http://www.digitalpasteup.com/dpu/

Once you are in, go to Bobs Auto Sales, version letter D
Then, you can drag and drop vehicles from outside the grid to inside the grid.

Some features are not working because its setup to work off localhost, but you 
can get the idea.  Pretty cool stuff when you are on a Tablet PC and can drag 
and drop with the pen.

Jim

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

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


Re: query of queries in MX7

2005-06-10 Thread Cameron Childress
On 6/9/05, dan martin [EMAIL PROTECTED] wrote:
 The work around suggested by the analyzer is to remove the keywords. Not very 
 helpful.
 
 Anyone know how to do group by aggregates in MX7? It works fine in cf5.0

In case the documentation didn't come with your copy of CFMX7:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=1265.htm

If you are experiencing a specific error or having trouble getting a
specific peice of code to work properly in CFMX 7, please post that
specific question here and many will be thrilled to help.  Otherwise,
I thing this question deserves a resounding RTFM.

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: [EMAIL PROTECTED]

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

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

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


Re: Java class/jar locations

2005-06-10 Thread Chris Terrebonne
What's really strange is it appears that .class files can be hot deployed, 
but not .jar's.  Any clue why that would be?

Chris


 [EMAIL PROTECTED] 06/10/05 07:38AM 
IIRC, the only stuff that gets reloaded live, Hot Deploy or something like 
that, are wars, ears, and servlets. 

DK

On 6/10/05, Chris Terrebonne [EMAIL PROTECTED] wrote:
 
 I have read through all of the documentation as well as Christian 
 Cantrell's blog regarding where to put Java classes and jars so that CF can 
 find them. But no matter where I try and put this problematic set of jars, 
 CF just won't see them. Is there a location that I can place the jars that 
 would allow CF to pick them up WITHOUT restarting the server? On my dev box, 
 I can manipulate the paths and restart, but on the production box I can't. I 
 need a way to upload and make changes to classes and jars without restarting 
 CF. Is this possible?
 
 Thanks,
 Chris
 
 
 This email and its attachments may contain confidential information
 which is intended only for the use of the person(s) named above.
 If you are not the intended recipient, you are hereby advised that
 any disclosure, copying, distribution or the taking of any action
 based on the contents of this information is prohibited. If you
 have received this transmission in error, please notify the sender
 and delete this email from your computer. Thank you.
 
 
 
 



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

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


Re: query of queries in MX7

2005-06-10 Thread Phillip Ciske
I believe MX 7 still supports aggregrates in query of queries. Check
out http://livedocs.macromedia.com/coldfusion/7/htmldocs/1266.htm
for the QoQ guide and
http://livedocs.macromedia.com/coldfusion/7/htmldocs/1272.htm for
using aggregate functions in QoQs.

Is there a particular piece of code that the analyzer flagged as a problem?

Regards,
Phillip



On 6/9/05, dan martin [EMAIL PROTECTED] wrote:
 I am upgrading from 5.0 to mx7 and just ran the analyzer. One of the 
 informational flags it raised was on query of queries no longer supporting 
 key words like COUNT() in the query of queries.
 
 Does this mean you can no longer use any group by or any aggregate functions 
 on the query of queries?
 
 The work around suggested by the analyzer is to remove the keywords. Not very 
 helpful.
 
 Anyone know how to do group by aggregates in MX7? It works fine in cf5.0
 
 

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

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


RE: Windows XP Tablet PC

2005-06-10 Thread Dave Watts
 Anyone tried running CF on a Tablet PC OS?
 
 I dont know if the OS even has IIS.

Yes, my laptop runs Windows XP Tablet PC Edition 2005 (that's just the
latest version of the Tablet PC OS). It's Windows XP Professional, with
additional functionality for tablet use (Ink, speech recognition, soft input
panel). It can run anything that you can put on Windows XP Professional.

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!

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

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


Windows XP Tablet PC

2005-06-10 Thread Robert Munn
If IIS doesn't work, just run Apache. The install on Windows is fairly 
straightforward.

 Anyone tried running CF on a Tablet PC OS?
 
 I dont know if the OS even has IIS.
 
 I would like to purchase a Tablet PC, but if i can't develop web sites 
 on it then i have to go notepad.

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

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

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


RE: Windows XP Tablet PC

2005-06-10 Thread Damien McKenna
Are there any graphical configuration editors for Apache on Windows?
I'd imagine more people would use it if it had a simple GUI config for
modifying basic things with a link to open the config file in an editor
for heavier duty work.  That and a graphical tool for automatically
generating a self-signed SSL certificate.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h
 

 -Original Message-
 From: Robert Munn [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 10, 2005 5:12 PM
 To: CF-Talk
 Subject: Windows XP Tablet PC 
 
 If IIS doesn't work, just run Apache. The install on Windows 
 is fairly straightforward.
 
  Anyone tried running CF on a Tablet PC OS?
  
  I dont know if the OS even has IIS.
  
  I would like to purchase a Tablet PC, but if i can't 
 develop web sites 
  on it then i have to go notepad.
 
 

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

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


cfchart not working on new server

2005-06-10 Thread Irvin Gomez
I had a problem with cfchart crashing my development machine (but the same code 
 working fine on the server). We Mike Nimer's help, we traced it to some fonts 
installed in my machine (they were chess fonts - bitmapped fonts for chess 
diagrams). As soon as we iuninstalled the fonts (just taking them out of the 
font's folder) the problem went away. Just a possibility


We have recently had three CF7/IIS2003 servers set up for us at a third
party hosting company. These are brand new installs on brand new
machines. All is well except that cfchart is not working for us. It
works fine for us on our local CF7/IIS2003 machine. We've been unable to
spot the difference between the setups. 

 

We are running the test example listed at the end of this post. It
doesn't run for any format. You can see the result here:
http://www.christchurchnz.net/chart.cfm

 

I have looked in c:\cfusionmx7\charting\cache\
http://www.christchurchnz.net/chart.cfm  and found that the jpg files
are indeed getting generated in there. We have mappings set up on both
servers: /CFIDE = D:\Inetpub\wwwroot\CFIDE although graphdata.cfm
(which shows up in the image source) isn't a physical file as far as I
can tell so I'm guessing that  mapping doesn't make any difference.

 

Any ideas where I should look? 

 

The sample we're testing:

 

cfchart format=jpg

chartwidth=400

chartheight=300

seriesplacement=stacked

show3d=true

 

 

cfchartseries type=bar seriesLabel=January

cfchartdata item=Books value=60/

cfchartdata item=DVD's value=30/

cfchartdata item=Videos value=25/

cfchartdata item=CD's value=39/

cfchartdata item=Magazines value=55/

/cfchartseries

cfchartseries type=bar seriesLabel=February

cfchartdata item=Books value=40/

cfchartdata item=DVD's value=57/

cfchartdata item=Videos value=25/

cfchartdata item=CD's value=29/

cfchartdata item=Magazines value=15/

/cfchartseries

cfchartseries type=bar seriesLabel=March

cfchartdata item=Books value=36/

cfchartdata item=DVD's value=20/

cfchartdata item=Videos value=20/

cfchartdata item=CD's value=45/

cfchartdata item=Magazines value=20/

/cfchartseries

 

/cfchart

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

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


urlsessionformat() and url parameters

2005-06-10 Thread Matt Robertson
OK, using URLSessionFormat() is easy, right?  Just turn this

a href=#urlSessionFormat(cgi.script_name)#Link 1/a
into this:
a href=#urlSessionFormat(cgi.script_name)#Link 1/a

But what do I do if I'm starting out with a url that already has
parameters? Like

a href=#cgi.script_name#?myParameter=#foo#Link 2/abr

Something like the following explodes on contact

a href=#urlSessionFormat(#cgi.script_name#?myParameter=#foo#)#Link 2/a

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

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

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


RE: urlsessionformat() and url parameters

2005-06-10 Thread Dave Watts
 Something like the following explodes on contact
 
 a 
 href=#urlSessionFormat(#cgi.script_name#?myParameter=#foo#)#
 Link 2/a

a href=#URLSessionFormat(cgi.script_name  ?myParameter=  foo)#

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!


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

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


mx 6 licenses?

2005-06-10 Thread Jeff Congdon
Hey gang,

I assume somebody in here knows the right place to go to buy MX 6?  I 
can't find it as a listed product on MM's website, and we'd like to buy 
a few licenses.

TIA,
-Jeff

-- 
Jeff Congdon
ColdFusion Developer,
Data Mining Specialist
Headsprout
www.headsprout.com

EVERY CHILD A READER
Headsprout's mission is to be a major force in helping eliminate illiteracy in 
young children in this country in this decade. Every hour of every day, in 
schools, learning centers, and homes across the country and around the world, 
children are learning to read with Headsprout.  



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

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

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


chr(10) AND CFSCRIPT

2005-06-10 Thread James Taavon
i want to be able to force a carriage return while getting output back within a 
cfscript block. i have tried several combos, but nothing seems to work. also 
using PDFLib if anyone is familiar with that as well.

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

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

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


Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Barney Boisvert
cfscript
  writeOutput('text with newline'  chr(10));
/cfscript

that should do ya.

cheers,
barneyb

On 6/10/05, James Taavon [EMAIL PROTECTED] wrote:
 i want to be able to force a carriage return while getting output back within 
 a cfscript block. i have tried several combos, but nothing seems to work. 
 also using PDFLib if anyone is familiar with that as well.
 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

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

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


RE: mx 6 licenses?

2005-06-10 Thread James Holmes
http://www.macromedia.com/software/coldfusionmx61/ 

-Original Message-
From: Jeff Congdon [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 11 June 2005 7:15 
To: CF-Talk
Subject: mx 6 licenses?

Hey gang,

I assume somebody in here knows the right place to go to buy MX 6?  I
can't find it as a listed product on MM's website, and we'd like to buy
a few licenses.

TIA,
-Jeff

--
Jeff Congdon
ColdFusion Developer,
Data Mining Specialist
Headsprout
www.headsprout.com

EVERY CHILD A READER
Headsprout's mission is to be a major force in helping eliminate
illiteracy in young children in this country in this decade. Every hour
of every day, in schools, learning centers, and homes across the country
and around the world, children are learning to read with Headsprout.  





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

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


RE: cfchart not working on new server

2005-06-10 Thread James Holmes
Aha, that was my sneaking suspicion. Although the poster suggested that
the charts were being generated in the right place so this isn't the
problem anyway.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, 10 June 2005 11:31 
To: CF-Talk
Subject: RE: cfchart not working on new server

  Can Windows even run in headless mode?
 
 No, not yet.

Actually, I think Windows Server 2003 can run in headless mode, so I was
wrong.

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!



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

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


Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
That will work in most browsers, Windows or otherwise, because they all seem 
to interpret chr(10) as enough for a newline even if the OS demands a cr-lf 
combination for a valid line break.

But if you're creating PDFs, you'll probably want writeOutput('some text 
here'  chr(10)  chr(13)) just to make sure that you're feeing it valid 
linefeeds. You may check the PDF documentation (what there is of it, anyway) 
to see exactly what character combo it wants for a newline. Generally, the 
character sets are as follows:

Mac: cr
Win: cr-lf
*NIX: lf

It's kinda twitchy, and a PITA, to get the characters just right... 
experiment and see what you come up with.

Laterz!

J

On 6/10/05, Barney Boisvert [EMAIL PROTECTED] wrote:
 
 cfscript
 writeOutput('text with newline'  chr(10));
 /cfscript
 
 that should do ya.
 
 cheers,
 barneyb
 
 On 6/10/05, James Taavon [EMAIL PROTECTED] wrote:
  i want to be able to force a carriage return while getting output back 
 within a cfscript block. i have tried several combos, but nothing seems to 
 work. also using PDFLib if anyone is familiar with that as well.
 
 
 --
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/




-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


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

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


Re: mx 6 licenses?

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
I kinda hope you're not suggesting you buy licenses for 6.0? Gads, man... 
don't be rediculous!

It's not available at MM anymore at all, so you're looking at second-hand 
(Ebay?) or some other vendor that may still have a copy or two. The thing 
is, 6.1 came out almost immediately on the heels of 6.0 because 6.0 was 
particularly troublesome.

Good luck...

J

On 6/10/05, Jeff Congdon [EMAIL PROTECTED] wrote:
 
 Hey gang,
 
 I assume somebody in here knows the right place to go to buy MX 6? I
 can't find it as a listed product on MM's website, and we'd like to buy
 a few licenses.
 
 TIA,
 -Jeff
 
 --
 Jeff Congdon
 ColdFusion Developer,
 Data Mining Specialist
 Headsprout
 www.headsprout.com http://www.headsprout.com
 



-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


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

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


RE: mx 6 licenses?

2005-06-10 Thread James Holmes
Agreed - I stongly recommend against running CF 6.0. 

6.1 is the way to go.

-Original Message-
From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 11 June 2005 11:17 
To: CF-Talk
Subject: Re: mx 6 licenses?

I kinda hope you're not suggesting you buy licenses for 6.0? Gads,
man... 
don't be rediculous!

It's not available at MM anymore at all, so you're looking at
second-hand
(Ebay?) or some other vendor that may still have a copy or two. The
thing is, 6.1 came out almost immediately on the heels of 6.0 because
6.0 was particularly troublesome.

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

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


Re: cfchart not working on new server

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
Allan:

Regarding #2 below, I assume you mean create a virtual directory of /CFIDE 
that points to CFIDE in the system?

CF mappings on Standard are server-wide, and they're server-wide on 
Enterprise unless you're using Sandboxing to lock them down. If you create a 
virtual directory, all your servers will be able to hit 
http://my.url.com/cfide/administrator/index.cfm, whereas using a mapping 
enables just directory access without exposing CFIDE in the webroot of the 
application. Having the files accessible from the cfchart tag should only 
need the mapping because it relies on the accessibility of the files, not on 
being able to use them in a browser. And if you're using mappings, you only 
need 1 per CF instance, barring any sandboxing.

Also, anything you need universally can go in {cfhome}\wwwroot because 
that's basically a universal mapping. If you put CFIDE in it, beware, 
though...by default it will be available to the browser from all sites, all 
URLs connected to that CF instance via a webserver connector.

Now JrunScripts is a different matter, because for some reason that's always 
a virtual directory... when you create it (in each site that will be 
accessing CF), you're going to need to edit the properties and add the Jrun 
Server Filter in the ISAPI filters tab and in the Virtual Directory 
properties tab for the directory click Remove against the application 
attributes and uncheck Read.

If you check your wwwroot/web-inf/web.xml file, you'll see that 
GraphData.cfm is a servlet mapping, so adding a CF template to /cfide 
wouldn't do much. It's the same as IDE.cfm, which is the servlet mapping for 
RDS... these can be executed from a browser via the URL specified, but 
they're trapped by Jrun and mapped out to specific servlets for special 
handling. It's basically Jrun spoofing a CFM template to the CF server.

Matthew, you said these image files were being created correctly, right? Do 
they look like they should even if they're not being sent back to the 
browser? Have you checked (or had the host check) windows and CF error logs? 
There should be something. If the issue was the result of a headless Win 
install, chances are that the graphing subsystem would fail during CFMX 
bootstrap... that's how it works on Linux, and also the primary cause of 
CFCHART issues on linux. People fail to understand that CFMX needs the basic 
X libraries to get cfchart to work.

If you do a view source after hitting a page that's got a CFChart in it, you 
should see some URL information that's used to transfer the images/movies 
from the Chart servlet to the browser... trying hitting that URL alone and 
seeing what error message you get. Go from there, paying particular 
attention to paths, virtual or otherwise, that are missing or incorrect.

Good luck!

J



On 6/10/05, Allan Cliff [EMAIL PROTECTED] wrote:
 
 If I remember correctly.
 What you have to do is.
 
 1. Create the file CFIDE/GraphData.cfm (Put a comment only in it)
 2. Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE)
 and
 JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1)
 3. Restart CFMX server and Bob should be your Uncle.
 
 Allan
 



-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


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

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


Re: mx 6 licenses?

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
And, just to complicate matters... :)

CFMX 7 is the same price as 6.1, so if you go with 7 you'll get an extra 
upgrade cycle and a lot of benefits in terms of functionality and power.

Unless you're looking to pick up 6.0 licenses on the cheap just because it's 
a deprecated product, I'd highly recommend 7 just because of the deprecation 
likelihood of 6.1 in future upgrade cycles.

If you need licensed versions of a CF engine, look at BlueDragon Standard... 
which happens to be quite speedy and powerful, but also happens to be free.

Laterz,
J

On 6/10/05, James Holmes [EMAIL PROTECTED] wrote:
 
 Agreed - I stongly recommend against running CF 6.0.
 
 6.1 is the way to go.
 



-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


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

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


Cold Fusion Job Resources

2005-06-10 Thread Dave Phillips
Hi all,

I don't seem to find a list of sites that are good resources for finding Cold 
Fusion work and wondering if anyone would like to contribute their list to this 
thread.  I'll start out with some of the basic ones I've found several on:

http://www.CareerBuilder.com
http://www.Monster.com
http://JustColdFusionJobs.com

Also, I'm wondering if anyone has ever come across a 'master' job agent -- in 
other words, a job agent that you can specify keywords and it finds jobs on 
multiple sites (instead of registering with 20 separate job agents).

Thanks!

Dave

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

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


RE: Cold Fusion Job Resources

2005-06-10 Thread Robert Reno
I found my current job (been here over 1 year) right here on 
HouseofFusion.com

I posted my resume here and poof.. got a call from a direct hire.

See if there are any Yahoo Groups in your area.  groups.yahoo.com and search 
for coldfusion and your city or the city you want.

Rob
Tampa

From: Damien McKenna [EMAIL PROTECTED]
Reply-To: cf-jobs-talk@houseoffusion.com
To: CF-Jobs-Talk cf-jobs-talk@houseoffusion.com
Subject: RE: Cold Fusion Job Resources
Date: Fri, 10 Jun 2005 14:39:34 -0400

You might also try the forums on WebHostingForums.com, there are often
job advertisements there.

--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h




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

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


Re: Cold Fusion Job Resources

2005-06-10 Thread Aaron Rouse
Very true, also sometimes a CFUG will get contacted by a company directly 
and then the posting is passed onto the members.

On 6/10/05, Cameron Childress [EMAIL PROTECTED] wrote: 
 
 I'd also try finding and getting involved in your local CFUG. Many
 (most?) of the best jobs are never posted to a job board, and the
 contacts you make at a CFUG will lead you to those jobs.
 
 -Cameron
 



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

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