Re: SQL BAK Files

2004-02-16 Thread Larry C. Lyons
Brook Davies wrote:
> Full Editions? For commercial use?
> 
> Brook
> 
> At 02:20 PM 2/16/2004, you wrote:
> 

Unfortunately for internal use only. In other words you can run Win2k3 
Enterprise Server for your internal network but not serve web sites that 
can be accessed from the outside.

That being said, the software are full editions, and with the exception 
of SQL Server Developer's version, they are all full versions. Here's 
what M$ says about the program:
--
How can I use the software provided in the subscription?
The software included with the subscription can be used for internal 
business use, testing, evaluation, demonstration, training, and 
educational purposes only. For example, you can use the Action Pack 
software to host your company's intranet but it CANNOT be used to host a 
commercial Web site. This is considered a production environment that is 
outside the scope of the software's intended purpose.
[snip]
Eligibility
Who can subscribe to the Microsoft Action Pack Subscription?
The Microsoft Action Pack Subscription is restricted to resellers, 
consultants, value-added resellers, value-added providers, system 
integrators, developers, system builders, hosts, service providers, and 
IT professionals who sell Microsoft products or provide solutions based 
on Microsoft products and technologies to third-party customers.
--
http://members.microsoft.com/partner/salesmarketing/partnermarket/actionpack/Overview.aspx

So you can use it on your own machines, but not to host your client's 
website.

Here's the basic URL for the program:
http://members.microsoft.com/partner/salesmarketing/partnermarket/actionpack/actionpackus.aspx

 From the website:

--
The Microsoft Action Pack Subscription is designed to provide you with 
the essential and up-to-date sales, marketing, training, and campaign 
tools and resources to get you on track quickly for new Microsoft 
solutions and marketing strategies. Better still, it also includes core 
Microsoft software such as Microsoft Windows Server™ 2003, Microsoft 
Office Professional Edition 2003, Microsoft Windows® Small Business 
Server 2003, Microsoft Exchange Server 2003, Microsoft Business 
Solutions Customer Relationship Management, Microsoft SQL Server™ 2000, 
Microsoft Internet Security and Acceleration Server, Microsoft Office 
FrontPage® 2003, Microsoft Office Visio® 2003, and much more!

Marketing, sales, and training tools and information are conveniently 
packaged and sent to you during the course of your year-long subscription.
--

What you get in total

Microsoft Windows Server 2003 Enterprise Edition (w/ 10 CALS)
Microsoft Windows Server 2003 Web Edition  (w/ 10 CALS)
Microsoft Windows Server 2003 Terminal Services (w/ 10 CALS)
Microsoft Exchange 2003 Enterprise Server (w/ 10 CALS)
Microsoft SQL Server 2000 Developer Edition  (w/ 10 CALS)
Microsoft Windows Small Business Server 2003 (w/ 10 CALS)
Microsoft Internet Security and Acceleration Server 2000 Enterprise 
Edition (1 copy)
Microsoft Mobile Information Server 2002 Enterprise Edition (1 copy)
Microsoft SharePoint Portal Server 2001  (w/ 10 CALS)
Microsoft Windows XP Professional (w/ 10 copies)
Microsoft Office Professional 2003  (w/ 10 copies)
Microsoft Office FrontPage 2003 (w/ 10 copies)
Microsoft Office Outlook 2003 (w/ 10 copies)
Microsoft Office MapPoint 2003 (w/ 10 copies)
Microsoft Office Visio Professional 2003 (w/ 10 copies)
Microsoft Office Project Professional 2003 (w/ 10 copies)
Microsoft Office Publisher 2003 (w/ 10 copies)
Microsoft Business Solutions CRM Standard Edition (w/ 5 CALS)

(from 
http://members.microsoft.com/partner/salesmarketing/partnermarket/actionpack/ap_license_standard.aspx)

All in all its a pretty good deal.

hth,
larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SQL BAK Files

2004-02-16 Thread Larry C. Lyons
Jeffry Houser wrote:
>   When I bought the SQL Server Developer Edition, it was close to $500.  ( 
> although, I do see a few places which have it listed for the $50 Adam 
> mentions).
> 
>   Depending on your budget, you may want to consider the MS Action Pack.  ( 
> lots of MS software, including the dev edition of SQL Server 2000 for a 
> low-cost).
>   Or if you have even more budget, you may want to look into a MSDN 
> subscription.
> 

I have to second Jeff on this one. The Action Pack subscription is an 
amazing deal. About $15,000 worth of software for only $300, and that 
includes 10 copies of Office 2003, Visio, Project, Outlook and all of 
MS' server software. You just cannot resell it.

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Prevent Refresh

2004-02-14 Thread Larry C. Lyons
No, just a simple disable or name change on the onClick, then you just 
have to make sure that the form does not submit without the button 
having the appropriate name. Something like this for instance:


 == 'Process') this.form.submit(); this.value = 
'Please Wait.';">

When you click the button it changes its name to Please Wait. Then 
submits the form. If the user keeps clicking the button, the form will 
not be submitted again.

hth,
larry

Taco Fleur wrote:

> 1) I think you mean hide the button, as soon as you disable the submit
> button it will not submit the form, even if you just clicked it.
>  
>  
> Taco Fleur
> Blog  
> http://www.tacofleur.com/index/blog/
> Methodology http://www.tacofleur.com/index/methodology/
> 
> Tell me and I will forget
> Show me and I will remember
> Teach me and I will learn 
> 
> -Original Message-
> From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 12 February 2004 6:43 AM
> To: CF-Talk
> Subject: RE: Prevent Refresh 
> 
> 
> I think you need to take a 2 part strategy
> 
> 
> 1) set up some onClick so the form button disables itself upon
> submission. That way it does not allow a resubmission.
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Getting News on a Particuliar Topic using Web Services?

2004-01-15 Thread Larry C. Lyons
Michael Dinowitz wrote:
> I've got some beta code (or did on my dead computer) that takes emails from
> news.google.com and parses it into info for a DB. They vary their format
> from time to time based on the content and the code deals with it. Once I
> get my machine back I'll post it up.
> 

Thanks Mike I'd be very interested in this code.

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Section 508

2004-01-14 Thread Larry C. Lyons
Haggerty, Mike wrote:

> There are a number of new developers where I work who have no clue as to
> what Section 508 is or what they need to be compliant. I have been
> spending time with each one individually, giving them examples,
> providing links, etc. but the message does not seem to be getting
> through.
> 
> There was a link on this list about 2 years ago to a site that broke 508
> down article by article, specifically in relation to the impact on Web
> developers. I've been through the archives but cannot seem to find it.
> Does anyone remember it and still have the link? Otherwise, does anyone
> have any good resources for learning 508?
> 
> M
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Safari Navigation Bug and general speed issues

2004-01-13 Thread Larry C. Lyons
Alan Rafael Bleiweiss wrote:

> For some reason my code didn't get included in the first email.  Here's a 
> link to the code in question...
> 
> http://www.brionanet.com/nextprevcodechunk.txt
> 

Alan,

While not directly related to your question, one thing you may want to 
do in your code is add the Cachedwithin attribute to your query. It 
would speed things up a lot, especially for large queries, assuming of 
course that your SortOrder variable stays the same from page to page.


cachedwithin="#CreateTimeSpan(0, 0, 60, 0)#">
	SELECT * from Products,Categories
	WHERE Products.CategoryID = #CategoryID#	
	AND Products.CategoryID = Categories.CategoryID
	AND Products.InventoryCount >0
	ORDER BY #SortOrder#


regards,

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: MACR Stock price?

2003-12-30 Thread Larry C. Lyons
Adam Wayne Lehman wrote:

> Hehehehe.. It's true. But this is my last day.. Check the new signature.
> 
> 
> Adam Wayne Lehman
> Tim's New Bitch
> 

Congratulations Adam, so when are you getting that tatoo'd on your forehead?

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Query paging Problem

2003-12-30 Thread Larry C. Lyons
Terry Troxel wrote:

> Could someone please give me an example of how to break up query
> results to x number of records to a page ala Google, when you are using
> grouping in your cfoutput tags?
> 
> I am doing a shopping cart and grouping on product lines, then
> nesting a blank cfoutput inside to display all the items within that
> product line.
> 
> Terry Troxel
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX on Win2K3 Web Edition?

2003-12-30 Thread Larry C. Lyons
Tyler Silcox wrote:
> It's 6.1 and it's fresh install...and at this point I was kinda hoping for
> an issue and/or bug :-)
> 
> 
> This does give us hope, thoughthanks for all the info->
> 
> 
> Tyler
> 

Another issue is that you cannot run MS-SQL Server on the W2K3 Web 
Edition, could that be a part of the problem?

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: Geo Locator

2003-12-23 Thread Larry C. Lyons
Stacy Young wrote:
> Hi folks,
> 
> I need to lookup a set of ZIP/Postal codes that reside within X miles/km
> of an input ZIP/Postal code. Anyone know where I can get this kind of
> data? Maybe there's some sort of ISO dataset available?
> 
> Thanks!
> 
> Stace

Look at Zip base http://www.cfdynamics.com/zipbase/ . There's also a tag 
around called ZipRad that's now free. Unfortunatley I cannot remember 
the url for that one.

regards,
larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFTicket

2003-12-08 Thread Larry C. Lyons
Larry C. Lyons wrote:
> stas wrote:
> 
>> I am looking for a trouble-ticket/customer service type of application 
>> and
>> found CFTicket on the Exchange; the developer is at 
>> http://www.cornfeed.com/
>>
>> Has anyone implemented this solution and have good/bad comments about it?
>>
>> Thank you,
>>
>> Stas
>>
> Stas,
> 
> There's also WEBGUNS Call Center Tracker, V1.0
> 
It would really help if I provided a URL for this:
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20Details&loc=en_us&authorid=33573048&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=0&extid=1002568&catid=0

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFTicket

2003-12-07 Thread Larry C. Lyons
stas wrote:
> I am looking for a trouble-ticket/customer service type of application and
> found CFTicket on the Exchange; the developer is at http://www.cornfeed.com/
> 
> Has anyone implemented this solution and have good/bad comments about it?
> 
> Thank you,
> 
> Stas
> 
Stas,

There's also WEBGUNS Call Center Tracker, V1.0
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ot: mac cf programming software

2003-12-01 Thread Larry C. Lyons
Tony Weeg wrote:
> to all mac people,
> 
> what editor do you use for cfmx work?
> 
> thanks
> 
> ...tony
> 

