Tutorial menu bar in menu bar

Sunday, January 22, 2017


Hello everyone,today i gonna teach u how to put hover navigation with another menu bar in it.It ok,use the demo below for better understanding.


So here the code:
1.Open Html javascript
2.Paste the code in it,anywhere u want to put.To adjust the position,make sure u use "margin-top or margin-bottom,margin-left,or margin-right"
Eg:to make it more toward top;margin-top:-10px,increasing the number without removing the negative symbol,will make it move more upward.Same goes to left,right and bottom.Understood?
3.The code:

<style type="text/css">
#r23 {
background-color:#fff;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
width: 120px;
text-align: center;
display:inline-block;
font-size: 8px;
letter-spacing:3px;
font-family:calibri;
text-transform: uppercase;
color: #222222;
padding:4px;
margin-bottom:-30px;
9px;transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

#r23:hover {
color:#fff;
background-color:#EEE7E8;
9px;transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
 

#r23:hover #t33 a:moo{
border-top:0px solid #fff;
 }

#r23:hover #t33{
opacity:3;
-webkit-transition-duration:.7s;
overflow:hidden;
background-color:transparent;
z-index:966666666666666666666666666666666666666669;
height:auto;
}

#t33 {
position:absolute;
overflow:hidden;
width: 130px;
height: 0px;
text-transform: uppercase;
line-height: 20px;
font-size: 7pt;
font-family: 'Lora', serif;
padding-top: 3px;
margin-top:4px;
margin-left:-5px;
opacity:0;
transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

#t33 a{
background-color:#fff;
color: #525252;
text-align:center;
display:block;
padding:0px;
border:0px solid #e2e2e2;
text-transform: lowercase;
font-style: italic;
line-height: 20px;
font-family: 'Lora', serif;
font-size: 7pt;
transition: all 0.5s ease;
letter-spacing:2px;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}


#t33 a:hover{
text-align: right;
font-family: 'Lora', serif;
font-size: 7pt;
color:#fff;
background-color:#525252;
opacity:100;
transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}


#cute {
width:100%;
text-align: center;
margin-left:0px;
margin-top:0px;

}

</style>
<!---- Change everything with your own! ----!>
<div id="head">
<div id="cute">
<div id="r23">Lands
<div id="t33">
<a href="http://tutorialsfreebies.blogspot.com/">Castle</a>
</div>
</div>
<div id="r23">About
<div id="t33">
<a href="http://tutorialsfreebies.blogspot.com/">Author</a>
</div>
</div>
<div id="r23">More
<div id="t33">
<a href="http://tutorialsfreebies.blogspot.com/">faqs</a>
</div>
</div>

<div id="r23">Lists
<div id="t33">
<a href="http://">Kawaii</a>

<a href="http://">Diary</a>
<a href="http://">Old diary</a>
</div>
</div>

<div id="r23">Contents
<div id="t33">
<a href="http://tutorialsfreebies.blogspot.com/">Tutorials</a>

</div>
</div>

<div id="r23">Networks
<div id="t33">
<a href="https://twitter.com/injulol">twitter</a>
<a href="https://www.facebook.com/hunny.julia">facebook</a>
<a href="https://instagram.com/rjuz_j/">instagram</a>
<a href="http://blogskins.com">blogskins</a>
</div>
</div>

<div id="r23">Others
<div id="t33">
<a href="http://blogger.com">dashboard</a>
<a href="http://google.com/">google</a>
<a href="http://">follow?</a>

</div>
</div></div></div></div></center>

4.Want to add more navigation?Just add the similar code highlighted in red,but adjusting the name and the link u wanna put.That's all.Good luck.
5.The chocolate highlighted font is for the menu bar visible that u can see,adjust it just like normal menu bar with hover.
6.The purple one is for the hidden menu bar,where,when u hover on it,it will appear more menu bar in it.aAdjust depend on your creativity.

Wattpad Story

Wednesday, December 14, 2016


Hello,new item today,
This will be my new page for my wattpad story collection.Have fun read.


A story of a girl who was living in [your country] , being proposed by her sister(non-biological sister) to work in Korea to be a maid in BANGTAN'S dorm.The story full with cute,funny and mysterious scenes.All the boys fall in love with Lia's character and hardwork.But only two of them were deeply attracted by her and have a serious intention to express their own feeling.With their own skills and funny way to tackle Lia,on the last episode of this story,only one could success winning Lia's heart.Who is that two boys?Could be,Namjoon or Jin?Taehyung or Jungkook?Jimin or J-hope?or even Jin?and WHO is that one lucky man? continue




Hannah,a young girl who was living in a city of dream,Gangnam,Seoul due to her dream to become a singer.She was originated from [your country],had been living in Korea for almost 1 year.However,unexpected thing to be happen,when she met him, a guy from a rising group,BTS.He named Min Yoongi aka Suga of BTS.The scenes weren't as being planned by every ARMY as they meet their beloved idol.A secret of her being their fan been kept until she reveal it verbally.To make it short,Min Yoongi already fall for her on the third day they accidentally met.Unfortunately,Hannah still doesn't have any feel toward guys,including him.But things Yoongi did to her,turn Hannah's view about it.They date each other,but the date wasn't a sweet date after all.That what it called,the savage date. continue





Tutorial image flip and link

Monday, May 11, 2015


Annyeonghaseyo..
Today tutorial is image flip and link.I mean,hover on the image,it will flip..and at the back image,will give you the link,or put something you want.


Let's start:
  • Blogger > Layout > Add HTML Javascript
  • Code below,copy and paste in it

<style>

#card {
cursor:crosshair;
-webkit-transform-style: preserve-3d;
-webkit-perspective: 1000;
width: 100px;
height: 100px;
position: relative;
}
.back, .front {
position: absolute;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s ease-in;
width: 100%;
height: 100%;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
font-weight: bold;
}
.back {
-webkit-transform: rotateY(180deg);
overflow: hidden;
}
#card-container {
cursor:crosshair;
display: inline-block;
text-align: justify;
}
#card-container:hover .back {
-webkit-transform: rotateY(0deg);
}
#card-container:hover .front {  
-webkit-transform: rotateY(-180deg);
}

a.navigateu {
display:inline-block;
padding-top:40px;
width:100px;
height:60px;
color: #999;
background:url(http://subtlepatterns.com/patterns/subtlenet2.png);
text-align:center;
margin-bottom:10px;

}
</style>
<div id="card-container">
    <div id="card">
        <div class="back"><a class="navigateu"  href="http://tutorialsfreebies.blogspot.com">about</a></div>
        <div class="front"><img src="http://s6.favim.com/orig/65/asian-clothing-fashion-female-Favim.com-575925.jpg"height="100/" width="100"  /></div>
    </div></div>


  • green:Change your link/or whatever you want
  • red:image after flip
  • blue:image before flip

CLICK HERE on your header

Friday, January 30, 2015


Annyeonghaseyo..
Today i will show you how to make sliding box over your header.like one i had..
This tutorial i made by myself..the combination from the existing one.
I hope you happy using my tutorial.

  1. Copy this code

<div style="margin-bottom:-20px;"/>
<style>
.maintitle {
border-radius: 0px 0px 15px 15px;
width:300px;
padding:10px;
color:white;
font-size:11px;
height:20px;
margin-top:150px;
margin-left:auto;
margin-right:auto;
background: #000;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}
  #isikotak {
position:fixed;
border:0px solid #FFD9E8;
width:100%;
left:0px;
top:-140px;
height:150px;
padding:4px;
text-align:left;
background-color:white;
background-color:#000;
background-position: right;
background-repeat:no-repeat;
color:#fff;
font-family:Lucida Calligraphy;
-webkit-transition: 1.0s;
font-size:10px;
-moz-transition: 1.0s;
 }
 #isikotak:hover {
top:0px;
  }
</style>
 <center><div id="isikotak"><div class="maintitle">
<center>C L I C K   H E R E</center></div>
<div style="margin-top: -80px;">
<img src="http://31.media.tumblr.com/tumblr_lgu4qd4rM81qetvgko1_500.png" style="border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px;padding:2px;;filter:alpha(opacity=90);opacity:.9; border: 1px dotted #e2e2e2;background-color:#eee; height: 100px;margin-top:-93px; padding: 0px; width: 150px;"/><div style="margin-top:-113px;margin-left:160px;letter-spacing:.1em;"/><span style="font-style:italic;font-size:12px;color:#FFE0E9;">W</span>elcome to my blog.Continue your words here."<br/>
<span style="font-weight:bold;color:#FFE0E9;">BLOG NAME</span>:Tutorial Site<br/>
<span style="font-weight:bold;color:#FFE0E9;">SINCE</span>:2013<br/>
<span style="font-weight:bold;color:#FFE0E9;">NICKNAME OF THIS SITE</span>:Tutorbabies
 </div></div></div></center></div>

