Uncategorized JavaScript Patterns Object-Oriented Only five primitive types are not objects: number, string, boolean, null, and undefined Functions are ob... 2016.06.16 Uncategorized
Drupal7 NodequenueをViewに追加 ViewでNodequenueをSortCriteriaに追加するためには、ViewにおいてRelationshipsを構築する必要が有る。 先にRelationshipsでNodequenueを追加すると、Sort Criteria... 2016.06.15
Drupal7 preprocess functions kpr($hook) Wordpressのようにレンダー前にフックをかける時にはtemplate.phpにpreprocessファンクションを作成する。 function themename_preprocess($variables, $hook) { ... 2016.06.15
Drupal7 Sprout Content add ページ Sproutで設定されているUIのContent add ページではオプションメニューを下に表示される代わりにPanelでUIが設定されている Sprout profile 2016.06.14
Drupal variable When you want to inspect what variables are available, put a code below dpm(get_defined_vars()); dpm(get_define... 2016.06.14
Jekyll (Markdown) Points Use include and loops as much as you can. Avoid making each unique template. To make items for an array, enter a ... 2016.04.16