Forum TKJ SMKN 1 SLAWI
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Audit ISO SMKN 1 Slawi
membuat web/blog lebih hemat energi EmptyTue Feb 14, 2017 11:22 am by agoenk

» Verifikasi UPK 2017
membuat web/blog lebih hemat energi EmptyTue Feb 14, 2017 11:01 am by agoenk

» Simulasi UBK tahap kedua
membuat web/blog lebih hemat energi EmptyTue Feb 14, 2017 10:44 am by agoenk

» Mengganti favicon di wordpress
membuat web/blog lebih hemat energi EmptySat Feb 11, 2017 11:22 am by agoenk

» Undangan Pertemuan Rutin MGMP TKJ Gugus Bisman SMKN 1 Slawi bulan Desember 2016 sekaligus Pelatihan Mikrotik
membuat web/blog lebih hemat energi EmptySat Nov 26, 2016 9:59 am by agoenk

» SPMI ( Sistem Penjaminan Mutu Internal ) untuk sekolah Model
membuat web/blog lebih hemat energi EmptyWed Oct 26, 2016 1:58 pm by agoenk

» Pertemuan Rutin MGMP TKJ Gugus Bisman SMK Negeri 1 Slawi Bulan Oktober 2016
membuat web/blog lebih hemat energi EmptyFri Oct 14, 2016 10:17 pm by agoenk

» INFO PPDB SMKN 1 SLAWI TAHUN PELAJARAN 2016 / 2017
membuat web/blog lebih hemat energi EmptyMon Jun 13, 2016 6:35 am by Admin

» Kegiatan 3P Jurusan TKJ SMKN 1 Slawi
membuat web/blog lebih hemat energi EmptyTue Apr 26, 2016 10:16 am by agoenk

Top posters
agoenk (2099)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
viyan_cs (1036)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
b-joe (749)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
ieyaz_Chuit (725)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
Zell Aristocrats (667)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
jun43d1 (638)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
Hetro_fabio (314)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
twinkblack (265)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
suzee_tkj2 (237)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 
harmoko (184)
membuat web/blog lebih hemat energi I_vote_lcapmembuat web/blog lebih hemat energi I_voting_barmembuat web/blog lebih hemat energi I_vote_rcap 

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
tkjpower.multiply.com
 

membuat web/blog lebih hemat energi

4 posters

Go down

membuat web/blog lebih hemat energi Empty membuat web/blog lebih hemat energi

Post by ghantexs16 Sun Aug 01, 2010 10:52 am

Tulisan ini adalah tentang menggunakan javascript untuk menghasilkan efek:

Ketika komputer sedang tidak dipakai, halaman website akan tertutup warna hitam. Sehingga menyembunyikan setiap animasi yang terjadi di latar belakang.

Pada monitor, warna gelap membutuhkan tenaga listrik lebih sedikit daripada warna cerah. Berikut beberapa pilihan cara yang bisa dilakukan:
Cara 1: Sunting kode HTML

Untuk blog yang berjalan di Blogspot, fasilitas edit HTML bisa dijangkau dengan masuk ke panel kontrol, klik Tata Letak, lalu klik Edit HTML

* Salin dan tempelkan kode berikut di dalam tag <head>
<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
* Skrip di atas adalah skrip default. Untuk Bahasa Indonesia, gunakan skrip berikut:
<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?lang=id"></script>
* Untuk Bahasa Indonesia dan waktu tunda 120 detik, gunakan skrip berikut:
<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?lang=id&time=120"></script>

Cara 2: Sunting tag <head> pada blog WordPress

Menyunting kepala halaman (header.php) WordPress

* Masuk ke halaman Admin
* Pilih menu Tampilan (Presentation) di sebelah kiri
* Pilih menu Penyunting (Theme Editor)
* Klik Kepala Halaman (header.php)
* Tempelkan skrip di atas pada posisi sebelum tag </head>
* Klik tombol Mutakhirkan Berkas di bawah

Cara 3: Instal plugin Online Leaf untuk WordPress

Pemasangan plugin Online Leaf untuk WordPress

* Masuk ke halaman Admin
* Pilih menu Plugin di sebelah kiri
* Pilih menu Tambahkan Baru (Add New)
* Ketik online leaf pada kotak pencarian, lalu klik tombol Cari plugin
* Setelah ketemu, klik Pasang di sebelah kanan
* Pada halaman yang muncul, klik Instal sekarang
* Setelah berhasil diinstal, klik aktifkan plugin. Selesai

Sayangnya, cara-cara di atas tidak bisa diterapkan pada blog yang dihosting pada layanan WordPress.com.

Semoga kita bisa turut berperan memperlambat pemanasan global

soucer : ghantexs-story16.co.cc
ghantexs16
ghantexs16
tkjmaniac
tkjmaniac

Posts : 136
Join date : 2009-03-11

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by viyan_cs Sun Aug 01, 2010 4:51 pm

<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
harus GET secara online ya?
ya klo kita host lewat wordpress yang free ngga bisa di modify pluginnya..
tapi klo kita download yang lokal trus di hostingin di web host kali ja bisa..
viyan_cs
viyan_cs
tkj geek
tkj geek

Posts : 1036
Join date : 2009-03-19
Age : 32
Location : bogkids

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by agoenk Sun Aug 01, 2010 5:32 pm

bearti ini hemad energi ala web na ya mas?? kalo hemad energy lewat monitor bearti setting kontras pada monitor....ya ga mas ??
agoenk
agoenk
tkjholic
tkjholic

Posts : 2099
Join date : 2009-03-11

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by ghantexs16 Sun Aug 01, 2010 9:44 pm

@viyan : iya kalo untuk wordpress mang download pluginnya tapi kalo misalna blog atau joomla tinggal copy aja tu scrip di templatenya......


@pak : iya pak bener banget.... coba cek aja web q terus didiemin beberapa saat, pasti bakal kelihatan maksud dari tulisan diatas
ghantexs16
ghantexs16
tkjmaniac
tkjmaniac

Posts : 136
Join date : 2009-03-11

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by agoenk Sun Aug 01, 2010 10:19 pm

ghantexs16 wrote:@viyan : iya kalo untuk wordpress mang download pluginnya tapi kalo misalna blog atau joomla tinggal copy aja tu scrip di templatenya......


@pak : iya pak bener banget.... coba cek aja web q terus didiemin beberapa saat, pasti bakal kelihatan maksud dari tulisan diatas

ok ok ....i ve got the point... What a Face
agoenk
agoenk
tkjholic
tkjholic

Posts : 2099
Join date : 2009-03-11

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by b-joe Mon Aug 02, 2010 12:21 am

wah webnya mangap eh salah mangstap. bikin y pake apa mas? Very Happy
b-joe
b-joe
tkjlovers
tkjlovers

Posts : 749
Join date : 2009-03-12
Age : 34
Location : The Rayman - Slawi

Back to top Go down

membuat web/blog lebih hemat energi Empty Re: membuat web/blog lebih hemat energi

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum