Thursday, January 19, 2017

How to Download & install Sublime Text and install Zen Coding (emmet) for Sublime Text


 ** How To Install Sublime Text 2 ** 


Download Sublime Text 2 → https://www.sublimetext.com/2



1. Double-click on the file that was downloaded. You should see something similar a popup window. You may have a question asking do you want to allow this app to make changes to your device?  Click "Yes"


2. Click "Next" on the Welcome window.


3. Choose the destination and Click "Next".


4. Click "Next"


5. Ready to Install on your destination location Click "Install"


6. After complete installation, Click "Finish".

 


 ** How To Install Zen Coding In Sublime Text 2 ** 


Copy Package Control appropriate Python code →  https://packagecontrol.io/installation#st2


The console is accessed via the  view > Show Console  menu. Once open, paste the appropriate Python code for your version of Sublime Text 2 into the console, Click "Enter".


This code creates the Installed Packages folder for you. Restart sublime text before going step - 4


Type Package Control or Install Package 


Type "Emmet" and click on "Emmet Zen Coding for sublime text" 

DONE


Happy coding! Code is Poetry!

Wednesday, January 18, 2017

How To Install Notepad++ & How To Install Zen Coding In Notepad++


 ** How To Install Notepad++ ** 


Download Notepad++ → https://notepad-plus-plus.org/download/


1. Double-click on the file that was downloaded. You should see something similar a popup window. You may have a question asking do you want to allow this app to make changes to your device?  Click "Yes"

2. Select English as the language and Click "OK".

3. Click "Next" on the Welcome window.

4. Click "I Agree" on the license agreement.

5. Choose the destination and Click "Next".

6. Choose components (just use defaults). There is no need to change anything. Click "Next".

 

7. Check the box to add a shortcut to your desktop. Otherwise, do not change anything. Click "Install".

8. After complete installation, Click "Finish".



 ** How To Install Zen Coding In Notepad++ ** 


Download Zen Coding Plugin → https://code.google.com/archive/p/zen-coding/downloads


After download the Zen Coding Plugin zip folder. Unzip the plugin folder and everything copy into your notepad++ plugins directory. 


Restart notepad++ if it’s currently opened. You will find a new menu Zen Coding at the menu bar.




Happy coding! Code is Poetry!