Complete dhtml windowing-system in 600 lines (24kb)*

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • darwinist

    Complete dhtml windowing-system in 600 lines (24kb)*

    1 Works in a browser as customisable web-interface or,
    2 Use with apache to make window-based, dhtml-apps
    3 Rename/retitle open windows
    4 Arbitrary virtual desktop size with easy navigation (default
    10000x10000)
    5 Free as in freedom, and free as in free-beer (beer not included).
    6 All in one html/js file at

    7 "Save Page As" to start your own
    8 Tested on firefox 1.5 and ie 6
    9 Left and right window padding too fat on ie. Very hard. Please help.

    Please copy, comment or contribute.

    *(With comments, whitespace, and api reference)

  • Chris Uppal

    #2
    Re: Complete dhtml windowing-system in 600 lines (24kb)*

    darwinist wrote:
    I like it!

    -- chris

    Comment

    • Rob Thorpe

      #3
      Re: Complete dhtml windowing-system in 600 lines (24kb)*

      darwinist wrote:
      1 Works in a browser as customisable web-interface or,
      2 Use with apache to make window-based, dhtml-apps
      3 Rename/retitle open windows
      4 Arbitrary virtual desktop size with easy navigation (default
      10000x10000)
      5 Free as in freedom, and free as in free-beer (beer not included).
      6 All in one html/js file at

      7 "Save Page As" to start your own
      8 Tested on firefox 1.5 and ie 6
      9 Left and right window padding too fat on ie. Very hard. Please help.
      >
      Please copy, comment or contribute.
      >
      *(With comments, whitespace, and api reference)
      Very smart.
      I've tried it with Firefox and IE. The only issue I noticed was with
      IE:
      When you scroll to the bottom of an internal windows with the scroll
      wheel then the sidebar continues scrolling when the internal window has
      stopped. This is probably and IE issue.

      Comment

      • goose

        #4
        Re: Complete dhtml windowing-system in 600 lines (24kb)*


        darwinist wrote:
        1 Works in a browser as customisable web-interface or,
        2 Use with apache to make window-based, dhtml-apps
        3 Rename/retitle open windows
        4 Arbitrary virtual desktop size with easy navigation (default
        10000x10000)
        5 Free as in freedom, and free as in free-beer (beer not included).
        6 All in one html/js file at

        7 "Save Page As" to start your own
        8 Tested on firefox 1.5 and ie 6
        9 Left and right window padding too fat on ie. Very hard. Please help.
        >
        Please copy, comment or contribute.
        >
        *(With comments, whitespace, and api reference)
        A desktop in the browser; Nifty!

        Very Impressive Indeed :-)

        goose,
        very much like a smalltalk-ish implementation.

        Comment

        • Chung Leong

          #5
          Re: Complete dhtml windowing-system in 600 lines (24kb)*

          darwinist wrote:
          1 Works in a browser as customisable web-interface or,
          2 Use with apache to make window-based, dhtml-apps
          3 Rename/retitle open windows
          4 Arbitrary virtual desktop size with easy navigation (default
          10000x10000)
          5 Free as in freedom, and free as in free-beer (beer not included).
          6 All in one html/js file at

          7 "Save Page As" to start your own
          8 Tested on firefox 1.5 and ie 6
          9 Left and right window padding too fat on ie. Very hard. Please help.
          >
          Please copy, comment or contribute.
          >
          *(With comments, whitespace, and api reference)
          Slick. One thing that you might want to do is catch the onselect event,
          so text doesn't get selected when you drag the window around.

          Comment

          Working...