Monday, November 17, 2008

3 column Minima template

Click inside the scroll box, press ctrl+A to highlight all the codes, press ctrl+C to copy the codes to clipboard, go to LAYOUT, click EDIT HTML to open template editor, click inside template editor, click ctrl+A to highlight all the codes, press DELETE key to clear template editor, press ctrl+V to paste 3 column template into template editor, preview and if everything OK, click SAVE TEMPLATE:

Saturday, October 11, 2008

3 column Dots template with Header

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>
<meta content='ckmZPH1bN7H0BHbLnzHSAzrQeh0YhVfPurHFlco3oZ8=' name='verify-v1'/>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Dots
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 24 Feb 2004
Updated by: Blogger Team

Modified By
Designer: Charlemagne Stavanger
URL: http://www.blogcrowds.com/
Support: http://www.blogcrowds.com/
----------------------------------------------- */

/* Variable definitions
====================
<Variable name="textcolor" description="Text Color" type="color"
default="#333" value="#333333">
<Variable name="pagetitle" description="Blog Title Color" type="color"
default="#353" value="#335533">
<Variable name="blogDescriptionColor" description="Blog Description Color"
type="color" default="#996" value="#999966">
<Variable name="posttitle" description="Post Title Color" type="color"
default="#996" value="#999966">
<Variable name="linkcolor" description="Link Color" type="color"
default="#488" value="#448888">
<Variable name="vlinkcolor" description="Visited Link Color" type="color"
default="#885" value="#888855">
<Variable name="dateheadercolor" description="Date Header Color"
type="color" default="#663" value="#666633">
<Variable name="sidebartitle" description="Sidebar Title Color" type="color"
default="#663" value="#666633">
<Variable name="borderColor" description="Border Color"
type="color" default="#9b9" value="#99bb99">
<Variable name="bodyfont" description="Text Font" type="font"
default="normal normal 100% Verdana,Arial,Sans-Serif" value="normal normal 100% Verdana,Arial,Sans-Serif">
<Variable name="pagetitlefont" description="Blog Title Font" type="font"
default="normal normal 250% Georgia,Serif" value="normal normal 250% Georgia,Serif">
<Variable name="blogDescriptionFont" description="Blog Description Font"
type="font"
default="normal normal 100% Verdana, Arial, Sans-Serif" value="normal normal 100% Verdana, Arial, Sans-Serif">
<Variable name="dateHeaderFont" description="Date Header Font"
type="font" default="normal normal 95% Georgia, Serif" value="normal normal 95% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font" type="font"
default="normal normal 100% Georgia,Serif" value="normal normal 100% Georgia,Serif">
*/
body {
margin: 0px 0px 0px 0px;
background:#fff url("http://www.blogblog.com/dots/bg_dots.gif");
background-position: 50% 31px;
text-align:center;
font:x-small Verdana, Arial, Sans-serif;
color:$textcolor;
font-size/* */:/**/small;
font-size: /**/small;
}


/* Page Structure
----------------------------------------------- */
#outer-wrapper {
width:890px;
margin:0 auto;
text-align:left;
font:$bodyfont;
}

#header-wrapper {
width:890px;
height:50px;
margin-bottom:20px;
background: #fff url("http://www.blogblog.com/dots/bg_dots2.gif");
}

#header{padding:0 20px 2px;background: #fff
url("http://www.blogblog.com/dots/bg_dots2.gif") -5px 0px;}

#main-wrapper {
width:450px;
float:left;
margin:0 10px;
padding:0 0 20px;
font-size:85%;
word-wrap: break-word; /* fix for long text breaking sidebar float in
IE */
overflow: hidden; /* fix for long non-text content breaking IE
sidebar float */
}
#main {
background:url("http://www.blogblog.com/dots/bg_dots2.gif") -100px
-100px;
padding:20px 10px 15px;
}
.sidebar-wrapper {
width:200px;
float:left;
font-size:85%;
padding-bottom:20px;
word-wrap: break-word; /* fix for long text breaking sidebar float in
IE */
overflow: hidden; /* fix for long non-text content breaking IE
sidebar float */
}
.sidebar {
background:url("http://www.blogblog.com/dots/bg_dots2.gif") -50px
10px;
padding:40px 10px 15px;
width:200px;
width/* */:/**/180px;
width: /**/180px;
}

/* Title & Description
----------------------------------------------- */

.Header h1 {
margin:0 0 .5em;
line-height: 1.4em;
font: $pagetitlefont;
color: $pagetitle;
}
.Header h1 a {
color:$pagetitle;
text-decoration:none;
}

.Header .description {
margin:0 0 1.75em;
color: $blogDescriptionColor;
font: $blogDescriptionFont;
}


