>>>>> "AB" == Alex Brelsfoard <[EMAIL PROTECTED]> writes:
AB> Sounds like a neat idea. But I am very inexperienced in TK. Can you AB> point me to a good place online to do some studying? dunno any online places but the docs for perl/tk aren't bad and o'reilly's book mastering perl/tk is decent i hear (skip the learning perl/tk book). a basic top level thing would be a widget to enter a dir and another to allow selecting from its list of files (pix?). then an upload button to take the files and upload to the server. not a complex UI i would think as this is a one task app, make it easy for mom to upload pix. so learn basic perl/tk which isn't hard and then create the widgets you need and populate them. you could also choose wxwindows (apparently renamed to wxwidgets) as it has a perl binding. also you can prototype widget UIs with glade and some other tools. then all you need to do is write the dir reading code and to stuff the select widget and the upload code (ftp i assume which is easy). this would be the path of least work IMO. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

