From ssingh at messagelabs.com Tue Jun 12 06:52:44 2007 From: ssingh at messagelabs.com (Sravanthi Singh) Date: Tue, 12 Jun 2007 09:52:44 -0400 Subject: [tpm] Welcome to the "toronto-pm" mailing list (Digest mode) References: Message-ID: <2CACAB4E984D624DA25378FFA55E47E003AF0C1B@mlnyexc002.messagelabs.com> Hi there I want access to able to post to the mailing list. Can you please add my email address. My email address : ssingh at messagelabs.com Thanks Sravanthi -----Original Message----- From: toronto-pm-bounces+ssingh=messagelabs.com at pm.org [mailto:toronto-pm-bounces+ssingh=messagelabs.com at pm.org] On Behalf Of toronto-pm-request at pm.org Sent: Tuesday, June 12, 2007 9:50 AM To: Sravanthi Singh Subject: Welcome to the "toronto-pm" mailing list (Digest mode) Welcome to the toronto-pm at pm.org mailing list! To post to this list, send your email to: tpm at to.pm.org General information about the mailing list is at: http://mail.pm.org/mailman/listinfo/toronto-pm If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://mail.pm.org/mailman/options/toronto-pm/ssingh%40messagelabs.com You can also make such adjustments via email by sending a message to: toronto-pm-request at pm.org with the word `help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. It is: 123456 Normally, Mailman will remind you of your pm.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ From indy at indigostar.com Mon Jun 18 20:18:05 2007 From: indy at indigostar.com (Indy Singh) Date: Mon, 18 Jun 2007 23:18:05 -0400 Subject: [tpm] html forms and submit buttons References: <2CACAB4E984D624DA25378FFA55E47E003AF0C1B@mlnyexc002.messagelabs.com> Message-ID: <0c0001c7b220$74619bc0$6600a8c0@roadhog> Hello all, I have an HTML form where I use several differnt button to trigger different actions, e.g. The problem with this approach is that if the script that processes this has hard coded values "Open" and "Close", then the form can't be altered to support a differnt language. Is there a way for a submit button in HTML to display differnt text than what gets submitted to a SCI script? You can do the equivalent in a drop-down menu select control like this: I know that the script can be made smarter and not use hard coded values, but I am hoping that there is an easier way. Any suggestions would be appreciated. Indy Singh IndigoSTAR Software -- www.indigostar.com From talexb at gmail.com Mon Jun 18 20:42:19 2007 From: talexb at gmail.com (Alex Beamish) Date: Mon, 18 Jun 2007 23:42:19 -0400 Subject: [tpm] html forms and submit buttons In-Reply-To: <0c0001c7b220$74619bc0$6600a8c0@roadhog> References: <2CACAB4E984D624DA25378FFA55E47E003AF0C1B@mlnyexc002.messagelabs.com> <0c0001c7b220$74619bc0$6600a8c0@roadhog> Message-ID: On 6/18/07, Indy Singh wrote: > > Hello all, > > I have an HTML form where I use several differnt button to trigger > different actions, e.g. > > > > The problem with this approach is that if the script that processes this > has hard coded values "Open" and "Close", then the form can't be altered > to support a differnt language. Is there a way for a submit button in > HTML to display differnt text than what gets submitted to a SCI script? Hi Indy, I would just alter the name parameter in your input field .. then you just look for which name is present in the variable stream that gets returned -- you'll only get one of the button's names. You can even look for the pattern /(\w+)_action/ .. then the values (what's actually displayed on the button) can be in whatever language is appropriate. English: or French: -- Alex Beamish Toronto, Ontario aka talexb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/toronto-pm/attachments/20070618/a8c0c6ec/attachment.html From indy at indigostar.com Tue Jun 19 10:04:55 2007 From: indy at indigostar.com (Indy Singh) Date: Tue, 19 Jun 2007 13:04:55 -0400 Subject: [tpm] html forms and submit buttons References: <2CACAB4E984D624DA25378FFA55E47E003AF0C1B@mlnyexc002.messagelabs.com> <0c0001c7b220$74619bc0$6600a8c0@roadhog> Message-ID: <016a01c7b293$f66a80a0$6600a8c0@roadhog> > I would just alter the name parameter in your input field Thanks, I'll do it that way. Indy Singh IndigoSTAR Software -- www.indigostar.com ----- Original Message ----- From: Alex Beamish To: tpm Cc: Indy Singh Sent: Monday, June 18, 2007 11:42 PM Subject: Re: [tpm] html forms and submit buttons On 6/18/07, Indy Singh wrote: Hello all, I have an HTML form where I use several differnt button to trigger different actions, e.g. The problem with this approach is that if the script that processes this has hard coded values "Open" and "Close", then the form can't be altered to support a differnt language. Is there a way for a submit button in HTML to display differnt text than what gets submitted to a SCI script? Hi Indy, I would just alter the name parameter in your input field .. then you just look for which name is present in the variable stream that gets returned -- you'll only get one of the button's names. You can even look for the pattern /(\w+)_action/ .. then the values (what's actually displayed on the button) can be in whatever language is appropriate. English: or French: -- Alex Beamish Toronto, Ontario aka talexb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/toronto-pm/attachments/20070619/e379e04c/attachment.html From dgahling at hotmail.com Thu Jun 21 16:03:18 2007 From: dgahling at hotmail.com (Dan Gahlinger) Date: Thu, 21 Jun 2007 19:03:18 -0400 Subject: [tpm] Best formal perl training in toronto for a non-newbie? Message-ID: I know the bare basics of perl, and want to learn advanced topics. Sysadmin stuff as well as socket code - how to create my own daemons in perl. I'm looking for the best formal perl training program in the toronto area, what can people recommend? is there "package" training deals, something with perl as well as C ? I need to learn both equally. maybe two programs from the same place or something like that. Work is only willing to pay if it's from a formal school or registered/accredited or whatever. thanks! Dan. _________________________________________________________________ Windows Live Hotmail gives you the control you need to help you keep your e-mail private, safe and secure. See for yourself! www.newhotmail.ca?icid=WLHMENCA147 From arocker at vex.net Wed Jun 27 08:09:45 2007 From: arocker at vex.net (arocker at vex.net) Date: Wed, 27 Jun 2007 11:09:45 -0400 (EDT) Subject: [tpm] The last Thursday of the month Message-ID: <48735.192.30.202.20.1182956985.squirrel@webmail.vex.net> has snuck up on us again. Do we have a meeting and a place to hold it? From swilliams at nexientlearning.com Wed Jun 27 08:32:12 2007 From: swilliams at nexientlearning.com (Scott Williams) Date: Wed, 27 Jun 2007 12:32:12 -0300 Subject: [tpm] The last Thursday of the month In-Reply-To: <48735.192.30.202.20.1182956985.squirrel@webmail.vex.net> Message-ID: <78D34A74EB88214C91C63B9D6D6E0A56AD405A@ExchangeBE.corp.crossoff.com> Classroom 11 on the 8th floor. Sorry for the delay... -----Original Message----- From: toronto-pm-bounces+swilliams=nexientlearning.com at pm.org [mailto:toronto-pm-bounces+swilliams=nexientlearning.com at pm.org] On Behalf Of arocker at vex.net Sent: Wednesday, June 27, 2007 11:10 AM To: tpm at to.pm.org Subject: [tpm] The last Thursday of the month has snuck up on us again. Do we have a meeting and a place to hold it? _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you." ''Ce message et tous les documents joints sont a l'attention exclusive du destinataire de ce message et peuvent contenir de l'information confidentielle ou privilegiee. Si vous n'etes pas le destinataire vise, toute divulgation, copie, utilisation ou distribution de l'information contenue dans ce message et les documents joints est interdite. Si vous avez recu ce message par erreur, veuillez nous le faire savoir par courriel immediatement et supprimer de facon permanente ce message et les documents joints. Merci.'' From magog at the-wire.com Wed Jun 27 13:37:20 2007 From: magog at the-wire.com (Michael Graham) Date: Wed, 27 Jun 2007 16:37:20 -0400 Subject: [tpm] June Meeting Tomorrow - Thu 28 Jun, 2007 - Training a Team in Perl Web Development Message-ID: <20070627163720.3376ed4c@caliope> (These details are also on the TPM web site: http://to.pm.org/) Date: Thursday 28 Jun 2007 Time: 6:45pm Where: 2 Bloor Street West (NW corner of Yonge/Bloor, skyscraper with the CIBC logo on top) - Classroom Classroom 11 on the 8th floor. =================================================================== Talk Details: Speaker: James (Qiang Li) Title: Training a Team in Perl Web Development Description: James (Qiang Li) is in the process of setting up Perl as the second official language in the team. He will share the past 6 months experiences on starting Perl Web Development ( using CGI::Application framework ) in a new environment. =================================================================== Note: The elevators in the building are "locked down" after 5:30pm to people without building access cards. Leading up to the meeting someone will come down to the main floor lobby every few minutes to ferry people upstairs. After 19:00, you can reach the access-card-carrying guy via a cell phone number that we'll leave with security in the front lobby. The room and floor numbers will be left with security too. -- Michael Graham _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -- Michael Graham From arocker at vex.net Fri Jun 29 08:02:08 2007 From: arocker at vex.net (arocker at vex.net) Date: Fri, 29 Jun 2007 11:02:08 -0400 (EDT) Subject: [tpm] Thanks to Nexient and James (Qiang) Li Message-ID: <36120.74.12.164.89.1183129328.squirrel@webmail.vex.net> James' talk last night on "Training a Team in Perl Web Development" was interesting. The subsequent discourse morphed into a more general discussion of standards and code management. That led us to watch Linus Torvalds explaining to Google why git is the ultimate in code management tools, and if you use CVS (or Subversion), you are ugly, stupid, and your mother dresses you funny. To see why, go to YouTube: www.youtube.com/watch?v=4XpnKHJAok8 From shijialeee at yahoo.com Fri Jun 29 08:32:52 2007 From: shijialeee at yahoo.com (James.Q.L) Date: Fri, 29 Jun 2007 08:32:52 -0700 (PDT) Subject: [tpm] Slides. Re: Thanks to Nexient and James (Qiang) Li In-Reply-To: <36120.74.12.164.89.1183129328.squirrel@webmail.vex.net> Message-ID: <110926.94257.qm@web50412.mail.re2.yahoo.com> thank you, Alan. :) here is the slides. http://www.easyya.org/talks/getting_started_on_Perl_development/ suggestions and comments welcome! James. --- arocker at vex.net wrote: > > James' talk last night on "Training a Team in Perl Web Development" was > interesting. The subsequent discourse morphed into a more general > discussion of standards and code management. That led us to watch Linus > Torvalds explaining to Google why git is the ultimate in code management > tools, and if you use CVS (or Subversion), you are ugly, stupid, and your > mother dresses you funny. To see why, go to YouTube: > > www.youtube.com/watch?v=4XpnKHJAok8 > > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > ____________________________________________________________________________________ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php