Options +FollowSymLinks
RewriteEngine On
RewriteRule .? http://sample.com.au%{REQUEST_URI} [R=301,L]
Thursday, October 31, 2013
Tuesday, October 29, 2013
Monday, October 28, 2013
Excel formula to convert a Unix timestamp to a readable data and time
=(((A1/60)/60)/24)+DATE(1970,1,1)+(+10/24)
http://spreadsheetpage.com/index.php/tip/converting_unix_timestamps/
Sunday, October 13, 2013
responsive youtube embed
.embed-container {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Thursday, October 10, 2013
Subscribe to:
Posts (Atom)