|
|
|
Text Blinking in all browser use jquery |
|
|
|
|
Konten -
Coding
|
|
Written by Sofyan Wijaya
|
|
Monday, 19 December 2011 01:29 |
|
teks kedap-kedip kompatibel dengan seluruh browser, pake jquery
<style>
.ngeblink {
font-weight: bold;
/*text-decoration: blink;*/
color: #0000A0;
}
</style>
<script type="text/javascript">
function blink() {
$(".ngeblink")
.fadeTo(400, 0)
.fadeTo(400, 1, function(){blink()});
}
$(function(){
blink();
});
</script>
<span class="ngeblink">in progress</span> |
|
Materi Kuliah Jaringan Komputer 2011/2012 |
|
|
|
|
Konten -
Kuliah
|
|
Written by Sofyan Wijaya
|
|
Saturday, 24 September 2011 11:39 |
|
Materi Kuliah Jaringan Komputer 2011/2012 untuk Jurusan Teknik Informatika Fakultas Teknologi Industri Universitas Islam Indonesia
Silahkan download :
|
|
Dell Inspiron 910 Resolution Problem |
|
|
|
|
Konten -
Etc Lain-Lain
|
|
Written by Sofyan Wijaya
|
|
Thursday, 22 September 2011 12:15 |
|
Punya masalah resolusi dengan dell inspiron 910 (Dell Inspiron Mini 9)
masalahnya : resolusi monitor selalu balik ke 800x600 setelah restart, windows xp, bios A00
bisa sembuh kalau upgrade bios, sayangnya kok error flashing new bios
|
|
Read more...
|
|
Upload Attachment K2 jadi txt ? Ini dia hacknya |
|
|
|
|
Konten -
Coding
|
|
Written by Sofyan Wijaya
|
|
Thursday, 11 August 2011 06:13 |
|
Buka file administrator/componets/com_k2/lib/class.upload.php
cari line 2505 isinya :
$this->file_src_mime = mime_content_type($this->file_src_pathname);
ganti dengan :
$this->file_src_mime = mime_content_type($this->file_src_name);
|
|
Read more...
|
|
|