From 914ddabeb146692d3fc3afc1a84f5fdafbf0601d Mon Sep 17 00:00:00 2001 From: Matthew Fortier Date: Thu, 5 May 2016 09:36:46 -0400 Subject: [PATCH] Add Step to depict issues with API Calls and CodePen Live Updating Updated with new gif link that shows saving the pen. Small update to the text about updating as well --- .../basic-ziplines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/challenges/01-front-end-development-certification/basic-ziplines.json b/challenges/01-front-end-development-certification/basic-ziplines.json index 98c2694126..05d03fb5a8 100644 --- a/challenges/01-front-end-development-certification/basic-ziplines.json +++ b/challenges/01-front-end-development-certification/basic-ziplines.json @@ -43,6 +43,12 @@ "A gif showing the process of adding Bootstrap to your pen.", "Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Bootstrap. Now give your h1 element the class of text-primary to change its color and prove that Bootstrap is now available.", "" + ], + [ + "//i.imgur.com/m0pWik2.gif", + "A gif showing the process of turning off auto update preview", + "When using CodePen and Ajax, it is a good idea to turn off automatic preview updating so API calls are not made too often. Too many API calls can sometimes lead to temporary blockages, and may require waiting periods before they can be used again.
To disable automatic preview updating click the \"Settings\" button at the top of the page, then click the \"Behavior\" tab. At the bottom of the page, un-check \"AUTO UPDATE PREVIEW\". Now press \"Run\" at the top of the page to update the preview, and click \"Save\".
", + "" ] ], "challengeSeed": [],