December 2012 - Ilmu Alakadarnya
Wie lautet meine IP

Membuat Iklan Melayang Disisi Kanan Kiri


<style type="text/css">
#adsense_blog {
position:fixed;_position:absolute;top:0px; right:0px;width: 160px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }
</style>
<script type="text/javascript">
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function close1(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("adsense_blog").style.visibility="hidden"
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<br />
<div class="clear">
</div>
<div id="adsense_blog">
<div style="text-align: right;">
<a href="" onclick="close1(); return false"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuJdqlTXFarL4DJeWMwajnm6g21FKEx8yiQpmrZbjx8O37OP5AWZQJLc8GMmMrGiWL-Dbv6uiP42uqR43TycsXtwVxMjenHGSiipyz6FLJQFj8s3hvOemmAGAYhXCpia6jWuLA9M88heFV/s1600/close3.png" /></a></div>
<div onclick='close1()'>
<div style="background: #fff;">

Tulis Text Disini untuk Posisi Text Sebelah Kanan




</div>
</div></div>
<style type="text/css">
#adsense_blog1 {
position:fixed;_position:absolute;top:0px; left:0px;width: 160px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }
</style>
<script type="text/javascript">
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function close11(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("adsense_blog1").style.visibility="hidden"
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<br />
<div class="clear">
</div>
<div id="adsense_blog1">
<div style="text-align: left;">
<a href="" onclick="close11(); return false"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuJdqlTXFarL4DJeWMwajnm6g21FKEx8yiQpmrZbjx8O37OP5AWZQJLc8GMmMrGiWL-Dbv6uiP42uqR43TycsXtwVxMjenHGSiipyz6FLJQFj8s3hvOemmAGAYhXCpia6jWuLA9M88heFV/s1600/close3.png" /></a></div>
<div onclick='close11()'>
<div style="background: #fff;">


Tulis Text Disini untuk Posisi Text Sebelah Kiri

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

Menghapus Folder Dengan Delphi7

Halo Saudara Ilmu kali ini ilmu akan sedikit memberikan trik yang tidak jauh dari trik yang sebelumnya kalau yang sebelumnya membuat folder dengan delphi jadi untuk postingan kali ini akan membahas tentang cara menghapus folder dengan delphi7,,,lerikut kangkah-langkah untuk membuat programnya
Buka delphi7

Desain tampilan seperti gambar dibawah ini



Masukan rumus sebagai berikut pada button1

RemoveDir(''+Edit1.Text+':\'+edit2.text);


selesai tinggal di run saja,, lihat hasilnya semoga berhasil.
Salam Ilmu
 

Membuat Folder Baru Delgan Delphi7

Halo Saudara Ilmu kali ini ilmu akan sedikit memberikan trik membuat folder baru melalui delphi7, mungkin kurang berguna tapi tidak ada salahnya untuk dicoba siapa tahu nantinya berguna juga buat para sahabat yang suka mengembangkan program. langsung aja barikut ini langkahnya

Buka delphi7

Desain tampilan seperti gambar dibawah ini



Masukan rumus sebagai berikut pada button1

CreateDir(''+Edit1.Text+':\'+edit2.text);


selesai tinggal di run saja,, lihat hasilnya semoga seperti yang diharapkan.
 

Cara Mendisabel Task Manager Win7


Cara paling efektif menon aktifkan task manager adalah dengan kita merename applika tersebut. Jadi kita tidak harus susah susah mencari di regedit yang terlalu memusingkan karena banyaknya data yang ada. Kita cukup mencari di win7 task managernya lalu kita rubah namanaya, maka saat kita tekan ctrl+alt+del dan saat kita pilih task manager applikasi tersebut tidak akan muncul alias task manager tidak bisa dijalankan karena pemanggilannya tidak sesuai dengan nama task manager tersebut.

Caranya sebagai berikut
Masuk ke C >> Windows >> System32 >> cari yang bernama “taskmgr.exe”
NB: trik ini baru saya coba di win7 untuk winxp atau lainnya saya belum mencobanya sebaiknya anda coba di win7 saja
 

Refresh Dekstop Dengan Delphi


Berikut ini adalah source code untuk merefresh destop dengan Delphi.
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, nil, nil);
Jangan lupa tuliskan “ShlObj” pada uses
Contohnya seperti gambar dibawah ini 
selamat mencoba dan semoga berhasil.
 

Cara Membuat Web Browser Dengan Delphi

kali ini ilmu share sedikit ilmu delhi7 lagi nih...ayo di praktekan....
"MEMBUAT WEB BROWSER DARI DELPHI7"

langkah pertama:

buka delphinya
desain tampilan seperti ini


komponen yang digunakan:
edit di pallet standard
wedbroswer di pallet internet
dan button di pallete standard

langkah kedua

masukan rumus 
pada button1"back"

form1.WebBrowser1.GoBack;



untuk rumus pada button2"go"

form1.WebBrowser1.Navigate(edit1.text);


save dan jalankan dengan menekan f9.
sekian ilmu dulku share dari ilmu kali ini semoga bermanfaat



 

Cara Akses Situs Yang Diblokir Server


Pagi sahabat ilmu kali ini ilmu share sedikit cara mengakses situs-situs yang di blokir oleh server Indonesia. Salah satunya anda bisa menggunakan software –software sebagai berikut:
Berikut ini adalah beberapa applikasi penjebol situs web yang di blokir
.SecurityKissTunnel

Install software tersebut setelah selesai tinggal klik “connect”

 .DNS Jumper
Klik Fastest DNS tunggu sejenak dan tulis 2 alamat masukan di bawah yang tersedia lalu klik "Apply DNS Server"



.Hotspot Shield 

Install software tersebut setelah selesai tinggal klik “connect atau reconnect”



Coba anda pilih beberapa software diatas dan praktekkan ambiil yang menurut anda lebih mudah.
Semoga postingan ini bermanfaat dan semoga berhasil.salam ilmu

 

Cek IP dengan CMD Windows


Cara mengetahui ip addres website yang kita buka denga CMD. Tapi kenapa ilmu share seperti itu? Ilmu share cara mengetahui  ip addres website untuk mempermudah anda mengetahui ip tersebut. Berdasarkan pengalaman cara tersebut bisa dipakai saan pengisian ip untuk sebuah software penjebol situs yang di blokir seperti DNS Jumper, dan masih banyak lainnya.

Berikut caranya
Tekan tombol windows + R
Maka akan muncul tampilan seperti ini



Tuliskan cmd kemudian muncul tampilan gambar seperti berikut



Ketikan ping<space>alamat website/situs yang ingin anda ketahui ipnya
ex: ping www.ilmualakadarnya.blogspot.com
dan hasilnya seperti gambar berikut


pada tulisan yang saya kasih tanda merah tersebut adalah ip web/blog/situs yang anda inginkan

Catatan: anda harus terkoneksi dengan internet
Semoga berhasil dan salam ilmu




 

Windows 7 Boot Updater

Software penganti tulisan saat booting win7
yang bernama Windows 7 Boot Updater
tampilanya seperti ini


contoh hasil editannya seperti ini

yang pengen bisa download disini

semoga bermanfaat dan selamat menikmati software ini




 

TV ONLINE (STREAMING)

Semua serba Online





Selamat menikmati
 

Resource Haker

Sebar software gratis lagi yuk....kali ini software lama tapi sering di cari oleh user untuk mengotak atik tampilan ataupun yang lain di windows. nih ilmu kasih resource hacker. yang pengen dan mau mendownloadnya bisa lewat 4shared dengan klik disini
 

Mempercepat Booting Win7 PartII


Setelah anda melakukan cara pertama pada postingan sebelumnya apakan sudah puas dan besarkah perubahan yang terjadi???
Jika anda belum merasa puas dengan cara Pertama anda bisa meneruskan dengan cara ini.
Langkah pertama masih sama dengan langkah pertama pada postingan yang sebelumnya

Untuk langkah kedua
Pilih exe apa yang sekiranya tidak dibutuhkan saat start up
Ex:
.Yahoo Messanger
.Antivirus Smadav
.USB security
Dan masih banyak yang lain yang kurang berguna saat startup
Setelah itu klik “Apply” >> “Ok”
Coba lali untuk di restart semoga kedua cara ini sedikit banyaknya membantu anda yang membutuhkan booting win7 yang cepat

semoga bermanfaat, kritik dan saran kami nantikan selalu untuk menunjang ke sempurnaan blog ini

 

Horoskop Online

Berikut ini adalah rmalan bintang untuk anda atau yang sering dikenal dengan HOROSCOP


Monggo di nikmati dan dimanfaatkan semaksimal mungkin.
salam ilmu
 

Mempercepat Booting Win7 Part I


Langkaha pertama
tekan ctr+r
langkah kedua
pilih tab “Boot”



Klik pada “advanced options…” makan akan muncul gambar sebagai berikut:

pilih pada "number of processor" dan pilih bagian terbesar
setelah itu restart komputer anda.

semoga bermanfaat

 

Free Download HJSPLIT (applikasi pemecah file)

Bagi-bagi software gratis nih, kali ini ilmu akan membagikan software HJSPLIT (software pemecah file/film/software berkapasitas besar menjadi beberapa bagian biar uploadnya tidak lama) mungkin udah jadul tapi gmana ya daripada tidak bisa posting blog karena bahan posting lagi zonk hehe. bagi yang berminat silahkan langsung saja sedot disini
 

Free Download Defrezz 07

Bagi-bagi software gratis nih, kali ini ilmu akan membagikan software Defreez07 mungkin udah jadul tapi gmana ya daripada tidak bisa posting blog karena bahan posting lagi zonk hehe. bagi yang berminat silahkan langsung saja sedot disini
 

Film Horor Indonesia Kafan Sundel Bolong

Film Horor Indonesia Kafan Sundel Bolong part1




Film Horor Indonesia Kafan Sundel Bolong part2

 

Shorcut Komputer Bag IV




Microsoft Management Console (MMC) Main Window Keyboard Shortcuts
CTRL+O (Open a saved console)
CTRL+N (Open a new console)
CTRL+S (Save the open console)
CTRL+M (Add or remove a console item)
CTRL+W (Open a new window)
F5 key (Update the content of all console windows)
ALT+SPACEBAR (Display the MMC window menu)
ALT+F4 (Close the console)
ALT+A (Display the Action menu)
ALT+V (Display the View menu)
ALT+F (Display the File menu)
ALT+O (Display the Favorites menu)

MMC Console Window Keyboard Shortcuts
CTRL+P (Print the current page or active pane)
ALT+Minus sign (-) (Display the window menu for the active console window)
SHIFT+F10 (Display the Action shortcut menu for the selected item)
F1 key (Open the Help topic, if any, for the selected item)
F5 key (Update the content of all console windows)
CTRL+F10 (Maximize the active console window)
CTRL+F5 (Restore the active console window)
ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
F2 key (Rename the selected item)
CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)

Remote Desktop Connection Navigation
CTRL+ALT+END (Open the m*cro$oft Windows NT Security dialog box)
ALT+PAGE UP (Switch between programs from left to right)
ALT+PAGE DOWN (Switch between programs from right to left)
ALT+INSERT (Cycle through the programs in most recently used order)
ALT+HOME (Display the Start menu)
CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
ALT+DELETE (Display the Windows menu)
CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
CTRL+ALT+Plus sign (+) (Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer.)

 

Shorcurt Komputer Bag III


Accessibility Keyboard Shortcuts
Right SHIFT for eight seconds (Switch FilterKeys either on or off)
Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
SHIFT five times (Switch the StickyKeys either on or off)
NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
Windows Logo +U (Open Utility Manager)
Windows Explorer Keyboard Shortcuts
END (Display the bottom of the active window)
HOME (Display the top of the active window)
NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
NUM LOCK+Minus sign (-) (Collapse the selected folder)
LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)
Shortcut Keys for Character Map
RIGHT ARROW (Move to the right or to the beginning of the next line)
LEFT ARROW (Move to the left or to the end of the previous line)
UP ARROW (Move up one row)
DOWN ARROW (Move down one row)
PAGE UP (Move up one screen at a time)
PAGE DOWN (Move down one screen at a time)
HOME (Move to the beginning of the line)
END (Move to the end of the line)
CTRL+HOME (Move to the first character)
CTRL+END (Move to the last character)
SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)
 

