Re: ColdFusion 32bit or 64bit, that is the question.

2008-12-21 Thread Jeff Fleitz
I am not running a 64 bit Windows server, but I am running 64 bit CF on
Vista Ultimate, and have one client still using Access.

There is an alternate ODBC Data Source Administrative app for 64 bit Vista
at c:\WINDOWS\SysWOW64\odbcad32.exe  which will display your drivers.  If
you run that and add a DSN to your Access database there, you should
subsequently be able to add a CF datasource.  I have it working on both a
desktop and laptop, without issue so far.

v/r,

Jeff

On Thu, Dec 18, 2008 at 10:16 AM, Che Vilnonis ch...@asitv.com wrote:

 Dave (or anyone), do you know if Micrsoft provides 64 bit drivers for
 Access
 and Excel then?

 Thanks, Che

 -Original Message-
 From: Dave Watts [mailto:dwa...@figleaf.com]
 Sent: Thursday, December 18, 2008 10:11 AM
 To: cf-talk
 Subject: Re: ColdFusion 32bit or 64bit, that is the question.

 I would think that CF8 for 64-bit would have everything that the
  CF8 for 32-bit has including all the ODBC drivers. What do you mean by
  lack of drivers? Wouldn't those drivers come with CF8?

 CF doesn't provide ODBC drivers at all. Those are provided by the operating
 system. CF provides an ODBC-JDBC bridge, which lets you use those drivers
 from CF.

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

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



 

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

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


Re: Google Chrome and FCKeditor

2008-09-02 Thread Jeff Fleitz
Yeah, mine is broken too. The editor just doesn't show up.

On Tue, Sep 2, 2008 at 9:06 PM, Al Musella, DPM
[EMAIL PROTECTED]wrote:

 I just downloaded and installed the google chrome browser. It blows
 the socks off of IE and firefox..
 However, none of my pages that use fckeditor.cfc  work I get a
 strange error that width is undefied.. but it works in all of the
 other browsers..
 When I hard code in the width, no errors but the fckeditor just
 doesn't show up.

 Can anyone else try thiers and let me know if it works for them?



 

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

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


Re: Creating a .cfm file on the fly

2008-03-13 Thread Jeff Fleitz
Check out Peter Bell's CFTemplate at http://cftemplate.riaforge.org/

I use this to do exactly what you are talking about. It will take you an hour 
to come up to speed on what he is doing, but it works really nicely for 
creating cfm templates on the fly.

Jeff

I have a client who wants me to make a change to a form he has. 
Currently he has a page that creates a new project that uses a WYSIWYG 
editor and put everything into a database table. What he wants instead 
is for the user to add a page name field in addition to the fields he 
already has, and when the user submits the form, he wants a .cfm page 
created with the value from the page name field being the file name. Of 
course I need to put the site's header and footer on there as well. So 
is there a way that I can create a template, and then when the form is 
submitted, using CFFILE or something like that to take that template and 
make a new page with it? Does this even make sense?

Thanks,

Bruce 

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

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


Re: [NEWS] Ext 2.0 Alpha Released

2007-10-01 Thread Jeff Fleitz
It is my understanding that the 1.1 ExtJS components are built-in to CF8 (in 
use for the CFFORM stuff).  Is that what you were asking?



Would do I find Ext components for CF 8?

Rick

That's what I have heard.  This is great, because as Rey has stated, you
can't simply abandon jQuery in low bandwidth scenarios.

My, my the world has changed. JS had always been an afterthought for me
unitl the past year.  Now it is a career for a lot of folks.  And it is
becoming fun instead of being tedious.  Who'd a thunk? 

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

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


Re: [NEWS] Ext 2.0 Alpha Released

2007-09-30 Thread Jeff Fleitz
That's what I have heard.  This is great, because as Rey has stated, you
can't simply abandon jQuery in low bandwidth scenarios.

My, my the world has changed. JS had always been an afterthought for me
unitl the past year.  Now it is a career for a lot of folks.  And it is
becoming fun instead of being tedious.  Who'd a thunk?

On 9/30/07, Andrew Scott [EMAIL PROTECTED] wrote:

 Jeff,

 And you can still use jQuery with ExtJS as well, so would mean better
 news for you.


 On 9/30/07, Jeff Fleitz [EMAIL PROTECTED] wrote:
  That is really phenomenal, Rey.
 
  I think I am going to go that way too.  I have been using (and loving
  jQuery), but for the true desktop experience, Ext is far ahead of jQuery
 UI
  at this time.
 
  Keep up the good work, and thanks.
 
 
  On 9/28/07, Rey Bango [EMAIL PROTECTED] wrote:
  
   Ext 2.0 is simply awesome. The scrolling tabs just blew me away. Jack
   really outdid himself.
  
   For a true desktop experience, I use Ext. For consumer-facing sites
   requiring a lighter library, I use jQuery. So far, the combo has
 worked
   wonders.
  
   Rey...
  
   James Holmes wrote:
New toys!! Excellent - thanks Rey.
   
On 9/29/07, Rey Bango [EMAIL PROTECTED] wrote:
For those of you leveraging the built-in Ext Ajax components in
 CF8, I
wanted to let you know that version 2.0 alpha of the Ext library
 has
just been announced.
   
http://extjs.com/blog/2007/09/28/ext-20-alpha-release/
   
With the slew of new features included, be sure to press Adobe to
provide an upgrade path to this new version.
   
   
  
  
 
 

 

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

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


Re: [NEWS] Ext 2.0 Alpha Released

2007-09-29 Thread Jeff Fleitz
That is really phenomenal, Rey.

I think I am going to go that way too.  I have been using (and loving
jQuery), but for the true desktop experience, Ext is far ahead of jQuery UI
at this time.

Keep up the good work, and thanks.


On 9/28/07, Rey Bango [EMAIL PROTECTED] wrote:

 Ext 2.0 is simply awesome. The scrolling tabs just blew me away. Jack
 really outdid himself.

 For a true desktop experience, I use Ext. For consumer-facing sites
 requiring a lighter library, I use jQuery. So far, the combo has worked
 wonders.

 Rey...

 James Holmes wrote:
  New toys!! Excellent - thanks Rey.
 
  On 9/29/07, Rey Bango [EMAIL PROTECTED] wrote:
  For those of you leveraging the built-in Ext Ajax components in CF8, I
  wanted to let you know that version 2.0 alpha of the Ext library has
  just been announced.
 
  http://extjs.com/blog/2007/09/28/ext-20-alpha-release/
 
  With the slew of new features included, be sure to press Adobe to
  provide an upgrade path to this new version.
 
 

 

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

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


Re: Text Editor Preferences?

2007-09-21 Thread Jeff Fleitz
http://www.e-texteditor.com/

On 9/21/07, Jerry Johnson [EMAIL PROTECTED] wrote:

 I still miss the Turbo Pascal editor. And I miss Brief (by UnderWare)
 every day.

 I don't use a plain text-editor very often, as homesite+ is still
 working well for those files, but I do still find occasion to use a
 hex editor.

 What does everyone use for that?

 On 9/21/07, John Paul Ashenfelter [EMAIL PROTECTED] wrote:
  On 9/20/07, Chris Martin [EMAIL PROTECTED] wrote:
   I've been using TextPad since 1998...haven't seen any reason to
 switch,
   but am curious to see what everyone else is using for a text editor
 out
   there.
 
  TextMate, but it costs about $1000 for you PC folks (you'll need a
  Mac). Lots of the PC folks salivating for TextMate for Windows (mostly
  Rails developers in corp environments) look at the e text editor.
 
  In the PC world, I'd think Notepad++ if a fine solution unless you've
  already bought TextPad. I liked TextPad's regex search/replace better
  and writing the macros.
 
  And if you're on Linux, I'll let you fight it out between vi and emacs
 :)

 

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

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


Re: Text Editor Preferences?

2007-09-21 Thread Jeff Fleitz
Sorry, I meant to reply to Chris's message.

I was using PrimalScript for hex editing, but it is very pricey,
unfortunately.




-- 
v/r,

Jeff Fleitz


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

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


Re: SOT: Eclipse Plugins

2007-07-16 Thread Jeff Fleitz
Yeah, I am using that setup too, which is why it's maddening why it won't
work.

Thanks for the response.

On 7/16/07, Nathan Strutz [EMAIL PROTECTED] wrote:

 Jeff,

 I'm not having the problem you mentioned with the RDS plugin. I am,
 however,
 using the latest RDS plugin that came out with the CF8 release candidate a
 few days ago, so it could be a plugin version issue, or an RDS
 configuration
 issue, but I wouldn't know where to start troubleshooting that. Also, the
 CF
 RDS server you're connecting to, it may make a difference in the version
 there, I'm running CF8 locally and connecting to myself, so that may be
 it.

 --
 nathan strutz
 http://www.dopefly.com/


 On 7/15/07, Jeff Fleitz [EMAIL PROTECTED] wrote:
 
  Nathan,
 
  
  I highly recommend the Eclipse plugins that come with ColdFusion 8. I
  believe these will be free with the free developer edition? They
 include
  RDS
  database and file access, a live log file viewer, the step debugger,
 CFC
  generators and some other neat stuff.
  
 
  I am rebuilding my Eclipse setup from scratch using the 3.3 Classic
 setup
  for Windows. All my plugins for 3.2 work fine, except for the CF RDS
  plugins for CF8.  I get an error when trying to use the RDS query
 builder
  and/or the Show Table Contents option. I can browse database
 structures
  fine, but I get a The file does not exist error when trying to use
 those
  features. Apparently there is a dependency here that I am not aware of.
 
  org.eclipse.core.runtime.CoreException: The file does not exist.
 
  Is this working for you?
 
 
 
  Jeff
 
 

 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: SOT: Eclipse Plugins

2007-07-15 Thread Jeff Fleitz
Nathan,


I highly recommend the Eclipse plugins that come with ColdFusion 8. I
believe these will be free with the free developer edition? They include RDS
database and file access, a live log file viewer, the step debugger, CFC
generators and some other neat stuff.


