Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick

tried to no avail - damn!

 On Fri, Jul 16, 2010 at 11:20 AM, Jeff Gladnick wrote:
 
  Unfortunately, that didn't quite work :(
 
  Any other suggestions?
 
 Maybe something like this (untested):
 
 RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
 RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC]
 RewriteRule ^/(.*)$ http://www\.%1/$1 [R=301,L]
 
 Got the idea from here:
 
 http://www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.
 html#require-www-no-hardcoding
 
 :Den
 
 -- 
 A man of courage flees forward, in the midst of new things.
 Jacques 
Maritain 

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


Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick

Inexplicably, the OPPOSITE works!!

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} \.([^\.]+\.[^\.0-9]+)$
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

tried to no avail - damn!

Maritain 

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


Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick

Got it!!

RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
RewriteCond %{HTTP_HOST} ^([a-zA-Z0-9_-]+)\.([a-zA-Z0-9_-]+)
RewriteRule ^(.*)$ http://www.%0/$1 [r=301,L]


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


Dreamweaver / CF9

2010-07-21 Thread Matthew Gersting

Hey everyone,
I've downloaded and installed the latest CF/DW extension, but I'm still not 
getting code hinting for new attributes (ie, accessors) or syntax highlighting 
for script-based CFCs.

Is this a bug, a potential version issue, or working as intended? 

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


SOT: Automated Firebug Net-style Timing

2010-07-21 Thread John M Bliss

Hello, smart people.  So you know how Firebug's Net panel will take an
HTTP request and show all URL's involved in the request (because of
redirects, cflocations, etc) and milliseconds consumed by each of those
URL's?  I'm looking for a free/cheap website/software that'll automate that
functionality and allow me to test, for example, 100 URL's 100 times each
and spit out a report of the resulting milliseconds consumed.  Suggestions?

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com


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


CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

OK, so the other day I installed the CF9.0.1 update when it came out.  My
environment is Windows 7 (64 bit), CF9.0.1 in a multi-server (JRun)
configuration.

I went to add a site today via the Web Server Configuration Tool and I
received the following message:

ASP.NET Window's feature is not installed.  They are required to configure
JIS7 connector.

(That might actually be IIS7, but it looks like a J.)

I already have .NET 3.5 running on this machine, and my google searches are
turning up nothing on that cryptic error message.  Any ideas?

Thanks in advance.


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


Re: Dreamweaver / CF9

2010-07-21 Thread Casey Dougall

On Wed, Jul 21, 2010 at 11:26 AM, Matthew Gersting mgerst...@gmail.comwrote:


 Hey everyone,
 I've downloaded and installed the latest CF/DW extension, but I'm still not
 getting code hinting for new attributes (ie, accessors) or syntax
 highlighting for script-based CFCs.

 Is this a bug, a potential version issue, or working as intended?



Code hinting in Dreamweaver only works on PHP, not coldfusion.

fracking stupid.


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Casey Dougall

On Wed, Jul 21, 2010 at 12:12 PM, Matt Quackenbush quackfu...@gmail.comwrote:


 OK, so the other day I installed the CF9.0.1 update when it came out.  My
 environment is Windows 7 (64 bit), CF9.0.1 in a multi-server (JRun)
 configuration.

 I went to add a site today via the Web Server Configuration Tool and I
 received the following message:

 ASP.NET Window's feature is not installed.  They are required to
 configure
 JIS7 connector.

 (That might actually be IIS7, but it looks like a J.)

 I already have .NET 3.5 running on this machine, and my google searches are
 turning up nothing on that cryptic error message.  Any ideas?

 Thanks in advance.


Maybe related to these questions from release doc?

http://kb2.adobe.com/cps/849/cpsid_84973.html
Should I disable *IIS6 Metabase Compatibility options if I configure IIS* 7
for ColdFusion 9 Update 1?

No. You can run IIS7 in IIS6 Compatibility mode.
I've configured IIS 7 for ColdFusion. To use the IIS 7 features,
I disabled IIS6 Metabase Compatibility options. Need I unconfigure the old
connector (created with IIS6 Metabase Compatibility options before they were
disabled)?

Yes.

Also, after you disable IIS6 Metabase Compatibility options, ensure that you
reconfigure the connector with IIS7.

If you continue with the configuration without disabling IIS6 Metabase
Compatibility options, you might encounter the following error: Error
deleting IIS application extensions
.jsp,.jws,.cfm,.cfml,.cfc,.cfr,.cfswf,.hbmxml from web site Any (X).


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

Yes, it is definitely related to those questions.  I originally left IIS6
Compatibility installed.  But when I attempted to add a new site today I
received the error mentioned in the docs there, and the config tool would
not add the site.  So I attempted to uninstall all of the sites and then
uninstall IIS Compatibility components.  I then received the error message
that I mentioned previously.

