On Github taupecat / wordpress-toolbox
Git is not something you learn in a day. Git is something you learn over the course of your career.
Virtualized development environment…
…a computer inside a computer.
You can vagrant destroy, but you can never vagrant forget.
Varying Vagrant Vagrants: Quickest way to get up and running with a WordPress-optimized Vagrant VM.
bower install npm install brew install yum Wait, that’s wrong…I always forget which order the package managers are supposed to be in.
— I Am Devloper (@iamdevloper) May 16, 2014Automates the process of installing, updating, and removing software.
Retrieves code from a central repository.
Manages front-end libraries:
Don't use it for libraries that come bundled with WordPress.
"A standardized, organized, object-oriented foundation for building high-quality WordPress Plugins."
Like _s for themes, provides a scaffold for easily getting started building WordPress plugins.
Very simple plugin for showing you which template file WordPress is using to generate the page you're on.
Installs a "Debug" section in your admin bar with diagnostic information.
Makes sure your theme meets the standards required to be added to the WordPress theme repository. Makes sure your using WordPress best practices in building your theme.
Especially useful when working with responsive images, takes the images in your media library and creates different sized versions of them.
Exports your database as a MySQL data dump, does a find and replace on URLs and file paths, then allows you to save it to your computer.
Starting a basic website in 2014: 1. Install Node 2. Install Bower 3. Pick CSS framework 4. Pick responsive approach … 47. Write some HTML
— I Am Devloper (@iamdevloper) October 2, 2014(Same applies in 2015.)
Responsive WordPress Theming
http://responsivewptheming.com
WCUS2015