Close CFDocument window?

2012-07-05 Thread Billy Cox

Hello all,

I have a form that submits to an action page containing a CFDocument tag in
a new window. The action page sends the PDF output directly to a printer
using CFPrint, soI end up with a new blank window.

I have been trying *unsuccessfully* to close that new blank window
programmatically so that I don't have to train users to do it. Any ideas?

What I have tried is to set a javascript timer in the submitting page to
close the child window after x number of seconds. I have also tried using
cfthrow in the action page to catch a custom error that could then use
javascript to close the window.

btw, cfprint is a workaround to allow printing to a non-AirPrint device
from Safari on an iPad.


Thanks,
Billy Cox


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351843
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Salesforce CFC?

2010-07-28 Thread Billy Cox

I was able to register on RIAForge and submit my code, so in all likelihood
my previous attempts were user error.  :)

On Fri, Jul 23, 2010 at 1:58 PM, Raymond Camden  wrote:

>
> How did the contact form break for you on RIAForge?
>
> On Thu, Jul 22, 2010 at 2:07 PM, Billy Cox 
> wrote:
> >
> > Hey Brad. I have tried more than once to contact Tom de Manincor through
> the
> > riaforge.com site, and the contact mechanism seemed to be broken. I
> tried
> > commenting on his blog as well, but it didn't get any indication that he
> > ever got my comments/questions.
> >
> > btw, I saw you at the Great Mall last night. You looked busy though so I
> > didn't scream and wave.
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Salesforce CFC?

2010-07-22 Thread Billy Cox

Hey Brad. I have tried more than once to contact Tom de Manincor through the
riaforge.com site, and the contact mechanism seemed to be broken. I tried
commenting on his blog as well, but it didn't get any indication that he
ever got my comments/questions.

btw, I saw you at the Great Mall last night. You looked busy though so I
didn't scream and wave.


-Billy

On Thu, Jul 22, 2010 at 12:08 PM, Brad Wood  wrote:

>
> riaforge.com should give you a way to submit a ticket and contact the
> project owner so he can include your updates into the main project.
>
> ~Brad
>
> - Original Message -
> From: "Billy Cox" 
> To: "cf-talk" 
> Sent: Thursday, July 22, 2010 10:40 AM
> Subject: Re: Salesforce CFC?
>
>
> >
> > For the benefit of anyone else who wants to use Salesforce.CFC with the
> > Salesforce API v.19...
> >
> > There are only a handful of changes needed, the most consequential of
> > which
> > are a couple of lines in the parseQueryXML function code. Salesforce API
> > v.19 returns XML a bit differently than version 11.1. I have tested the
> > Login, QueryObject and SaveObject functions and all of their child
> > functions.
> >
> > I would be happy to share the updated cfc if you want to email me
> > off-list.
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335653
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Salesforce CFC?

2010-07-22 Thread Billy Cox

For the benefit of anyone else who wants to use Salesforce.CFC with the
Salesforce API v.19...

There are only a handful of changes needed, the most consequential of which
are a couple of lines in the parseQueryXML function code. Salesforce API
v.19 returns XML a bit differently than version 11.1. I have tested the
Login, QueryObject and SaveObject functions and all of their child
functions.

I would be happy to share the updated cfc if you want to email me off-list.

-Billy

On Mon, Jul 19, 2010 at 4:39 PM, Billy Cox  wrote:

> Has anyone found a way to use Salesforce.cfc (
> http://salesforcecfc.riaforge.org/) with a more recent Salesforce web
> services API? (17+) I have gotten through the bulk of a Salesforce
> integration with the CFC mostly as-is, but now I'm running into a roadblock
> because I want to access/update a Salesforce field that isn't recognized in
> API version 11.1.
>
> I greatly appreciate any insights on updating this CFC.
>
>
> Thanks,
> Billy Cox
>
>
>
>


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335630
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Salesforce CFC?

2010-07-19 Thread Billy Cox

Has anyone found a way to use Salesforce.cfc (
http://salesforcecfc.riaforge.org/) with a more recent Salesforce web
services API? (17+) I have gotten through the bulk of a Salesforce
integration with the CFC mostly as-is, but now I'm running into a roadblock
because I want to access/update a Salesforce field that isn't recognized in
API version 11.1.

I greatly appreciate any insights on updating this CFC.


Thanks,
Billy Cox


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Jpg as a Watermark

2009-11-19 Thread Billy Cox

I am presuming that a watermark doesn't have to use many colors. So, you 
might want to try gif instead of jpg.

Damo Drumm wrote:
> Hi
> Im using a JPG watermark in coldfusion to display as a background on a PDF, 
> but the problem is its taking up quict a bit of space as i need it on every 
> page. 
> is there something else I could use instead of a watermark to reduce the size 
> of the file?
> heres the code im using at the moment:
>
>  action = "addwatermark"
> source = "#TEST#"
> image = "#request.mainfilePath#Test2#"
> foreground = "No"
> overwrite = "yes"
> pages = "#totalpages#"
>   opacity = "10"
>   Position = "10, -50"
>  showonprint = "YES"
> destination = "#TEST3#"> 
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328507
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Active Directory Question

2009-11-03 Thread Billy Cox

I seem to recall that you have to enable 'Integrated Windows 
authentication' for the applicable website in IIS.

I have an internal app in which the application.cfm checks the value of 
session.accessgranted and then either lets the user into the app or 
evaluates whether the user's Windows login is a member of an AD group 
called 'WorkOrder'. I use administrator credentials to run the query, 
but that's not best practices.













Scott Stewart wrote:
> I know squat about AD, first off :-)
>
> Can I query an AD server and have it send back all the data that it has on a
> user?
>
>  
>
> I'm trying to set up a role based security system and I want to use as much
> out of AD as possible (as opposed to creating user tables in a DB)
>
>  
>
> --
>
> Scott Stewart
>
> IT Consultant/ColdFusion Developer
>
> 4405 Oakshyre Way
>
> Raleigh, NC 27616
>
> (919) 874-6229
>
>  
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327964
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Education

2009-10-23 Thread Billy Cox

...this story doesn't involve a flute I hope.

b...@bradwood.com wrote:
> *Raises hand* 
> Band geek all the way.  One time at band camp...
>
>  Original Message 
> Subject: RE: Education
> From: "Mark Kruger" 
> Date: Fri, October 23, 2009 3:19 pm
> To: cf-talk 
>
>
> Rick,
>
> That is so funny I have a BA in Theology, a BA in Music and I'm just
> shy
> of a master in Sociology - and here I am working in computer development
> :)
>
> It's not surprising how many folks have Music as a part of their skill
> set
> who are also programmers. There's a natural synergy there I think.
>
> -Mark
>  
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327620
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Education

2009-10-23 Thread Billy Cox

I'm a musician as well. scary!!

Rick Faircloth wrote:
> I think you're right, Mark.
>
> Music, especially theory, is very logical and an lot
> like programming...just a different medium.
>
> If you get into orchestral composition, it's quite OO. ;o)
>
> Rick
>
> -Original Message-
> From: Mark Kruger [mailto:mkru...@cfwebtools.com] 
> Sent: Friday, October 23, 2009 4:19 PM
> To: cf-talk
> Subject: RE: Education
>
>
> Rick,
>
> That is so funny I have a BA in Theology, a BA in Music and I'm just shy
> of a master in Sociology - and here I am working in computer development :)
>
> It's not surprising how many folks have Music as a part of their skill set
> who  are also programmers. There's a natural synergy there I think.
>
> -Mark
>  
>
>
> Mark A. Kruger, CFG, MCSE
> (402) 408-3733 ext 105
> www.cfwebtools.com
> www.coldfusionmuse.com
> www.necfug.com
>
> -Original Message-
> From: Rick Faircloth [mailto:r...@whitestonemedia.com] 
> Sent: Friday, October 23, 2009 3:10 PM
> To: cf-talk
> Subject: RE: Education
>
>
> I have 5 degrees:
>
> - Associate of Arts (1980)
> - Bachelor of Music (1983)
> - Master of Theology (1992)
>
> and the most applicable ones for programming and business:
>
> - Masters from the School of Hard Knocks
> - Doctorate of PraKnApp (Practical Knowledge and Application)
>   from the CF-Talk School of Higher Education...although, I would
>   hardly truly qualify for a doctorate in the course material here...I just
>   know enough to make a living as a free-lancer (what else is there a need
> for? :o)
>
> Rick
>
>
>
> -Original Message-
> From: Ian Skinner [mailto:h...@ilsweb.com]
> Sent: Friday, October 23, 2009 3:31 PM
> To: cf-talk
> Subject: Re: Education
>
>
> Ian Skinner wrote:
>   
>> CF 9 - 2009
>> CF 8 - 2008
>> CF 7 - 2007
>> CF 6 - 2006.
>>
>> I believe that ColdFusion development cycle is two to three years per 
>> version.
>> 
> According to Wikipedia yes every two or three years.
>
> 2002-May : Macromedia ColdFusion MX version 6.0
> 2005 : Macromedia ColdFusion MX 7
> 2007-July-30 : Adobe ColdFusion 8
> 2009-October-05 : Adobe ColdFusion 9
>
>
>
>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327617
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Education

2009-10-23 Thread Billy Cox

BS and an MA in religion, but I was self-taught on computers since I was 
a kid. (good Friday thread, btw)

Dominic Watson wrote:
> 1st Class Honours in Musical Theatre here...
>
> Of around 8-9 devs in our team over the last 18 months we had one developer
> with a comp science degree. He was worse than an appalling programmer,
> though I suspect that is not typical.
>
> Dominic
>
> 2009/10/23 Phillip Vector 
>
>   



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327602
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ok...I give...what's wrong with this code?

2009-10-20 Thread Billy Cox

Wow, I was wondering how many more people could tell you why the code 
didn't work.

It's like that scene in 'Office Space' where 8 different people tell 
Peter that the TPS report had the wrong cover page.


