Guide to add localhost:80 to localhost:8080 forwarding.
Since Mavericks stopped using the deprecated ipfw
(as of Mountain Lion), we'll be using pf
to allow port forwarding.
####1. anchor file
/* | |
CSS hedings | |
============================================================================================== | |
*/ | |
/* Level 1 | |
---------------------------------------------------------------------------------- */ | |
.somecode { |
Большое спасибо @webstandards_up за текстовую трансляцию!
Тест Мы начинаем текстовую трансляцию Fronteers 2013, двухдневной конференции в Амстердаме — http://t.co/QB5SYQ3cMx
Пол Айриш из Google открывает шестую конференцию Fronteers. Россия на шестом месте по количеству участников, например.
# This script transcodes a single MP4 video to WebM and Theora and | |
# creates a still for the video after 2 seconds | |
# Inspiration: http://johndyer.name/ffmpeg-settings-for-html5-codecs-h264mp4-theoraogg-vp8webm/ | |
INFILE=$1 | |
FORMAT=$2 | |
BASENAME="${INFILE%.*}" | |
VIDEO_BITRATE="1500k" |
/*Glamour*/ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; | |
font-family: Arial; | |
} |
body { | |
background-image: url(http://www.bmwcarswallpapers.com/bulkupload//hd/2//BMW%20HD/BMW%20Pics%20Full%20HD.jpg); | |
background-size: 100%; | |
background-repeat: no-repeat; | |
} | |
.rainbow-shadow { | |
position: relative; | |
width: 200px; | |
height: 200px; |