Aside

jQuery UI datepicker, disable hari tertentu dan hari libur

jQuery UI datepicker memungkinkan kita untuk men-disable pilihan tanggal-tanggal tertentu. Untuk men-disable hari Sabtu dan Minggu, dapat menggunakan utility function $.datepicker.noWeekends $(“#datepicker”).datepicker( { beforeShowDay: $.datepicker.noWeekends }); $( function() { var holiday = [ new Date(2011, 7, 17).getTime(), // proklamasi 17 agustus new Date(2011, 7, 30).getTime(), // 1 syawal 1432 H new Date(2011, 7, 31).getTime() // […]

Aside

Introducing the Google Font API & Google Font Directory

Today we are excited to announce a collection of high quality open source web fonts in the Google Font Directory, and the Google Font API to make them available to everybody on the web. For a long time, the web has lagged print and even other electronic media in typographic sophistication. To enjoy the visual […]