Saturday, April 25, 2015

Aphorisms Latest Love

On this occasion I will discuss an article about Aphorisms Latest Love. Hopefully the article Aphorisms Latest Love will add to your knowledge


http://adf.ly/YvOyW

Aphorisms of Love Full of Meaning. In life we ​​are always really going through a variety of things such as the struggle of life, happy, sad, love problems, and others. The issue also love sometimes does not always work beautifully, sometimes we also have to take an exam or a problem in a relationship. Well on this occasion erakata.com admin will try gives aphorisms of love for you who want to express or pour your feelings in the form of aphorisms.Sometimes the words we say or utter pearls make no sense of awe or memorable hearts because words are weighty and so full of meaning. Love itself not only in our love for the opposite sex, but love that could have been contained in a god, animal, plant, or the love of parents. But on this occasion the admin will only share about the aphorisms of love for love of the opposite sex, on the other hand may give a chance to be the admin of other words.Aphorisms of love is very suitable for those who are already married wives, or teens who are dating. Every day many people are typing this keyword especially among teenagers. Usually these love quotes used to say to the boyfriend, status updates to social networks such as facebook and twitter. Meaningful quotes below are only for reference, or just to help you look for inspiration. Jump just do not have too many mince words following aphorisms of love.

Aphorisms Love of Wisdom:

Do not say love if not sincere of heart. Because eventually someone will you hurtDo not demand to be loved for what it is if you still give reservation to someone who loves you.No need to hide the shortcomings of the people you love. Because love can be tested sincerity when love can accept flaws.A woman who pretends to laugh at love is like a small child who cries at night because of fearGive the whole love for someone not guarantee he will return your love. Do not want love in return. wait for it to grow in his heart. but if not. blessed because it grew in yoursWhen two hearts sincere love, no time is too long, no distance is too far, because they know what it means to be faithful.Words Beautiful Love:There is no love that should be hidden. If you have to do it just tuk happy, do not deserve your love is maintained.When love someone, love is. Do not expect him perfect, because perfection is when love unconditionally.Keep sharing though you felt did not have anything. Because you can share the attention, affection, even love. Be sincere when shared.Sincere hearts to love, never tired tuk survive, will not give tuk fight, because he believes he's definitely happy find.In any beauty, there is always the eye that sees. In every truth, there is always a listening ear. In every love, there is always the heart that receives.He who sincerely love you, not him that for you laugh when you're sad, but he who saw you laugh but know you are sad middle.When two hearts sincere love, no time is too long, no distance is too far, because they know what it means to be faithful.If you love someone, you should never be ashamed to declare. The shame would be better than a lifetime of regret.

Friday, April 24, 2015

Make Icon Button Multi Use With CSS3

On this day I will deliver the article about Make Icon Button Multi Use With CSS3. Hopefully the article Make Icon Button Multi Use With CSS3 will add insight for you

Make Icon Button Multi Use With CSS, that's what I will discuss on this occasion, this button has many functions that can be used fatherly friend beautify the look of the blog, how interested not yes I immediately wrote to follow the tutorial below.

This CSS3 Code Snippets
 .my-button {
 text-transform:capitalize;
 cursor:pointer;
 padding:7px 15px;
 margin:7px 0 0;
 line-height:25px;
 display:inline-block;
 border:none;
 color:#fff;
 font-weight:bold;
 -webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.2);
 -moz-text-shadow:0 -1px 0 rgba(0,0,0,0.2);
 text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.my-button:hover { color:#fff; }
.small,.small:hover {
 line-height:12px;
 font-size:11px;
 -webkit-box-shadow:0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 -moz-box-shadow:0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 box-shadow:0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
}
.medium,.medium:hover {
 line-height:18px;
 font-size:13px;
 -webkit-box-shadow:0 -10px 10px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 -moz-box-shadow:0 -10px 10px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 box-shadow:0 -10px 10px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
}
.large,.large:hover {
 line-height:24px;
 font-size:14px;
 padding:9px 17px;
 -webkit-box-shadow:0 -10px 15px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 -moz-box-shadow:0 -10px 15px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
 box-shadow:0 -10px 15px rgba(0,0,0,0.15) inset,0 1px 0 rgba(255,255,255,0.3) inset;
}
.blue {
 background-color:#01afe7;
 border:1px solid #009bcd;
}
.blue:hover {
 background-color:#15c6ff;
}
.slate {
 background-color:#838B8E;
 border:1px solid #767c7f;
}
.slate:hover {
 background-color:#939c9f;
}
.pink {
 background-color:#ea3271;
 border:1px solid #d72160;
}
.pink:hover {
 background-color:#FD5D94;
}
.lamb {
 background-color:#e6c470;
 border:1px solid #d5b462;
}
.lamb:hover {
 background-color:#F7D683;
}
.red {
 background-color:#D54336;
 border:1px solid #c5392c;
}
.red:hover {
 background-color:#f4695d;
}
.green {
 background-color:#8EC63F;
 border:1px solid #79ab34;
}
.green:hover {
 background-color:#a5e151;
}
.terra {
 background-color:#ef6658;
 border:1px solid #ec6a5d;
}
.terra:hover {
 background-color:#ff7f72;
}
.grey {
 background-color:#bdbdbd;
 border:1px solid #acacac;
}
.grey:hover {
 background-color:#CFCFCF;
}
.brown {
 background-color:#b0a066;
 border:1px solid #998b57;
}
.brown:hover {
 background-color:#C5B475;
}
.dark {
 background-color:#457D97;
 border:1px solid #35667c;
}
.dark:hover {
 background-color:#5695b3;
}
.white {
 background-color:#dddddd;
 border:1px solid #c7c7c7;
 color:#555;
}
.white:hover {
 background-color:#eee;
}
.black {
 background-color:#555;
 border:1px solid #333;
}
.black:hover {
 background-color:#757575;
}
.purple {
 background-color:#c215d5;
 border:1px solid #790186;
}
.purple:hover {
 background-color:#e034f3;
}
.orange {
 background-color:#FC9B0F;
 border:1px solid #e58700;
}
.orange:hover {
 background-color: #fcc10f;
}
.my-button span {
 float:left;
 display:inline-block;
 margin-top:3px;
 margin-right:5px;
}
1. Login first to sobat.2 blog account. Select Template menu> Edit HTML3. search code]]> </ b: skin> and place the code snippet above code]]> </ b: skin>.

