Friday, 15 July 2016

Freebies Read More Icon

5 Comment(s) so far


Assalamualaikum and hi visitors.. Today, I decided to give you all some read more icons for your blog. Click Here for the tutorial on how to make auto read more with icon.

There are 3 set available.

  1. Click the set that you like.
  2. Choose the icon that you want then, click it

If you want to save the icon :
Right click --> Save image as...

If you want to copy image url :
Right click --> Copy image adress / Copy image location

Set 1
Set 2
Set 3

Okay that all for now..Do comments if you take it. No re-post please...

Monday, 11 July 2016

In the process

3 Comment(s) so far

Assalamualaikum and hye my dear visitor and follower...It had been a while since my last time updating this blog.. ( More than 1 year already )

So, you guys must be wondering where am I all this while and why didn't I update this blog, not even replying to all your comments. First of all, so sorry to ignore this blog. It is not because I hated  blogging world.Actually I don't have any internet connection on my laptop to online blogger and the fact that blogging via mobile phone is very uninteresting since I can't view my blog full-sized.

As the title stated above "in the process" it referred to my blog which is under maintenance. I had not done editing this blog to a new theme.Truly sorry if my blog look quite messy and awful at a certain time. I had change my blog theme from Kawaii looking blog to a more matured look. Finally I had realize that I am old enough to keep those cute thingy on this blog. ( 19 years already ).

Okay, I think that all from me..I hope that I can post many entries after this... ByeBye \ o /

p/s : In case you miss my old layout..huhu




Friday, 22 May 2015

Freebies Header,Background and footer

14 Comment(s) so far

Assalamualaikum and hello you all...How was your day..
Okay, since I'm gonna be quite busy starting this Sunday I decided to give this last freebies before I further my study at Matriculation..

I would like to give you guys some customize able header.. What can you customize on this header is adding text on the header.. I had leave some space on the header for you to add text..I also made matching background and footer for the header...

There are 7 set that I made...Random color..

Width: 970 px

Tutorial on how to add it to your blog ( Simple Template / Template designer )

Click on each image to see the actual header, background and footer.








Okay, do leave your comment if you use it.. Hope you like it.. This gonna be the last post before I further my study... I'm gonna miss this blog a lot T,T Unfortunately I don't bring my laptop along with me... sobs sobs..huhu
See you again on my semester break.. ;-)

Wednesday, 20 May 2015

Freebies: Boy Doodle

1 Comment so far


Assalamualaikum and hello people wherever you are.. ^^, Thanks for visiting this blog...

Okay, today I would like to give a boy doodles as a freebies for you guys.. Actually,I had drawn this doodle a few month ago but, I forgot to publish it here..I colored it with only a base color since I'm quite lazy to do  color mixing and apply shadow.

Before taking this doodle, make sure you followed and obeyed a few rule below first :

  1. Make sure you already follow my blog, follow my blog first if you haven't.
  2. Don't re-draw my doodle and claim it as yours.
  3. Don't re-freebies my doodles.
  4. Use it for personal only, not for commission purpose.
How to get the image URL?
For chrome : Click picture for bigger size > Right click >  Choose (copy image URL)
For mozilla : Click picture for bigger size > Right click >  Choose (copy image location)

How to save the image?
Click picture for bigger size > Right click >  Save image as...










 Do take it if you want.. ^^, Do leave your comment..See you on my next post... :-*

Tuesday, 19 May 2015

Add Comment Count Below Post Title

13 Comment(s) so far

Assalamualaikum and hi everyone... Actually there are a lot of request on this tutorial and I had planned to make this tutor since a long time ago but I'm to lazy to type the tutorial...huhu
This tutor is about how to put the number of comment on a post below your post title ( Floating comments number ).

