RE: Getting data into Flash 8

2006-02-24 Thread dave
this might be good

http://www.netdrims.com/flashsql.cfm

~Dave the disruptor~ 


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 10:27 AM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k

/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
 var pc:PendingCall = service.testCall();
 pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
 // Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
 // look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
 // being made.
}
function handleCallError(fe:FaultEvent)
{
 // Look at the FaultEvent Object if you want to show any warnings or
// log the error.
 // Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */



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


RE: Various thoughts on chat, cfhttp, phpbb, and the encrypt function

2006-02-24 Thread dave
well damn I never thought php would be just like windows...

~Dave the disruptor~ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Sunday, February 19, 2006 8:40 PM
To: CF-Talk 
Subject: RE: Various thoughts on chat, cfhttp, phpbb, and the encrypt function 

Wal-Mart is one of the most widely shopped at stores on the planet but
that's just because there are so many of them out there ;-)

PHPBB may get hacked occasionally but it's because its widely used and well
known... not to mention, anyone can see the source. Usually, the hacks
happen because people don't update or pay attention to notifications of
vulnerabilities. I don't recall any of those notifications or updates fixing
and security risks in the encryption it uses though.

...:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com





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


Re: dw ftp ?

2006-02-24 Thread dave
not that i can find

~Dave the disruptor~ 


From: "Vladmir Alkazirinski III" <[EMAIL PROTECTED]>
Sent: Saturday, February 25, 2006 12:48 AM
To: CF-Talk 
Subject: Re: dw ftp ? 

I have always (IIRC) been prompted whether or not I wanted to include
dependant files. Can you find a setting for that in the options?

On 2/25/06, dave  wrote:
> anyone know how to set dw to only upload the current saved item and not the 
> current item plus all the dependent items?
>
> I have it set to upload on page save but some pages take 4ever because it's 
> constantly uploading the whole site, I never seen it do that on other sites.
>
> dw might just be messed up, ever since I installed a trial of the interakt 
> extensions the whole thing has been wacked out.
>
> ~Dave the disruptor~
>
>
>
> 



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


Re: dw ftp ?

2006-02-24 Thread Vladmir Alkazirinski III
I have always (IIRC) been prompted whether or not I wanted to include
dependant files. Can you find a setting for that in the options?

On 2/25/06, dave <[EMAIL PROTECTED]> wrote:
> anyone know how to set dw to only upload the current saved item and not the 
> current item plus all the dependent items?
>
> I have it set to upload on page save but some pages take 4ever because it's 
> constantly uploading the whole site, I never seen it do that on other sites.
>
> dw might just be messed up, ever since I installed a trial of the interakt 
> extensions the whole thing has been wacked out.
>
> ~Dave the disruptor~
>
>
>
> 

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


dw ftp ?

2006-02-24 Thread dave
anyone know how to set dw to only upload the current saved item and not the 
current item plus all the dependent items?

I have it set to upload on page save but some pages take 4ever because it's 
constantly uploading the whole site, I never seen it do that on other sites.

dw might just be messed up, ever since I installed a trial of the interakt 
extensions the whole thing has been wacked out.

~Dave the disruptor~ 



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


Re: SQL Server 7 VS 2000 code change question

2006-02-24 Thread Paul Hastings
Steve Kahn wrote:
> SQL 2000. Should i match the code to the sql 7 or is those collate statements
> ok?

if that's the collation you want, leave it alone. it's probably the server 
default in any case.

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


RE: Getting data into Flash 8

2006-02-24 Thread dave
Would have to be like 

"If you are gunna get get busted "balls out" then at least use the new Adobe 
Flash Platform to delivery stunning high resolution footage with less bandwith, 
Sorry Tommy but size does matter, smaller is better on the New Adobe Flash 
Platform"

~Dave the disruptor~ 


From: "Kevin Aebig" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 3:57 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

"...bag full of x, a camcorder and a drunk pam Anderson."

Now that Adobe owns flash, maybe they'll change the tag line to "With Flash,
you too can be a rock/porn star."

!k





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


Re: Getting data into Flash 8

2006-02-24 Thread dave
yeah well you are married! So I shoulda put one in there for the married fellas 
to, ok so it's be like: going over to your friend Steve house to help him clean 
his gutters aka going over to your friend Brads house to go to the titty bar 
but you can't tell the wife that ;)

~Dave the disruptor~ 


From: Tony <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 3:59 PM
To: CF-Talk 
Subject: Re: Getting data into Flash 8 

only you, my friend, could come up with that analogy. but, i must
admit, SOUNDS LIKE MORE FUN than anything I can come up with :)

tw

On 2/24/06, dave  wrote:
> Seems daunting now but once you learn how much power flash has(especially 
> with coldfusion) you'll feel like you are heading out to the lake for a boat 
> ride with a bag full of x, a camcorder and a drunk pam anderson..
>
> ~Dave the disruptor~



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


RE: Getting data into Flash 8

2006-02-24 Thread dave
Don't we have any cute girls in coldfusion we could reference?
Plus, I don't think Kate would so graciously allow the video cam part ;) 

~Dave the disruptor~ 


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 4:01 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

eck...Pam Anderson?

Say Kate Beckinsale and maybe I'd believe you.





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


was Source Control Choices

2006-02-24 Thread Michael Traher
Since this topic crops up regularly and I have started a series of posts on
my blog to help in this area.

The posts will cover my experience in setting up and using CVS for a
Coldfusion team which comprises over 25 developers, spread over offices in
the UK, India, Singapore, Hong Kong and Sydney, working on 15 or so projects
concurrently.

We use CVS on Linux as our repository, work on PC workstations using
CFEclipse and deploy to Windows Web servers.

The first post is here
http://www.socialpoints.com/blog/client/index.cfm/2006/2/24/Source-Control-With-CVS--beginners-guide

(comments welcome but not regarding spelling mistakes :-)
--
Mike T
Blog http://www.socialpoints.com/


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


RE: Digital Signing a SOAP Request

2006-02-24 Thread Andrew Stevens
Can you send a link for more info on PayPal Pro? A quick google didn't yield
much.

This link suggests you don't need digital signing;
http://www.paypaldev.org/topic.asp?TOPIC_ID=11264 but it doesn't mention pro
specifically.

Cheers.

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 25 February 2006 3:27 AM
To: CF-Talk
Subject: Digital Signing a SOAP Request

Anyone have any code lying around that will digitally sign a soap 
request using CF's built-in functions or java classes? Pointers on 
where to start?

I'm wanting to implement PayPal Pro with cf_ezcart. They have an API 
for MX 7, but it requires jar files be installed and it looks like 
this may be a problem on shared servers. Their SOAP requests look 
pretty straight forward, but I have NO idea how to digitally sign a 
SOAP request. :)

Clues? Tips? Pointers?

Thanks! :)
-- 

Bud Schneehagen - Tropical Web Creations, Inc.

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Web Based Solutions / eCommerce Development & Hosting
http://www.twcreations.com/ - http://www.cf-ezcart.com/
Toll Free: 877.207.6397 - Local & Int'l Phone/Fax: 386.789.0968



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


RE: Accessing .net webserivce in coldfusion

2006-02-24 Thread Andrew Stevens
Is your cold fusion server running locally or on a server somewhere? 