Shorchut Komputer Bag II


Dialog Box Keyboard Shortcuts
CTRL+TAB (Move forward through the tabs)
CTRL+SHIFT+TAB (Move backward through the tabs)
TAB (Move forward through the options)
SHIFT+TAB (Move backward through the options)
ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
ENTER (Perform the command for the active option or button)
SPACEBAR (Select or clear the check box if the active option is a check box)
Arrow keys (Select a button if the active option is a group of option buttons)
F1 key (Display Help)
F4 key (Display the items in the active list)
BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)
Microsoft Natural Keyboard Shortcuts
Windows Logo (Display or hide the Start menu)
Windows Logo+BREAK (Display the System Properties dialog box)
Windows Logo+D (Display the desktop)
Windows Logo+M (Minimize all of the windows)
Windows Logo+SHIFT+M (Restore the minimized windows)
Windows Logo+E (Open My Computer)
Windows Logo+F (Search for a file or a folder)
CTRL+Windows Logo+F (Search for computers)
Windows Logo+F1 (Display Windows Help)
Windows Logo+ L (Lock the keyboard)
Windows Logo+R (Open the Run dialog box)
Windows Logo+U (Open Utility Manager)
Microsoft Internet Explorer Navigation
CTRL+B (Open the Organize Favorites dialog box)
CTRL+E (Open the Search bar)
CTRL+F (Start the Find utility)
CTRL+H (Open the History bar)
CTRL+I (Open the Favorites bar)
CTRL+L (Open the Open dialog box)
CTRL+N (Start another instance of the browser with the same Web address)
CTRL+O (Open the Open dialog box, the same as CTRL+L)
CTRL+P (Open the Print dialog box)
CTRL+R (Update the current Web page)
CTRL+W (Close the current window)
 

