Tampilkan postingan dengan label tips. Tampilkan semua postingan

Jumat, 22 Juni 2018

Cara Merubah Scroll Bar Blogspot

1. Pertama silahkan sobat masuk ke Blogger.com
2. Klik Template => Edit HTML
3. Cari kode ]]>
4. Setelah ketemu, Copy kode css dibawah ini lalu Paste diatas kode ""
::-webkit-scrollbar {height:12px;width: 12px;background: #216859; box-shadow: inset 0px 0px 2px #CDCDCD; border-radius: 10px;} 
::-webkit-scrollbar-thumb {background-color: #990000;-moz-border-radius: 10px;border-radius: 10px; box-shadow: inset 0px 0px 2px #CDCDCD;}
5. Klik Simpan Template

Selesai
Baca Selengkapnya >>>

Sabtu, 21 April 2018

Master volume dan Stereo Mix pada windows 7

Pertama harus dipastikan kalau Audio Drivers yang dipakai itu Realtek. kalian bisa download disini :
http://download.cnet.com/Realtek-AC-97-Driver-Windows-Vista-Windows-7/3000-2120_4-10962344.html
Kalu memang PC / Laptop Mba and Mas Audio Drivers yang di gunakan itu sudah Realtek, mari kita kupas dengan jelas sampai tuntas cara setting Audio (StereoMix) nya..


Pilih Start Windows > Pilih Control Panel



Setelah sudah masuk di Control Panel : Pilih Hardware and Sound > Sound.







Setelah muncul tab "Sound" Pilih Recording > Klik pada ruang kosong dibawah Microphone > Pilih Show Disabled Devices. Hingga muncul StereoMix dibawah Microphone.




Udah muncul nih StereoMix-nya tapi ko masih ngga bisa buat TM ya ? Musiknya masih belum bisa kedengeran sama User :'( "ciyusss ? miapaaa ? enelaaan ? wkwkkw..*
belum sampai situ Mba sist dan Mas bro.. yuksss lanjutin ^_^


Setelah muncul StereoMix..

Klik kanan Pada StereoMix > Enable




Setelah ter-Enable StereoMix-nya..

Klik kanan lagi Pada StereoMix > Set as Default Device. Hingga terdapat Icon Phone di Microphone dan Icon Ceklis di StereoMix.




Sumber: http://nurindaindah.blogspot.co.id/2013/05/cara-setting-audio-stereo-mix-win-7.html
Baca Selengkapnya >>>

Senin, 16 April 2018

Cara Agar Suara Aplikasi Dapat Direkam Tanpa Michrophone Pada Windows

Ide :
Ingin merekam musik dari computer langsung ke file
Merekam suara musik dari game
Ingin membuat aksi video dan audio game ke video
Merekam video 3D gaming dan audio secara realtime tanpa proses dubbing


Tekniknya ternyata mudah, dengan fungsi Stereo Mix Game dibuat oleh orang orang kreatif, melibatkan banyak insinyur, disainer sampai komposer. Tidak heran sebuah game begitu menarik, baik lagu dan aksi karakter didalam permainan. Bagaimana kita dapat merekam sebuah musik atau potongan musik. Atau merekam sebuah aksi dari permainan anda, termasuk merekam suara untuk dijadikan video yang lengkap. Lalu menyimpannya menjadi file video, mungkin juga anda cukup tertarik mengupload aksi anda ke situs video seperti Youtube. Pada sistem Windows sebenarnya sudah ada option tersebut, tetapi belum banyak yang mencoba. Banyak gamer melakukan dengan teknik dubbing, dan melakukan proses selanjutnya pada software editing. Teknik tersebut cukup repot, karena harus menyesuaikan posisi suara dan aksi game serta pekerjaan yang dilakukan melalui 2 langkah

Salah satu fitur dari sistem input suara Windows disebut Stereo Mix. Fungsi Stereo Mix adalah mengabungkan semua suara yang ada didalam computer untuk di output menjadi satu. Ketika anda ingin mengambil lagu dari suara computer, apakah dari suara game, film DVD, kaset, radio dan lainnya. Semua suara yang ada pada computer dapat direkam secara bersamaan. Untuk merekam suara.

Langkah awal, aktifkan fitur Stereo Mix dibawah ini. Pilihan dapat diaktifkan dengan memilih :
Master Volume pada Windows dan pilih Properties
Pada bagian Audio Input, pilih 1 saja yaitu Stereo Mix.
Dengan mengaktifkan Stereo Mix -> Semua suara yang ada pada computer dapat direkam oleh software recording. Misalnya Windows Recording , software CoolEdit , SoundForce Audio dan lainnya. Asalkan software memiliki pilihan untuk merekam / recording

Teknik ini sederhana, tetapi tidak semua soundcard memilih option Stereo Mix. Dan hanya sound card internal yang dapat melakukan recording via stereo mix. Sound card USB tidak memiliki fitur Stereo Mix, karena input suara hanya diterima oleh Microphone saja.


sumber: http://www.obengplus.com/artikel/articles/28/1/Capture-recording-sound-video-game.html
Baca Selengkapnya >>>

Jumat, 29 Desember 2017

Membuat Widget Jam Digital Sederhana di Blogger

💀 Cara ke 1 (menyesuaikan dengan client):

MASUK KE:

  1. LAYOUT  
  2. ADD A GADGET 
  3. HTML/JAVASCRIPT 
  4. COPY CODE DIBAWAH INI
  5. SAVE

CODE: 


<script type="text/javascript">
 window.onload = function() { jam(); }

 function jam() {
  var e = document.getElementById('jam'),
  d = new Date(), h, m, s;
  h = d.getHours();
  m = set(d.getMinutes());
  s = set(d.getSeconds());

  e.innerHTML = h +':'+ m +':'+ s;

  setTimeout('jam()', 1000);
 }

 function set(e) {
  e = e < 10 ? '0'+ e : e;
  return e;
 }
</script>



<center><h1 style="font-size: 20px; font-family: arial; color:#c00; background:none; height:25px; margin-bottom:2px; margin-top:2px;" id="jam"></h1><center></center></center>

KLICK SAVE
SELESAI 👍

💀 Cara ke 2 (menyesuaikan dengan server):

Kunjungi situs berikut: https://time.is/widgets👍
Baca Selengkapnya >>>

Selasa, 26 Desember 2017

Cara Instal (gpedit.msc) di win7 Home Edition

DISCLAIMER: This tutorial has been shared for the sake of knowledge sharing.

Patching system files or using 3rd party software might be dangerous for your computer.

We do not recommend it and we'll not be responsible if it harms your system.

Many times we post tutorials which require use of Group Policy Editor (GPEdit.msc)program.

But the problem is, Group Policy Editor comes bundled with only a few selected Windows editions such as Professional, Enterprise and Ultimate editions.

Other Windows editions such as Home (also known as Core), Home Basic, Home Premium, Starter and Single Language don't come with Group Policy Editor program.

So these Windows editions users can't use tips-n-tricks which require using Group Policy Editor. Now the good news is that you can install/enable the missing Group Policy Editor program in any edition of Windows operating system.

Today in this tutorial, we are going to share 2 methods to add Group Policy Editor tool to all Windows editions. METHOD 1: Only for Windows 10 Users METHOD 2: For Windows 7, Windows 8/8.1 and Windows 10 Users

So if you also want to install and enable Group Policy Editor in your Windows OS, following methods will help you:

METHOD 1: Only for Windows 10 Users If you are using Windows 10 Home edition or Single Language edition and want to enable Group Policy Editor program, this method will help you.

Actually Windows 10 Home and Single Language editions already come with Group Policy Editor program packages included but its disabled by default so users can't launch the program.

 But we can activate and enable the program using DISM command.

For your convenience, we have created a small BATCH file which can automatically install Group Policy Editor program by executing required DISM command.

First of all download the batch file from following link:

 Download Batch Script to Enable Group Policy Editor in Windows 10

Extract the downloaded ZIP file using 7-Zip or any other file archive utility and you'll get "Install Group Policy Editor.bat" file.

Right-click on the BAT file and select "Run as Administrator" option. It'll launch a Command Prompt window which will take a few seconds in installing and enabling Group Policy Editor program in Windows 10.

Restart your computer and now you are ready to use Group Policy Editor in Windows 10 Home or Single Language editions.

METHOD 2: For Windows 7, Windows 8/8.1 and Windows 10 Users This method will work in all Windows versions such as Windows 7, Windows 8/8.1 and Windows 10.

It uses a simple installer which installs the required system files in Windows so that you can enjoy Group Policy Editor in all Windows editions.

This installer tool has been created by "davehc" @ Windows7forums and shared by "Drudger" @ DA. It enables Group Policy Editor program in all Windows editions such as Starter, Home Basic, Home Premium, etc.

First download the setup file using following link:

Download Group Policy Editor Installer 

You'll find the download link in right-side section of the above mentioned page.

After downloading the ZIP file, extract it using WinRAR or 7-Zip. Run the extracted setup.exe file.

It'll install the files and you'll be able to access gpedit.msc command via RUN or Start Menu search box.

NOTE 1: For Windows 7 64-bit (x64) users! You'll also need to go to "SysWOW64" folder present in "C:\Windows" folder and copy "GroupPolicy", "GroupPolicyUsers" folders and gpedit.msc file from there and paste them in "C:\Windows\System32" folder.

NOTE 2: If you are getting "MMC could not create the snap-in" error message while running gpedit.msc, check out following steps to fix the problem.

Basically it happens when your username in Windows contains more than one word.

  1. Run the installer and leave it at the last step (do not click on the "Finish" button). 
  2. Now go to C:\Windows\Temp\gpedit\ folder. 
  3. If you are running 32-bit (x86) edition of Windows 7, right-click on x86.bat file and choose "Open With -> Notepad" option. If you are running 64-bit (x64) edition of Windows 7, right-click on x64.bat file and choose "Open With -> Notepad" option. 
  4. You'll find a total of 6 lines containing the following string in the file: %username%:f 
  5.  Edit those lines and replace %username%:f with "%username%":f For example: Original: icacls %WinDir%\SysWOW64\gpedit.dll /grant:r %username%:f New: icacls %WinDir%\SysWOW64\gpedit.dll /grant:r "%username%":f 
  6. Save and run the file (right-click -> Run as Administrator). 7. That's it. You'll have working gpedit.msc. 



Thanks to our reader "Teazlee" for the fix...
Baca Selengkapnya >>>