-Original Message-
From: vishnu prasad [mailto:[EMAIL PROTECTED] 
Sent: Friday, 24 February 2006 9:15 PM
To: CF-Talk
Subject: Re: Accessing .net webserivce in coldfusion

>Post ya code.
>
>Firewall perhaps? Got a router?
>
>-Original Message-
>From: vishnu prasad [mailto:[EMAIL PROTECTED] 
>Sent: Friday, 24 February 2006 8:00 PM
>To: CF-Talk
>Subject: Re: Accessing .net webserivce in coldfusion
>
>After setting the timout also i am getting the same error 
>i even tried writing simple webservice in coldfusion and access the same ,
>still i am getting the same error

Hi 
yes we are behind firewall , how to use if we r behind firewall.
but when i access the webservice using webservicestudio i am able to access
behind the firewall. only not from coldfusion 



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


SQL Server 7 VS 2000 code change question

2006-02-24 Thread Steve Kahn
Below is code from my original db in MS SQL 7 followed by how it ported to MS 
SQL 2000. Should i match the code to the sql 7 or is those collate statements 
ok?

=
SQL Server 7
=

-- Columns
CREATE TABLE [cb8m].[Event]
(
[EventID] [int] NOT NULL IDENTITY(1, 1),
[EventTypeID] [int] NOT NULL,
[EventName] [varchar] (150) NULL,
[ContactName] [varchar] (150) NULL,
[ContactEmail] [varchar] (150) NULL,
[ContactPhone] [varchar] (25) NULL,
[EventShortDesc] [varchar] (250) NULL,
[EventDescription] [text] NULL,
[Location] [varchar] (200) NULL,
[EventURL] [varchar] (250) NULL,
[StartDateTime] [datetime] NULL,
[EndDateTime] [datetime] NULL,
[AllDayFlag] [int] NULL,
[EventImage] [varchar] (100) NULL
)

GO

-- Constraints and indexes
ALTER TABLE [cb8m].[Event] ADD CONSTRAINT [PK__Event__4CA06362] PRIMARY KEY 
CLUSTERED  ([EventID])
GO

-- Foreign keys
ALTER TABLE [cb8m].[Event] ADD CONSTRAINT [FK__Event__EventType__4F7CD00D] 
FOREIGN KEY ([EventTypeID]) REFERENCES [cb8m].[EventType_Ref] ([EventTypeID])
GO

===
SQL Server 2000
===

-- Columns
CREATE TABLE [cb8m].[Event]
(
[EventID] [int] NOT NULL IDENTITY(1, 1),
[EventTypeID] [int] NOT NULL,
[EventName] [varchar] (150) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[ContactName] [varchar] (150) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[ContactEmail] [varchar] (150) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[ContactPhone] [varchar] (25) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[EventShortDesc] [varchar] (250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[EventDescription] [text] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Location] [varchar] (200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[EventURL] [varchar] (250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[StartDateTime] [datetime] NULL,
[EndDateTime] [datetime] NULL,
[AllDayFlag] [int] NULL,
[EventImage] [varchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
)

GO

-- Constraints and indexes
ALTER TABLE [cb8m].[Event] ADD CONSTRAINT [PK__Event__4CA06362] PRIMARY KEY 
CLUSTERED  ([EventID])
GO

-- Foreign keys
ALTER TABLE [cb8m].[Event] ADD CONSTRAINT [FK__Event__EventType__4F7CD00D] 
FOREIGN KEY ([EventTypeID]) REFERENCES [cb8m].[EventType_Ref] ([EventTypeID])
GO


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


Re: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Dave Carabetta
On 2/24/06, Troy Simpson <[EMAIL PROTECTED]> wrote:
> Is the maintenance worth getting?
>
> Would you like to add maintenance which included all version upgrades
> for 1 year (30 days is standard)?
>

Personally, I didn't do it. I'm taking the offer at face value. Call
it an "extended evaluation," if you will. As such, I stayed away from
the extras. If I do wind up using it extensively, I'll pay for the
maintenance then.

Regards,
Dave.

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


ANNOUNCE: Fusebox and SQL classes January and February 2006 DC area

2006-02-24 Thread Michael Smith
Come to an intensive class on Fusebox or SQL in Rockville,
Maryland. Classes limited to 12 students each so that you can be sure
to get your own questions answered!  Sign up today to
guarantee a place at http://www.teratech.com/training/
- Michael Smith, TeraTech, Inc

PS If you can't make a class we have one-on-one mentoring and on site
classes too.  Just email me if you are interested.

TeraTech was a finalist for Best ColdFusion Training in USA
four years running.

Class list
**
FB101 - Intro to FuseboxFeb 28 2006
MS01  - Avoiding Web Project Disasters Mar 1 2006
FB201 - Intermediate FuseboxMar 7 2006
CF206 - ColdFusion SQL Skills   Mar 14 2006


*TeraTech 100% Learning Guarantee*

We want you to be happy with our classes. If you are not
100% sure you learned everything you could from any of our
classes then you may take it again at no charge on a space
available basis.



Class details:

MS01 - Avoiding Web Project Disasters
**
Internet, Intranet and Portals:  -  $49.00 - If you register before 
January 9th, $59 after.

8:00am - 10:00am


Register for the Wednesday March 1st, 2006 class

Was your last project successful? Did it do everything that you and your 
users needed on deployment?
Or was extensive rework and maintenance required?  Traditional software 
development life cycle
processes fail 70% of the time – either being cancelled, delayed, over 
budget or useless to the real
users of the system. Learn about new architecting strategies in software 
development to create the
software you need first time, every time.

Who should attend?
· VP/Director of Technology
· VP/Director of Communications
· VP/Director of Marketing
· Managers of software / web development teams
· Federal procurement managers
· Federal contract directors and administrators
· Government contractor project and account managers





Fusebox Classes
***
[ What is Fusebox? ]

Learn all the basics of how the Fusebox architecture can help you
build ColdFusion Applications.  Learn to tie together all the
queries, display elements, and actions of your application in a
consistent model.

[ How can Fusebox help you code? ]

Find out about how Fusebox can improve your applications from better
organization to proven methods of application design.

[ Did you ever wonder how you could work better as a team? ]

Fusebox builds teamwork!  Regain the efficiency of a single
programmer in a team environment.

[ Do you want to speed up development? ]

Fusebox helps you accelerate development with clear organization.
Avoid redundancy and easily make changes with reusable queries and
display elements.  Avoid getting bogged down in the application
design and stick to the coding.  Get a taste of how Fusebox works
well with prototyping.


FB 101 - Introduction to Fusebox

Half Day course noon-4pm
Just $199

FB101 is ideal for any ColdFusion users interested in learning the
basics of Fusebox.  Whether you're just getting started with
ColdFusion or you're an experienced developer, Fusebox can help
you build better applications.

* What is Fusebox?
* How can Fusebox help you code?
* index.cfm organization
* Naming conventions
* fuseaction

+ Learn all the basics of how the Fusebox architecture can help you
build ColdFusion Applications.

+ Learn to tie together all the queries, display elements, and
actions of your application in a consistent model.

+ Study a sample fusebox application and take the code home with you
to use in your own applications.

+ Find out about how Fusebox can improve your applications from
better organization to proven methods of application design.

+ Work with the latest Fusebox techniques

* Q & A time



FB 201 - Intermediate Fusebox
*
Full Day course 10am-5pm
Just $349, includes lunch

Prerequisite: FB101 or similar basic Fusebox knowledge.

FB201 is for people who have already met Fusebox and want to improve
their skills with the new Fusebox 4.0 spec. Step up to the next level
with your Fusebox programming and save yourself time and headaches
when coding ColdFusion applications. Great for team projects!

* Fusebox 4 overview
   - How version 4 is better than version 3
* Core files - fusebox.xml, circuit.xml
   - What files are essential to an FB app
* Nested Circuits
   - How nesting can help you organize your code for reuse
* XFAs
   - How Extended FuseActions can save time and self document code
* Layouts
   - How layout can help code reuse and be smart layouts
 that can change appearance depending where they are used
* Plugins
   - How plugins can let you change core file behavior without
 going crazy editing the core file itself
* Wireframes
   - How to build wireframe outlines of a site and what not to include
 them if you don't want headaches
* Devnotes
   - How Devnotes can save your butt when developing
* Fusedocs
   - How to document the Fusebox way and why it can help t

RE: Verity and indexing encrypted pdfs

2006-02-24 Thread Dave Watts
> I'd like to know if anyone can point me to an "official" 
> document that specifies encrypted PDF documents CANNOT be 
> indexed by Verity in any version of CF, specifically CFMX 
> 6.1.

This is documented pretty clearly within the Adobe Acrobat documentation.
Encrypted PDFs can't be indexed by any search engine; it's not just a Verity
thing. When encrypting PDFs within Acrobat, you have the option to leave the
document metadata unencrypted. In that case, Verity should be able to index
the metadata, but will not be able to index the contents of the document
itself.

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!


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


Re: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Troy Simpson
Is the maintenance worth getting?

Would you like to add maintenance which included all version upgrades
for 1 year (30 days is standard)?

-
Thanks,
Troy

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


UPDATE: Re: REPOST Re: OCR and CF

2006-02-24 Thread Bryan Stevenson
OK...I have the ability to generate barcodes in an Excel form based on user 
input into certain columns (Macro BTW).

So can anyone suggest a barcode reader that can read barcodes off a TIFF or PDF?

TIA

Cheers

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


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


AVBlog 1.07 released

2006-02-24 Thread Andrea Veggiani
Hi all,

i just released the 1.07 version of AVBlog at http://www.avblog.org

AVBlog is a full featured Coldfusion Blog application and is open source 
(GPL License).

It's possible to feed the blog with:

- Standard Web Interface.
- Gtalk Account (only cfmx 7 enterprise).
- Desktop Clients like w.bloggar! or Qumana or BlogJet (Movable Type 
API).
- Email.

if you want to try how to interact with AVBlog; add to your Gtalk account: 
[EMAIL PROTECTED]
and then type the 'help' command in order to see what you can do.

When a new comment or trackback is added if the author is connected he got 
and alert.

for storage you can use:

- XML (as my old cfxml_blog; it uses file system for ALL the blog 
features).
- DB i used Standard ANSI SQL so virtually any DB can be used; i provide
sql scripts for Postgrest, MySQL, SQL Server and Oracle 9i.
- A wizard can help you in passing from XML Storage to DB if your blog 
become
too heavy (not so early as you think, filesystem XML storage is 
working very well).

other features:

- comments with proprietary captcha images feature for spam prevenction
- trackbacks
- autopings
- plugin system (with three basic plugins provided: photoblog, file 
reposistory, mini CMS)
- fully skinnable
- multilanguage

compatibility:

- cfmx 7: works best with administration GUI with Flash Forms
- cfmx 6.1: works but no Gtalk and administration GUI
- bluedragon 6.2: works but not Gtalk, administration GUI and autoping 
feature
- railo: still some problems here

i had to thank Roger Benningfield again for his xmlrpc.cfc component who 
saved me
a lot of time.

Some blogs installed are:

http://www.avblog.org
http://www.veggiani.it
http://demirkapi.net/avblog/
http://blog.econtentpark.com/index.cfm

i hope you like my work (i'll present it as my university degree) and 
please, if you like it
and you use it you can help me in many ways:

- testing it
- sending me new languages
- sending me new skins

Bye all
Andrea Veggiani 


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


RE: Getting data into Flash 8

2006-02-24 Thread Andy Matthews
eck...Pam Anderson?

Say Kate Beckinsale and maybe I'd believe you.



-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 2:51 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


Really they don't make it complicated, you may feel that way now but they
don't. You need to remember that flash with as2 is a VERY VERY powerful tool
and it will take in any kind of data you can send to it, now if it was just
made to only work with cfm it might be different but it's not.

Actually when you start up flash you can choose to make a new remoting page
which has most everything you need already added to the as code you just
need to fill in your info. Also remoting isn't the only way to get data into
flash, it's just the frickin best! Flash will take about anything you can
come up with, as far as cfm is concerned it will take or push back to a
plain cfc, a wsdl, xml, cfm page, query string, url string, hell cfm even
has built in flash variables just for connecting to flash w/o remoting.

If you really want to get into it, run out to barnes and noble and grab
http://www.amazon.com/gp/product/0735713820/sr=8-1/qid=1140813797/ref=pd_bbs
_1/104-2614183-0514320?%5Fencoding=UTF8
really good book for coders on using flash.

Seems daunting now but once you learn how much power flash has(especially
with coldfusion) you'll feel like you are heading out to the lake for a boat
ride with a bag full of x, a camcorder and a drunk pam anderson..

~Dave the disruptor~


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 2:49 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8

Thanks Dave. I'll check that out.

But yeah, I feel that they do make it complicated...too many steps to do
such a simple thing. How would you feel if you had to go through 6 or 7
steps just to get some data back from a datasource using ColdFusion.

You'd probably feel like you were coding in PHP eh?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 1:43 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

MM didn't make it complex, you are making it complex, it ain't rocket
science.

They pretty much do have drag and drop components already built in, you can
have remoting working in under 30 seconds or there is the data connector
that's built in that can get data from a cfc or web service, again in under
30 seconds.
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exc
hange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subc
atid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com
or specifically this one
http://www.communitymx.com/content/article.cfm?cid=ADF3B

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~





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


Re: Getting data into Flash 8

2006-02-24 Thread Tony
only you, my friend, could come up with that analogy.  but, i must
admit, SOUNDS LIKE MORE FUN than anything I can come up with :)

tw

On 2/24/06, dave <[EMAIL PROTECTED]> wrote:
> Seems daunting now but once you learn how much power flash has(especially 
> with coldfusion) you'll feel like you are heading out to the lake for a boat 
> ride with a bag full of x, a camcorder and a drunk pam anderson..
>
> ~Dave the disruptor~

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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Aebig
"...bag full of x, a camcorder and a drunk pam Anderson."

Now that Adobe owns flash, maybe they'll change the tag line to "With Flash,
you too can be a rock/porn star."

!k

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 2:51 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

Really they don't make it complicated, you may feel that way now but they
don't. You need to remember that flash with as2 is a VERY VERY powerful tool
and it will take in any kind of data you can send to it, now if it was just
made to only work with cfm it might be different but it's not.

Actually when you start up flash you can choose to make a new remoting page
which has most everything you need already added to the as code you just
need to fill in your info. Also remoting isn't the only way to get data into
flash, it's just the frickin best! Flash will take about anything you can
come up with, as far as cfm is concerned it will take or push back to a
plain cfc, a wsdl, xml, cfm page, query string, url string, hell cfm even
has built in flash variables just for connecting to flash w/o remoting.

If you really want to get into it, run out to barnes and noble and grab
http://www.amazon.com/gp/product/0735713820/sr=8-1/qid=1140813797/ref=pd_bbs
_1/104-2614183-0514320?%5Fencoding=UTF8
really good book for coders on using flash.

Seems daunting now but once you learn how much power flash has(especially
with coldfusion) you'll feel like you are heading out to the lake for a boat
ride with a bag full of x, a camcorder and a drunk pam anderson..

~Dave the disruptor~ 


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 2:49 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

Thanks Dave. I'll check that out.

But yeah, I feel that they do make it complicated...too many steps to do
such a simple thing. How would you feel if you had to go through 6 or 7
steps just to get some data back from a datasource using ColdFusion.

You'd probably feel like you were coding in PHP eh?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 1:43 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

MM didn't make it complex, you are making it complex, it ain't rocket
science.

They pretty much do have drag and drop components already built in, you can
have remoting working in under 30 seconds or there is the data connector
that's built in that can get data from a cfc or web service, again in under
30 seconds.
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exc
hange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subc
atid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com
or specifically this one
http://www.communitymx.com/content/article.cfm?cid=ADF3B

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~





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


RE: Getting data into Flash 8

2006-02-24 Thread dave
i agree to but the point is if he does get it connected that fast and easy 
(which it is for a basic connection) then it makes learning the proper way a 
lot easier and less daunting

~Dave the disruptor~ 


From: "Kevin Aebig" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 3:44 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

Actually I agree. When the Remoting connector first came out, I tried it out
without to much success. Aside from that, considering how often MM changes
around the core framework for AS, I wouldn't put to much faith in their
stability. 

!k

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 2:09 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

In a lot of cases the drag/drop components for data integration in Flash
actually require MORE work and code than doing it with code alone.

The communitymx stuff is good to go through though!

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 1:43 PM
> To: CF-Talk
> Subject: RE: Getting data into Flash 8
> 
> MM didn't make it complex, you are making it complex, it 
> ain't rocket science.
> 
> They pretty much do have drag and drop components already 
> built in, you can have remoting working in under 30 seconds 
> or there is the data connector that's built in that can get 
> data from a cfc or web service, again in under 30 seconds. 
> http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn10
> 6&viewName=Exchange%20Search%20Details&loc=en_us&authorid=6063
> 9501&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=13&ex
> tid=1011923&catid=0
> 
> I suggest that you check out all the remoting tutorials at 
> communitymx.com or specifically this one 
> http://www.communitymx.com/content/article.cfm?cid=ADF3B 
> 
> or asfusion.com has quite a bit of info as well.
> 
> ~Dave the disruptor~ 



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


RE: Trying to pinpoint an error

2006-02-24 Thread Wurst, Keith D.
make sure application.cfm starts with a capital letter (ie.
Application.cfm)




 

-Original Message-
From: Eric Scuccimarra [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 23, 2006 1:32 PM
To: CF-Talk
Subject: Trying to pinpoint an error

I am running CFMX 6 on a RedHat Linux server.

There is a pervasive error I am unable to duplicate. I am however
getting emails from my global error handler that says that the error is
occuring on line 1.

It is a session variable which is undefined.

As I am unable to find what line this error is occuring on I am unable
to fix it. I have been doing tests to try to figure out what type of
undefined errors say they occur on line 1 but have not had any luck.

Any help is greatly appreciated.





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


RE: Getting data into Flash 8

2006-02-24 Thread dave
Really they don't make it complicated, you may feel that way now but they 
don't. You need to remember that flash with as2 is a VERY VERY powerful tool 
and it will take in any kind of data you can send to it, now if it was just 
made to only work with cfm it might be different but it's not.

Actually when you start up flash you can choose to make a new remoting page 
which has most everything you need already added to the as code you just need 
to fill in your info. Also remoting isn't the only way to get data into flash, 
it's just the frickin best! Flash will take about anything you can come up 
with, as far as cfm is concerned it will take or push back to a plain cfc, a 
wsdl, xml, cfm page, query string, url string, hell cfm even has built in flash 
variables just for connecting to flash w/o remoting.

If you really want to get into it, run out to barnes and noble and grab 
http://www.amazon.com/gp/product/0735713820/sr=8-1/qid=1140813797/ref=pd_bbs_1/104-2614183-0514320?%5Fencoding=UTF8
really good book for coders on using flash.

Seems daunting now but once you learn how much power flash has(especially with 
coldfusion) you'll feel like you are heading out to the lake for a boat ride 
with a bag full of x, a camcorder and a drunk pam anderson..

~Dave the disruptor~ 


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 2:49 PM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

Thanks Dave. I'll check that out.

But yeah, I feel that they do make it complicated...too many steps to do
such a simple thing. How would you feel if you had to go through 6 or 7
steps just to get some data back from a datasource using ColdFusion.

You'd probably feel like you were coding in PHP eh?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 1:43 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

MM didn't make it complex, you are making it complex, it ain't rocket
science.

They pretty much do have drag and drop components already built in, you can
have remoting working in under 30 seconds or there is the data connector
that's built in that can get data from a cfc or web service, again in under
30 seconds.
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exc
hange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subc
atid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com
or specifically this one
http://www.communitymx.com/content/article.cfm?cid=ADF3B

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~



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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Aebig
Actually I agree. When the Remoting connector first came out, I tried it out
without to much success. Aside from that, considering how often MM changes
around the core framework for AS, I wouldn't put to much faith in their
stability. 

!k

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 2:09 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

In a lot of cases the drag/drop components for data integration in Flash
actually require MORE work and code than doing it with code alone.

The communitymx stuff is good to go through though!

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension
 

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 1:43 PM
> To: CF-Talk
> Subject: RE: Getting data into Flash 8
> 
> MM didn't make it complex, you are making it complex, it 
> ain't rocket science.
> 
> They pretty much do have drag and drop components already 
> built in, you can have remoting working in under 30 seconds 
> or there is the data connector that's built in that can get 
> data from a cfc or web service, again in under 30 seconds. 
> http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn10
> 6&viewName=Exchange%20Search%20Details&loc=en_us&authorid=6063
> 9501&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=13&ex
> tid=1011923&catid=0
> 
> I suggest that you check out all the remoting tutorials at 
> communitymx.com or specifically this one 
> http://www.communitymx.com/content/article.cfm?cid=ADF3B 
> 
> or asfusion.com has quite a bit of info as well.
> 
> ~Dave the disruptor~ 





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


Re: CF and complex Excel files

2006-02-24 Thread Bryan Stevenson
Thanks JimI'll dive in when time permits ;-)

Cheers

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

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


Verity and indexing encrypted pdfs

2006-02-24 Thread Andrew Tyrone
Hi everyone,

I'd like to know if anyone can point me to an "official" document that
specifies encrypted PDF documents CANNOT be indexed by Verity in any version
of CF, specifically CFMX 6.1.  Based on our testing, 128-bit RC4 encrypted
PDF documents cannot be indexed, however 40-bit RC4 documents can.  For the
life of me I can't find where I saw this mentioned in the documentation.
Now, it makes a lot of sense that encrypted documents wouldn't be able to be
indexed, but no amount of testing we've done so far has satisfied the
client, apparently.  The situation, I think, is now beyond Dilbert-esque,
but having an official answer might still help.

Thanks,
Andy



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


RE: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Russ
> -Original Message-
> From: Ruslan Sivak
> Sent: Friday, February 24, 2006 3:28 PM
> To: 'cf-talk@houseoffusion.com'
> Subject: RE: $495 Project Management Software for $5 (Offer Expires Today)
> 
> And they have a plugin for Visual Studio .Net.   If they had one for
> eclipse, that would be cool...
> 
> > -Original Message-
> > From: Tom McNeer [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 24, 2006 2:32 PM
> > To: CF-Talk
> > Subject: Re: $495 Project Management Software for $5 (Offer Expires
> Today)
> >
> > On 2/24/06, Jordan Michaels <[EMAIL PROTECTED]> wrote:
> > >
> > > Windows only. =( Even their web client. That's a bummer because it
> > > looked somewhat useful.
> >
> >
> >
> > Windows backend, yes. But their docs say that supported browsers include
> > Firefox, Safari, Netscape ...
> >
> >
> > --
> > Thanks,
> >
> > Tom
> >
> > Tom McNeer
> > MediumCool
> > http://www.mediumcool.com
> > 530 Means St NW, Suite 110
> > Atlanta, GA 30318
> > 404.589.0560
> >
> >
> > 

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


Re: CF and complex Excel files

2006-02-24 Thread Jim Wright
On 2/24/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Thanks Jimand yes plzfire me some COM examples.
>

First the advice...
-Microsoft does not support "headless" automation of the office products
-If you are going to do it, read this document:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
-and I have had the best luck running excel as a specific user...
http://support.microsoft.com/kb/288367/
-This is not a robust process, and I have found that excel leaves
processes hanging around if it runs in to any trouble...cfexecuting
sysinternals pskill.exe utility to clear out the excel processes is
sometimes necessary.
-Debugging can be a real pain, because if Excel throws an error
message, the process just hangs, and you don't know what the error is.

Here is the code...I believe the examples I worked off for this were
from cfcomet, but it has been a long time...ahh memories...




// Open Excel in the background
objExcel.Visible = False;

// Disable client alerts such as: 'Save this workbook?'
objExcel.DisplayAlerts = False;

// Define the workbooks object
objWorkBook = objExcel.Workbooks;

// Get the file
objOpenedBook = objWorkBook.Open(excelfile);

// Get the WorkSheets' collection
objWorkSheets = objExcel.WorkSheets;

// Open the first worksheet (assuming that is where you data is)
objWorkSheet =  objWorkSheets.Item(Val(1));

// Set ranges to select a cell and get the value...
objRange = objExcel.Range("A1:A1");

//This is the part I'm not completely sure about, because most of
my work was setting values, not reading them...
mynewvariable = objRange.value;

// Close the document
objWorkBook.Close();

// Quit Excel
objExcel.Quit();

// Release the object
objExcel = "Nothing";


--
Jim Wright
Wright Business Solutions
[EMAIL PROTECTED]
919-417-2257

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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Graeme
In a lot of cases the drag/drop components for data integration in Flash
actually require MORE work and code than doing it with code alone.

The communitymx stuff is good to go through though!

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension
 

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 1:43 PM
> To: CF-Talk
> Subject: RE: Getting data into Flash 8
> 
> MM didn't make it complex, you are making it complex, it 
> ain't rocket science.
> 
> They pretty much do have drag and drop components already 
> built in, you can have remoting working in under 30 seconds 
> or there is the data connector that's built in that can get 
> data from a cfc or web service, again in under 30 seconds. 
> http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn10
> 6&viewName=Exchange%20Search%20Details&loc=en_us&authorid=6063
> 9501&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=13&ex
> tid=1011923&catid=0
> 
> I suggest that you check out all the remoting tutorials at 
> communitymx.com or specifically this one 
> http://www.communitymx.com/content/article.cfm?cid=ADF3B 
> 
> or asfusion.com has quite a bit of info as well.
> 
> ~Dave the disruptor~ 



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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Aebig
Haha... remoting with PHP is a lot more difficult.

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 1:48 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

Thanks Dave. I'll check that out.

But yeah, I feel that they do make it complicated...too many steps to do
such a simple thing. How would you feel if you had to go through 6 or 7
steps just to get some data back from a datasource using ColdFusion.

You'd probably feel like you were coding in PHP eh?



-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 1:43 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


MM didn't make it complex, you are making it complex, it ain't rocket
science.

They pretty much do have drag and drop components already built in, you can
have remoting working in under 30 seconds or there is the data connector
that's built in that can get data from a cfc or web service, again in under
30 seconds.
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exc
hange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subc
atid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com
or specifically this one
http://www.communitymx.com/content/article.cfm?cid=ADF3B

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~




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


Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Jim McAtee
Who views pages with the brower full screen when using a monitor with 
1280x1024 resolution?  Other than my gramma, that is...

I'd either go to a liquid layout, or keep on doing what you've been doing. 
If it looks like hell then users will most likely just resize the 
browser's viewport to better fit the page.


- Original Message - 
From: "Earl, George" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, February 22, 2006 2:13 PM
Subject: SOT: Developing for 800 x 600 on monitor at higher resolution


> We just got new LCD monitors that have a native resolution of 1280 x
> 1024 but we develop for 800 x 600 (inTRAnet standard). Like lots of
> LCDs, these look like crap at anything other than their native
> resolution. If you are in the same boat, how do you develop for a
> non-native resolution like 800 x 600 and make sure that everything fits
> and looks right? Do you pop up an 800 x 600 browser window to view the
> pages? Use a second monitor set to 800 x 600? Use a utility? Thanks! 


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


Re: mssql '.bak' makes tables w/o content, please advise

2006-02-24 Thread Jim Wright
How were the .bak files created?   It sounds kind of like you have
files that are named .bak,  but are actually just the scripted schema
of the database, not actual backups.  How are you restoring them?

Restoring a backup in a hosted situation is not necessarily the best
thing, as usually you are most likely going to have a different
database username, and objects that were owned by the database user
(not dbo) in your original db will now be owned by a user that user
that doesn't exist on the new box.  Also, the restore is something
that the hosting company would most likely have to do, assuming this
is a shared SQL Server.

If you have direct access to the database, I would look at DTS for
transferring the objects and data...in enterprise manager, right click
on your original database, and go to All Tasks/Export Data.

-jim


On 2/24/06, Steve Kahn <[EMAIL PROTECTED]> wrote:
> I am migrating sites from one hosting company to another. I had my MS SQL 
> '.bak' files restored but it only made the tables. All content is missing. 
> Repeated the .bak restore and got same results. Two questions:
> What am I doing wrong in the .bak restore?
> and ...
> If the tables are fine, what other method do you advise for migrating the 
> content into the tables?
>
> Thank you all, your help is most appreciated.
>
> Steve
>
> 

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


Re: CF and complex Excel files

2006-02-24 Thread Bryan Stevenson
Thanks Jimand yes plzfire me some COM examples.

I did try this code:


   SELECT *
   FROM `Request Form$`




It worked, but the result is a mess  and would require  alot of parsing...and 
it 
took about 145 seconds to complete...ugh!

I'll keep at itsaw some Java based tags that would bypass the need for COM 
;-)

Cheers

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


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


RE: Getting data into Flash 8

2006-02-24 Thread Andy Matthews
Thanks Dave. I'll check that out.

But yeah, I feel that they do make it complicated...too many steps to do
such a simple thing. How would you feel if you had to go through 6 or 7
steps just to get some data back from a datasource using ColdFusion.

You'd probably feel like you were coding in PHP eh?



-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 1:43 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


MM didn't make it complex, you are making it complex, it ain't rocket
science.

They pretty much do have drag and drop components already built in, you can
have remoting working in under 30 seconds or there is the data connector
that's built in that can get data from a cfc or web service, again in under
30 seconds.
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exc
hange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subc
atid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com
or specifically this one
http://www.communitymx.com/content/article.cfm?cid=ADF3B

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~


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


RE: Flash remoting

2006-02-24 Thread dave
holy cow Dave is actually right this time ;)~

That feature was removed from flash mx (2 versions ago) because it was a 
security risk, now you just gotta run it and see or you can use this tool 
http://www.communitymx.com/abstract.cfm?cid=096ED (for flash) or 
http://www.communitymx.com/abstract.cfm?cid=FD5CA (for dw) or 
http://www.communitymx.com/content/article.cfm?cid=6533F

~Dave the disruptor~ 


From: Dave Watts <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 11:54 AM
To: CF-Talk 
Subject: RE: Flash remoting 

> I am having a problem getting flash remoting to work. I have 
> solved this problem before, but I can't for the life of me 
> remember how.
> 
> If I go to www.mydomain.com/flashservices/gateway
> 
> I just get a 404 error on some servers
> Or a 500 NULL error on other servers
> You are supposed to get a blank page it is working.

This is no longer the case for CFMX 7. If you open the URL in a browser, you
should get a 404 error. I'm not aware of any way to test Flash Remoting
against CFMX 7 except through a Flash app.

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!



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


RE: Getting data into Flash 8

2006-02-24 Thread dave
MM didn't make it complex, you are making it complex, it ain't rocket science.

They pretty much do have drag and drop components already built in, you can 
have remoting working in under 30 seconds or there is the data connector that's 
built in that can get data from a cfc or web service, again in under 30 
seconds. 
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20Details&loc=en_us&authorid=60639501&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=13&extid=1011923&catid=0

I suggest that you check out all the remoting tutorials at communitymx.com or 
specifically this one http://www.communitymx.com/content/article.cfm?cid=ADF3B 

or asfusion.com has quite a bit of info as well.

~Dave the disruptor~ 


From: "Andy Matthews" <[EMAIL PROTECTED]>
Sent: Friday, February 24, 2006 10:27 AM
To: CF-Talk 
Subject: RE: Getting data into Flash 8 

Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8

It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k

/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
 var pc:PendingCall = service.testCall();
 pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
 // Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
 // look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
 // being made.
}
function handleCallError(fe:FaultEvent)
{
 // Look at the FaultEvent Object if you want to show any warnings or
// log the error.
 // Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */



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


Re: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Tom McNeer
On 2/24/06, Jordan Michaels <[EMAIL PROTECTED]> wrote:
>
> Windows only. =( Even their web client. That's a bummer because it
> looked somewhat useful.



Windows backend, yes. But their docs say that supported browsers include
Firefox, Safari, Netscape ...


--
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
530 Means St NW, Suite 110
Atlanta, GA 30318
404.589.0560


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


mssql '.bak' makes tables w/o content, please advise

2006-02-24 Thread Steve Kahn
I am migrating sites from one hosting company to another. I had my MS SQL 
'.bak' files restored but it only made the tables. All content is missing. 
Repeated the .bak restore and got same results. Two questions:
What am I doing wrong in the .bak restore?
and ...
If the tables are fine, what other method do you advise for migrating the 
content into the tables?

Thank you all, your help is most appreciated.

Steve

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


Re: CF and complex Excel files

2006-02-24 Thread Jim Wright
Well, there is always automating excel on the server ((shudder))
through COM.  Unfortunately, it looks like Dain Anderson's old site,
cfcomet, is off the air(however, with a coming soon message), but if
you want to try this method, let me know and I can send you some code
and advice.

Also, I know of some java tools to read and create excel files, but
haven't tried any of them...
http://jakarta.apache.org/poi/
http://andykhan.com/jexcelapi/index.html
they would be a lot cleaner, I'm sure.

-jim

On 2/24/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> So it's rather simple to extract data from a spreadsheet with tabular data, 
> but what about complex Excel forms that contain perhaps name and date prompts 
> all formatted nicely with tabular data elsewhere in the worksheet?
>
> How would I go about getting the contents of one of those into CF to be 
> parsed?
>
> I'm asking because all I'm finiding is methods to parse simple CSV files or 
> to convert those files into CF queries or convert CF queries to XLS files ;-)

--
Jim Wright
Wright Business Solutions
[EMAIL PROTECTED]
919-417-2257

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
I'm sure Mozilla knows there are problems with Enterprise deployment.
I'm just hoping that issue is high on their list for a future version,
hopefully 2.0. 

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 11:37 AM
> To: CF-Talk
> Subject: RE: Developing for 800 x 600 on monitor at higher resolution
> 
> > Mozilla has a guide for enterprise deployment (including companies
> > >10,000):
> > http://wiki.mozilla.org/Firefox:2.0_Institutional_Deployment
> > They list a few 3rd party apps that allow you to mass deploy 
> > Firefox, lock down options, install extensions, etc.  The 
> > biggest downside appears to be that a lot of this is not 
> > Mozilla approved.  But heck, it's an open source product.  
> > 
> > Welcome to the beach.  ;)
> 
> So, if I were an administrator for an enterprise network of Windows
> desktops, I could use these tools to get some but not all of 
> the management
> functionality that I can get with the tools I already had. I 
> could also get
> to manage two things (Mozilla and IE) instead of one (IE, 
> which I'd still
> have to manage in any case). Oh, and of course chances are 
> there are some
> intranet apps that are still IE-dependent, that I have no 
> control over, so
> people will probably still need to use IE for those. And if I 
> run into any
> problems with these free tools, and my boss asks "where'd you get that
> software", I'll say "I downloaded it from some guy's site!"

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Dave Watts
> Mozilla has a guide for enterprise deployment (including companies
> >10,000):
> http://wiki.mozilla.org/Firefox:2.0_Institutional_Deployment
> They list a few 3rd party apps that allow you to mass deploy 
> Firefox, lock down options, install extensions, etc.  The 
> biggest downside appears to be that a lot of this is not 
> Mozilla approved.  But heck, it's an open source product.  
> 
> Welcome to the beach.  ;)

So, if I were an administrator for an enterprise network of Windows
desktops, I could use these tools to get some but not all of the management
functionality that I can get with the tools I already had. I could also get
to manage two things (Mozilla and IE) instead of one (IE, which I'd still
have to manage in any case). Oh, and of course chances are there are some
intranet apps that are still IE-dependent, that I have no control over, so
people will probably still need to use IE for those. And if I run into any
problems with these free tools, and my boss asks "where'd you get that
software", I'll say "I downloaded it from some guy's site!"

You may have noticed that there are very few office buildings on beachfront
property.

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!


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


Re: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Jordan Michaels
Windows only. =( Even their web client. That's a bummer because it
looked somewhat useful.

-JM



Russ wrote:

>Looks good... Just ordered a few copies... 
>
>  
>
>>-Original Message-
>>From: Dave Carabetta [mailto:[EMAIL PROTECTED]
>>Sent: Friday, February 24, 2006 12:08 PM
>>To: CF-Talk
>>Subject: OT: $495 Project Management Software for $5 (Offer Expires Today)
>>
>>Sorry if the subject is "spammy" sounding, but I just wanted to put
>>this on the mailing list because I know a lot of people don't read
>>blogs...
>>
>>One topic that comes up on this list frequently is the need for free
>>or cheap project management software. Well, axosoft software is
>>offering a 5-User license of their OnTime 2006 Small Team Edition.
>>It's an end-to-end solution for managing your projects. The $5 cost
>>goes entirely to the American Red Cross, and they're at $10,275 as of
>>this posting. I am in no way affiliated with the company and have
>>absolutely no vested interest in their company or their campaign's
>>success. I'm just hoping to provide a resource for those of you in
>>smaller shops who simply can't afford the cost of commercial PM
>>software.
>>
>>Here is the link to the promo page:
>>
>>http://www.axosoft.com/Products/ontime.aspx?cn=otm_stepromo
>>
>>The offer ends today, so have a look and see if it fits your needs
>>(there are video demos, docs, etc.). I should note that it is Windows
>>only.
>>
>>Again, my apologies to anybody who feels this is spamming, but, again,
>>I have no connection with the company.
>>
>>Back to our regularly scheduled cf-talk.
>>
>>Regards,
>>Dave.
>>
>>
>>
>>
>
>

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


Re: [SOT] RegEx question

2006-02-24 Thread Michel Deloux
Thanks Claude and Jacob. Works fine. Great job.

Cheers

MD


2006/2/24, Munson, Jacob <[EMAIL PROTECTED]>:
>
> Try this:
> 
> 
> 
> Original: #myStr#
> Extracted: #Mid(myStr,reMatch.pos[3],reMatch.len[3])#
> 
>
> > -Original Message-
> > From: Michel Deloux [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 24, 2006 9:26 AM
> > To: CF-Talk
> > Subject: [SOT] RegEx question
> >
> > Hi all.
> >
> > This is for RegEx gurus:
> >
> > look this example:
> >
> > (;*%3242432424;testing%%*%%from%%regex%*;)
> >
> > How to get all words inside the first (; and ;)? For this
> > simple example
> > will return
> >
> > *%3242432424;delete%%*%%from%%maçã%*
>
>
> [INFO] -- Access Manager:
> This transmission may contain information that is privileged, confidential
> and/or exempt from disclosure under applicable law.  If you are not the
> intended recipient, you are hereby notified that any disclosure, copying,
> distribution, or use of the information contained herein (including any
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
> in error, please immediately contact the sender and destroy the material in
> its entirety, whether in electronic or hard copy format.  Thank you.   A2
>
>
>
> 

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


RE: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Russ
Looks good... Just ordered a few copies... 

> -Original Message-
> From: Dave Carabetta [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 24, 2006 12:08 PM
> To: CF-Talk
> Subject: OT: $495 Project Management Software for $5 (Offer Expires Today)
> 
> Sorry if the subject is "spammy" sounding, but I just wanted to put
> this on the mailing list because I know a lot of people don't read
> blogs...
> 
> One topic that comes up on this list frequently is the need for free
> or cheap project management software. Well, axosoft software is
> offering a 5-User license of their OnTime 2006 Small Team Edition.
> It's an end-to-end solution for managing your projects. The $5 cost
> goes entirely to the American Red Cross, and they're at $10,275 as of
> this posting. I am in no way affiliated with the company and have
> absolutely no vested interest in their company or their campaign's
> success. I'm just hoping to provide a resource for those of you in
> smaller shops who simply can't afford the cost of commercial PM
> software.
> 
> Here is the link to the promo page:
> 
> http://www.axosoft.com/Products/ontime.aspx?cn=otm_stepromo
> 
> The offer ends today, so have a look and see if it fits your needs
> (there are video demos, docs, etc.). I should note that it is Windows
> only.
> 
> Again, my apologies to anybody who feels this is spamming, but, again,
> I have no connection with the company.
> 
> Back to our regularly scheduled cf-talk.
> 
> Regards,
> Dave.
> 
> 

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
> Like Dave, I'm not saying Firefox is not better, but it is a 
> riskier proposition at this point. With so much on the line, 
> could you make an effective argument for them to go the risk route?

Well, since I'm a bigot, I'd probably just smack them upside the head.
I'd ask them why they feel safe with a 22 vulnerability browser, and a
company with a horrible security track record.  And I'd get no where, as
proven by this conversation.  :)


---

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Barthle, Robert \(Contractor\)
Not approved = no dice. IS people are a paranoid lot, if there ever was, 
especially in the Fed. CYA is a way of life, and the first time one of these 
unapproved third party apps fails, they're in hot water. For good or bad, 
Microsoft is a trusted name and that carries a lot of weight.

It will take a long time for Firefox to be accepted fully. Too many unknowns.

Like Dave, I'm not saying Firefox is not better, but it is a riskier 
proposition at this point. With so much on the line, could you make an 
effective argument for them to go the risk route?


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 12:54 PM
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution


Robert and Dave,

Mozilla has a guide for enterprise deployment (including companies
>10,000):
http://wiki.mozilla.org/Firefox:2.0_Institutional_Deployment
They list a few 3rd party apps that allow you to mass deploy Firefox,
lock down options, install extensions, etc.  The biggest downside
appears to be that a lot of this is not Mozilla approved.  But heck,
it's an open source product.  

Welcome to the beach.  ;)

> -Original Message-
> From: Barthle, Robert
> Sent: Friday, February 24, 2006 10:36 AM
> 
> Would you like to manage a network of 10,000 people using 
> tools that can en masse head off problem, and tools designed 
> with managing updates on a bulk basis, or would you like to 
> manually install or patch 10,000 separate accounts with 
> Firefox? In the sector I work in, that's the real-world question.
> 
> When you start to get into the scale of things, the answers 
> change greatly. And remember, in most cases these are 
> networks made up of mostly non-technical people. To many, a 
> web browser is a web browser is a web browser. They don't 
> care about anything other than "will it get me to the site I 
> want?", so the cool factor of Firefox is negligible. It has 
> to work, and be easy to maintain.
> 
> Should Firefox become easy to manage over a network in large 
> scale, then it will become a much more major player in the 
> intranet arena.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2





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


Re: [SOT] RegEx question

2006-02-24 Thread Claude Schneegans
 >>Great marketer!

Héhé ;-)

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



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


CF and complex Excel files

2006-02-24 Thread Bryan Stevenson
Hey All,

So it's rather simple to extract data from a spreadsheet with tabular data, but 
what about complex Excel forms that contain perhaps name and date prompts all 
formatted nicely with tabular data elsewhere in the worksheet?

How would I go about getting the contents of one of those into CF to be parsed?

I'm asking because all I'm finiding is methods to parse simple CSV files or to 
convert those files into CF queries or convert CF queries to XLS files ;-)

TIA

Cheers

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

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
Robert and Dave,

Mozilla has a guide for enterprise deployment (including companies
>10,000):
http://wiki.mozilla.org/Firefox:2.0_Institutional_Deployment
They list a few 3rd party apps that allow you to mass deploy Firefox,
lock down options, install extensions, etc.  The biggest downside
appears to be that a lot of this is not Mozilla approved.  But heck,
it's an open source product.  

Welcome to the beach.  ;)

> -Original Message-
> From: Barthle, Robert
> Sent: Friday, February 24, 2006 10:36 AM
> 
> Would you like to manage a network of 10,000 people using 
> tools that can en masse head off problem, and tools designed 
> with managing updates on a bulk basis, or would you like to 
> manually install or patch 10,000 separate accounts with 
> Firefox? In the sector I work in, that's the real-world question.
> 
> When you start to get into the scale of things, the answers 
> change greatly. And remember, in most cases these are 
> networks made up of mostly non-technical people. To many, a 
> web browser is a web browser is a web browser. They don't 
> care about anything other than "will it get me to the site I 
> want?", so the cool factor of Firefox is negligible. It has 
> to work, and be easy to maintain.
> 
> Should Firefox become easy to manage over a network in large 
> scale, then it will become a much more major player in the 
> intranet arena.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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


RE: getting response back from a webservice

2006-02-24 Thread Russ
Yea, I know all that already.  What I don't get is why should I use cfinvoke
on a webservice which returns the object and I have to go through extra
steps to get at the inside xml when I can do a cfhttp post and get the xml
back right away?


Russ
> -Original Message-
> From: Michael Traher [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 24, 2006 12:47 PM
> To: CF-Talk
> Subject: Re: getting response back from a webservice
> 
> I agree with Jacob try something like
> 
> 
> then you can access the bits you need refereing to it as a structure
> 
> e.g.
> myxmldoc.grandpa.dad.child
> 
> if there are repeating sets of 'child' this will be an array
> 
> so you can loop thru that
> myxmldoc.grandpa.dad.child[i]["childname"].xmltext
> 
> I expect you know all that but when I first did this it took me a while to
> figure it out! :-)
> 
> On 2/24/06, Munson, Jacob <[EMAIL PROTECTED]> wrote:
> >
> >
> > Parsing the XML isn't that bad.  I'd go that route before spending too
> > much time getting the object to work.
> >
> >
> --
> Mike T
> Blog http://www.socialpoints.com/
> 
> 
> 

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


Re: getting response back from a webservice

2006-02-24 Thread Michael Traher
I agree with Jacob try something like


then you can access the bits you need refereing to it as a structure

e.g.
myxmldoc.grandpa.dad.child

if there are repeating sets of 'child' this will be an array

so you can loop thru that
myxmldoc.grandpa.dad.child[i]["childname"].xmltext

I expect you know all that but when I first did this it took me a while to
figure it out! :-)

On 2/24/06, Munson, Jacob <[EMAIL PROTECTED]> wrote:
>
>
> Parsing the XML isn't that bad.  I'd go that route before spending too
> much time getting the object to work.
>
>
--
Mike T
Blog http://www.socialpoints.com/


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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Dave Watts
> This is all great, but wouldn't it be easier to just use a 
> secure browser?  :)  If I wanted to live in a tank, so I 
> could be safe, I could.  But I prefer to live on beach front 
> property, and I still feel safe.

I think you're missing my point. You asked why network administrators might
prefer (or enforce) the use of IE on internal networks. I gave you some
reasons. I'm not trying to say that IE is better than Firefox, or that
people should use IE, etc. I use Firefox, and have strongly encouraged my
coworkers to use it too, because I think it's a better choice for our small
network. I bought space on the Firefox NYT ad, I like it so much. But if I
had to manage two thousand users instead of twenty, I'd have to rethink
that. Can I push Firefox updates through WSUS? I don't know, but probably
not.

In any case, if you're a Windows network administrator, you have to secure
IE, even if you want your users to use Firefox. IE is integral to lots of
things that the user might do, even if they generally use Firefox. If I can
get someone to download an .mht file and double-click it, for example, it
won't help them any if they downloaded it using Firefox.

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!


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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Barthle, Robert \(Contractor\)
Would you like to manage a network of 10,000 people using tools that can en 
masse head off problem, and tools designed with managing updates on a bulk 
basis, or would you like to manually install or patch 10,000 separate accounts 
with Firefox? In the sector I work in, that's the real-world question.

When you start to get into the scale of things, the answers change greatly. And 
remember, in most cases these are networks made up of mostly non-technical 
people. To many, a web browser is a web browser is a web browser. They don't 
care about anything other than "will it get me to the site I want?", so the 
cool factor of Firefox is negligible. It has to work, and be easy to maintain.

Should Firefox become easy to manage over a network in large scale, then it 
will become a much more major player in the intranet arena.


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 12:05 PM
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution


This is all great, but wouldn't it be easier to just use a secure
browser?  :)  If I wanted to live in a tank, so I could be safe, I
could.  But I prefer to live on beach front property, and I still feel
safe.

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 9:59 AM
> To: CF-Talk
> Subject: RE: Developing for 800 x 600 on monitor at higher resolution
> 
> > Secunia clearly states the 22 unpatched holes have no 
> > work-arounds.  But I don't know what that means.  I'm 
> > assuming it means that if you disable active-x, take away 
> > admin rights, install firewalls, etc., you still are 
> > vulnerable.  These viruses are NOT taking advantage of 
> > built-in technologies, like active-x.  They are exploits of 
> > buffer overflow holes.  You click a link, and the site loads 
> > executable malicious code into the machine's memory.  Will 
> > that code still execute if you don't have admin rights?  I 
> > don't know.  But what if the virus just grabs all of your 
> > browser history?  What if you've got a lot of sensitive data 
> > in your browser cache, like government secrets?
> 
> You don't really need to assume anything. It's all spelled 
> out right there
> on secunia.com.
> 
> If you read each of the 22 advisories for unpatched issues, 
> you'll see that
> about half can be avoided by disabling Active Scripting or ActiveX
> functionality for untrusted sites. Out of the 22 listed, I 
> saw one that was
> a buffer overflow - the .mht web archive exploit. However, 
> according to the
> advisory, that overflow doesn't allow you to execute code, 
> only to crash the
> user's browser.
> 
> Out of the 22 advisories, most were "not critical", some were "less
> critical", and three were "moderately critical". One was 
> "highly critical" -
> an ActiveX problem.
> 
> As for buffer overflows in general, they execute within the 
> security context
> of the user running the process in which the overflow occurs. 
> Most buffer
> overflow attacks rely on the ability to achieve administrator 
> access, to do
> things which are generally useful to the attacker. Of course, 
> a successful
> buffer overflow could mess with user data even without administrative
> rights.
> 
> If you have a lot of sensitive data in your browser cache, 
> like government
> secrets, I would hope that your network administrator limits 
> your access to
> non-sensitive data from that location. This is standard practice in
> high-security government environments, from what I understand.
> 
> 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!
> 
> 
> 



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


Re: [SOT] RegEx question

2006-02-24 Thread Michel Deloux
;-) Thnx Claude. Great marketer! ;-)

