Why a Program Editor There are almost as many program editors written as there are programmers. All have their adherents, some of whom defend their choices with religious zeal. So, granting everyone their right to their own opinions, I will here suggest that the Atom program editor (atom.io) is an excellent choice for a beginning… Continue reading Installing the Atom Program Editor
Tag: atom
Live Browser Updates
Introduction Editing an HTML document frequently involves typing the code in an editor, saving and publishing it to a website and then refreshing your browser to see the latest updates. While really not particularly onerous, doing these steps save-after-save does get tedious. Here is a simpler approach using a JavaScript package called browser-sync that can… Continue reading Live Browser Updates