Re: [Catalyst] While the Catalyst CPAN install discussion is still going on....

2006-08-24 Thread Dennis Daupert
 CPAN out of memoryDylan Vanderhoof:   Try http://cpan.llarian.net (mine, if in the US) or   http://cpan.shadowcatprojects.net (MSTs in UK/EU) and see if   the error persists?Rodney Broom:   I think I'm coming in late on this, but could the module list   actually be way oversized? Like maybe you're hitting a mirror   that's having a problem.Thanks guys, I tried both mirrors, get the same problem. ISP issue looks more likely -- I'll ping their support dept.I got my modules all installed, tho. I tarred up all the text-based  modules from my linux box and copied them into the right paths on ISP's  machine. Then I did the incantation (perl Makefile.PM  make   etc) and installed all the compiled mods. Module::Build  insisted on perl Build.PM (geez, I can't understand why) and was the  only module that had trouble with BSD's libdata directory; but I 
 rearranged that one, too. I got catalyst's server to run -- port 3000  wasn't occupied ;-) Now I just have to load up the database and test  the rest of the stuff./dennis  ___
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] multiple row entry

2006-08-24 Thread Peter Karman


Alan Humphrey scribbled on 8/22/06 11:37 AM:

 
 How to you handle the data entry of the tracks and artists?  I’ve 
 thought about an “add” button that would open up a separate page for 
 each track, but that’s clunky.  Is there a better way?  Something Ajaxian?
 

I have a small JS lib built on Prototype that I am getting near to open 
sourcing. It does exactly this: spreadsheet-style editing of multiple rows of 
data.

Let me know offlist if you'd like an alpha copy; I'd love to get some feedback 
on it.

cheers,
pek
-- 
Peter Karman  .  http://peknet.com/  .  [EMAIL PROTECTED]

___
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/