Changes between Version 13 and Version 14 of TechnicalDescription
- Timestamp:
- 10/31/14 15:32:29 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TechnicalDescription
v13 v14 72 72 Create HTTP Code 404 page sending a valid 404 response error. It should be a customizable page on our CMS. 73 73 ## 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) 75 82 ## Semantics (correct headings) ## 76 83 We should discuss what would be the h1, h2, h3, h4 before we cut the HTML. 77 ## No flash ##78 84 ## Img alt ## 79 85 User input for the alt value: … … 81 87 <img src="image.gif" alt="{{user input}}"> 82 88 }}} 89 90 ## Optimization ## 91 Google’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 83 96 84 97 ## Robots.txt upload via ftp ##