Okay, let's follow this tutor...
  • 1. Log in your blogger account.
  • 2. Go to Dashboard > Design > Edit HTML.
  • 3. Back up your template. ( Optional = In case you want to save your previous code )
  • 4. Click Ctrl + F and look for  <div class='post-header-line-1'/> code.
  • 5. If this code appeared twice, use the second code.
  • 6. Copy any of below code then, paste it after <div class='post-header-line-1'/> code.

 Style No. 1

 <span class='post-comment-link' style='Float:right;padding:5px;width:200px;letter-spacing:1px;margin-right:20px; margin-bottom:10px;background:#EEEEEE;font:12px century gothic;text-align:center;'>
        <b:if cond='data:blog.pageType != &quot;item&quot;'>
          <b:if cond='data:post.allowComments'>
            <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='background:url(http://media.tumblr.com/tumblr_ll7x3bnod91qi6qow.gif) no-repeat;padding-left:20px;'><b:if cond='data:post.numComments == 0'>Be the first to comment!<b:else/> <b:if cond='data:post.numComments == 1'><data:post.numComments/> Comment so far<b:else/><data:post.numComments/> Comments so far</b:if> </b:if></a>
          </b:if>
        </b:if>
    </span>

Style No. 2

     <span class='post-comment-link' style='Float:right;border-radius:5px;border:2px solid #FFFFFF;padding:5px;width:200px;letter-spacing:1px;margin-right:20px; margin-bottom:10px;background:#EEEEEE;box-shadow:2px 2px 1px #DDDDDD;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVJhnn5AKbJF74k93HTeW8SwgRzey3Koi4JaPLpnylshBGTLhSY_DNGRsJJvTerzQxd1iaktg-c3v4Ifla_3p39xvvlipTfWzqXAs9K72MZcnm_MezU-znubMs44X8Ph2AuW0fuo-vx1vO/s1600/polkadotgrey.gif);font:12px century gothic;text-align:center;'>
            <b:if cond='data:blog.pageType != &quot;item&quot;'>
              <b:if cond='data:post.allowComments'>
                <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='background:url(http://media.tumblr.com/tumblr_ll7x3bnod91qi6qow.gif) no-repeat;padding-left:20px;'><b:if cond='data:post.numComments == 0'>Be the first to comment!<b:else/> <b:if cond='data:post.numComments == 1'><data:post.numComments/> Comment so far<b:else/><data:post.numComments/> Comments so far</b:if> </b:if></a>
              </b:if>
            </b:if>
        </span>

 Style No. 3

         <span class='post-comment-link' style='Float:right;border-radius:0px 10px 10px 0px;border-left:10px solid #D3E7FF;padding:8px;width:150px;letter-spacing:1px;margin-right:20px;margin-bottom:10px;background:#FFDCE3;font:12px century gothic;text-align:center;'>
                <b:if cond='data:blog.pageType != &quot;item&quot;'>
                  <b:if cond='data:post.allowComments'>
                    <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='background:url(http://media.tumblr.com/tumblr_ll7x3bnod91qi6qow.gif) no-repeat;padding-left:20px;'><b:if cond='data:post.numComments == 0'>No Comment<b:else/> <b:if cond='data:post.numComments == 1'><data:post.numComments/> Comment<b:else/><data:post.numComments/> Comments</b:if> </b:if></a>
                  </b:if>
                </b:if>
            </span>


 Style No. 4

<span class='post-comment-link' style='Float:right;box-shadow:0px 3px 4px #F4DFD0;padding:5px;width:150px;letter-spacing:1px;margin-right:20px;margin-bottom:10px;background:#F4DFD0;background:url(http://24.media.tumblr.com/tumblr_mb6hlsZL5r1rhin2xo1_250.jpg);font:12px century gothic;text-align:center;'>
                <b:if cond='data:blog.pageType != &quot;item&quot;'>
                  <b:if cond='data:post.allowComments'>
                   <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' ><b:if cond='data:post.numComments == 0'>0 Comment<b:else/> <b:if cond='data:post.numComments == 1'><data:post.numComments/> Comment<b:else/><data:post.numComments/> Comments</b:if> </b:if></a>
                  </b:if>
                </b:if>
            </span>

......... PREVIEW AND SAVE.........
I HAD UPDATED THE CODE SO, THE ERROR HAD BEEN FIXED