Rick Faircloth wrote:
> Thanks for the reply, Francois...
>
> I finally figured that out, too.
>
> Here's what worked:
>
>  source   =
> "d:\inetpub\current_projects\holtzmanRentals\rentalPhotos200\#imagesW200.nam
> e#"
> destination  =
> "d:\inetpub\current_projects\holtzmanRentals\rentalPhotos200Renamed\#Replace
> (imagesW200.name, 'w500', '', 'all')#"
> nameConflict =  "overwrite"  >
>
> Rick
>
> -Original Message-
> From: Francois Levesque [mailto:cfab...@gmail.com] 
> Sent: Tuesday, October 20, 2009 2:06 PM
> To: cf-talk
> Subject: Re: Ok...I give...what's wrong with this code?
>
>
> You're using imagesW200 in your cffile replace. This is a query object
> (which you're looping against). You would need to use it's columns to get
> the correct value.
> Francois Levesque
> http://blog.critical-web.com/
>
>
> On Tue, Oct 20, 2009 at 2:02 PM, Rick Faircloth
> wrote:
>   



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327405
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Stung by HostMySite price increase?

2009-09-04 Thread Billy Cox

SQL Server Express isn't an option due to size limitations, although we 
may scale back from Standard edition to Workgroup. We chose Standard 
initially in order to take advantage of SSIS, but we haven't had the 
time to become proficient with SSIS and have moved our old DTS scheduled 
jobs to CF scheduled tasks.


Judah McAuley wrote:
> Like most things, the answer to all your questions is "it depends".
>
> If you have an app that doesn't have a big load, SQL Server Express
> might do fine for you. It is free but will only use 1 processor core,
> 1 GB of RAM and has a 4 GB database size limitation.
>
> Porting over to MySql can be very easy or pretty difficult. A lot
> depends on how you write your code. Do you use an ORM like Transfer or
> Reactor? If so, then you don't have to worry about the back end db as
> it is abstracted and the ORM will take care of the db-specific details
> for you. Do you use a lot of TSQL in your queries? If you have
> MSSQL-specific code strewn all over, like using SCOPE_IDENTITY() to
> get back a newly inserted autoincrement id, then you'll have more work
> to do to translate that over to MySQL-specific equivalents.
>
> I'd try setting your app up with MySql. See what breaks. Then try it
> with SQL Server Express and do some load testing. See what happens.
> That should give you some guidance.
>
> Cheers,
> Judah
>
> On Fri, Sep 4, 2009 at 8:18 AM, Billy Cox wrote:
>   
>> We recently got a note from HostMySite (now Hosting.com) telling us
>> about a big price increase in SQL Server licensing. We've had a
>> dedicated server with HMS for about a year and the mere thought of
>> shopping for a new hosting provider makes me feel tired.
>>
>> Has anyone else encountered this?
>>
>> We have considered purchasing our own SQL Server licensing and I am
>> wondering (predictably) whether a processor license is the only way to
>> go for a web app database.
>>
>> How hard is it to switch from SQL Server to MySQL?
>>
>> --
>> *Billy Cox*
>> IT Manager
>> *Old World Spices*
>> bi...@oldworldspices.com
>> 816.861.0400 x138
>>
>>
>>
>>
>> 
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Stung by HostMySite price increase?

2009-09-04 Thread Billy Cox

We recently got a note from HostMySite (now Hosting.com) telling us 
about a big price increase in SQL Server licensing. We've had a 
dedicated server with HMS for about a year and the mere thought of 
shopping for a new hosting provider makes me feel tired.

Has anyone else encountered this?

We have considered purchasing our own SQL Server licensing and I am 
wondering (predictably) whether a processor license is the only way to 
go for a web app database.

How hard is it to switch from SQL Server to MySQL?

-- 
*Billy Cox*
IT Manager
*Old World Spices*
bi...@oldworldspices.com
816.861.0400 x138



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: WSDL vs. ODBC

2009-08-27 Thread Billy Cox

Salesforce and Netsuite both have a web services API. I am trying to 
gauge impacts involved with switching from a system that uses ODBC to a 
cloud based system.  If a web service is faster and/or more reliable 
than ODBC, then that helps me to make a case for the cloud.

John M Bliss wrote:
> I'm still not sure I understand but, ignoring that for a sec, have you
> determined that salesforce.com / netsuite offer API's that'd allow you to
> "touch" their systems via WSDL and ODBC?  If so, I'd ask salesforce.com /
> netsuite which is faster.
>
> Typically, WSDL / webservices are good for touching "cloud systems."
>
> Typically (at least, in my experience), ODBC is not available for touching
> "cloud systems."  That is, "cloud systems" don't allow you to touch them via
> ODBC.  But I suppose it's possible...?
>
>
> On Thu, Aug 27, 2009 at 1:50 PM, Billy Cox  wrote:
>
>   
>> It would be in the context of syncing a local app server with a cloud
>> system like salesforce.com or netsuite.
>>
>>
>> John M Bliss wrote:
>> 
>>> http://en.wikipedia.org/wiki/Web_Services_Description_Language versus
>>> http://en.wikipedia.org/wiki/Open_Database_Connectivity ?  In what
>>>   
>> context
>> 
>>> are you comparing those two?
>>>
>>> On Thu, Aug 27, 2009 at 11:40 AM, Billy Cox >> wrote:
>>>
>>>
>>>   
>>>> Has anyone here had a chance to evaluate system performance and
>>>> reliability of WSDL versus ODBC?
>>>>
>>>> -Billy Cox
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 
>>>   
>> 
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325804
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: WSDL vs. ODBC

2009-08-27 Thread Billy Cox

It would be in the context of syncing a local app server with a cloud 
system like salesforce.com or netsuite.


John M Bliss wrote:
> http://en.wikipedia.org/wiki/Web_Services_Description_Language versus
> http://en.wikipedia.org/wiki/Open_Database_Connectivity ?  In what context
> are you comparing those two?
>
> On Thu, Aug 27, 2009 at 11:40 AM, Billy Cox wrote:
>
>   
>> Has anyone here had a chance to evaluate system performance and
>> reliability of WSDL versus ODBC?
>>
>> -Billy Cox
>>
>>
>>
>>
>> 
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


WSDL vs. ODBC

2009-08-27 Thread Billy Cox

Has anyone here had a chance to evaluate system performance and 
reliability of WSDL versus ODBC?

-Billy Cox



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325786
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SQL Help

2009-08-25 Thread Billy Cox

Try this:

...
FROM
tbl_ForSaleCategories C
INNER JOIN (
tbl_RecentlyViewed RV
INNER JOIN
tbl_ForSale FS
ON RV.ID = FS.ID
)
ON C.ID = FS.Category_ID
LEFT JOIN
tbl_CoverSpecial CS
ON RV.ID = CS.ID 
WHERE CS.ID IS NULL
AND FS.Active = 1
ORDER BY Date_Viewed ASC;



Mark Henderson wrote:
> Greetings from the chilly south,
>
> I have this query and it returns the expected result set, but I can't
> work out how to use a join instead of the NOT IN clause and I *know*
> that is going to be more efficient. Basically, I want to exclude the
> current special from the result set. Any ideas?
>
>   
> SELECT
> TOP 1
>  RV.ID AS RecID
> ,RV.Date_Viewed
> ,FS.ID
> ,FS.Category_ID
> ,FS.Title
> ,FS.Comment
> ,FS.Thumbnail
> ,FS.Photo
> ,FS.Price
> ,FS.Year
> ,FS.Date_Modified
> ,FS.Active
> ,C.Name As Category_Name  
> ,C.Image_Path
> ,C.Image_Dir
> FROM
> tbl_ForSaleCategories C
> INNER JOIN (
> tbl_RecentlyViewed RV
> INNER JOIN
> tbl_ForSale FS
> ON RV.ID = FS.ID
> )
> ON C.ID = FS.Category_ID
> WHERE RV.ID NOT IN  (
> SELECT  ID
> FROM  tbl_CoverSpecial
> )
> AND FS.Active = 1
> ORDER BY Date_Viewed ASC;
> 
>
> All help appreciated. TIA
>
>
> adieu
> Mark
> ---*/
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325678
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFDOCUMENT - output tabular data with table header at the top of each page

2009-08-11 Thread Billy Cox

"Fiddling with CFDOCUMENT continues. And I thought getting CSS to work cross
browser was hard enough J What rendering engine does cfdocument use
anyways?"

CFDocument uses iText.

"1.   Is it possible to output tabular data across multiple pages with
clean page breaks and table headers on each page?"

This is how I accomplished it:





   
 



   



  




"2.   I'm using my own custom headers and footers instead of
cfdocumentitem. Is it possible to obtain page numbers outside of
cfdocumentitem?"

Why would you not use cfdocumentitem? I use custom headers/footers in the
example above and it works quite nicely...once I figured out the arcane way
that it operates.




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325331
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFDOCUMENT, when 8.5 inches is not 8.5 inches

2009-08-07 Thread Billy Cox

I recently built an application that required precise control over print
output, so I feel your pain. It's like one has to trick CFDocument into
using stylesheets.

I looked at my styles and the only difference that might be signifcant is
that I explicitly set margin and padding to zero for my 'container' style.

margin: 0 0 0 0;
padding: 0 0 0 0;

The other difference that I noticed is in how your code includes styles.
Here is a snippet from the HTML header that I am using.




http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> 
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> 


#variables.webpage_title#










-Original Message-
From: cftalk [mailto:cft...@logiforms.com] 
Sent: Thursday, August 06, 2009 9:01 PM
To: cf-talk
Subject: CFDOCUMENT, when 8.5 inches is not 8.5 inches



Hey Guys,

 

Everyone knows cfdocument and css don’t play very nice (and its a shame). So
I thought I would start with a clean  HTML page and some simple CSS using
‘in’ for all measurements. So I started off with a simple page that has a
single div that is supposed to be 8.5 inches x  11 inches. I set the size of
the div using CSS. When it renders in the PDF it does not stretch all the
way across and makes it maybe ¾ of the way across. How is that possible? My
code is below:

 

 





http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

http://www.w3.org/1999/xhtml";>







body

{

  margin:0in;

  padding:0in;

}

  

  

.mypage

{

  background: white;

  border:1px solid ##dbdbdb;

  height: 11in;

  width: 8.5in;

  position:absolute;

  overflow:hidden

}

  

.header

{

  font-family:arial;

  color:white;

  font-size:.18in;

  

}







 

  



  

  This is a test Page

  



  

   







 



  

 



   #page#



  



 

 

 

 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325264
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Converting Year to Integer

2009-07-24 Thread Billy Cox

Try this:




-Original Message-
From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk] 
Sent: Friday, July 24, 2009 9:44 AM
To: cf-talk
Subject: RE: Converting Year to Integer



Right but something else is wrong.

Azadi's example is about as simple as it gets. Something else in your code
is causing the problem.

> -Original Message-
> From: N K [mailto:neetukais...@gmail.com]
> Sent: 24 July 2009 15:09
> To: cf-talk
> Subject: Re: Converting Year to Integer
> 
> 
> currYear with out codes and inside ## sign WORKS !!!
> 
> 
> 
> NK
> 
> 
> >simple  should 
> >work just fine.
> >
> >
> >Azadi Saryev
> >Sabai-dee.com
> >http://www.sabai-dee.com/
> >
> >
> >On 24/07/2009 21:31, N K wrote:
> >> 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324939
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 iText with CFML for PDF forms

2009-07-02 Thread Billy Cox

You might use iText if you wanted to use the most recent version. Also,
CFDocument obscures the complexity of iText and thus limits functionality
that some users might want.


-Original Message-
From: Paul Alkema [mailto:paulalkemadesi...@gmail.com] 
Sent: Thursday, July 02, 2009 11:05 AM
To: cf-talk
Subject: RE: Using iText with CFML for PDF forms



I would just use ColdFusion to produce the PDF.

Example

This is a document rendered by the
   cfdocument tag.
 

ColdFusion may be using the iText library, but why install the java library
on a CF server that already has it.

Plus I'm sure using cfdocument is easier to use anyway, and ColdFusion has
adapted for the use of ColdFusion inside of it already. :)


-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: Thursday, July 02, 2009 11:53 AM
To: cf-talk
Subject: Re: Using iText with CFML for PDF forms


iText is the Java library that powers the cfdocument tag.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/7/2 Robert Harrison :
>
> I don't know what iText is, but we've definitely populated PDF forms 
> from Cold Fusion.
>
> What are you trying to do, exactly.





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324151
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: FedEx Rates

2009-06-26 Thread Billy Cox

If there is a .NET example, you should be able to glean enough information
from it to write your own code.


-Original Message-
From: Chad Gray [mailto:cg...@careyweb.com] 
Sent: Thursday, June 25, 2009 11:38 AM
To: cf-talk
Subject: FedEx Rates



I am having a hard time finding example code for FedEx rate web service.

They have example code on their web site for everything but CF.

I checked RIAForge and could not find a project.  Anyone have example code?

I am reading through the docs and I cant even find the URL to hit the web
service.




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323970
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFDocument, finding y position?

2009-06-25 Thread Billy Cox

Thanks Mike. I had googled CF8 and cfdocument...didn't think to google
iText.


-Original Message-
From: Mike Chabot [mailto:mcha...@gmail.com] 
Sent: Wednesday, June 24, 2009 9:43 PM
To: cf-talk
Subject: Re: CFDocument, finding y position?



No, you can't do that using CF 8.

I'm pretty sure the mid-line pagebreak issue has been discussed before if
you search the archives of this list and the Adobe forums. Remember that
cfdocument is a feature powered by an old version of iText, which is an
active open-source project that has its own mailing list.

-Mike Chabot

On Wed, Jun 24, 2009 at 5:59 PM, Billy Cox wrote:
>
> I am using cfdocument to output a report that is primarily used as a 
> print product. There are certain things like subtitles or a comment 
> box that I might like to bump to the next page if it is going to be at 
> the very bottom of a page. The question then... can cfdocument tell me 
> the relative position on a printed page of whatever I am outputting?
>
> I am also getting that notorious issue where cfdocument pagebreaks and 
> chops a line of text in half. I'm on CF8.01 so I don't think it's an 
> issue with having out of date software.
>
>
> Billy Cox
> Old World Spices
> bi...@oldworldspices.com



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323929
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFDocument, finding y position?

