Re: CFINPUT won't accept submit as a type

2009-04-26 Thread Maureen

Yeah.. I figured it out with Michael's help.  The server is running
CF6.  I thought it was on CF7.  Apparently submit wasn't a valid type
for CFINPUT until CF7.  It's been a long time since I used CF6.

This wasn't even my code  - just something I was trying for an ajax
validated login.  Seriously not going to work on CF6 so I'm back to
the old version of the login.  Thanks.

On Sun, Apr 26, 2009 at 10:18 PM, Charlie Griefer
 wrote:
> not really a cfform person myself, but based on the error I'd imagine
> that "submit" isn't a valid type (i'm too lazy to check the docs at
> the moment to confirm that).
>
> any reason you want to use cfinput there?  being inside a 
> doesn't preclude you from using standard HTML elements.   type="submit" name="submit" value="login!" onclick="doLogin();" />
> would work just fin

~|
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:321974
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFINPUT won't accept submit as a type

2009-04-26 Thread Michael Dinowitz

The server has to be on CF MX (6) or lower. CF7 and over has submit as a
proper type for cfinput.

On Mon, Apr 27, 2009 at 1:09 AM, Maureen  wrote:

>
> Have any of you seen this? It makes no sense at all since cfinput
> type="submit"  is valid syntax
>
> Here's the code:
> 
>   
>   
>/>
>  
>
> Here's the error:   Attribute validation error for tag CFINPUT.
> The value of the attribute TYPE, which is currently "submit", must be
> one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.
>
> 

~|
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:321973
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFINPUT won't accept submit as a type

2009-04-26 Thread Charlie Griefer

On Sun, Apr 26, 2009 at 10:09 PM, Maureen  wrote:
>
> Have any of you seen this? It makes no sense at all since cfinput
> type="submit"  is valid syntax
>
> Here's the code:
> 
>   
>   
>   
>  
>
> Here's the error:   Attribute validation error for tag CFINPUT.
> The value of the attribute TYPE, which is currently "submit", must be
> one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.

not really a cfform person myself, but based on the error I'd imagine
that "submit" isn't a valid type (i'm too lazy to check the docs at
the moment to confirm that).

any reason you want to use cfinput there?  being inside a 
doesn't preclude you from using standard HTML elements.  
would work just fine.

-- 
I have failed as much as I have succeeded. But I love my life. I love
my wife. And I wish you my kind of su

~|
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:321972
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFINPUT won't accept submit as a type

2009-04-26 Thread Maureen

Have any of you seen this? It makes no sense at all since cfinput
type="submit"  is valid syntax

Here's the code:

   
   
   
 

Here's the error:   Attribute validation error for tag CFINPUT.
The value of the attribute TYPE, which is currently "submit", must be
one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.

~|
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:321971
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone using Michael Sprague's jQuery tool as alternative for cfgrid?

2009-04-26 Thread Charlie Griefer

On Sun, Apr 26, 2009 at 4:07 PM, Don L  wrote:
>
>>I am using jqGrid on a project right now and I love it.  Great replacement
>>for cfgrid IMHO.
>>http://www.trirand.com/blog/
>>
>>On Fri, Apr 24, 2009 at 5:49 PM, D
>>
>>>
>
> Took a quick peek, didn't see any cf sample code it would be nice if has or 
> I've missed it.

The grid itself is a client side technology.  You can't really expect
someone who's making it freely available to invest the time to
document using it with every possible server side language.

http://trirand.com/jqgrid/jqgrid.html

Every single one of those samples listed on the left shows the output
on the right, as well as the accompanying code underneath.  Sure, it's
not CF, but it's not a lot of effort to use it as a starting point and
convert it to work with the server side language of your choice.

-- 
I have failed as much as I have succeeded. But I love my life. I love
my wife. And I wish you my kind of success

~|
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:321970
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone using Michael Sprague's jQuery tool as alternative for cfgrid?

2009-04-26 Thread cold.fusion

Yes, it was YUI, which was the root of a lot of Ext at the time (Ext 1.1 
is the source of the cfajax components, with the exception of the 
richtexteditor). Ext 2 completely rewrote that component architecture. 
The Samples & Demos pages have several examples of Autocomplete 
functionality (look at the ComboBox examples, as well as the custom search).

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com




