From: Jim Hu <ji...@ta...> - 2008-02-08 22:52:44
|
Anyone know how to do this? I think it would be useful. The part about Outlook is irrelevant, IMO. Begin forwarded message: > From: "Marc Hoffman @ phpicalendar Forums" <mho...@mo... > > > Date: February 8, 2008 3:25:54 PM CST > To: php...@gm... > Subject: phpicalendar Forums Contact Us Form - Viewing multiple-day > events in one long bar > > The following message was sent to you via the phpicalendar Forums > Contact Us form by Marc Hoffman. > > -------------------------------- > > Dear PHPiCalendar Development Team... > > We are sharing calendars via Outlook 2007 to PHPicalendar. We can > get the calendars published. However, for all-day events spanning > multiple days, Outlook shows these events as a solid bar spanning > the days in question. When the calendar is published to > PHPiCalendar, the solid bar is broken up into multiple segments. > Users in our departments frequently print off calendars, and when > the events are truncated in this way, people cannot print the > calendar as a whole. > > Is there a way to show these items as solid bars that can be printed > and read in "one shot" instead of having to click each day? > > Thanks in advance! > > Marc > > -------------------------------- > > Referring Page: http://phpicalendar.net/forums/forumdisplay.php?f=48 > IP Address: 207.91.61.52 > User Name: Unregistered > User ID: 0 ===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054 |
From: Tony | \Zearin\ <ze...@us...> - 2008-02-13 19:20:34
|
Jo Rhett wrote: > On Feb 8, 2008, at 9:31 PM, Wesley Miaw wrote: > >> Moving to pure CSS actually simplifies things a great deal.... >> > > I'd like to see this. The number of browsers which can't support > this are few. > Hear, here! :) I would be very happy to help in this regard. I'm quite comfy with CSS. Anyone recommend a good starting point? -- Z |
From: Wesley M. <we...@we...> - 2008-02-13 21:19:37
|
Start off by redoing the existing templates so they use div's and span's instead of table elements, I guess. Hardest part will be rearranging the hierarchy of things, which is going to be the most important when getting things like multi-day events, maybe. I was thinking about that a little and I think you'd have to treat multi-week events as one event "div" per week.... Quoting "Tony | \"Zearin\"" <ze...@us...>: > Jo Rhett wrote: >> On Feb 8, 2008, at 9:31 PM, Wesley Miaw wrote: >> >>> Moving to pure CSS actually simplifies things a great deal.... >>> >> >> I'd like to see this. The number of browsers which can't support >> this are few. >> > > Hear, here! :) > > I would be very happy to help in this regard. I'm quite comfy with > CSS. Anyone recommend a good starting point? > > -- Z -- Wesley Miaw http://www.wesman.net/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Wesley M. <we...@we...> - 2008-02-09 01:23:34
|
Hi Jim, It's been a long time since I looked at the code base, but I think the issue is events are rendered as discrete elements, and that includes multi-day events. The current Calendar abstraction would need to be used differently so you didn't try rendering each day's events independently, I think. And to actually make it look good, you'd have to switch over to CSS instead of using tables. Not a minor change, in my opinion. Later, Wes Quoting Jim Hu <ji...@ta...>: > Anyone know how to do this? I think it would be useful. The part > about Outlook is irrelevant, IMO. > > Begin forwarded message: > >> From: "Marc Hoffman @ phpicalendar Forums" >> <mho...@mo... > >> Date: February 8, 2008 3:25:54 PM CST >> To: php...@gm... >> Subject: phpicalendar Forums Contact Us Form - Viewing multiple-day >> events in one long bar >> >> The following message was sent to you via the phpicalendar Forums >> Contact Us form by Marc Hoffman. >> >> -------------------------------- >> >> Dear PHPiCalendar Development Team... >> >> We are sharing calendars via Outlook 2007 to PHPicalendar. We can >> get the calendars published. However, for all-day events spanning >> multiple days, Outlook shows these events as a solid bar spanning >> the days in question. When the calendar is published to >> PHPiCalendar, the solid bar is broken up into multiple segments. >> Users in our departments frequently print off calendars, and when >> the events are truncated in this way, people cannot print the >> calendar as a whole. >> >> Is there a way to show these items as solid bars that can be >> printed and read in "one shot" instead of having to click each day? >> >> Thanks in advance! >> >> Marc >> >> -------------------------------- >> >> Referring Page: http://phpicalendar.net/forums/forumdisplay.php?f=48 >> IP Address: 207.91.61.52 >> User Name: Unregistered >> User ID: 0 > > ===================================== > Jim Hu > Associate Professor > Dept. of Biochemistry and Biophysics > 2128 TAMU > Texas A&M Univ. > College Station, TX 77843-2128 > 979-862-4054 -- Wesley Miaw http://www.wesman.net/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Jim Hu <ji...@ta...> - 2008-02-09 03:19:37
|
Hi Wes. On Feb 8, 2008, at 7:23 PM, Wesley Miaw wrote: > Hi Jim, > > It's been a long time since I looked at the code base, but I think the > issue is events are rendered as discrete elements, and that includes > multi-day events. The current Calendar abstraction would need to be > used differently so you didn't try rendering each day's events > independently, I think. And to actually make it look good, you'd have > to switch over to CSS instead of using tables. I was wondering if we could post-process the table segment with the all-day events to join multiple cells into a colspan. My recollection is that this runs into a problem with how a series of multi-day events are tiled within the region. But yes, definitely not a minor change or I suspect someone would have submitted code to do it. Jim > > > Not a minor change, in my opinion. > > Later, > Wes > > Quoting Jim Hu <ji...@ta...>: > >> Anyone know how to do this? I think it would be useful. The part >> about Outlook is irrelevant, IMO. >> >> Begin forwarded message: >> >>> From: "Marc Hoffman @ phpicalendar Forums" >>> <mho...@mo... > >>> Date: February 8, 2008 3:25:54 PM CST >>> To: php...@gm... >>> Subject: phpicalendar Forums Contact Us Form - Viewing multiple-day >>> events in one long bar >>> >>> The following message was sent to you via the phpicalendar Forums >>> Contact Us form by Marc Hoffman. >>> >>> -------------------------------- >>> >>> Dear PHPiCalendar Development Team... >>> >>> We are sharing calendars via Outlook 2007 to PHPicalendar. We can >>> get the calendars published. However, for all-day events spanning >>> multiple days, Outlook shows these events as a solid bar spanning >>> the days in question. When the calendar is published to >>> PHPiCalendar, the solid bar is broken up into multiple segments. >>> Users in our departments frequently print off calendars, and when >>> the events are truncated in this way, people cannot print the >>> calendar as a whole. >>> >>> Is there a way to show these items as solid bars that can be >>> printed and read in "one shot" instead of having to click each day? >>> >>> Thanks in advance! >>> >>> Marc >>> >>> -------------------------------- >>> >>> Referring Page: http://phpicalendar.net/forums/forumdisplay.php?f=48 >>> IP Address: 207.91.61.52 >>> User Name: Unregistered >>> User ID: 0 >> >> ===================================== >> Jim Hu >> Associate Professor >> Dept. of Biochemistry and Biophysics >> 2128 TAMU >> Texas A&M Univ. >> College Station, TX 77843-2128 >> 979-862-4054 > > > > -- > Wesley Miaw > http://www.wesman.net/ > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel ===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054 |
From: Wesley M. <we...@we...> - 2008-02-09 05:32:37
|
Hi Jim, I'm not sure post-processing would work, but I thought briefly about doing multi-column td's. However that won't work in the monthly view, where you don't really have that "aligned cell" structure for individual events. (Well, it might, but I think it'd look ugly.) And you'd want it to be consistent across all the different views. Moving to pure CSS actually simplifies things a great deal.... Later, Wes On Feb 8, 2008, at 7:19 PM, Jim Hu wrote: > Hi Wes. > > On Feb 8, 2008, at 7:23 PM, Wesley Miaw wrote: > >> Hi Jim, >> >> It's been a long time since I looked at the code base, but I think >> the >> issue is events are rendered as discrete elements, and that includes >> multi-day events. The current Calendar abstraction would need to be >> used differently so you didn't try rendering each day's events >> independently, I think. And to actually make it look good, you'd have >> to switch over to CSS instead of using tables. > > I was wondering if we could post-process the table segment with the > all-day events to join multiple cells into a colspan. > My recollection is that this runs into a problem with how a series > of multi-day events are tiled within the region. > > But yes, definitely not a minor change or I suspect someone would > have submitted code to do it. > > Jim > > >> >> >> Not a minor change, in my opinion. >> >> Later, >> Wes >> >> Quoting Jim Hu <ji...@ta...>: >> >>> Anyone know how to do this? I think it would be useful. The part >>> about Outlook is irrelevant, IMO. >>> >>> Begin forwarded message: >>> >>>> From: "Marc Hoffman @ phpicalendar Forums" >>>> <mho...@mo... > >>>> Date: February 8, 2008 3:25:54 PM CST >>>> To: php...@gm... >>>> Subject: phpicalendar Forums Contact Us Form - Viewing multiple-day >>>> events in one long bar >>>> >>>> The following message was sent to you via the phpicalendar Forums >>>> Contact Us form by Marc Hoffman. >>>> >>>> -------------------------------- >>>> >>>> Dear PHPiCalendar Development Team... >>>> >>>> We are sharing calendars via Outlook 2007 to PHPicalendar. We can >>>> get the calendars published. However, for all-day events spanning >>>> multiple days, Outlook shows these events as a solid bar spanning >>>> the days in question. When the calendar is published to >>>> PHPiCalendar, the solid bar is broken up into multiple segments. >>>> Users in our departments frequently print off calendars, and when >>>> the events are truncated in this way, people cannot print the >>>> calendar as a whole. >>>> >>>> Is there a way to show these items as solid bars that can be >>>> printed and read in "one shot" instead of having to click each >>>> day? >>>> >>>> Thanks in advance! >>>> >>>> Marc >>>> >>>> -------------------------------- >>>> >>>> Referring Page: http://phpicalendar.net/forums/forumdisplay.php? >>>> f=48 >>>> IP Address: 207.91.61.52 >>>> User Name: Unregistered >>>> User ID: 0 >>> >>> ===================================== >>> Jim Hu >>> Associate Professor >>> Dept. of Biochemistry and Biophysics >>> 2128 TAMU >>> Texas A&M Univ. >>> College Station, TX 77843-2128 >>> 979-862-4054 >> >> >> >> -- >> Wesley Miaw >> http://www.wesman.net/ >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > ===================================== > Jim Hu > Associate Professor > Dept. of Biochemistry and Biophysics > 2128 TAMU > Texas A&M Univ. > College Station, TX 77843-2128 > 979-862-4054 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel -- Wesley Miaw we...@we... |
From: Jo R. <jr...@ne...> - 2008-02-13 18:56:31
|
On Feb 8, 2008, at 9:31 PM, Wesley Miaw wrote: > Moving to pure CSS actually simplifies things a great deal.... I'd like to see this. The number of browsers which can't support this are few. -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness |