[ciapug] Re: First "Official" meeting...

Chris Hettinger ciapug@cialug.org
Fri, 11 Mar 2005 11:57:39 -0600


Aye, it was a good meeting, thanks to all that were able to show up. We 
hope to see the rest of you in April!

I will type up the notes/minutes I took and have them on the site and 
post them here.

Scott, excellent news about the classroom!
How about Tuesday April 5th at 7:00 PM, alternatively Wednesday or 
Thursday that week. Let me know when that is confirmed and I will put 
the note up on the site.

Please do talk to the CompSci Profs. their support would be great! If 
you wouldn't mind giving that announcement a whirl I'd appreciate it... 
then send it here or to me and we can go over it!

More later,

Thanks all
-Chris


Scott Phillips wrote:

> It was a pleasure meeting some of you last night.  A good time was had 
> by all.
> 
> I got a go-ahead for us to meet in a classroom here at the library.  
> It's fairly large and has a projector, so it should work well if we want 
> to use it.  Give me a date/time and I will check the schedule.
> 
> If we want to do the officer thing, I'll volunteer for whatever.  I can 
> also help with the site, too.  (It'll be good practice writing valid 
> css/xhtml)  Just let me know what you need.  A collection of PHP 
> resources would be nice.  I'd be interested in seeing what useful stuff 
> everyone else has found.
> 
> I think it would be a good idea to ask the profs in the Computer Science 
> and Information Systems departments here at Drake to promote CIAPUG to 
> their students.  Chris, would you like to draft up an announcement of 
> some sort?  If not, I can give it a whirl.
> 
> 
> At 09:19 AM 3/11/2005 -0600, you wrote:
> 
>> I'm looking forward to having a free thursday evening, so I can
>> attend!!!
>>
>> On Fri, 2005-03-11 at 09:25, Mike Parks wrote:
>> > Hey it was good meeting everyone last night.We touched on a few 
>> topics, GD
>> > libraries and PHP, more on finding a stable location for the 
>> meetings, and
>> > officers.
>> >
>> > I am not known for note taking, so that would definitely keep me out 
>> of any
>> > secretarial duties. lol...
>> >
>> > Mike
>> >
>> > At 06:25 AM 3/11/05, you wrote:
>> > >Send ciapug mailing list submissions to
>> > >         ciapug@cialug.org
>> > >
>> > >To subscribe or unsubscribe via the World Wide Web, visit
>> > >         http://cialug.org/mailman/listinfo/ciapug
>> > >or, via email, send a message with subject or body 'help' to
>> > >         ciapug-request@cialug.org
>> > >
>> > >You can reach the person managing the list at
>> > >         ciapug-admin@cialug.org
>> > >
>> > >When replying, please edit your Subject line so it is more specific
>> > >than "Re: Contents of ciapug digest..."
>> > >
>> > >
>> > >Today's Topics:
>> > >
>> > >    1. Re: IMAP Folder List (Jerry Weida)
>> > >    2. Re: IMAP Folder List (David Champion)
>> > >    3. php gd example (Barry Von Ahsen)
>> > >
>> > >--__--__--
>> > >
>> > >Message: 1
>> > >Date: Thu, 10 Mar 2005 08:22:44 -0600
>> > >From: Jerry Weida <jweida@gmail.com>
>> > >To: ciapug@cialug.org
>> > >Subject: Re: [ciapug] IMAP Folder List
>> > >Reply-To: ciapug@cialug.org
>> > >
>> > >I believe that the squirrelmail project uses a multi-deminsional array
>> > >for this.  They then iterate through the array and show the folders in
>> > >an "explorer" type view with the subfolders under the folder they
>> > >appear in.
>> > >
>> > >
>> > >On Thu, 10 Mar 2005 01:07:01 -0600, Jonathan Bailey 
>> <jcbailey@code0.net>
>> > >wrote:
>> > > > Ok.. I'm writing an IMAP client, and I'm stuck on how to display 
>> the
>> > > > folder tree.... Here is how it's returned from the server:
>> > > >
>> > > > (as an array - one line/element)
>> > > >
>> > > > INBOX.Drafts
>> > > > INBOX.Trash
>> > > > INBOX.Sent
>> > > > INBOX.SomeFolder
>> > > > INBOX.SomeFolder.SubFolder.
>> > > > INBOX.SomeFolder.SubFolder2
>> > > > INBOX.SomeFolder2
>> > > >
>> > > > What is the best datatype for this? (multi-deminsional array), 
>> and how
>> > > > do I implement it?
>> > > >
>> > > > Jon
>> > > > _______________________________________________
>> > > > ciapug mailing list
>> > > > ciapug@cialug.org
>> > > > http://cialug.org/mailman/listinfo/ciapug
>> > > >
>> > >
>> > >--__--__--
>> > >
>> > >Message: 2
>> > >Date: Thu, 10 Mar 2005 10:48:05 -0600
>> > >From: David Champion <dave@visionary.com>
>> > >To: ciapug@cialug.org
>> > >Subject: Re: [ciapug] IMAP Folder List
>> > >Reply-To: ciapug@cialug.org
>> > >
>> > >TWIG shows them in an <option> list... which is way easy to do.
>> > >
>> > >-dc
>> > >
>> > >Jerry Weida wrote:
>> > > > I believe that the squirrelmail project uses a multi-deminsional 
>> array
>> > > > for this.  They then iterate through the array and show the 
>> folders in
>> > > > an "explorer" type view with the subfolders under the folder they
>> > > > appear in.
>> > > >
>> > > >
>> > > > On Thu, 10 Mar 2005 01:07:01 -0600, Jonathan Bailey
>> > > <jcbailey@code0.net> wrote:
>> > > >
>> > > >>Ok.. I'm writing an IMAP client, and I'm stuck on how to display 
>> the
>> > > >>folder tree.... Here is how it's returned from the server:
>> > > >>
>> > > >>(as an array - one line/element)
>> > > >>
>> > > >>INBOX.Drafts
>> > > >>INBOX.Trash
>> > > >>INBOX.Sent
>> > > >>INBOX.SomeFolder
>> > > >>INBOX.SomeFolder.SubFolder.
>> > > >>INBOX.SomeFolder.SubFolder2
>> > > >>INBOX.SomeFolder2
>> > > >>
>> > > >>What is the best datatype for this? (multi-deminsional array), 
>> and how
>> > > >>do I implement it?
>> > > >>
>> > > >>Jon
>> > >
>> > >
>> > >--__--__--
>> > >
>> > >Message: 3
>> > >Date: Thu, 10 Mar 2005 22:20:01 -0600
>> > >From: Barry Von Ahsen <barry@vonahsen.com>
>> > >To: ciapug@cialug.org
>> > >Subject: [ciapug] php gd example
>> > >Reply-To: ciapug@cialug.org
>> > >
>> > >I mentioned this at the meeting, and Chris was interested, so I'll 
>> share
>> > >with the group.  It's a route calculator that I started working on 
>> that
>> > >draws your route with some simple gd commands and calculates your trip
>> > >distance (in pixels)
>> > >
>> > >It didn't work for Dave at the meeting, but works for me now, so 
>> have a shot
>> > >
>> > >http://barry.visionary.com/map.php
>> > >
>> > >-barry
>> > >
>> > >
>> > >--__--__--
>> > >
>> > >_______________________________________________
>> > >ciapug mailing list
>> > >ciapug@cialug.org
>> > >http://cialug.org/mailman/listinfo/ciapug
>> > >
>> > >
>> > >End of ciapug Digest
>> >
>> > <><><><><><><><><><><><><><><>
>> > Mike Parks
>> > Captain Jack Communications
>> > Email: techsupport@captainjack.com
>> > Phone: 515-964-8500
>> >
>> > _______________________________________________
>> > ciapug mailing list
>> > ciapug@cialug.org
>> > http://cialug.org/mailman/listinfo/ciapug
>> -- 
>>
>> Open Source Information Systems (OSIS)
>> Dave J. Hala Jr. <dave@osis.us>
>> 641.485.1606
>>
>> _______________________________________________
>> ciapug mailing list
>> ciapug@cialug.org
>> http://cialug.org/mailman/listinfo/ciapug
> 
> 
> Scott Phillips
> Web Developer
> Cowles Library, Drake University
> (515) 271-2975
> _______________________________________________
> ciapug mailing list
> ciapug@cialug.org
> http://cialug.org/mailman/listinfo/ciapug
>