~|
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:321969
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone using Michael Sprague's jQuery tool as alternative for cfgrid?

2009-04-26 Thread Don L

>No, its a mixture. For example the auto suggest widget is from Yahoo UI.
>
>Dominic
>> btw, is cfajax family tags all based off Ext?
>>

That's very helpful info, Dominic, thank you.

Don 

~|
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:321968
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone using Michael Sprague's jQuery tool as alternative for cfgrid?

2009-04-26 Thread Don L

>I am using jqGrid on a project right now and I love it.  Great replacement
>for cfgrid IMHO.
>http://www.trirand.com/blog/
>
>On Fri, Apr 24, 2009 at 5:49 PM, D
>
>>

Took a quick peek, didn't see any cf sample code it would be nice if has or 
I've missed it. 

~|
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:321967
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF PDF output

2009-04-26 Thread Roger Austin

Brent Nicholas wrote:
> Anyone else had experience with the CF PDF creation totally 
botching the CSS page layout?
> 
> I've got a really nice html page created by CF. Looks very nice 
as a web page, when you send it through the CF PDF creator it
looks horrible!! The tables end up with really wide spacing and
padding you can't adjust.
> 
> I've done everything from external css, to css at the top of the 
page, to css in the tags (yuch!!). I even gave it the middle finger,
alas... nothing worked.
> 
> Thoughts?

  Are you using CFMX 7? I found that the only sure way to do CSS in
the cfdocument was to put all the CSS I needed within the cfdocument
tags and the document section tags. There doesn't seem to be any
"cascading" from HTML going on when using this tag.
  Try including the CSS files within the CFDocument and see what
happens. I am hoping this is a lot better in CFMX8. For those of you
who ask why I am still using 7, I use what is available from my
corporate IT department.

~|
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:321966
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: OT - Purchasing .bm domain names

2009-04-26 Thread Adrian Lynch

Cheers, that's all ok because the Bermudian charity will be purchasing it. I
had just hoped I could find the best place for them to buy the domain.

Adrian

> -Original Message-
> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
> Sent: 26 April 2009 15:03
> To: cf-talk
> Subject: Re: OT - Purchasing .bm domain names
> 
> 
> Hello Adrian,
> 
> Registering domains outside of our jurisdiction may not be an easy
> process. You must be familiar with a countries policy in registering
> TLDs. For example, in order for someone to register a domain in Brazil,
> they must have Brazilian documentation and in some instances you may
> even need to have a company established in Brazil. I am not sure about
> Bermuda. I am also not sure how 101domains manages to get around and
> register domains from other countries. I would do a research before
> proceeding with registration just to make sure that you will have full
> access to your newly purchased domain in the future. Make sure to read
> the policies with your registrar and understand what they are doing.
> Just because you may be able to buy a domain for a different country
> does NOT mean that you may own all rights to it.
> 
> Ravi.



~|
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:321965
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT - Purchasing .bm domain names

2009-04-26 Thread Adrian Lynch

Oh really? That's interesting because they did quote the price in pounds.

I'll get someone in Bermuda to have a look, see if it's cheaper for them.

Cheers.

Adrian

> -Original Message-
> From: Dave Watts [mailto:dwa...@figleaf.com]
> Sent: 26 April 2009 14:59
> To: cf-talk
> Subject: Re: OT - Purchasing .bm domain names
> 
> 
> > I'm building a site for a charity in Bermuda and I've told them a
> great .bm
> > domain name is available. Can anyone recommend a place to buy such
> domain
> > names. I've done all my purchases through 123-reg.co.uk up until now.
> >
> > I've sent an email to bermudanic.bm but have not heard back from them
> yet.
> > I'm mainly wondering about price.
> >
> > Thanks and sorry for the OT.
> 
> I suspect that it'll be easier and cheaper for them to buy the domain
> name themselves, than for you to do it. Many small countries whose
> domains are popular with foreigners - often for "domain hacks" or
> because they have some unrelated meaning like ".tv" - have different
> rates for foreigners than for native citizens.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/


~|
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:321964
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT - Purchasing .bm domain names

2009-04-26 Thread Ravi Gehlot

Hello Adrian,

