webMyCal

February 14, 2006

Cascading Style Sheets (CSS)

  • CSS is a powerful, flexible way to specify HTML formatting.
  • Allow us to control the style and layout of multiple Web pages all at once.
  • With CSS, when you want to make a change, you simply change the style, and that element is updated automatically wherever it appears within the site.
  • CSS Demo

    http://www.w3schools.com/css/demo_default.htm
    Our CSS Styles

    “day” -> class for table in daily view

    “dailybody” -> class for in daily view

    “week” -> class for table in weekly view

    “weeklybody” -> class for in weekly view

    “weeklyeven” -> class for event in weekly view

    “month” -> class for table in montly view

    “monthlybody” -> class for in montly view

    Filed under: webMyCal, Frontend — Oscar Acosta @ 10:51 am

    February 1, 2006

    webMyCal

    webMyCal is an iCalendar to HTML converter that will allow for converting iCalendar files to static html web pages.

    It will:

    • Export existing iCalendar to HTML
      • as daily page

      • as weekly page
      • as monthly page
    • allow easy way to modify the look of the HTML Calendar
      • font name/color/size

      • color coding of events
      • on-the-fly update

    The iCalendar format is defined in RFC2445
    in HTML rowspan will be used when arranging event cells.

    Perl will be used to parse the .ics file and generate .html files
    Web interface will be used to modify tag properties (visual properties) of the calendar

    Filed under: webMyCal, Backend, Frontend — Georgi Todorov @ 10:29 am

    Powered by WordPress