Tony,

Look at BBEdit. There's a BBEdit library set somewhere (not at home now) 
that has all the CF tags and functions. But since CF pages are straight 
ascii text, you can use almost any sort of a text editor.

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: LogFile Reader

2003-11-26 Thread Larry C. Lyons
cfhelp wrote:

> Anyone recommend or knows of a good Log File reporting tool like web Trends
> built in CF?
> 
> It needs to read IIS Log Files.
> 
> Rick
> 
> 
> 
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF and ASP

2003-11-24 Thread Larry C. Lyons
Bushy wrote:
> Can I have some ASP code in my test.cfm file? Its a breadcrumb writting 
> in ASP.
> 

Why bother? There are several very good bread crumb functions and custom 
  tags on MM exchange and cflib.org.

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: 3 select Calendar pop-up

2003-11-24 Thread Larry C. Lyons
Dwayne Cole wrote:
> My form fields for entering dates have three drop downs, one for months, 
> on for the day, and one for the year. I'm looking for a calendar pop-up 
> script that faciliates data entry in my Date fields.  I discovered 
> several but they all return the date to one field.
> 
> Dwayne Cole, MS in MIS, MBA  
> Certified Advanced ColdFusion Developer
> 850-591-0212

Selene Bainum of Webtricks.com has a very nice popup calendar that you 
can parse the month, day and year very easily. Its at:

http://www.webtricks.com/sourcecode/code.cfm?CodeID=5

regards,

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SessionTracker and session expiration

2003-11-22 Thread Larry C. Lyons
Benoit Hediard wrote:
> Hi everyone,
> 
> Looking for an article on CFMX SessionTracker.

Not sure about that but Ray Camden had a recent article in the 
ColdFusion Developers Journal on a CFMX session tracker:

http://www.sys-con.com/coldfusion/articleprint.cfm?id=654

hth,

larry

> 
> We have put in place a session tracker to count the number of sessions on
> our application.
> 
> 
> 
> 
> 
> This is working fine.
> But we have recently replace the last line by :
> 
> 
> 
> 
> 
> 
> 
> 
> An advice, don't do this kind of manipulation on a regular basis (for
> example with a scheduled task), because it creates a huge memory leak :
> sessions will never expire!
> It is probably because you "touch" the session content, so it changes the
> timestamp of all the sessions...
> 
> I'm pretty sure I've read an article concerning this issue on a CF blog
> somewhere.
> If I remember well, the author was showing how to use java reflection to
> workaround it.
> Can't find it in the archives of CF blogs or even in google.
> 
> Anyone remember this?
> 
> Benoit Hediard
> www.benorama.com
> www.affinitiz.com
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Which Authorize.net tag/CFX?

2003-11-20 Thread Larry C. Lyons
stas wrote:
> Could anyone comment on their experiences with available tags?
> 
> Thanks!
> 

I ended up rolling out my own. Its not that difficult. Just send in the 
appropriate values with cfhttp from a secured connection (i.e., SSL) and 
you're returned a csv string that you can parse through to determine 
sucess, rejection of the car or error. With some judicious exception 
handling or switch/case statements you can create a fairly powerful 
credit card authorizing app. In the end its not difficult.

regards,

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: Internal/Intranet Search Engines - What to ask the sales critters

2003-11-16 Thread Larry C. Lyons
Jeremy Brodie wrote:
> Larry,
> 
> Some of the critical questions to help you in your search.
> 
> 1) Do you need to search locally from a CD/DVD or from a server?
> 2) In what file format is the manual (PDF, word docs, etc)
> 3) What will you use as your user interface for searching the manual 
> (flash, HTML, etc)?
> 4) What is your budget?
> 5) Are there any components of the manual located on the server 
> (diagrams, videos, and so on)?
> 6) If using a CD, what platforms will the target audiance use?
> 
> If you're searching directly from a CD/DVD then you'll need to bundle DT 
> search (the others require a server) and create an interface that 
> interacts with the search program either using Flash or Java Swing 
> (assuming not everyone has Windows).
> 
> Jeremy Brodie
> Intelix
> an Edgewater Technology Solutions Company

Good questions. As far as I know (remember its a friend who looking at 
the search engines) its for technicians and engineers who need to access 
the technical manuals on the shop floor. As far as I know, the computers 
will all be the same. I've passed along the question list to my friend.

Again thanks for your help.

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: Internal/Intranet Search Engines - What to ask the sales critters

2003-11-13 Thread Larry C. Lyons
Jeremy Brodie wrote:

> Larry,
> 
> This all depends on what you're trying to do and your budget. Here's 
> some information
> 
> 1) Google is a 2u search appliance that you would fit on a rack. The 
> appliance runs into the thousands of dollars-- but then you're using 
> Google. Google is a document search, not a database search.
> 
> 2) DT Search. This product is a much cheeper alterantive. Although not 
> as powerful for the enterprise, if you need search capability for a 
> flash program for a DVD this could be your choice. Keep in mind this 
> product only searches documents as well.
> 
> 3) Verity; A good choice if you're using CF since its bundled with the 
> system. If you have less than 250,000 records in your database. Plus 
> Cold Fusion allows you to add database fields to the list of items being 
> searched
> 
> If your CMS really is database driven and does not have documents, you 
> could use the SOUNDEX functionality Within oracle or SQL Server to build 
> your search.
> 
> The bigger question is the location of the documents themselves 
> users hard drive, central server, internet, database.
> 
> Jeremy Brodie
> Intelix
> an Edgewater Technology Solutions Company
> 
> web: http://www.edgewater.com
> phone:(703) 815-2500
> nasdaq symbol: EDGE
> 