Registering domains outside of our jurisdiction may not be an easy 
process. You must be familiar with a countries policy in registering 
TLDs. For example, in order for someone to register a domain in Brazil, 
they must have Brazilian documentation and in some instances you may 
even need to have a company established in Brazil. I am not sure about 
Bermuda. I am also not sure how 101domains manages to get around and 
register domains from other countries. I would do a research before 
proceeding with registration just to make sure that you will have full 
access to your newly purchased domain in the future. Make sure to read 
the policies with your registrar and understand what they are doing. 
Just because you may be able to buy a domain for a different country 
does NOT mean that you may own all rights to it.

Ravi.


Adrian Lynch wrote:
> Thanks Ravi, I'd seen that site already, $350 for a year seems a bit much.
>
> Maybe that's the going rate though.
>
> Adrian
>
>   
>> -Original Message-
>> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
>> Sent: 26 April 2009 14:40
>> To: cf-talk
>> Subject: Re: OT - Purchasing .bm domain names
>>
>>
>> http://www.101domains.com/
>>
>> Adrian Lynch wrote:
>> 
>>> You know after nine years doing this web stuff, that never occurred
>>>   
>> to me!
>> 
>>> I've done that, I've seen prices over $200. Short of hearing back
>>>   
>> from
>> 
>>> bermudanic.bm, I was hoping someone out there would know of a place
>>>   
>> that has
>> 
>>> them cheaper or if that's the going rate for one.
>>>
>>> My fault for not stating this in the first email I suppose...
>>>
>>> Adrian
>>>
>>>
>>>   
 -Original Message-
 From: Ravi Gehlot [mailto:r...@ravigehlot.net]
 Sent: 26 April 2009 14:03
 To: cf-talk
 Subject: Re: OT - Purchasing .bm domain names


 Adrian,

 Try a search on Google.

 Ravi.



 Adrian Lynch wrote:

 
> I'm building a site for a charity in Bermuda and I've told them a
>
>   
 great .bm

 
> domain name is available. Can anyone recommend a place to buy such
>
>   
 domain

 
> names. I've done all my purchases through 123-reg.co.uk up until
>   
>> now.
>> 
> I've sent an email to bermudanic.bm but have not heard back from
>   
>> them
>> 
 yet.

 
> I'm mainly wondering about price.
>
> Thanks and sorry for the OT.
>
> Adrian
>   
>
>
> 

~|
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:321963
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - Purchasing .bm domain names

2009-04-26 Thread Dave Watts

> I'm building a site for a charity in Bermuda and I've told them a great .bm
> domain name is available. Can anyone recommend a place to buy such domain
> names. I've done all my purchases through 123-reg.co.uk up until now.
>
> I've sent an email to bermudanic.bm but have not heard back from them yet.
> I'm mainly wondering about price.
>
> Thanks and sorry for the OT.

I suspect that it'll be easier and cheaper for them to buy the domain
name themselves, than for you to do it. Many small countries whose
domains are popular with foreigners - often for "domain hacks" or
because they have some unrelated meaning like ".tv" - have different
rates for foreigners than for native citizens.

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:321962
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT - Purchasing .bm domain names

2009-04-26 Thread Adrian Lynch

Thanks Ravi, I'd seen that site already, $350 for a year seems a bit much.

Maybe that's the going rate though.

Adrian

> -Original Message-
> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
> Sent: 26 April 2009 14:40
> To: cf-talk
> Subject: Re: OT - Purchasing .bm domain names
> 
> 
> http://www.101domains.com/
> 
> Adrian Lynch wrote:
> > You know after nine years doing this web stuff, that never occurred
> to me!
> >
> > I've done that, I've seen prices over $200. Short of hearing back
> from
> > bermudanic.bm, I was hoping someone out there would know of a place
> that has
> > them cheaper or if that's the going rate for one.
> >
> > My fault for not stating this in the first email I suppose...
> >
> > Adrian
> >
> >
> >> -Original Message-
> >> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
> >> Sent: 26 April 2009 14:03
> >> To: cf-talk
> >> Subject: Re: OT - Purchasing .bm domain names
> >>
> >>
> >> Adrian,
> >>
> >> Try a search on Google.
> >>
> >> Ravi.
> >>
> >>
> >>
> >> Adrian Lynch wrote:
> >>
> >>> I'm building a site for a charity in Bermuda and I've told them a
> >>>
> >> great .bm
> >>
> >>> domain name is available. Can anyone recommend a place to buy such
> >>>
> >> domain
> >>
> >>> names. I've done all my purchases through 123-reg.co.uk up until
> now.
> >>>
> >>> I've sent an email to bermudanic.bm but have not heard back from
> them
> >>>
> >> yet.
> >>
> >>> I'm mainly wondering about price.
> >>>
> >>> Thanks and sorry for the OT.
> >>>
> >>> Adrian


