Category Archive: Uncategorized

Dec 09

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Aug 08

Kajian Ust Bachtiar Nasir

kajian_20120808

Assalamu’alaykum wr wb Hari ini, tanggal 20120808 di GrhaXL, kajian dhuhur spesial ramadhan dengan Ustadz Bachtiar Nasir. Namanya sangat familiar karena emang udha jadi ustadz kondang. Tema yang beliau bawakan adalah Perjumpaan dengan Allah. isinya berbobot, isinya full tentang ruhiyah, tentang hati. Beliau berceramah tentang bagaimana caranya untuk bertemu dengan Allah? Ketika kita puasa, ada …

Continue reading »

Aug 04

wawancara dengan Mas Fardhadi (Pengajar Muda Indonesia Mengajar)

Hari ini saya ngobrol sedikit dengan Mas Fardhadi tentang dia dan pengajar muda. Saya merasa dengan terjunnya beliau ke dunia yang sama sekali berbeda (menjadi relawan) adalah sangat inspiratif. Beliau lulus 3.5 tahun. Beliau adalah staf himatel dan pendiri divisi RnD di Himatel dan sekaligus menjadi biro RnD di Himatel 2010. Beliau juga aktif di …

Continue reading »

Jul 02

twitter widgets conf

wordpres1

Dear Umi…. I want to let you know about how to install twitter dashboard on wordpress…. As you know, wordpress has many themes, widgets, and plugins. Twitter can also set on widgets from themes that you choose.   select “widgets” and config the twitter widgets…. just put your twitter account or your following account into …

Continue reading »

May 23

Regular Expression PHP

  Regular Expression Will match… foo The string “foo” ^foo “foo” at the start of a string foo$ “foo” at the end of a string ^foo$ “foo” when it is alone on a string [abc] a, b, or c [a-z] Any lowercase letter [^A-Z] Any character that is not a uppercase letter (gif|jpg) Matches either “gif” …

Continue reading »

Feb 17

JSF- Build Error Handling (Empty Input Fields)

1. First, you build the xhtml file #{msgs.namePrompt}: #{msgs.agePrompt}: The correct label should be declared as: and the correct error message should be declared as: #{msgs.agePrompt}: with “for” as same as “name” of the target. 2. and then build user.java import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; import java.io.Serializable; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; @Component(“user”) @Scope(“session”) public …

Continue reading »