So as of the moment, I am dead in the water on my development machine. :-(


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Dave Watts

 Yes, it is definitely related to those questions.  I originally left IIS6
 Compatibility installed.  But when I attempted to add a new site today I
 received the error mentioned in the docs there, and the config tool would
 not add the site.  So I attempted to uninstall all of the sites and then
 uninstall IIS Compatibility components.  I then received the error message
 that I mentioned previously.

 So as of the moment, I am dead in the water on my development machine. :-(

If the old connector didn't uninstall correctly, you should be able to
manually uninstall it (or rather its individual components) through
the IIS management console.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or ons

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


RE: SOT: Automated Firebug Net-style Timing

2010-07-21 Thread brad

If you know .NET, there appears to be API for Fiddler (an IE plugin that
monitors HTTP requests) which is for use in special-purpose
applications that run with either no user-interface (e.g. test
automation).  It would probably do exactly what you need, but it
wouldn't be a turn-key solution.

http://fiddler.wikidot.com/fiddlercore 

~Brad


 Original Message 
Subject: SOT: Automated Firebug Net-style Timing
From: John M Bliss bliss.j...@gmail.com
Date: Wed, July 21, 2010 11:11 am
To: cf-talk cf-talk@houseoffusion.com


Hello, smart people. So you know how Firebug's Net panel will take an
HTTP request and show all URL's involved in the request (because of
redirects, cflocations, etc) and milliseconds consumed by each of those
URL's? I'm looking for a free/cheap website/software that'll automate
that
functionality and allow me to test, for example, 100 URL's 100 times
each
and spit out a report of the resulting milliseconds consumed.
Suggestions?



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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

Dave, sorry for the stupid question, but how can I manually uninstall it (or
its components) via the IIS console?  IIS 7 is quite foreign to me, and I
cannot seem to find where the connector is.

I know that this is something really trivial and simple that I am missing.


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Dave Watts

 Dave, sorry for the stupid question, but how can I manually uninstall it (or
 its components) via the IIS console?  IIS 7 is quite foreign to me, and I
 cannot seem to find where the connector is.

Look in Handler Mappings for all the mappings labeled
AboMapperCustom-*. At least, that's how it's set up on my machine.
If you're worried about breaking something, make a backup first:

http://blogs.iis.net/bills/archive/2008/03/24/how-to-backup-restore-iis7-configuration.aspx

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

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


Re: Dreamweaver / CF9

2010-07-21 Thread Matthew Gersting

Hm. This doesn't seem quite right to me.  I mean, I've got code hinting 
(auto-complete, attribute lists, etc) for ColdFusion in Dreamweaver now, just 
not with the new CF 9 feature.


Code hinting in Dreamweaver only works on PHP, not coldfusion.
fracking stupid. 

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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

OK, that is what I thought, and that is what I did.  However, when I attempt
to remove the site via the wsconfig console, I receive the error message
mentioned in the docs:

Error deleting IIS application extensions
.jsp,.jws,.cfm,.cfml,.cfc,.cfr,.cfswf,.hbmxml from web site Any (X)

So, I cannot delete the damn site from wsconfig, nor can I re-configure it
in wsconfig, because it is still showing as already being configured.

There _has_ to be a way for me to get this fixed, right?

I have already uninstalled and reinstalled CF at least 5 times today.  This
is severely pissing me off.


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush


 By the way, I have gone back to just using the damn IIS6 Compatibility
 components, because I have not managed to get it working any other way.  I
 cannot believe Adobe did not include an IIS7 connector in CF9.0.



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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Dave Watts

 OK, that is what I thought, and that is what I did.  However, when I attempt
 to remove the site via the wsconfig console, I receive the error message
 mentioned in the docs:

 Error deleting IIS application extensions
 .jsp,.jws,.cfm,.cfml,.cfc,.cfr,.cfswf,.hbmxml from web site Any (X)

 So, I cannot delete the damn site from wsconfig, nor can I re-configure it
 in wsconfig, because it is still showing as already being configured.

Did you also delete the appropriate subdirectories in your existing
wsconfig folder? You have to do that when you manually delete a
connector no matter what web server you're using.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

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


Re: SOT: Automated Firebug Net-style Timing

2010-07-21 Thread Larry Lyons

You may want to check out Badboy (http://www.badboy.com.au/) it can be set up 
do do such. The price is pretty good, its free in most cases.

hth,
larry

Hello, smart people.  So you know how Firebug's Net panel will take an
HTTP request and show all URL's involved in the request (because of
redirects, cflocations, etc) and milliseconds consumed by each of those
URL's?  I'm looking for a free/cheap website/software that'll automate that
functionality and allow me to test, for example, 100 URL's 100 times each
and spit out a report of the resulting milliseconds consumed.  Suggestions?

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com



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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

Yes, I have deleted the sub-directory (in this case, 8) in wsconfig.  I have
shut down the site.  I have shut down IIS.  There is no change whatsoever in
the behavior.  Each time I try to remove the site via the Web Server
Configuration Tool interface, I receive the aforementioned error message.


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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Dave Watts

 Yes, I have deleted the sub-directory (in this case, 8) in wsconfig.  I have
 shut down the site.  I have shut down IIS.  There is no change whatsoever in
 the behavior.  Each time I try to remove the site via the Web Server
 Configuration Tool interface, I receive the aforementioned error message.

Maybe this is your issue:
http://kb2.adobe.com/cps/517/cpsid_51704.html

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or ons

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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

OK, it seems like I finally found the magic trick.  I removed the 3 lines
for the corresponding site from the wsconfig file.  (If you're reading this,
make sure you create a copy of the unaltered wsconfig file first)


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


Re: SOT: Automated Firebug Net-style Timing

2010-07-21 Thread John M Bliss

Thanks!

On Wed, Jul 21, 2010 at 2:59 PM, Larry Lyons larrycly...@gmail.com wrote:


 You may want to check out Badboy (http://www.badboy.com.au/) it can be set
 up do do such. The price is pretty good, its free in most cases.

 hth,
 larry

 Hello, smart people.  So you know how Firebug's Net panel will take an
 HTTP request and show all URL's involved in the request (because of
 redirects, cflocations, etc) and milliseconds consumed by each of those
 URL's?  I'm looking for a free/cheap website/software that'll automate
 that
 functionality and allow me to test, for example, 100 URL's 100 times each
 and spit out a report of the resulting milliseconds consumed.
  Suggestions?
 
 --
 John Bliss
 IT Professional
 @jbliss (t) / http://www.brandiandjohn.com



 

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


Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Matt Quackenbush

BTW, thank you, Dave, once again for your help.  :-)


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


