Homebrew: Homebrew is a popular package manager for OS X. To install Homebrew open up the terminal and run the following command. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Download … [Read more...] about What the Heck is Homebrew and Why you need to know it
JSecademy
How to edit the Host file in Windows
Custom Hosts File This section is completely optional: The host file that your system uses to match a hostname to an ip address can be located in different locations depending on your operating system. Windows The host file can be found at … [Read more...] about How to edit the Host file in Windows
Using Brackets From the Command Line in Windows
At times you might want to open up a file from the command line with your favorite text editor, here I will show you how to accomplish this with Brackets, but this can be modified to work with any text editor. Make sure that when you installed brackets that you … [Read more...] about Using Brackets From the Command Line in Windows
3 Essential Command Line Tools
Introduction to The Command Line
Command line (CLI) tools are an essential tool set for any programmer. In this section will be taking a closer look into common command line tools. After completing this section you will have a clear understanding of how and what tools you will need for your … [Read more...] about Introduction to The Command Line
8 Essential Brackets by Adobe Plugins
The plugins that I would recommend would be the following: Vimderbar Vim-like functionality Brackets Beautify formats your HTML, CSS, and JavaScript files using js-beautify Git provides git support Icons file icons for tree structure Snippets initiates … [Read more...] about 8 Essential Brackets by Adobe Plugins
How to install Brackets by Adobe in Ubuntu / Linux
Linux Setup Let's get started by visiting the main website for Brackets at brackets.io and selecting the download option Brackets + Extract(Preview) by Adobe. The download will be of a file named Brackets.1.3.Extract.deb. Double-click the .deb file. The Ubuntu … [Read more...] about How to install Brackets by Adobe in Ubuntu / Linux
How to install Brackets by Adobe in OS X
OSX Setup Let's get started by visiting the main website for Brackets at brackets.io and selecting the download option Brackets + Extract(Preview) by Adobe. The download will be of a file named Brackets.1.3.Extract.dmg. Double-click that .dmg file and place the … [Read more...] about How to install Brackets by Adobe in OS X
How to install Brackets by Adobe in Windows
Windows Setup Let's get started by visiting the main website for Brackets at brackets.io and selecting the download option Brackets + Extract(Preview) by Adobe. The download will be a file named Brackets.1.3.Extract.msi Double-click the file.msi and follow … [Read more...] about How to install Brackets by Adobe in Windows
Introduction to Brackets by Adobe
Brackets by Adobe A modern, open source text editor that understands web design. According to Adobe, Brackets is a "A modern, open source text editor that understands web design." From playing around with Brackets, I have found that it did almost everything … [Read more...] about Introduction to Brackets by Adobe