2.Paste on your HTML JAVASCRIPT.

3.Change whatever i've bold,italic and color on the code.

4.Then,save..

Just like that.. :)

#4 th skin [Tumblr Fanatics]

Monday, May 19, 2014


Annyeonghaseyo.
Seems that today,aku rasa rajin sikit,so here i made one more skin just for you.Because of maybe somebody love tumblr much and unable to understand the tumblr code,so i give this theme and style.So your blogskin today name is:

Tumblr Fanatics
Ok,so here you can preview it and maybe want to download it.:

PREVIEW DOWNLOAD

#3 rd skin [Unique]

Sunday, May 18, 2014


Annyeonghaseyo.
Hey,here is my new skin,for today.But some error happen,you need to preview in your own blog.And todays skin name is:
Unique
Ok,so let you to preview it and download it if you want.
P/S:I've forgot to put the old and new link for the skin.So sorry,can you add it?,if you want.

PREVIEW DOWNLOAD

#2th skin [#Harmony Scene]

Saturday, May 17, 2014


Annyeonghaseyo,here i bring you more skin,now i will revealed a new skin,named:
#Harmony Scene
So,here are the link for preview and download.Just don't move the credit.Ok.

PREVIEW DOWNLOAD

Dialog box new

Friday, May 16, 2014


Annyeonghaseyo,excited to show you this.
Here is the demo. | Click here for demo |

So,here is the code:

<style type="text/css">
.downarrowdiv{
font: 8px 'tinytots';
width:230px;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #F8E0E0;
color:#fff;
padding:5px;
position:absolute;
word-wrap:break-word;
-moz-border-radius:7px; /*add some nice CSS3 round corners*/
-webkit-border-radius:7px;
border-radius:7px;
margin-bottom:2em;
}

.downarrowdiv:after{ /*arrow added to downarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:100%; /*should be set to 100% */
left:10px;
width:0;
height:0;
border-color: #F8E0E0 transparent transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 10px;
}
</style>

<br />
<div style="background-color: transparent; border: 1px transparent dashed; font: 8px 'tinytots'; margin: 5px; padding: 4px; position: absolute; width: 220px;">
<div class="downarrowdiv">
<center>
CHANGE WITH YOUR WORDS/OR SOMETHING!</center>
<br />
<br /></div>
</div>
</center>


1.Copy and paste on html script

2.Now,add this below </style> under the div code,i mean in the div style code
top:120px; left: 260px; 

3.Change the number on the code above,according to you.If you want to get nearer to the left,so decreases the number,you can use negative sign "-" on the number,to make it decreasing.And so to increase it.

4.Adjust it until you think it great.

5.Color code,the background and font-color you can change,if you want.

6.Then,save.

7.Recommended to use as date header background and text,and do not change the position,unless you will find it it's moving,while you scrolling.

Dropdown menu hover new

Sunday, May 11, 2014


Annyeonghaseyo.Here is the demo.
Hahaha,so simple,demo is like mine,navigation on top.
So,here is the code.

1.Copy and paste it on your HTML Javascript.

<style type="text/css">
#t1 {
background-color:#fff;
width: 115px;
text-align: center;
display:inline-block;
font-size: 10px;
letter-spacing:3px;
font-family: 'Metrophobic', sans serif;
text-transform: uppercase;
color: #888888;
9px;transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
border:1px solid #FFFFFF;
}

#t1:hover {
color:#666;
9px;transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

#t1:hover #t2 a:moo{
border-top:0px solid #fff;
 }

#t1:hover #t2{
opacity:3;
-webkit-transition-duration:.7s;
overflow:hidden;
background-color:transparent;
z-index:966666666666666666666666666666666666666669;
height:auto;
}

#t2 {
position:absolute;
overflow:hidden;
width: 115px;
height: 0px;
text-transform: uppercase;
line-height: 20px;
font-size: 7pt;
font-family: 'Lora', serif;
padding-top: 3px;
opacity:0;
transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