2009-06-24 Thread Billy Cox

I am using cfdocument to output a report that is primarily used as a print
product. There are certain things like subtitles or a comment box that I
might like to bump to the next page if it is going to be at the very bottom
of a page. The question then... can cfdocument tell me the relative position
on a printed page of whatever I am outputting?
 
I am also getting that notorious issue where cfdocument pagebreaks and chops
a line of text in half. I'm on CF8.01 so I don't think it's an issue with
having out of date software.
 
 
Billy Cox
Old World Spices
bi...@oldworldspices.com
 
 
 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFDocumentitem strangeness

2009-06-02 Thread Billy Cox

For the benefit of future searchers, this problem is remedied (for CF8) by
applying the CFDocument hot fix available at:
http://kb2.adobe.com/cps/402/kb402584.html


-Original Message-
From: Billy Cox [mailto:bi...@oldworldspices.com] 
Sent: Monday, June 01, 2009 4:58 PM
To: cf-talk
Subject: CFDocumentitem strangeness



I am using cfdocument to output mutliple cfdocumentsections and everything
works fine...except for the cfdocumentitem header within each section.
 
All of the other code in the section handles the loop iteration correctly,
but the cfdocumentitem outputs only data for the last record in the result
set.
 
So, if I have records 100, 101, 102, and 103, the cfocumentitem will show
103 for each section.
 
How can I get this to cooperate? All of the examples I have found are very
simple things like ouputting page numbers.
 
 
Thanks in advance,
 
Billy Cox
Old World Spices
bi...@oldworldspices.com




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323086
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFDocumentitem strangeness

2009-06-01 Thread Billy Cox

I am using cfdocument to output mutliple cfdocumentsections and everything
works fine...except for the cfdocumentitem header within each section.
 
All of the other code in the section handles the loop iteration correctly,
but the cfdocumentitem outputs only data for the last record in the result
set.
 
So, if I have records 100, 101, 102, and 103, the cfocumentitem will show
103 for each section.
 
How can I get this to cooperate? All of the examples I have found are very
simple things like ouputting page numbers.
 
 
Thanks in advance,
 
Billy Cox
Old World Spices
bi...@oldworldspices.com
 
 
 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF to Salesforce.com API?

2009-05-14 Thread Billy Cox

I'm guessing that the API is technology neutral (Java, PHP, CF, etc.) since
it accepts WSDL/SOAP requests. Is this accurate?

I'm also weighing a build or buy decision with regard to a data connector
between Salesforce and our ERP system (Pervasive SQL database). If I have a
working knowledge of SSIS, do I really need to spend the money for a
connector?


-Original Message-
From: Maureen [mailto:mamamaur...@gmail.com] 
Sent: Wednesday, May 13, 2009 4:59 PM
To: cf-talk
Subject: Re: CF to Salesforce.com API?



Working on right now.  What you need to know?

On Wed, May 13, 2009 at 1:04 PM, Billy Cox  wrote:
>
> We're considering putting our old Visual Foxpro-based CRM to sleep and 
> going with Salesforce.com. Does anyone have any experience with 
> Salesforce.com integration and/or using their web services API with 
> ColdFusion?
>
>
> Billy Cox
> Old World Spices
> bi...@oldworldspices.com



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF to Salesforce.com API?

2009-05-13 Thread Billy Cox

We're considering putting our old Visual Foxpro-based CRM to sleep and going
with Salesforce.com. Does anyone have any experience with Salesforce.com
integration and/or using their web services API with ColdFusion?
 
 
Billy Cox
Old World Spices
bi...@oldworldspices.com
 
 
 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Never Ending Program?

2009-04-06 Thread Billy Cox

Why *not* use a CF scheduled task that runs every minute or so?

You could also use a database trigger that runs when a date/time record is
inserted into the respective table.


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Monday, April 06, 2009 2:07 PM
To: cf-talk
Subject: Never Ending Program?



I need to write a routine that executes various actions based on user
entered dates/times.  The dates/times to act would be listed in a data base.

I really don't see a way to use the Scheduled Tasks page for this as that
seems more in tune to batch processing type stuff.  The only way I can think
of doing this is to write a never ending program that keeps checking to see
if an action is ready to kick off. 

Is there a better way to handle this?

Thanks


Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Sort database records as a human not a computer.

2009-03-16 Thread Billy Cox

Check out the SQL PATINDEX function. In combination with SUBSTRING and
REPLACE, you could retrieve a column that omits the leading words and then
ORDER BY that column.



-Original Message-
From: Ian Skinner [mailto:h...@ilsweb.com] 
Sent: Monday, March 16, 2009 9:27 AM
To: cf-talk
Subject: Sort database records as a human not a computer.



With SQLServer (2000 I believe) if that matters, which it may well.

I have a data column that contains titles.  I desire the titles to be 
sorted alphabetically as a human would not a computer.  The records I'm 
currently concerned with start with a quote (") and need to start with a 
quote.  Ideally I would like the records sorted with these records 
placed in order by the first letter inside the quotes like a human 
librarian would not to the top of the list as a computer does it.  Since 
I'm wishing for this, it would be really cool if the sort also ignored 
the other human librarian no goes 'a', 'an' and 'the' that are supposed 
to be ignored at the beginning of titles when sorting.

Luckily this is a very minor requirement and can be ignored if there is 
not is not a simple solution out there, but I also can't believe I am 
the first programmer that needed to do this with database data, so maybe 
the functionality already exists.

TIA
Ian




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox

The authentication error is a separate issue. The dot syntax should be 3.

When I set up my linked server connection to Access in SQL Server 2005, I
set the remote login to 'Admin' with no password (Linked Server properties,
security tab). If I recall correctly, that is a default login for an Access
database.


-Original Message-
From: Jeanmarie Richardson [mailto:jean...@tdai.net] 
Sent: Wednesday, March 11, 2009 5:11 PM
To: cf-talk
Subject: Re: ISO SQL2005 Linked Server Tutorital or Example



Thanks all for your help!  I feel like I am almost there.  I am using four
"." between the linked server name and the tablename but getting an error
"Contains more than the maximum number of prefixes. Maximum is 3"  .. I then
dropped it to 3 "." and got an authentication error.  I think I understnad
the dot syntax but was thinking it should be three rather than 4. 





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320411
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox

The datasource specified in the cfquery points to the SQL Server while the
linked server setup on the SQL Server points to the Access database. Thus
the ODBC driver is SQL Server.

I retrieve the contents of the Access table to a SQL Server temp table
because a later step in my process joins various tables and I want to avoid
a cross-server join.


>In this example, I copy the contents of an Access table into a SQL 
>Server temp table. 'ACCESSNOTES' is the name of the linked server in 
>SQL 2005 Express and 'NOTES' is the name of the table.
>
>
>
>   
>   IF (object_id('tempdb..##tmpNotes','u') > 0)
>   DROP TABLE ##tmpNotes

Thanks so in this example, id the datasource connecting to the SQL Server
temp table OR to the Access DB?  What driver is used in the ODBC Manager? 





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320401
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox

In this example, I copy the contents of an Access table into a SQL Server
temp table. 'ACCESSNOTES' is the name of the linked server in SQL 2005
Express and 'NOTES' is the name of the table. 




IF (object_id('tempdb..##tmpNotes','u') > 0)
DROP TABLE ##tmpNotes


SELECT NoteID, SourceTable, SourceKeySegment1, Subject, Note
INTO ##tmpNotes
FROM ACCESSNOTES...NOTES
WHERE ExpirationDate >= #Now()# 




Hi --
I need to query an Access DB that is on a remote server.  The remote server
also has SQL 2005 and the Network Admin has set the Access DB up as a linked
server on the SQL Server. (I can see it remotely using Management Studio and
drilling down to Server Objects\Linked Servers - however I cannot open it
like a SQL DB and see the tables).  My questions are:  1) how to I connect
to this using CF8 to pass queries?  2.) Do I set up an ODBC Connection?  3.)
do I have to write stored procedures for everything?  I need some basic info
so if anyone could point me in the right direction it would be most
appreciated. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320381
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: What the heck is happening during CFQUERY?

2009-03-09 Thread Billy Cox

That doesn't work because getArmes contains only a count of the records in
armesArmoriaux, not the actual records.

-Original Message-
From: Al Musella, DPM [mailto:muse...@virtualtrials.com] 
Sent: Sunday, March 08, 2009 7:37 PM
To: cf-talk
Subject: Re: What the heck is happening during CFQUERY?



Change it to this and the time should go down by a factor of about 100,000
:

>
>   SELECT count (*) as N
>   FROM armesArmoriaux
>
>getArmes.recordCount = #getArmes.n# cfquery.ExecutionTime 
>= #cfquery.ExecutionTime#






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320258
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFChart multiple series

2009-02-20 Thread Billy Cox

I have a report that needs compare current year and previous year sales by
month in a clustered bar graph format. The peculiar thing about the chart as
coded right now is that March 2009 through December 2009 (which have no
sales data yet) display the February sales value instead of zero.
 
I have tried using  a cfchartdata with value = 0 for each of the future
months, but that messes up February. There must be something that I am not
understanding about how cfchartseries works.
 
Here is the code:
 
 
 
  
  
   
SELECT MonthBeginning, OrderCount, OrderTotal
FROM WebSalesData
WHERE Channel = '#c#'
AND YEAR(MonthBeginning) = #qry_selectyears.SelectYear#
AND OrderCount > 0
ORDER BY MonthBeginning
   
 
   

 

   
   
   
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319628
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: (OT) - DNS misbehavior?

2009-01-16 Thread Billy Cox
I have  a host(a) record called 'report' that points to an internal IP
address corresponding to the intranet server. Server software is Windows
Server 2003. The web browser on the thin client (Win Xpe) points to
http://report and that occasionally sends them to the public website.

-Original Message-
From: Ben Conner [mailto:b...@webworldinc.com] 
Sent: Friday, January 16, 2009 4:31 PM
To: cf-talk
Subject: Re: (OT) - DNS misbehavior?


Hi Billy,

Are the two sites pointing to the same IP address or different ones? The
first thing you need to narrow down is whether the problem is a DNS issue, a
web server issue, or a thin client issue.  What type of server software are
the two sites on?  Are they assigned to specific IP addresses, or also using
the domain header included in the HTTP request?

--Ben

Billy Cox wrote:
> I have an intranet server named 'report' that serves up an app to a 
> touchscreen thin client. Every now and then a user on the thin client 
> will put in the address for the intranet app, but get our public 
> website instead. I have them restart the thin client and then all is 
> well. I'm assuming this is a DNS issue, but I haven't been able to 
> track down the root cause.
>
> What would cause this and how do I fix it? I'm mainly a programmer so 
> I'm learning network admin as needed.
>
>
> Thanks,
>
> Billy Cox
> Old World Spices
> bi...@oldworldspices.com
>
>
>
>
>
>
>
> 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318115
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


(OT) - DNS misbehavior?

2009-01-16 Thread Billy Cox
I have an intranet server named 'report' that serves up an app to a
touchscreen thin client. Every now and then a user on the thin client will
put in the address for the intranet app, but get our public website instead.
I have them restart the thin client and then all is well. I'm assuming this
is a DNS issue, but I haven't been able to track down the root cause.
 
What would cause this and how do I fix it? I'm mainly a programmer so I'm
learning network admin as needed.
 
 
Thanks,
 
Billy Cox
Old World Spices
bi...@oldworldspices.com
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318109
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Personalizing a CFLoop - validation error

2009-01-05 Thread Billy Cox
How about amending your query to only return results that have an email
address?

-Original Message-
From: cfcom [mailto:cf...@aceligent.com] 
Sent: Monday, January 05, 2009 3:01 PM
To: cf-talk
Subject: RE: Personalizing a CFLoop - validation error


I added four columns to database; 'recip_firstname, recip_lastname,
recip_title, recip_email'. Now all the 'sender and recipient' data in the
same table of db, but I keep getting an error:

