Re: [Catalyst] New website using Catalyst

2007-08-23 Thread Ashley

On Aug 22, 2007, at 2:42 AM, Rob Clarke wrote:
This is a really slick looking site. I'd also be interested in how  
you implemented forms.




It is nice. I'm interested in how you did your sharing stuff. The  
digg this, stumbled it, etc. Was it Perl-centric, CPAN, straight  
cut and paste XHTML, or something from the YUI stuff? If you can,  
please share.


-Ashley




___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-23 Thread Matt Rosin
Hi,
It's a very attractive site! Wonderful. What things did you use YUI for?
Matt R.

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-22 Thread Tobias Kremer
 Evaldas Imbrasas wrote:
  I would like to annouce the launch of a new website using Catalyst
  (along with DBIC and Template Toolkit):
  EVO: eco-friendly products, services, and information
  http://www.evo.com/
  Please feel free to add our website to the growing list of websites
  using Catalyst at http://dev.catalyst.perl.org/ .
 Looks like a cool site.  I added it to

Yeah, I really like it, too! Nice work.

 http://dev.catalystframework.org/wiki/LiveApplications

By the way: Why isn't vox.com included on the list? Would be a cool reference.
Or is there an approval by SixApart needed?

--Tobias

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-22 Thread Daniel McBrearty
site looks great! nice job!


On 8/22/07, Tobias Kremer [EMAIL PROTECTED] wrote:
  Evaldas Imbrasas wrote:
   I would like to annouce the launch of a new website using Catalyst
   (along with DBIC and Template Toolkit):
   EVO: eco-friendly products, services, and information
   http://www.evo.com/
   Please feel free to add our website to the growing list of websites
   using Catalyst at http://dev.catalyst.perl.org/ .
  Looks like a cool site.  I added it to

 Yeah, I really like it, too! Nice work.

  http://dev.catalystframework.org/wiki/LiveApplications

 By the way: Why isn't vox.com included on the list? Would be a cool reference.
 Or is there an approval by SixApart needed?

 --Tobias

 ___
 List: Catalyst@lists.rawmode.org
 Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
 Dev site: http://dev.catalyst.perl.org/



-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
http://www.engoi.com
http://danmcb.vox.com
http://danmcb.blogger.com
find me on linkedin and facebook
BTW : 0873928131

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-22 Thread Rob Clarke
This is a really slick looking site. I'd also be interested in how you
implemented forms.

On the subject of the live applications wiki page, could you also add
http://www.manchestereveningnews.co.uk? It's already on here:
http://dev.catalystframework.org/
___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-22 Thread Evaldas Imbrasas
 This looks great.  Would you care to share any more info about the
 implementation?  Are you using FormBuilder or Imager, for example?  I
 see you're using YUI.  How did you find it?  I'm using it on a couple
 of upcoming projects.

Thanks.

We use C::P::HTML::Widget for forms. Its integration with
Catalyst/DBIC saved a great deal of time and effort, especially on the
admin part of the application. HTML::FormFu seems to be the new player
on the block, but it wasn't ready for the primetime yet when we
started developing our app. We deal with images using
C::P::Upload::Image::Magick.

I really like YUI. JQuery was my original choice for a JavaScript
framework, but I was quickly turned off by its 'hacky' nature,
disorganized docs, and plugins that were rather buggy and not well
documented. YUI is much more consistent, it has graded browser
support, and excellent docs. Also, the code written using YUI seems to
be much more maintainable, especially if you adopt the 'Module
Pattern': http://yuiblog.com/blog/2007/06/12/module-pattern/

-- 
-
Evaldas Imbrasas
http://www.imbrasas.com

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-21 Thread Jonathan Rockway
Evaldas Imbrasas wrote:
 Hi,

 I would like to annouce the launch of a new website using Catalyst
 (along with DBIC and Template Toolkit):

 EVO: eco-friendly products, services, and information
 http://www.evo.com/

 Big thanks to Catalyst developers for providing such a great framework
 that made the development process so much more efficient and fun.

 Please feel free to add our website to the growing list of websites
 using Catalyst at http://dev.catalyst.perl.org/ .
   

Looks like a cool site.  I added it to
http://dev.catalystframework.org/wiki/LiveApplications

Regards,
Jonathan Rockway



signature.asc
Description: OpenPGP digital signature
___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] New website using Catalyst

2007-08-21 Thread Barry Hoggard
This looks great.  Would you care to share any more info about the
implementation?  Are you using FormBuilder or Imager, for example?  I
see you're using YUI.  How did you find it?  I'm using it on a couple
of upcoming projects.


Barry Hoggard
Tristan Media LLC

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/