#t2 a{
background-color:#666;
color: #ffffff;
text-align:center;
display:block;
text-transform: lowercase;
font-style: italic;
line-height: 20px;
font-family: 'Lora', serif;
font-size: 7pt;
transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}


#t2 a:hover{
text-align: right;
font-family: 'Lora', serif;
font-size: 7pt;
color:#666;
background-color:#f1f1f1;
opacity:100;
transition: all 0.5s ease;
-o-transition-transition:  all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

#izzy {
width:910px;
text-align: center;
left: 50px;
margin-right: auto;
}

</style>

<!---- Change everything with your own! ----!>

<div id="head">
<div id="izzy">
<div id="t1">Content
<div id="t2">
<a href="/">all</a>
<a href="/search/label/life">life</a>
<a href="/search/label/friends">friends</a>
<a href="/search/label/school">school</a>
<a href="/search/label/quote">quotes</a>
<a href="/search/label/holiday">holiday</a>
<a href="/search/label/food">food</a>
<a href="/search/label/idol">idol</a>
<a href="/search/label/songs">songs</a>
<a href="/search/label/photography">photography</a>
</div>
</div>

<div id="t1">About
<div id="t2">
<a href="/search/label/about">the girl</a>
<a href="/search/label/the blog">the blog</a>
<a href="/search/label/faq">f.a.q</a>
</div>
</div>

<div id="t1">Lists
<div id="t2">
<a href="/search/label/tutorial">tutorial</a>
<a href="/search/label/wishlist">wishlist</a>
<a href="/search/label/tips">tips</a>
<a href="/search/label/challenge">challenge</a>
<a href="/search/label/award">award</a>
<a href="http://.com">affiliates</a>
<a href="http://.com">banners</a>
</div>
</div>

<div id="t1">Review
<div id="t2">
<a href="/search/label/books">books</a>
<a href="/search/label/comics">comics</a>
<a href="/search/label/anime">anime</a>
<a href="/search/label/drama">drama</a>
<a href="/search/label/movie">movie</a>
<a href="/search/label/beauty">beauty</a>
</div>
</div>

<div id="t1">Networks
<div id="t2">
<a href="https://twitter.com/">twitter</a>
<a href="https://www.facebook.com/">facebook</a>
<a href="http://tumblr.com/">tumblr</a>
<a href="http://blogskins.com">blogskins</a>
<a href="http://ask.fm">ask.fm</a>
</div>
</div>

<div id="t1">Obsessed
<div id="t2">
follow
<a href="http://blogger.com">dashboard</a>
<a href="http://.com/">extra</a>
<a href="http://.com/">extra</a>
<a href="http://.com/">extra</a>
</div>
</div></div>

<!---- Change everything with your own! ----!></div>

2.Edit your link and title,if you want.

3.Color??Change it.Its up to you.

4.Preview and save.

5.Hooray,done.

New menu bar

Wednesday, April 23, 2014


Annyeonghaseyo..

Here is a demo for you like mine.

stuff ask.fm faq

So here is the code:

1.Paste it on your html javascript,wherever you want

2,Code:

<center><div style="border-bottom:3px solid #FFE2EB;height:12px;display:inline-block;
padding:1px;width:100%;margin-bottom:10px;">
<center><style>
a.linkies {
font-family:Lucida Calligraphy;
font-size:11px;
font-weight:italic;
letter-spacing:.1em;
display:inline-block;
text-align:center;
border:2px solid #FFE2EB;
border-radius:1px;
width: 100px;
color: #B7B4B4;
background:#fff;
padding:2px;
margin:2px;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; text-decoration:none;
 box-shadow:inset 0px 0px 0px #E5E2E3,
 inset 0px 0px 0px #E5E2E3;
}
a.linkies:hover          {
display:inline-block;
text-align:center;
border-radius:1px;
border:2px solid #FFE2EB;
font-weight:normal;
width: 100px;
color: #ffffff;
background: #B7B4B4;
-webkit-transition-duration: 0.5s;
 box-shadow:inset 0px 14px 0px #FFE2EB,inset 0px -14px 0px #FFE2EB;
}
</style>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/11/stuff-tutor-and-freebies.html">stuff</a>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/11/ask-something-to-me_6932.html">ask.fm</a>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/12/frequently-ask-me.html">faq</a>
</center></div><div style="position: absolute; right: 0px; top: 0px;"></div></center>


3.Change your link,and name to yours.Want to change color?It's up to you.

4.That's all

