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
Sunday, September 22, 2013
Monday, September 16, 2013
Tuesday, August 20, 2013
Canonical URLs
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} ^sample\.org\.au [NC]
RewriteRule ^(.*)$ http://www.sample.org.au/$1 [R=301,L]
Wednesday, August 7, 2013
Tuesday, August 6, 2013
instagram JSON magic
http://stackoverflow.com/questions/10231369/dealing-with-instagram-apis-json-php/10231873#10231873
Sunday, July 7, 2013
djimageslider autoplay not working
if the djimageslider autoplay isn't working add this. OK on blog menus with content because of JHtml::_('behavior.tooltip');
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
Tuesday, June 18, 2013
Adobe Creative Cloud discount expiry date
Offer is valid until July 31, 2013, and can be changed without notice
http://www.adobe.com/store/en_us/popup/offer/ccm_complete_offer_cs6.html
http://www.adobe.com/store/en_us/popup/offer/ccm_complete_offer_cs6.html
Tuesday, May 28, 2013
Blues for the Bush
Work in Progress
http://www.bluesforthebush.org.au/
Charles Darwin Reserve Open Day & Blues for the Bush Concert, Saturday 5 October 2013 - Charles Darwin Reserve, Perenjori WA
design
http://skeletongamblers.com/
http://www.bluesforthebush.org.au/
Charles Darwin Reserve Open Day & Blues for the Bush Concert, Saturday 5 October 2013 - Charles Darwin Reserve, Perenjori WA
design
http://skeletongamblers.com/
Wednesday, April 10, 2013
New site build - Heart of Joy
Design
Commercial + http://frankdesign.com.au/
Site
http://www.heartofjoy.com.au
Build
http://www.epidote.com.au/
Commercial + http://frankdesign.com.au/
Site
http://www.heartofjoy.com.au
Build
http://www.epidote.com.au/
LinkedIn share update doesn't like charset="utf-8" header
If you have just the base URL showing twice (description or text) when you share a link on the linkedin share update try changing document header from
Content-Type: text/html; charset="utf-8"
to
Content-Type: text/html;
Silverstripe fix here.
http://www.silverstripe.org/widgets-2/show/20806
Content-Type: text/html; charset="utf-8"
to
Content-Type: text/html;
Silverstripe fix here.
http://www.silverstripe.org/widgets-2/show/20806
Sunday, March 3, 2013
Sunday, February 17, 2013
Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine
http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/
Tuesday, January 15, 2013
Subscribe to:
Posts (Atom)