2006/2/24, Claude Schneegans <[EMAIL PROTECTED]>:
>
> This is for RegEx gurus:
>
> This is for CF_REextract:
> 1. go to
> http://www.contentbox.com/claude/customtags/REextract/testingREextract.cfm
> 2, enter [^a-zA-Zçä]* in RE1
> 2. enter [^a-zA-Zçã]+|$  in RE2
> 3. enter *%3242432424;delete%%*%%from%%maçã%* in the sample text area;
> 4 click "Test" and see your words in the returned query.
>
> Note: I don't know if "maçã" is a "word". Add all releveant characters
> in the brackets,
> depending on the language the words belong to.
>
> --
> ___
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
>
>
>
> 

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


OT: $495 Project Management Software for $5 (Offer Expires Today)

2006-02-24 Thread Dave Carabetta
Sorry if the subject is "spammy" sounding, but I just wanted to put
this on the mailing list because I know a lot of people don't read
blogs...

One topic that comes up on this list frequently is the need for free
or cheap project management software. Well, axosoft software is
offering a 5-User license of their OnTime 2006 Small Team Edition.
It's an end-to-end solution for managing your projects. The $5 cost
goes entirely to the American Red Cross, and they're at $10,275 as of
this posting. I am in no way affiliated with the company and have
absolutely no vested interest in their company or their campaign's
success. I'm just hoping to provide a resource for those of you in
smaller shops who simply can't afford the cost of commercial PM
software.