I am rebuilding my Eclipse setup from scratch using the 3.3 Classic setup for 
Windows. All my plugins for 3.2 work fine, except for the CF RDS plugins for 
CF8.  I get an error when trying to use the RDS query builder and/or the Show 
Table Contents option. I can browse database structures fine, but I get a The 
file does not exist error when trying to use those features. Apparently there 
is a dependency here that I am not aware of. 

org.eclipse.core.runtime.CoreException: The file does not exist.

Is this working for you?



Jeff

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Jquery site

2007-06-01 Thread Jeff Fleitz
Yeah, I am behind a military firewall during the day as well, and the site
stopped working for me once they moved. I haven't made an issue out of it,
because I am afraid they may block access without going through a formal
justification process.



On 6/1/07, Bader, Terrence C CTR MARMC, 231 [EMAIL PROTECTED]
wrote:

 which means they probably have new updated dns records and this mighty
 military network just hasn't seen the need to update

 anyone want to do a nslookup for www.jquery.com for me?

 I have a feeling that the same mighty military network might be doing
 something at the proxy which is causing me problems


 [EMAIL PROTECTED]



 -Original Message-
 From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 01, 2007 12:28
 To: CF-Talk
 Subject: RE: Jquery site

  Can anyone get to http://jquery.com/ without getting a 500?
 
 I'm able to view the site no problem.
 
 It's been intermittently very slow lately though.  Not sure what's up
 with their hosting situation.

 For some reason, they were targeted for a DDoS attack maybe like 3 weeks
 ago. After that, they had to migrate to a new hosting provider. So, the
 servers are in a new infrastructure and they could still be working things
 out a bit...

 -Dan




 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: RDS not working in Eclipse was: Re: CFEclipse / Eclipse question

2007-01-29 Thread Jeff Fleitz
I upgraded my Eclipse build to 3.2.1 about a month ago (with the CFEclipse
1.3 beta build) when the Flex Builder 2.01 update came out, and my RDS
stopped working. It would display the tables, and fields, but the Query
Viewer stopped working. I had to back out to 3.2, which I had been running
for several months with the RDS plugin prior to installing 3.2.1 and things
are back to normal.

I tried 3.2.1 on two different machines with the same result. After a couple
hours of re-installations, I gave up.

On 1/27/07, Judah McAuley [EMAIL PROTECTED] wrote:

 I just installed Eclipse 3.2.1, CFEclipse 1.3 and I downloaded the most
 recent version of the Flex Builder trial (2.0.1). I ran the extraction
 for the trial and but didn't run the installer. I did get the ColdFusion
 Extensions folder with the CF_FB_Extensions.zip file in it. Eclipse
 seemed happy to install that when I installed it as a local archive. I'm
 successfully able to add in a RDS server but no files will open nor will
   data from tables.

 Any thoughts on what's not working in my setup?

 Thanks in advance,
 Judah

 Doug Bezona wrote:
  Just FYI, the recent Flex Builder update (2.0.1) contains updated
  plugins which better support 3.2.
 
  * RDS plugin - This is from macromedia, but allows me to connect to a
  remote
  site and do the normal RDS stuff for coldfusion although this has bugs
  when
  using eclipse 3.2
 



 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: CFML IDE's

2007-01-23 Thread Jeff Fleitz
Gee, don't sugar coat it, Mark ;)

On 1/23/07, Mark Drew [EMAIL PROTECTED] wrote:

 Which Mark?

 Not sure which sandwich it was, but I am assuming that you mean the
 wouldn't touch it with a barge pole is a saying which means: its so
 disgusting I wouldn't even poke it with a stick, a stick that belongs
 to someone else, and has already been thrown away.

 Make sense?

 MD
 On 23 Jan 2007, at 00:58, Eric Roberts wrote:

  Mark's just biased ;-)
 
  Eric
 
  -Original Message-
  From: Mark A Kruger [mailto:[EMAIL PROTECTED]
  Sent: Monday, 22 January 2007 08:04
  To: CF-Talk
  Subject: RE: CFML IDE's
 
  What in the ham sandwidch is he talking about?
 
  -Original Message-
  From: Mark Drew [mailto:[EMAIL PROTECTED]
  Sent: Thursday, January 18, 2007 11:18 AM
  To: CF-Talk
  Subject: Re: CFML IDE's
 
  you mean IDE's or just text editors?
 
  Homesite is a great text editor, so I am told. Wouldn't touch it
  with a
  barge pole myself.
 
  I hear CFEclipse is quite a  good IDE.
 
  MD
  On 18 Jan 2007, at 15:57, John Sterrett wrote:
 
  Does anyone have any recommendations for Coldfusion IDE's on Windows
  platform other than Dreamweaver?
 
 
 
 
 
 
 
 

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: CFML IDE's

2007-01-22 Thread Jeff Fleitz
If you are not put off by spending a little money, you should also check
into PrimalScript.  While I have been primarily using Eclipse/CFEclipse
lately, PrimalScript is really very nice.  I have the Enterprise version,
and it has a built in Visual Query Builder, XML Editor, and very good FTP
support, with the ability to publish to multiple targets at once, supporting
46 languages, including CFML, AS3, as well as the .NET languages, Ruby, PHP,
Python, etc.. The latest version supports CVS/Subversion source control as
well as VSS.  Excellent find and replace, RegEx support and automatic code
backups

My one bitch is that it their 'primalsense' (intellisense) functionality for
CFML doesn't support enumerated attributes for tags.

Other than that, it's great. I am planning on diving back into it myself
shortly to look over the new features.

http://primalscript.com/compareeditions.asp





On 1/18/07, John Sterrett [EMAIL PROTECTED] wrote:

 Does anyone have any recommendations for Coldfusion IDE's on Windows
 platform other than Dreamweaver?

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Framework or application to make form submissions easy

2006-11-27 Thread Jeff Fleitz
Hey Jeff,

Plum http://www.productivityenhancement.com/plum will do all of this for
you, but it uses a .NET app for the code generator.  If you install and
generate the code once, you can pretty much build any form you want using
the custom tag library without using the code generator at all.  All forms
and components are composed of tag calls, and provide both client and server
side validation. Client side validation uses qForms, but it is integrated
seamlessly, and you use a tag attribute to specify validation types, etc.

HTH,

On 11/27/06, Jeff Gladnick [EMAIL PROTECTED] wrote:

 I'm well versed in CFC's and OO, and just starting to look at frameworks
 (although i've used them with ajax stuff for quite a while).

 One of the most immediate applications in need of this (for me) is form
 submissions.  Ideally, i would want something that could:
 1) generate my forms based on an XML doc or something similar
 2) style them with an editable CSS file
 3) validate them with javascript on the front end
 4) re-check them with CF on the back end
 5) insert/update items in database*

 *It would be nice if it were configurable to send CFMail's or something
 similar.

 So for the cftalk list people:  Does this already exist?  Is anyone
 working on something similar?

 

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

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


Re: grrrr....

2006-11-14 Thread Jeff Fleitz
That's funny. I used to be a Visual FoxPro developer and still have a lot of
friends in that environment. Most of them I speak to (not all) seem to think
CF is a toy.  A lot of this is because of the way CF code was written
through the wizards in DW.  They are visual IDE oriented, and don't take the
time to delve deeper.  When I explain to them that CF is essentially Java
and all about Eclipse and MVC frameworks and on and on, they begin to
understand.  But there is a deep cultural difference, and a tag -based
language doesn't appeal to them for some reason.


