Changes between Version 13 and Version 14 of TechnicalDescription


Ignore:
Timestamp:
10/31/14 15:32:29 (11 years ago)
Author:
dagmon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalDescription

    v13 v14  
    7272Create HTTP Code 404 page sending a valid 404 response error. It should be a customizable page on our CMS.
    7373## Templates requirements ##
    74 No frames, no iframes for content, no table for layout, no flash.
     74*No frames
     75*no iframes for content
     76*no table for layout
     77*no flash.
     78*HTML5 markup template
     79*no flash.
     80*Add rel="home" to the clickable logo.
     81*Efficient responsive rendering - on mobile view, to render and load elements as needed (in contrast to display:hide)
    7582## Semantics (correct headings) ##
    7683We should discuss what would be the h1, h2, h3, h4 before we cut the HTML.
    77 ## No flash ##
    7884## Img alt ##
    7985User input for the alt value:
     
    8187<img src="image.gif" alt="{{user input}}">
    8288}}}
     89
     90## Optimization ##
     91Google’s PageSpeed optimization techniques and recommendations: https://developers.google.com/speed/pagespeed/
     92(Minifiy CSS/JS, browser/server caching, sprites, 3rd party delivery, prioritize visible content, SPDY and etc…)
     93
     94*Consider uploading and serving assets on another sub.subdomain (media.des.tudelft.nl) for faster media serving.
     95
    8396
    8497## Robots.txt upload via ftp ##