Here is the link to the promo page:

http://www.axosoft.com/Products/ontime.aspx?cn=otm_stepromo

The offer ends today, so have a look and see if it fits your needs
(there are video demos, docs, etc.). I should note that it is Windows
only.

Again, my apologies to anybody who feels this is spamming, but, again,
I have no connection with the company.

Back to our regularly scheduled cf-talk.

Regards,
Dave.

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
This is all great, but wouldn't it be easier to just use a secure
browser?  :)  If I wanted to live in a tank, so I could be safe, I
could.  But I prefer to live on beach front property, and I still feel
safe.

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 9:59 AM
> To: CF-Talk
> Subject: RE: Developing for 800 x 600 on monitor at higher resolution
> 
> > Secunia clearly states the 22 unpatched holes have no 
> > work-arounds.  But I don't know what that means.  I'm 
> > assuming it means that if you disable active-x, take away 
> > admin rights, install firewalls, etc., you still are 
> > vulnerable.  These viruses are NOT taking advantage of 
> > built-in technologies, like active-x.  They are exploits of 
> > buffer overflow holes.  You click a link, and the site loads 
> > executable malicious code into the machine's memory.  Will 
> > that code still execute if you don't have admin rights?  I 
> > don't know.  But what if the virus just grabs all of your 
> > browser history?  What if you've got a lot of sensitive data 
> > in your browser cache, like government secrets?
> 
> You don't really need to assume anything. It's all spelled 
> out right there
> on secunia.com.
> 
> If you read each of the 22 advisories for unpatched issues, 
> you'll see that
> about half can be avoided by disabling Active Scripting or ActiveX
> functionality for untrusted sites. Out of the 22 listed, I 
> saw one that was
> a buffer overflow - the .mht web archive exploit. However, 
> according to the
> advisory, that overflow doesn't allow you to execute code, 
> only to crash the
> user's browser.
> 
> Out of the 22 advisories, most were "not critical", some were "less
> critical", and three were "moderately critical". One was 
> "highly critical" -
> an ActiveX problem.
> 
> As for buffer overflows in general, they execute within the 
> security context
> of the user running the process in which the overflow occurs. 
> Most buffer
> overflow attacks rely on the ability to achieve administrator 
> access, to do
> things which are generally useful to the attacker. Of course, 
> a successful
> buffer overflow could mess with user data even without administrative
> rights.
> 
> If you have a lot of sensitive data in your browser cache, 
> like government
> secrets, I would hope that your network administrator limits 
> your access to
> non-sensitive data from that location. This is standard practice in
> high-security government environments, from what I understand.
> 
> 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!
> 
> 
> 

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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Claude Schneegans
 >>Actually, I think what we should hope is that the patent is reviewed and
