Re: Building spell check into forms

2011-03-11 Thread chris
Thanks for the suggestion, I will take a look into it.

In regards to the previous post about why I would bother. The client
I'm producing the website for has requested the functionality. The
website will be public facing and could be viewed on a variety of OS/
Browser platforms, so I can't rely on the fact that modern browsers
have it built in.

On Mar 11, 3:20 am, Dr. Tarique Sani tariques...@gmail.com wrote:
 Check outhttp://www.afterthedeadline.com/

 HTH
 Tarique

 On Thu, Mar 10, 2011 at 10:14 PM, chris 
 chris@internetlogistics.comwrote:



  I realise that this isn't stictly a cakePHP question. But as I'm
  building my application in cakePHP, I just wanted to see if anyone had
  any advice in the area.

  I have a requirement to provide a spell check functionality in some of
  my forms. The input fields are simple 'textarea' fields.

  Looking around, there seems to be a number of solutions. Most, if not
  all, seem to be javascript front ends, with a php file that is called
  to do the spellchecking.

  The few I've looked at include

 http://code.google.com/p/jquery-spellchecker/
 http://www.phpspellcheck.com/

  I've tried the first one and can't get the demo code to work once
  downloaded, the second one the demo works fine, but I havn't gone
  further than this.

  Anyway, what I'd like to know is. Does anyone have expereince of
  adding a spell checker to their cakePHP application? And if so, are
  there any recommendations of which to use?

  Thanks

  --
  Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
  Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
  others with their CakePHP related questions.

  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.com For more options, visit this group
  athttp://groups.google.com/group/cake-php

 --
 =
 PHP for E-Biz:http://sanisoft.com
 =

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Building spell check into forms

2011-03-11 Thread euromark
nice link - I like the afterthedeadline-style
almost better and more powerful as google I would assume
and it seems to come with a jquery plugin :)


On 11 Mrz., 09:28, chris chris@internetlogistics.com wrote:
 Thanks for the suggestion, I will take a look into it.

 In regards to the previous post about why I would bother. The client
 I'm producing the website for has requested the functionality. The
 website will be public facing and could be viewed on a variety of OS/
 Browser platforms, so I can't rely on the fact that modern browsers
 have it built in.

 On Mar 11, 3:20 am, Dr. Tarique Sani tariques...@gmail.com wrote:







  Check outhttp://www.afterthedeadline.com/

  HTH
  Tarique

  On Thu, Mar 10, 2011 at 10:14 PM, chris 
  chris@internetlogistics.comwrote:

   I realise that this isn't stictly a cakePHP question. But as I'm
   building my application in cakePHP, I just wanted to see if anyone had
   any advice in the area.

   I have a requirement to provide a spell check functionality in some of
   my forms. The input fields are simple 'textarea' fields.

   Looking around, there seems to be a number of solutions. Most, if not
   all, seem to be javascript front ends, with a php file that is called
   to do the spellchecking.

   The few I've looked at include

  http://code.google.com/p/jquery-spellchecker/
  http://www.phpspellcheck.com/

   I've tried the first one and can't get the demo code to work once
   downloaded, the second one the demo works fine, but I havn't gone
   further than this.

   Anyway, what I'd like to know is. Does anyone have expereince of
   adding a spell checker to their cakePHP application? And if so, are
   there any recommendations of which to use?

   Thanks

   --
   Our newest site for the community: CakePHP Video Tutorials
  http://tv.cakephp.org
   Check out the new CakePHP Questions sitehttp://ask.cakephp.organdhelp
   others with their CakePHP related questions.

   To unsubscribe from this group, send email to
   cake-php+unsubscr...@googlegroups.com For more options, visit this group
   athttp://groups.google.com/group/cake-php

  --
  =
  PHP for E-Biz:http://sanisoft.com
  =

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Building spell check into forms

2011-03-11 Thread Dr. Tarique Sani
On Fri, Mar 11, 2011 at 5:21 PM, euromark dereurom...@googlemail.comwrote:

 nice link - I like the afterthedeadline-style
 almost better and more powerful as google I would assume
 and it seems to come with a jquery plugin :)



Yes jquery plugin and integration with several WYSIWYG editors

FWIW there are also browser extensions and wordpress plugins available for
the same

Cheers
Tarique




 On 11 Mrz., 09:28, chris chris@internetlogistics.com wrote:
  Thanks for the suggestion, I will take a look into it.
 


-- 
=
PHP for E-Biz: http://sanisoft.com
=

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Building spell check into forms

2011-03-10 Thread chris
I realise that this isn't stictly a cakePHP question. But as I'm
building my application in cakePHP, I just wanted to see if anyone had
any advice in the area.

I have a requirement to provide a spell check functionality in some of
my forms. The input fields are simple 'textarea' fields.

Looking around, there seems to be a number of solutions. Most, if not
all, seem to be javascript front ends, with a php file that is called
to do the spellchecking.

The few I've looked at include

http://code.google.com/p/jquery-spellchecker/
http://www.phpspellcheck.com/

I've tried the first one and can't get the demo code to work once
downloaded, the second one the demo works fine, but I havn't gone
further than this.

Anyway, what I'd like to know is. Does anyone have expereince of
adding a spell checker to their cakePHP application? And if so, are
there any recommendations of which to use?

Thanks

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Building spell check into forms

2011-03-10 Thread Ryan Schmidt

On Mar 10, 2011, at 10:44, chris wrote:

 I have a requirement to provide a spell check functionality in some of
 my forms.

Meh. Does anybody actually want that? Why not just use a browser or operating 
system that already provides spell check on the client side? (e.g. Mac OS X has 
system-wide spell check)



-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Building spell check into forms

2011-03-10 Thread Dr. Tarique Sani
Check out http://www.afterthedeadline.com/

HTH
Tarique

On Thu, Mar 10, 2011 at 10:14 PM, chris chris@internetlogistics.comwrote:

 I realise that this isn't stictly a cakePHP question. But as I'm
 building my application in cakePHP, I just wanted to see if anyone had
 any advice in the area.

 I have a requirement to provide a spell check functionality in some of
 my forms. The input fields are simple 'textarea' fields.

 Looking around, there seems to be a number of solutions. Most, if not
 all, seem to be javascript front ends, with a php file that is called
 to do the spellchecking.

 The few I've looked at include

 http://code.google.com/p/jquery-spellchecker/
 http://www.phpspellcheck.com/

 I've tried the first one and can't get the demo code to work once
 downloaded, the second one the demo works fine, but I havn't gone
 further than this.

 Anyway, what I'd like to know is. Does anyone have expereince of
 adding a spell checker to their cakePHP application? And if so, are
 there any recommendations of which to use?

 Thanks

 --
 Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
 Check out the new CakePHP Questions site http://ask.cakephp.org and help
 others with their CakePHP related questions.


 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
=
PHP for E-Biz: http://sanisoft.com
=

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php