>

8/24/2010

Baby Sleep Aids - so that everyone can Sleep Well

Baby Sleep Aids - so that everyone can Sleep Well
How many times in recent weeks have you tried to get your baby to sleep but in vain? Millions of families go through this every night and when all else fails, the baby sleep can help you get some sleep you deserve and thirst.
The problem is that there are many baby sleep aids available, so that no one would you choose? Examples of baby sleep aids that are commonly used and you can try to see if they will help solve the problem of sleep for your baby ..
Firstly, how can you go wrong with the coverage good old days? At one point, each of us hooked us with a baby blanket. The comfort, safety, and the heat will leave a comfortable feeling for the baby and allow him to relax if he is having trouble sleeping. This is one of the best and most used baby sleep aid ever.
As a variation of that, you can use another transitional object like a teddy bear, or maybe t-shirt mom, so your baby can live with a smell he or she is to ease.
Unfortunately, there are times when a blanket or other object just transition will not be enough, then you might consider using another help baby sleep baby sleep or technical.
Night lights are also common sleeping baby and can help make your child feel a little more comfortable in their dark environment. Although we can not know, babies can often wake up and cry because they are not used to being alone, and they do not recognize their environment. A light at night will give them security when they open their eyes. Being in a familiar environment and be able to see the baby toys over the bed or out of the ceiling will be put at ease.
Music or sounds are also major types of baby sleep aids that you can try if you have not already. Soft music and carefree, like classical music at low volume is very soothing to the ears of a baby who can help them sleep. You can even leave the music playing throughout the night so that helped. Otherwise, white noise, which may seem dreadful to adults, can be very soothing for a baby. A fan, having the television on, or even the sounds of nature .... birds, rain or sounds of whales are very common. There are also white noise CD, you can buy with the sound of a vacuum cleaner or washing machine etc. Again, this sounds a bit strange, but can really help.
Although all these aids are able to sleeping baby and many parents demonstrate their effectiveness, it is also possible that none of them can work for your child. No two children are the same and so there is unfortunately no single panacea for the problems baby sleep. However, a few proven techniques baby sleep, a sleep routine and help your baby sleep weird thrown in for good measure, you and your baby may soon be getting the full nights sleep you deserve.
»»  read more

Create a "Recent Post" for each Label at Homepage

After the procedure reference sites have found a way of Fandung similar. Same procedure described above, will also create the categories page, each column corresponds to a label. Latest articles of the label that will display a thumbnail image attached, other posts will be displayed by list, which included articles describing effects. But with Fandung, sorted and code rewritten to show more beautiful, more professional.
1. Login blog
2. In the layout
3. In the HMTL code editing
4. Paste the CSS code below into the front lines of code ]]></ b: skin>
.mota{ position: relative; z-index: 0; text-decoration:none; }

.mota:hover{ background-color: transparent; z-index: 50; }

.mota span{ position: absolute; background-color: #ffffff; padding: 5px; left: -1000px; border: 1px solid #000; visibility: hidden; color: black; text-decoration: none; }

.mota span img{ border-width: 0; padding: 2px; }

.mota:hover span{ padding:5px; visibility: visible; top: 20px; left:50px; width:250px; background:#ccc; text-align: justify; }
5. Save the template.
6. Create widget HTML / Javascript, and paste the code below:
<script language="JavaScript">
imgr = new Array();
imgr[0] = http://sites.google.com/site/fdblogsite/Home/nothumbnail.gif;

showRandomImg = true;
tablewidth = 245;

cellspacing = 1;
borderColor = "#30a1db";
bgTD = "#fff";

imgw = 130;
imgh = 130; imgwidth = 60;

imgheight = 60;
fntsize = 12; fontsize = 18;

fontsizecm = 11;
acolor = "#000";
titlecolor = "#f00";
aBold = true; icon = " » ";

text = "Nhận xét";
showPostDate = true;
poston = "Ngày đăng :";

minisummaryPost= 200;
summaryPost = 350;
summaryFontsize = 12;
summaryColor = "#000"; icon2 = " » ";

numposts = 8;
sobaiviet = 10;

label = "Love";
nhan= "Tình Yêu";

home_page = "http://fandung.blogspot.com/"; </script>

<script src="http://fandung.110mb.com/label-tin247/a-label.js" type="text/javascript"></script>
<script src="http://fandung.110mb.com/label-tin247/b-label.js" type="text/javascript"></script>

Wish you success.

Also, to avoid cases like last time encounter with the Samba host, i send to you 2 link file .js used in this procedure, in case 110mb.com fail, you can upload it to a free host with which to use.

File 1 - http://fandung.110mb.com/label-tin247/a-label.js download (here)
File 2 - http://fandung.110mb.com/label-tin247/b-label.js download (here)
»»  read more

Trick is to create hidden buttons add-on widgets

By inserting a small java script code in the widget code in Edit HTML, you can create a link button located in the header of each widget that allows hide / show widget that when clicked on it. Snippet from the blog reference Fandung With this procedure, you can hide content as illustration:
The steps procedure: 1. In the layout (layout) 2. In editing HTML code (edit the HTML code) 3. Choose "expanded utility model" (expand widgets template) 4. Find the code of the widget you want to insert this gadget, as in illustration, application procedure for utility Label, so we will find its code, and below is its code:
<b:widget id='Label1' locked='false' title='Nhãn' type='Label'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <ul> <b:loop values='data:labels' var='label'> <li> <b:if cond='data:blog.url == data:label.url'> <data:label.name/> <b:else/> <a expr:href='data:label.url'><data:label.name/></a> </b:if> </li> </b:loop> </ul> <b:include name='quickedit'/> </div> </b:includable> </b:widget>
And add code to as below:
<b:widget id='Label1' locked='false' title='Nhãn' type='Label'> <b:includable id='main'> <script type='text/javascript'> //<![CDATA[ if(typeof(rnd) == 'undefined') var rnd = ''; rnd = Math.floor(Math.random()*1000); rnd = 'id-' + rnd; document.write('<a href="#" onclick="tmp = document.getElementById("' + rnd + '"); tmp.style.display = (tmp.style.display == "none") ? "block" : "none"; return false;" style="float:left;margin-right:5px;">'); //]]> </script>[▼/▲] <script type='text/javascript'> //<![CDATA[ document.write('</a>'); //]]> </script> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <script type='text/javascript'> //<![CDATA[ document.write('<div id="' + rnd + '" style="display:none;">'); //]]> </script> <ul> <b:loop values='data:labels' var='label'> <li> <b:if cond='data:blog.url == data:label.url'> <data:label.name/> <b:else/> <a expr:href='data:label.url'><data:label.name/></a> </b:if> </li> </b:loop> </ul> <script type='text/javascript'> //<![CDATA[ document.write('</div>'); //]]> </script> <b:include name='quickedit'/> </div> </b:includable> </b:widget>
Note: The code can change the way you like blue, specifically + [▼ / ▲]: change the character ▼ / ▲ according to your preference. + Float: left; margin-right: 5px;: this is the code locate the display of the button [▼ / ▲] on the title of the widget. If you want it shown on the right is the correct float: right; margin-right: 5px; 6. Save the template. If you want to add default text widget displays the edit line:
//<![CDATA[ document.write('<div id="' + rnd + '" style="display:none;">'); //]]>
to:
//<![CDATA[ document.write('<div id="' + rnd + '" style="display:block;">'); //]]>
»»  read more