about
      08/06/2024
      WebDev Track Summary
      
      
      WebDev Track Summary
              HTML, JavaScript, CSS, widgets
            
          
          
          
          
          Bite Index
- Thomas Edison
              WebDev track documentation is just starting with a few pages. It needs:
              
          - Content from the Survey page factored into Bites
 - Documentation of widget prototypes
 - Basic concepts discussion
 - References including these WebNotes
 
- Static pages are served without modification. Their UI can appear as dynamic as any server-based pages through the use of JavaScript, CSS, and web components, but their content is not affected by user interactions. They can't provide functionality that depends on server-side processing, e.g., save user information in persistant databases, accept payments, etc.