Thanks Jeremy. I don't think that this is really for a CMS system rather 
for an on-line manual (IETM's Interactive Electronic Technical Manuals). 
But I agree with your point regarding the database searches.

As for the location of the data, from what I understand its going to be 
on the corporate servers and local hard drives.

regards,
larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




SOT: Internal/Intranet Search Engines - What to ask the sales critters

2003-11-13 Thread Larry C. Lyons
Greetings,

The company a friend of mine works for is starting to look at search
engines like Verity, Google, Altavista or DTSearch for searching as he 
puts it:

 >they want to be able to search the IETM database (on their own server
 >for their DWAN, which they call a web server because it uses the same
 >protocols) and also on the end user's own hard drive.

He's been tasked to look into it and get some ideas and estimates. 
Anyhow he's not experienced enough in this area to ask intelligent 
questions about this to the sales people. For some reason he thought I 
might be, (fool that he is in that case). Anyhow its not my area, but I 
thought that someone on the CF-Talk list might have some experience with 
these or other intranet search engines and would be willing to give 
hints etc.

Any help or suggestions on what to ask would be appreciated. I'll be 
passing all suggestions over to him.

regards,

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SES urls on CFMX 6.1

2003-10-30 Thread Larry C. Lyons
Greg Luce wrote:
> OK, then let's get right to the point. What stats package can handle
> fusebox urls?

I know with the right combination of filtering and activating URL 
parameters, funnelweb does a very good job of handling fusebox params.

regards,
larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Web Stats software

2003-10-08 Thread Larry C. Lyons
Dan Phillips (CFXHosting.com) wrote:
> Can anyone tell me what Stats software out there can handle a URL like
> http://domain.com/sub.cfm?page=article7&news_id=1234 
> 
> 
> I've tried LiveStats by DeepMetrix and it does not seem to track it at
> all.

Dan,

Try FunnelWeb by Quest Software, 
(http://www.quest.com/funnel_web/analyzer/) It can handle URL parameters 
quite easily. You need to set a couple of parameters in the setup but it 
works quite well. I've used it with fused sites with no problems. 
Moreover if you don't mind downloading a copy every three months or so, 
its free.

Another alternative is Secret Agent.com's Fusebox Log Analyzer for $50. 
See http://www.secretagents.com/index.cfm?&fuseaction=tools.fuseboxlogs. 
I haven't used this tool but it looks like it can do the job.

regards,

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: Computer Desk for Multiple Monitors...

2003-09-29 Thread Larry C. Lyons
Dan G. Switzer, II wrote:
> I was just wondering if anyone has a recommendation for a good desk for my
> home office that will support dual 19" monitors which I'd like to have
> sitting side-by-side.
> 
> I'd like to have something that's more in the traditional desk style--but I
> don't want it to look too much like "corporate" or "LAN workstation"
> furniture. A corner L-shaped unit I think would be my preference and it must
> have some room for writing notes, etc.
> 
> Thanks!
> - Dan
> 

Dan,

Depending on where you're located, I'd looking into custom cabinet 
makers. I've seen some very nice looking custom made desks done that 
way. But they are pricey.

regards,

larry

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: -OT- A favour

2003-09-27 Thread Larry C. Lyons
Thane Sherrington wrote:> If anyone has the time and could go to this page:> http://www.peak.ca/DisplayTestSurvey.cfm> > And fill out the test survey and submit it (I don't care what the actual> data is), I'd really appreciate it.  I'm testing a survey system I> inherited, and I'd like to get testing from as many different browsers and> places as possible.> > Thanks for help in advance.> Worked fine on an iBook running OSX 10.2.8 and Safari.regards,larry
 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]



Re: Design Structure and cfinclude

2003-09-19 Thread Larry C. Lyons
Shannon Rhodes wrote:

 >
 > I think I need a balance between letting CF templates "do it all" for me,
 > and the tedious work of writing in each page information that is probably
 > the same 80% of the time in a given section.
 >
 > Can anyone suggest a "best practices" approach to using cfinclude for 
design
 > elements?  Should I hard code in most of the head area of documents, so I
 > can put in page-level titles, meta tags, and page-specific styles &
 > JavaScript, followed by a cfinclude containing the remainder of the head
 > with links to the master style sheet, and any design code that will not
 > change, followed by another include for section-specific design 
images?  Any
 > suggestions are appreciated!
 >
 >

Shannon,

Assuming that my previous email got bounced by the CF-talk bot for not 
recognizing my munged email address, I'm trying this one again. If not I 
apologise for the duplicate posting.


First of all I'd avoid putting the header and footers in you 
application.cfm and onrequestend.cfm pages. Those should be used for 
code specifics. Here's what I do, create a template in Dreamweaver and 
where the content is to go, have a cfoutput, something like this:
#variables.ResultsOutput#

Then on the pages with the processing and other cfcode, surround that 
code with a cfsavecontent. Then you use an cfinclude to get the template 
as in


   

http://www.totalsports.us.

hth,

larry

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137751
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


SOT: CFV: comp.lang.coldfusion

2003-09-05 Thread Larry C. Lyons
" on the
>| following line.
>|--
>| Voter name:
>|--
>| Insert YES, NO, ABSTAIN, or CANCEL inside the brackets for each
>| newsgroup listed below (do not delete the newsgroup name):
>|
>|  Your Vote   Newsgroup
>|  -   -
>| [ ]  comp.lang.coldfusion
>|
>|--
>=== END OF BALLOT: Delete everything AFTER this line ==
>
>
>IMPORTANT VOTING PROCEDURE NOTES:
>
>Standard Guidelines for voting apply.  Only one vote per person, no
>more than one vote per account.  Votes must be mailed directly from
>the voter to the votetaker.  Anonymous, forwarded, or proxy votes
>are not valid.  Votes mailed by WWW/HTML/CGI forms are considered
>to be anonymous votes.
>
>Vote counting is automated.  Failure to follow these directions may
>mean that your vote does not get counted.  If you do not receive an
>acknowledgment of your vote within three days, contact the votetaker
>about the problem.  It's your responsibility to make sure your vote
>is registered correctly.  Duplicate votes are resolved in favor of
>the most recent valid vote.  Names, addresses, and votes of all voters
>will be published in the final voting results post.
>
>DO NOT redistribute this CFV in any manner whatsoever.  The purpose of
>a Usenet vote is to determine the genuine interest of persons who would
>read a proposed newsgroup.  Soliciting votes from disinterested parties
>defeats this purpose.  Only the votetaker, the news.announce.newgroups
>moderator, and the proponent (if specifically authorized by the votetaker)
>are permitted to distribute copies of this CFV.
>
>Distribution of pre-marked or otherwise modified copies of this CFV is
>generally considered voting fraud and should be reported immediately to
>the votetaker or the UVV <[EMAIL PROTECTED]>.  In cases where voting fraud
>is determined to have occurred, it is standard operating procedure to
>delete ALL votes submitted by the violator.  When in doubt, ask the
>votetaker.
>
>DISTRIBUTION:
>
>The only official sources for copies of this CFV are the locations listed
>below, the UVV web site at http://www.uvv.org/, and the votetaker's e-mail
>CFV server which can be reached at <[EMAIL PROTECTED]>.
>
>This CFV has been posted to the following newsgroups:
>
>news.announce.newgroups
>news.groups
>alt.comp.lang.coldfusion
>comp.infosystems.www.misc
>
-- 

Larry C. Lyons


Life is Complex. It has both real and imaginary parts.

Chaos, Panic and Disorder. My work here is done.
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: single user version of 5.0

2001-06-15 Thread Larry C. Lyons

So then Ray how do we, as developers, learn to use the new features of
CF 5? When will a single user version be available?  Or will there be
one?

Also does this mean that as a developer, I'm going to have to spring for
my own copy of CFPro at the minimum in order to continue developing CF
apps that take advantage of the new features of version 5? 

This is of course I want to keep within the license restrictions 

Seems to me that MM is shooting itself in the foot again. 

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Raymond Camden wrote:
> 
> After the Eval version expires, it reverts to a single IP server, but this
> is NOT, I repeat, NOT a Single Ip 'Developer' version. You are not allowed
> to use it like the single IP version that shipped w/ Studio 4.5. The reason
> the server continues to work is so that you can enter a serial #. Yes, it
> acts like a single ip server, but your license does not allow you to use it
> as such.
> 
> ===
> Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
> 
> Email   : [EMAIL PROTECTED]
> ICQ UIN : 3679482
> 
> "My ally is the Force, and a powerful ally it is." - Yoda
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Larry C. Lyons

Steve,

another factor you may want to look at is that sometimes Mac browsers
(IE for the Mac) may append a space to the filename, which also screws
things over. Adding a TRIM(filename etc) to the CFFile filefield = tag
seems to solve the problem, as in:



HTH,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


"Steven A. del Sol" wrote:
> 
> I have a client that needs to upload images to
> his shopping cart. For some reason it is not
> working from any MAC system.
> 
> Does anyone have any idea why?
> Do you know a work around?
> 
> Thanks in Advance Steve..
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to combine queries

2001-06-08 Thread Larry C. Lyons

Josh,

Have a look at Nate Weiss' CF_QueryMergeSideBySide
(http://www.nateweiss.com/taggallery/). To quote from the Docs:
--

This tag takes two query result sets and creates a new query that
contains data from both queries. The new query has all the columns from
the first query, plus all the columns from the second query. Whatever
was in row one of each query will be in the first row of the new query,
and so on. Please note that this tag makes no attempt to "sync up" or
"join" the rows intelligenty. It just copies data. It is your
responsibility to ensure that the first row of the first query
corresponds with the first row of the second query. 

The new query will have the same number of rows as the first query. This
means that if the first query has more rows than the second, the "extra"
rows will be unpopulated (blank) in the new query. If, on the other
hand, the second query has more rows than the first, the "extra" rows
will be ignored. Columns with the same name in both queries are assumed
to hold data in common and are included in the new query only once. 

--

hth,
larry

--
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 204
Manassas, Virginia 20109-3795
tel:   (703) 393-7930
fax:   (703) 393-2659
Web:   http://www.pacel.com
   http://www.ebstor.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--

-Original Message-
From: JoshMEagle [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 8:02 AM
To: CF-Talk
Subject: How to combine queries


This was originally part 2 of a 2 part question  1 was answered ...

How do I combine 2 queries into one?

I have a query from  and one from  ... I'd like to
combine them into one query, say: qCombinedQuery so
that I can use the output in the  tag ...

Any ideas?

Joshua Miller
Web Development
Eagle Technologies Group
Technology Solutions for the Next Generation
www.eagletgi.com
[EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: file upload and 'please wait'

2001-06-06 Thread Larry C. Lyons

Rather than set up an entire page for a please wait, I just change the
submit button name as in:



hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

sebastian palmigiani wrote:
> 
> Has anyone figured out how to show a 'please wait page' when uploading a
> file without using CF 5 progress meter? The file does not transfer when
> using an intermediate page. I ended up using:
> 
>  onClick="if(this.value == 'Submit Form') this.form.submit(); this.value =
> 'Please Wait. . .';">
> 
> Sebastian
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Removing items from the shopping basket?

2001-06-04 Thread Larry C. Lyons

Michel,

Let me make ssure I understand what you're trying to do. You're using a
query to store your shopping cart data, and you need to delete a row
from the shopping cart.

If such is the case then what you need to do is create a new query and
include all rows from your old query except for the rows you want to
delete. As in:














 
  queryAddRow(NewCart); 
  querySetCell(NewCart,"SKU",Request.YourCart.SKU);
  querySetCell(NewCart,"StyleNo",Request.YourCart.styleNo);
 
querySetCell(NewCart,"Description",Request.YourCart.Description);
  querySetCell(NewCart,"Price",Request.YourCart.Price);
  querySetCell(NewCart,"Qty",Request.YourCart.Qty);
  querySetCell(NewCart,"Cost",Request.YourCart.Cost);
  querySetCell(NewCart,"Size",Request.YourCart.Size);
  querySetCell(NewCart,"SaleDate",Request.YourCart.SaleDate);
 






 


 
 

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Michel Gagnon wrote:
> 
> Hi!
> 
> I've got a shopping basket going:
> 
> 
> 
> 
> 
> But I can't find the instructions on how to delete items
> from the basket.
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Good resource on CF/XML integration?

2001-05-23 Thread Larry C. Lyons

Dave,

Use CFHTTP to grab the datafile, then you have 2 options, write the
resulting variable (from the CFHTTP) to a file, or directly manipulate
that variable. The next step is to use CF_SOXML to get the XML. This
custom tag converts the data to a structure which you manipulate with
the standard struct functions.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Dave Hannum wrote:
> 
> Yea, but how do you grab a .xml page and parse it out into your HTML?  I
> have a company that wants to feed us info, and they have given me a url to a
> ..xml page.  I want to group the info and format the output.  Can CF_SOXML do
> this?
> 
> Dave
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Create-edit-delete in Access - TAG

2001-05-21 Thread Larry C. Lyons


Correct me if I'm wrong about this but isn't CFQuery a good tag for
this? 


This is really basic stuff.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


CF Crazy wrote:
> 
> Does anyone know have a good tag that gives control to create, edit and
> delete rows and fields using an access database.
> 
> Steph
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Download Software From The CF Server

2001-05-14 Thread Larry C. Lyons

Better yet use CFContent and point it to a mapped folder (in the CF
Administrator app) off the server. Much more control that way.
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Billy Cravens wrote:
> 
> If you want direct download, point to the exe.  If you want control over who can get 
>to it, use CFLocation.
> 
> --
> Billy Cravens
> HR Web Development, Sabre
> [EMAIL PROTECTED]
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Problems with forms in MSIE 5 Mac?

2001-05-09 Thread Larry C. Lyons

You may also want to have a look at this link about Macs and IE5:
http://lookclose.com/learnmore/faqs/macieuploads.htm

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Kurt Ward wrote:
> 
> IE on the Mac is terrible about padding with spaces.  You may also want to
> use the Trim()
> function on any form fields being passed.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Wanna test Ultradev's extensions?

2001-05-06 Thread Larry C. Lyons

Massimo

I'll have a look.

BTW, Massimo is one of the top extentions developers for Dreamweaver and
UltraDev who is also quite active on  Macromedia's UltraDev Newsgroup.
He's developed a very useful set of CF related behaviors that make
integrating UD with ColdFusion a lot less agonizing.

regards,

larry


Massimo Foti wrote:
> 
> In my opinion Ultradev is still far from being a good tool for CFML
> developing, but, thanks to its powerful API, it can be customized a lot and
> still act as a great time saver.
> 
> I am putting together a bunch of dedicated extensions for Ultradev and
> definitely need some beta testing and feedback, I also have a small mailing
> list for that, if you would like to take a look at the current status of the
> project, feel free to stop here, download the extensions and join the
> mailing list:
> 
> http://www.massimocorner.com/beta/cf.htm
> 
> 
> Massimo Foti
> [EMAIL PROTECTED]
> 
> 
> My own Corner of the web
> http://www.massimocorner.com
> Dreamweaver, Ultradev and Fireworks goodies
> 
> It should be this hole in the ozone layer
> But I am not the coder I use to be...

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Access ldb files w/a twist

2001-05-03 Thread Larry C. Lyons

Mark,

You can create an empty database file in Access. The use link tables
under the FILE > GET EXTERNAL DATA > LINK TABLES menu option to link the
blank database with your database in question. Then select whatever
tables you need to be linked. 

Next in your CFAdmin point the ODBC Connection to the blank Access
table. This will be a bit slower than directly accessing your database
but it allows you to change tables etc, without having to worry about
..ldb files etc.

That would work if you can get access to the database.

The only other way would be to break the database connection. One was is
to use the undocumented CFUSION_DBCONNECTIONS_FLUSH() function but that
hoses all database connections on the server. Alternatively run a bogus
query on the database, as in


select garbage from BS


that should break the connection.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Mark Smeets wrote:
> 
> So, here is my question and basically it's a problem.
> 
> Now when you open any Access file you get that little annoying ldb file with
> it, it closes no problem if you're working with Access directly however what
> if the Access file is on a server and you don't have access to it directly?
> 
> What if I need to replace that database with a new one (and that stupid ldb
> file won't go away)?
> 
> Any ideas would greatly help.
> 
> Mark Smeets/stranger0/ICQ #1062196

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Studio and UltraDev Merging!

2001-05-03 Thread Larry C. Lyons

Nathan,

>From the sounds of it, its going to be a bundle package with ultradev4.
Right now in the two UltraDev4 packages you get Homesite, with this it
sounds like you will be getting CF Studio. Not too shabby if they go for
the discounting like they've done with the UD4 and Fireworks Studio
package.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Nathan Stanford wrote:
> 
> Read This:
> http://www.allaire.com/products/ColdFusion/productinformation/tools.cfm
> 
> Nathan Stanford
> Senior Programmer/Analyst
> [EMAIL PROTECTED]
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Dynamic Select Box??

2001-05-03 Thread Larry C. Lyons

You may want to look at Nate Weiss' CF_TwoSelects Related custom tag 
-its at http://www.nateweiss.com/taggallery/. This tag could be modified
to do what you'd like.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

ibtoad wrote:
> 
> Does anyone know of a custom tag that allows a 2 array select box that is
> dynamically populated?  Is this even possible?  In other words, the 2nd
> column will be populated differently depending on what is selected in teh
> 1st column with both columns being populated through output queries.
> 
> Any Ideas?
> Thanks,
> Rich
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Pop-Up Calendar...Thanks!

2001-04-27 Thread Larry C. Lyons

Glad to help.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

James Taavon wrote:
> 
> THANKS, THIS IS JUST WHAT I WAS LOOKING FOR!!!
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Pop-Up Calendar

2001-04-26 Thread Larry C. Lyons

James,

Try Selene Bainum CFDateSelectPopup custom tag. It mostly does what you
want without much modification.

You can download the file at
http://www.webtricks.com/SourceCode/default.cfm?Page=CFDateSelectPopup.cfm

hth,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

James Taavon wrote:
> 
> Hey, how's everybody on this lovely Friday-Eve (Thursday for you folks
> who are slow).
> 
> I wanted to know where I could obtain the code for a javascript pop-up
> calendar that I have seen on many sites. You know, the one where you
> click on a thumbnail calendar box, select the date and it fills it in
> your form field.
> 
> Thanks!
> James
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: database.ldb

2001-04-26 Thread Larry C. Lyons

Jay,

One trick you can do is create an empty database file in Access. Then
use link tables under the FILE > GET EXTERNAL DATA > LINK TABLES menu
option to link the blank database with your database.. Then select
whatever tables you need to be linked. After that if you need to change
tables etc, you do not have to worry about having to work with .ldb
files etc.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Jay Patton wrote:
> 
> thanks guys/gals
> i should have said that im not the host of this particular site so i cant
> reboot and fix it or use the release button in the administrator either...
> sorry about that.
> 
> i got it though
> 
> thanks again
> (this is why i dont use access)
> 
> Jay Patton

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: HTML editor for idiots? recommendation?

2001-04-18 Thread Larry C. Lyons

FileMaker HomePage 3.0 would seem to fit your bill, however I don't know
whether filemaker is still supporting it however. Check out
http://www.filemaker.com/products/hp_home.html.

hth,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Peter Theobald wrote:
> 
> Thanks everyone for lots of comments...
> But I guess I didn't describe the situation well.
> This client is very small, can't spend much money, and has ZERO knowledge of HTML 
>(hence the analogy of my Grandmother has to be able to use it)
> 
> 'First Page' is *not* wysiwyg you have to edit HTML code directly.
> Spectra, EZEdit, ActiveEdit, and eWebEditPro all require building a database 
>document management system.
> I've done this before for other clients (by the way eWebEditPro is excellent) but it 
>would be overkill for this and I'm not doing it for FREE anyway.
> 
> I *assume* DreamWeaver is too complicated/powerful for this client. Am I wrong about 
>this?
> 
> So, can someone recommend an EASY What-You-see-is-what-you-get WEB PAGE editor that
 does not require ANY knowledge of HTML to simply edit the PLAIN TEXT parts of a web
 page? Built in upload/download would be better than requiring the use of a separate
 FTP program.
> 
> At 10:09 AM 4/18/01 -0400, Peter Theobald wrote:
> >Sorry for the OT post...
> >
> >I have a client who needs to be able to make simple text changes to static HTML 
>pages.
> >I tried having him use FrontPage but he managed to destroy the entire site, which I 
>had to restore from backups.
> >
> >Can someone recommend an HTML editor that will simply download ONE page, allow
 SIMPLE editing of text, and upload THAT page. Something that my grandmother could
 use (hint: she wonders why she never has to put new ice in her "icebox").
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Larry C. Lyons

Got mine last week from Fatbrain.com, all in all its about the same
price as amazon, and I don't have to support Bezo's ideas on copyright.

http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0789725657&vm=

So far its pretty good - am going through it line by line almost while I
prep for the cert exam.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Kelly wrote:
> 
> Has anyone picked it up yet?  I  think I am going to get a copy today. Just
> wanted
> to hear your thoughts if you got it.
> Kelly
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT But Urgent - Knock CF if you dare

2001-04-06 Thread Larry C. Lyons
 
Loop 
%>

This loops through the output dataset and displays it onscreen. For a
new learner this is quite difficult to understand and debugging is a
huge problem.

Now compare it to the CF code:

#id# #business#

Now which is easier to learn? Anyone reasonably familiar with HTML can
probably figure out what's going on here.

Mailing the results of a form submission is as simple:


   #Form.Message#


Now try that in vanilla ASP. Whoops sorry you can't. You have to buy an
add on here.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Daryl Fullerton wrote:
> 
> Hi all,
> 
> We use a little bit of  ASP with CF from time to time.
> 
> We are pitching for a contract whereby the opposition are slating CF big
> time.
> In actual fact they are saying all sorts of bad things about CF to the
> client in an effort to get the client to move to ASP.
> 
> Any Amunition out there i can fire back with.
> 
> I dont normally slate ASP but they have started this.
> 
> Articles would be good...
> 
> Appreciate the help
> 
> Cheers
> 
> D
> 
> Daryl Fullerton,
> Managing Partner,
> BizNet Solutions,
> Allaire Premier Partner (Ireland)
> 133 - 137 Lisburn Road
> Belfast
> BT9 7AG
> N.Ireland
> 
> Direct +44 (0) 28 9022 7888
> Tel  +44 (0) 028 9022 3224
> Fax +44 (0) 028 9022 3223
> 
> [EMAIL PROTECTED]
> Http://www.BizNet-Solutions.com
> 
> [EMAIL PROTECTED] (Chairman)
> Http://www.cfug.ie The Irish Cold Fusion User Group
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Mail Error

2001-04-03 Thread Larry C. Lyons

Thanks Dain,

I shall give it a try.

larry

Dain Anderson wrote:
> 
> This is a known bug, and there is a fix for it at:
> 
> http://www.allaire.com/Handlers/index.cfm?ID=15821&Method=Full
> 
> Dain Anderson
> Caretaker, CF Comet
> http://www.cfcomet.com/
> 
> - Original Message -
> From: "Larry C. Lyons" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 03, 2001 10:19 AM
> Subject: CF Mail Error
> 
> > I've just run across this error that I've never seen before. Anyone know
> > what it means and how to correct it?
> >
> > Error Diagnostic Information
> > unknown exception condition
> >
> > TagCFMail::sendMessage
> >
> > The error occurred while processing an element with a general identifier
> > of (CFMAIL), occupying document position (77:1) to (77:147).
> >
> >
> > Date/Time: 04/03/01 10:05:29
> > Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
> > Remote Address: 127.0.0.1
> > HTTP Referer: http://127.0.0.1/ACC/carts/index.cfm?fuseaction=Checkout
> >
> > thanks,
> > larry
> > --
> > Larry C. Lyons
> > ColdFusion/Web Developer
> > EBStor.com
> > 8870 Rixlew Lane, Suite 201
> > Manassas, Virginia 20109-3795
> > tel: (703) 393-7930 x253
> > fax: (703) 393-2659
> > http://www.ebstor.com
> > http://www.pacel.com
> > email: [EMAIL PROTECTED]
> >
> > Chaos, panic, and disorder - my work here is done.
> > --
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Mail Error

2001-04-03 Thread Larry C. Lyons

Dave,

Thanks, but I'm not sure where the improperly nested output is. Here's a
snippet of the code:



From:  ACC Online Catalog
To: #attributes.firstname#  #attributes.lastname#
(mailto:#attributes.email#)
Re:   Your On-Line Catalog Order
Date:#dateformat(NOW(),", MMM DD, ")#

Thank you for your order. Your order is listed below::

Shipping Information:

#attributes.sFirstName# #attributes.sLastName#
#attributes.AccountNO#
#attributes.sCompany#
#attributes.sAddress1# #attributes.sAddress2#
#attributes.sCity#, #attributes.sState# #attributes.sZip#
Telephone: #attributes.sPhone#
E-Mail: #attributes.semail#
-
   
Order Information:

  SKU Style  Description Size  QTY  UnitCost
Price
-


#RJustify(request.AccCart.currentrow,2)#
#RJustify(request.AccCart.sku,14)# #RJustify(request.AccCart.StyleNo,6)#
#RJustify(request.AccCart.Description,20)#
#RJustify(request.AccCart.size,2)# #RJustify(request.AccCart.QTY,4)#
#RJustify(DollarFormat(request.AccCart.PRICE),8)#
#RJustify(DollarFormat(request.AccCart.COST),10)#


Total   #RJustify(DollarFormat(request.totalcost),20)#

-

Again, thank you for your order. Please let us know if there are any
changes 
that need to be made to your order.



larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Dave Hannum wrote:
> 
> I believe that's caused when you try to do a improperly nested output inside
> your CFMAIL tag.
> 
> Dave
> 
> - Original Message -
> From: "Larry C. Lyons" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 03, 2001 10:19 AM
> Subject: CF Mail Error
> 
> > I've just run across this error that I've never seen before. Anyone know
> > what it means and how to correct it?
> >
> > Error Diagnostic Information
> > unknown exception condition
> >
> > TagCFMail::sendMessage
> >
> > The error occurred while processing an element with a general identifier
> > of (CFMAIL), occupying document position (77:1) to (77:147).
> >
> >
> > Date/Time: 04/03/01 10:05:29
> > Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
> > Remote Address: 127.0.0.1
> > HTTP Referer: http://127.0.0.1/ACC/carts/index.cfm?fuseaction=Checkout
> >

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Mail Error

2001-04-03 Thread Larry C. Lyons

I've just run across this error that I've never seen before. Anyone know
what it means and how to correct it?

Error Diagnostic Information
unknown exception condition

TagCFMail::sendMessage

The error occurred while processing an element with a general identifier
of (CFMAIL), occupying document position (77:1) to (77:147).


Date/Time: 04/03/01 10:05:29
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
Remote Address: 127.0.0.1
HTTP Referer: http://127.0.0.1/ACC/carts/index.cfm?fuseaction=Checkout
 
thanks,
larry
-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Dynamic Page Generation Question

2001-03-27 Thread Larry C. Lyons

Clint,
One way to do what you want is first to construct your template page,
that runs the query and outputs it. Then call that page using CFHTTP,
and write the results out to disk using CFFILE.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Clint Tredway wrote:
> 
> Well, no not exactly. I need to save the results of the query after they have been
 displayed to the user. the reason is that in order to use a component that we have
 to convert this to pdf, I need the results saved as an html file.
> 
> --
> Clint Tredway
> www.factorxsoftware.com
> --
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF rules!!!

2001-03-16 Thread Larry C. Lyons

Alternatively you put the intial query into an application variable and
then run queries against that one. 

larry

Savan Thongvanh wrote:
> 
> real world mode now, how realistic is querying your inventory for each user?
> RAM resources?
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: You should hire this guy!!

2001-03-16 Thread Larry C. Lyons

 --- Nathan Stanford <[EMAIL PROTECTED]> wrote:
 >
 >  <>
 >

Gotta love those Crazy Canadians ...

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT:development for visually impaired?

2001-03-14 Thread Larry C. Lyons

Try these links:

http://www.w3.org/TR/WD-WAI-PAGEAUTH/ the W3C's web accessibility
guidelines.
http://www.cast.org - has a very good web accessibility checker.
http://www.webable.com/
http://news.cnet.com/news/0-1005-200-1541412.html
http://www.zdnet.com/devhead/stories/articles/0,4413,2585438,00.html

here's one of the best articles on accessibility:
http://www.builder.com/Authoring/Accessibility/

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

[EMAIL PROTECTED] wrote:
> 
> Anyone know how to, or have good information about developing websites for
> visually impaired users?
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Those darn Access .ldb files

2001-03-08 Thread Larry C. Lyons

We are soemwhat lucky in this case, having our servers in-house. If you
have that luxury, you'd have to do the linking on the production
computer itself, and do not use the UNC pathing.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Douglas Knudsen wrote:
> 
> This was a great idea, but I have to actually do this on the
> production server as M$ Access can't link tables using a UNC path nor
> can I manually edit the path.  Sucks!
> 
> The only other solution I have come up with is to upload the .mdb file
> as a different filename and run a scheduled script at night to copy
> over the actual one.
> 
> From: [EMAIL PROTECTED] AT INTERNET on 03/07/2001 04:00 PM
> 
> To:   [EMAIL PROTECTED] AT INTERNET@CCMAIL
> cc:(bcc: Douglas Knudsen/ATL/ALLTELCORP)
> 
> Subject:  Re: Those darn Access .ldb files
> 
> Douglas,

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Those darn Access .ldb files

2001-03-07 Thread Larry C. Lyons

Douglas,

A simple way of avoiding Access .ldb files would be to create a blank
database. Then link it to the real database using File -->Get External
Data-->Link Tables. Select the appropriate database and tables. Then
whenever you need to swap out the database its just a matter of copying
the file without having to worry about the Access .ldb files.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

[EMAIL PROTECTED] wrote:
> 
> Ok,
> 
> I've searched through the House of Fusion Mail Archive and Allaire's
> support forums for info regarding how to unlock a M$ Access file through
> CF.   
> 
> Any thoughts?
> 
> -
> Douglas Knudsen
> Leveraged Technologies Group
> 678-351-6063
> Got Linux? http://linuxmall.com
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Where is Ramonda Ramos ?

2001-02-27 Thread Larry C. Lyons

Um, where's Ramona, a quick look makes me guess that she's a government
drone. cdpr.ca.gov is the California Department of Pesticide Regulation.

Perhaps the pesticide fumes got to her just before she turned on the
auto responder.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Dave Hannum wrote:
> 
> Goodie!  A game!  Is this anything like Where's Waldo???   8-)
> 
> Dave
> 
> - Original Message -
> From: "Massimo "Fuse" Gianadda" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, February 26, 2001 7:36 PM
> Subject: OT: Where is Ramonda Ramos ?
> 
> > Out of the office ?
> >
> > Max
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFile ( Yet another question while we're all on topic!)

2001-02-21 Thread Larry C. Lyons

Jennifer,

Being a paranoid person here, I can see a user trying to submit the form
without selecting an upload file.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Jennifer wrote:
> 
> At 01:12 PM 2/20/01 -0500, you wrote:
> >Greetings,
> >
> >This question is somewhat related to the present topic. How do you
> >validate an  formfield? I'd prefer using JavaScript
> >rather than use a server side validation. Does anyone have any
> >suggestions for code snippets etc I could work with.
> 
> What do you want to validate it for?
> 
> Now announcing my newly updated website
> http://www.blivit.org/mr_urc/index.cfm
> Resume: http://www.blivit.org/mr_urc/resume.cfm
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFile ( Yet another question while we're all on topic!)

2001-02-20 Thread Larry C. Lyons

Greetings,

This question is somewhat related to the present topic. How do you
validate an  formfield? I'd prefer using JavaScript
rather than use a server side validation. Does anyone have any
suggestions for code snippets etc I could work with.

thanks,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Tag or function to import csv file to db

2001-02-20 Thread Larry C. Lyons

Peter,

Unfortunately yes. Its a really useful tag for several projects I've
worked on. Fortunately we run WinD'ohs servers here so its not as
critical to us.

The best way I can see ho to do this is to upload the file with cffile
action='upload", then read the file using CFFILE ACTION="Read". You then
loop over the file using chr(10) and chr(13) as your row delimiter and
the comma as your column delimiters.

So in this case, assuming that you've sucessfull uploaded the file and
put it into a variable using CFFile, you would then use a nested CFLoop
to go through each record and update it appropriately.

hth,

larry

Peter Theobald wrote:
> 
> I tried this tag but it is NT only. Not Unix or Linux :-(
> 
> At 11:30 AM 2/16/01 -0500, Larry C. Lyons wrote:
> >Paul,
> >
> >Have a look at Nate Weiss' custom CFX tag called CFX_CSVToQuery. You can
> >get it from his website. Here's the direct URL:
> >http://www.nateweiss.com/taggallery/CFXQueryColumns\CFX_QueryColumns.zip.
> >He also has the documentation on-line for the tag:
> >http://www.nateweiss.com/taggallery/CFX_CSVToQuery\CFX_CSVToQuery.html
> >
> >What I've found is that its somewhat faster than CFFile, and is fairly
> >simple to use.
> >
> >hth,
> >larry
> >
> >--
> >Larry C. Lyons
> >ColdFusion/Web Developer
> >EBStor.com
> >8870 Rixlew Lane, Suite 201
> >Manassas, Virginia 20109-3795
> >tel: (703) 393-7930 x253
> >fax: (703) 393-2659
> >http://www.ebstor.com
> >http://www.pacel.com
> >email: [EMAIL PROTECTED]
> >
> >Chaos, panic, and disorder - my work here is done.
> >--
> >
> >Paul Sinclair wrote:
> >>
> >> I've been trying to figure out a method to suck the contents of a comma
> >> delimited text file into a SQL database on an automated basis. Is there some
> >> method of doing this via CF? I've looked in the devex for a tag but don't
> >> see any.
> >>
> >> I'm getting a text file every night from an offsite source and each morning
> >> I am manually importing the data to the db. I'm sure that CF can do this via
> >> a cfm template that is run as a scheduled task but I haven't figured out how
> >> to do it.
> >>
> >> Thanks for any help.
> >>
> >> Paul Sinclair
> >>
> >>
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Tag or function to import csv file to db

2001-02-16 Thread Larry C. Lyons

Paul,

Have a look at Nate Weiss' custom CFX tag called CFX_CSVToQuery. You can
get it from his website. Here's the direct URL:
http://www.nateweiss.com/taggallery/CFXQueryColumns\CFX_QueryColumns.zip.
He also has the documentation on-line for the tag:
http://www.nateweiss.com/taggallery/CFX_CSVToQuery\CFX_CSVToQuery.html

What I've found is that its somewhat faster than CFFile, and is fairly
simple to use.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Paul Sinclair wrote:
> 
> I've been trying to figure out a method to suck the contents of a comma
> delimited text file into a SQL database on an automated basis. Is there some
> method of doing this via CF? I've looked in the devex for a tag but don't
> see any.
> 
> I'm getting a text file every night from an offsite source and each morning
> I am manually importing the data to the db. I'm sure that CF can do this via
> a cfm template that is run as a scheduled task but I haven't figured out how
> to do it.
> 
> Thanks for any help.
> 
> Paul Sinclair
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Dave's Burning Rant, Part Deux

2001-02-13 Thread Larry C. Lyons

Dave,

What you say is partially true. However, I seem to remember that very
similar arguments have been made by those supporting the tobacco
companies and cigarettes, firearm manufacturers and their political
lobbies, groups opposed to AIDS prevention etc. etc. The ideology of
personal responsibility can only go so far. For instance, since it is up
to the individual to drive safely, then why bother having seat belts and
airbags in cars. Moreover to use a logical extension of your arguments
as it applies to cars and traffic laws, then why have traffic laws at
all. All hail Libertarianism!

The point is that if a manufacturer makes a shoddy product that could
cause severe damage, then there are legal remedies. However if M$ or
other companies make a shoddy software product that could cause severe
damage, we end up getting arguments on personal responsibility. There's
a bit of a disconnect here.

Companies want to minimize costs etc., that is one of the reasons why
Outlook is very popular. It comes with Office and is fairly easy to use.
The problem is that MicroSoft also attempts to minimize costs, provide a
good feature set, maximize shareholder returns, etc., and made a series
of decisions that makes Outlook very vulnerable to certain forms of
virii. Given these decisions and their consequences and considering your
arguments regarding personal responsibility, where does corporate
responsibility come in?

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Dave Watts wrote:
> 
> Finally - and this is all I've got to say - this kind of attitude, in which
> you expect the end user to be irresponsible and, frankly, stupid, is the
> kind of paternalistic Politburo outlook of people who think that the masses
> must be protected from themselves. Being an adult means knowing what happens
> - and being responsible for it - when you push the button, or pull the
> trigger, or push the accelerator.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: http_user_agent

2001-02-10 Thread Larry C. Lyons

Whoops, my bad, cgi .remote_host and cgi.remote_addr

Aidan Whitehall wrote:
> 
> > IP Address is cgi.remote_addr
> 
> Is there a cgi variable for the IP of the server?
> 
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
> Netshopper UK Ltd
> Advanced Web Solutions & Services
> 
> http://www.netshopperuk.com/
> Telephone +44 (01744) 648650
> Fax +44 (01744) 648651
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: http_user_agent

2001-02-10 Thread Larry C. Lyons

CGI.SERVER_NAME

hth,
larry


-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Aidan Whitehall wrote:
> 
> > IP Address is cgi.remote_addr
> 
> Is there a cgi variable for the IP of the server?
> 
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
> Netshopper UK Ltd
> Advanced Web Solutions & Services

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (WFOT) Curling, Cold Fusion and Online Tools

2001-01-30 Thread Larry C. Lyons

I forgot to add, it sounds like it was an excellent game.

larry

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (WFOT) Curling, Cold Fusion and Online Tools

2001-01-30 Thread Larry C. Lyons

Eric,

As one of the, probably, very few who actually understands what you are
talking about, can be doable.

Quick translation on what Erik was talking about - Curling is a winter
sport, something similar to lawn bowling. Only done on ice.

Probably what you would want to do is look at how Flash and CF
integrate. That would let you do animations of each shot, based on data
recorded in your database.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Eric Dawson wrote:
> 
> Yeah I am closer to creating that open source "sports Centre". But these
> damn day jobs, night jobs, and full-time play kind of cut into the
> recreational work.
> 
> Does anyone have any CF applications specifically for curling?
> 
> Not important.
> 
> What I want to do, with sadness, is diagram our last shot in last nights
> curling action in Winnipeg. And to my suprise, there doesn't seem to be much
> out there. Maybe some Visio templates? with the sheet of ice, a skip, some
> rocks? :)
> 
> nuthin. :(
> 
> Does anyone have anything? I'll post whatever I do somewhere.
> 
> (We are playing home up by two without the hammer. They have first shot with
> about a foot of separation from our second shot. Their rock is biting the
> back of four foot on one side of the house. Our rock just behind nibbling
> the 8ft directly behind. They have a guard about 4 ft from the house on the
> other side of the rings.
> 
> Our skip decides to freeze or tap their stone. to force a tricky shot for
> tie. (I would have played the takeout myself, but the ice was tricky).
> Weight was good, Line was good. As we cross the hogline the rock catches a
> hair, the other turn, and curls an amazing 6 ft to raise their guard from
> the middle of nowhere to the 8 ft (second shot), and they are left with a
> draw for the win. :( which they confidently made.
> 
> Unbelievable. I need to record this baby.
> 
> Eric
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Allaire on a Mac?

2001-01-29 Thread Larry C. Lyons

Unless the new version of VirtualPC (v4?) has improved considerably, its
like running a 80mhz Pentium. VPC is good for checking a site but I
don't think that its any good for any serious development work. That's
why I have CF Studio.

larry

"Lord, Heath" wrote:
> 
> Doesn't the Mac sport a PC Emulator that is supposed to run and PC
> application?
> Why not take the slight performance hit that is supposed to have and run
> Studio in the virtual PC?
> 
> Just my two cents.
> 
> Heath
> 
> -Original Message-
> From: Larry C. Lyons [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 29, 2001 9:33 AM
> To: CF-Talk
> Subject: Re: Allaire on a Mac?
> 
> Tacky Nathan, very tacky.
> 
> For my home network, I have 2 Macs, 1 Athlon and 1 Pentium III. The
> Pentium and Athlon give me more than 3 times the number of problems that
> the 2 Macs do. I wish my Wintel machines were half as productive as the
> Macs. I'd love to be able do most of my coding using one of the G3 Macs.
> Unfortunately UD for the Mac just doesn't cut it.
> 
> larry
> 
> --
> Larry C. Lyons
> ColdFusion/Web Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 201
> Manassas, Virginia 20109-3795
> tel: (703) 393-7930 x253
> fax: (703) 393-2659
> http://www.ebstor.com
> http://www.pacel.com
> email: [EMAIL PROTECTED]
> 
> Chaos, panic, and disorder - my work here is done.
> --
> 
> Nathan Stanford wrote:
> >
> > Does someone still use Mac's?
> >
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



[OT] JS alerts and CF variables

2001-01-29 Thread Larry C. Lyons

Happy Monday,

I'm building a form in CF and Javascript. With the quantity fields,
(they are dynamically generated - the name is actually #SKU#_QTY) if the
person enters a number that is larger than the available inventory for
that item, I'd like to display an alert that tells them that they cannot
enter that amount.

I assume that I could do something like this:










Now the part I find somewhat un-understandable is how to call Inventory
in this. I assume that when you could do something like this:


<!--
function checkInput(QTY,Inventory) 
{
this.QTY = QTY;
Inventory = Inventory;

  if (QTY > Inventory) 
  {
alert("Current Stock only has " + Inventory + ". Please choose a
different amount.");
field.focus();
field.select();
return false;
  } else 
{
 return true; 
}
}

// -->


However, of course this doesn't work.
Any suggestions that you would have would be most appreciated.

thanks,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Allaire on a Mac?

2001-01-29 Thread Larry C. Lyons

Tacky Nathan, very tacky.

For my home network, I have 2 Macs, 1 Athlon and 1 Pentium III. The
Pentium and Athlon give me more than 3 times the number of problems that
the 2 Macs do. I wish my Wintel machines were half as productive as the
Macs. I'd love to be able do most of my coding using one of the G3 Macs.
Unfortunately UD for the Mac just doesn't cut it.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Nathan Stanford wrote:
> 
> Does someone still use Mac's?
> 
> 
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Stored Procedures Problem

2001-01-11 Thread Larry C. Lyons

Thanks. That was it entirely. D'uh - slapping self on forehead etc.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

[EMAIL PROTECTED] wrote:
> 
> I don't think it has anything to do with the SP.  This:
> 
>  LIST="#termtype#">
> 
> tells CF to try to treat the entire query as a list, which is why you get
> the error.  Try
> 
>  LIST="#termtype.termtype#">
> 
> to pass just that field of the query as the list.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Stored Procedures Problem

2001-01-11 Thread Larry C. Lyons

Thanks all it worked.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Cameron Childress wrote:
> 
> > When we do a simple CF output, as in:
> >
> > #termtype#
> 
> > We get what appears to be a simple list:
> >
> > 30/15 Balloon,15 Year Fixed
> 
> You are probably not getting a list, but rather the first record of a one
> row query resultset.  The queryname being "termtype" and the columnname also
> being "termtype".
> 
> > Now when we want to loop through the list, as in
> >  > LIST="#termtype#">
> > #type#
> > 
> 
> Try:
> 
>  LIST="#termtype.termtype#">
> #type#
> 
> 
> -Cameron
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: browser check

2001-01-09 Thread Larry C. Lyons

Jay I use this browser sniffer to check for the browser and redirect the
user to the appropriate page:


<!-- Begin
function CheckBrowser() {
 var name = navigator.appName
 if (name == "Microsoft Internet Explorer")
  url=("whereEver/index.htm");
 else
  url=("Whatever/index.htm")
 window.location=url;
}
// End -->


Then I put in an onload statement like this:



works reliably
hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Jay Patton wrote:
> 
> ?
> looking for help on this if anyone can...
> on our new layout for our site we have a menu script that works great with IE but
 not w/ ns. i was wondering if their was a way to do a check with cf that would check
 which browser was being used and if they were using NS then it would not load the
 menu script but if they were using IE then it would. ( does that make sense?) any
 ideas?
> 
> thanks,
> 
> Jay Patton
> Web Pro USA
> 406.549.3337 ext. 203
> 1.888.5WEBPRO
> www.webpro-usa.com
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Storing images in SQL

2001-01-09 Thread Larry C. Lyons

Rick,

Others have dealt with speed and storage issues regarding images and
databases. Here's how I handle things. Rather than calling a BLOB
object. What happens when your client wants to change a significant
proportion of the images - its much easier copying the new images to the
appropriate directory than inserting the images into the database.
Secondly, speed. To display the images, it requires a database call,
that is slower than the http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Rick Lamb wrote:
> 
> Larry,
> 
> I've asked this question before also. And got similar responses as yours
> which is appreciated. But is there any way you could tell us (a number of
> people have asked this question) why it's slower and messier. I'm sure for
> somebody that knows the details on what it takes to do this can logically
> agree with you (and others who have said the same) and I too would like to
> be one of those well informed people that come to the same conclusion for
> the same reasons. Could you or anyone else familiar with the techniques
> required for this please elaborate on this so I can say something other than
> "it's a bad idea because that's what somebody said."
> 
> Thanks,
> 
> Rick
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Storing images in SQL

2001-01-08 Thread Larry C. Lyons

Michael,

In a nutshell don't. Its far faster, easier and a lot less messy to
store the images's name and then dynamically construct the path
information.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Michael Buffington wrote:
> 
> Does anyone have any experience storing images in SQL 7.0, and retrieving
> them in CF?
> 
> Any tips would help!
> 
> Michael Buffington

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: And the award goes to ......

2001-01-08 Thread Larry C. Lyons

And in Canada it takes only 4 hours to count 15 million votes. So what
do they have that Florida doesn't.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

"Stephen R. Cassady" wrote:
> 
> >Handcount the votes ??? only in florida ??
> 
> And in Canada. All votes are hand counted. And we mark them with these itsy
> bitsy pencils.
> 
> :)
> 
> Stephen Cassady
> http://www.tallylist.com < FOR ADVANCED LIST ARCHIVING
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT- HTH

2000-12-30 Thread Larry C. Lyons

Liets kill the topic before someone gets crabby.

larry

Duane Boudreau wrote:
> 
> > Its not something you'd do for the halibut.
> >
> > (ducking and running).
> 
> That depends on how nice you are to the halibut ;)
> 
> Duane
> 
> > Chaos, panic, and disorder - my work here is done.
> > --
> >
> > Duane Boudreau wrote:
> > >
> > > Sorry I have to. Ever held a halibut?
> > >
> > > Duane
> >
> >
>
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT- HTH

2000-12-29 Thread Larry C. Lyons

Its not something you'd do for the halibut.

(ducking and running).

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Duane Boudreau wrote:
>  
> Sorry I have to. Ever held a halibut?
> 
> Duane

~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Macromedia and CF

2000-12-29 Thread Larry C. Lyons

Howie,

FWIW, the DCCFUG had a presentation on integrating Flash 5, CF and WDDX
last September or so. You can get the presentation at
http://www.figleaf.com/figleafhome/cfug/cfugsep2000.zip.

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Howie Hamlin wrote:
> 
> Thanks - I think I'll order Flash/5 for now.  BTW - sorry to be a pest - but
> do you have any information that you could share regarding Harpoon?  My
> understanding (which may be totally wrong ) is that it is a set of custom
> tags that integrate CF and Flash (maybe with ActionScripts?)
> 
> Thanks,
> 
> Howie

~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [RE: [database update?]]

2000-12-23 Thread Larry C. Lyons

Peter,

One way to do it would be to create an ODBC connection to a blank
database. Then go into that db and link the tables to the database
that's being uploaded. Go under FILE -> GET EXTERNAL DATA -> LINK
TABLES. Then choose the uploaded database, and select all the relevant
tables. Then when the database needs updating you don't have to worry
about breaking the odbc connection etc, just replace the database.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Peter Benoit wrote:
> 
> Well it kinda can't be done that way.  Essentially they throw a whole new DB
> at me once a week and ask that the new info be presented immediately.
> Currently it takes about 15 mins for the new info to appear.
> 
> -Original Message-
> From: Alex [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 22, 2000 2:00 PM
> To: CF-Talk
> Subject: Re: [RE: [database update?]]
> 
> replace it over FTP at night. this has nothing to do with CF
> 
> Peter Benoit <[EMAIL PROTECTED]> wrote:
> It's a whole new access DB
> 
> -Original Message-
> From: Alex [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 21, 2000 3:08 PM
> To: CF-Talk
> Subject: Re: [database update?]
> 
> do you update the database (SQL statement) or replace the database with new
> access DB?
> 
> Peter Benoit <[EMAIL PROTECTED]> wrote:
> I have an ODBC connection to my access database.  Once a week I update that
> connection with a new database.  It seems to take roughly 15 mins or so for
> that update to take place.  Is there a reason for that, and can I shorten
> the length?
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Danger of the +.htr bug

2000-12-19 Thread Larry C. Lyons

Larry,

Here's the URL for the patch:
http://www.microsoft.com/technet/Security/Bulletin/ms00-044.asp 

However M$ does say the following about this patch:

The patch should only be installed by customers who have a
business-critical need for the .HTR functionality. Microsoft recommends
that all other customers disable the .HTR functionality altogether, as
discussed in the FAQ. 

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Larry Juncker wrote:
> 
> I was unaware of this particular bug until today.  How can one prevent this
> bug from being used on their own code?
> 
> Thanks in Advance
> 
> Larry Juncker
> Senior Cold Fusion Developer
> Heartland Communications Group, Inc.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Multiple submits

2000-12-19 Thread Larry C. Lyons

No thats it. Just remember the standard form stuff - closing all tags
etc.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Jon Gage wrote:
> 
> Thanks to everyone for their suggestions!
> 
> Larry,
> 
> Do I need to put anything else besides the code below into my page?
> 
> I'm a total javascript novice
> 
> > -Original Message-
> > From: Larry C. Lyons [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, December 19, 2000 11:00 AM
> > To: CF-Talk
> > Subject: Re: Multiple submits
> >
> >
> > Jon,
> >
> > I use a bit of very simple JavaScript to change the button name. Here's
> > an example:
> >
> >   > onClick="if(this.value == 'Submit') this.form.submit(); this.value =
> > 'Please Wait.';">

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Multiple submits

2000-12-19 Thread Larry C. Lyons

Jon,

I use a bit of very simple JavaScript to change the button name. Here's
an example:

 

If the user clicks on the submit button, the script tests to make sure
that the button is labelled Submit, if so it changes the button's label
to Please Wait, and then continues with the submit, otherwise it does
nothing. In other words if the button is labeled "Please Wait" it
doesn't submit the form.

hth,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Jon Gage wrote:
> 
> Does anybody have any suggestions for preventing users from hitting a submit
> button multiple times?
> 
> Thanks,
> Jon

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Another debate

2000-12-15 Thread Larry C. Lyons

>From what I understand, ZDNet allowed some of the vendors to come in
after the initial test results and tweak the output. Allaire was not one
of those. I am sure that given the opportunity to do that tweaking, CF
would be as fast, or possibly faster than PHP.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Billy Cravens wrote:
> 
> That article isn't necessarily good ammo:
> 
> PHP pages/second: 47
> ColdFusion pages/second: 29
> 
> --
> Billy Cravens
> [EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: passing cfquery results to another page

2000-12-08 Thread Larry C. Lyons

"Hayes, David" wrote:


> Another option: you could cache the query so that the requery on the next
> page will pull the cached version.  This could certainly cause some
> problems; it will not be appropriate in many situations.
> 

I've seen queries go from multiple seconds (huge dataset) down to less
than 20 milliseconds using a cached query. The only time I've ever run
into problem with a cached query is when the user changes the data (via
update or delete). What other problems have you found.

regards,
larry
-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Big companies using CF

2000-12-08 Thread Larry C. Lyons

Benjamin Fitts wrote:
> 
> Internal sites and extranets don't get a lot of traffic.

Victoria's Secret and AutoByTel don't get a lot of traffic? I don't know
how you define a lot of traffic but damn I'd love to get their "not a
lot of traffic."

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: variables passed en masse - what is the tag?

2000-12-07 Thread Larry C. Lyons

Try Ben Forta's tag CF_EmbedFields. You can find it at
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=cf_embedfields&search=search

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Daniel Lancelot wrote:
> 
> There is a tag, i've used it - its available on allaire tag gallery - I
> believe its written by Ben Forta - cant remember whatits called... very
> simple though - loops through #form.formfields# creates an  hiidden...> for each one...

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Server Administrator isn't working

2000-12-07 Thread Larry C. Lyons

Penny,

>From the sounds of it, you don't have a web server installed. According
to what has been said on a couple of other news groups, ME does not
work, or doesn't work very well with M$ IIS or PWS. You'd probably be
better off installing Win98SE (if you must go for a "consumer" type
operating system), or better yet Win2000 or NT.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Penny Hutten wrote:
> 
> Hello Marius,
> I saw you email on cf-talk and have not been able to post yet on it.  My
> post keep comeing back.  I just loaded CF sever on my Windows ME system at
> home and the Administrator of CF Server will not open in Windows ME but it
> will in NT.
> It displays a download box which  will not let me view the web page. I have
> installed CF 4.5.
> Would you  know  anything about this?
> 
> Penny Hutten
> Web Development
> (707)887-7598

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is the Fusebox book available in stores or only at the fusionauth ority web site?

2000-12-06 Thread Larry C. Lyons

John,

check Barnes and Noble. They have it listed:

http://shop.barnesandnoble.com/booksearch/results.asp?WRD=fusebox&userid=4L3VD9A5FU

John Allred wrote:
> 
> Michael,
> 
> I couldn't find it on Amazon. Once you know it's there, be sure to let us
> know. I'd like to provide a couple of links to it.
> 
> --John

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Big companies using CF

2000-12-06 Thread Larry C. Lyons

I forgot to mention that in terms of educational sites, The George
Washington University uses CF for their distance learning system called
Prometheus (in terms of on-line course systems this one is excellent).
Also their intranet is based on a large part on CF.

regards, 

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: COMMERCE BLOCKS

2000-12-06 Thread Larry C. Lyons

Good morning,

On behalf of myself and my erstwhile colleague, Trip Ward, I wish to
apologize to the list. Unfortunately Mr. Ward neglected to check the
email address when he sent that 4 e-mail faux pas. Trip apparently got
confused about where the e-mail was coming from. He thought he was
sending the e-mail to my address, not realizing it was going to cf-talk.
We've set up filters in our e-mail inboxes that move e-mail to different
folders based on our names. I assume that he did not realize that my
latest e-mail was received through cf-talk and not from my e-mail
address. Clueless will not do that again. Even if I have to make him
rebuild the web server and reinstall all the NT service packs, CF and
SQL server twice in one day, he will not make such an error again.

Thank you,

larry

--
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 204
Manassas, Virginia 20109-3795
tel:   (703) 393-7930
fax:   (703) 393-2659
Web:   http://www.pacel.com
   http://www.ebstor.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--

Jon Hall wrote:
> 
> ok
> 
> jon
> - Original Message -
> From: "Trip Ward" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, December 05, 2000 10:08 AM
> Subject: COMMERCE BLOCKS
> 
> > Lets do it . . . .
> >
> > Trip Ward
> > Webmaster
> > EBStor.com
> > (703)393-7930 ext 273
> >
> > > -Original Message-
> > > From: Larry C. Lyons [SMTP:[EMAIL PROTECTED]]
> > > Sent: Saturday, December 02, 2000 2:19 PM
> > > To: CF-Talk
> > > Subject: Re: [parsing shtml files]
> > >
> > > As far as I understand, SSI and CF do not get along. Web servers process
> > > SSI's while the CF server processes .cfm pages. To get the SHTML to work
> > > with CF you would have change the  > > Larry C. Lyons
> > > ColdFusion/Web Developer
> > > EBStor.com
> > > 8870 Rixlew Lane, Suite 201
> > > Manassas, Virginia 20109-3795
> > > tel: (703) 393-7930 x253
> > > fax: (703) 393-2659
> > > http://www.ebstor.com
> > > http://www.pacel.com
> > > email: [EMAIL PROTECTED]
> > >
> > > Chaos, panic, and disorder - my work here is done.
> > > --
> > >
> > > Rob Keniger wrote:
> > > >
> > > > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> > > >
> > > > > you can include cf and call it via SSI.
> > > >
> > > > Does that work on all servers? I have had very inconsistent results.
> > > Quite
> > > > often the .shtml page just displays the CF code.
> > > >
> > > > --
> > > >
> > > > Rob Keniger
> > > >
> > > > big bang solutions
> > > >
> > > > <mailto:[EMAIL PROTECTED]>
> > > > <http://www.bigbang.net.au>
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Big companies using CF

2000-12-05 Thread Larry C. Lyons

Talking about underwear, Fruit of the Loom also uses ColdFusion,
http://www.fruit.com.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Chris Evans wrote:
> 
> We use it extensively:
> 
> http://www.VictoriasSecret.com
> 
> Chris Evans
> 
> Webmaster, Victoria's Secret Catalog
> 
> http://www.VictoriasSecret.com
> 
> [EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [parsing shtml files]

2000-12-02 Thread Larry C. Lyons

As far as I understand, SSI and CF do not get along. Web servers process
SSI's while the CF server processes .cfm pages. To get the SHTML to work
with CF you would have change the  
> Rob Keniger
> 
> big bang solutions
> 
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: New to CF, can this be done?

2000-12-02 Thread Larry C. Lyons

Mike,

CF cannot do it directly, you need a fax software and a special printer
driver on your server. You might want to look at Protofax
(http://www.protofax.com/). They have a custom tag
(http://www.protonet.com/efax/downloads.htm) on their site that works
with their fax software.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Mike wrote:
> 
> I'm just learning CF and I have no idea if this can be done, if so can
> someone point me in the right direction?
> 
> Can I set up CF to fax my database from the web, like you can set up an
> email program?
> 
> --
> Thanks in Advance,
> Mike

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Way OT: PDA's, Christmas & Wap dev

2000-12-01 Thread Larry C. Lyons

Paul,

AT the developer's conference last month Charlie Arehart gave a talk on
developing for WAP and WML. One of the more interesting parts (hell it
was all interesting frankly) is that Phone.com has a mobile phone
simulator, so if you want to experiment with developing for WML and WAP,
you do not need to specifically buy a phone or hand held.

BTW from what I've been reading (I have both platforms here and at home)
both HandSpring and Palm easily connect to the Macs. However the
Handspring comes with the USP adapter. With the Palm its an extra
accessory.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Paul Ihrig wrote:
> 
> ok this is way Way OT:
> 
> i wanted to get my fiance a cheap PDA that has internet capabilities.
> so i can beging to experiment on building wap app's.
> 
> what is good, what is worth its price?
> 
> i have been looking at the hand springs & palms but would like your feed
> back if you have any good or bad experience.
> also any good cheap sevice providers for them.
> 
> also she is a director developer, & is mostly on the mac platform.
> what is good for synking up with her G3 laptop?
> 
> i appologize for the OT.
> 
> thanks.
> 
> -paul
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Gore is OJ!!

2000-11-30 Thread Larry C. Lyons

As honest as bush then. At least Gore doesn't giggle when he signs death
warrents. I have absolutely no respect for someone, like Bush, who looks
up to Danny-boy Quayle as his intellectual superior.

Aside from that, lets keep politics out of CF-Talk. I cannot stand
hearing republicrats whine and have tempertantrums because their boy's
brother didn't rig the election in Florida enough.

Lee Surma wrote:
> 
> This is a multi-part message in MIME format.
> 
> --=_NextPart_000_0005_01C05AA4.D737AB20
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> After watching the aerial view of the Ryder truck being followed down =
> the highway this morning, it just occurred to me. Gore is OJ!!! The =
> parallels are astounding.
> 
> Gore has the same sleazy, damn the law to win, attorneys.
> 
> He's a liar and guilty as heck.
> 
> Even though he is a fortunate son, white male, he has managed to play =
> the race card.
> 
> He's using the media to his advantage.
> 
> And he's a rich egomaniac.
> 
> There is one big difference however.
> 
> Gore is not going to win.
> 
> --=_NextPart_000_0005_01C05AA4.D737AB20
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
> 
> After watching the aerial view of the Ryder truck being followed down =
> the=20
> highway this morning, it just occurred to me. Gore is OJ!!! The =
> parallels are=20
> astounding.
> Gore has the same sleazy, damn the law to win, attorneys.
> He’s a liar and guilty as heck.
> Even though he is a fortunate son, white male, he has managed to play =
> the=20
> race card.
> He’s using the media to his advantage.
> And he’s a rich egomaniac.
> There is one big difference however.
> Gore is not going to win.
> 
> --=_NextPart_000_0005_01C05AA4.D737AB20--
> 
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CSV-to-Query

2000-11-22 Thread Larry C. Lyons

Richard, 

Go to http://www.nateweiss.com/taggallery/ and look at CFX_CSVToQuery -
it will put a CSV file into a CF Query.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Richard Gilbert wrote:
> 
> Greetings!
> 
> I am struggling with the notion of trying to query a CSV. For some reason
> CFHTTP does not work for me. And I am also having trouble setting up a csv
> file as a datasource in CF Admin. (verify=failed)
> 
> Do any of you know of a custom tag for this purpose?
> 
> Thanks in advance,
> Richard
> 
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WAY OT: Mac services and NT

2000-11-22 Thread Larry C. Lyons

I've used both Thursby Systems DAVE and Miramar's PCMacLan. MAcLan is
for putting a PC on a Mac network. I use that with our home net work (2
macs 2 PC's) its very simple and easy to use. It also comes with server
software so you can use the PC as a server on the AppleTalk network. 

DAVE is almost as simple, it convinces the PC network that the Mac is
just another PC. Fairly seamless, relatively fast. Essentially all you
need to do is to enter the Mac's TCP/IP address and make sure the proper
permissions are set and it simply works. No complaints and no errors, so
far. We can see the mac as another machine on the network and vice
versa.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

"Mark W. Breneman" wrote:
> 
> Where do I start...?
> 
> Dave, you have good success with Dave?  We find it brings its own issues to
> our list of network problems.  (I have not toyed with the new version)  It
> does fix lots of issues.
> 
> What we found that worked really well, better than expected, is windows 2000
> mac services.  MUCH better... not perfect, but much better.
> 
> Check out http://www.macwindows.com/NTunsolv.html for answers to some of
> your mac - windows problems.
> 
> Mark W. Breneman
> -Cold Fusion Developer
> -Network Administrator
>   Vivid Media
>   [EMAIL PROTECTED]
>   www.vividmedia.com
>   608.270.9770
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Protecting Proprietary Content

2000-11-17 Thread Larry C. Lyons

Terry,

You may want to look at something like ClickToLearn Toolbook or
Macromedia Authorware. Both allow for database access, content
protection and can be run off the web. They both have a lot of wizards
and preprogrammed objects that make developing web based learning apps
easier. However with both they require you to learn another language -
both are fairly easy however. 

larry

Terry Troxel wrote:
> 
> I have a client who wants to  provide training for his "system", his system
> being a method to perform a service that is totally different then his
> competition. He wants his training to be multimedia computer based, and was
> planning on doing this totally on the internet in order to maintain control
> of the contents.
> 
> I want to lessen the bandwidth requirements and make the program run from a
> CD with the only way to get to the data and run the program to be by logging
> onto the website with your name/password and receiving a one time code that
> will only be valid for that session. The program will submit the answers to
> the questions asked during the session to the site and be logged under that
> users record for grading purposes.
> 
> Now that I have said all that, do any of you have any suggestions as to what
> technology I could utilize to accomplish this, keeping in mind I do not want
> to leave any files that could be copied off the client either during or
> after the session is over?
> 
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [cd-rom based applications]

2000-11-16 Thread Larry C. Lyons

Whoops my bad. That should have been MacroMedia Director, not M$.

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


"Larry C. Lyons" wrote:
> 
> Shawn,
> 
> I don't think that CF can do this. What you want is a stand alone app
> that can access a database. Probably the best way to do this is with M$
> Director with a database plugin.
> 
> larry

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: [cd-rom based applications]

2000-11-16 Thread Larry C. Lyons

Shawn,

I don't think that CF can do this. What you want is a stand alone app
that can access a database. Probably the best way to do this is with M$
Director with a database plugin.

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

> -Original Message-
> From: Shawn Regan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 16, 2000 9:53 AM
> To: CF-Talk
> Subject: RE: [cd-rom based applications]
> 
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
> 
> --_=_NextPart_001_01C04FE5.4035C310
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> No this has to run on the cd no install of any kind.
> 
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
>

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Dynamic image display question?

2000-11-16 Thread Larry C. Lyons

Rick,

Here's what I do. 

First, I'm assuming here that the directory for your images is a
subdirectory of the current template directory. Given that I typically
set up a ColdFusion variable for the image directory as:



This allows me just to have the name of the image file in the database
without path information, as that may change at any point.

Then I run a query to get the image stuff:


  SELECT ImageName,Caption,image_ID,Short_Desc
  FROM   Images
  ORDER BY   image_ID


Then I make sure that the image really exists in the specified
directory, and if it does, display the image, otherwise display a
default image:




 

 


hth,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Richard L Smith wrote:
> 
> Hello:
> 
> I am using CF4.0 with an Access 97 db to display an image the field containd
> the path to the image it's
> images/a100101.gif  this is then passed to an  tag when
> I run it, all I get is an
> empty image container but know error messages.
> 
> Any ideas
> 
> Thanks
> 
> Rick

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



  1   2   >