From bpm at binarymojo.net Wed Aug 6 14:29:57 2003 From: bpm at binarymojo.net (Kevin Christopher) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] Upcoming August 14 BPM Meeting, &c. Message-ID: <8408.64.65.247.81.1060198197.squirrel@my.modwest.com> ITEMS: (1) $meeting->upcoming( 'Thursday, August 14, 2003' ); (2) Yet Another Buffalo PM Kwiki (3) Kevin Christopher's e-mail contact info will be be changing soon. ----------------------------------------------------------------------- (1) $meeting->upcoming( 'Thursday, August 14, 2003' ); ( !!! NOTE Change of Venue and Topic !!! ): Thursday, August 14, 2003 Alternative Brews 3488 Sheridan Drive / Amherst, NY 7:00 p.m. We will have an open discussion of plans and possibilities for Buffalo-pm's YAPC::2004 bid. ( See the Buffalo-pm wiki at http://buffalo.pm.org/yapc/ ) Directions to Alternative Brews (NOTE: this is the bar, ***not*** the nearby coffee house named "Higher Grounds"): Come into Amherst on I-290. Exit on the Millersport Hwy South exit. Drive through to the second set of lights at the corner of Millersport and Sheridan Drive (City Mattress on your direct right; Duff's across the street on the left). *Turn right*. You'll see Alternative Brews on the left about 1/4 mile up the street. (2) Yet Another Buffalo PM Kwiki Go to http://buffalo.pm.org/kwiki/ . The advantages of quick content updates and access to members were too much to pass up. *Please* scroll to the "Other Buffalo-pm Pages" section on the HomePage, go to BuffaloMembers, add your own WikiWord and make a personal page for yourself. For help with formatting conventions, go to KwikiHelpIndex at the bottom of the HomePage. - Kevin Christopher -30-30-30- From vvikas at cse.Buffalo.EDU Sun Aug 10 12:17:30 2003 From: vvikas at cse.Buffalo.EDU (Vikas) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management In-Reply-To: <200307241700.h6OH0Ad23666@mail.pm.org> References: <200307241700.h6OH0Ad23666@mail.pm.org> Message-ID: hi, I am trying to implement a user management system for a web based software using Perl/CGI. I have MySQL as the backend. After a brief study I guess CGI::Session + Template Toolkit seems to be a good combination but the user database design seems to have a lot of parameters. Can any one give me pointers in the direction of developing this kind of system. I looked at a software called BURP but not great help. The system has user registration, login, quota, storage space etc. Thanks. Regards, Vikas. From vvikas at cse.Buffalo.EDU Mon Aug 11 09:13:24 2003 From: vvikas at cse.Buffalo.EDU (Vikas) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management In-Reply-To: References: Message-ID: Dear Andrew, Actually I have to implement a user management layer through which people can login and save data to their account and logout. There needs to be a quota limit to restrict misuse. All this needs to be done in Perl/CGI. Since the software already exists and this user management has to go above it, I need to find some way of not changing the code too much and implement this thing. Any help with design of the framework would be very nice as I don't want to leave some security loophole or miss something which may cost a lot to change later on. Thanks. Regards, Vikas. On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > I might be able to help you out with this as I have done something similar > in ASP before. The concepts are the same and the only difference is the > language that you would be doing this in. What exactly are you trying to do > as your e-mail wasn't too descriptive. > > ------------------------------------------------------------- > Andrew Potozniak > Administrative Computing > Student Assistant > State University of New York at Buffalo > ------------------------------------------------------------- > > "All that is visible must grow beyond itself; extend into the realm of the > invisible." (TRON 1982) > > > -----Original Message----- > From: Vikas [mailto:vvikas@cse.buffalo.edu] > Sent: Sunday, August 10, 2003 1:18 PM > To: buffalo-pm@mail.pm.org > Subject: [Buffalo-pm] User Management + Session Management > > > hi, > > I am trying to implement a user management system for a web based software > using Perl/CGI. I have MySQL as the backend. After a brief study I guess > CGI::Session + Template Toolkit seems to be a good combination but the > user database design seems to have a lot of parameters. Can any one give > me pointers in the direction of developing this kind of system. I looked > at a software called BURP but not great help. > > The system has user registration, login, quota, storage space etc. > > Thanks. > > Regards, > Vikas. > _______________________________________________ > Buffalo-pm mailing list > Buffalo-pm@mail.pm.org > http://mail.pm.org/mailman/listinfo/buffalo-pm > ++++++++++++++++++++++++++++++++++++++++++++++++++++ Vikas Department of Computer Science & Engineering State University of New York, University at Buffalo Buffalo, NY 14260 http://www.cse.buffalo.edu/~vvikas ++++++++++++++++++++++++++++++++++++++++++++++++++++ From acp7 at citmail.buffalo.edu Mon Aug 11 09:21:01 2003 From: acp7 at citmail.buffalo.edu (Potozniak, Andrew) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management Message-ID: Do you have the existing software up and running in a place that we could view it? ------------------------------------------------------------- Andrew Potozniak Administrative Computing Student Assistant State University of New York at Buffalo ------------------------------------------------------------- "All that is visible must grow beyond itself; extend into the realm of the invisible." (TRON 1982) -----Original Message----- From: Vikas [mailto:vvikas@cse.Buffalo.EDU] Sent: Monday, August 11, 2003 10:13 AM To: Potozniak, Andrew Cc: buffalo-pm@mail.pm.org Subject: RE: [Buffalo-pm] User Management + Session Management Dear Andrew, Actually I have to implement a user management layer through which people can login and save data to their account and logout. There needs to be a quota limit to restrict misuse. All this needs to be done in Perl/CGI. Since the software already exists and this user management has to go above it, I need to find some way of not changing the code too much and implement this thing. Any help with design of the framework would be very nice as I don't want to leave some security loophole or miss something which may cost a lot to change later on. Thanks. Regards, Vikas. On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > I might be able to help you out with this as I have done something similar > in ASP before. The concepts are the same and the only difference is the > language that you would be doing this in. What exactly are you trying to do > as your e-mail wasn't too descriptive. > > ------------------------------------------------------------- > Andrew Potozniak > Administrative Computing > Student Assistant > State University of New York at Buffalo > ------------------------------------------------------------- > > "All that is visible must grow beyond itself; extend into the realm of the > invisible." (TRON 1982) > > > -----Original Message----- > From: Vikas [mailto:vvikas@cse.buffalo.edu] > Sent: Sunday, August 10, 2003 1:18 PM > To: buffalo-pm@mail.pm.org > Subject: [Buffalo-pm] User Management + Session Management > > > hi, > > I am trying to implement a user management system for a web based software > using Perl/CGI. I have MySQL as the backend. After a brief study I guess > CGI::Session + Template Toolkit seems to be a good combination but the > user database design seems to have a lot of parameters. Can any one give > me pointers in the direction of developing this kind of system. I looked > at a software called BURP but not great help. > > The system has user registration, login, quota, storage space etc. > > Thanks. > > Regards, > Vikas. > _______________________________________________ > Buffalo-pm mailing list > Buffalo-pm@mail.pm.org > http://mail.pm.org/mailman/listinfo/buffalo-pm > ++++++++++++++++++++++++++++++++++++++++++++++++++++ Vikas Department of Computer Science & Engineering State University of New York, University at Buffalo Buffalo, NY 14260 http://www.cse.buffalo.edu/~vvikas ++++++++++++++++++++++++++++++++++++++++++++++++++++ From vvikas at cse.Buffalo.EDU Mon Aug 11 09:25:31 2003 From: vvikas at cse.Buffalo.EDU (Vikas) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management In-Reply-To: References: Message-ID: Sorry but you cannot view it .. its running on internal network. But its just a bunch of cgi programs (no mod_perl), just plain cgi ... and we need to do that over and above all this ...basically this will help data management for users. On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > Do you have the existing software up and running in a place that we could > view it? > > ------------------------------------------------------------- > Andrew Potozniak > Administrative Computing > Student Assistant > State University of New York at Buffalo > ------------------------------------------------------------- > > "All that is visible must grow beyond itself; extend into the realm of the > invisible." (TRON 1982) > > > -----Original Message----- > From: Vikas [mailto:vvikas@cse.Buffalo.EDU] > Sent: Monday, August 11, 2003 10:13 AM > To: Potozniak, Andrew > Cc: buffalo-pm@mail.pm.org > Subject: RE: [Buffalo-pm] User Management + Session Management > > > Dear Andrew, > > Actually I have to implement a user management layer through which people > can login and save data to their account and logout. There needs to be a > quota limit to restrict misuse. All this needs to be done in Perl/CGI. > > Since the software already exists and this user management has to go > above it, I need to find some way of not changing the code too much and > implement this thing. > > Any help with design of the framework would be very nice as I don't want > to leave some security loophole or miss something which may cost a lot to > change later on. > > Thanks. > > Regards, > Vikas. > > On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > > > I might be able to help you out with this as I have done something similar > > in ASP before. The concepts are the same and the only difference is the > > language that you would be doing this in. What exactly are you trying to > do > > as your e-mail wasn't too descriptive. > > > > ------------------------------------------------------------- > > Andrew Potozniak > > Administrative Computing > > Student Assistant > > State University of New York at Buffalo > > ------------------------------------------------------------- > > > > "All that is visible must grow beyond itself; extend into the realm of the > > invisible." (TRON 1982) > > > > > > -----Original Message----- > > From: Vikas [mailto:vvikas@cse.buffalo.edu] > > Sent: Sunday, August 10, 2003 1:18 PM > > To: buffalo-pm@mail.pm.org > > Subject: [Buffalo-pm] User Management + Session Management > > > > > > hi, > > > > I am trying to implement a user management system for a web based software > > using Perl/CGI. I have MySQL as the backend. After a brief study I guess > > CGI::Session + Template Toolkit seems to be a good combination but the > > user database design seems to have a lot of parameters. Can any one give > > me pointers in the direction of developing this kind of system. I looked > > at a software called BURP but not great help. > > > > The system has user registration, login, quota, storage space etc. > > > > Thanks. > > > > Regards, > > Vikas. > > _______________________________________________ > > Buffalo-pm mailing list > > Buffalo-pm@mail.pm.org > > http://mail.pm.org/mailman/listinfo/buffalo-pm > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > Vikas > Department of Computer Science & Engineering > State University of New York, University at Buffalo > Buffalo, NY 14260 > http://www.cse.buffalo.edu/~vvikas > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++ Vikas Department of Computer Science & Engineering State University of New York, University at Buffalo Buffalo, NY 14260 http://www.cse.buffalo.edu/~vvikas ++++++++++++++++++++++++++++++++++++++++++++++++++++ From acp7 at citmail.buffalo.edu Mon Aug 11 10:59:00 2003 From: acp7 at citmail.buffalo.edu (Potozniak, Andrew) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management Message-ID: You might want to take this approach: Have a login script that accepts a user name and password that goes against a database table with user name and password information in it. (Side note: Don't forget to password protect your databases.) Authenticate the user and store some session information. The way you store session information is up to you. You can store it as a cookie (not reccomended), as session variables, you could figure out a way to store information in a file on the server, or some other way you think up. The one thing you would have to do is at the beginning of every script is to check if the user has logged in or not through checking the "session" variables that you have set up. If the user has not logged in then you should send them to an unauthorized error page, and if the user is authorized then the script should go on it's happy way and run. This may sound a bit vauge but I tried to abstract away from any definites because the implementation of authorized access is up to you. If anyone else has any insights on this please respond, as I would like to know different approaches to this problem. ------------------------------------------------------------- Andrew Potozniak Administrative Computing Student Assistant State University of New York at Buffalo ------------------------------------------------------------- "All that is visible must grow beyond itself; extend into the realm of the invisible." (TRON 1982) Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html > -----Original Message----- > From: Vikas [mailto:vvikas@cse.Buffalo.EDU] > Sent: Monday, August 11, 2003 10:26 AM > To: Potozniak, Andrew > Cc: buffalo-pm@mail.pm.org > Subject: RE: [Buffalo-pm] User Management + Session Management > > > Sorry but you cannot view it .. its running on internal network. > > But its just a bunch of cgi programs (no mod_perl), just plain cgi ... > > and we need to do that over and above all this ...basically > this will help > data management for users. > > > > On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > > > Do you have the existing software up and running in a place > that we could > > view it? > > > > ------------------------------------------------------------- > > Andrew Potozniak > > Administrative Computing > > Student Assistant > > State University of New York at Buffalo > > ------------------------------------------------------------- > > > > "All that is visible must grow beyond itself; extend into > the realm of the > > invisible." (TRON 1982) > > > > > > -----Original Message----- > > From: Vikas [mailto:vvikas@cse.Buffalo.EDU] > > Sent: Monday, August 11, 2003 10:13 AM > > To: Potozniak, Andrew > > Cc: buffalo-pm@mail.pm.org > > Subject: RE: [Buffalo-pm] User Management + Session Management > > > > > > Dear Andrew, > > > > Actually I have to implement a user management layer > through which people > > can login and save data to their account and logout. There > needs to be a > > quota limit to restrict misuse. All this needs to be done > in Perl/CGI. > > > > Since the software already exists and this user management > has to go > > above it, I need to find some way of not changing the code > too much and > > implement this thing. > > > > Any help with design of the framework would be very nice as > I don't want > > to leave some security loophole or miss something which may > cost a lot to > > change later on. > > > > Thanks. > > > > Regards, > > Vikas. > > > > On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > > > > > I might be able to help you out with this as I have done > something similar > > > in ASP before. The concepts are the same and the only > difference is the > > > language that you would be doing this in. What exactly > are you trying to > > do > > > as your e-mail wasn't too descriptive. > > > > > > ------------------------------------------------------------- > > > Andrew Potozniak > > > Administrative Computing > > > Student Assistant > > > State University of New York at Buffalo > > > ------------------------------------------------------------- > > > > > > "All that is visible must grow beyond itself; extend into > the realm of the > > > invisible." (TRON 1982) > > > > > > > > > -----Original Message----- > > > From: Vikas [mailto:vvikas@cse.buffalo.edu] > > > Sent: Sunday, August 10, 2003 1:18 PM > > > To: buffalo-pm@mail.pm.org > > > Subject: [Buffalo-pm] User Management + Session Management > > > > > > > > > hi, > > > > > > I am trying to implement a user management system for a > web based software > > > using Perl/CGI. I have MySQL as the backend. After a > brief study I guess > > > CGI::Session + Template Toolkit seems to be a good > combination but the > > > user database design seems to have a lot of parameters. > Can any one give > > > me pointers in the direction of developing this kind of > system. I looked > > > at a software called BURP but not great help. > > > > > > The system has user registration, login, quota, storage space etc. > > > > > > Thanks. > > > > > > Regards, > > > Vikas. > > > _______________________________________________ > > > Buffalo-pm mailing list > > > Buffalo-pm@mail.pm.org > > > http://mail.pm.org/mailman/listinfo/buffalo-pm > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Vikas > > Department of Computer Science & Engineering > > State University of New York, University at Buffalo > > Buffalo, NY 14260 > > http://www.cse.buffalo.edu/~vvikas > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > Vikas > Department of Computer Science & Engineering > State University of New York, University at Buffalo > Buffalo, NY 14260 > http://www.cse.buffalo.edu/~vvikas > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > From bpm at binarymojo.net Mon Aug 11 16:12:21 2003 From: bpm at binarymojo.net (Kevin Christopher) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] Correction: Upcoming August 14 BPM Meeting, &c. Message-ID: <8190.64.65.247.81.1060636341.squirrel@my.modwest.com> There's an error in my directions to Alternative Brews for this Thursday's Meeting: following my directions, you will actually find A.B. on the RIGHT, not the left. Kevin C. From vvikas at cse.Buffalo.EDU Tue Aug 12 11:21:22 2003 From: vvikas at cse.Buffalo.EDU (Vikas) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] User Management + Session Management In-Reply-To: References: Message-ID: Thanks Andrew. I have a better feel of the topic now and will start working on the implementation aspect. Regards, Vikas. On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > You might want to take this approach: > > Have a login script that accepts a user name and password that goes against > a database table with user name and password information in it. (Side note: > Don't forget to password protect your databases.) Authenticate the user and > store some session information. The way you store session information is up > to you. You can store it as a cookie (not reccomended), as session > variables, you could figure out a way to store information in a file on the > server, or some other way you think up. > > The one thing you would have to do is at the beginning of every script is to > check if the user has logged in or not through checking the "session" > variables that you have set up. If the user has not logged in then you > should send them to an unauthorized error page, and if the user is > authorized then the script should go on it's happy way and run. > > This may sound a bit vauge but I tried to abstract away from any definites > because the implementation of authorized access is up to you. If anyone > else has any insights on this please respond, as I would like to know > different approaches to this problem. > > ------------------------------------------------------------- > Andrew Potozniak > Administrative Computing > Student Assistant > State University of New York at Buffalo > ------------------------------------------------------------- > > "All that is visible must grow beyond itself; extend into the realm of the > invisible." (TRON 1982) > > Please avoid sending me Word or PowerPoint attachments. > See http://www.gnu.org/philosophy/no-word-attachments.html > > > > -----Original Message----- > > From: Vikas [mailto:vvikas@cse.Buffalo.EDU] > > Sent: Monday, August 11, 2003 10:26 AM > > To: Potozniak, Andrew > > Cc: buffalo-pm@mail.pm.org > > Subject: RE: [Buffalo-pm] User Management + Session Management > > > > > > Sorry but you cannot view it .. its running on internal network. > > > > But its just a bunch of cgi programs (no mod_perl), just plain cgi ... > > > > and we need to do that over and above all this ...basically > > this will help > > data management for users. > > > > > > > > On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > > > > > Do you have the existing software up and running in a place > > that we could > > > view it? > > > > > > ------------------------------------------------------------- > > > Andrew Potozniak > > > Administrative Computing > > > Student Assistant > > > State University of New York at Buffalo > > > ------------------------------------------------------------- > > > > > > "All that is visible must grow beyond itself; extend into > > the realm of the > > > invisible." (TRON 1982) > > > > > > > > > -----Original Message----- > > > From: Vikas [mailto:vvikas@cse.Buffalo.EDU] > > > Sent: Monday, August 11, 2003 10:13 AM > > > To: Potozniak, Andrew > > > Cc: buffalo-pm@mail.pm.org > > > Subject: RE: [Buffalo-pm] User Management + Session Management > > > > > > > > > Dear Andrew, > > > > > > Actually I have to implement a user management layer > > through which people > > > can login and save data to their account and logout. There > > needs to be a > > > quota limit to restrict misuse. All this needs to be done > > in Perl/CGI. > > > > > > Since the software already exists and this user management > > has to go > > > above it, I need to find some way of not changing the code > > too much and > > > implement this thing. > > > > > > Any help with design of the framework would be very nice as > > I don't want > > > to leave some security loophole or miss something which may > > cost a lot to > > > change later on. > > > > > > Thanks. > > > > > > Regards, > > > Vikas. > > > > > > On Mon, 11 Aug 2003, Potozniak, Andrew wrote: > > > > > > > I might be able to help you out with this as I have done > > something similar > > > > in ASP before. The concepts are the same and the only > > difference is the > > > > language that you would be doing this in. What exactly > > are you trying to > > > do > > > > as your e-mail wasn't too descriptive. > > > > > > > > ------------------------------------------------------------- > > > > Andrew Potozniak > > > > Administrative Computing > > > > Student Assistant > > > > State University of New York at Buffalo > > > > ------------------------------------------------------------- > > > > > > > > "All that is visible must grow beyond itself; extend into > > the realm of the > > > > invisible." (TRON 1982) > > > > > > > > > > > > -----Original Message----- > > > > From: Vikas [mailto:vvikas@cse.buffalo.edu] > > > > Sent: Sunday, August 10, 2003 1:18 PM > > > > To: buffalo-pm@mail.pm.org > > > > Subject: [Buffalo-pm] User Management + Session Management > > > > > > > > > > > > hi, > > > > > > > > I am trying to implement a user management system for a > > web based software > > > > using Perl/CGI. I have MySQL as the backend. After a > > brief study I guess > > > > CGI::Session + Template Toolkit seems to be a good > > combination but the > > > > user database design seems to have a lot of parameters. > > Can any one give > > > > me pointers in the direction of developing this kind of > > system. I looked > > > > at a software called BURP but not great help. > > > > > > > > The system has user registration, login, quota, storage space etc. > > > > > > > > Thanks. > > > > > > > > Regards, > > > > Vikas. > > > > _______________________________________________ > > > > Buffalo-pm mailing list > > > > Buffalo-pm@mail.pm.org > > > > http://mail.pm.org/mailman/listinfo/buffalo-pm > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > Vikas > > > Department of Computer Science & Engineering > > > State University of New York, University at Buffalo > > > Buffalo, NY 14260 > > > http://www.cse.buffalo.edu/~vvikas > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Vikas > > Department of Computer Science & Engineering > > State University of New York, University at Buffalo > > Buffalo, NY 14260 > > http://www.cse.buffalo.edu/~vvikas > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ Vikas Department of Computer Science & Engineering State University of New York, University at Buffalo Buffalo, NY 14260 http://www.cse.buffalo.edu/~vvikas ++++++++++++++++++++++++++++++++++++++++++++++++++++ From bpm at binarymojo.net Wed Aug 13 13:19:38 2003 From: bpm at binarymojo.net (Kevin Christopher) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] Reminder: Buffalo-pm Meeting Tomorrow! Message-ID: <9780.64.65.247.81.1060798778.squirrel@my.modwest.com> Reminder: Thursday, August 14, 2003 Alternative Brews 3488 Sheridan Drive, Amherst 7:00 p.m. Scheduled topic: a discussion about Buffalo PM's bid for the YAPC::NA 2004 Conference. Hope to see you there! - Kevin Directions to Alternative Brews (Note: this is the bar, not the "Higher Grounds" coffee house house nearby): Come into Amherst on the I-290. Exit onto Millersport South. Drive through one set of lights; at the second set of lights turn right on Sheridan Drive (State 324). Alternative Brews will be on the right, approximately 1/4 mile up the street. From bpm at binarymojo.net Mon Aug 18 12:46:24 2003 From: bpm at binarymojo.net (Kevin Christopher) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] Note on 8/14 BPM Meeting Message-ID: <7946.64.65.247.81.1061228784.squirrel@my.modwest.com> Yes indeed, last Thursday ruined the plans of millions in the North East, including the teeming masses of Buffalo PM. In case you're wondering, yes, we will indeed have a rescheduled August meeting. I'll post a new date in the next day or so. Kevin Christopher From bpm at binarymojo.net Tue Aug 19 14:46:07 2003 From: bpm at binarymojo.net (Kevin Christopher) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] Rescheduled August Meeting!!! Message-ID: <8310.64.65.247.81.1061322367.squirrel@my.modwest.com> OK: We will have a meeting at Alternative Brews this Thursday evening (8/21) at 7:00 p.m. I hope that you'll be able to make it despite the short notice. Thursday, August 21, 2003 Alternative Brews 3488 Sheridan Drive, Amherst 7:00 p.m. Scheduled topic: a discussion about Buffalo PM's bid for the YAPC::NA 2004 Conference. Directions to Alternative Brews (Note: this is the bar, not the "Higher Grounds" coffee house house nearby): Come into Amherst on the I-290. Exit onto Millersport South. Drive through one set of lights at the second lights turn right on Sheridan Drive (State 324). Alternative Brews will be on the right, approximately 1/4 mile up the street. From cbrandt at buffalo.edu Fri Aug 22 11:10:18 2003 From: cbrandt at buffalo.edu (Jim Brandt) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] YAPC Message-ID: <1F99CEE2-D4BB-11D7-91BD-000A9588183A@buffalo.edu> http://use.perl.org ========================================== Jim Brandt Administrative Computing Services University at Buffalo From cbrandt at buffalo.edu Thu Aug 28 12:08:26 2003 From: cbrandt at buffalo.edu (Jim Brandt) Date: Mon Aug 2 21:25:57 2004 Subject: [Buffalo-pm] More Perl Training Message-ID: <3CE9D4F3-D97A-11D7-97A4-000A9588183A@buffalo.edu> Perl Mongers, In case any of you know of someone looking for Perl training, I'm teaching an 2 Perl courses through the School of Management here at UB. One is Intro to Perl/CGI and the other is Advanced Perl. Details are here: http://mgt.buffalo.edu/ced/dme/Internet_classes.shtm Please feel free to pass this along to anyone you know at work or personally who might be interested. Any questions, let me know. Jim ========================================== Jim Brandt Administrative Computing Services University at Buffalo