On 11/14/06, Josh Nathanson [EMAIL PROTECTED] wrote:


 Just as a rebuttal, my girlfriend recently ran across an old friend who is
 a
 programmer (mostly desktop stuff I think) and when she told him I was a CF
 programmer, he was impressed and said that he had heard that was the best
 web programming language out there.

 Weird though, it seems like CF inspires a love it or hate it kind of
 attitude.

 -- Josh


 - Original Message -
 From: Crow T. Robot [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Tuesday, November 14, 2006 9:18 AM
 Subject: g


 I just got off the phone with a IT company who manages the web server for
  one of our clients.  This client is pretty small, non-profit, and we're
  just
  doing a little ASP project with them.  In the course of our
 conversation,
  he
  asked what other languages we use.  I tell him CF, ASP.NET, ASP, and
 PHP.
  His
  reply to me was You still use ColdFusion?  What a piece of crap!.  Of
  course, I bristle any time I hear stuff like this, and I whoa'ed him up
 a
  little.  As we got deeper into the conversation, I found out that he was
  basing his whole experience on a legacy CF5 server install that he did a
  few
  weeks ago for a client of his.  I tried and tried to explain that he's
  comparing apples to oranges when talking about modern CFMX vs. CF5, but
 he
  just wouldn't hear it.  I just wanted to strangle the guy.  Why do IT
  people
  have such know-it-all attitudes when they clearly don't know what they
 are
  talking about?  Seems to only happen in our industry.can't let the other
  guy
  out-geek you, I guess.
 
 
 
  Bah - rant over.  Just needed to get it out of my system.  (had to do it
  via
  my alias since I'm not sure who'll read this in the future.)
 
 
 

 

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

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


Re: All I can say is... wow

2006-10-30 Thread Jeff Fleitz
That is really slick. Thanks for the link.

On 10/30/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote:

 It's safe for work and fun to watch, don't have your sound turned up too
 loud.

 http://www.circoripopolo.be/comicduo

 

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

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


Re: All Stored Procs in 1 CFC?

2006-10-24 Thread Jeff Fleitz
If you are using Windows and SQL Server, Plum will do this for you. The IDE
(code gen) contains options for generating CRUD SPs per table and will also
generate a CFC that calls them.  I haven't been using SPs as of late, but it
worked well with MS SQL 2000.  I would think they would work with MS SQL
2005, but can't say for sure.

http://www.productivityenhancement.com/plum/

HTH

On 10/24/06, Brian Peddle [EMAIL PROTECTED] wrote:

 I have worked a few companies where they use .NET and know of several
 other companies who follow this process.  They have a generator that
 reads all the stored procs and creates the needed code in .NET to make
 the calls to the stored procedures in classes.  All this is done
 automatically and the file is never edited by human hands.  One of the
 cool things is that if a stored proc is altered and the file is
 recreated on build any page calling that class will fail and they can
 quickly and easily see what needs to be fixed.  The other cool thing is
 all the SQL is in one place.

 Anyway, has anyone ever done this in CF?  Not so much the auto generate
 stuff (although be good to know) but have one monster .cfc with all the
 calls.  Since it isn't compiled like .NET performance may be a huge
 issue but not sure. Or maybe if this is tossed in application scope it
 would fly.

 Thoughts?

 Hope this made sense.





 

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

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


Re: CFReport No data

2006-09-15 Thread Jeff Fleitz
In the Report/Report Properties dialog there is a report setup parameter
called When No Query that has an option All Sections, No Detail, try
that.



On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote:

 Is there a way to create a CFReport that will show headings and such even
 when the query providing the data has no records at the moment.

 Right now when I run the report I get a completely blank page.


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

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



 

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

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


Re: CFReport No data

2006-09-15 Thread Jeff Fleitz
Hey Ian,

It works for me, I just tried it again.  Are you using an embedded query in
the report (cfr), or passing the query to the report?  I am passing the
report the whole query object as opposed to parameters to an embedded query.


On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote:

 In the Report/Report Properties dialog there is a report setup parameter
 called When No Query that has an option All Sections, No Detail, try
 that.

 I did that with high hopes, but I still get a blank PDF.


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

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




 

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

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


Re: CFreport Test

2006-09-15 Thread Jeff Fleitz
I have contacted you off-list about this.

On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote:

 Does anybody out there have a public, PDF format CFReport file that I can
 view?  I'm having a weird issue that when I view my pdf format pdf reports
 the text is mirror imaged.  I've viewed a couple dozen regular pdf files and
 they appear normally

 It seems to be just me. My coworkers view the reports normally.  It seems
 to be just pdf format cfreports.  If I create a report as flash paper, it is
 displayed correctly.  If I view regular PDF file, it will display normally.

 This is incredibly weird.


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

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



 

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

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


Re: ANNOUNCE: CFMBB 1.1 beta 1 Soft Launch

2006-06-16 Thread Jeff Fleitz
Rick,

I am getting an error/dump every time when trying to read any of the posts
in the demo forums.

On 6/16/06, Rick Root [EMAIL PROTECTED] wrote:

 Since I *LOVE* to put out software on Fridays...

 I've put CFMBB 1.1b1 up for public testing on my servers.

 NEW FEATURES
 
   o  User-to-user Private Messaging (yay!)
   o  Reimplemented moderators
   o  Added Announcement topic type (a step above Sticky)
   o  Some other minor changes

 CAN I DOWNLOAD IT YET?
 --
 No, I'll be doing some testing over the weekend before releasing an
 installation package.

 If you're a CFMBB user or potential CFMBB user, feel free to test
 features vigorously through my site (as I will do the same over the
 weekend).  I will make a download available next week.

 SO WHERE CAN I SEE IT?
 -
 The demo forums located at http://www.cfmbb.org/demo can be accessed
 with the following administrative account information:

 username: admin
 password: admin

 P.S.
 
 (I *HAVE* added database fields and SOME of the features required for
 per-user post moderation, but it isn't implemented yet)

 Rick Root
 www.cfmbb.org


 

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


Re: Unofficial ColdFusion Solution For Xstandard WYSIWYG Editor

2006-06-12 Thread Jeff Fleitz
Thanks Ben. I have been wanting to check XStandard out. Looks like a great
editor if you are a Windows shop (we are).

I'll check it out when I get a chance.



On 6/12/06, Ben Nadel [EMAIL PROTECTED] wrote:

 Hey All,

 To anyone who uses the Xstandard WYSIWYG editor for XHtml in their content
 management systems (or what have you), I have created a ColdFusion version
 of their web-services. This would replace the ASP(X) or PHP version you
 might already be running.

 I know not many people out there are into Xstandard, but I think it's a
 great editor and I hope that this helps people who might not otherwise use
 it.

 This is NOT AN OFFICIALLY supported solution - Xstandard does not offer a
 CF
 solution. Please contact me if you have any trouble getting it integrated.

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

 ...
 Ben Nadel
 www.bennadel.com


 

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


Re: cfopen?

2006-06-07 Thread Jeff Fleitz
I noticed it has been down for over a week. I wanted to go in a check on a
couple of CFMBB issues, but the site wouldn't load.

On 6/6/06, Rick Root [EMAIL PROTECTED] wrote:

 Anyone seen cfopen.org lately?  Looks like it's down again and I've
 gotten a bunch of emails from people unable to download CFFM.

 Rick

 

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


Re: !RE: ASP.Net book for CF programmer

2006-05-09 Thread Jeff Fleitz
Hi Mark,

Good afternoon to you.

I don't know how to answer that at this point, as I have only run a couple
samples waiting for F2B3 to be released before delving into Flex seriously.
However, I think I would opt for writing different data access components
for Flex connectivity.



On 5/9/06, mark [EMAIL PROTECTED] wrote:

 Hey jeff,

 Think databaseBlocks.cfc could be tied into Flex?  Good morning to you!

 Mark Fuqua



-- 
v/r,

Jeff Fleitz


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


Re: Big SQL security hole at Crystaltech?

2006-05-08 Thread Jeff Fleitz
I have a client who uses Intermedia.net, and that is the way it works for
them. You can see the other databases in the EM, but can't access the
objects.

I don't think this is entirely correct. You should be able to see a list of
 other databases by default, but you should not be able to see objects
 within
 those databases. This would require that their DBA revoke the public
 group
 role throughout the server, if I recall correctly.

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


--
v/r,

Jeff Fleitz


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


Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
The info you are looking at regarding Flex pricing appears to be for
the 1.5version.  Unless you buy into Flex Data Services, Flex 2 is
essentially
'free'. Adobe is releasing the SDK for free, which means that you could
build Flex apps with notepad if you were daring enough. FlexBuilder, which
is built on top of Eclipse, will  cost somewhere under $1000 ($999 probably
;).  The apps you build (swfs) can be distributed royalty free, kinda like
deploying a Visual Basic 6/FoxPro app. If you need advanced data services
then you buy FDS.  It appears that CFMX folks are going to have a distinct
advantage with the data tier, as least intially.

I think if you are going to develop Flex apps for a living then FlexBuilder
is a must. Other wise, you can use another editor. I use PrimalScript
routinely, and they will be providing full support for Flex2/AS3.

I see Flex more as a way to build backend systems that would traditionally
mirror the functionality of a tradtional client/server system. At least that
is how I would use it.  Administrative backends, private subscription areas,
etc, places where the search engine is not going to tread anyway.


On 5/5/06, Rick Faircloth [EMAIL PROTECTED] wrote:

 My biggest concern with FLEX would be two-fold:

 1)  Cost of setting up the environment, including the
  cost of FLEX server and FLEX Builder (which, incidentally,
  isn't spelled out at all on the Adobe site...it just says
  contact us.  Why can't they just post the price?!?!...)
  From what I was able to google...about $12,000+ ?!?!

 2)  Search Engine Marketing using Flash...most of my clients
  have realized a great site does nothing for them if it can't
  rank highly in the search engines.  Unless things have changed,
  Flash can't be read by search engine spiders, and therefore,
  causes sites to rank poorly or not at all.

  Until spidering by search engines is solved, all-flash user
  interfaces are totally unacceptable for sites, not matter how
  Rich the interactivity...

 Thoughts on this, anyone?

 Rick




-Original Message-
 From: Denny Valliant [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 05, 2006 1:51 AM
 To: CF-Talk
 Subject: Re: ASP.Net book for CF programmer


 OpenLaszlo has an IDE for visual editing.  It looks interesting, haven't
 played with it much.  Flex has a well integrated visual editor as well.

 They're both sorta left of the HTML experience though...

 I'm guessing VWD stands for Visual Web Design, and thus this
 comment.
 :)enny

 On 5/4/06, Rick Faircloth [EMAIL PROTECTED] wrote:
 
  I'd like to be able to use VWD to develop pages visually,
  but not use the components...I can code the formfields,
  etc., manually.
 




 

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


Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
FlexBuilder comes packaged with Eclipse to run as a standalone app, but you
can also choose to install the plugin, if you are already using Eclipse for
CF/Java work, for instance.  Then you just change 'perspectives'.  You ought
to find some time to download Eclipse and start learning how to configure
it, etc.  It's really pretty slick and there is a lot of stuff out there for
it. I am a newbie myself, coming up to speed, using it for a couple
projects. CFEclipse is really coming along (nice job guys).



On 5/5/06, Rick Faircloth [EMAIL PROTECTED] wrote:

 Thanks, Jeff, for the info and the updates!

 It's good to know that I won't have to sacrifice
 two legs and an arm to get into Flex...just an arm. :o)

 When you say that Flex Builder is built on top of Eclipse,
 do you mean Eclipse will be needed separately, or is it
 just the coding and style that is similar to Eclipse?

 And I think you're right, although it's a shame, that Flex
 will have to be relegated to the backroom of app development
 and not be used for the showrooom until search engine spider
 compatibility can somehow be addressed.  It would be a shame
 to use such a powerful tool in such a limited roll.

 Rick


 -Original Message-
 From: Jeff Fleitz [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 05, 2006 9:06 AM
 To: CF-Talk
 Subject: Re: ASP.Net book for CF programmer


 The info you are looking at regarding Flex pricing appears to be for
 the 1.5version.  Unless you buy into Flex Data Services, Flex 2 is
 essentially
 'free'. Adobe is releasing the SDK for free, which means that you could
 build Flex apps with notepad if you were daring enough. FlexBuilder, which
 is built on top of Eclipse, will  cost somewhere under $1000 ($999
 probably
 ;).  The apps you build (swfs) can be distributed royalty free, kinda like
 deploying a Visual Basic 6/FoxPro app. If you need advanced data services
 then you buy FDS.  It appears that CFMX folks are going to have a distinct
 advantage with the data tier, as least intially.

 I think if you are going to develop Flex apps for a living then
 FlexBuilder
 is a must. Other wise, you can use another editor. I use PrimalScript
 routinely, and they will be providing full support for Flex2/AS3.

 I see Flex more as a way to build backend systems that would traditionally
 mirror the functionality of a tradtional client/server system. At least
 that
 is how I would use it.  Administrative backends, private subscription
 areas,
 etc, places where the search engine is not going to tread anyway.


 On 5/5/06, Rick Faircloth [EMAIL PROTECTED] wrote:
 
  My biggest concern with FLEX would be two-fold:
 
  1)  Cost of setting up the environment, including the
   cost of FLEX server and FLEX Builder (which, incidentally,
   isn't spelled out at all on the Adobe site...it just says
   contact us.  Why can't they just post the price?!?!...)
   From what I was able to google...about $12,000+ ?!?!
 
  2)  Search Engine Marketing using Flash...most of my clients
   have realized a great site does nothing for them if it can't
   rank highly in the search engines.  Unless things have changed,
   Flash can't be read by search engine spiders, and therefore,
   causes sites to rank poorly or not at all.
 
   Until spidering by search engines is solved, all-flash user
   interfaces are totally unacceptable for sites, not matter how
   Rich the interactivity...
 
  Thoughts on this, anyone?
 
  Rick




 -Original Message-
  From: Denny Valliant [mailto:[EMAIL PROTECTED]
  Sent: Friday, May 05, 2006 1:51 AM
  To: CF-Talk
  Subject: Re: ASP.Net book for CF programmer
 
 
  OpenLaszlo has an IDE for visual editing.  It looks interesting, haven't
  played with it much.  Flex has a well integrated visual editor as well.
 
  They're both sorta left of the HTML experience though...
 
  I'm guessing VWD stands for Visual Web Design, and thus this
  comment.
  :)enny
 
  On 5/4/06, Rick Faircloth [EMAIL PROTECTED] wrote:
  
   I'd like to be able to use VWD to develop pages visually,
   but not use the components...I can code the formfields,
   etc., manually.
  
 
 
 
 
 



 

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


Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
If you buy FlexBuilder 2 when it is released and install the standalone
version, you won't have to know anything about Eclipse.  You are isolated
from Eclipse for the most part.  As Ben stated, the IDE runs on top of
Eclipse.  If you are using Eclipse as your primary IDE, then you can opt to
install FlexBuilder as a 'plugin'. If you take this route, you already know
how Eclipse works, so it is a non-issue. You just download and install the
plugin.

