OS X – Useful development programs for beginners
If you are new as a developer on mac os, you might find the following free tools useful: Other interesting, but paid software is: Honorable mentions:
If you are new as a developer on mac os, you might find the following free tools useful: Other interesting, but paid software is: Honorable mentions:
Use the following commands to change the node.js version: sudo npm cache clean -f sudo npm install -g n sudo n 5.1.1 Instead of 5.1.1 you can write the version…
Login with your SSH account and execute the command: Then, add the following line at the end of the file: Save and close the file and you’re done!
Use the following command in your server to allow user to connect from anyhost:
For a few months I have been using Brackets.io as my main editor.
With megaboilerplate you can choose the type of node project (Node.js, Static site, JS Library, Electron), Express or Meteor, the template system, whether you want built in authentication and more.…
To disable the ajaxStart and ajaxStop events, add global: false in the request. Example:
Add the following code to your theme’s functions.php file:
Add the following code to your theme’s functions.php file: Use the categories list function like this:
When trying to make a USB stick bootable, one might try to take the following steps: Sources:
To allow HTML code in the taxonomy description in WordPress, add the following code to your theme’s function.php file:
To remove the pages from the search results, use the code in this article.