//Attribute validation error for tag CFMAIL.
//The value of the attribute TO is invalid. The length of the string, 0
//character(s), must be greater than or equal to 1 character(s).







 SELECT * FROM mytablename 





  #sender_date#


   Dear #GetRecipients.recip_title# #GetRecipients.recip_firstname#
#GetRecipients.recip_lastname# 


  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  


  Yours truly,
  
  #form.sender_firstname# #form.sender_lastname#
  #form.sender_address#
  #form.sender_city#, #form.sender_state# #form.sender_zip#
  #form.sender_email#





-Original Message-
From: webmas...@pegweb.com [mailto:webmas...@pegweb.com] 
Sent: 2009-01-05 3:17 PM
To: cf-talk
Subject: RE: Personalizing a CFLoop

I would just do something like this then.


SELECT * FROM Recipients






  #sender_date#


  Dear #GetRecipients.Name#


  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  This is my message to the recipient.  This is my message to the
recipient.  


  Yours truly,
  
  #sender_firstname# #sender_lastname#
  #sender_address#
  #sender_city#, #sender_state# #sender_zip#
  #sender_email#






-Original Message-
From: cfcom [mailto:cf...@aceligent.com] 
Sent: Monday, January 05, 2009 2:21 PM
To: cf-talk
Subject: RE: Personalizing a CFLoop

Yes, it is stored. I can store form_sender and recipients if necessary

-Original Message-
From: webmas...@pegweb.com [mailto:webmas...@pegweb.com] 
Sent: 2009-01-05 2:13 PM
To: cf-talk
Subject: RE: Personalizing a CFLoop

Is the recipient data stored in a table by chance?








~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317419
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT - Shrinking a .pst file (without losing any emails)

2008-12-10 Thread Billy Cox
Check out http://www.outlook-mail-recovery.com/



-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 10, 2008 7:54 AM
To: cf-talk
Subject: Re: OT - Shrinking a .pst file (without losing any emails)


Same goes for any user using Outlook Express, and want to migrate to
Outlook.  If the file is large (as Express does not have separate pst files)
Outlook has a real issue when you try and use it... (I just went through
this...)
Rob

On Wed, Dec 10, 2008 at 6:17 AM, Adrian Lynch
<[EMAIL PROTECTED]>wrote:

> No, once the file topped 2GB and I closed Outlook it corrupted the 
> file and that was that. Outlook won't then open it.
>
> I tried various tools including MS's own one for truncating the file 
> but had no luck.
>
> I also tried a demo of Disk Doctors Outlook Mail Recovery which ran 
> for 10 hours (I kid you not) and then crashed! The good(ish) news was 
> that it was reading the email so I live in hope that they get back to 
> me with a solution to the problem.
>
> If anyone is using Outlook 2000 (I've since upgraded to 2007) check 
> out your ..pst file and if it's close to 2 GB, start Googling for ways 
> to shrink that
> bad boy!
>
> Adrian
>




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Adobe's CF IDE, "Bolt"

2008-12-04 Thread Billy Cox
Maybe they have to rebrand since Disney's latest non-Pixar movie is named
'Bolt'. I wouldn't want *my* IDE to share a name with a stupid movie.

But on a technical note... Is this IDE targeted to current Eclipse users, or
is Adobe trying to convert programmers who are using Dreamweaver?


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 04, 2008 8:37 AM
To: cf-talk
Subject: Adobe's CF IDE, "Bolt"


So...anyone *not* using the Bolt beta, please raise your hands...

I don't see any hands, so it must be out.

Is anyone allowed to confirm that it's out and being used and therefore I
didn't get a chance to work with the beta?  :o(

Rick



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316258
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Removing an Access database lock

2008-11-12 Thread Billy Cox
You can query a non-existent table in the database. That will clear the
lock.

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 12, 2008 9:11 AM
To: cf-talk
Subject: Re: Removing an Access database lock


 >>Delete the file/DSN ?

This assumes you have access to the CF Administrator.
Then simply check "Disable database connections " for this Datasource.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315144
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Ben Forta for president?

2008-10-24 Thread Billy Cox
I already have a WWBD shirt. What are we waiting for? 

As for a party name, how about 'Object Disoriented' or 'ODd' for short?


-Original Message-
From: David Moore, Jr. [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2008 3:29 PM
To: cf-talk
Subject: RE: Ben Forta for president?


I say we start a new party and make him our Candidate. Although he is
everything no one would expect to find in a presidential candidate. He is
intelligent, unselfish, and is accessible to anyone. Yep, nothing you would
expect...
 
Now, what about a name for our party. 
 
Programlicans, Webcratics, or we could go back in time and pick up on the
'Whig" party and just call ourselves the "Brain" party? 
 
 
David




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314363
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SQL Server on development box?

2008-10-08 Thread Billy Cox
I recently moved our sites to a new server running CF8 and SQL 2005
Standard. Do I have to buy the 'Developer Edition' of SQL 2005 for my
development box or is there another way? 
 
It's only $50, but being a corporate type, I like free better.
 
 
Billy Cox
Old World Spices
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313627
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SQL Server on development box?

2008-10-08 Thread Billy Cox
I recently moved our sites to a new server running CF8 and SQL 2005
Standard. Do I have to buy the 'Developer Edition' of SQL 2005 for my
development box or is there another way? 
 
It's only $50, but being a corporate type, I like free better.
 
 
Billy Cox
Old World Spices
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313614
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Submit ASP form using CFHTTP

2008-08-12 Thread Billy Cox
I want to submit a zipcode to a form on another website and then manipulate
the results using cfhttp.filecontent. When I run the code below, it churns
for awhile and then gives me an ASP runtime error.
 
http://www.thesite.com/default.aspx"; resolveurl="yes"
method="post">
 
 

 
 
 

 
#cfhttp.FileContent#
 
I copied the values for  __VIEWSTATE and __EVENTVALIDATION form fields from
the 'view source', but they seem to be server-generated values aimed at
preventing what I'm trying to do. Is there any way around this?
 
I don't think that __EVENTTARGET and __EVENTARGUMENT are required.
 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


RE: Graduating to an ORM/DI

2008-07-30 Thread Billy Cox
My first thought when reading this was, "Geeksta rap" lyrics; especially the
'hand jamming my 5/1s'. Fo sho OO playa!


-Original Message-
From: Justin T [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 30, 2008 6:51 AM
To: CF-Talk
Subject: Graduating to an ORM/DI


Last year, whenever I started with OO and frameworks, everyone told me to
generate my objects and create them "manually" until I had a grasp on why
one needs an ORM and DI.

After a few months of "procedural OO", I started using Coldbox with
lightwire and definitely see the advantages there with DI. 

Are there any general pre-ORM concepts that I might have missed while hand
jamming my 5/1s, refactoring into 3/1s and 2/1s, implementing inheritance
and composition, and banging my head against the wall every time I decide to
change or add a property? Can I graduate to an ORM? 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


RE: Sybase 10

2008-07-07 Thread Billy Cox
Look for an ODBC driver for Sybase 10. It might require installing some sort
of Sybase client software on the web server too. 

This seems to be the lot in life for databases operating off of the beaten
path.


-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2008 1:48 PM
To: CF-Talk
Subject: Sybase 10


Hi All,

 

Can anyone give me some pointers on how to connect CF7 to a Sybase database?
I can't seem to find anything online that gives a step by step.

 

TIA,

DUANE BOUDREAU  |  SANDY BAY NETWORKS

PRESIDENT AND CHIEF TECHNOLOGY OFFICER

P: 902.232.2345 x222   |  P: 603.879.0249 x222   |  F: 866.631.6272 
SMART PEOPLE. SMART SOLUTIONS. |  
http://www.sandybay.com


__

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

 






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


RE: Adobe ColdFusion Survey

2008-06-04 Thread Billy Cox
I guess I got #3 wrong. I looked at the advanced CF track and didn't see any
'chair' mentioned. The only presenter in that track who was also in the
choices was Hal Helms.

What's an iTouch anyway, and why do I want one?  ;)


-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2008 3:31 PM
To: CF-Talk
Subject: Re: Adobe ColdFusion Survey


d'oh!  i got #2 wrong.  i thought it asked what time it ends :(

On Tue, Jun 3, 2008 at 1:26 PM, Andy Matthews <[EMAIL PROTECTED]>
wrote:
> So as to make it simple, the answers to the last 3 questions are:
>
> 1) 2005
> 2) 1:30
> 3) Ray Camden
>
> While I'd love to win a touch, it's a little over the top to research 
> questions when we're already giving you information about our purchase 
> and upgrade habits, PLUS our email addresses.
>
> -Original Message-
> From: Michael Smith [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2008 2:34 PM
> To: CF-Talk
> Subject: Adobe ColdFusion Survey
>
> There is a new quick survey for everyone in the CF community to 
> participate in. The results will be shared directly with Adobe and the 
> general public. We want to know what version of ColdFusion you are 
> using now. Plus a few questions to help us prepare for the CFUnited 
> conference.
>
> Answer all 8 questions by June 11th and be entered in a raffle to win 
> a brand new iTouch!
>
> http://cfunited.com/blog/index.cfm/2008/5/28/Adobe-ColdFusion-Survey-a
> nd-Sca
> venger-Hunt
>
> Thanks!
>
> --
> Due to TeraTech's growth we are seeking winning sales people to sell 
> custom software. For more details: 
> http://www.teratech.com/go/about-us/jobs&jobsaction=detail&jobid=3
>
> Michael Smith, TeraTech, Inc
> 405 E Gude Dr Ste 207, Rockville MD 20850
> Voice: +1-301-424-3903 x110 Fax:301-762-8185
> Web: http://www.teratech.com/
> Email:  mailto:[EMAIL PROTECTED] ICQ: 66057682 Winner in CFDJ 
> awards Best Consulting. Member Team Fusebox.
>
>
>
> 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


1 IP address, 2 websites

2008-06-02 Thread Billy Cox
I want to host two separate internal development websites (report1 and
report2) on one IP address. The problem is that when I go to http://report2,
I get the report1 site.
 
I have set up the two websites in IIS 6. Both websites are on port 80, which
according to what I have read should be okay since I am setting a distinct
host header for each site. I have set up report1 and report2 as hostnames on
my DNS server, both pointing at 192.168.0.55.
 
The CF server is Bluedragon (free) which has a one IP address limitation,
hence my desire to use one IP address. If I restart the Bluedragon service,
I can browse to report2, but then when I browse to report1, I get the
report2 site.
 
I haven't needed to do much network administration in the past, so this is
new to me.  What am I missing? Is there a better way to accomplish this
(separate ports maybe)?
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


One IP address, Two websites

2008-06-02 Thread Billy Cox
I want to host two separate internal development websites (report1 and
report2) on one IP address. The problem is that when I go to http://report2,
I get the report1 site.
 
I have set up the two websites in IIS 6. Both websites are on port 80, which
according to what I have read should be okay since I am setting a distinct
host header for each site. I have set up report1 and report2 as hostnames on
my DNS server, both pointing at 192.168.0.55.
 
The CF server is Bluedragon (free) which has a one IP address limitation,
hence my desire to use one IP address. If I restart the Bluedragon service,
I can browse to report2, but then when I browse to report1, I get the
report2 site.
 
I haven't needed to do much network administration in the past, so this is
new to me.  What am I missing? Is there a better way to accomplish this
(separate ports maybe)?
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Best CF editor?

2008-05-29 Thread Billy Cox
I guess the school of hard knocks doesn't count as an educational
institution.  :(


-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2008 8:37 AM
To: CF-Talk
Subject: Re: Best CF editor?


It was for me =)  Adobe offers Flex Builder 3 FREE to educational faculty
and staff.

Rick

On Thu, May 29, 2008 at 9:31 AM, Billy Cox <[EMAIL PROTECTED]> wrote:

> You're not saying that Flexbuilder is free are you?
>
>




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Best CF editor?

2008-05-29 Thread Billy Cox
You're not saying that Flexbuilder is free are you? 



-Original Message-
From: Dominic Watson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2008 5:17 AM
To: CF-Talk
Subject: Re: Best CF editor?


Eclipse w/ CFEclipse & Subclipse:

CFEclipse is excellent plus having Subversion, CVS and Flexbuilder all in
one IDE is just fabn-bloody-tastic. Oh, and its FREE!

Dominic




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Friday CF Puzzler...

2008-05-16 Thread Billy Cox
What about all those people using a Dvorak keyboard??   ;)