Kotak Link New

Friday, May 3, 2013


Annyeonghaseyo,..


Ok,whatever sekalipun julia nak cakap selamat berblogging kepada kawan di sana.Julia berblogging ni hanya nak edit blog kesayangan julia ini.Dah lama tak jengukx2 die.Ni ha,dapat satu ilham.Tutorial kotak link special untuk korang.Julia jumpa kat tepi longkang,tu yang julia ambik tuh,kesian die...hehehe..


Name: URL:

Ni contoh julia punyer.

Ni kod nya:

Name:<input onclick="this.focus()" onfocus="this.select()" size="11" style="background-color: white; border: 2px solid #FAD1D1; color: #666666; font: 11px Patrick Hand SC; margin-right: 6px; padding-left: 4px; padding: 2px; width: 190px;" type="text" value="KawaiinessBlogging" /> URL:<input onclick="this.focus()" onfocus="this.select()" size="11" style="background-color: white; border: 2px solid #FAD1D1; color: #6666; font: 11px Patrick Hand SC; padding-left: 6px; padding: 2px; width: 150px;" type="text" value="http://julia-winxflora.blogspot.com/" />

 Peringatan:
Yang diboldkan tuh sila tukar kepada korang punyer.

Sekian..

Upcoming tutorial list

Monday, December 17, 2012


Annyeonghaseyo..

Hello there,who are in my blog,roaming around and discover my stuff.Here i write someupcoming tutorials and freebies that i will made for you.Just scroll down and read them aloud.

Upcoming tutorials for you:

  • Tutorial:Date header bawah post macam saya
  • Tutorial:Background date header
  • Tutorial:Nota kecil bawah sidebar title
  • Tutorial:Link hover berwebsite
  • Tutorial:Search box like mine
  • Tutorial:Rounded navigation above content-wrapper
  • Tutorial:Tips to make various navigation hover
  • Tutorial:Navigation hover without change tab
  • Tutorial:Floating navigation menu hover 1
*P/s:All this tutorial are only for the template designer [Denim,washed denim,simple template].

Frequently ask me

Saturday, December 15, 2012


Annyeonghaseyo

Hello,and yep my dear friends.I'm right now want to tell you and answering all question that questioned your brain about tutorials and stuff here.So,read them carefullt and kindly ask me if yiu don't understand ceratian subject,and if you have any question,indly ask me at cbox,and your question will be asnwered here.Ok.Ready.They goes like these:


What is the stuff presented here?

Tutorials and freebies that you want and i'm ready to fulfil your request here.Tutor here help you to enchance your blog and at the same time it help me to improve my skill doing certain tutorial.
Where can i ask a question?

You can ask me directly in cbox,or if you want to proceed to my ask.fm link,it's ok for me.Do remember to ask question that revolving about tutorials and freebies only.

What type of requesting offered here?

There are many type,just to proceed to order link and it will tell you what your needs.

Where can i find the requesting form?

Just move your cursor smoothly to the order link on top of content/body of the blog.Do remember to fill all the required form before sending your request to me.You may also include the description about you request so that i will know it.

What about the price of the offer?

The price depend on your type of request.If it only a small matter,then the charge will be cheap too.The image provided here,or requesting image,will not take any charge.You can go to the order link too to know more.

Can i get a discount on the price provided here?

Yes,of course you can if you're ready to add me on Facebook.Hehe.The discount that can you get is about 10% to 20% discount.

Can i find what i need?

Yes,you can find what your need through the search box at the sidebar that only related to my tutorials provided here.If not,you can directly go to stuff link.

Can i make a request of tutor?

Yes,if only you tell me what type of tutor you want through my cbox or requesting form.You can review my all site[kawaiiness and this site to see the template]

Are there a requesting to made full blog editing although i don't have any account?

Actually,not,you need to sign up before made editing full blog request.You can send your email and password to me.After that,you have to change your email and password after your request had done.


Tutorials section

Monday, December 3, 2012


Hello,tutorials section are here.Hope you enjoy editing.If u couldn't understand the steps,feel free to message me on cbox or email me .


