$ sudo apachectl -k stop
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
<?php | |
/** | |
* Template Name: ACF Sections | |
*/ | |
get_header(); | |
$fields = get_fields(); |
#SingleInstance force | |
/* | |
#InstallKeybdHook | |
$VKE2::Send, {``} | |
$+VKE2::Send, {~} | |
$VKC0::Send, {\} | |
$+VKC0::Send, {|} |
FROM php:7.3-fpm | |
RUN docker-php-ext-install mysqli |
"use strict"; | |
let gulp = require("gulp"), | |
autoprefixer = require("gulp-autoprefixer"), | |
exec = require("gulp-exec"), | |
browserSync = require('browser-sync').create(), | |
sass = require('gulp-sass'), | |
cp = require("child_process"); | |
gulp.task("css", function() { |
"use strict"; | |
let gulp = require("gulp"), | |
autoprefixer = require("gulp-autoprefixer"), | |
exec = require("gulp-exec"), | |
browserSync = require('browser-sync').create(), | |
sass = require('gulp-sass'), | |
cp = require("child_process"); | |
gulp.task("css", function() { |
# Start SSH Agent | |
#---------------------------- | |
SSH_ENV="$HOME/.ssh/environment" | |
function run_ssh_env { | |
. "${SSH_ENV}" > /dev/null | |
} | |
function start_ssh_agent { |
" use vim not vi | |
set nocompatible | |
" syntax and plugins (netrw) | |
syntax enable | |
filetype plugin on |
Goals: | |
Fundamental understanding of what HTML is and how it works | |
Fundamental understanding of what CSS is and how it works | |
Ability to make and debug web Layouts | |
Familiarise people with the notion of templates | |
Disabuse wrong or misleading notions about Responsive Design | |
Lectures: |
` | |
### WordPress Environment ### | |
Home URL: http://motorbikewriter.com/shop | |
Site URL: http://motorbikewriter.com/shop/wordpress | |
WC Version: 2.6.8 | |
Log Directory Writable: ✔ | |
WP Version: 4.6.1 | |
WP Multisite: – | |
WP Memory Limit: 256 MB |