GULANGGULING.COM | PROGRAMING - Berawal dari sebuah pertanyaan Bagaimanakah cara membuat color picker dengan mudah? Nah dalam artikel ini saya akan bercerita tentang cara...
Hi All,
This is the simple way to get Android Version from javascript.
function getAndroidVersion(ua) {
var ua = ua || navigator.userAgent;
var match = ua.match(/Androids(*)/);
...
Setiap artikel post biasanya disertai dengan tags. Para menulis akan menyertakan tags agar mudah mengkategorikan jenis artikel dan menjadikannya sebagai keywords bagi tulisan tersebut....
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...
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...
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>