Eclipse is the Java worlds answer to MS Visual Studio, except that it is
free. People build plugins (or apps) that extend the functionality of the
IDE. If you are developing Java apps, then the MyEclipse plugin is probably
for you. Using CF? CFEclipse is the plugin you want. Need source control?
You download Subversion and the Subclipse plugin so you can maintain version
control. Want to check out Ruby on Rails, download the plugin for that. You
integrate all of these plugins to customize your workspace to the way you
work.

VS2005 has the same idea, except in most case you are paying a lot of money
for the tools. They do have open source initialtives, but you won't see
nearly as many.

On 5/5/06, Rick Faircloth [EMAIL PROTECTED] wrote:

 So, to clarify...if I *want* to use Flex Builder, then I have to
 use Eclipse and/or CFEclipse?  I guess I'm trying to completely understand
 what is meant by Eclipsed based IDE...




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


Re: CFMBB 1.0 RC2 Available

2006-04-30 Thread Jeff Fleitz
Hey Rick,

Your download link is broken...

On 4/30/06, Rick Root [EMAIL PROTECTED] wrote:

 I fixed some things that I have no idea how they got through, but the
 other day when I installed RC1 for a new site, I discovered that a bunch
 of stuff I did on the dev server didn't actually get into the package
 for RC1.

 There aren't really any new features in RC2 (although I did implement a
 few simple suggestions, like you can't create a forum if there are no
 conferences, and you can't do anything really without customizing the
 board settings.

 http://www.cfmbb.org/
 Download RC2 at http://www.cfmbb.org/projects/cfmbb

 I'm hoping for RC2 to be the final release candidate.. we'll see how
 that goes.

 Rick

 

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


Re: CF7 Standard to CF7 Enterprise Upgrade

2006-03-24 Thread Jeff Fleitz
Hey Mike,

We are considering this as well.  I have not been able to find an upgrade
path from CFMX7 Standard to Enterprise, have you?

On 3/24/06, Mike Fleming [EMAIL PROTECTED] wrote:

 Hello all.  I currently have CF Standard up and running on a production
 server.  The client downloaded the trial version got it running, then
 purchased the license and popped that on the server.  We are thinking of
 upgrading the server to CF7 Enterprise (mainly for the perfomance increase
 for cfdoucment).  Does anyone know if that would require a total reinstall
 of CF or if the newly purchased license key could be popped in and the new
 Enterprise features would then be enabled.  I'm guessing it would require
 a
 new install but I'd just like to know for sure before getting back to the
 client.

 Thanks,
 Mike




 

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


Re: I still use HomeSite+ 5.5 - Should I Upgrade to something else?

2006-03-09 Thread Jeff Fleitz
I am a Window's user and I use Sapien's PrimalScript, and have been since I
stopped using HomeSite+ over a year ago. I also have CFE and DW8.  Currently
I am switching back and forth between CFE and PS on different projects, and
I like alot about CFE (great job guys).  But I still find myself coming back
to PS.  It is just lighter and quicker.  Great snippet support and
intellisense/code completion, auto-backups, etc. I use the enterprise
version which has a killer Visual Query Builder and XML Editor in it,
support for multisite deployment via ftp.  I supports 30 languages including
AS2 and it looks like they are gearing up to support Flex 2/AS3. It has full
support for ASP.NET, C#, VB etc., so if you are in the BD.NET camp it is a
good choice.  Some of the best support I have ever seen.

Downsides for CF'ers are that it only supports VSS for source control, and
the code competion doesn't enumerate tag attributes. Also, it ain't cheap
($350 for the Enterprise version).  But it is a great editor for Windows
users involved in multiple development environments.  45 day free eval;
might be worth your while to check it out.

www.sapien.com




On 3/9/06, Jon Block [EMAIL PROTECTED] wrote:

 Not trying to fire off a crazy debate but this seems like a fantastic
 editor... it's got all of the keystore shortcuts I need to be really
 productive. However, this editor is 3 years old. Any reason I should use
 some other tool? Opinions?

 Jon


 This electronic message transmission contains information from Collegiate
 Funding Services, LLC or its subsidiaries or affiliates that may be
 confidential or privileged. The information is intended to be for the use of
 only the individual or entity named above. If you are not the intended
 recipient, be aware that any disclosure, copying, distribution or use of the
 contents of this information is strictly prohibited. If you have received
 this electronic transmission in error, please notify the sender by reply
 e-mail @cfsloans.com immediately and delete this e-mail and any
 attachments from your system and any copies you may have made, electronic or
 otherwise.




 

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


Re: Coldfuion Life Spam

2006-01-26 Thread Jeff Fleitz
When I first read this thread in gmail, the subject line was 'ColdFusion
Life Span'.  After a couple more posts it turned into 'ColdFusion Life
Spam.  Now it shows up as 'Coldfuion Life Spam'

Anybody else using gmail and seeing this behavior?

On 1/26/06, Aaron Roberson [EMAIL PROTECTED] wrote:

 Here is something a little more concrete for you to show to your people:

 Where is ColdFusion Headed Under Adobe? by Simon Horwith
 http://coldfusion.sys-con.com/read/167952.htm

 -Aaron

 On 1/26/06, Lee [EMAIL PROTECTED] wrote:
  On Thu, 26 Jan 2006 16:57:46 -0500
Jerry Johnson [EMAIL PROTECTED] wrote:
   But vb.net is a status B as well.
 
  Where is ASP.Net or is that lumped in with VB.Net?
  Something isn't right but it looks good to me.
 
  Lee Surma
 
 

 

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


Re: Coldfuion Life Spam

2006-01-26 Thread Jeff Fleitz
Great. Google Gremlins.  Just what I need.

On 1/26/06, Aaron Rouse [EMAIL PROTECTED] wrote:

 I am using gmail and have not seen this behavior on this thread.

 On 1/26/06, Jeff Fleitz [EMAIL PROTECTED] wrote:
 
  When I first read this thread in gmail, the subject line was 'ColdFusion
  Life Span'.  After a couple more posts it turned into 'ColdFusion Life
  Spam.  Now it shows up as 'Coldfuion Life Spam'
 
  Anybody else using gmail and seeing this behavior?
 
 


 

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


Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Hi Josh,

I just got through going through this myself.  There is a tech note
regarding this issue (courtesy of the House of Fusion blog).  Once I
followed the instructions it appears to be working fine for me.  I am
using CFMX7, but the tech note is for MX, so it should work.

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253pss=rss_coldfusion_6ef0253

On 8/27/05, Josh Nathanson [EMAIL PROTECTED] wrote:
 Hello all,
 
 I have set up MySQL on my local box, everything works fine until I try to use 
 a password when creating a datasource in CF Administrator.  I get the 1045 
 Access Denied error.  I am able to create the datasource fine if I don't use 
 a password, so I know the issue is not caused by incorrect privileges in the 
 mysql.user or mysql.db tables.  Also if I do set up the datasource without a 
 password, and try to use a password in a cfquery, I get the same error.
 
 My platform: Windows XP SP2/CFMX 6.1/MySQL 4.1
 
 Thanks for any assistance!
 
 
 
 
 

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

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


Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Sorry, meant Fusion Authority blog.
-- 
v/r,

Jeff Fleitz

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

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


Re: OT: Backup solution for small business?

2005-08-25 Thread Jeff Fleitz
Here's another one I have been using for a few years; 30 day trial and costs $35

http://www.backupplus.net/