The Notes :
Orange Text : Color code Find it Here.
Red Text : Width of the comment count.
Blue Text : URL of the small icon beside comment count. HERE
Purple Text : URL off the background image. HERE
Fuchsia Text : Text display when there's no comment on a post.
Green Text : Text display when there's one comment on a post.
Turquoise Text : Text display when there are more than one comment.

Okay, do try it...That's all...See you next time ^^, Do comment if you think this tutor is helpful...

Note : I'll be very busy later... So, I don't accept any request from you guys.. I hope you all can understand my situation.

Thursday, 14 May 2015

Sambung belajar ( Matrikulasi atau Diploma )

19 Comment(s) so far


Assalamualaikum dan hai semua...Okay harini nak cerita pasal pilihan melanjutkan pelajaran..

Keputusan matrikulasi dan UPU dah keluar pada 13 April 2015 dan 8 Mei 2015.

Alhamdulillah...Bersyukur sangat-sangat sebab saya dapat kedua-dua tawaran tuh... Untuk matrik saya dapat peluang menyambung pelajaran di Kolej Matrikulasi Negeri 9...

Untuk tawaran UPU iaitu tawaran ke Institut Pengajian Awam...Saya dapat tawaran menyambung pelajaran di UiTM Kuala Pilah, Course yang saya dapat adalah Teknologi Makanan..

Masa baru dapat tawaran UPU tu memang dilema lah sebab tak tau nak pilih mana satu... Setiap pilihan tu ada kelebihan dan kekurangan masing-masing..Saya tak dapat asasi..huhu T,T kalau dapat asasi memang takkan ku lepaskan peluang itu..

Okay jadi, untuk membuat pilihan antara dua tempat tu banyak aspek yang saya dah kaji dan bandingkan.
Antara aspeknya ialah :

1.   Tempoh pengajian
Matrikulasi ni tempohnya singkat ( 1 tahun sahaja ) , kalau diploma tempohnya lama ( 3 tahun ).
=  Kelebihan kepada matrik.

2.   Tahap kesukaran
Oleh kerana tempoh matrik singkat, ditambah dengan subjeknya yang sukar iaitu sains tulen matrik dianggap lebih sukar dari diploma. Course diploma yang saya ambil nampak lebih mudah dan tidak terlalu membebankan.
=  Kelebihan kepada Diploma.

3.  Kos pengajian
Untuk Matrik, kosnya kurang membebankan hanya RM580 bagi 2 semestar (1 Tahun) + Elaun sebanyak RM1250 untuk setahun.
Bagi Diploma, tiada biasiswa diberikan perlu buat pinjaman untuk sambung belajar ( Hutang lebih belasan ribu untuk 3 tahun ).
=  Kelebihan kepada Matrikulasi

4.  Sijil Matrik VS Sijil Diploma
Sijil Matrik tidak laku ( tidak boleh digunakan untuk mencari kerja ).
Sijil Diploma laku kerana boleh digunakan untuk mencari kerja.
=  Kelebihan kepada Diploma.

UPDATE : Sijil matrikulasi telah laku mulai tahun 2016 tetapi, bukan senang nak dapat kerja dengan kelulusan matrik sahaja.

5. Jarak tempat belajar ke rumah
Lebih kurang sama jaraknya, dua-dua di Negeri 9.

Sebenarnya banyak lagi aspek pemilihan...Tapi, dah lupa..huhu
Jadi, apakah pilihan saya ??

Saya pilih Matrikulasi.. Sebabnya, 
  1. Nak dapat Ijazah cepat. ( Nak kahwin cepat ) hehe.
  2. Tak nak hutang sebab masih muda ( Takut bimbang pasal kos )
  3. Nak dapatkan biasiswa untuk sambung Degree ( Boleh dapat kalau pointer lebih 3.7 )
  4. Nak rehat dulu selepas 1 tahun ( Tamat Matrik )
Jadi, 24.5.2015 ni saya akan pergi ke Kolej Matrikulasi Negeri 9 untuk mendaftar. Harap-haraplah ini keputusan terbaik untuk diri saya...Mohon jasa baik kalian untuk mendoakan kejayaan saya... Semoga Allah memberikan kejayaan kepada diriku, keluargaku, sahabatku, dan seluruh umat Islam...Aaminn