zachleat / idea-book

A public dump of ideas for side projects, for public upvoting/downvoting/commenting.
Creative Commons Attribution 4.0 International
24 stars 1 forks source link

Web Development Game a la Cookie Counter #9

Open zachleat opened 7 years ago

zachleat commented 7 years ago

This one is kind of a brain dump but here we go:

Clicks are visits visits bring in ad revenue visits cost bandwidth (KB), bandwidth costs increase as time goes on (sites get bigger) Ad revenue allows investment in skills

KB of Average Web Page Size keeps increasing from all these new technologies that keep coming out: video, audio, pictures, web fonts, HDPi screens Skills to decrease web page size: Responsive images, WebP, SVG, GZIP, WOFF2 etc Skills to increase connection throughput: HTTP/2, 4G LTE, etc Newer devices, balance global usage

adds up KB

start with cern web site
HTML
add browser compatibility
add images
add css
add javascript
add flash
add audio
add video
add advertisements
add library/frameworks

etc