Tutorial:Template design
Tutorial-round hover with shadow Tutorial-double underline Tutorial-floating button Tutorial-double dashed hover Tutorial-link warna pelangi Tutorial-about me Tutorial-letak background pada blockquote Tutorial-flash blockquote Tutorial-link dibuka pada new tab Tutorial link hover cantik Tutorial-link hover unik Tutorial-letak my status kat sidebar Tutorial-marquee gambar bergerak Tutoral-marquee ayat bergerak post title Tutorial-reply to comment Tutorial -for blog archiverial-scroll box Tutorial-post footer Tutorial-menu tab navigasi versi 2011 Tutorial-link hover 3 in 1 Tutorial-animasi loading pada gambar Tutorial-scroll di posting Tutorial-link mereng bila dihalakan cursor Tutorial-pasang gambar pada komen Tutorial-menampilkan avatar di komen  Tutorial-menu tab navigation bar Tutorial-animated recent post  Tutorial-zoom image(highslide javascript) Tutorial-date header di luar entry Tutorial-divider bawah post Tutorial-opening note Tutorial-image melengkung Tutorial-body melengkung Tutorial-main background Tutorial jquery top button Tutorial-back to top Tutorial-pisahkan main and sidebar Tutorial-centerkan header Tutorial-unclickable header Tutorial-tambah page number Tutorial-post footer like mine Tutorial-icon sebelah old entry Tutorial-image hover melengkung Tutorial-image hover 2 Tutorial-jquery image hover Tutorial-belajar buat header cara mudah Tutorial-simple cute navigation Tutorial:simple cute navigation hover Tutorial-image hover with text Tutorial kotak link new Tutorial new menu bar Tutorial new dropdown menu hover Tutorial dialog box new Tutorial click here header Tutorial image flip and link Tutorial 6 stylish searchbox Tutorial menu bar in navigation


Tutorial:Blockquote
Tutorial-blockquote lip-lap Tutorial-blockquote style 1 Tutorial-blockquote style 2 Tutorial-blockquote style 3 Tutorial-cara menggunakan blockquote Tutorial-blockquote style 4 Tutorial-blockquote hover new


Tutorial:Sidebar mainbar
Tutorial-border post title 1 Tutorial-border post title 2 Tutorial-icon tepi post title Tutorial-border post title hover style 3

She Fixed Girl[1th Skin]


Annyeonghaseyo..

Hey,guys,hari ini Julia nak bagi korang skin yang julia baru buat.My first skin.So,Julia harap korang boleh mempertimbangkannya.New lagi,kalau dah guna comment k.Thank you.Mungkin Julia akan buat skin kedua dengan lebih baik.Tajuk skin ini She Fixed Girl.Kalau korang ada apax2 pertanyaan boleh tanya Julia di c box,Ok.Gomawo.

PREVIEW DOWNLOAD

Category edit blog full

Sunday, December 2, 2012


Annyeonghaseyoo..


Hello,everybody,Julia hari ini nak bincangkan dan memberitahu pengumuman penting.Juliakan ada jual blog bukan?Maksud Julia,editing atau full editing dan sebagainya.Jadi bagi part edit full blog.Julia ada senaraikan category berserta peneranganya sekali.Jom baca di bawah ini.


Category 1


1. Category blog ini jenis simple sahaja
2. Berserta menu navigasi hover dan kawaii image
3. Berserta header yang bersesuaian dengan blog
4. Keluasan blog minimum 940-950px
5. Muncul dalam pelbagai warna:

  1. Pink
  2. Biru
  3. Purple
  4. Hitam
  5. Kuning
  6. Hijau

6. Harga yang ditawarkan ialah minimum RM5.00 ke RM10.00



Category 2


1. Merupakan header macam Julia ini,yang tak ada header tapi special dibahagian atas
2. Berserta dengan kawaii image untuk sidebar menu dan widget
3. Menu navigasi di atas berserta hover dan scalloped edge/renda/kawaii lace
4. Keluasan blog adalah luas,maximum 990px
5. Muncul dalam pelbagai warna:

  1. Pink
  2. Purple
  3. Merah
  4. Biru

6. Harga yang ditawarkan ialah minimum RM10.00 ke RM15.00



Category 3


1. Category ini merupakan category blog macam kawaiiness
2. Header bersambung dengan body bahagian atas dan footer
3. Lengkap dengan kawaii icon gif atau image dan menu navigasi
4. Header berambu di atas dan bahagian footer berserta ayat dan image
5. Keluasan blog ini ialah 974px
6. Muncul dalam pelbagai warna:

  1. Pink
  2. Merah
  3. Purple
  4. Biru

