Tag: programing
Cara Mudah Membuat Color Picker dengan HTML 5
GULANGGULING.COM | PROGRAMING - Berawal dari sebuah pertanyaan Bagaimanakah cara membuat color picker dengan mudah? Nah dalam artikel ini saya akan bercerita tentang cara...
Android Code : Cara mudah mengganti background warna pada Action Bar
Edisi kali ini saya akan berbagi tentang bagaimana cara mengganti background color pada Action bar. Buat anda yang sedang bermain di Android mungkin trik ini merupakan salah...
Update Android Studio 1.0 RC
Setelah selama ini Android Studio ber-versi dibawah 1 alias Nol koma sekian, akhirnya sekarang Android Studio sudah memiliki versi 1.0. Walaupun masih berstatus Release Candidate tapi...
Get Android version with javascript
Hi All,
This is the simple way to get Android Version from javascript.
Simple way to use:
Done
Android Studio – Failed to complete Gradle execution. Cause: A fatal...
Mbuh ini masasalah apa, tapi pernah dapat masalah kayak gini di Android Studio, terus nemu solusi begini:
Go to File -> Settings -> Gradle Input...
Pertama kali menggunakan Laravel 4
Setelah sekian lama muncul framework ini dan sudah sering dengar dari teman, akhirnya baru kali ini saya mencobanya sekarang. Walaupun hanya sebatas instalasi dan membuat yang sederhana ada baiknya saya tulis...
Google Web Designer
Google meluncurkan sebuah aplikasi yang sangat menggiurkan untuk dicoba. Aplikasi itu bernama Google Web Designer. Aplikasi ini masih tahap beta tapi sudah cukup istimewa. Bagi...
Oracle/PLSQL: Creating Procedures
In Oracle, you can create your own procedures.
The syntax for a procedure is:
The following is a simple example of a procedure:
Ini soal Profesi
Awal carita ketika saya membaca sebuah thread di forum yang konon katanya paling besar dinegara ini, sebut saja kuskas. Di thread tersebut dibahas mengenai...
Encode a string with Base64 in Android
Fungsi Base64 sudah disematkan pada android API level 8 atau berada pada device dengan OS Froyo. Tabel API level android bisa dilihat disini . Untuk...
Setting Up HMVC in CodeIgniter 2.1.2
This article about how to setup Hierarchical Model-View-Controller (HMVC) on CodeIgniter 2.1.2. Here we go the step how to seting up on CodeIgniter 2.1 :
Download wiredesignz HMVC...
Gempa Indonesia Android
Gempa Indonesia merupakan Aplikasi Android dengan tujuan memberikan informasi Gempa yang terjadi di Indonesia. Aplikasi ini dilengkapi dengan informasi titik titik gempa pada Peta....
Download Drupal e-book
Download Drupal e-book tutorial ?
Drupal E-book Part 1
e-book Using Drupal.pdf
Front End Drupal.pdf
Learning.Drupal.6.Module.Development.May.2008.pdf
Leveraging Drupal.pdf
Pro Drupal Development, Second Edition.pdf
Selling...
Change Font-Size Editor Zend Studio
Many of the fonts and colors and used by eclipse components can be set using the General > Appearance > Colors and Fonts preference page.
Limit character textarea using Jquery
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,...
Code To Change Hyperlink Underline Color
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>
Jquery Check All
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...