-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 8:25 AM
To: CF-Talk
Subject: RE: Friday CF Puzzler...


I doubt it ;)  The computer has no physical indication of where the keys are
actually located, one key is the same as another too it.  I would really use
Verity or something that already has mis-spelled search result
functionality, or start creating a nice keyboard array ;)

Chris

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 9:20 AM
To: CF-Talk
Subject: RE: Friday CF Puzzler...

Yeah, that's the $64 dollar question. I figured that some uber-cf-wiz here
would know some java or undocumented "trick" that could determine the
surrounding keys w/o creating a bunch of lists. ~Che

-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 9:12 AM
To: CF-Talk
Subject: Re: Friday CF Puzzler...

How are you getting the keys that surround the letter?  Would you make a
list of the keys?

Becuase then you could do an array of lists so that each key had it's own
position in the arrray that contained the list of keys surrounding it, then
just loop the list and do a replace on it

A little time consuming to build the list I am sure, but that should work.

Rob

On Fri, May 16, 2008 at 8:57 AM, Che Vilnonis <[EMAIL PROTECTED]> wrote:

> Hmmm, not looking for a third party. Any idea how to do this
> completely with CF?
>
> -Original Message-
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 16, 2008 8:44 AM
> To: CF-Talk
> Subject: RE: Friday CF Puzzler...
>
> Not exactly that, but you could use a suggest web service. Google or
> Yahoo, I forget which we've used in the past.
>
> Adrian
> http://www.adrianlynch.co.uk/
>
> -Original Message-
> From: Che Vilnonis [mailto:[EMAIL PROTECTED]
> Sent: 16 May 2008 13:39
> To: CF-Talk
> Subject: Friday CF Puzzler...
>
>
> Anyone up for a challenge? I'm looking for a solution (because I'm not

> sure where to start) that would take a search string and return
> 'typos' based on keys that were hit next to a character that was 
> needed to be hit. For example, take the search term 'ibm'. I'd like 
> code that would return 
> "ubm,jbm,kbm,obm,9bm,8bm,ivm,inm,ihm,igm,ibn,ibk,ibj and so on". The 
> code would look for every key that surrounds the "I", the "B" and the 
> "M" on a standard keyboard and creates new search strings based on
these
types of common typos.
>
> Has anyone seen code like this already? Thanks, Che
>
>
>
>
> 







~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: cfqueryparam issue

2008-04-30 Thread Billy Cox
I don't know if you copy-pasted right out of your code, but you have an
extra '<' in the second example.