The first step has been completed now turn to how to install the widget
 
1. Select Layout> Add Gadget> HTML / Javascript2. Copy the code below and place it in the HTML content column, and select one as needed buddy.



<a class="my-button medium blue" href="#"><img alt="" src="images/btn_info.png" />Information</a>
<a class="my-button medium green" href="#"><img alt="" src="images/btn_ok.png" />Success</a>
<a class="my-button medium orange" href="#"><img alt="" src="images/btn_warning.png" />Warning</a>
<a class="my-button medium red" href="#"><img alt="" src="images/btn_error.png" />Error</a>
<a class="my-button medium black" href="#"><img alt="" src="images/btn_add.png" />Add New</a>

<a class="my-button medium green" href="#"><img alt="" src="images/btn_down.png" />Download</a>
<a class="my-button medium purple" href="#"><img alt="" src="images/btn_up.png" />Upload</a>
<a class="my-button medium dark" href="#"><img alt="" src="images/btn_help.png" />Help</a>
<a class="my-button medium terra" href="#"><img alt="" src="images/btn_delete.png" />Delete</a>
Description: on a # replace with url links pal

Popular Posts Widget modification Being Colorful

In this post I will present an article on Popular Posts Widget Modification Being Colorful. Hopefully the article Modifications Popular Posts Widget Being Colorful will add to your knowledge


Widget Posting Populer yang Sudah Dimodifikasi
Popular Posts widget configuration, make sure that you choose a model in the form of thumbnails and the title of the widget. After the entry into the HTML template editor. Copy this CSS code and place it on top of the code]]> </ b: skin> or </ style>:
/* Custom CSS for Blogger Popular Post Widget */
.PopularPosts ul,
.PopularPosts li,
.PopularPosts li img,
.PopularPosts li a,
.PopularPosts li a img {
margin:0 0;
padding:0 0;
list-style:none;
border:none;
background:none;
outline:none;
}


.PopularPosts ul {
margin:.5em 0;
list-style:none;
font:normal normal 13px/1.4 "Arial Narrow",Arial,Sans-Serif;
color:black;
counter-reset:num;
}


.PopularPosts ul li img {
display:block;
margin:0 .5em 0 0;
width:50px;
height:50px;
float:left;
}


.PopularPosts ul li {
background-color:#eee;
margin:0 10% .4em 0;
padding:.5em 1.5em .5em .5em;
counter-increment:num;
position:relative;
}


.PopularPosts ul li:before,
.PopularPosts ul li .item-title a {
font-weight:bold;
font-size:120%;
color:inherit;
text-decoration:none;
}


.PopularPosts ul li:before {
content:counter(num);
display:block;
position:absolute;
background-color:black;
color:white;
width:30px;
height:30px;
line-height:30px;
text-align:center;
top:50%;
right:-10px;
margin-top:-15px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}