Shorchut Computer Bag I


CTRL+C (Copy)
CTRL+X (Cut)
CTRL+V (Paste)
CTRL+Z (Undo)
DELETE (Delete)
SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
F2 key (Rename the selected item)
CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
CTRL+A (Select all)
F3 key (Search for a file or a folder)
ALT+ENTER (View the properties for the selected item)
ALT+F4 (Close the active item, or quit the active program)
ALT+ENTER (Display the properties of the selected object)
ALT+SPACEBAR (Open the shortcut menu for the active window)
CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)
ALT+TAB (Switch between the open items)
ALT+ESC (Cycle through items in the order that they had been opened)
F6 key (Cycle through the screen elements in a window or on the desktop)
F4 key (Display the Address bar list in My Computer or Windows Explorer)
SHIFT+F10 (Display the shortcut menu for the selected item)
ALT+SPACEBAR (Display the System menu for the active window)
CTRL+ESC (Display the Start menu)
ALT+Underlined letter in a menu name (Display the corresponding menu)
F10 key (Activate the menu bar in the active program)
RIGHT ARROW (Open the next menu to the right, or open a submenu)
LEFT ARROW (Open the next menu to the left, or close a submenu)
F5 key (Update the active window)
BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
ESC (Cancel the current task)
SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)

 