found to be invalid due to lack of patentability.

According to the article the patent also covers Java.
Isn't it already owned by Sun?

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



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


CF7 dies after I add IIS site

2006-02-24 Thread Katz, Dov B \(IT\)
Has anyone else seen their CF service shut down after you add a new site
to IIS?


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.


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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Eric Roberts
If that is a concern, then the access to web sites would be restricted to 
appropriate sites. Most places that have sensative data severely limit thier 
employees access to outside websites and other web resources such as ftp.

Eric 


-- Original Message --
From: "Munson, Jacob" <[EMAIL PROTECTED]>
Reply-To: cf-talk@houseoffusion.com
Date:  Fri, 24 Feb 2006 09:21:07 -0700

>> Again, in a controlled intranet environment, you typically 
>> don't have to
>> trust your users. With IEAK, you can, for example, disable ActiveX and
>> Active Scripting for every unapproved site. You can also 
>> implement other
>> controls outside of IE, such as having users run without 
>> administrative
>> rights. This is relatively common in large, 
>> security-conscious enterprises,
>> in my experience.
>
>Secunia clearly states the 22 unpatched holes have no work-arounds.  But
>I don't know what that means.  I'm assuming it means that if you disable
>active-x, take away admin rights, install firewalls, etc., you still are
>vulnerable.  These viruses are NOT taking advantage of built-in
>technologies, like active-x.  They are exploits of buffer overflow
>holes.  You click a link, and the site loads executable malicious code
>into the machine's memory.  Will that code still execute if you don't
>have admin rights?  I don't know.  But what if the virus just grabs all
>of your browser history?  What if you've got a lot of sensitive data in
>your browser cache, like government secrets?
>
>
>--
>
>This transmission may contain information that is privileged, confidential 
>and/or exempt from disclosure under applicable law. If you are not the 
>intended recipient, you are hereby notified that any disclosure, copying, 
>distribution, or use of the information contained herein (including any 
>reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
>error, please immediately contact the sender and destroy the material in its 
>entirety, whether in electronic or hard copy format. Thank you.. A1.
>
>
>
>

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Dave Watts
> Secunia clearly states the 22 unpatched holes have no 
> work-arounds.  But I don't know what that means.  I'm 
> assuming it means that if you disable active-x, take away 
> admin rights, install firewalls, etc., you still are 
> vulnerable.  These viruses are NOT taking advantage of 
> built-in technologies, like active-x.  They are exploits of 
> buffer overflow holes.  You click a link, and the site loads 
> executable malicious code into the machine's memory.  Will 
> that code still execute if you don't have admin rights?  I 
> don't know.  But what if the virus just grabs all of your 
> browser history?  What if you've got a lot of sensitive data 
> in your browser cache, like government secrets?

You don't really need to assume anything. It's all spelled out right there
on secunia.com.

If you read each of the 22 advisories for unpatched issues, you'll see that
about half can be avoided by disabling Active Scripting or ActiveX
functionality for untrusted sites. Out of the 22 listed, I saw one that was
a buffer overflow - the .mht web archive exploit. However, according to the
advisory, that overflow doesn't allow you to execute code, only to crash the
user's browser.

Out of the 22 advisories, most were "not critical", some were "less
critical", and three were "moderately critical". One was "highly critical" -
an ActiveX problem.

As for buffer overflows in general, they execute within the security context
of the user running the process in which the overflow occurs. Most buffer
overflow attacks rely on the ability to achieve administrator access, to do
things which are generally useful to the attacker. Of course, a successful
buffer overflow could mess with user data even without administrative
rights.

If you have a lot of sensitive data in your browser cache, like government
secrets, I would hope that your network administrator limits your access to
non-sensitive data from that location. This is standard practice in
high-security government environments, from what I understand.

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!


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


RE: [SOT] RegEx question

2006-02-24 Thread Munson, Jacob
Try this:



Original: #myStr#
Extracted: #Mid(myStr,reMatch.pos[3],reMatch.len[3])#
 

> -Original Message-
> From: Michel Deloux [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 9:26 AM
> To: CF-Talk
> Subject: [SOT] RegEx question
> 
> Hi all.
> 
> This is for RegEx gurus:
> 
> look this example:
> 
> (;*%3242432424;testing%%*%%from%%regex%*;)
> 
> How to get all words inside the first (; and ;)? For this 
> simple example
> will return
> 
> *%3242432424;delete%%*%%from%%maçã%*


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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


RE: Flash remoting

2006-02-24 Thread Dave Watts
> I am having a problem getting flash remoting to work. I have 
> solved this problem before, but I can't for the life of me 
> remember how.
> 
> If I go to www.mydomain.com/flashservices/gateway
> 
> I just get a 404 error on some servers
> Or a 500 NULL error on other servers
> You are supposed to get a blank page it is working.

This is no longer the case for CFMX 7. If you open the URL in a browser, you
should get a 404 error. I'm not aware of any way to test Flash Remoting
against CFMX 7 except through a Flash app.

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!


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


Re: [SOT] RegEx question

2006-02-24 Thread Claude Schneegans
This is for RegEx gurus:

This is for CF_REextract:
1. go to 
http://www.contentbox.com/claude/customtags/REextract/testingREextract.cfm
2, enter [^a-zA-Zçä]* in RE1
2. enter [^a-zA-Zçã]+|$  in RE2
3. enter *%3242432424;delete%%*%%from%%maçã%* in the sample text area;
4 click "Test" and see your words in the returned query.

Note: I don't know if "maçã" is a "word". Add all releveant characters 
in the brackets,
depending on the language the words belong to.

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



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


Help with "jrISAPI[filter:xxxx] An ACCESS VIOLATION occurred in JRun Connector filter"

2006-02-24 Thread Mark Drew
On a server that I run we keep getting the following error:
jrISAPI[filter:] An ACCESS VIOLATION occurred in JRun Connector filter!

This is a CFMX 6.1 server with the updater and now a number of hotfixes applied.

The only reference I can find to this error is to a JRun updater
(which I think has been superceeded by a CF updater for 6.1)

Has anyone else got this error and resolved it?

Running CFMX 6.1 Standard (not deployed on Jrun) on Win2K + MS SQL

All your help greatly apreciated!

--
Mark Drew
http://www.markdrew.co.uk/blog/

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


Re: REPOST Re: OCR and CF

2006-02-24 Thread Bryan Stevenson
> Perl is better at making xls files than CF, and there are several open source
> OCR projects.
>
> It'd be much simpler to just have them email them in, with the ref# in the
> subject line.
>
> -- 
>
> Tom Chiverton
> Advanced ColdFusion Programmer

Thanks Tom...

1) I'm not creating Excel files with CF...just parsing data out of them.

2) see my post to in reply to Ericyou'll see why that e-mailing option is 
already part of what I'm doing, but the faxed portion is to capture signatures.

