Announcement:

This is a Testing Annocement. I don't have Much to Say. This is a Place for a Short Product Annocement

Friday, November 18, 2011

Why Your Mom Is So Special To You?



No gift to your mother can ever equal her gift to you - life (anonymous)

Did you ever thank God for giving us the most wonderful gift in our life? It is not the things we achieved… Without this person, we would never see how beautiful life is.

In the very first place, this story reflects mine, yet we might share the same. I am simply going to brag to you the qualities of my Mother making her so special to me as a son.

I would proudly say she is the best mother for me. Honestly, I would be out of words when I am going to try to describe why she is. Even I am on my own this time, but the memories that I had with her when I was a child were so vivid on me. She simply cares and loves me no other person can ever do, and that is for always.

I got the chance to be with her again last November 1st and 2nd when I went home, though I saw an older Mother, with several strands of white hair, but she is as strong as I knew her when I woke up every morning when I was on my grade school days, she was there alive and kicking for me with the table ready.

I love my Mom, I may not the best son, or any better, but I love my Mom and wish to see her happy. I wish to see her strong through the coming days, and I wish that she will have more and more years to be with me, with my brother and sisters, with her grandsons and granddaughters.

Though my family was striving to live in the midst of crisis, I know she and my Father shared happy moments together for having us. I and Mom, with my niece never miss the chance to visit my father's grave that time, and there, we brought him some flowers and candles. I wanted to thank him once again, for loving my mother until his last breath.

There might be unfulfilled dreams, but I got the strength to carry on at least one of them for my Mom, and I whispered to his grave that I wont leave her, I am just like her little son longing for her tender care and touch. I know Father was about to get away all his worries.

This day might not be the celebration for Mothers' Day, but if you are going to ask me, everyday is a special day for all mothers. This is a tribute to all mothers.

Can you tell me why your Mother is so special to you?

Quote Source: 50 Inspirational Quotes (for Mothers)

Image Credit: duron123 / FreeDigitalPhotos.net

Thursday, August 18, 2011

Customize Facebook Like Box With CSS, Tested To Work for YOU!


This trick is from one of my favorite blogs that taught many bloggers to make some nice tweaks to their blogpages! But somehow, this tutorial about Facebook Like Box seemed not working to me and for some people who have tried the trick, so I made some step to fix this problem!

In this simplified tutorial, you are not going to necessarily upload the css to your web hosting! I will give the direct link below with two choices, with the green font same as MBT or the red font like mine! Or, if you want more customization of the CSS, I recommend WEBFREEHOSTING.NET, and upload your FB CSS file there.

Here are the two direct links of the FB LIKE BOX CSS I uploaded to my WEBFREEHOSTING.NET account:

Red Font
http://testingforsb.atwebpages.com/fb.css

Green Font
http://testingforsb.atwebpages.com/fbgreen.css

One problem also, as I read some comments at the original tutorial, the like box won't appear, okay, I encountered that as well, so we will use another link of the FB Like Box Javascript to solve the problem:

<style>
#mbtlikebox{
color: #365899;
font: bold 11px arial;
background:#ECEEF5;
padding:3px !important;
margin:5px 0px!important;
border:1px solid #E1E4ED;
-moz-border-radius:3px;
-webkit-border-radius:3px;
width:290px;
}

#mbtlikebox:hover{
border:1px solid #6383C1;
}
</style>
<script type="text/javascript" src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">FB.init("");</script>
<fb:fan profile_id="REPLACE THIS WITH YOUR LIKE PAGE ID" stream="0" connections="10" width="350px" height="200px" header="0" logobar="0" css="REPLACE THIS WITH FB LIKE BOX CSS DIRECT LINK"></fb:fan>
<div id="mbtlikebox"><a rel="nofollow" target="_blank" style="text-decoration:none; color:#365899;" href="REPLACE WITH YOUR FB LIKE PAGE URL">Visit the Like Page»</a><div style="float:right"><a href='http://www.mybloggertricks.com/2011/07/custom-facebook-like-box-with-mouse.html' style="text-decoration:none; color:#365899;">Widgets »</a></div></div>

Now, simply open your Blogger account, ADD GADGET-HTML/JAVASCRIPT! Save, place that gadget from anywhere of your blog! Enjoy!

Oops, if you got some problem from the above codes, refer to the example below:

<style>
#mbtlikebox{
color: #365899;
font: bold 11px arial;
background:#ECEEF5;
padding:3px !important;
margin:5px 0px!important;
border:1px solid #E1E4ED;
-moz-border-radius:3px;
-webkit-border-radius:3px;
width:280px;
}

#mbtlikebox:hover{
border:1px solid #6383C1;
}
</style>
<script type="text/javascript" src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">FB.init("");</script>
<fb:fan profile_id="251311191548351" stream="0" connections="8" width="300px" height="200px" header="0" logobar="0" css="http://testingforsb.atwebpages.com/fb.css"></fb:fan>
<div id="mbtlikebox"><a rel="nofollow" target="_blank" style="text-decoration:none; color:#365899;" href="https://www.facebook.com/pages/SimplifiedBlogging/251311191548351">Visit SB on FB »</a><div style="float:right"><a href='http://www.mybloggertricks.com/2011/07/custom-facebook-like-box-with-mouse.html' style="text-decoration:none; color:#365899;">Widgets »</a></div></div>

As you can see, I am using 280 instead of 290, and 300 instead of 350, and 8 instead of 10... it depends with the width if your sidebar!

Important References:

Copyright @ 2013 Simplified Blogging. Designed by Templateism | Love for The Globe Press