Mengganti Sound Starup Win7

cara mengganti suara starup di win7 langkahnya sebagai berikut
download starupsoundchanger di sini
jalankan aplikasi tersebut

pada aplikasi tersebut sudah di terangkan caranya silahkan mencoba dan semoga berhasil.

 

Daftar Streaming TV indonesia

www.mytrans.com/live_streaming/trans7 (TRANS 7 Live Streaming )
    www.mytrans.com/live_streaming/transtv (TRANS TV Live Streaming)

    www.tvonenews.tv/streaming (TVONE Live Streaming)

    www.vivanews.com/streaming/antv (
    ANTV Live Streaming)

    www.okezone.tv/#rcti (RCTI Live Streaming)
      www.okezone.tv/#globaltv (Global TV Live Streaming)
        www.okezone.tv/#mnctv (MNC TV Live Streaming)
          www.okezone.tv/#sindotv (SINDO TV Live Streaming)

          www.metrotvnews.com/read/streaming (MetroTv Live Streaming)
           

          Simpan File .txt, .jpg, .png, .dat, .dll Dengan Delphi


          Selamat pagi sahabat ilmu kali ini ilmu akan sedikit memberikan pengetahuan tentang bagaimana menyimpan file .jpg, .png, .dat, .txt, .bat, .dll.......langsung saja praktekan di laptop/pc anda gan....berikut langkahnya
          buat desain sebagai berikut :


          pengaturannya propertis dan event nya lihat gambar dibawah:

          untuk ShellComboBox

          untuk ComboBox

          untuk Edit

          Untuk Button


          untuk pengusian rumus hanya terdapat pada button
          caranya klik 2x pada button lalu isikan rumus sebagai berikut:

          assignfile(F,''+SC.Path+'\'+E_nm_file.Text+''+ComboBox1.Text);
          rewrite(F);

          jangan lupa pada var tambahkan

          F: TextFile;

          jalankan dan semoga berhasil

          NB : file akan tersimpan di




           

          Cara Memaketkan Fun Night pada Telkomflash

          kali ini ilmu akan share tentang car a memaketkan telkomflas 5.000 untuk seminggu akan tetapi paket tersebut hanya bisa digunakan saat malam hari pada pukul 00:01 - 05:59.....cara daftar paket telkom flash fun night sebagai berikut


          Paket Midnight Flash Unlimited:
           

          Ketik *363#  lalu (panggil) 

          dari ponsel atau modem >> banyak pilihan dari menu paket Internetan, (paket bisa berubah setiap saat) 


          Anda juga bisa kirim SMS ke 3636 dengan format sbb:
           
          FUN spasi ON spasi harga Paket

          Misalnya :    
              
          FUN ON 1000 ATAU FUN ON 1k
          FUN ON 25000 ATAU FUN ON 25 ATAU FUN ON 25k (bulanan)
          Direct UMB *363*25# untuk paket Rp. 25,000 atau
          Direct UMB *363*52# untuk paket Rp. 50,000

          jika belum berubah kuota paket sebagai berikut:
          harga 1.500 kuota 150 MB masa aktif 1hari
          harga 5.000 kuota 1 GB masa aktif 7hari
          harga 25.000 kuota 3 GB masa aktif 30hari
          harga 50.000 kuota 8 GB masa aktif 30hari


          silahkan mencoba semoga berhasil
           

          Cara Mempercepat Booting Win 7

          cara 1
          Ini sangat bermanfaat. Tapi efeknya proses booting jadi lambat karena Windows akan membaca file-file di dalam folder prefetch tersebut. Oleh karena itu, jika file-file tersebut dihapus, maka proses booting akan menjadi lebih cepat. Sebaliknya, waktu loading program akan menjadi lebih lama seperti pertama kali menginstallnya. Jadi lakukanlah trik ke-3 ini dengan bijak. Saya sendiri hanya menghapus isi folder prefetch 2 minggu sekali.

          Cara menghapus isi folder prefetch:

          Akses Windows Explorer
          Masuk ke drive C -> Windows -> Prefetch
          Hapus semua isinya secara permanen (Shift + Del)

          cara 2
          Tekan tombol Windows + R
          Ketikkan “msconfig”. Tekan “Enter”
          Masuk ke tab “Boot”
          Klik “Advanced options…”
          Centang bagian “Number of processors”
          Klik tanda panah ke bawah, pilih angka yang paling besar.
          Klik “OK” >> OK lagi

          cara 3
          Tekan tombol Windows + R
          ketik “gpedit.msc”. Enter
          Pada kolom sebelah kiri, masuk ke bagian “Computer configuration” -> “Administrative Template” -> “Systems” -> “Troubleshooting and Diagnostic” -> “Windows Boot Performance Diagnostic”
          Double klik “Configure Scenario Execution Level”. Pilih “Enable”.
          Pada “Scenario Execution Level”, klik tanda panah ke bawah. Pilih “Detection Troubleshooting and Resolution”.
          Klik “OK”. Selesai.

          selamat mencoba dan semoga bermanfaat



           

          Cara Menghapus Folder & File Secara Permanen

          Keluhan banyak terjadi  saat pengguna kompute/laptop harus menghapus ulang file/folder yang pernah dihapus.....maksudnya anda diharuskan menghapus ulang....contohnya :
          anda menghapus file di disk D secara otomatis akan masu ke Recycle Bin, dan anda harus menghapus ulang di Recycle Bin,,,,benarkan????akan tetapi jika anda bosan denga cara menghapus biasa anda bisa menghapus secara langsung semua file tampa harus masuk di dalam Recycle Bin caranya mudah dan sangat sederhan anda hanya harus menekan (Shift + Del)