Setelah coba cari mencari bagaimanakah cara menambah ringtone notifikasi di android ternyata ada caranya. Cara menambah ringtonenya pun unik, hanya dengan membuat struktur folder...
Anda pengguna Android Samsung Galaxy Spica ? bermasalah ketika memainkan game Angry Birds ? Masalahnya pada grafic yang sebagaian tidak bisa dirender/ sebagian tampilan...
Pengguna android yang ingin merasakan launcher pro plus namun hanya punya versi trialnya tidak perlu kuatir, berikut cara membuat Launcher Pro Plus.
1.Download launcher pro...
How to resize images from the command line on linux (Ubuntu) using imagemagick.
Install imagemagick :
sudo apt-get install imagemagick
Create a directory in the location named...
Here we can do, copy this jquery plugins :
jQuery.fn.maxLength = function(max){
this.each(function(){
//Get the type of the matched element
var type = this.tagName.toLowerCase();
//If the type property exists,...
Here we can do to change hyperlink underline color
<a href="change-underline-color.php" style="text-decoration: none; border-bottom: 1px solid #999999">change underline color</a>
Here we can do with jquery, check all checkbox with name parameters :
sample code :
function checkallitems(){
var arr=$("input']");
if($('#contestall').attr('checked')==true){
for(var i=0;i<arr.length;i++){
$(arr).attr('checked','checked');
}
}else{
for(var i=0;i<arr.length;i++){
$(arr).attr('checked',false);
}
}
}
note :
contest is the name of...