Category: Kanban

  • Litteraturlisten

    Masterprojektets litteraturliste skal naturligvis skabes via en MySQL database. Derfor var det relativt enkelt at udvikle en klasse i WordPress, der automatisk formatterer litteraturlisten. Sådan ser klassen ud: class littList { public function BooksAnnotated() { global $wpdb; // wp db class $result = $wpdb->get_results("SELECT * FROM `Litteraturliste` ORDER BY `Author`") or trigger_error(mysql_error()); foreach($result as $row){…

  • Schön: Educating the Reflective Practiconer

    Schön: Educating the Reflective Practiconer

    Begreber: 18 ff. Themes: Designing as a form of artistry Fundamental tasks and predicaments of a design studio Dialogue of student and coach Forms of dialogue Coach and student as practiconers Coaching artistry Impediments to learning 25 Knowing-in-action 26 Reflection-in-action (hvorfor ikke reflection-after-action eller knowing-after-action?) 30 Music: jazz and improvization 34 “thinking like a __________.”…

  • Kanban Plugin – erfaringer

    Begynder så småt at anvende kanban-pluginet til planlægning af dagligt arbejde og andre gøremål. Loggen skal forfines og designet skal “poleres”; men den grundlæggende funktionalitet er implementeret. Fremover vil jeg fokusere på at skrive afhandlingen; mens løbende designet forfines. Overvejer at få brugere til at afprøve programmet.

  • Plugin CSS i WordPress

    Efter en række eksperimenter har jeg fundet denne opskrift, der hooker et stylesheet rigtigt ind i WP dashboard. Virker både for admin og øvrige registrerede brugere: add_action( 'admin_enqueue_scripts', 'safely_add_stylesheet_to_admin' ); /** * Add stylesheet to the page */ function safely_add_stylesheet_to_admin() { wp_enqueue_style( 'prefix-style', plugins_url('style_admin.css', __FILE__) ); }

Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close