2017
You Don't Need the DOM Ready Event
by dzc & 1 otherIt usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...
2016
Lazy Loading Images? Don’t Rely On JavaScript! | Robin Osborne
by dzc & 1 otherGiven the potential limitations, let’s work on a solution that can handle all my concerns:
a. works without JavaScript (i.e., lazy loading is an enhancement)
b. vanilla js – no dependencies on jquery or angularjs
c. works with broken JavaScript (i.e., the browser supports JavaScript, but there’s a js error somewhere which causes your script to break; might not even be your fault!)
Front-end Guidelines Questionnaire: Writing consistent & cohesive code
by dzc & 1 otherA one-page questionnaire to help your team establish effective frontend guidelines, so that you can write consistent & cohesive code together.
2010
1
(9 marks)