/* Links
----------------------------------------------- */
a:link {
color:$linkcolor;
}
a:visited {
color:$vlinkcolor;
}
a:hover {
color:$vlinkcolor;
}
a img {
border-width:0;
}


/* Posts
----------------------------------------------- */
h2.date-header {
margin:0 0 .75em;
padding-bottom:.35em;
border-bottom:1px dotted $borderColor;
text-transform:uppercase;
letter-spacing:.3em;
color: $dateheadercolor;
font: $dateHeaderFont;
}
.post {
margin:0 0 2.5em;
}
.post h3 {
margin:.25em 0;
line-height: 1.4em;
font: $headerfont;
font-size: 130%;
font-weight: bold;
color:$posttitle;
background:url("http://www.blogblog.com/dots/bg_post_title.gif")
no-repeat 0 .25em;
padding:0 0 1px 45px;
}

.post h3 a {
text-decoration:none;
color: $posttitle;
}
.post h3 a:hover {
color: $textcolor;
}
.post p {
margin:0 0 .75em;
line-height:1.6em;
}

.post-footer {
margin:0;
}

.uncustomized-post-template .post-footer {
text-align: right;
}

.uncustomized-post-template .post-author,
.uncustomized-post-template .post-timestamp {
display: block;
float: left;
margin-right: 4px;
text-align: left;
}

.post-author, .post-timestamp {
color:$posttitle;
}

a.comment-link {
/* IE5.0/Win doesn't apply padding to inline elements,
so we hide these two declarations from it */
background/*
*/:/**/url("http://www.blogblog.com/dots/icon_comment.gif") no-repeat 0 .25em;
padding-left:15px;
}
html>body a.comment-link {
/* Respecified, for IE5/Mac's benefit */
background:url("http://www.blogblog.com/dots/icon_comment.gif")
no-repeat 0 .25em;
padding-left:15px;
}
.post img {
margin:0 0 5px 0;
padding:4px;
border:1px solid $borderColor;
}

.feed-links {
clear: both;
line-height: 2.5em;
}

#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}

/* Comments
----------------------------------------------- */
#comments {
margin:0;
}
#comments h4 {
margin:0 0 10px;
border-top:1px dotted $borderColor;
padding-top:.5em;
line-height: 1.4em;
font: bold 110% Georgia,Serif;
color:#333;
}
#comments-block {
line-height:1.6em;
}
.comment-author {
background:url("http://www.blogblog.com/dots/icon_comment.gif")
no-repeat 2px .35em;
margin:.5em 0 0;
padding:0 0 0 20px;
font-weight:bold;
}
.comment-body {
margin:0;
padding:0 0 0 20px;
}
.comment-body p {
margin:0 0 .5em;
}
.comment-footer {
margin:0 0 .5em;
padding:0 0 .75em 20px;
color:#996;
}
.comment-footer a:link {
color:#996;
}
.deleted-comment {
font-style:italic;
color:gray;
}


/* More Sidebar Content
----------------------------------------------- */
.sidebar h2 {
margin:2em 0 .75em;
padding-bottom:.35em;
border-bottom:1px dotted $borderColor;
line-height: 1.4em;
font-size: 95%;
font: $headerfont;
text-transform:uppercase;
letter-spacing:.3em;
color:$sidebartitle;
}
.sidebar p {
margin:0 0 .75em;
line-height:1.6em;
}
.sidebar ul {
list-style:none;
margin:.5em 0;
padding:0 0px;
}

.sidebar .widget {
margin: .5em 0 1em;
padding: 0 0px;
line-height: 1.5em;
}

.main .widget {
padding-bottom: 1em;
}

.sidebar ul li {
background:url("http://www.blogblog.com/dots/bullet.gif") no-repeat
3px .45em;
margin:0;
padding:0 0 5px 15px;
}
.sidebar p {
margin:0 0 .6em;
}

/* Profile
----------------------------------------------- */
.profile-datablock {
margin: 0 0 1em;
}

.profile-img {
float: left;
margin: 0 8px 5px 0;
border: 4px solid #cc9;
}

.profile-data {
margin: 0;
line-height: 1.5em;
}
.profile-textblock {
clear: left;
margin-left: 0;
}

/* Footer
----------------------------------------------- */
#footer {
clear:both;
padding:15px 0 0;
}

#footer p {
margin:0;
}

/* Page structure tweaks for layout editor wireframe */
body#layout #sidebar, body#layout #main,
body#layout #main-wrapper,
body#layout #outer-wrapper,
body#layout #sidebar-wrapper {
padding: 0;
}
body#layout #sidebar, body#layout #sidebar-wrapper {
padding: 0;
width: 240px;
}
]]></b:skin>
</head>