7. Harga yang ditawarkan ialah RM20.00



Category 4


No picture to be display


1. Merupakan blog yang sidebarnya dan postnya terpisah
2. Sidebar terpisah dan absolute atau fixed/melekat pada background
3. Lengkap dengan menu navigasi dan kawaii image di sidebar
4. Header adalah keinginan sendiri sama ada mahu atau pun tidak,kerana ianya ada dua jenis:
a.Ada header di atas,pelbagai jenis
b.Tidak ada header,seperti category 2,hanya special diatas berserta menu navigasi dan hiasan
5. Muncul dalam pelbagai warna:

  1. Pink
  2. Hitam
  3. Biru
  4. Purple

6. Harga yang ditawarkan ialah RM 10.00 ke RM12.00


P/S:Jika ada sebarang pertanyaan boleh bertanya di cbox julia atau pergi ask.fm julia untuk ketahui selanjutnya.Sekian.

Get to exchange link

Wednesday, November 28, 2012


Annyeonghaseyo..


You wanna exchange link with me here,on my tutorial site.Here,but read these first:

  1. Type on your name on the excahnge link form
  2. Type on your blog url
  3. You need to excahnge my link too in your site [Julia Hunny 2] for this site
  4. Remember,if you remove my exchange link,definitely i will remove yours too
  5. You can also send your exchange link through my cbox,just type [Let's exchange link]
  6. Exchange link limit to 30
You can also refer to this links for the rules,as they are same[scroll down for the link]
Then,send them through my exchange link form through this link:

 Exchange Link with me

Thank Q


The Boss

Wednesday, November 14, 2012


Hello,everybody,bloggers,and readers out there.
I am the owner of this blog and other blogs i owned.I have about 5 blogs all together.First is the kawaiisite blog,second is this tutorials blog,third is kpop updates blog,fourth is my diary blog,and fifth is my artwork blog.Currently,i remove kpop updates blog,since i'm too lazy to update.I am a kpoppers.But,i only know my favorite kpop idols update which is Bangtan Sonyeondan (BTS),and never know about other kpop groups update,except The Ark.Since my type is,"when i already knew the update,just that,keeping in mind/memories" and never updates.I just too lazy.Because too much kpop website updating about kpop stars.
I began to make blog since i was 14.The first blog that time was the kawaiisite blog.Before that blog looks matured like this,it was really messy,with widgets all over.Since that time,i just new to blog,and obsesses with glitter-graphics.com,i put so many widgets there.That blog began to work slowly,taking ages to load.And during my age 14,i began to travel to other blog site.My first expression was WOW.It was so neat.That time,i began to change my creativity.Making my blog more "light" and neat.That time,was the first time i learn about tutorials making blog.First step,second steps,until i'm 17.After that,i began to create  my own tutorials,making own creativity without refer to others tutorials blog.I make about more than 10 blogs as a tester blog,testing my own tutorials made,if it really work or not.Now,i'm already 20 and starting more matured than before in applying creativity.
When i try to remember my past,it really make me smile,and sometimes sad,cause i want to return back the time,since that moment i was really young.I miss that moment.At age 18,i began to make blogskin.Making blogskin for others for free.Blogskin and blogger template(default) really difference in some codes arrangement.But now,i didn't make it anymore,since i was too busy with my university assignment,exam,test and everything,Little by little i forgot how to make blogskin.Hahahahah..But i do keep my blogskin products for others.Right now,i start being updated with kpop news especially BTS,since i was an ARMYs.That's why i spend about 1/10 of my times on blog.
Okey,before i end up my story telling,here is my short biography.Enjoy.
Name:Intan (Full name aren't allowed to be tell here)
Age:Born on 1996 (my birthday date is right after jungkook's (BTS) birthday and on same month.
Nickname(social media): RjuzInju
Social media:Facebook(RjuzInju),Instagram(Rjuz_j),Twitter(@Injulol)
Wattpad:InjuRjuz
Institution:UiTM Puncak Alam
Course:Medical Imaging
Country:Malaysia
State:Johor
Address:Never
Wish:Be exchange student,study abroad
Specialities:Want to be different from others.
Likes:Food,kpop,music obsession,making music and learn music,singing,training my vocals.
Hates:Everything bad~la.Hmm
Facts about me:Don;t like to meet people without purpose(unnecessary),loving makes friends from other countries (currently from philipines,myanmar,singapore,indonesia,majority from philipines),always be alone,without care about peoples around me (thats why i don't have much friends).My personality in social media and real life is really difference.Since i love making friends from other countries,my personality kinda different from what i am in real life.And...want to stay away from Malaysia.Just what i told just now(want to be difference from other people).Im super shy,quiet,doesn't give shit to what people say,but i'm kind (LOL).Don't judge books by it cover lor.
That's all.Bye!


image hover with text(template designer)

Sunday, November 11, 2012


Annyeonghaseyo...



Annyeong,chingu,hari ini julia nak buat tutor baru,mungkin bagi korang dah lama,tapi ni khas untuk pengguna designer sahaja,sebenarnya kod ni julia ambil dari blogskin then julia edit untuk template biasa punyer.So,jom ikut tutor kat bawah nih.


1.Dashboard--->template--->edit HTML

2.Search kod nih:

]]></b:skin>

3.copy kod nih dan pastekan kat ATAS kod  tadi.

#ck{
background:#f0eeeb;
font-family:damai pelajar;
color:#7D7D7D;
font-size:11px;
width:250px;
height:135px;
margin-top:-147px;
padding-left:0.5px;
padding-right:0.5px;
padding-bottom:0.5px;
padding-top:5px;
opacity:.1;
-webkit-transition:all .5s ease-in-out; }
#ck:hover{opacity:.7}

4.Then korang mainx2 lah dengan kod tuh.Yang color tuh untuk warna font,tukar font-family,then size font,yang width dan height tuh untuk width dan height opacity kat image korang.Ok

5.Then korang masukkan kod nih kat HTML Javascript.

<img style="padding-top:4px;padding-bottom:1px;border-radius:15px; -webkit-transition:.2s; }padding-left:1px;padding-right:1px;border:1px dashed #eaeaea;" src="URL IMAGE" width="250" height="150" /><br />
<div id="ck"><br />
Ayat Korang
</div><br />

6.Ok,yang URL IMAGE tuh,cam biase,masukkan url image korang,then masukkan ayat korang yang manis-manis ,k.

7.Save



simple cute navigation hover

Saturday, November 10, 2012


Annyeonghaseyo..



Tutor hari ini ialah navigation yang simple tapi ada hover,macam blogskin sikit.Oklah,korang fahamkan apa yang Julia nak sampaikan ,jadi jom ikut tutorial ini.


1.dashboard--->layout--->add gadget--->HTML Javasrcipt


2.copy code nih dan pastekan kat ruangan HTML Javascript tadi.


<style type="text/css">
a.linkies {
font-size: 11px;
font-family: damai pelajar;
display:inline-block;
text-align:center;
border:2px solid #FAE3EC;
border-radius:5px;
width: 45px;
color: #BFBFBF;
background:#fff;
padding:1px;
margin:2px;
text-decoration: none;
-webkit-transition-duration:1200ms;
}
a.linkies:hover          {
display:inline-block;
text-align:center;
border-radius:1px;
width: 50px;
color: #fff;
background: #FFE4E4;
-webkit-transition-duration:1200ms;
}
a.linke {
font-size: 11px;
font-family: damai pelajar;
display:inline-block;
text-align:center;
border:2px solid #FAE3EC;
border-radius:5px;
width: 45px;
color: #fff;
background: #FFE4E4;
padding:1px;
margin:2px;
text-decoration: none;
-webkit-transition-duration:1200ms;
}
a.linkie:hover {
display:inline-block;
text-align:center;
border-radius:1px;
width: 50px;
color: #BFBFBF;
background:#fff;
-webkit-transition-duration:1200ms;
}
</style>

3.Then tampalkan code di bawah nih kat bawah kod tadi.

<a class="linkie"  href="http://blogspot.com/">Title</a>
<a class="linkies"  href="http://blogspot.com/">Title</a>
<a class="linkie"  href="http://blogspot.com/">Title</a>
<a class="linkies"  href="http://blogspot.com/">Title</a>

4.Kalu korang nak guna satu jer effect pada navigation korang,just simply pilih dari kod diatas sama ada a.linkies atau a.linkie.


5.Kalau nak tambah link lagi,just tambah kod nih jer.


<a class="linkie"  href="http://blogspot.com/">Title</a>
<a class="linkies"  href="http://blogspot.com/">Title</a>

6.Save