On 8/25/05, Dirk Sieber [EMAIL PROTECTED] wrote:
 Hi everyone,
 
 I've got an off-topic, but slightly web related question, and figured
 the list might have some answers...
 
 I've got a client with a small network setup (1 Win2k server, bunch of
 XP/2000 clients), and they're looking for a backup solution for their
 server.  It's just one machine, running their website  some other small
 stuff, and most of the 'name-brand' backup solutions I'm familiar with
 seem to be total overkill for what they want - they're just looking at
 doing a nightly backup to removeable harddrives - being able to handle
 multiple days on the same media would be a plus.
 
 Anyone have any recommendations for something that'd fit the bill?
 
 Thanks!
 Dirk
 
 

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

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


Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
Well, apparently not ;)

Jeff


On 8/17/05, Claude Schneegans [EMAIL PROTECTED] wrote:
  I believe it is expecting to see your tag in the
 C:\CFusionMX\CustomTags\ directory
 
 This is true for CFML tags (CF_...), but dll tags (CFX_...) can be
 installed in any
 directory.
 
 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.
 
 
 

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

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


Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I am just pulling your chain, Claude; I know what you say is true.   
 

On 8/17/05, Claude Schneegans [EMAIL PROTECTED] wrote:
  Well, apparently not
 
 OK, correction:
 - a C++ CFX dll can be installed in any directory, as any DLL can;
 - a Java CFX class file must be accessible from the Class Path set in
 the JVM and Java Settings page.
 
 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.
 
 
 

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

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


CFMX6.1 and CFMX7 Coexisting on Same Server

2005-08-17 Thread Jeff Fleitz
I am updating a low traffic web server from 6.1 to 7 and have both
single install versions coexisting on the same server (Win2k).  I know
the MM docs talk you through  having both versions installed during a
transition period, with one version using the built-in web server on
port 8500 or whatever..

However, I noticed that if I change the JRunScipts virtual directory
to point to the jrun.dll of the version I want, and modify the script
mappings to point to the version I want, I seem to be able to run both
CFMX versions off of IIS on port 80 and have different virtual
websites use whichever version I choose.

Seems to be working fine for all sites involved.  Is there something I
am missing here, or is anybody else doing this will no ill effects?

v/r,
-- 
Jeff Fleitz

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

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


Re: CFMX6.1 and CFMX7 Coexisting on Same Server

2005-08-17 Thread Jeff Fleitz
Cool, thanks Barney.



On 8/17/05, Barney Boisvert [EMAIL PROTECTED] wrote:
 That should work exactly as you describe it.  I've never done it with
 IIS, but I've got a couple Apache installs that are set up like that.
 You can't use the web server connector scripts to connect them both,
 because they'll get in eachother's way, but you can configure them
 manually and get them both running in parallel.
 
 cheers,
 barneyb
 
 On 8/17/05, Jeff Fleitz [EMAIL PROTECTED] wrote:
  I am updating a low traffic web server from 6.1 to 7 and have both
  single install versions coexisting on the same server (Win2k).  I know
  the MM docs talk you through  having both versions installed during a
  transition period, with one version using the built-in web server on
  port 8500 or whatever..
 
  However, I noticed that if I change the JRunScipts virtual directory
  to point to the jrun.dll of the version I want, and modify the script
  mappings to point to the version I want, I seem to be able to run both
  CFMX versions off of IIS on port 80 and have different virtual
  websites use whichever version I choose.
 
  Seems to be working fine for all sites involved.  Is there something I
  am missing here, or is anybody else doing this will no ill effects?
 
  v/r,
  --
  Jeff Fleitz
 
 
 --
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/
 
 Got Gmail? I have 50 invites.
 
 

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

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


Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I don't think it matters in this instance, as mine is empty as well,
but still runs C++ custom tags fine.  The CFX tag you referenced had a
dll extension, and is a C++ tag and not a Java tag.

Have you tried calling the tag from a cfm template outside of the
cfide directory, from a folder in the wwwroot directory, for instance?



On 8/17/05, Andrew Grosset [EMAIL PROTECTED] wrote:
 Claude, could that be my problem? In Server Settings  Java and JVM, The 
 ColdFusion Class Path box is empty
 
 Andrew.
 
 
 Well, apparently not
 
 OK, correction:
 - a C++ CFX dll can be installed in any directory, as any DLL can;
 - a Java CFX class file must be accessible from the Class Path set in
 the JVM and Java Settings page.
 
 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.
 
 

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

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


Re: BlogCFC 3.9 Released

2005-08-16 Thread Jeff Fleitz
The Studio website says sometime in September.

http://www.macromedia.com/software/studio/productinfo/faq/#item-2-3

-- 
Jeff Fleitz

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

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

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


Re: CFX tag installation - problem

2005-08-16 Thread Jeff Fleitz
I believe it is expecting to see your tag in the
C:\CFusionMX\CustomTags\ directory, and not under the CFIDE directory.
 I normally create a cfx folder underneath there and drop them in
there, as in C:\CFusionMX\CustomTags\cfx\CFX_image_mx.dll

Try that and see if it doesn't work better for you.

v/r,

-- 
Jeff Fleitz


On 8/16/05, Andrew Grosset [EMAIL PROTECTED] wrote:
 I have the developer edition of MX7 on my PC. I have placed 
 CFX_image_mx.dll in the CustomTags folder (shown below), I have registered 
 the tag in the ColdFusion Administrator and the tag path has been registered:
 
 C:\CFusionMX7\wwwroot\CFIDE\**\CustomTags
 
 The page is being called from here:
 
 http://127.0.0.1:8500/CFIDE/**/image.cfm.
 
 I get this error:
  Error processing CFX custom tag CFX_image_mx.
 The CFX custom tag CFX_image_mx was not found in the custom tag database. 
 Please be sure to add custom tags to the database before using them. If you 
 have added your tag to the database then you should check the spelling of the 
 tag within your template to insure that it matches the database entry.
 
 I have restarted my PC etc all to no avail
 
 Should I enter a ColdFusion Class Path in Server Settings  Java and JVM  
 of ColdFusion Administrator and if so what?
 
 any other ideas?
 
 thanks, Andrew.
 
 

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

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


Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
Hi Connie,

Plum is overkill for this, only by the fact that it will generate more
functionality than you need initially, probably.  But you can just
easily ignore the functionality you don't need by simply removing the
links in the navbar (leave the content on your development machine so
you can use it later if you need to)..

I have built a couple small sites with Plum that took about a day to
build and deploy. I built some content pages for the administrators to
work with and they were off.

On the plus side, you can generate a starter app in 5 minutes (as you
know) that has all kinds of starter content that you can just modify
or discard if you don't need it.  The simple, but effective CMS built
into will easily let you setup your customer's newsletter, that he can
manage easily. Plus you have a complete access control system built
in.

There is always that learning curve.  But it will be that way with
Fusebox also, or onTap, or whatever you use.

v/r,
Jeff Fleitz




On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
 Now that I've had the opportunity to take a closer look at Plum, I can see
 that it is a very powerful and good code generator/framework for ColdFusion
 apps.  However, for fairly simple sites, it seems to be overkill.  I could
 be wrong.
 
 What would you recommend for a simple site that's just a step beyond simple
 HTML?  I have to build a site where the end-user needs to be able to post a
 newsletter each month and make very minor changes, no e-commerce or embedded
 apps.  I was thinking this might be an excuse to try out a framework but am
 having second thoughts.
 
 
 Constanty Connie DeCinko III
 Web Architect, Webmaster, Web Developer
 Lone Jet Enterprises
 Glendale, Arizona
  http://www.lonejet.com/ www.LoneJet.com
 
 
 
 
 

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

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

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


Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
Well, unfortunately I don't work with public-facing sites very much
anymore, so I don't have a lot to show that means anything (yeah, sure
Jeff).  Most of the folks on the Plum list appear to be building
intranets also, so I am not sure how much there is to show at this
point.  You might want to ask on the Plum list.

Obviously, the Productivity Enhancement site was totally built with
Plum.  Most of the that site is stock starter content, with some
customizations. The pages are generated by the CMS in Plum, from a SQL
Server 2000 database.

I just mothballed a conference registration site earlier this month
that I could bring online temporarily, if we can't find you another.


Jeff

