Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Rainbow Folder (RF) adalah aplikasi yang memungkinkan sobat untuk mengubah warna ikon folder windows  ke warna yang sobat  inginkan, program ini reatif mudah digunakan dan ukuranyapun cukup kecil hanya sekitar 812 Kb.

Efek pewarnaan folder nantinya tidak hanya terlihat di Explorer, tetapi akan berdampak pada keseluruhan sistem directory windows sobat, dengan tampilan teks akan berisi 'pop up' ketika kursor mouse kita berhenti di atas folder. Keren bukan??......., aplikasi ini juga memiliki fungsi tambahan yakni memunculkan jendela peringatan apabila ada seseorang yang mencoba untuk menghapus folder berwarna. Oke langsung saja Cekidot....



Berikut cara penggunaan Rainbow Folder :

1.Pertama-tama install dulu program Rainbow Folder yang tadi sobat download, kemudian jalankan program tersebut akan muncul tampilan seperti ini.



2. Tentukan folder yang akan diubah warna iconnya. Klik pada folder yang dipilih.

3. Untuk mengubah warna, aturlah warna sesuai keinginan sobat. Caranya Pada bagian Color, geser slider bar pada Hue dan Saturation. hingga terbentuk warna yang sobat iningkan, atau bisa juga dilakukan dengan cara mengngklik tombol Random beberapa kali.

4. Style dari icon folder dapat diubah pula, ada 3 pilihan style icon, yaitu tampilan icon Classical (9X), Typical (XP), dan Modern (Vista). Untuk mengubah tampilan style icon folder, klik pada tanda panah di bagian Style, Kemudian akan mucul scrollbar, pilih style sesuai keinginan sobat.

5. Hasil dari langkah 3 & 4 dapat dilihat langsung pada bagian Preview.

6. Setelah sobat menemukan warna serta icon folder yang disukai dan yakin akan menggunakannya, klik Colorize untuk mengubah warna & icon dari tampilan folder default. Maka sekarang icon folder telah berubah warna dan tampilannya.

7. Ulangi langkah-langkah tadi untuk memberi warna folder lain.


8. Sobat bisa menetapkan sebuah warna & icon folder tertentu untuk ditujukan pada beberapa folder. Caranya, setelah menentukan warna & style icon klik radio button favorites. Maka akan muncul jendela baru Favorites, klik add. Beri nama (description) untuk warna tersebut. lihat gambar.


9. Untuk mengubah folder lain dengan warna yang sama, pilih folder lalu klik Favorites. Pada jendela favorites klik Select lalu Close. Kembali pada Jendela RF, klik Colorize.

10. Apabila sobat melakukan kesalahan dalam memberikan warna, sobat tinggal tentukan folder mana yang akan dikembalikan seperti semula (default) dan kemudian tekan tombol Decolorize. gampang bukan....
Untuk mendownload KLIK di sini
SELAMAT MENCOBA..

™Buat sobat blogger yang suka dengan artikel saya, silahkan anda share di mana saja anda suka (blog, facebook, twitter dll). Namun, bila berkenan mohon cantumkan link sumber dari artikel yang sobat blogger share (copy/paste). Mari bangun Indonesia lebih baik lagi, dengan berbagi informasi yang bermanfaat. Terima kasih™

2013, By: Seo Master
Seo Master present to you:
label, blogger, remove, how to

For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:

Removing "Showing post with label...show all posts"

Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)


Step 2. Click somewhere inside the template code, then search - using CTRL+F - this code:

<b:includable id='status-message'>

After you found it, click on the sideways arrow next to it, to expand the rest of the code.

Screenshot:

Step 3. Below is this code that you need to remove - along with the first one, as well:

     <b:includable id='status-message'>
      <b:if cond='data:navMessage'>
      <div class='status-msg-wrap'>
        <div class='status-msg-body'>
          <data:navMessage/>
        </div>
        <div class='status-msg-border'>
          <div class='status-msg-bg'>
            <div class='status-msg-hidden'><data:navMessage/></div>
          </div>
        </div>
      </div>
      <div style='clear: both;'/>
      </b:if>
    </b:includable>

Screenshot 

 Step 4. Replace it with this one:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.

2013, By: Seo Master
Seo Master present to you:

 

Let’s go one step forward and add an extra gadget section within Blogger header in new template designers. Within this gadget section you can add anything that you may want, for example, subscribe buttons, search box, Pages links list (navigation bar) or your AdSense ads.

Step 1: Go to Design > Edit HTML tab and backup your template.

Step 2: Find for the below code which you have edited and implemented in previous tutorial:

<div class='fauxborder-left header-fauxborder-left'>
<div class='fauxborder-right header-fauxborder-right'/>
<div class='region-inner header-inner'>
<b:section class='header header-left' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Blog's Title (Header)' type='Header'/>
</b:section>
<div style='clear:both;'/>
</div>
</div>

  Now find for <div style='clear:both;'/>  which is marked in red in above code and before it add:

 

<b:section class='header-right crosscol' id='header-right' maxwidgets='1' showaddelement='yes'/>

  So the full code will be:

<div class='fauxborder-left header-fauxborder-left'>
<div class='fauxborder-right header-fauxborder-right'/>
<div class='region-inner header-inner'>
<b:section class='header header-left' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Blog's Title (Header)' type='Header'/>
</b:section>
<b:section class='header-right crosscol' id='header-right' maxwidgets='1' showaddelement='yes'/>
<div style='clear:both;'/>
</div>
</div>

Step 3: Find ]]></b:skin> and before it add the following CSS:

 

.header-right {
display:inline-block;
float:right;
width:400px;
}

Now all is left is to change the width that are marked in bold. Increase or decrease the pixels according to your needs and positioning new header section.

Step 5: Save your template. Go to Design > Page Elements tab and from there you can add a new gadget to the newly created extra header section in Blogger. You may find that the extra gadget section is created just under your Blogger header as shown in the image below.

New gadget section beside blogger header

Click to enlarge 2013, By: Seo Master

Powered by Blogger.