PreviousNext
by bill-s, 2016-02-06T19:43:02.000Z
Delivering Web content reliably is a game of chance. The random elements are the user’s network speed and browser capabilities. Progressive enhancement, or PE, is a development technique that embraces this unpredictability. The cornerstone of PE is server-side rendering of the HTML. It’s the only way to maximize your chances of success in the game of content delivery. For users with a modern browser, you layer on JavaScript to enhance the experience.
Read More