Thursday, October 31, 2013

301 redirects with subpages

Options +FollowSymLinks
RewriteEngine On
RewriteRule .? http://sample.com.au%{REQUEST_URI} [R=301,L]

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%;
}

New site build - Learning Blend

Design
http://www.room44.com.au/

Site
http://www.learningblend.com.au/

Build
http://www.epidote.com.au/

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]

Tuesday, August 6, 2013

New site build - Three Acres

Design
http://www.streamer.net.au/

Site
http://www.threeacres.com.au/

Build
http://www.epidote.com.au/

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

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/

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/

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

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/