-Original Message-
From: Leitch, Oblio [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 30, 2008 12:42 PM
To: CF-Talk
Subject: cfqueryparam issue


I have a list of small numbers in a variable that I'm passing as an IN
() statement to a query-of-a-query.  When I cast it as a TINYINT, it fails.
Any idea why?

This works:
WHERE [id] IN ()

This fails:
WHERE [id] IN (<)





--Vv-v  ignore this  v-vV--

This email message may contain privileged and/or confidential information.
If you are not the intended recipient(s), you are hereby notified that any
dissemination, distribution, or copying of this email message is strictly
prohibited. If you have received this message in error, please immediately
notify the sender and delete this email message from your computer.

CAUTION: The Agency of Human Services cannot ensure the confidentiality or
security of email transmissions.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Online Persentations (powerpoint style)

2008-04-30 Thread Billy Cox
Has anyone used cfpresentation enough to assess its value and usability? 

I work with some sales people who would probably wet themselves and call me
blessed if they could send clients to a URL instead of trying to distribute
a Powerpoint file.




-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 30, 2008 5:29 AM
To: CF-Talk
Subject: Re: Online Persentations (powerpoint style)


ColdFusion 8's cfpresentantion tags maybe?

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer _
http://blog.cutterscrossing.com

Dominic Watson wrote:
> Does anyone know of a ColdFusion or other based tool for generating 
> powerpoint style presentations in a web format (i.e. so that no 
> software other than a web browser is required client side)?
> 
> Dominic
> 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Form to TIFF?

2008-04-29 Thread Billy Cox
When I saw 'form to TIFF', I figured that the client wants to fax the form
contents.



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 29, 2008 12:00 PM
To: CF-Talk
Subject: RE: Form to TIFF?


Melissa...

Don't want to be cliche, but is there a specific reason they want a TIFF
file? I'm sure it can be done, but I'd be more interested in their
reasoning. Is it so that it interfaces with some other piece of software
more easily?

-Original Message-
From: Melissa Cope [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 29, 2008 11:11 AM
To: CF-Talk
Subject: Form to TIFF?

We have a client that wants a form that, after pressing the submit button,
converts the form information to a TIFF. Is this possible? I know there are
ways to convert forms to PDFs... would it be possible to convert it to a PDF
*then* a TIFF? We're running CF7.

Thanks!





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Naming Forms randomly

2008-03-11 Thread Billy Cox
Assuming that 'formName' is literal text...

  ??

Or

   ??



-Original Message-
From: Phillip Perry [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 11, 2008 7:59 AM
To: CF-Talk
Subject: Naming Forms randomly


hello,

I use a form with a naming structure of "formName#ID#". The CF template ends
up making multiple forms which is why i thought the #id# part would be a
good idea, to allow for identifying which form i want to work on. The
problem is that when i try to refer to the form name in any CF template i
get error messages. for instance if i try 
I get an error referring to the #'s. Is there a better way to name forms
when you need each name to be unique and still be able to refer to it in CF?

Thanks,

Phil



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: MS Source Fource Super Friends

2008-02-22 Thread Billy Cox
It's that chick in the white lab coat that I'm worried about. She look like
she about to go Rodney King on some fool. As for that Ben Kenobi guy giving
the Nazi salute, that is sooo 1937.

Btw, what Jedi worth his lightsaber wears gloves and a matching headband?



-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 22, 2008 10:00 AM
To: CF-Talk
Subject: Re: MS Source Fource Super Friends


On Friday 22 Feb 2008, Gerald Guido wrote:
> One word: Gaytarded

Who wouldn't want a mini-Forta or Camden on their key ring... :-)

-- 
Tom Chiverton
Helping to interactively iterate scalable m-commerce
on: http://thefalken.livejournal.com



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
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  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 Solicitors Regulation Authority.

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 2500.

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



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Aaack! What does this error message mean?

2008-02-20 Thread Billy Cox
It generally means that you tried to call an undefined variable. Why it
couldn't just say that, I don't know. I think that a group of Macromedia
nerds were trying to cook up an error message that sounded more ominous than
'Java null pointer exception'. You know...something to strike fear into the
end users.


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 20, 2008 10:55 AM
To: CF-Talk
Subject: Aaack! What does this error message mean?


Hi, all…

I knew I’d get into some hairy error messages once I moved from CF 4.5 to CF
8… well I got one.  (Thanks, Will… ;o)

"dereference a scalar variable of type class java.lang.String  as a
structure with members"  ???  Come on, what in the world!

Anyway, what does this mean?  I haven’t had any problems with this way of
setting up email variables until I started working on a form on another part
of the site this morning…

Thanks,

Rick



=

The following information is meant for the website developer for debugging
purposes. 

Error Occurred While Processing Request 
You have attempted to dereference a scalar variable of type class
java.lang.String as a structure with members. 

 

The error occurred in E:\Inetpub\webroot\c21-ar\Application.cfm: line 8 6 :
 7 : 
8 :
9 :  
10 : 







~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Beyond Captcha

2008-02-08 Thread Billy Cox
My primary objection to captcha is that it adds speed bumps to the user
experience (extra keystrokes).

I feel smarter just having reviewed the cfformprotect code. I suspected
before that captcha would be going away (good riddance), now I am sure of
it.


-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 7:25 PM
To: CF-Talk
Subject: Re: Beyond Captcha


I think youtube must have had a number of people with the same issue, as
it's now simply a single colour text snippet on a white background, but I
agree with the principle (I am also colour vision impaired and I've seen
some where I thought, "there's a word in there?").

I keep hearing good things about cfformprotect and It's about time I tried
it out.




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Beyond Captcha

2008-02-07 Thread Billy Cox
Cool... I'll check it out.

I just know that I was pissed off the first time I encountered a captcha
that was unreadable even to human eyes.


-Original Message-
From: Matt Williams [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 07, 2008 1:37 PM
To: CF-Talk
Subject: Re: Beyond Captcha


+1 on cfformprotect. Just did an install last week.
Quick.
Easy.
Transparent to user. And so far no spam.

http://cfformprotect.riaforge.org/


-- 
Matt Williams
"It's the question that drives us."



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Beyond Captcha

2008-02-07 Thread Billy Cox
It might just be wishful thinking on my part, but I believe that Captcha
will soon be as rare (and just as appreciated) as those little icons saying
'this site optimized for IE 4.0'.

Does anyone want to speculate on what will replace/kill Captcha? (it can't
happen too soon) Does anyone love Captcha and hope that it is the better
mousetrap?

p.s. I posted this question to CF-community, but I got no responses since
they are embroiled in other more interesting topics right now...
 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Error on site - "Error converting data type varchar to numeric"

2008-02-05 Thread Billy Cox
Are any of your columns numeric? I would think that CatID, UserID, and Price
should be numeric columns, but your query treats them as strings. My guess
would be that a price is getting submitted with non-numeric data. (dollar
sign, commas, letters?)

The line number in the error detail may not necessarily be the line that is
actually causing the error when it comes to a cfquery tag.


-Original Message-
From: Rick King [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 05, 2008 2:39 PM
To: CF-Talk
Subject: Error on site - "Error converting data type varchar to numeric"


I have a site that allows people to list items for sell. I keep getting
errors emailed to me that state, " Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Error converting data type
varchar to numeric. The error occurred on line 30."

Here is my query:

  
SET NOCOUNT ON;
INSERT INTO Products (CatID, UserID, Designer, Model, Color, DressSize,
Price, Material, Description, Status)
VALUES ('#Trim(FORM.CatID)#',
'#Trim(SESSION.Auth.UserID)#', 
'#Trim(FORM.Designer)#', 
'#Trim(FORM.Model)#', 
'#Trim(FORM.Color)#', 
'#Trim(FORM.DressSize)#', 
'#Trim(FORM.Price)#', 
'#Trim(FORM.Material)#', 
'#Trim(FORM.Description)#',
'Approved');
SELECT @@identity AS ProdID FROM Products;


Line 30 is the  #Trim(FORM.Description)# line in the query, but the
Description field IS set to varchar. Any ideas on why I'd be getting this
error? I can't seem to reproduce it, but several of my users are
consistently triggering the error.

Thanks
Rick 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: cffile rename

2008-01-28 Thread Billy Cox
Sounds like something they teach at the Enron school of software
development. 


"Then when I started testing the application I noticed I was destroying
files because the error never occurred and the files were flat out
overwritten.

Kind of a dangerous thing."






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: CFLogin, timeout, and querystring

2008-01-28 Thread Billy Cox
Thanks Chris.

I also found a reference with example code at:
http://www.tek-tips.com/faqs.cfm?fid=5186



-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 28, 2008 10:45 AM
To: CF-Talk
Subject: RE: CFLogin, timeout, and querystring


Just write it to a cookie, that's nice and non-sensitive information that a
cookie sounds perfect for ;)

Or your login form can capture form scope fields, and pass them forward to
the search as hidden form entries?

Chris Peterson

-Original Message-
From: Billy Cox [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 28, 2008 11:22 AM
To: CF-Talk
Subject: CFLogin, timeout, and querystring

When a user attempts to do something in my application and they get a login
screen instead (due to a timeout), I want the application to remember the
query string so that after logging in they can be redirected there.
 
How would I do this in a way that works with cflogin?
 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 








~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CFLogin, timeout, and querystring

2008-01-28 Thread Billy Cox
When a user attempts to do something in my application and they get a login
screen instead (due to a timeout), I want the application to remember the
query string so that after logging in they can be redirected there.
 
How would I do this in a way that works with cflogin?
 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Apple + Adobe = ??

2008-01-14 Thread Billy Cox
Before posting here, I subscribed to cf-community anticipating that I would
pose the question there, but it seemed like an out of place topic alongside
pet photos and weight loss discussions.


"In any case, this is an appropriate topic for cf-community, not cf-talk."





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Apple + Adobe = ??

2008-01-14 Thread Billy Cox
How would it change our lives if Apple were to buy Adobe? Would this be a
good thing for CF, or would it just be something that Apple gets along with
the products it is *really* interested in?  (such as Photoshop, Illustrator,
Premiere, etc.)
 
http://blogs.zdnet.com/BTL/?p=7571
<http://blogs.zdnet.com/BTL/?p=7571&tag=nl.e539> &tag=nl.e539
 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: How good is cfreport?

2007-11-27 Thread Billy Cox
Thanks for the input. It is very helpful.


-Original Message-
From: Jim Pennington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 27, 2007 10:46 AM
To: CF-Talk
Subject: Re: How good is cfreport?


I've been using Crystal Reports viewed via the web for sometime. As I am
using an IIS server I've been using asp pages and it works great. I am using
a program called recrystallize (www.recrystallize.com) which is a wizard
that processes your rpt file and you need to provide the database connection
information, parameters and how you want the report to be displayed. Once
the process is completed it generates the ASP pages which you place on your
web server. I've been using it for years and it's a great tool.

Jim Pennington

On Nov 27, 2007 10:17 AM, Cutter (CFRelated) <
[EMAIL PROTECTED]> wrote:

> Not positive on this, but I believe the multiple query thing was 
> handled with CF 8...
>
> Steve "Cutter" Blades
> Adobe Certified Professional
> Advanced Macromedia ColdFusion MX 7 Developer 
> _ http://blog.cutterscrossing.com
>
> Kris Jones wrote:
> >> You should be able to do pretty much anything that Crystal Reports 
> >> supports with the built-in  and the (free) Report 
> >> Builder. Talk to Dean Harmon at Adobe if you have specific 
> >> questions (since he wrote most of the reporting subsystem).
> >
> > Sorry, but I'm not convinced of this. I've written some pretty 
> > complex Crystal Reports way back when, and after working with the 
> > Report Builder for a year +, can say that it isn't quite there yet. 
> > Good tool, no doubt, but still buggy, and doesn't support some 
> > things that I could use. (How about being able to pass in multiple 
> > queries to the
> > report.) The IDE is very mouse-unfriendly, and I've seen instances of
> > objects getting "stuck" in invisible places (how does an object get
> > set to a negative y axis inside of a section?). Granted, I'm not on
> > CF8 yet either (we're on 7.02) -- hopefully there's been huge progress
> > made since?
> >
> > Cheers,
> > Kris
> >
> >
>
> 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


How good is cfreport?

2007-11-26 Thread Billy Cox
Does anyone have experience with outputting Crystal Reports using
ColdFusion? We have a number of existing Crystal Reports that I would like
to leverage if possible. I am also making a purchase decision between Blue
Dragon Server JX and CF Server 8.0, so I want to know whether CF Server
(cfreport tag) is worth the extra bucks.
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


RE: Blue Dragon error

2007-11-13 Thread Billy Cox
When I originally installed Altiris, I did the 'Simple Install' which sets a
database listener on port 8080. I reinstalled Altiris and set a different
port, so all is well now.

Thanks.



-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 12, 2007 1:08 PM
To: CF-Talk
Subject: Re: Blue Dragon error


Hi Billy,

What ports does Altiris Deployment Console use? IE: What's listening on port
8080 and port ?

Also, you might try posting this to the BD interest list.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
BlueDragon Alliance Member
[EMAIL PROTECTED]


Billy Cox wrote:
> Until recently, Blue Dragon (free server & SQL 2005 Express) was 
> working fine, but now I get the following error when I attempt to open 
> the BD
> Administrator:
>  
> "System.ArgumentNullException: No message was deserialized prior to 
> calling the DispatchChannelSink. Parameter name: requestMsg at 
> System.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IS
> erverC
> hannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders
> requestHeaders, Stream requestStream, IMessage& responseMsg,
> ITransportHeaders& responseHeaders, Stream& responseStream) at
>
System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IS
> erverChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders
> requestHeaders, Stream requestStream, IMessage& responseMsg,
> ITransportHeaders& responseHeaders, Stream& responseStream) at
>
System.Runtime.Remoting.Channels.Http.HttpServerTransportSink.ServiceRequest
> (Object state) at
> System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow() "
>  
> I have recently installed the Altiris Deployment Console to manage 
> thin clients on the network from this server, so it's probably 
> related. How can I get these apps to play nice?
>  
>  
> Thanks in advance,
>  
> Billy Cox
> Old World Spices
> [EMAIL PROTECTED]
>  
>  
>  
> 
> 
> 
> 
> 



~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

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


Blue Dragon error

2007-11-12 Thread Billy Cox
Until recently, Blue Dragon (free server & SQL 2005 Express) was working
fine, but now I get the following error when I attempt to open the BD
Administrator:
 
"System.ArgumentNullException: No message was deserialized prior to calling
the DispatchChannelSink. Parameter name: requestMsg at
System.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IServerC
hannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders
requestHeaders, Stream requestStream, IMessage& responseMsg,
ITransportHeaders& responseHeaders, Stream& responseStream) at
System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IS
erverChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders
requestHeaders, Stream requestStream, IMessage& responseMsg,
ITransportHeaders& responseHeaders, Stream& responseStream) at
System.Runtime.Remoting.Channels.Http.HttpServerTransportSink.ServiceRequest
(Object state) at
System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow() "
 
I have recently installed the Altiris Deployment Console to manage thin
clients on the network from this server, so it's probably related. How can I
get these apps to play nice?
 
 
Thanks in advance,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: Developing software for touch screen?

2007-11-02 Thread Billy Cox
I ended up going with an HP thin client (XP embedded), Planar touchscreen
and a barcode scanner. I opted for the barcode scanner to facilitate system
identification because no special hardware is required to create barcoded ID
cards or rosters.





-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 31, 2007 4:44 PM
To: CF-Talk
Subject: RE: Developing software for touch screen?


> *** I'm new to the network admin side of things, so I'll be
> figuring out remote management as I go. The big selling point 
> for thin client is manageability...we'll see.

You probably won't want to use Windows CE then; I don't think it contains
nearly as much functionlity for remote management.

> *** I had not considered Flash. I'll have to mull over
> whether I have the time to get up to speed with Flash for 
> this project.

I'll second Flash for this sort of thing. I'm constantly surprised to find
Flash popping up in all sorts of places, like hotel TV systems.

> *** The touchscreen will be in a warehouse and food (dry)
> manufacturing environment. We have climate control, but 
> otherwise it is a less than ideal environment for computers. 
> The interface will consist of the touchscreen, keyboard and a 
> fingerprint scanner or card swiper.

I've only worked with consumer-grade fingerprint scanners, but if they're
representative of the state of the art, I'd avoid them in favor of card
readers.

> I want to have an onclick sound and maybe some kind of voice
> prompt, but I have to figure out how and where to mount speakers.

Audio in factory environments can be very ... problematic. You will likely
have a very high ambient noise level.

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!




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
I looked at laptops and tablet PCs, but we need three systems and that puts
the cost out of reach for now.

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 31, 2007 2:10 PM
To: CF-Talk
Subject: Re: Developing software for touch screen?


If you go with one of the many panel-pcs (full pc integrated into the panel.
Think a laptop bent in the other direction or a tablet PC), they are full
pcs running normal os (windows XP for example).

Something like this:
http://igopanelpc.com



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
I'm looking at an off the shelf thin client. I am leaning toward HP, but
nothing is set in stone yet.

I am guessing that fingers are better than a stylus. My boss would be very
unhappy if he saw a user (hourly worker) hunting around for a lost stylus
instead of working. :)

Thanks for the input on Windows CE vs XPe. I think I'll keep my usability
options open and go with XPe.



Like Jerry said, there's nothing specific about touch screens, really. You
generally have to make buttons bigger if people are going to use their
fingers instead of a stylus, though.

As for what thin client you're going to use, do you plan to develop custom
hardware or are you looking for something off the shelf? You should probably
let the available hardware drive the answer to this. Windows CE and XP
embedded are both fine choices for custom hardware, and there are all sorts
of other OSs available for this. If you're actually building an application
with a relatively simple HTML interface, it won't really matter much what
you use here.

Beyond that, choices for advanced functionality (Flash, AJAX, etc) are
pretty limited with Windows CE, although there is FP7 for Windows CE.

Frankly, for either environment you might choose instead to build a
client-server app using .NET on the client and web services on the server.
Windows CE supports .NET Compact Framework. BlueDragon would be a nice fit
here, since presumably you could also use native .NET web services, which
are often more easily consumed by .NET clients.

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!




~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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


RE: Developing software for touch screen?

2007-10-31 Thread Billy Cox
Are you looking for a standalone screen, or are you looking for a small form
factor PC attached to a regular touchscreen?

*** I am looking at a thin client setup. Leaning toward HP t5720 with a
regular touchscreen, wireless network (unless the plant manager wants to run
cable)



Most touchscreens today just function as a mouse, and are handled at the os
level. They are either bought with the screen, or are add on kits you can
handle yourselves. (You no longer need to inject silicon between the glass
panes, which was a _pain_. Especially with the 12" needle used to extract
air bubbles. And you no longer have to write your own device drivers, which
is _lovely_.)

*** Haha, those were the good ol' days. 


The main considerations for a standalone kiosk/touchscreen are diagnostics
and remote update and control, and making sure the interface is adapted for
touch interface (read large well-spaced buttons).

*** I'm new to the network admin side of things, so I'll be figuring out
remote management as I go. The big selling point for thin client is
manageability...we'll see.


We built many kiosks using old-school cbt software, and later Director, but
Flash and Firefox (in kiosk mode) handle it wonderfully now right out of the
box.

*** I had not considered Flash. I'll have to mull over whether I have the
time to get up to speed with Flash for this project.


What is the environment? Budget? User needs? Is it the only interface, or an
additional interface (keyboards, mice, movement or weight sensors)? What
about feedback? Screen only, or do you need sound as well?

*** The touchscreen will be in a warehouse and food (dry) manufacturing
environment. We have climate control, but otherwise it is a less than ideal
environment for computers. The interface will consist of the touchscreen,
keyboard and a fingerprint scanner or card swiper.

The ultimate aim of the system is to get better data for a plethora of
business calculations. (cost, employee performance, machine benchmarks, etc)
This is the main reason for having a touch screen in proximity to the
manufacturing areas. We have used after-the-fact reporting and it's very
sketchy at best.

I have not explored mounting options yet. The system will have to be close
enough to workflow to be convenient, but out of the way enough to not get
mauled by a forklift.

I want to have an onclick sound and maybe some kind of voice prompt, but I
have to figure out how and where to mount speakers.


On 10/31/07, Billy Cox <[EMAIL PROTECTED]> wrote:
> Has anybody done this and care to share war stories? I am considering 
> options for a workflow management system that appears well suited for 
> a touch screen interface.
>
> It looks like the OS choices for a thin client with touch screen are 
> Windows CE or XP embedded. What would make you choose one over the 
> other.  Assume BlueDragon and SQL Server 2005 backend.
>
> Billy Cox
> Old World Spices
> [EMAIL PROTECTED]
>
>
>
>
>
>
>
> 



~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Developing software for touch screen?

2007-10-31 Thread Billy Cox
Has anybody done this and care to share war stories? I am considering
options for a workflow management system that appears well suited for a
touch screen interface.
 
It looks like the OS choices for a thin client with touch screen are Windows
CE or XP embedded. What would make you choose one over the other.  Assume
BlueDragon and SQL Server 2005 backend.
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


RE: PDF to HTML

2007-10-30 Thread Billy Cox
I am working on the opposite conversion, but I have noticed that the iText
java library can do HTML encoding from the contents of a pdf. I'm just
beginning to dive into iText and I am finding all kinds of interesting
stuff.




-Original Message-
From: Varun Dixit [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 30, 2007 1:39 PM
To: CF-Talk
Subject: PDF to HTML


Hi everyone,

I have a PDF file which i would like to convert to HTML. If anyone could
point me to a custom tag or a utlity for the conversion it would be great.
Thanks in advance. 



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: Datasource question

2007-10-30 Thread Billy Cox
This is the Pervasive formerly known as bTrieve. I am running the free
edition of BlueDragon Server, so JDBC is not an option.

Pervasive's ODBC driver seems to have a problem with transaction management
or locking when doing inserts/updates so I am hoping that I can find a way
around ODBC.


-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 30, 2007 8:03 AM
To: CF-Talk
Subject: Re: Datasource question


Billy Cox wrote:
> So...should I go with the ODBC connection to Pervasive SQL or try to 
> connect to Pervasive via linked server in SQL 2005 Express, or am I 
> barking up the wrong tree?

Depends on which Pervasive you are talking about. If you mean the one 
that started life as BTrieve I would try the linked server approach. If 
you mean the one that started life as PostgreSQL I would try to connect 
directly to it with a PostgreSQL JDBC driver (the product is only 
rebranded, not actually changed).

Jochem




~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


RE: Datasource question

2007-10-30 Thread Billy Cox
So...should I go with the ODBC connection to Pervasive SQL or try to connect
to Pervasive via linked server in SQL 2005 Express, or am I barking up the
wrong tree?


-Original Message-
From: Billy Cox [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 29, 2007 8:04 AM
To: CF-Talk
Subject: Datasource question


I have a brand new intranet server with Blue Dragon and SQL Server 2005
Express. I need it to connect to a Pervasive SQL database on another server
so I can put this thing to work.
 
I have configured an ODBC datasource for the Pervasive SQL connection.  Is
it better or even possible to configure the connection using a linked server
in SQL 2005 instead? The Pervasive connection is critical since it contains
reporting data.
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 






~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Datasource question

2007-10-29 Thread Billy Cox
I have a brand new intranet server with Blue Dragon and SQL Server 2005
Express. I need it to connect to a Pervasive SQL database on another server
so I can put this thing to work.
 
I have configured an ODBC datasource for the Pervasive SQL connection.  Is
it better or even possible to configure the connection using a linked server
in SQL 2005 instead? The Pervasive connection is critical since it contains
reporting data.
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: SPAM - SYS-Con relies on "dead" technology

2007-10-17 Thread Billy Cox
I just figured it was guerrilla marketing for Stephen Colbert's presidential
campaign.


-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 17, 2007 8:54 AM
To: CF-Talk
Subject: RE: SPAM - SYS-Con relies on "dead" technology


Ahh...responded to not only the wrong thread, but the completely wrong list.

/me shakes head. 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 17, 2007 8:34 AM
To: CF-Talk
Subject: RE: SPAM - SYS-Con relies on "dead" technology

I'd consider voting for him if only because it would REALLY piss off the
other candidates who only care about themselves and their party.

"we the people"? Who's that? 

-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 17, 2007 8:23 AM
To: CF-Talk
Subject: Re: SPAM - SYS-Con relies on "dead" technology

Server response for your link:

500

ROOT CAUSE:
coldfusion.runtime.RequestTimedOutException: The request has exceeded the
allowable time limit Tag: cfoutput

If that's intentional then it is too funny...

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer _
http://blog.cutterscrossing.com

Scott Stewart wrote:
> Boycott Syscon
> 
> http://www.sstwebworks.com/blog/index.cfm/2007/10/16/Boycotting-SysCon
> 
> 







~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: SYS-Con relies on "dead" technology

2007-10-17 Thread Billy Cox
Thanks for bringing me up to speed.  :)

There is a fine line between 'incompetent' and 'evil'. It sounds like
SYS-Con is delivering both.



"And if you think I'm exaggerating at all, trust me, I'm not scratching 
the surface. They are SCUM.

thanks,
Bruce"





~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


RE: SPAM - SYS-Con relies on "dead" technology

2007-10-16 Thread Billy Cox
I knew that CFDJ was gone, but I didn't sense any grief at its demise.



-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 16, 2007 2:24 PM
To: CF-Talk
Subject: Re: SPAM - SYS-Con relies on "dead" technology


But seriously, what's with all the hatred of Sys-Con? Did I miss something?

Did you miss all the hullabaloo about Sys-Con dropping the ColdFusion
Developers Journal in place of a Microsoft Silverlight journal because CF is
dead?




~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: SPAM - SYS-Con relies on "dead" technology

2007-10-16 Thread Billy Cox
Lord Voldemort would heartily agree. 

But seriously, what's with all the hatred of Sys-Con? Did I miss something?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 16, 2007 1:41 PM
To: CF-Talk
Subject: RE: SPAM - SYS-Con relies on "dead" technology


Fear of the name of a thing increases the power of a thing in your 
life.

William

-Original Message
-From: [EMAIL PROTECTED]
-Date: Oct 16, 2007 11:26 
-To: "CF-Talk"
-Subj: RE: SPAM -  SYS-Con relies on "dead" technology
-
-As penance I will start the "Boycott magazine publisher who shall not 
be
-named" movement :)
-
-sas
-
--- 
-Scott Stewart
-ColdFusion Developer
- 
-SSTWebworks
-4405 Oakshyre Way
-Raleigh, NC. 27616
-(703) 220-2835
- 
-http://www.sstwebworks.com -http://www.linkedin.com/in/sstwebworks
- 
-
--Original Message-
-From: Simon Horwith [mailto:[EMAIL PROTECTED] 
-Sent: Tuesday, October 16, 2007 1:01 PM
-To: CF-Talk
-Subject: Re: SPAM - SYS-Con relies on "dead" technology
-
-reminder - links to sys-con pages not only in blog entries and web 
pages 
-but also in e-mails to HoF mail lists (whose threads are web-
accessible) 
-benefit Sys-Con.  Unless you disagree with the statement that Sys-Con 
is 
-no friend of the F community (and I think we all agree on this), 
let's 
-try to not link to them.  If you want to provide a sys-con URL in a 
-post, why not replace "www." with "www-dot-"?  Anyone inclined on 
-reading the article/page will figure it out.  Do note that though 
this 
-tactic will reduce their search engine placement, ANY visits to 
their 
-sites helps their traffic, and their traffic numbers are a selling 
point 
-to their advertisers/sponsors.
-
-~Simon
-
-Simon Horwith
-Adobe Community Expert
-Adobe Certified Master Instructor
-http://www.horwith.com
-
-
-
-
-Scott Stewart wrote:
-> 
->  
->
-> I guess Silverlight can't do email
->
->  
->
-> hehehhehehehe
->
->  
->
->  
->
->  
->
->   
-
-
-
-
-




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: Case Sensitivity

2007-10-05 Thread Billy Cox
As you point out, case sensitivity is important for data but that has
nothing to do with code. What programmer would assign the number of new
customers this year to the variable 'x' and then assign the number of all
customers to a variable named 'X'? There is no practical utility for the
system to enforce case sensitivity within the code or file system.

As for coding standards, I appreciate coding standards for readability and
ease of searching - but I must point out that a case sensitive system can
only enforce consistent coding standards - which can be consistently bad.




-Original Message-
From: William Seiter [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 05, 2007 10:24 AM
To: CF-Talk
Subject: RE: Case Sensitivity


It used to be that the computer industry (CIS and CS) were as a science
program rather than the current zeitgeist of a business program.  In
science, as someone else studiously pointed out, whether a word was spelled
with uppercase letters, lowercase letters, or capitalized words, would
determine what that word actually meant, what the person was speaking about.

Lets take the name of our product here...
ColdFusion == "Middle tier programming language"
Cold Fusion == "Doctor Who novel"
cold fusion == "low energy nuclear reactions"

Same spelling, completely different meanings. 

Also, just because a language is Case-insensitive 'does not' mean that you
should treat it that way.  If the application your are editing was built
with a specific 'case plan' in mind. Eg.  local vars are lower case, session
vars are uppercase, functions are mixed case, etc. then you should follow
that same methodology.  This helps not only new programmers to the code to
understand and follow what you have done, but also helps YOU when you come
back to an application after 3 years and can't remember exactly how
something was written.

Also, SQL is a case-insensitive language (except when referring to the
content of a column, which can be very case-sensitive).  But databases can
vary.  So if you write your SQL as if the dB was case-sensitive, then an
upgrade, update, or complete change of the database won't effect the code
(much). 

Hope this helps 
-- 
William E. Seiter
 
Have you ever read a book that changed your life?
Go to: www.winninginthemargins.com
Enter passkey: goldengrove

-Original Message-
From: Billy Cox [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 05, 2007 6:50 AM
To: CF-Talk
Subject: RE: Case Sensitivity

Very true.

If case sensitivity is not an asset to software development, then it is a
liability.


-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 05, 2007 8:30 AM
To: CF-Talk
Subject: Re: Case Sensitivity


 >>The rest of the world should not be crippled by Microsoft's mistakes.

Case insensivity Microsoft's mistake?
C'mon, case sensitive languages has been the most stupid thing and worse 
innovation in whole computer science history.
It has been a source of many errors, much more often than it helped 
programmers in their work.

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








~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


RE: Case Sensitivity

2007-10-05 Thread Billy Cox
Very true.

If case sensitivity is not an asset to software development, then it is a
liability.


-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 05, 2007 8:30 AM
To: CF-Talk
Subject: Re: Case Sensitivity


 >>The rest of the world should not be crippled by Microsoft's mistakes.

Case insensivity Microsoft's mistake?
C'mon, case sensitive languages has been the most stupid thing and worse 
innovation in whole computer science history.
It has been a source of many errors, much more often than it helped 
programmers in their work.

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




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: Case Sensitivity

2007-10-04 Thread Billy Cox
I can see lots of benefit to having both application.cfm and Application.cfm
in the same directory. It's like killing two stones with one bird.  :)



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 04, 2007 12:05 PM
To: CF-Talk
Subject: RE: Case Sensitivity


No no. I understand that they ARE different in the underlying ascii code.
But the point is, it simply presents confusion to people when a file name
can be spelled the exact same, but be two unique files. 

I had a discussion about programming with a co-worker this morning. We
decided that much of the programming behaviour for early languages (C, C++,
Java, etc) was based originally on hardware limitations. So, it could be
that the original UNIX systems HAD to force the differences, and so the code
was forced to be case sensitive.

Anyway, I find no use for case-sensitivity. It's only redeeming quality is
that it forces programmers to be consistent in the way their code is
written.

:)

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 04, 2007 9:08 AM
To: CF-Talk
Subject: Re: Case Sensitivity

On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote:
> I find no good reason that Andy.cfm should be different than andy.cfm.

Let introduce you to my friend, Mr A. Sci-Code :-)

--
Tom Chiverton
Helping to advantageously harness prospective materials
on: http://thefalken.livejournal.com



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 Solicitors Regulation Authority.

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.





~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


RE: CF & Podcasting

2007-09-24 Thread Billy Cox
It's not my site, so I can only infer what is going on behind the scenes. I
gather that the podcast details are stored in a db so that the user can
retrieve them and regenerate an XML file at any time. 

I have not done enough with podcasting to answer your other questions with
any level of certainty.



-Original Message-
From: Davide Campo [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 24, 2007 11:12 AM
To: CF-Talk
Subject: Re: CF & Podcasting


Nice site.

suggestions?

- The details of the podcast are stored in DB or directly in xml files?
- If the user must only upload files and the CF publisher Server is the same
of the Podcasting server, i should hide some information like URLs, file
Size, ecc... , is that right?
- Could i have my own extension for the files (example not mp3)?



>Check out http://www.poderator.com/
>




~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

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


RE: CF & Podcasting

2007-09-24 Thread Billy Cox
Check out http://www.poderator.com/

It is a podcast publishing model worth looking at to get some ideas.


-Original Message-
From: Davide Campo [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 24, 2007 6:52 AM
To: CF-Talk
Subject: CF & Podcasting


Did anyone approach the Podcasting Publish System in CF?

- Profiling users to downloads
- Writing XML in podcast format
- Uplaod media files
- etc...

I will have to create a this Web Application type in CF.







~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


RE: Darn syntax

2007-09-21 Thread Billy Cox
I bet if we put our heads together we could come up with an even more
complicated solution that makes us look really smrt. 



-Original Message-
From: Wil Genovese [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 20, 2007 4:29 PM
To: CF-Talk
Subject: Re: Darn syntax


you need a variable for each portion of the createtimespan function.

cachedwithin="#CreateTimeSpan(cache_time_day,cache_time_hour,cache_time_minu
te,cache_time_sec)#"


-- 
Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 



Robert Harrison wrote:
> Let's try this again. the list seems to be funky.
>
>  
>
> I've got the table driven system with all these profile reads. The 
> profiles don't change often so I want to cache unless I'm testing. If 
> I'm live I want my cache time at several days.
>
> So I set:
>
>  
>
> 
>
> OR
>
> 
>
>  
>
> Now on my profile query statement, instead of saying
>
>  
>
> cachedwithin="#CreateTimeSpan(2, 0, 0, 0)#"
>
>  
>
> I want to say
>
>  
>
> cachedwithin="#CreateTimeSpan(#cache_time#)#"
>
>  
>
> But it don't like that. I've tried various combos using and not using 
> EVALUATE, etc. but it just doesn't want to obey me.
>
>  
>
> Anyone see the correct syntax. I'm sure this is nothing more than a 
> syntax problem but I'm not seeing it right now.
>
>  
>
> Thanks,
>
>  
>
> Robert B. Harrison
> Director of Interactive services
> Austin & Williams
> 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
> T : 631.231.6600 Ext. 119
>
> F : 631.434.7022
> www.austin-williams.com
>
> Great advertising can't be either/or... It must be &.
>
>
>
>
> 



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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


RE: Scope Question

2007-09-19 Thread Billy Cox
Yes, that is WAY cooler than looking at cgi.query_string.  :)

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 19, 2007 11:24 AM
To: CF-Talk
Subject: Re: Scope Question








On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> I'm using this very simple server side imagemap to send coordinates my 
> results script of where the user clicked on the image.  My questions 
> is how can I extract the x and y coordinates once it's passed as ...
>
> http://www.domainname.com/map.cfm?231,266
>
> I'm typically use to id=value, but there's no name value paired here.  
> Thanks for any advice.
>
> original page code
> 
>  src="images/Coverbabycontest/2007/original/Allison_Gronsbell_Chloe_071
> 8_204454.jpg" width="511" height="681" border="0" ismap />
>
> Thanks.
>
> D
>
> 



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: Scope Question

2007-09-19 Thread Billy Cox
Use a list function on cgi.query_string to get your coordinates.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 19, 2007 11:00 AM
To: CF-Talk
Subject: Scope Question


I'm using this very simple server side imagemap to send coordinates my
results script of where the user clicked on the image.  My questions is how
can I extract the x and y coordinates once it's passed as ...

http://www.domainname.com/map.cfm?231,266

I'm typically use to id=value, but there's no name value paired here.
Thanks for any advice.

original page code



Thanks.

D



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


RE: LOOPY LOOP LOOP

2007-09-19 Thread Billy Cox
Let's say that you had a query that lists every Starbucks in the USA and you
wanted to output the list grouped by state.

Your outer cfoutput would set a 'group' attribute by state and display the
state name. Your inner cfoutput would output the physical store location.
There are certainly other ways to do the same thing, but this one is the
elegant choice.



-Original Message-
From: Todd Mathews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 18, 2007 6:56 PM
To: CF-Talk
Subject: LOOPY LOOP LOOP


Here is a fun one that I somehow missed in the past...

We were looking at some code that appeared to be looping over itself and
tracked it down to an extraneous  clause inside the parent
 loop.
 
Here is a quick example:


#getItems.itemId#

 
Outputs the item id numbers as expected..
IE:
1
2
3
4

Now try this:
 
 #getItems.itemId#


The second version outputs a loop of the items in a loop of the records.. 
IE:
1234
234
34
4

Although this does make some sense, it seems strange that the second
cfoutput is indeed interacting with the parent cfoutput loop but not like
one might expect.

Of course the obvious solution is to avoid extraneous CFOUTPUTs, but I
thought it might be helpful to post in case anyone else encounters a similar
issue in the future. 

This behavior occurs in both CFMX 7 and CFMX 8 FWIW.

Nothing earth shattering here.. Just one of those nuances that makes you
feel a little crazy from time to time. ;)

For fun, can anyone come up with a scenario where this type of behavior is
actually DESIRED instead of both outputting the same results like might be
expected?

Todd





~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: Shopping Cart Theory

2007-09-17 Thread Billy Cox
I use CF Webstore which stores shopping cart data in a database table. I
think this is more customer-friendly since average mortals don't want to be
troubled by session expiration.




-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 17, 2007 9:41 AM
To: CF-Talk
Subject: Shopping Cart Theory


I'm building a small shopping cart for a client - seems quicker to go 
from scratch than try to wrestle something already built back into our 
specific needs. Although I've done a couple of these, I was just 
wondering...

What would the rest of you consider the optimal way to store items 
before checking out?

Session var with an array?
A temporary "holding database" for the items with just a UUID Session 
Var to keep up with the owner?

I'm leaning towards the array in a session var - but this is on a shared 
server and I've seen sessions time out unexpectedly before, which 
wouldn't be good ("where'd all my stuff go???").

Anybody else?



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Blue Dragon and CF Server on same box?

2007-09-17 Thread Billy Cox
I currently run the developer edition of CF Server on my local box. Am I
going to run into any problems if I install Blue Dragon Server on the same
box? 
 
I hope to avoid any unnecessary disruption to my development environment.
 
 
Thanks,
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: capturing barcode keystrokes

2007-09-14 Thread Billy Cox
Can you configure the scanner software to prepend the barcode input with an
ASCII code not corresponding to a key on the keyboard?




-Original Message-
From: Eric Haskins [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 12:34 PM
To: CF-Talk
Subject: Re: capturing barcode keystrokes


I have an app I wrote in PHP that scans pharmaceuticals in and I used the
above javascript method to always set focus to the text box

I dont know of any other way for the browser to see the keys. I guess you
could use a javascript event listener to watch for keystrokes but even then
how would you determine it was the scanner or the user typing??

Eric Haskins



On 9/14/07, James Holmes <[EMAIL PROTECTED]> wrote:
>
> There's no way of knowing whether the keys come from the barcode 
> scanner or the user's keyboard, unless you have a special character 
> programmed into the scanner as the start and end of the barcode 
> sequence (a character that can't be typed by the user with any ease - 
> have a look at the ascii set for these).
>
> On 9/14/07, Chad Gray <[EMAIL PROTECTED]> wrote:
> > Still kind of clunky...  Anyway to not have to worry about focus on 
> > the
> text input at all?  Just capture the keys and submit them to the 
> action page?
> >
> > Thanks for the reply!
> > Chad
> >
> >
> > -Original Message-
> > From: James Holmes [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 14, 2007 10:14 AM
> > To: CF-Talk
> > Subject: Re: capturing barcode keystrokes
> >
> > You'll need to set the focus of the text input via javascript.
> >
> > On 9/14/07, Chad Gray <[EMAIL PROTECTED]> wrote:
> > > Anyone have tips on capturing the keystrokes that come off of a
> barcode scanner?
> > >
> > > I would have the user clink into a text area, but that is clunky.
> > >
> > > I suppose this is more of a javascript thing.
> >
> > --
> > mxAjax / CFAjax docs and other useful articles: 
> > http://www.bifrost.com.au/blog/
> >
> >
> >
> >
>
> 



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: Light-duty CF intranet server?

2007-09-07 Thread Billy Cox
I would be open to Linux, but I have already drunk the MS SQL Server red
kool-aid.



-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 07, 2007 10:47 AM
To: CF-Talk
Subject: Re: Light-duty CF intranet server?


On Friday 07 Sep 2007, [EMAIL PROTECTED] wrote:
> Does anyone have recommendations, advice, etc. as to what machine, web 
> server, SQL Server flavor, and CF server would be the best choice?

Given you already know (I guess) Windows and SQL Server, is there any point 
suggesting an el-cheapo generic Dell server, some brand of Linux and MySQL ?

-- 
Tom Chiverton
Helping to seamlessly scale vertical information
on: http://thefalken.livejournal.com



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.




~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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


RE: Light-duty CF intranet server?

2007-09-07 Thread Billy Cox
I'm strongly leaning toward using Blue Dragon. What is the eligibility
criteria for the free edition? The website seems to suggest that non-SSL use
is free. 

The only tag I would miss with the free edition is cfdocument, but it's not
a deal breaker. 
Are there any other things that I am likely to miss in wandering outside of
the CF server green zone?

I've pretty much settled on SQL Server 2005 Express, although I will have to
use CF scheduled tasks for automation instead of DTS (SSIS).


Thanks all.


-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 07, 2007 12:47 PM
To: CF-Talk
Subject: Re: Light-duty CF intranet server?


On 9/7/07, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote:
> I'd do something like this:
>
> * Base Dell Poweredge or similar with dual core CPU
> * Minimum 2GB RAM
> * A pair of SATA drives in RAID1 (software RAID at the OS level would 
> be
> fine)
> * MS Windows Server 2003 Web Edition
> * MS SQL Server 2005 Express (standard won't run on the web edition OS)
> * CF or BD (might qualify as a BD Free edition install)
>

I'll vote for this as well. I've got a client that's repurposed their "main"
application for a couple of very small state agency clients using a similar
setup. Their big version runs on a 2 member cluster of CF7/Win2k3 Web
Edition/Apache2 with a MSQQL2000Std/Win2k3Std db server all on medium-sized
configurations of Dell 1850 racks.

The small installation of the same software uses a Dell 740 rackmount (P4,
SATA RAID1) running Win2k3 Web/Apache2/MSSQL2005Express all on one box.
That's a glorified rackmounted desktop machine :) Cost for the box+os was
something like $1200 when purchased a few years ago.

As an aside, the only serious limits for MSSQL2005 Express are the 4gb per
database limit and potentially the 1 CPU limit (keeps the server cheap
though -- no need for dual proc since you can't use it directly, though the
2nd proc will help CF). And the best news is you can implement this on a
fairly vanilla desktop to get started assuming you can deal with the whole
data redundancy issue (a nightly backup may be good enough if you don't need
sophisticated RAID reliability).


-- 
John Paul Ashenfelter
CTO/Transitionpoint
(blog) http://www.ashenfelter.com
(email) [EMAIL PROTECTED]



~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Light-duty CF intranet server?

2007-09-07 Thread Billy Cox
My company is currently using a number of MS Access applications that we
have long ago outgrown. We already host our websites on a dedicated server
running CF7 and SQL Server 2000, so it makes sense to redevelop the Access
applications we need in CF7 and some flavor of SQL Server on a server inside
our firewall.
 
We have no more than 25 users and we aren't doing anything exotic, so I am
looking for a light duty configuration that will not be completely alien to
what we already have in place on the web server. 
 
There is no budget for this (yet), so I will be doing ROI calculations -
translation: I want to set the cost requirements as low as possible to start
with.
 
Does anyone have recommendations, advice, etc. as to what machine, web
server, SQL Server flavor, and CF server would be the best choice?
 
 
Thanks, 
 
Billy Cox
Old World Spices
[EMAIL PROTECTED]
 
 
 




~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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


  1   2   >