Weird FckEditor problem with IE and Chrome..works in Firefox

2011-06-07 Thread Torrent Girl

Hello All.

I went to great lengths to research any kind of way to prevent the fckEditor 
from stripping or changing tags.

I modified the fckconfig.js file with the following which works great in 
Firefox:

FCKConfig.ProtectedSource.Add( /%[\s\S]*?%/g ) ;  // ASP style server 
side code %...%
FCKConfig.ProtectedSource.Add( /\?[\s\S]*?\?/g ) ;// PHP style server 
side code
FCKConfig.ProtectedSource.Add( 
/(asp:[^\]+[\s|\S]*?\/asp:[^\]+)|(asp:[^\]+\/)/gi ) ;   // ASP.Net 
style tags asp:control
FCKConfig.ProtectedSource.Add( /cf[\s\S]*?/gi ) ; // ColdFusion cf   tags - 
OPEN. 
FCKConfig.ProtectedSource.Add( /\/cf[\s\S]*?/gi ) ; // ColdFusion cf   tags - 
CLOSE. 
FCKConfig.ProtectedSource.Add( /cfscript[\s\S]*?\/cfscript/gi ) ; 
FCKConfig.ProtectedSource.Add( /br[\s\S]*?\//g ) ;   // BR Tags
FCKConfig.ProtectedSource.Add( /img[\s\S]*?\//g ) ;   // IMG Tags
FCKConfig.ProtectedSource.Add( /{exp:[\s\S]*?{\/exp:[^\}]+}/g ) ;// 
Expression Engine style server side code 
FCKConfig.ProtectedSource.Add( /{.*?}/g ) ;
FCKConfig.ProtectedSource.Add( /tex[\s\S]*?\/tex/g );
FCKConfig.ProtectedSource.Add( /object[\s|\S]+?\/object/gi ) ; // Protects 
OBJECT tags 
FCKConfig.ProtectedSource.Add( /style[\s\S]*?\/style/gi ) ; // Protects 
STYLE tags.
FCKConfig.ProtectedSource.Add( /cfoutput[\s\S]*?\/cfoutput/gi ) ; // Protects 
CFOUTPUT tags.
FCKConfig.ProtectedSource.Add( /pre[\s\S]*?\/pre/g );
FCKConfig.ProtectedSource.Add( /code[\s\S]*?\/code/g );

However in IE and Chrome I get the following in the textarea:

pstronga href=index.cfm?pageID=30Who We 
Are/a/strong!--{13074518344360}--gt;

My textareas are dynamically generated and that 130 number is the number that 
CF has assigned to the textarea.

Any suggestions on how I can fix this?

I have exhausted Google on this one.


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


Can you bind to a subquery result?

2011-06-07 Thread Ryan Bentley

Ok, I could use some help on this as I can't seem to make it work and cannot 
find any topics on this either.

I have a cfquery that I am using to populate a cfgrid. I also have 3 cfinputs 
that I am using to bind and filter that cfgrid. The problem is, that 2 of the 
fields I am trying to filter through are gotten using a subquery to return 
names. But when I try to filter via text, it pulls no values, and when I type 
in the numeric id value instead it is filtering. So is there any way to bind 
results based on the subquery result?

Thanks in advance 

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


Re: VPS Hosting

2011-06-07 Thread Mary Jo Sminkey

I hope they're better than when I used them about 3 years ago.  I had
nothing but problems and virtually no response from the owner when
my server went offline. Hopefully, their service has improved and
everyone that's using them is getting better service and support, but
my experience was anything but positive.

Same here, I went through the same major outage 3 years ago with AHP, and it 
was particularly the total lack of response that drove me off. 


That's the reason I ended up with KickAssVPS.

+1 

Nothing but praise at this point for KAVPS. I sometimes forget I even have a 
server there, it's been so problem-free.



--- Mary Jo


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


SOT: SEO, schema, microdata

2011-06-07 Thread Dan Baughman

Hey list,

I'm looking for some concrete examples of where microdata or RDFa or similar
has directly boosted seo on a site.

I'm literally looking for a reference to a live page that uses one of the
aforementioned and then a link to how the appearance on a search engine has
been improved/altered.

This is because there has been some significant noise lately with
bing/yahoo/google converging on the new html5 data schema (schema.org) and
I'm looking for any justification to actually start using this other than I
think its cool.

Anyone had really good experiences with that yet?


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


Re: SOT: SEO, schema, microdata

2011-06-07 Thread Mark Drew

One of the interesting things about SEO is that it's largely snake oil.

If you look at how search engines now work, it's with personalised
searching, so what you might get, will be very different from what I might
get for the same search term.

So when you say you will be looking for pages with microformats, Google (for
example) will return (for you) more pages with microformats than if I did
it.

Just a thought.

Regards

Mark Drew




On Tue, Jun 7, 2011 at 4:18 PM, Dan Baughman dan.baugh...@gmail.com wrote:


 Hey list,

 I'm looking for some concrete examples of where microdata or RDFa or
 similar
 has directly boosted seo on a site.

 I'm literally looking for a reference to a live page that uses one of the
 aforementioned and then a link to how the appearance on a search engine has
 been improved/altered.

 This is because there has been some significant noise lately with
 bing/yahoo/google converging on the new html5 data schema (schema.org) and
 I'm looking for any justification to actually start using this other than I
 think its cool.

 Anyone had really good experiences with that yet?


 

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


Re: SOT: SEO, schema, microdata

2011-06-07 Thread Dan Baughman

It's so meta that its hard to find on the search engines themselves.

The correlation between results and microdata/seo schemas just isn't 1:1,
from what I experience.  In general having your location in the proper
schema does seem to really help your establishment attain proper placement
on gmaps though.

On Tue, Jun 7, 2011 at 9:29 AM, Mark Drew mark.d...@gmail.com wrote:


 One of the interesting things about SEO is that it's largely snake oil.

 If you look at how search engines now work, it's with personalised
 searching, so what you might get, will be very different from what I might
 get for the same search term.

 So when you say you will be looking for pages with microformats, Google
 (for
 example) will return (for you) more pages with microformats than if I did
 it.

 Just a thought.

 Regards

 Mark Drew




 On Tue, Jun 7, 2011 at 4:18 PM, Dan Baughman dan.baugh...@gmail.com
 wrote:

 
  Hey list,
 
  I'm looking for some concrete examples of where microdata or RDFa or
  similar
  has directly boosted seo on a site.
 
  I'm literally looking for a reference to a live page that uses one of the
  aforementioned and then a link to how the appearance on a search engine
 has
  been improved/altered.
 
  This is because there has been some significant noise lately with
  bing/yahoo/google converging on the new html5 data schema (schema.org)
 and
  I'm looking for any justification to actually start using this other than
 I
  think its cool.
 
  Anyone had really good experiences with that yet?
 
 
 

 

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


Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth

Does anyone know how to use CF, Javascript, or jQuery,
in particular, to determine the length of an .mp3 file
that is sitting on my server?

It's not something that
is uploaded, but is created on-the-fly from a text file
and I need to be able to dynamically determine the length
of the audio file... not the file size, but the duration.

Thanks!

Rick



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


Re: Determine the length of an MP3 file...

2011-06-07 Thread Jerry Milo Johnson

I had this bookmarked, but have never tried it.

http://coldfused.blogspot.com/2008/02/reading-mp3-meta-data-from-coldfusion.html


On Tue, Jun 7, 2011 at 3:05 PM, Rick Faircloth r...@whitestonemedia.com wrote:

 Does anyone know how to use CF, Javascript, or jQuery,
 in particular, to determine the length of an .mp3 file
 that is sitting on my server?

 It's not something that
 is uploaded, but is created on-the-fly from a text file
 and I need to be able to dynamically determine the length
 of the audio file... not the file size, but the duration.

 Thanks!

 Rick



 

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


RE: Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth

Nice... now I'll work on implementing that in my application!

Thanks, Jerry!

Rick

-Original Message-
From: Jerry Milo Johnson [mailto:jmi...@gmail.com] 
Sent: Tuesday, June 07, 2011 3:08 PM
To: cf-talk
Subject: Re: Determine the length of an MP3 file...


I had this bookmarked, but have never tried it.

http://coldfused.blogspot.com/2008/02/reading-mp3-meta-data-from-coldfusion.
html


On Tue, Jun 7, 2011 at 3:05 PM, Rick Faircloth r...@whitestonemedia.com
wrote:

 Does anyone know how to use CF, Javascript, or jQuery,
 in particular, to determine the length of an .mp3 file
 that is sitting on my server?

 It's not something that
 is uploaded, but is created on-the-fly from a text file
 and I need to be able to dynamically determine the length
 of the audio file... not the file size, but the duration.

 Thanks!

 Rick



 



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


RE: VPS Hosting

2011-06-07 Thread Eric Roberts

That is what we are experience.  My client says the phone number and email
addresses are no longer working


-Original Message-
From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] 
Sent: Tuesday, June 07, 2011 09:52 AM
To: cf-talk
Subject: Re: VPS Hosting


I hope they're better than when I used them about 3 years ago.  I had 
nothing but problems and virtually no response from the owner when my 
server went offline. Hopefully, their service has improved and everyone 
that's using them is getting better service and support, but my 
experience was anything but positive.

Same here, I went through the same major outage 3 years ago with AHP, and it
was particularly the total lack of response that drove me off. 


That's the reason I ended up with KickAssVPS.

+1

Nothing but praise at this point for KAVPS. I sometimes forget I even have a
server there, it's been so problem-free.



--- Mary Jo




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