Adding 2 images with cfpdf

2010-07-21 Thread Mallory Woods

Hello all,

I have run into a situation in which I need to add two different images to a
PDF. Adding the first image as a watermark works without issue.
When I try to add the 2nd image, it removes the first watermark. I
understand why this is happening but I wanted to see if anyone else came up
with a created solution to add two separate images.

Thanks,

Mal


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


RE: Extracting part of a string

2010-07-21 Thread Bobby Hartsfield

Stop spamming every regex question (that has an extremely simple, free
native solution) on a community list with ads to buy your crap. It was
outdated 7 years ago.

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

 
-Original Message-
From: Claude Schneegans
Sent: Tuesday, July 20, 2010 10:45 AM
To: cf-talk
Subject: Re: Extracting part of a string


 What I need is simple

Try a simple solution : CF_REextract :
http://www.cftagstore.com/tags/cfreextract.cfm



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


Re: Extracting part of a string

2010-07-21 Thread Claude Schnéegans

This crap how you call it, is nevetheless the seventh most sold CF tag 
at tagstore,
with hundreds of satisfied buyers, and many positive comments.
Many developers are not as good with regex as you are, this is for sure.
If you don't need the tag, you're free not buying it,
but please stop insulting me on line.

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


Re: Adding 2 images with cfpdf

2010-07-21 Thread rex

Maybe you can combine the two images into one, then add the combined 
image into the pdf, since it's now a single image.

If you need it to be dynamically combined, you can use cfimage or 
ImagePaste() to combine the two images

Mallory Woods wrote:
 Hello all,

 I have run into a situation in which I need to add two different images to a
 PDF. Adding the first image as a watermark works without issue.
 When I try to add the 2nd image, it removes the first watermark. I
 understand why this is happening but I wanted to see if anyone else came up
 with a created solution to add two separate images.

 Thanks,

 Mal

   

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


RE: Extracting part of a string

2010-07-21 Thread Bobby Hartsfield

Maybe it is the most sold because you spam it to every regex question online
regardless of the questions simplicity.
 
 
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

-Original Message-
From: 
Sent: Wednesday, July 21, 2010 6:40 PM
To: cf-talk
Subject: Re: Extracting part of a string


This crap how you call it, is nevetheless the seventh most sold CF tag 
at tagstore,
with hundreds of satisfied buyers, and many positive comments.
Many developers are not as good with regex as you are, this is for sure.
If you don't need the tag, you're free not buying it,
but please stop insulting me on line.



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


Re: Extracting part of a string

2010-07-21 Thread Tony Weeg

+420

Sent from my iPhone... Don't hate.

On Jul 21, 2010, at 6:39 PM, Claude Schnéegansschneeg...@internetique.com 
wrote:

 
 This crap how you call it, is nevetheless the seventh most sold CF tag 
 at tagstore,
 with hundreds of satisfied buyers, and many positive comments.
 Many developers are not as good with regex as you are, this is for sure.
 If you don't need the tag, you're free not buying it,
 but please stop insulting me on line.
 
 

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


Re: Extracting part of a string

2010-07-21 Thread Claude Schnéegans

 http://acoderslife.com

I may spam every regex question as you claim, but I don't advertise my 
site in EVERY message like you.

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


RE: Extracting part of a string

2010-07-21 Thread Bobby Hartsfield

You clicked my link? That'll be $15 please.

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

-Original Message-
From: 
Sent: Wednesday, July 21, 2010 9:08 PM
To: cf-talk
Subject: Re: Extracting part of a string


 http://acoderslife.com

I may spam every regex question as you claim, but I don't advertise my 
site in EVERY message like you.



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