3) The users are technically challenged and this has to be dead simple ;-)

Cheers

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


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


Re: REPOST Re: OCR and CF

2006-02-24 Thread Bryan Stevenson
>I am presuming you are creating the XLS file originally? You can buy bar
> code font sets to create barcodes in excel.

>
> What is the objective?

Yes I will create it and many users will fill it in on their local machines. 
They will then e-mail the spreadsheet which will have the data sucked out and 
inserted in the DB.  The user will also print the spreadsheet and fax it in via 
a web-based fax service (for proof of signatures).  The TIFF in the fax will be 
OCR'd and matched with the data that was sent via the XLS file.  This allows 
for 
a digital copy of the signed form to be stored with the data that was in that 
formpaperless system ;-)

I know I can use barcode fonts, but can they be embedded in the Excel file?  
I'm 
quite sure most users will not have those fonts on their system ;-)

>
> Why barcodes?

more accurate than OCRing text

Cheers


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


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


RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Andy Matthews
Agreed.



-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 10:25 AM
To: CF-Talk
Subject: Re: U.S. Grants Patent For Broad Range Of Internet Rich
Applications


Actually, I think what we should hope is that the patent is reviewed and 
found to be invalid due to lack of patentability. As I read it, this 
isn't the type of patent we want ANYONE holding.

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


RE: Getting data into Flash 8

2006-02-24 Thread Andy Matthews
Oh no...

I'm using Flash 8 Pro...



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 10:12 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8


Whoa... are you doing this in AS1? Which version of Flash are you using?

!k

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: February 24, 2006 9:57 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8

By the way, I found a tutorial for Flash remoting that seems to be very
through. The problem is that it's for Flash MX and appears to use AS 2. The
code I've already got which duplicates my movie clips and all that is AS 2
so I'm guessing that I can't combine the two.

http://www.macromedia.com/devnet/flashremoting/articles/cfexample_04.html





-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 9:26 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8


Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k


/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
var pc:PendingCall = service.testCall();
pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
// Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
// look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
// being made.
}
function handleCallError(fe:FaultEvent)
{
// Look at the FaultEvent Object if you want to show any warnings or
// log the error.
// Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */











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


Flash remoting

2006-02-24 Thread Snake
I am having a problem getting flash remoting to work. I have solved this
problem before, but I can't for the life of me remember how.

If I go to www.mydomain.com/flashservices/gateway

I just get a 404 error on some servers
Or a 500 NULL error on other servers
You are supposed to get a blank page it is working.

Example

http://myspace.cf-developer.net/flashservices/gateway

Every site does have the JRUNSCRIPTS vdir as required and it is point to the
right place, i.e. C:\CFusionMX7\runtime\lib\wsconfig\2

I have tried running iis_connectors.bat just fo rthe hell of it, but all
this does is setup the file extension mappings.


Russ



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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
> Again, in a controlled intranet environment, you typically 
> don't have to
> trust your users. With IEAK, you can, for example, disable ActiveX and
> Active Scripting for every unapproved site. You can also 
> implement other
> controls outside of IE, such as having users run without 
> administrative
> rights. This is relatively common in large, 
> security-conscious enterprises,
> in my experience.

Secunia clearly states the 22 unpatched holes have no work-arounds.  But
I don't know what that means.  I'm assuming it means that if you disable
active-x, take away admin rights, install firewalls, etc., you still are
vulnerable.  These viruses are NOT taking advantage of built-in
technologies, like active-x.  They are exploits of buffer overflow
holes.  You click a link, and the site loads executable malicious code
into the machine's memory.  Will that code still execute if you don't
have admin rights?  I don't know.  But what if the virus just grabs all
of your browser history?  What if you've got a lot of sensitive data in
your browser cache, like government secrets?


--

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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


Digital Signing a SOAP Request

2006-02-24 Thread Bud
Anyone have any code lying around that will digitally sign a soap 
request using CF's built-in functions or java classes? Pointers on 
where to start?

I'm wanting to implement PayPal Pro with cf_ezcart. They have an API 
for MX 7, but it requires jar files be installed and it looks like 
this may be a problem on shared servers. Their SOAP requests look 
pretty straight forward, but I have NO idea how to digitally sign a 
SOAP request. :)

Clues? Tips? Pointers?

Thanks! :)
-- 

Bud Schneehagen - Tropical Web Creations, Inc.

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Web Based Solutions / eCommerce Development & Hosting
http://www.twcreations.com/ - http://www.cf-ezcart.com/
Toll Free: 877.207.6397 - Local & Int'l Phone/Fax: 386.789.0968

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


[SOT] RegEx question

2006-02-24 Thread Michel Deloux
Hi all.

This is for RegEx gurus:

look this example:

(;*%3242432424;testing%%*%%from%%regex%*;)

How to get all words inside the first (; and ;)? For this simple example
will return

*%3242432424;delete%%*%%from%%maçã%*

Cheers

MD


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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Ken Ferguson
Actually, I think what we should hope is that the patent is reviewed and 
found to be invalid due to lack of patentability. As I read it, this 
isn't the type of patent we want ANYONE holding.