~|
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:321961
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - Purchasing .bm domain names

2009-04-26 Thread Ravi Gehlot

http://www.101domains.com/

Adrian Lynch wrote:
> You know after nine years doing this web stuff, that never occurred to me!
>
> I've done that, I've seen prices over $200. Short of hearing back from
> bermudanic.bm, I was hoping someone out there would know of a place that has
> them cheaper or if that's the going rate for one.
>
> My fault for not stating this in the first email I suppose...
>
> Adrian
>
>   
>> -Original Message-
>> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
>> Sent: 26 April 2009 14:03
>> To: cf-talk
>> Subject: Re: OT - Purchasing .bm domain names
>>
>>
>> Adrian,
>>
>> Try a search on Google.
>>
>> Ravi.
>>
>>
>>
>> Adrian Lynch wrote:
>> 
>>> I'm building a site for a charity in Bermuda and I've told them a
>>>   
>> great .bm
>> 
>>> domain name is available. Can anyone recommend a place to buy such
>>>   
>> domain
>> 
>>> names. I've done all my purchases through 123-reg.co.uk up until now.
>>>
>>> I've sent an email to bermudanic.bm but have not heard back from them
>>>   
>> yet.
>> 
>>> I'm mainly wondering about price.
>>>
>>> Thanks and sorry for the OT.
>>>
>>> Adrian
>>>   
>
>
> 

~|
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:321960
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT - Purchasing .bm domain names

2009-04-26 Thread Adrian Lynch

You know after nine years doing this web stuff, that never occurred to me!

I've done that, I've seen prices over $200. Short of hearing back from
bermudanic.bm, I was hoping someone out there would know of a place that has
them cheaper or if that's the going rate for one.

My fault for not stating this in the first email I suppose...

Adrian

> -Original Message-
> From: Ravi Gehlot [mailto:r...@ravigehlot.net]
> Sent: 26 April 2009 14:03
> To: cf-talk
> Subject: Re: OT - Purchasing .bm domain names
> 
> 
> Adrian,
> 
> Try a search on Google.
> 
> Ravi.
> 
> 
> 
> Adrian Lynch wrote:
> > I'm building a site for a charity in Bermuda and I've told them a
> great .bm
> > domain name is available. Can anyone recommend a place to buy such
> domain
> > names. I've done all my purchases through 123-reg.co.uk up until now.
> >
> > I've sent an email to bermudanic.bm but have not heard back from them
> yet.
> > I'm mainly wondering about price.
> >
> > Thanks and sorry for the OT.
> >
> > Adrian


~|
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:321959
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - Purchasing .bm domain names

2009-04-26 Thread Ravi Gehlot

Adrian,

Try a search on Google.

Ravi.



Adrian Lynch wrote:
> I'm building a site for a charity in Bermuda and I've told them a great .bm
> domain name is available. Can anyone recommend a place to buy such domain
> names. I've done all my purchases through 123-reg.co.uk up until now.
>
> I've sent an email to bermudanic.bm but have not heard back from them yet.
> I'm mainly wondering about price.
>
> Thanks and sorry for the OT.
>
> Adrian
>
>
> 

~|
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:321958
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT - Purchasing .bm domain names

2009-04-26 Thread Adrian Lynch

I'm building a site for a charity in Bermuda and I've told them a great .bm
domain name is available. Can anyone recommend a place to buy such domain
names. I've done all my purchases through 123-reg.co.uk up until now.

I've sent an email to bermudanic.bm but have not heard back from them yet.
I'm mainly wondering about price.

Thanks and sorry for the OT.

Adrian


~|
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:321957
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone using Michael Sprague's jQuery tool as alternative for cfgrid?

2009-04-26 Thread Dominic Watson

No, its a mixture. For example the auto suggest widget is from Yahoo UI.

Dominic

2009/4/26 Don L :
> btw, is cfajax family tags all based off Ext?
>

~|
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:321956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4