Skip to content
AMBAR SETYAWAN

Building Arutala & Clenovio, AR VR Developer

  • HOME
  • ABOUT
  • CONTACT
  • Search

AR Developer

I am writing my personal thoughts on islam, startup, business and technology. Currently I work as Chief Executive Officer at Arutala, Immersion of Tech Company and Commisioner at PT Globalindo Digital Inovasi, AR VR Tech Company. Previously I worked for  PT Citos Connection and UGM Yogyakarta. You might contact me : myambarsetyawan [at] gmail [dot] com

Update News

  • Qurban Virtual Experience
  • Learn SASS – IDX Developer Session
  • Date Range Hover Highlight
  • Openetizen.Com
  • QurbanMe

Categories

  • Islam
  • Research
  • UI UX

Comments

  • ali on Date Range Hover Highlight
  • Mitchek on Date Range Hover Highlight
  • nurcahyo on QurbanMe

UI UX

Learn SASS – IDX Developer Session

Leave a Comment / UI UX / By ambarsetyawan

Yesterday, I was asked to give presentation about SASS at Developer Session IDX Citos Connection in Yogyakarta. I was explained about What SASS? Why SASS? How It Work: SASS Fundamental and SASS Bootstrap. Check It Out! Live Developer Session on Youtube

Date Range Hover Highlight

2 Comments / UI UX / By ambarsetyawan

Basic Usage 1. Include jQuery javascript library and jQuery UI on your web page

1
2
3
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>

2. The css

1
2
3
4
5
6
<style type="text/css">
.dp-highlight .ui-state-default {
background: #FAAE2A;
color: #FFF;
}
</style>