Munson, Jacob wrote:
> I read in the article that this guy used to work at Macromedia, if I
> remember right he helped develop Flash.  He claims he is NOT going to
> try to enforce this patent and get rich.  He wants to sell it to a
> company that has a lot of stake in RIA.  Let's just hope that company
> ends up being Adobe and not Microsoft!  :)
>   
>


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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Aebig
Whoa... are you doing this in AS1? Which version of Flash are you using?

!k

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 9:57 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8

By the way, I found a tutorial for Flash remoting that seems to be very
through. The problem is that it's for Flash MX and appears to use AS 2. The
code I've already got which duplicates my movie clips and all that is AS 2
so I'm guessing that I can't combine the two.

http://www.macromedia.com/devnet/flashremoting/articles/cfexample_04.html





-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 9:26 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8


Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k


/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
var pc:PendingCall = service.testCall();
pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
// Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
// look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
// being made.
}
function handleCallError(fe:FaultEvent)
{
// Look at the FaultEvent Object if you want to show any warnings or
// log the error.
// Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */









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


RE: Getting data into Flash 8

2006-02-24 Thread Kevin Aebig
Don't sweat it Andy... ActionScript has gotten a pretty steep learning curve
in the last 2 versions and it's a lot to take on. Now on to your
questions...

How is any of this code triggered?
--// The function "onClick" starts it all off. It triggers the
service.testCall() and sets to functions to handle whether it succeeds or
fails.//--

Does this have to be run via a web browser or can it be run from within the
IDE?
--// Both. It should run successfully in either. //--

Can I return a query object to Flash or does it have to be a structure?
--// It can be either actually. If you return back a Structure, it will look
like an object(associative) array in flash. So in CF, if you returned:





Then the result in Flash is:

function handleCallSuccess (result:ResultEvent){

// Dot syntax
trace (result.firstname);
trace (result.lastname);

// Array syntax
trace (result["firstname"]);
trace (result["lastname"]);
}

If the result is a query object, than you can look to result.items array,
which is the same as a CF array of structs.
//--

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.

--// Honestly, I know it's confusing, but don't give up. Once you understand
it, you'll save a *ton* of time. Remoting is definitely worth the hassle...

Cheers,

Kevin

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: February 24, 2006 9:26 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8

Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k


/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
var pc:PendingCall = service.testCall();
pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
// Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
// look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
// being made.
}
function handleCallError(fe:FaultEvent)
{
// Look at the FaultEvent Object if you want to show any warnings or
// log the error.
// Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */







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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Dave Watts
> You are quoting a Microsoft article for proof that a 
> Microsoft product is better than a non-Microsoft product?

No, I'm pointing to where you can download the IE Administration Kit, which
lets you manage IE in a controlled environment. I don't really need to prove
anything to anyone; you can find out for yourself or not as you choose! You
can customize IE functionality before distribution, and using other MS
technologies you can easily distribute patches, new policies, etc.

>  I will agree that Firefox is not that easy to maintain in an 
> Enterprise environment (but it can be done).  Unless you are 
> blocking all Internet access, 22 unpatched holes in your 
> company's chosen browser is not very encouraging.  Do you 
> trust all of your users not to click the link on that rogue 
> site that looks like a funny joke?

Again, in a controlled intranet environment, you typically don't have to
trust your users. With IEAK, you can, for example, disable ActiveX and
Active Scripting for every unapproved site. You can also implement other
controls outside of IE, such as having users run without administrative
rights. This is relatively common in large, security-conscious enterprises,
in my experience.

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!


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


RE: Accessing .net webserivce in coldfusion

2006-02-24 Thread Russ
Try setting a higher timeout.  Also make sure you're not accessing the
webservice over https (as that has some issues with CF sometimes).  

Try setting a really high timeout like 600 (I believe there is a bug with cf
somewhere when it first accesses the webservice and builds the stub objects,
it doesn't respect the timeout properly).  



> -Original Message-
> From: vishnu prasad [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 24, 2006 4:00 AM
> To: CF-Talk
> Subject: Re: Accessing .net webserivce in coldfusion
> 
> After setting the timout also i am getting the same error
> i even tried writing simple webservice in coldfusion and access the same ,
> still i am getting the same error
> 
> 

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


RE: Getting data into Flash 8

2006-02-24 Thread Andy Matthews
By the way, I found a tutorial for Flash remoting that seems to be very
through. The problem is that it's for Flash MX and appears to use AS 2. The
code I've already got which duplicates my movie clips and all that is AS 2
so I'm guessing that I can't combine the two.

http://www.macromedia.com/devnet/flashremoting/articles/cfexample_04.html





-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 9:26 AM
To: CF-Talk
Subject: RE: Getting data into Flash 8


Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k


/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
var pc:PendingCall = service.testCall();
pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
// Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
// look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
// being made.
}
function handleCallError(fe:FaultEvent)
{
// Look at the FaultEvent Object if you want to show any warnings or
// log the error.
// Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */







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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
> In a controlled internal network environment, IE can be managed - and
> secured - much more easily than Firefox:
> 
> http://www.microsoft.com/technet/prodtechnol/ie/ieak/default.mspx
> 
> In an unmanaged environment, I strongly recommend Firefox, though.

You are quoting a Microsoft article for proof that a Microsoft product
is better than a non-Microsoft product?  ;b  I will agree that Firefox
is not that easy to maintain in an Enterprise environment (but it can be
done).  Unless you are blocking all Internet access, 22 unpatched holes
in your company's chosen browser is not very encouraging.  Do you trust
all of your users not to click the link on that rogue site that looks
like a funny joke?


--


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Casey Dougall
What a bunch of crock!

Rember US Patent 5,838,906
http://www.w3.org/2003/09/public-faq

If I were Eolas I'd be fighting the patent office on this new one!

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Dave Watts
> I find this interesting.  My company recently sent out a 
> notice that IE will be the only supported browser in the 
> company network.  The DID allow me to send in an exception 
> request (I can't live without the JS debugger in Firefox).  
> But the funny thing was they claimed it was easier to keep IE 
> secure.  Now that had me rolling on the floor laughing.  
> 
> OK, I can understand if you want to focus your efforts on 
> securing just one browser.  But IE is a LOT less secure that 
> Firefox and the others.

In a controlled internal network environment, IE can be managed - and
secured - much more easily than Firefox:

http://www.microsoft.com/technet/prodtechnol/ie/ieak/default.mspx

In an unmanaged environment, I strongly recommend Firefox, though.

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!


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


RE: Getting data into Flash 8

2006-02-24 Thread Andy Matthews
Honestly? I don't understand any of that. There's not a bit of that
Actionscript that I recognize.

How is any of this code triggered?

Does this have to be run via a web browser or can it be run from within the
IDE?

Can I return a query object to Flash or does it have to be a structure?

I'm sorry to be so dense but WHY does MM have to make this so complex?
Something as simple as connecting to a database should, at this point, be a
drag and drop thing.

Anyway, I greatly appreciate your input to this point, but I'll just have to
come up with another method, passing in the values via the query string,
because I know that works.



-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 4:16 PM
To: CF-Talk
Subject: RE: Getting data into Flash 8


It's using certain development idea's that complicate things for beginners
like using Delegates to handle listeners.

Here's a bare-bones example... comments included. Let me know if any of this
is confusing.

Cheers,

!k


/* - CODE-START --- */
import mx.remoting.*;
import mx.rpc.*;
import mx.remoting.debug.NetDebug;

// This is gatewayurl. Replace the 'my.serverdomain.com' with the domain of
// the server that is running your CFC
var gatewayUrl:String = "http://my.serverdomain.com/flashservices/gateway";;

// This is the actual folder path to the service, only it's separated by
// dots instead of slashes.
// So this one, using the domain from above as an example would be
// 'http://my.serverdomain.com/test/services/testService.cfc'
var pathToComponent:String = "test.services.testService";

// Initialize the gateway as well as the service
NetDebug.initialize();
var service:Service = new Service(gatewayUrl, null, pathToComponent);

function onClick()
{
var pc:PendingCall = service.testCall();
pc.responder = new RelayResponder(this, "handleCallSuccess",
"handleCallError");
}
function handleCallSuccess (result:ResultEvent)
{
// Deal with the data as you see fit. If you're unsure what kind of
// data you're getting back, take a
// look at the NetConnection Debugger. It can show you what the data
// looks like as well as the result and the calls
// being made.
}
function handleCallError(fe:FaultEvent)
{
// Look at the FaultEvent Object if you want to show any warnings or
// log the error.
// Flash's docs show some good examples how to easily get to and use
// this object.
}
/* - CODE-END --- */





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


RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Munson, Jacob
I read in the article that this guy used to work at Macromedia, if I
remember right he helped develop Flash.  He claims he is NOT going to
try to enforce this patent and get rich.  He wants to sell it to a
company that has a lot of stake in RIA.  Let's just hope that company
ends up being Adobe and not Microsoft!  :)

> -Original Message-
> From: Josh Nathanson 
> Sent: Thursday, February 23, 2006 4:56 PM
> 
> Well, that certainly is creepy -- no joke, there's a link to 
> the actual 
> patent in the article...
> 
> Who will pay the royalties, hosting companies?  How could 
> this be enforced? 
> Anyone with legal experience please comment...
> 
> - Original Message - 
> From: "Matt Levine"
> Sent: Thursday, February 23, 2006 3:14 PM
> 
> >I thought that I would share this with everybody, it sounds 
> like a joke
> > but I don't think it is.
> > 
> http://www.informationweek.com/story/showArticle.jhtml?article
> ID=180206472&cid=RSSfeed_IWK_News
> > 
>  eID=180206472&cid=RSSfeed_IWK_News>


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Munson, Jacob
I find this interesting.  My company recently sent out a notice that IE
will be the only supported browser in the company network.  The DID
allow me to send in an exception request (I can't live without the JS
debugger in Firefox).  But the funny thing was they claimed it was
easier to keep IE secure.  Now that had me rolling on the floor
laughing.  

OK, I can understand if you want to focus your efforts on securing just
one browser.  But IE is a LOT less secure that Firefox and the others.
In fact, if you go check out Secunia's reports, there are STILL
unpatched highly critical holes in IE, and MS has known about them for a
long time.  From their site, "Microsoft Internet Explorer 6.x with all
vendor patches installed and all vendor workarounds applied, is
currently affected by one or more Secunia advisories rated Highly
critical. Currently, 22 out of 92 Secunia advisories, are marked as
"Unpatched" in the Secunia database."  So 24% of IE 6's holes are
unpatched, and some of those are rated Highly Critical!
http://secunia.com/product/11/
And this for Firefox, "Mozilla Firefox 1.x with all vendor patches
installed and all vendor workarounds applied, is currently affected by
one or more Secunia advisories rated Less critical. Currently, 2 out of
27 Secunia advisories, are marked as "Unpatched" in the Secunia
database."
http://secunia.com/product/4227/

> -Original Message-
> From: Barthle, Robert
> Sent: Friday, February 24, 2006 7:57 AM
> 
> Especially government intranets. They are weary to change 
> anything they can't control on an enterprise level. IE fits 
> real nice into that comfort zone.
> 
> -Original Message-
> From: Eric Roberts
> Sent: Friday, February 24, 2006 12:00 AM
> 
> According to my webstats, I only get from 2-5% using anything 
> other than
> IE...most intranets use IE because it comes with windows and 
> is less of a
> hassle.

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Thomas Chiverton
On Friday 24 February 2006 14:05, DURETTE, STEVEN J (ASI-AIT) wrote:
> I didn't read the patent application, 

Me neither. It's barely English, even by american standards.

> applied in Feb '01 with prior art that he created, I think that the
> system is working as it should 

The patent office should reject patents which are broad in scope.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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


Re: ODBC Connectivity

2006-02-24 Thread Claude Schneegans
 >>Some time we are not able to connect the any of the ODBC datasource 
from Coldfusion.

What is the diagnostic?
Any error message?
Do you have any other application running on the databases?

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


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


Re: Coldfusion and oracle stored procedure

2006-02-24 Thread Douglas Knudsen
Yeah, is the field you are passing the date to a DATE or a TIMESTAMP. 
If using TIMESTAMP you are on Oracle 9.2 or greater. A TIMESTAMP is
certainly not a DATE.  So use the appropriate cf_sql_type.  Also, IIRC
in my experience, using bind vars with CF, I don't need to use TO_CHAR
or TO_DATE in my SQL or PL/SQL.  You may need to use CreateDate() in
CF though, can't just pass in a string literal.

DK

On 2/24/06, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> Try using cf_sql_timestamp instead of cf_sql_date and see if that makes a
> difference.
>
> On 2/24/06, vishnu prasad <[EMAIL PROTECTED]> wrote:
> >
> > Hi Tried the code u sent , i got the below error
> > "17-jan-2005" is an invalid date format.
> >
> >
> >
>
>
> 

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


RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Barthle, Robert \(Contractor\)
Especially government intranets. They are weary to change anything they can't 
control on an enterprise level. IE fits real nice into that comfort zone.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Eric Roberts [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 12:00 AM
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution


According to my webstats, I only get from 2-5% using anything other than
IE...most intranets use IE because it comes with windows and is less of a
hassle.

Eric 

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 23 February 2006 10:02
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution

> Thanks. I'm familiar with this and it has value, but we have 
> standardized on MSIE.

Keep in mind that according to most studies 15% of the Internet is now using
Firefox, and some studies show the US at 20%.  If I remember right, you are
talking about Intranet apps here, and I don't think there are any definitive
surveys that cover that hidden world.  My guess is IE is still a monopoly on
Intranets.  I'm just suggesting that an IE only standard works now, but you
may have a LOT of pain later.


--


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law.  If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format.  Thank you.   A2







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


RE: getting response back from a webservice

2006-02-24 Thread Munson, Jacob
Have you tried displaying it like so: #arr[1].getValue#?  I'm not sure
if that will work, just a thought.

Parsing the XML isn't that bad.  I'd go that route before spending too
much time getting the object to work.

By the way, it sounds like that web service was poorly designed.  The
ones I've worked with let you just grab bits and pieces at a time.  It's
a waste to always send the whole data dump like that (unless it's
necessary).

> -Original Message-
> From: Russ [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 23, 2006 5:11 PM
> To: CF-Talk
> Subject: RE: getting response back from a webservice
> 
> Ok, I think I figured it out... turns out they were returning 
> an object of
> type any, and to get it I used the get_any() and that 
> returned an array with
> 1 element.  So once I referred to to it as an array, I can use the
> toString() function to get the xml back. 
> 
> 
>   
> 
> So if I wanted to, I can parse the xml now, and get back the 
> value I need. 
> 
> Now, if I don't use the toString, I get back an object of type
> org.apache.axis.message.MessageElement, which seems to have a bunch of
> methods.  Is there an easy way of getting the element I need 
> (which is a few
> levels down from the root, or do I need to actually parse the xml?
> 
> Here is the full dump I get:
> 
> object of org.apache.axis.message.MessageElement
>  
> Methods equals (returns boolean)
> getName (returns java.lang.String)
> toString (returns java.lang.String)
> getValue (returns java.lang.String)
> setName (returns void)
> getType (returns javax.xml.namespace.QName)
> setValue (returns void)
> getLength (returns int)
> getAsString (returns java.lang.String)
> getPrefix (returns java.lang.String)
> addAttribute (returns void)
> addAttribute (returns void)
> addAttribute (returns interface javax.xml.soap.SOAPElement)
> addAttribute (returns void)
> getAttributeValue (returns java.lang.String)
> getAttributeValue (returns java.lang.String)
> setAttribute (returns void)
> setAttribute (returns void)
> getAttribute (returns java.lang.String)
> removeAttribute (returns boolean)
> removeAttribute (returns void)
> getElementName (returns interface javax.xml.soap.Name)
> output (returns void)
> getChildren (returns interface java.util.List)
> addNamespaceDeclaration (returns interface javax.xml.soap.SOAPElement)
> getQName (returns javax.xml.namespace.QName)
> setQName (returns void)
> setType (returns void)
> getNamespaceURI (returns java.lang.String)
> removeNamespaceDeclaration (returns boolean)
> getID (returns java.lang.String)
> setEndIndex (returns void)
> getChildElements (returns interface java.util.Iterator)
> getChildElements (returns interface java.util.Iterator)
> getChildElements (returns interface java.util.Iterator)
> getChildElement (returns org.apache.axis.message.MessageElement)
> item (returns interface org.w3c.dom.Node)
> getEncodingStyle (returns java.lang.String)
> getElementsByTagName (returns interface org.w3c.dom.NodeList)
> addChild (returns void)
> getOwnerDocument (returns interface org.w3c.dom.Document)
> cloneNode (returns interface org.w3c.dom.Node)
> getAttributeNS (returns java.lang.String)
> getAttributeNode (returns interface org.w3c.dom.Attr)
> getAttributeNodeNS (returns interface org.w3c.dom.Attr)
> getElementsByTagNameNS (returns interface org.w3c.dom.NodeList)
> getTagName (returns java.lang.String)
> hasAttribute (returns boolean)
> hasAttributeNS (returns boolean)
> removeAttributeNS (returns void)
> removeAttributeNode (returns interface org.w3c.dom.Attr)
> setAttributeNS (returns void)
> setAttributeNode (returns interface org.w3c.dom.Attr)
> setAttributeNodeNS (returns interface org.w3c.dom.Attr)
> getDeserializationContext (returns
> org.apache.axis.encoding.DeserializationContext)
> setEncodingStyle (returns void)
> getRecorder (returns org.apache.axis.message.SAX2EventRecorder)
> setRecorder (returns void)
> publishToHandler (returns void)
> publishContents (returns void)
> addTextNode (returns interface javax.xml.soap.SOAPElement)
> getAsDOM (returns interface org.w3c.dom.Element)
> getAsDocument (returns interface org.w3c.dom.Document)
> setFixupDeserializer (returns void)
> getFixupDeserializer (returns interface
> org.apache.axis.encoding.Deserializer)
> isRoot (returns boolean)
> getHref (returns java.lang.String)
> getAttributesEx (returns interface org.xml.sax.Attributes)
> setAllAttributes (returns void)
> detachAllChildren (returns void)
> getCompleteAttributes (returns interface org.xml.sax.Attributes)
> setNamespaceURI (returns void)
> removeContents (returns void)
> getVisibleNamespacePrefixes (returns interface java.util.Iterator)
> setContentsIndex (returns void)
> setNSMappings (returns void)
> getObjectValue (returns java.lang.Object)
> getObjectValue (returns java.lang.Object)
> setObjectValue (returns void)
> getValueAsType (returns java.lang.Object)
> getValueAsType (returns java.lang.Object)
> setEnvelope (returns void)
> getEnvelope (returns 

Re: OT: Merging Company Databases from Quickbooks to Comma Seperate File

2006-02-24 Thread Thomas Chiverton
On Thursday 23 February 2006 22:14, Aaron Roberson wrote:
> but the billing and shipping address are all scrambled and there are
> fields that make no sense.

Define 'scrambled'.
Maybe you should be talking to whoever Quickbook are.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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


Re: Trying to pinpoint an error

2006-02-24 Thread Thomas Chiverton
If line one is a cfscript block, or try/catch is involved, line 
numbers/template name may be wrong.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Ken Ferguson
Actually, I think a better parallel would be something like a patent on 
skip-troweling or covering all types of painting with oils. What he 
seems to have patented is the production or serving of any application 
on the internet which is more than generated HTML. I'm off, right this 
minute, to patent driving with only one hand on the wheel and mowing a 
lawn in a zig-zag pattern. I'll be a billionaire after all.

--Ferg

Andy Matthews wrote:
> I don't see how he can legally claim that everyone who does anything like
> his work owes him money.
>
> Is there a patent on the TV? The computer? The cell phone?
>
> I would think that allowing a patent like this to go through would
> completely stifle development. That would mean that my company would owe
> this guy money and that's just assinine.
>
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
> -Original Message-
> From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 24, 2006 8:05 AM
> To: CF-Talk
> Subject: RE: U.S. Grants Patent For Broad Range Of Internet Rich
> Applications
>
>
> But... If the "prior art" was Balthaser's, then why wouldn't he be able
> to patent it?
>
> I think the prior work applies to prior art done before the applicant
> ever did it.
>
> In my mind the people who file for legitimate patents are the ones who
> make a proof of concept (which would become prior art) before they apply
> for the patent.
>
> I didn't read the patent application, so I don't know for sure but if he
> applied in Feb '01 with prior art that he created, I think that the
> system is working as it should (in this case, I still think it's
> broken).
>
> Just my .02 and definitely NOT from legal experience.
>
> Steve
>
>
> 

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


RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Andy Matthews
I don't see how he can legally claim that everyone who does anything like
his work owes him money.

Is there a patent on the TV? The computer? The cell phone?

I would think that allowing a patent like this to go through would
completely stifle development. That would mean that my company would owe
this guy money and that's just assinine.



-Original Message-
From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 8:05 AM
To: CF-Talk
Subject: RE: U.S. Grants Patent For Broad Range Of Internet Rich
Applications


But... If the "prior art" was Balthaser's, then why wouldn't he be able
to patent it?

I think the prior work applies to prior art done before the applicant
ever did it.

In my mind the people who file for legitimate patents are the ones who
make a proof of concept (which would become prior art) before they apply
for the patent.

I didn't read the patent application, so I don't know for sure but if he
applied in Feb '01 with prior art that he created, I think that the
system is working as it should (in this case, I still think it's
broken).

Just my .02 and definitely NOT from legal experience.

Steve


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


RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread DURETTE, STEVEN J \(ASI-AIT\)
But... If the "prior art" was Balthaser's, then why wouldn't he be able
to patent it?

I think the prior work applies to prior art done before the applicant
ever did it.

In my mind the people who file for legitimate patents are the ones who
make a proof of concept (which would become prior art) before they apply
for the patent.

I didn't read the patent application, so I don't know for sure but if he
applied in Feb '01 with prior art that he created, I think that the
system is working as it should (in this case, I still think it's
broken).

Just my .02 and definitely NOT from legal experience.

Steve



-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 24, 2006 9:00 AM
To: CF-Talk
Subject: Re: U.S. Grants Patent For Broad Range Of Internet Rich
Applications


On Thursday 23 February 2006 23:56, Josh Nathanson wrote:
> Who will pay the royalties, hosting companies?  How could this be
enforced?
> Anyone with legal experience please comment...


IANL but there is a silly amount of prior art out there before Feb '01
(the 
filed date). There is one in the InfoWeek article from *Balthaser
himself*.

This is just another example of the mess the US patent system is in.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer



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


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Thomas Chiverton
On Thursday 23 February 2006 23:56, Josh Nathanson wrote:
> Who will pay the royalties, hosting companies?  How could this be enforced?
> Anyone with legal experience please comment...


IANL but there is a silly amount of prior art out there before Feb '01 (the 
filed date). There is one in the InfoWeek article from *Balthaser himself*.

This is just another example of the mess the US patent system is in.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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


Re: .do file extension

2006-02-24 Thread Jim Wright
It is what Struts uses to indicate an action.  It doesn't correspond
to a particular file with a .do extension, but there will be an entry
in the struts-config.xml file which tells the app what action the part
before the .do is mapped to.  At least, that is my lay understanding
from the one Struts project I've worked on.



On 2/24/06, Ray Champagne <[EMAIL PROTECTED]> wrote:
> Anyone know what this is?  I googled it, but really didn't get too much
> from that.
>
> Anyone ever seen it personally?
>
> Ray
>
>
> 

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


Re: .do file extension

2006-02-24 Thread Ray Champagne
That makes sense.

We're researching for a new client who says that they use .do files to 
update their web site (like a CMS).  Prolly some kind of Java based app 
that they're doing it with, I guess.

Katz, Dov B (IT) wrote:
> I find that these are usually struts / jsp apps
> 
> http://www.webmasterworld.com/forum10/5908.htm
> dov 
> 
> -Original Message-
> From: Ray Champagne [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 24, 2006 8:25 AM
> To: CF-Talk
> Subject: .do file extension
> 
> Anyone know what this is?  I googled it, but really didn't get too much
> from that.
> 
> Anyone ever seen it personally?
> 
> Ray
> 
> 
> 
> 
> 

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


RE: .do file extension

2006-02-24 Thread Bobby Hartsfield
http://filext.com/alphalist.php?extstart=%5ED

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


 

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 24, 2006 8:25 AM
To: CF-Talk
Subject: .do file extension

Anyone know what this is?  I googled it, but really didn't get too much 
from that.

Anyone ever seen it personally?

Ray




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


  1   2   >