On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
 Thanks for all the great feedback so far.  Most of the comments confirm my
 thoughts.  One hope was by starting with a simple site, it might make it
 easier to swallow learning a new framework.  Rather than having to bite it
 all off for a large project the first time.
 
 Jeff, can you provide links to the sites you built with Plum?
 
 
 Constanty Connie DeCinko III
 Web Architect, Webmaster, Web Developer
 Lone Jet Enterprises
 Glendale, Arizona
 www.LoneJet.com
 
 
 
 -Original Message-
 From: Jeff Fleitz [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 3:44 PM
 To: CF-Talk
 Subject: Re: Frameworks for simple web sites
 
 Hi Connie,
 
 Plum is overkill for this, only by the fact that it will generate more
 functionality than you need initially, probably.  But you can just easily
 ignore the functionality you don't need by simply removing the links in the
 navbar (leave the content on your development machine so you can use it
 later if you need to)..
 
 I have built a couple small sites with Plum that took about a day to build
 and deploy. I built some content pages for the administrators to work with
 and they were off.
 
 On the plus side, you can generate a starter app in 5 minutes (as you
 know) that has all kinds of starter content that you can just modify or
 discard if you don't need it.  The simple, but effective CMS built into will
 easily let you setup your customer's newsletter, that he can manage easily.
 Plus you have a complete access control system built in.
 
 There is always that learning curve.  But it will be that way with Fusebox
 also, or onTap, or whatever you use.
 
 v/r,
 Jeff Fleitz
 
 
 
 
 On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
  Now that I've had the opportunity to take a closer look at Plum, I can
  see that it is a very powerful and good code generator/framework for
  ColdFusion apps.  However, for fairly simple sites, it seems to be
  overkill.  I could be wrong.
 
  What would you recommend for a simple site that's just a step beyond
  simple HTML?  I have to build a site where the end-user needs to be
  able to post a newsletter each month and make very minor changes, no
  e-commerce or embedded apps.  I was thinking this might be an excuse
  to try out a framework but am having second thoughts.
 
 
  Constanty Connie DeCinko III
  Web Architect, Webmaster, Web Developer Lone Jet Enterprises Glendale,
  Arizona  http://www.lonejet.com/ www.LoneJet.com
 
 
 
 
 
 
 
 
 

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

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


Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
No, you can do anything with menus that you want, including fancy
dropdowns, etc.

I will contact you offlist with some screenshots.

Jeff

On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
 Even screen shots might be helpful since I'm concerned that the framework
 locks you in with menu placement and such.
 
 
 -Original Message-
 From: Jeff Fleitz [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 4:38 PM
 To: CF-Talk
 Subject: Re: Frameworks for simple web sites
 
 Well, unfortunately I don't work with public-facing sites very much anymore,
 so I don't have a lot to show that means anything (yeah, sure Jeff).  Most
 of the folks on the Plum list appear to be building intranets also, so I am
 not sure how much there is to show at this point.  You might want to ask on
 the Plum list.
 
 Obviously, the Productivity Enhancement site was totally built with Plum.
 Most of the that site is stock starter content, with some customizations.
 The pages are generated by the CMS in Plum, from a SQL Server 2000 database.
 
 I just mothballed a conference registration site earlier this month that I
 could bring online temporarily, if we can't find you another.
 
 
 Jeff
 
 On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
  Thanks for all the great feedback so far.  Most of the comments
  confirm my thoughts.  One hope was by starting with a simple site, it
  might make it easier to swallow learning a new framework.  Rather than
  having to bite it all off for a large project the first time.
 
  Jeff, can you provide links to the sites you built with Plum?
 
 
  Constanty Connie DeCinko III
  Web Architect, Webmaster, Web Developer Lone Jet Enterprises Glendale,
  Arizona www.LoneJet.com
 
 
 
  -Original Message-
  From: Jeff Fleitz [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 26, 2005 3:44 PM
  To: CF-Talk
  Subject: Re: Frameworks for simple web sites
 
  Hi Connie,
 
  Plum is overkill for this, only by the fact that it will generate more
  functionality than you need initially, probably.  But you can just easily
  ignore the functionality you don't need by simply removing the links in
 the
  navbar (leave the content on your development machine so you can use it
  later if you need to)..
 
  I have built a couple small sites with Plum that took about a day to build
  and deploy. I built some content pages for the administrators to work with
  and they were off.
 
  On the plus side, you can generate a starter app in 5 minutes (as you
  know) that has all kinds of starter content that you can just modify or
  discard if you don't need it.  The simple, but effective CMS built into
 will
  easily let you setup your customer's newsletter, that he can manage
 easily.
  Plus you have a complete access control system built in.
 
  There is always that learning curve.  But it will be that way with Fusebox
  also, or onTap, or whatever you use.
 
  v/r,
  Jeff Fleitz
 
 
 
 
  On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
   Now that I've had the opportunity to take a closer look at Plum, I can
   see that it is a very powerful and good code generator/framework for
   ColdFusion apps.  However, for fairly simple sites, it seems to be
   overkill.  I could be wrong.
  
   What would you recommend for a simple site that's just a step beyond
   simple HTML?  I have to build a site where the end-user needs to be
   able to post a newsletter each month and make very minor changes, no
   e-commerce or embedded apps.  I was thinking this might be an excuse
   to try out a framework but am having second thoughts.
  
  
   Constanty Connie DeCinko III
   Web Architect, Webmaster, Web Developer Lone Jet Enterprises Glendale,
   Arizona  http://www.lonejet.com/ www.LoneJet.com
  
  
  
  
  
 
 
 
 
 
 
 
 

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

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


Re: Any time and cost recording apps?

2005-07-20 Thread Jeff Fleitz
Timeless Time and Expense

http://www.magsoftwrx.com/


-- 
Jeff Fleitz

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

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


Re: Cheap, (not free) cms recommendations

2005-04-25 Thread Jeff Fleitz
Hi Steve,

Plum has a lightweight CMS built into it, as well as a number of other
features. Might be worth checking out:

http://www.productivityenhancement.com/plum/

v/r, 

Jeff

On 4/25/05, Paul Hastings [EMAIL PROTECTED] wrote:
 Steve Kahn wrote:
  Any one have a cheap (not free) cms recommendation?
 
 farcry http://farcry.daemon.com.au/ and slip geoff et al a few bucks.
 
 

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

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


Re: BlueDragon 6.2/.NET Released!

2005-03-23 Thread Jeff Fleitz
Hi Vince,

Congrats!  Looks like you have a comma in the wrong place for the
price of the 4-cpu .NET server product.

v/r,

Jeff 


On Wed, 23 Mar 2005 18:27:18 -0500, Vince Bonfanti [EMAIL PROTECTED] wrote:
 New Atlanta is pleased to announce the final release of BlueDragon 6.2,
 which is available for immediate download:
 
http://www.newatlanta.com/products/bluedragon/index.cfm
 
 The major new feature of BlueDragon 6.2 is BlueDragon 6.2 for the Microsoft
 ..NET Framework (BlueDragon.NET), which enables Microsoft .NET servers to
 natively process CFML pages.
 
 BlueDragon.NET allows native integration of CFML pages within ASP.NET web
 applications, and provides significantly better performance and reliability
 than Java-based CFML servers on Windows 2003 Server and IIS 6.0,
 particularly on multi-CPU servers.
 
 BlueDragon 6.2 also includes updates to the Java/J2EE editions of
 BlueDragon, including the FREE BlueDragon Server. New features of the
 Java/J2EE edition, which are also found in BlueDragon.NET, include:
 
 - CFHTTP and CFMAIL enhancements
 - CFLOGIN, CFLOGINUSER, and CFFUNCTION security roles
 - try/catch within CFSCRIPT
 - CFTRACE
 - performance enhancements, bug fixes, and more!
 
 Regards,
 
 Vince Bonfanti
 New Atlanta Communications, LLC
 http://www.newatlanta.com
 
 

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

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


Re: BlueDragon 6.2/.NET Released!

2005-03-23 Thread Jeff Fleitz
No, at the bottom of the right column of the product pricing page, for
the Blue Dragon for .NET add, you have a price of '$1,2599' for the
4-cpu version of  New Purchase w/subscription.  Me thinks a comma is
misplaced.

Jeff
On Wed, 23 Mar 2005 20:28:06 -0500, Vince Bonfanti [EMAIL PROTECTED] wrote:
 Thanks, but that price is correct. BlueDragon.NET is considered an
 enterprise level product, and is priced the same as BlueDragon/J2EE at
 $8,999.00 for a 4-CPU server. For reference, a 4-CPU license for CFMX 7
 Enterprise is $11,998.00 (about 33% more expensive than the equivalent
 BlueDragon editions).
 
 BlueDragon Server JX (Java-based) is $899.00 per server, regardless of the
 number of CPUs. Maybe that's what you were thinking of?
 
 Vince
 
  -Original Message-
  From: Jeff Fleitz [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 23, 2005 8:15 PM
  To: CF-Talk
  Subject: Re: BlueDragon 6.2/.NET Released!
 
  Hi Vince,
 
  Congrats!  Looks like you have a comma in the wrong place for
  the price of the 4-cpu .NET server product.
 
  v/r,
 
  Jeff
 
 
  On Wed, 23 Mar 2005 18:27:18 -0500, Vince Bonfanti
  [EMAIL PROTECTED] wrote:
   New Atlanta is pleased to announce the final release of BlueDragon
   6.2, which is available for immediate download:
  
  http://www.newatlanta.com/products/bluedragon/index.cfm
  
   The major new feature of BlueDragon 6.2 is BlueDragon 6.2 for the
   Microsoft ..NET Framework (BlueDragon.NET), which enables
  Microsoft
   .NET servers to natively process CFML pages.
  
   BlueDragon.NET allows native integration of CFML pages
  within ASP.NET
   web applications, and provides significantly better performance and
   reliability than Java-based CFML servers on Windows 2003 Server and
   IIS 6.0, particularly on multi-CPU servers.
  
   BlueDragon 6.2 also includes updates to the Java/J2EE editions of
   BlueDragon, including the FREE BlueDragon Server. New
  features of the
   Java/J2EE edition, which are also found in BlueDragon.NET, include:
  
   - CFHTTP and CFMAIL enhancements
   - CFLOGIN, CFLOGINUSER, and CFFUNCTION security roles
   - try/catch within CFSCRIPT
   - CFTRACE
   - performance enhancements, bug fixes, and more!
  
   Regards,
  
   Vince Bonfanti
   New Atlanta Communications, LLC
   http://www.newatlanta.com
  
  
 
 
 
 

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

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


Re: Dreamweaver CFMX7 extensions, CFC filtering useless?

2005-03-18 Thread Jeff Fleitz
Yeah, it doesn't work for me either.  I have been playing with
FlexBuilder 1.5 which came with my DevNet subscription, and CFC
filtering  does work in there.  Curious why the feature is in there,
but not in DWMX, since FB is supposedly using the same core as DWMX
with some added features for Flex development.

Jeff




On Fri, 18 Mar 2005 08:51:54 -0400, Gel. [EMAIL PROTECTED] wrote:
 I got a bit upset this morning when trying to use the DMWX CFMX7 extensions.
 
 What was especially useful was being able to filter the CFC components for a 
 specific site only.
 
 But when I tried to do this, it didn't work.
 
 Further digging revealed that if you have your Websites ina  virtual 
 directory (and really, who the heck doesn't partition their work in this 
 way?) the CFC filtering doesn't work.
 
 .what's the point of that? Using CFCs is great, and it's the way to go. 
 Why doesn't the official sanctioned IDE for Macromedia development support 
 this better? Why do I have to be looking at alternatives like CFEClipse when 
 a sizeable investment was already made in DWMX?
 
 Is there a way around this CFC filtering issue? Because listing all the CFCs 
 on the server when I'm dealing with just one site made this feature unusable 
 before. I thought that now things would have changed, and I'm just a w 
 bit disappointed that it has not.
 
 -Gel
 
 

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

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


Re: Devnet and XML

2005-03-02 Thread Jeff Fleitz
Is there a way to back out of the DevNet license to the developer
license without doing another install? I know you can change licenses
in CF Admin from Professional to Enterprise, etc., but since there
isn't a serial number for a developer version, it's kinda hard to do
without hacking the registry.

I am running DevNet on my laptop and could just as easily use the
developer version (wish I would have known about the XML issue before
I installed), but I am loathe to uninstall/reinstall unless I
absolutely have to.

TIA,

Jeff


On Wed, 2 Mar 2005 13:49:33 -0800, Barney Boisvert [EMAIL PROTECTED] wrote:
 Yeah, I'd have hoped they fixed that too, as it was complained about
 with 6.1 quite a bit, but no such luck.  At least in 6.1 you can use
 CFCONTENT to make it disappear, but with CF7 you're pretty much stuck
 not using DevNet and either coping with Developer edition's various
 shortcomings or forking the cash for a real license (or double using a
 serial, I suppose, once for production and again for dev).
 
 cheers,
 barneyb
 
 On Wed, 2 Mar 2005 16:39:55 -0500, Michael Dinowitz
 [EMAIL PROTECTED] wrote:
  Interesting. I had thought it would have been thrown into the header like
  CFHTMLHEAD rather than appended to the total page top. I'm not running a
  devnet license so I'm just reporting an error that was sent my way.
 
 --
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/
 
 Got Gmail? I have 50 invites.
 
 

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

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


Re: Devnet and XML

2005-03-02 Thread Jeff Fleitz
Thanks, Michael.


On Wed, 2 Mar 2005 18:01:43 -0500, Michael Dinowitz
[EMAIL PROTECTED] wrote:
 You can edit this file and remove the sn:
 C:\CFusionMX7\lib\license.properties
 
  Is there a way to back out of the DevNet license to the developer
  license without doing another install? I know you can change licenses
  in CF Admin from Professional to Enterprise, etc., but since there
  isn't a serial number for a developer version, it's kinda hard to do
  without hacking the registry.
 
  I am running DevNet on my laptop and could just as easily use the
  developer version (wish I would have known about the XML issue before
  I installed), but I am loathe to uninstall/reinstall unless I
  absolutely have to.
 
 

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

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


Re: CFMX Development Speed

2005-02-25 Thread Jeff Fleitz
I just read something recently that indicated that Perl usage was
slipping, but only because people were moving fomr there to Python and
Ruby.  Still staying in the scripting camp, but moving to newer
languages.

Jeff


On Sat, 26 Feb 2005 00:02:41 +0800, James Holmes
[EMAIL PROTECTED] wrote:
 Here is the exact wording of various parts of the September 2002 paper,
 Application Development Skill and Technology Trends:
 
 Gartner's analysis indicates that the use of JavaScript and VBScript will
 grow by 2 percent to 3 percent a year through 2006. During the same period,
 the use of Perl will be declining by the same 2 percent to 3 percent; and
 the use of ColdFusion will decline 10 percent a year.
 
 The growth of client-side scripts (i.e., JavaScript and VBScript) relates to
 the fact that de facto standard technologies - Java or Microsoft - cannot
 offer a competing technology for graphical user interface (GUI) development.
 On the server side, both Java and Microsoft are offering powerful JSP and
 ASP technologies. The latter will cause a decline in the current popularity
 of Perl and ColdFusion.
 
 As a final word, Gartner offers IT executives and managers the following
 recommendations:
 
 Align AD technology and tool strategy with Microsoft or Java - or both. The
 rest have become niche areas.
 
 
 -Original Message-
 From: Dave Carabetta [mailto:[EMAIL PROTECTED]
 Sent: Friday, 25 February 2005 11:33
 To: CF-Talk
 Subject: Re: CFMX Development Speed
 
 On Fri, 25 Feb 2005 23:19:42 +0800, James Holmes
 [EMAIL PROTECTED] wrote:
  Tha last thing I read from Gartner told business managers to migrate
  away from CF, Python etc to J2EE or .NET as the others were niche
 products.
 
 
 Perhaps that's a misinterpreted distillation of what they really said?
 If they really said that verbatim or something close, it just goes to show
 the analyst's ignorance. Based on the above, they essentially said Migrate
 away from languages and move to platforms. CF is built *on top of* J2EE
 standards, and .NET is just a platform upon which several languages can be
 used to build applications, so it seems like they're suggesting to move from
 apples to oranges.
 
 Regards,
 Dave.
 
 
 

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

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


Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike,

I am using XP Pro SP2 with the multiserver config, but the config shown here 
should be the same.  See if this helps.


Jeff






Mike Kear wrote:
 Yes I could and unless I resolve this soon, that's what I'll have to
 do,  but I would rather install CF7.
 
 If I go back to CFMX6.1 now, I will most likely never try out CF7. It
 will never find it's way into my hosting company and I will never let
 a client of mine have it either, because I wont trust it.
 
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 
 On Wed, 23 Feb 2005 13:13:07 +, Mac Jordan [EMAIL PROTECTED] wrote:
 
can't you reinstall the dev copy of MX6?

--
mac jordan
home: www.kestrel.org
work: www.webhorus.net
them: www.jordan-cats.org


 
 
 

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

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

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


Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike,

I am using XP Pro SP2 with the multiserver config, but the config
shown here should be the same.  See if this helps.


Jeff



On Thu, 24 Feb 2005 00:57:45 +1100, Mike Kear [EMAIL PROTECTED] wrote:
 Thanks Adam.  Lets suppose I havent got a clue what I'm talking about.
  (It's possible.  My wife is convinced of that and reminds me
 constantly)
 
 How come I have now tried to install CF7 a dozen times and it's never
 worked, and there's nothing anywhere that helps me find out what's
 wrong?  Where are the Macromedia support pages to help people like me
 who can't seem to muster the intelligence to install an application,
 even after over 24 years of experience on PCs and another 12 years on
 other computers before that?
 
 And what about all the other people who are watching this exchange
 carefully, waiting for a resolution  because it might help them in the
 same predicament?
 
 I'm not saying CF7 never installs correctly.   But it sure wouldn't
 install for me.
 
 When I had install problems with CFMX6.0 on our server machine, it
 took three WEEKS or my hassling and whinging and complaining and
 making a bloody nuisance of myself before someone from Macromedia
 popped their head up and acknowledged that perhaps I had a problem.
 As a result, they discovered that CFMX6 wouldnt install on a common
 server configuration at the time and required a 256 colour graphics
 card.AND it turned out that DOZENS of others were having the same
 problem.  And no one at Macromedia had noticed that when they changed
 the install program they used, that the minimum spec for the target
 machine had changed.
 
 I'm not prepared ot accept that just because it installs ok for you,
 that it's MY fault that it doesnt install for me.   Not yet anyway.
 It might be my fault, but if all those thousands of others can install
 it ok, why can't I?   I want to know the answer to that question and
 i'm surprised you dont too.
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month.
 
 On Wed, 23 Feb 2005 08:35:52 -0500, Adrocknaphobia
 [EMAIL PROTECTED] wrote:
  Mike, I really don't mean to be rude, but I think your statements are
  way off. Most likely this problem is between the monitor and the
  chair. I'm running your same setup, in addition to 4 other setups
  without problem.
 
  -Adam
 
 
 
 

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

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


Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
I attached an image. Guess it got clipped... I will send it off list.

Jeff


On Thu, 24 Feb 2005 01:32:25 +1100, Mike Kear [EMAIL PROTECTED] wrote:
 On Wed, 23 Feb 2005 09:17:42 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote:
  Hi Mike,
 
  I am using XP Pro SP2 with the multiserver config, but the config
  shown here should be the same.  See if this helps.
 
  Jeff
 
 
 Thanks Jeff .
 
  shown where?
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 

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

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

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


Re: onTap Framework - Opinions on My First Captivate Demo

2005-02-20 Thread Jeff Fleitz
Hey Isaac,

In the first minute of the presentaion is sounds like you say 'When I first 
decided to release the onTap framework in 
August of 1993'. Think you skipped a decade ;)

v/r,

Jeff

S. Isaac Dealey wrote:
I noticed the glitch on multilingual happened when the
slide changed.
Perhaps you could be silent when you are changing slides?
 
 
MAD
 
 
 I did notice that it seemed to be more frequently toward the end of a
 slide or possibly during a slide change... it's possible that could be
 a (the?) culprit... although there are other slides where I've
 recorded the audio and then edited the timing so that the slide
 changes occur during the middle of my talking but the abberation
 doesn't appear (at least I seem to remember that)...
 
 The abberation itself actually only occurred after I'd already
 published the flash movie once without the flaws and then had the
 issue that I'm having with the audio in the Captivate project
 currently and subsequent attempts to publish the movie have this flaw,
 so at the moment I'm leaning toward it being all about this issue I'm
 having with the editor. Unfortunately I'm thinking more that I really
 will need to rerecord the audio in its entirety.
 
 Thanks for the suggestion Mike,
 
 s. isaac dealey 954.927.5117
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://macromedia.breezecentral.com/p49777853/
 http://www.sys-con.com/story/?storyid=44477DE=1
 http://www.sys-con.com/story/?storyid=45569DE=1
 http://www.fusiontap.com
 
 
 

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

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

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


Re: Flex Install with CFMX7

2005-02-15 Thread Jeff Fleitz
Hi Neil,

I have both installed fine. I more than one of my current apps in CFMX7 and 
that is working fine. At this point I am 
trying to run the sample flex explorer app, prior to going on to 
reading/creating some of the exercises on the MM site.

This is on IIS (localhost).  I mapped the JRun4/samples directory as a virtual 
directory (flexsamples) and opened the 
index.htm (Flex Sample Apps) page in my browser. This all works fine. When I 
click on the Flex Explorer link, Firefox 
opens a file save dialog asking me what to do with the mxml file, in the same 
way you get when the cfm/cfml script map 
is not present in a CF app.  So, I went in and looked an mxml isn't mapped. So 
I mapped it to point at the same jrun.dll 
mapping that CFMX does. Same result.  It must be a port issue or something...

Jeff

Robertson-Ravo, Neil (RX) wrote:
 I have a done quite a few hybrids like this.how far have you gotten?
 
 
 
 
 -Original Message-
 From: Jeff Fleitz [mailto:[EMAIL PROTECTED] 
 Sent: 15 February 2005 00:30
 To: CF-Talk
 Subject: Flex Install with CFMX7
 
 I am having a terrible time trying to get the Flex sample apps to run on IIS
 (XP Pro SP2). I recently downloaded CFMX7 
 and installed it in multi-server mode, and then installed Flex 1.5 after
 that. Now I'm stuck.
 
 Late last year I had installed Flex 1.0 on top of a CFMX 6.1 multi-server
 installation, and had no problems, but I was 
 running with the built in MM web server.  This time I can't access the JRun
 admin at all (it never asked me to set an 
 account or password and it won't let me in).  When I try and run the Flex
 samples, I get a dialog popup asking what to 
 do with the mxml file. There is no script map registered for the extension
 in the IIS admin. I tried mapping it to the 
 jrun.dll instance, but that doesn't appear to be working.
 
 Anybody have any success with this?
 
 TIA.
 
 Jeff
 

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

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

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


Flex Install with CFMX7

2005-02-14 Thread Jeff Fleitz
I am having a terrible time trying to get the Flex sample apps to run on IIS 
(XP Pro SP2). I recently downloaded CFMX7 
and installed it in multi-server mode, and then installed Flex 1.5 after that. 
Now I'm stuck.

Late last year I had installed Flex 1.0 on top of a CFMX 6.1 multi-server 
installation, and had no problems, but I was 
running with the built in MM web server.  This time I can't access the JRun 
admin at all (it never asked me to set an 
account or password and it won't let me in).  When I try and run the Flex 
samples, I get a dialog popup asking what to 
do with the mxml file. There is no script map registered for the extension in 
the IIS admin. I tried mapping it to the 
jrun.dll instance, but that doesn't appear to be working.

Anybody have any success with this?

TIA.

Jeff

-- 
___

Jeff Fleitz
Tekquest, Ltd
Integrated Digital Solutions
http://www.tekquest.com
___

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

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


Re: Flex Install with CFMX7

2005-02-14 Thread Jeff Fleitz
Hi Sean,

Sean Corfield wrote:
 On Mon, 14 Feb 2005 19:30:17 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote:
 
I am having a terrible time trying to get the Flex sample apps to run on IIS 
(XP Pro SP2). I recently downloaded CFMX7
and installed it in multi-server mode, and then installed Flex 1.5 after 
that. Now I'm stuck.
 
 
 Was CFMX 7 working before you installed Flex 1.5? (You did test it
 before installing Flex, right?)
 

Yes. I had been working with it for a day or two before I attempted the Flex 
install.

 
This time I can't access the JRun admin at all (it never asked me to set an
account or password and it won't let me in).
 
 
 The username is admin and the password is whatever you choose for CF
 Admin. (I think that's in the release notes?)

No, they aren't in there. I tried the CFMX combination and it won't take them.  
In the CFMX6.1/Flex 1.0 combination I 
was distinctly asked to create an account name and password for the JRun admin. 
Never happened this time (I did both the 
CFMX7/Flex 1.5 installs twice from scratch).  The reason I even tried to get in 
there is because of this line in the 
readme file about the Flex sample apps:
 To view the samples, with your Flex server running, go to 
http://hostname:port_num/samples

Well, I wouldn't expect to have to use a port, or if I do, I don't know what it 
is because it isn't anywhere in the 
readme file or any of the documentation that I can find. There is also nothing 
that stipulates that you have to use the 
built in server.


 
 
When I try and run the Flex samples, I get a dialog popup asking what to
do with the mxml file.
 
 
 OK, so IIS is not mapping .mxml to Flex? Did you install Flex on Jrun
 in its own context root or the same context root as CFMX? If the
 latter, you need to merge the web.xml files - I think there's a Tech
 Note on mm.com about that. I recommend installing Flex it its own
 context root to keep things simpler.
 

I have them installed as separate context roots. I manually went in and added 
the mxml script map to IIS, and it still 
doesn't work.



 As for the IIS mapping, I'm not familiar enough with IIS to suggest
 how to fix that. I would advise testing CFMX and Flex separately with
 the built-in web server (JWS) just to confirm that those parts work
 independently. That helps isolate your problem (to just the connector
 configuration perhaps).

Yeah, I could do that.  I was interested in learning how to map Flex to IIS (or 
maybe move to Apache), so I would have 
some firsthand knowledge of how to do this in the event that we actually start 
developing Flex apps.

I wonder if I can install JRun first and then CFMX7 on top of that, followed by 
Flex, instead of using the CFMX 
installation.

I'll try that and the interal web server configuration.  BTW, both of these are 
from the DevNet downloads.

Thanks,


Jeff




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

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


Re: CFEclipse Stuido (for lack of a better term)

2005-01-17 Thread Jeff Fleitz
I am getting the very same error.
___

Jeff Fleitz
Tekquest, Ltd
Integrated Digital Solutions
http://www.tekquest.com
___


Spike wrote:
 Just downloaded and extracted it fine from here.
 
 I'm guessing that you're having some sort of proxy caching issues.
 
 You might be able to force it to grab the latest version by adding a 
 random URL variable:
 
 http://www.robrohan.com/blog/assets/cfeclipseXP_0.1.zip?foo=bar
 
 Spike
 
 
 Stan Winchester wrote:
 
I'm getting a file check error when I try to unzip the Windows version. 
Message: The computed CRC doesn't match the CRC recorded in the archive 
I've deleted the file re-downloaded 3-times and still get the same error.



If you were thinking about trying cfeclpse, but didn't want to mess
with the plugin hunt, you can now try it out by just downloading the
files from my blog, unzip them, then run the Eclipse executable in the
cfeclipse.X directory.

There are now packages available for MacOSX, Linux, and the other one
- weighing in at about 34MB

The packages include: 
Eclipse3.1M4 - for Mac OSX  and Linux - Eclipse 3.0 for the other one
cfeclipse 1.1.17.2
PHPEclipse 1.1.2
Quantum244_3 
JSEditor 0.0.9
CSSEditor 0.0.4
JDBC drivers for JTDS (MSSQL), Postgres, MySql

They support CVS and Subversion version systems.

You can download them here http://www.robrohan.com/ on the right under 
eclipse.X

Cheers, and let us know how it goes

-- 
~Blog~
http://www.robrohan.com
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org
~open source xslt IDE~
http://treebeard.sourceforge.net



 
 

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

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


Re: CFEclipse Stuido (for lack of a better term)

2005-01-17 Thread Jeff Fleitz
My problem was with the built-in XP utility. Sorry about that.


___

Jeff Fleitz
Tekquest, Ltd
Integrated Digital Solutions
http://www.tekquest.com
___


Spike wrote:
 ok,
 
 I used 7-zip (http://www.7-zip.org/) to create it and told it to use zip 
 format and maximum compression. It could be that the XP default unzipper 
 doesn't handle very high compression ratios too well. I did test that on 
 my machine, but it could be that the 7-zip libraries are used instead of 
 the default windows ones.
 
 In any case, if you are able to, I'd suggest installing 7-zip. It's 
 free, suppports multiple zip formats and is way faster for zipping and 
 unzipping.
 
 If more people are having the same issue I'll put up another one with 
 less aggressive compression.
 
 Spike
 
 Paul wrote:
 
-Original Message-


What unzipping program are you using?


I experimented; it doesn't work using the built-in winXP zip utility, but
winzip didn't complain at all.



 
 
 

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

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


SOT: DWMX 2004 Keyboard Shortcut Problems

2004-02-21 Thread Jeff Fleitz
Hi folks,

I am trying to spend more time in DWMX 2004(version 7) instead of 
HomeSite+ for doing CF work.Unfortunately, I have been plagued with 
the inability to get my keyboard shortcuts to work when trying to assign 
snippets and/or codeblocks to them.I have done everything I am 
supposed to do (duplicated a set, the shortcut is not in use anywhere 
else, etc.)All I am trying to do for a start is assign Ctrl+Alt+M to a 
snippet which is a CF comment block.I am able to do it by the numbers, 
but when I save it, it doesn't persist.I can open it right back up and 
the shortcut has not been saved.

I recently migrated to a new computer and moved all my MX stuff, but 
this same behavior was exhibited on the old system.It's the only thing 
that has really kept me from spending more time in Dreamweaver, because 
it drives me nuts to have to grab the mouse to insert a snippet.I 
have not been able to find any reference to this problem online. Anybody 
else see this behavior?

Regards,

Jeff

-- 
___

Jeff Fleitz
Tekquest, Ltd
Integrated Digital Solutions
http://www.tekquest.com
866.863.2352
___
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: trimming question

2003-09-25 Thread Jeff Fleitz
Me too.  I am registered to receive the 8 hour digest, but am now receiving
individual messages.

Jeff Fleitz
Tekquest, Ltd.
[EMAIL PROTECTED]


- Original Message - 
From: Kunal Pewekar [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 12:48 PM
Subject: Re: trimming question


 errrhow did i suddenly start getting these email again ? im sure i
 unregistered long back. and infact stopped getting the email until 1 hour
 back.

 any changes made on the server side or soemthing ?



 Original Message Follows
 From: [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

 yes, exactly






   At 23:57 24/09/2003 -0600, you wrote:
  what would be the proper way to trim this up?
  
  cfset Dealer = #ReReplace(form.Dealer,[^]*,,ALL)#
  
   Trim in what sense? Looks like a fairly sound regex to strip markup
   tags.  Are you wanting to control whitespace as well?
  
   Gyrus
   [EMAIL PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  

 
~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138460
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