/* Set color & level */
.PopularPosts ul li:nth-child(1) {background-color:#E11E28;margin-right:1%}
.PopularPosts ul li:nth-child(2) {background-color:#FD3C03;margin-right:2%}
.PopularPosts ul li:nth-child(3) {background-color:#FECB09;margin-right:3%}
.PopularPosts ul li:nth-child(4) {background-color:#6EBE27;margin-right:4%}
.PopularPosts ul li:nth-child(5) {background-color:#149A48;margin-right:5%}
.PopularPosts ul li:nth-child(6) {background-color:#5BBFF1;margin-right:6%}
.PopularPosts ul li:nth-child(7) {background-color:#61469C;margin-right:7%}
.PopularPosts ul li:nth-child(8) {background-color:#863E86;margin-right:8%}
.PopularPosts ul li:nth-child(9) {background-color:#863E62;margin-right:9%}
.PopularPosts ul li:nth-child(10) {background-color:#815540;margin-right:10%}
Click Save Template. just like that

Wednesday, April 22, 2015

FREE SAMPLE WAV

FREE Sample wav to make an internal or external sampling kit free download click on the name below

Sample wav Gamelan Jawa
Sample wav Bass ibanez
Sample wav bass versi sera
Sample wav Drum
Sample wav Kendang jawa/ciblon
Sample wav Kendang dangdut
Sample wav Kendang dangdut koplo
Sample wav Tabla_Kit
Sample wav tabla_hi
Sample wav tabla_lo
Sample wav efect remix 1
Sample wav efect remix 2

For those who love tweaking brain effect remixes / dj please download here more fully.
While this first,, Wav others awaited aja ya friend ...
.

keyword : free sample wav files, free sample wav file download, free sample wav download, free sample waves, free sample wav packs, free sample wav hip hop, free wav sample library, free wav sample loops, free wav sample kits, free wav sample player, free sample wav, free wav samples and loops, free samples audio wav, free wav samples ableton, free wav samples bass, free wav sample rate converter, free samples wav dubstep, free wav samples drums, free vocal samples wav download, free kick samples wav download, free voice samples wav download, free movie samples wav download, free wav sample packs download, free piano wav samples download, free wav samples sound effects, free explosion wav sample, free ivory wave sample, grain waves free sample, neutrogena wave free sample, free sine wave sample, free saw wave sample, wave alchemy free sample pack, free wav samples for fruity loops, free wav samples for mpc, free drum samples wav download, free guitar sample wav, free wav samples house, free heartbeat sample wav, free wav samples instruments, free samples in wav, free kick sample wav, free wav samples movies, free drum samples wav metal, free wav samples for music production, free wav samples online, free wav samples piano, free vst wav sample player, free dubstep wav sample pack, free drum sample packs wav, free wav samples for reason, free sample wav sounds, free samples wav synth, free wav samples strings, free wav samples speech, free wav samples fl studio, free wav samples trance, free wav samples to download, free samples wav vocals, free wav samples voices, free vocal sample wav download, free wav vocal sample packs, free wav samples zip, free wav samples for fl studio, free 808 bass drop sample wav

Most Easy Meatball Recipes Cooking And Delicious

On this day I will present articles about Cooking Recipes Most Easy And Delicious Meatballs. Hopefully the news Cooking Recipes Most Easy And Delicious Meatballs will add to your knowledge


Meatballs certainly a type of our favorite foods and actually memasakknya is very simple and easy even if you cook even more mantab rasanya.Resep usually easiest to cook meatballs and tasty is the title of this post and I will give you the recipe.


Cooking Recipes Most Easy And Delicious Meatballs:


Materials and marinade:

     veal meatballs or chicken meatballs
     chicken, beef
     celery
     leek
     cabbage, carrots, broccoli, or other vegetable caisin
     garlic
     pepper
     hazelnut
     contents nutmeg
     fried onions
     salt / Masako
     soy sauce
     sauce / ketchup
     mihun or boiled noodles

Resep Memasak Bakso Paling Mudah Dan Enak
How to cook:How to cook was the first to grind the ingredients until smooth after washing with clean namely pepper, nutmeg, garlic and nutmeg to taste the contents. After the finely ground herbs then fried or sauteed with a little cooking oil until fragrant smell and then boiled in a pot of water and the amount of water is appropriate, after boiling water enter the finely ground spice earlier and include beef, put salt to taste. After cooking or tender beef, meatballs enter, Masako, sliced ​​carrots, caisin, broccoli or other vegetables but make sure not too ripe vegetables that nutritional vitamins are not lost after the turn off the heat.
How to serve meatballs:If using cabbage, finely cut cabbage, celery also provide fried red onion slices, mihun or yellow noodles boiled. Take a bowl of soup or soup that has been cooked before / as above and also meatballs, put stew mihun or yellow noodles, sliced ​​cabbage, celery, sliced ​​fried onions, chili sauce, soy sauce and ketchup to taste / according to taste, and add sliced small pieces of fried chicken or chicken boiled in order to grow delicious taste / bad, now is ready to dish meatballs.

    
Note:

    
Usually I if it intends to cook meatballs recipe itself always I love beef more so that the sauce was tasty and savory meatballs, also I add green vegetables such as broccoli green, caisin, orange sliced ​​carrots, about the marinade to give a special flavor and scent , do not forget to add too little content of nutmeg. Additional Masako will also give a sense becomes better, also add sliced ​​chicken fried or boiled, cooked meatballs recipe that is most convenient and tasty from me, good luck.