From steve at spvi.com Wed Oct 1 11:46:40 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Oct 1 11:47:16 2003 Subject: [Hecdev] StartupItem test In-Reply-To: <82D6F9CE-E94E-11D7-8348-000393C5D9FE@macexp.com> Message-ID: Hi Robert, The line: # start postgres su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l $PG_ROOT/var/log/postgresql/logfile start' Needs to be all one line.. with no linefeed: su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l $PG_ROOT/var/log/postgresql/logfile start' thanks! -steve On Wednesday, September 17, 2003, at 03:35 PM, Robert Freeman-Day wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Steve, > > I did a test run on the live system and this was the results. Tell me > what you think after analyzing the script from the previous email. > > [Xserve:/Library/StartupItems/HECApp] admin# ./HECApp > Starting HECApp postgres > pg_ctl: no operation mode specified > Try 'pg_ctl --help' for more information. > /usr/local/HECApp/PG_ROOT/var/log/postgresql/logfile: Permission > denied. > Starting HECApp mysql > Starting HECApp zope > A mysqld process already exists > IH=/usr/local/HECApp/Z261-IH > BDir=/usr/local/HECApp/Z261 > [Xserve:/Library/StartupItems/HECApp] admin# > > > ________________________________________________________ > Chaos is the score on which reality is written, > A timeless, swirling gyroscopic horde. > > -Bad Religion > > Robert Freeman-Day > Mac Experience > robert@macexp.com > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From robert at macexp.com Wed Oct 1 15:21:57 2003 From: robert at macexp.com (Robert Freeman-Day) Date: Thu Oct 2 08:03:56 2003 Subject: [Hecdev] StartupItem test In-Reply-To: Message-ID: *This message was transferred with a trial version of CommuniGate(tm) Pro* I am about to go onsite. I will fix it as soon as I get in, otherwise first thing in the morning. Robert On Wednesday, October 1, 2003, at 11:46 AM, Steve Spicklemire wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Robert, > > The line: > > # start postgres > su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l > $PG_ROOT/var/log/postgresql/logfile start' > > Needs to be all one line.. with no linefeed: > > su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l > $PG_ROOT/var/log/postgresql/logfile start' > > > thanks! > -steve > > On Wednesday, September 17, 2003, at 03:35 PM, Robert Freeman-Day > wrote: > >> *This message was transferred with a trial version of CommuniGate(tm) >> Pro* >> Steve, >> >> I did a test run on the live system and this was the results. Tell >> me what you think after analyzing the script from the previous email. >> >> [Xserve:/Library/StartupItems/HECApp] admin# ./HECApp >> Starting HECApp postgres >> pg_ctl: no operation mode specified >> Try 'pg_ctl --help' for more information. >> /usr/local/HECApp/PG_ROOT/var/log/postgresql/logfile: Permission >> denied. >> Starting HECApp mysql >> Starting HECApp zope >> A mysqld process already exists >> IH=/usr/local/HECApp/Z261-IH >> BDir=/usr/local/HECApp/Z261 >> [Xserve:/Library/StartupItems/HECApp] admin# >> >> >> ________________________________________________________ >> Chaos is the score on which reality is written, >> A timeless, swirling gyroscopic horde. >> >> -Bad Religion >> >> Robert Freeman-Day >> Mac Experience >> robert@macexp.com >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > ________________________________________________________ Chaos is the score on which reality is written, A timeless, swirling gyroscopic horde. -Bad Religion Robert Freeman-Day Mac Experience robert@macexp.com From robert at macexp.com Wed Oct 1 17:18:06 2003 From: robert at macexp.com (Robert Freeman-Day) Date: Thu Oct 2 08:03:58 2003 Subject: [Hecdev] StartupItem test In-Reply-To: Message-ID: <21ABCDB7-F45D-11D7-91CC-000393C5D9FE@macexp.com> *This message was transferred with a trial version of CommuniGate(tm) Pro* Alright...fixed the script...I should have seen the quotes! *sheepish grin* Keep me posted if there are any more bugs. Robert On Wednesday, October 1, 2003, at 11:46 AM, Steve Spicklemire wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Robert, > > The line: > > # start postgres > su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l > $PG_ROOT/var/log/postgresql/logfile start' > > Needs to be all one line.. with no linefeed: > > su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l > $PG_ROOT/var/log/postgresql/logfile start' > > > thanks! > -steve > > On Wednesday, September 17, 2003, at 03:35 PM, Robert Freeman-Day > wrote: > >> *This message was transferred with a trial version of CommuniGate(tm) >> Pro* >> Steve, >> >> I did a test run on the live system and this was the results. Tell >> me what you think after analyzing the script from the previous email. >> >> [Xserve:/Library/StartupItems/HECApp] admin# ./HECApp >> Starting HECApp postgres >> pg_ctl: no operation mode specified >> Try 'pg_ctl --help' for more information. >> /usr/local/HECApp/PG_ROOT/var/log/postgresql/logfile: Permission >> denied. >> Starting HECApp mysql >> Starting HECApp zope >> A mysqld process already exists >> IH=/usr/local/HECApp/Z261-IH >> BDir=/usr/local/HECApp/Z261 >> [Xserve:/Library/StartupItems/HECApp] admin# >> >> >> ________________________________________________________ >> Chaos is the score on which reality is written, >> A timeless, swirling gyroscopic horde. >> >> -Bad Religion >> >> Robert Freeman-Day >> Mac Experience >> robert@macexp.com >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > ________________________________________________________ Chaos is the score on which reality is written, A timeless, swirling gyroscopic horde. -Bad Religion Robert Freeman-Day Mac Experience robert@macexp.com From xqbao at yahoo.com Thu Oct 2 09:48:36 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Oct 2 11:49:18 2003 Subject: [Hecdev] presentation UI In-Reply-To: Message-ID: <20031002164836.87927.qmail@web41103.mail.yahoo.com> Hi Skip, I can use activitySegmentSave.swf and videoSegmentSave.swf to save segment info and use viewPgmInfo_s2.swf to show all segments saved. Thanks! See you! Xiaoqiu __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From maryp at iupui.edu Fri Oct 3 14:38:34 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Fri Oct 3 14:39:28 2003 Subject: [Hecdev] Demo Date/Time Message-ID: <5.1.1.6.0.20031003143132.02d22b48@magiclamp.org> Hi, What is the date/time of the Internet2 demo? Thanks, Mary From jkernick at iupui.edu Sat Oct 4 23:53:31 2003 From: jkernick at iupui.edu (jolene m. kernick) Date: Sat Oct 4 23:54:20 2003 Subject: [Hecdev] Sun Flash Movies - Sound Effects In-Reply-To: References: Message-ID: <1065329611.3f7fa3cbb86df@webmail.iu.edu> Skip, I played with the sound effects for the sun flash movies to make them more consistent in volume. The revised .wav files are in my folder on Zope under Custom. Where are the most recent versions of the sun .fla files so I can add the sound files directly? Thanks! Jolene From skip at skipcomer.com Mon Oct 6 11:23:40 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Oct 6 11:20:01 2003 Subject: [Hecdev] saveScreenSegment In-Reply-To: <20030925184943.86590.qmail@web41108.mail.yahoo.com> Message-ID: <108F9A31-F811-11D7-B7EA-000393A575D2@skipcomer.com> Hi Xiaoqiu, I've uploaded the saveScreenSegment files. The .fla file is in the saveSegments folder, and the swf is in the custom folder, where it can see the files it is loading in. To see the flash code that defines the screenList object/dictionary, look in the library window, and open a movie clip named "makeScreenList". It may be a little confusing, because earlier I had defined several text strings which had been pushed to the screenList array, but I commented out the "push" to prevent them from drawing. Just ignore them... You will see the structure for defining the bullets there, and the property values should correspond to what Keynote does. I need to add some more to the structure, because Keynote allows the bullets to have multiple levels, and I have only defined level 1. In Keynote, level 1 could have its own set of bullets, etc... --Skip From rscomer at iupui.edu Mon Oct 6 12:25:13 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Mon Oct 6 12:26:27 2003 Subject: [Hecdev] Demo Date/Time Message-ID: Hi Mary, The event starts at 6:00pm on Tuesday the 14th. --Skip -----Original Message----- From: Pietrowicz, Mary Sent: Friday, October 03, 2003 2:39 PM To: hecdev@spvi.com Subject: [Hecdev] Demo Date/Time Hi, What is the date/time of the Internet2 demo? Thanks, Mary _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From steve at spvi.com Mon Oct 6 13:21:52 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Oct 6 13:22:39 2003 Subject: [Hecdev] Demo Date/Time In-Reply-To: Message-ID: Hi Skip, et. al... I've made some major improvements in the CMF/ZApp classes.. but I don't want to stomp on your ongoing work. Maybe we could get together later this week (maybe Friday?) to figure out how to integrate my latest code with your current efforts? It may be better to wait until after the next demo! .... take care, -steve On Monday, October 6, 2003, at 12:25 PM, Comer, Robert Skipworth wrote: > Hi Mary, > > The event starts at 6:00pm on Tuesday the 14th. > > --Skip > > -----Original Message----- > From: Pietrowicz, Mary > Sent: Friday, October 03, 2003 2:39 PM > To: hecdev@spvi.com > Subject: [Hecdev] Demo Date/Time > > Hi, > > What is the date/time of the Internet2 demo? > > Thanks, > Mary > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Mon Oct 6 13:38:43 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Oct 6 13:49:43 2003 Subject: [Hecdev] Sun Flash Movies - Sound Effects In-Reply-To: <1065329611.3f7fa3cbb86df@webmail.iu.edu> References: <1065329611.3f7fa3cbb86df@webmail.iu.edu> Message-ID: Hi Jolene, Look in the custom/suns folder. We havent modified the sun .fla files since you last worked with them before the NAHEC conference. I'm attaching a graphic to help you put some of the questions you raised in the message from Friday in the larger context. This was part of the project plan from almost a year ago. If you study it, you will see that we have made a lot of progress with the items shown in the lower left, but less progress in the upper left area. "Phase I" (which would include the "presenation" section) was estimated to take the balance of this year, so we are generally on track, according to the initial plan. Let's discuss your proposal after tomorrow's meeting. I like it generally --but I think I should spend some time with you going through some of the background for the things we have already done, so we don't unnecessarily re-invent the wheel. --Skip >Skip, > >I played with the sound effects for the sun flash movies to make them more >consistent in volume. The revised .wav files are in my folder on Zope under >Custom. Where are the most recent versions of the sun .fla files so I can add >the sound files directly? Thanks! > >Jolene >_______________________________________________ >Hecdev mailing list >Hecdev@spvi.com >http://mailman.spvi.com/mailman/listinfo/hecdev -- -------------- next part -------------- A non-text attachment was scrubbed... Name: LillyProject11_13.jpg Type: image/jpeg Size: 102241 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20031006/3b7dbe04/LillyProject11_13-0001.jpg From skip at skipcomer.com Mon Oct 6 14:11:07 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Oct 6 13:59:53 2003 Subject: [Hecdev] Demo Date/Time In-Reply-To: References: Message-ID: Hi Steve, Is it something you and Xiaoqiu will be able to work on? I'll need to put things off until after the Internet2 conference, because I'm covered up with presentation prep (I have to create the Operation Walk presentation for the Wednesday session). I'm curious about what you've put together, but I can't really get into it until after the 15th. --Skip >Hi Skip, et. al... > >I've made some major improvements in the CMF/ZApp classes.. but I >don't want to stomp on your ongoing work. Maybe we could get >together later this week (maybe Friday?) to figure out how to >integrate my latest code with your current efforts? It may be better >to wait until after the next demo! .... > >take care, >-steve > >On Monday, October 6, 2003, at 12:25 PM, Comer, Robert Skipworth wrote: > >>Hi Mary, >> >>The event starts at 6:00pm on Tuesday the 14th. >> >>--Skip >> >>-----Original Message----- >>From: Pietrowicz, Mary >>Sent: Friday, October 03, 2003 2:39 PM >>To: hecdev@spvi.com >>Subject: [Hecdev] Demo Date/Time >> >>Hi, >> >>What is the date/time of the Internet2 demo? >> >>Thanks, >>Mary >> >>_______________________________________________ >>Hecdev mailing list >>Hecdev@spvi.com >>http://mailman.spvi.com/mailman/listinfo/hecdev >> >>_______________________________________________ >>Hecdev mailing list >>Hecdev@spvi.com >>http://mailman.spvi.com/mailman/listinfo/hecdev > >_______________________________________________ >Hecdev mailing list >Hecdev@spvi.com >http://mailman.spvi.com/mailman/listinfo/hecdev -- From jkernick at iupui.edu Mon Oct 6 19:59:32 2003 From: jkernick at iupui.edu (jolene m. kernick) Date: Mon Oct 6 20:00:15 2003 Subject: [Hecdev] Sun Flash Movies - Sound Effects In-Reply-To: References: <1065329611.3f7fa3cbb86df@webmail.iu.edu> Message-ID: <1065488372.3f820ff4d21a2@webmail.iu.edu> Thanks Skip, that file helps me out alot. I have uploaded the revised sun movies to the custom/suns/revised suns (10-6- 03) folder. Is it safe to replace the question_nahec_active.swf (question_nahec_active.swf) question_nahec_sleep.swf (question_nahec_sleep.swf) question_nahec_sneeze.swf (question_nahec_sneeze.swf) question_nahec_teeth.swf (question_nahec_teeth.swf) files with my revised swfs? I just don't want to overwrite anything I'm not supposed to! Thanks, Jolene From xqbao at yahoo.com Tue Oct 7 11:04:23 2003 From: xqbao at yahoo.com (xq bao) Date: Tue Oct 7 13:05:07 2003 Subject: [Hecdev] Demo Date/Time In-Reply-To: Message-ID: <20031007180423.96227.qmail@web41101.mail.yahoo.com> Hi Steve, It would be great if we could meet this Friday. Please let me know what time is good for you. Thanks! Xiaoqiu --- Steve Spicklemire wrote: > Hi Skip, et. al... > > I've made some major improvements in the CMF/ZApp classes.. but I > don't > want to stomp on your ongoing work. Maybe we could get together later > > this week (maybe Friday?) to figure out how to integrate my latest > code > with your current efforts? It may be better to wait until after the > next demo! .... > > take care, > -steve > > On Monday, October 6, 2003, at 12:25 PM, Comer, Robert Skipworth > wrote: > > > Hi Mary, > > > > The event starts at 6:00pm on Tuesday the 14th. > > > > --Skip > > > > -----Original Message----- > > From: Pietrowicz, Mary > > Sent: Friday, October 03, 2003 2:39 PM > > To: hecdev@spvi.com > > Subject: [Hecdev] Demo Date/Time > > > > Hi, > > > > What is the date/time of the Internet2 demo? > > > > Thanks, > > Mary > > > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From skipcomer at iquest.net Tue Oct 7 13:04:59 2003 From: skipcomer at iquest.net (skip comer) Date: Tue Oct 7 13:18:24 2003 Subject: [Hecdev] Sun Flash Movies - Sound Effects In-Reply-To: <1065488372.3f820ff4d21a2@webmail.iu.edu> Message-ID: <000001c38cfd$8600cdc0$ee70a695@VALUED2CAD4949> Hi Jolene, Don't overwrite the question_nahec_***.swf files.... Overwrite active.swf, sleep.swf, etc. --Skip -----Original Message----- From: hecdev-bounces@spvi.com [mailto:hecdev-bounces@spvi.com] On Behalf Of jolene m. kernick Sent: Monday, October 06, 2003 8:00 PM To: HEC Development Subject: Re: [Hecdev] Sun Flash Movies - Sound Effects Thanks Skip, that file helps me out alot. I have uploaded the revised sun movies to the custom/suns/revised suns (10-6- 03) folder. Is it safe to replace the question_nahec_active.swf (question_nahec_active.swf) question_nahec_sleep.swf (question_nahec_sleep.swf) question_nahec_sneeze.swf (question_nahec_sneeze.swf) question_nahec_teeth.swf (question_nahec_teeth.swf) files with my revised swfs? I just don't want to overwrite anything I'm not supposed to! Thanks, Jolene _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From jkernick at iupui.edu Tue Oct 7 19:49:50 2003 From: jkernick at iupui.edu (jolene m. kernick) Date: Tue Oct 7 19:50:31 2003 Subject: [Hecdev] Sun Flash Movies - Sound Effects In-Reply-To: <000001c38cfd$8600cdc0$ee70a695@VALUED2CAD4949> References: <000001c38cfd$8600cdc0$ee70a695@VALUED2CAD4949> Message-ID: <1065574190.3f835f2e9a273@webmail.iu.edu> OK that is what I did earlier today. active.swf, sleep.swf, etc. have the updated sound files. Quoting skip comer : > Hi Jolene, > > Don't overwrite the question_nahec_***.swf files.... Overwrite > active.swf, sleep.swf, etc. > > --Skip > > -----Original Message----- > From: hecdev-bounces@spvi.com [mailto:hecdev-bounces@spvi.com] On Behalf > Of jolene m. kernick > Sent: Monday, October 06, 2003 8:00 PM > To: HEC Development > Subject: Re: [Hecdev] Sun Flash Movies - Sound Effects > > Thanks Skip, that file helps me out alot. > > I have uploaded the revised sun movies to the custom/suns/revised suns > (10-6- > 03) folder. Is it safe to replace the > > question_nahec_active.swf (question_nahec_active.swf) > question_nahec_sleep.swf (question_nahec_sleep.swf) > question_nahec_sneeze.swf (question_nahec_sneeze.swf) > question_nahec_teeth.swf (question_nahec_teeth.swf) > > files with my revised swfs? > > I just don't want to overwrite anything I'm not supposed to! Thanks, > > Jolene > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > > From steve at spvi.com Wed Oct 8 06:46:57 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Oct 8 06:47:33 2003 Subject: [Hecdev] Demo Date/Time In-Reply-To: <20031007180423.96227.qmail@web41101.mail.yahoo.com> Message-ID: <1ECD1046-F985-11D7-A242-000393468020@spvi.com> Hi Xiaoqiu, How about 11am? Your office? thanks, -steve On Tuesday, October 7, 2003, at 01:04 PM, xq bao wrote: > Hi Steve, > > It would be great if we could meet this Friday. > Please let me know what time is good for you. > > Thanks! > > Xiaoqiu > > > --- Steve Spicklemire wrote: >> Hi Skip, et. al... >> >> I've made some major improvements in the CMF/ZApp classes.. but I >> don't >> want to stomp on your ongoing work. Maybe we could get together later >> >> this week (maybe Friday?) to figure out how to integrate my latest >> code >> with your current efforts? It may be better to wait until after the >> next demo! .... >> >> take care, >> -steve >> >> On Monday, October 6, 2003, at 12:25 PM, Comer, Robert Skipworth >> wrote: >> >>> Hi Mary, >>> >>> The event starts at 6:00pm on Tuesday the 14th. >>> >>> --Skip >>> >>> -----Original Message----- >>> From: Pietrowicz, Mary >>> Sent: Friday, October 03, 2003 2:39 PM >>> To: hecdev@spvi.com >>> Subject: [Hecdev] Demo Date/Time >>> >>> Hi, >>> >>> What is the date/time of the Internet2 demo? >>> >>> Thanks, >>> Mary >>> >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >>> >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Wed Oct 8 07:05:16 2003 From: xqbao at yahoo.com (xq bao) Date: Wed Oct 8 09:05:58 2003 Subject: [Hecdev] Demo Date/Time In-Reply-To: <1ECD1046-F985-11D7-A242-000393468020@spvi.com> Message-ID: <20031008140516.16280.qmail@web41106.mail.yahoo.com> Hi Steve, 11am at the Polis Center is very good. Thank you! Xiaoqiu --- Steve Spicklemire wrote: > Hi Xiaoqiu, > > How about 11am? Your office? > > thanks, > -steve > > On Tuesday, October 7, 2003, at 01:04 PM, xq bao wrote: > > > Hi Steve, > > > > It would be great if we could meet this Friday. > > Please let me know what time is good for you. > > > > Thanks! > > > > Xiaoqiu > > > > > > --- Steve Spicklemire wrote: > >> Hi Skip, et. al... > >> > >> I've made some major improvements in the CMF/ZApp classes.. but I > >> don't > >> want to stomp on your ongoing work. Maybe we could get together > later > >> > >> this week (maybe Friday?) to figure out how to integrate my latest > >> code > >> with your current efforts? It may be better to wait until after > the > >> next demo! .... > >> > >> take care, > >> -steve > >> > >> On Monday, October 6, 2003, at 12:25 PM, Comer, Robert Skipworth > >> wrote: > >> > >>> Hi Mary, > >>> > >>> The event starts at 6:00pm on Tuesday the 14th. > >>> > >>> --Skip > >>> > >>> -----Original Message----- > >>> From: Pietrowicz, Mary > >>> Sent: Friday, October 03, 2003 2:39 PM > >>> To: hecdev@spvi.com > >>> Subject: [Hecdev] Demo Date/Time > >>> > >>> Hi, > >>> > >>> What is the date/time of the Internet2 demo? > >>> > >>> Thanks, > >>> Mary > >>> > >>> _______________________________________________ > >>> Hecdev mailing list > >>> Hecdev@spvi.com > >>> http://mailman.spvi.com/mailman/listinfo/hecdev > >>> > >>> _______________________________________________ > >>> Hecdev mailing list > >>> Hecdev@spvi.com > >>> http://mailman.spvi.com/mailman/listinfo/hecdev > >> > >> _______________________________________________ > >> Hecdev mailing list > >> Hecdev@spvi.com > >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product search > > http://shopping.yahoo.com > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From rscomer at iupui.edu Thu Oct 9 12:56:04 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Thu Oct 9 12:57:55 2003 Subject: [Hecdev] RE: schedule of events Message-ID: Let's plan to start as soon as the class clears out. (1:15pm) I'll copy the list on this message: If you're involved with the Tuesday presentation, please meet at RLHEC at 1:15 so we can set up/rehearse/troubleshoot, etc. Thanks! --Skip -----Original Message----- From: Verlyn C. Wilson [mailto:verlynw@rlhec.org] Sent: Thursday, October 09, 2003 12:32 PM To: Comer, Robert Skipworth Subject: schedule of events *This message was transferred with a trial version of CommuniGate(tm) Pro* Skip, Anita and I reviewed the program. We too saw the 15 minutes allotted and changed it to 20 (6:45-7:05) There is then another 5 minutes slotted for a set change before the panel discussion which is set from 7:10-7:45pm. I believe Anita sent the revisions or, if not, is getting ready to. What time are you all planning to come over here to set up on Monday afternoon? Classes are out of the auditorium by 1:15pm. Verlyn Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From xqbao at yahoo.com Mon Oct 13 09:59:09 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Oct 13 12:00:01 2003 Subject: [Hecdev] RE: schedule of events In-Reply-To: Message-ID: <20031013165909.68890.qmail@web41111.mail.yahoo.com> Hi, Some of us will meet at the Health Education Center this afternoon around 1:15pm to prepare for the Internet 2 presentation. Tomorrow morning's regular meeting will be canceled. So some of us can prepare for tomorrow evening's events. Hi Jolene and Ren, Can we please meet at the Pervasive Lab tomorrow morning around 9:00am? Xiaoqiu __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From jkernick at iupui.edu Mon Oct 13 12:51:56 2003 From: jkernick at iupui.edu (jolene m. kernick) Date: Mon Oct 13 12:52:36 2003 Subject: [Hecdev] RE: schedule of events In-Reply-To: <20031013165909.68890.qmail@web41111.mail.yahoo.com> References: <20031013165909.68890.qmail@web41111.mail.yahoo.com> Message-ID: <1066067516.3f8ae63cf4176@webmail.iu.edu> Xiaoqiu, I can be at Pervasive at 9, I'll see you then! Jolene Quoting xq bao : > Hi, > > Some of us will meet at the Health Education Center this afternoon > around 1:15pm to prepare for the Internet 2 presentation. > > Tomorrow morning's regular meeting will be canceled. So some of us can > prepare for tomorrow evening's events. > > > > Hi Jolene and Ren, > > Can we please meet at the Pervasive Lab tomorrow morning around 9:00am? > > Xiaoqiu > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > > From jared at mail2000.com.tw Wed Oct 15 00:08:28 2003 From: jared at mail2000.com.tw (Ren-Jiun) Date: Tue Oct 14 11:09:25 2003 Subject: [Hecdev] RE: schedule of events Message-ID: <1066147708.1798.jared@mail2000.com.tw> Hi, Jolene and Xiaoqiu I am out of town this weekend and just come in my office now. I am sorry I didn't check mail until now. Is it too late for setting another meeting time? Ren -----Original message----- From:jolene m. kernick To:HEC Development Date:Mon, 13 Oct 2003 12:51:56 -0500 Subject:Re: [Hecdev] RE: schedule of events Xiaoqiu, I can be at Pervasive at 9, I'll see you then! Jolene Quoting xq bao : > Hi, > > Some of us will meet at the Health Education Center this afternoon > around 1:15pm to prepare for the Internet 2 presentation. > > Tomorrow morning's regular meeting will be canceled. So some of us can > prepare for tomorrow evening's events. > > > > Hi Jolene and Ren, > > Can we please meet at the Pervasive Lab tomorrow morning around 9:00am? > > Xiaoqiu > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > > _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Thu Oct 16 14:35:11 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Oct 16 16:35:56 2003 Subject: [Hecdev] meeting In-Reply-To: <1ECD1046-F985-11D7-A242-000393468020@spvi.com> Message-ID: <20031016213511.9159.qmail@web41106.mail.yahoo.com> Hi Steve, See you tomorrow at the Polis Center! Thanks! Xiaoqiu __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From xqbao at yahoo.com Mon Oct 20 08:28:19 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Oct 20 10:29:04 2003 Subject: [Hecdev] cancel 10/21 meeting In-Reply-To: <000001c38cfd$8600cdc0$ee70a695@VALUED2CAD4949> Message-ID: <20031020152819.78108.qmail@web41108.mail.yahoo.com> Hi, Tomorrow's meeting will be canceled. We will have Tuesday meeting next week. See you! Xiaoqiu __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From maryp at magiclamp.org Tue Oct 21 13:51:30 2003 From: maryp at magiclamp.org (Mary Pietrowicz) Date: Tue Oct 21 14:12:49 2003 Subject: [Hecdev] Design changes for foods database Message-ID: <5.1.1.6.0.20031021124439.02d8f8d8@magiclamp.org> Hi, I finished the design changes to make it easier to add new foods, create combination foods with unchanging IDs, deal with USDA database updates, etc. The changes are described in the attached doc and are on in mysql in the "rfid_foods2" database on the mail server. The RFID software has been updated to work with the updates. Mary -------------- next part -------------- A non-text attachment was scrubbed... Name: design_changes.doc Type: application/msword Size: 44544 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20031021/9ef2d6f0/design_changes-0001.bin From steve at spvi.com Wed Oct 22 06:44:50 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Oct 22 06:45:33 2003 Subject: [Hecdev] cancel 10/21 meeting In-Reply-To: <20031020152819.78108.qmail@web41108.mail.yahoo.com> Message-ID: <2530309C-0485-11D8-AB3D-000393468020@spvi.com> Hi Folks, Sorry.. I've been swamped with midterms... I'll try to look into this stuff today! sorry, -steve From xqbao at yahoo.com Thu Oct 23 10:19:01 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Oct 23 12:19:53 2003 Subject: [Hecdev] meeting In-Reply-To: <2530309C-0485-11D8-AB3D-000393468020@spvi.com> Message-ID: <20031023171901.28030.qmail@web41101.mail.yahoo.com> Hi Steve, Will you have some time to have a meeting tomorrow? Thanks! Xiaoqiu __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From xqbao at yahoo.com Thu Oct 23 11:44:26 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Oct 23 13:45:17 2003 Subject: [Hecdev] meeting In-Reply-To: Message-ID: <20031023184426.68957.qmail@web41114.mail.yahoo.com> Hi Steve, Thank you! See you around 11:00am at the Polis Center! Xiaoqiu --- Steve Spicklemire wrote: > Yes! How about 11am again? > > thanks, > -steve > > On Thursday, October 23, 2003, at 12:19 PM, xq bao wrote: > > > Hi Steve, > > > > Will you have some time to have a meeting tomorrow? > > > > Thanks! > > > > Xiaoqiu > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product search > > http://shopping.yahoo.com > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From skip at skipcomer.com Mon Oct 27 08:58:09 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Oct 27 09:53:51 2003 Subject: [Hecdev] new data format In-Reply-To: <20031023184426.68957.qmail@web41114.mail.yahoo.com> Message-ID: <98BB1DDE-0885-11D8-B35B-000393A575D2@skipcomer.com> Hi Xiaoqiu, I spent time over the weekend working on the data format to make it Director-friendlier... I have some requests for you: --Can you delete the test segments currently in the database? I'll replace them with the new ones. --Before, I was sending you a server_info object with an "id" property. I've changed it to "objID", so it is consistent with all the other object ID properties. You'll need to update your scripts. --There is a problem with the HTML being generated from Flash. I think they made up their own version. I knew the size property was a problem, but I didn't realize that Director doesn't see this as HTML at all. Here's an example (with the left brackets escaped): <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Trebuchet MS" SIZE="20" COLOR="#CCCCCC">Energy</FONT></P></TEXTFORMAT> I'm going to spend time this morning trying to parse the FlashHTML on-the-fly in Director. I'm hoping I can just replace the tag with and be working. Otherwise, we may have to look at strategies to parse things on the server, and send out different versions as needed. I'll see you this afternoon. --Skip From xqbao at yahoo.com Mon Oct 27 06:58:28 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Oct 27 09:59:11 2003 Subject: [Hecdev] new data format In-Reply-To: <98BB1DDE-0885-11D8-B35B-000393A575D2@skipcomer.com> Message-ID: <20031027145828.68859.qmail@web41113.mail.yahoo.com> Hi Skip, All segments in the database have been deleted. See you! Xiaoqiu --- Skip Comer wrote: > Hi Xiaoqiu, > > I spent time over the weekend working on the data format to make it > Director-friendlier... I have some requests for you: > > --Can you delete the test segments currently in the database? I'll > replace them with the new ones. > --Before, I was sending you a server_info object with an "id" > property. > I've changed it to "objID", so it is consistent with all the other > object ID properties. You'll need to update your scripts. > --There is a problem with the HTML being generated from Flash. I > think > they made up their own version. I knew the size property was a > problem, but I didn't realize that Director doesn't see this as HTML > at > all. Here's an example (with the left brackets escaped): > > <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT > FACE="Trebuchet > MS" SIZE="20" COLOR="#CCCCCC">Energy</FONT></P></TEXTFORMAT> > > I'm going to spend time this morning trying to parse the FlashHTML > on-the-fly in Director. I'm hoping I can just replace the > > tag with and be working. Otherwise, we may have to look at > strategies to parse things on the server, and send out different > versions as needed. I'll see you this afternoon. > > --Skip > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ From rscomer at iupui.edu Tue Oct 28 13:22:02 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Oct 28 13:23:26 2003 Subject: [Hecdev] RE: Smart Desktop Update Meeting Message-ID: Hi Nancy, I'm forwarding your announcement to a mailing list of the others working on the Ruth Lilly project (hecdev@spvi.com), since some of them have expressed interest in attending the meeting. Please let us know whether you have room, and whether they should RSVP to help with your planning. I'm expecting there might be two or three more who were not already on your list. --Skip -----Original Message----- From: Conner, Nancy Nakano Sent: Friday, October 17, 2003 1:20 PM To: 'tcrumrin@connerprairie.org'; 'cburton@eiteljorg.com'; Kozenski, Kathleen L; 'hilarysteinhardt@hotmail.com'; 'stanis@historiclandmarks.org'; 'bbuckingham@hooksdlc.org'; 'rholmquist@hooksdlc.org'; 'jmiller-moore@hooksdlc.org'; 'mgaff@hooksdlc.org'; 'pbennett@statelib.state.in.us'; 'callen@statelib.state.in.us'; 'scox@indianahistory.org'; 'crendfeld@indianahistory.org'; 'tnelsonthomas@indianahistory.org'; 'nwolfe@indianahistory.org'; 'csmyth@dnr.state.in.us'; 'eosborn@courts.state.in.us'; 'ccairo@imcpl.lib.in.us'; 'cwaterson@imcpl.lib.in.us'; 'rjordan@imcpl.org'; 'jhafner@imcpl.lib.in.us'; 'TSmythe@ima-art.org'; 'JFerger@ima-art.org'; 'LYoung@ima-art.org'; Comer, Robert Skipworth; Kernick, Jolene M; Pietrowicz, Mary; TRADARTS; 'lfriesen@yaindy.org' Subject: Smart Desktop Update Meeting I am writing to invite you to a meeting of the resource partners that we have asked to be a part of the IHC Smart Desktop initiative. We've been making good progress since our last group meeting and are eager to bring you up to date! The meeting is scheduled for: November 12, at 2:00 p.m., Indiana Humanities Council, 1500 N. Delaware Street, Indianapolis You may park on the street in front of the building or on 15th Street. The agenda will include the following: ** introduction of participating organizations ** demonstration of the Resource Module (alpha version) ** discussion of metadata issues and a proposed application profile ** discussion of rights management ** timeline for 2004 Our objective is not only to talk about the Smart Desktop, per se, but also to reflect on this collaboration and where we are as a community of practice in support of K-12 learning in Indiana. The discussions will not be overly technical - English translations will be available! -- but please feel free to bring a technology staff member. And, of course, if you have questions prior to, or about, the meeting, don't hesitate to contact me. Best regards & many thanks, Nancy N. Conner Director of Grants, Indiana Humanities Council Director of Metadata & Collaborations, IHC Smart Desktop(tm) nconner@iupui.edu | 317.638.1500 x 128 | 800.675.8897 P.S. To make sure everyone has these details, I am sending this e-mail to more than one member of your staff, if I had the e-mail addresses. You might want to coordinate among yourselves regarding representation at the meeting. Please let me know, however, if none of your staff members can attend. Call 638-1500 x 128 or reply to this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.spvi.com/pipermail/hecdev/attachments/20031028/e975ad4e/attachment-0001.html