Uncategorized

JavaScript Patterns

Object-Oriented Only five primitive types are not objects: number, string, boolean, null, and undefined Functions are ob...

Drupal7 NodequenueをViewに追加

ViewでNodequenueをSortCriteriaに追加するためには、ViewにおいてRelationshipsを構築する必要が有る。 先にRelationshipsでNodequenueを追加すると、Sort Criteria...

Drupal7 preprocess functions kpr($hook)

Wordpressのようにレンダー前にフックをかける時にはtemplate.phpにpreprocessファンクションを作成する。 function themename_preprocess($variables, $hook) { ...

Flask

Flask のデフォルトフォントdinは_button.placeholder.scssで複数箇所で使われているため変更すること。

Drupal7 Sprout Content add ページ

Sproutで設定されているUIのContent add ページではオプションメニューを下に表示される代わりにPanelでUIが設定されている Sprout profile

Drupal variable

When you want to inspect what variables are available, put a code below dpm(get_defined_vars()); dpm(get_define...

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 ...
タイトルとURLをコピーしました