<body>
<div id='outer-wrapper'><div id='wrap2'>

<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
<a href='#sidebar'>skip to sidebar</a>
</span>

<div id='content-wrapper'>

<div class='header-wrapper'>
<b:section class='header' id='header' preferred='yes' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='Conventional and Alternative Medicine (Header)' type='Header'/>
<b:widget id='HTML2' locked='false' title='' type='HTML'/>
</b:section>
</div>

<div class='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar1' preferred='yes'>
<b:widget id='HTML5' locked='false' title='' type='HTML'/>
<b:widget id='HTML3' locked='false' title='' type='HTML'/>
<b:widget id='LinkList1' locked='false' title='' type='LinkList'/>
</b:section>
</div>


<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Text1' locked='false' title='Disclaimer' type='Text'/>
<b:widget id='HTML6' locked='false' title='' type='HTML'/>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div>

<div class='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='HTML7' locked='false' title='' type='HTML'/>
</b:section>
<p>Modified By <a href='http://www.blogcrowds.com/'>Blogcrowds</a></p>
</div>

<!-- spacer for skins that want sidebar and main to be the same
height-->
<div class='clear'> </div>

</div> <!-- end content-wrapper -->

<div id='footer-wrapper'>
<b:section class='footer' id='footer'>
<b:widget id='HTML4' locked='false' title='' type='HTML'/>
<b:widget id='HTML1' locked='false' title='' type='HTML'/>
</b:section>
</div>

</div></div> <!-- end outer-wrapper -->
</body>
</html>

Saturday, September 27, 2008

dementia

AS SINGAPORE ages, much buzz has been generated about the importance of older folk staying active and alert.
Several high-profile public education campaigns and newly set up people’s organisations have recently had the same stirring call – active ageing. These will hopefully help babyboomers stay healthy.
But what if you are already old and ill, losing slowly what many say is life’s greatest gift of all – your memory?
The horror and heartbreak of patients and caregivers coping with dementia came alive in a myriad ways as I researched this week’s Saturday Special Report.
An estimated 25,000 are living with the condition here.
For patients, the illness can be puzzling at first. With the erasing of recent memory one of the early signs, many stricken with the condition refuse to believe anything is wrong with them.
A 57-year-old unmarried publishing executive whose mother has been living with the affliction for more than a decade, remembered how he chanced upon her wandering around Tanglin Mall one afternoon shortly after she was diagnosed.
The former washerwoman had walked there all the way from their Redhill home. When he asked her that evening what she had done the whole day, she had no recollection at all of her little escapade. Instead, she was upset that her son was concocting what she thought were terrible stories.
As time goes by, the hurt and despair can morph into anger and even violence.
A devoted daughter I interviewed has endured sleepless nights, taunts, tantrums and threats of suicide as she nurses her 79-year-old mother who has Alzheimer’s. The suicide threats were especially painful – since her clinically depressed husband – ended his life.
Others have endured physical torture – like a housewife who gets beaten up every day by her dementia-ridden husband who has the delusion that his family is stealing his money.
In home after home, caregivers old and young, rich and poor spoke as one of how hard it is to see loved ones slowly waste away.
Yet, although we now live in a world where someone is diagnosed with dementia every seven seconds, relatively few speak out about the disease in Singapore.
And although experts agree that the caregiving responsibilities of this disease are possible the heaviest – with many requiring intensive nursing care, yet lingering on for years – there aren’t too many support systems for carers here.
So how can we as individuals help stem the scourge? First, we could open our wallets and give generously to a cause that seeks to help families with loved ones who languish as the living dead. (The Alzheimer’s Disease Association is collecting funds to open a new centre at Jurong.)
Some of us could also consider volunteering our time to help patients and their families.
Experts say we may soon face a shortage of support facilities such as daycare centres for patients, especially those that cater to patients with early dementia. These centres allow family members to go work or take a breather from their caregiving duties.
There are many dedicated volunteers who are soldiering quietly to help others cope by organising support groups or raising funds.
But one example of sterling service stands out.
When she was in her 80s, retired gynaecologist Oon Chiew Seng approached the Ministry of Health to offer her services to do something to help the aged sick.
The Ministry asked her to consider setting up a nursing home for dementia patients. Nearly a decade on, Dr Oon’s Apex Harmony Lodge remains the only nursing home here that was purpose-built for dementia patients.
And although she is now older than most of the patients at the nursing home, the sprightly snowy haired woman still visits them every day, playing mahjong or just lending them a friendly ear.
“They need someone to talk to – and I have the time,” she says. “This way, they are happy and alert and so am I.”

Monday, September 22, 2008

Under construction

Under Construction