Sunday, September 20, 2009

humanjourneys.com.au

humanjourneys.com.au

Melbourne Resident’s discover their deep ancestry through the Genographic Project, with talks by experts in ancient genetics and the history of humanity.

Monday, July 13, 2009

CodeIgniter

http://programmersvoice.com/codeigniter/an-introduction-to-codeigniter-screencast
http://capsizedesigns.com/blog/2008/06/getting-started-with-codeigniter-part-5-loose-ends/
http://net.tutsplus.com/videos/screencasts/easy-development-with-codeigniter/

http://www.williamsconcepts.com/ci/codeigniter/libraries/template/reference.html

http://codeigniter.com/wiki/Category:Libraries::Authorization/
http://codeigniter.com/wiki/Category:Libraries::Authentication/
http://www.phpeveryday.com/articles/CodeIgniter-Form-Creating-Insert-Data-P248.html

Wednesday, July 1, 2009

Point Cook Physio

The Physiotherapy and Sports Injury Clinic is a modern physiotherapy clinic with rehabilitation gym, pilates, hydrotherapy, remedial massage, dry needling

Monday, May 18, 2009

Kenworthy Bruce Lawyers , KB Lawyers

KENWORTHY BRUCE LAWYERS has focused it’s expertise in the areas of motor vehicle accidents and debt recovery. Also renowned for immigration appeals and commercial work

http://kblawyers.com.au/

Melbourne Lawyer, Immigration Lawyer, Debt recovery, Motor Vehicle Accident Lawyer, Commercial Claims Lawyer, Australian Immigration Lawyer

Monday, May 11, 2009

CSS no border on images

:link img {
border: none;
}

CMSMS CSS exceptions

.mceContentBody ul{
list-style: disc;
list-style-type: disc;
list-style-position: inside;
}

.mceContentBody ul li:before {
content: "\00BB \0020";
}

/* TinyMCE specific rules */
body.mceContentBody {
background: #FFF;
}

.mceContentBody a {
color: red !important; /* FF requires a important here */
}

Wednesday, April 8, 2009

HTML Lists

an excellent article

http://www.alistapart.com/articles/taminglists/