Check your version

This video covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Alternate resources: 

Replicate Complex Interaction

Video loading...

Transcripts: 
Transcript language code: 
eng
Transcript language code: 
por_br

Join Drupalize.Me to watch this video

Join today and gain instant access to our entire video library.

Log in Sign up
  • 0:04
    In this lesson, we're going to continue working
  • 0:06
    on our simple, front-end blog application.
  • 0:08
    In particular, we're going to take a look at how to build out
  • 0:11
    and replicate a couple of front-end pieces
  • 0:13
    we may normally take for granted,
  • 0:15
    that we have to implement on our own
  • 0:16
    with this new decoupled approach.
  • 0:18
    By the end of this video, we will have built a pager
  • 0:20
    for our blog post listing.
  • 0:22
    We'll talk a bit about what makes our blog
  • 0:04
    Nessa lição, iremos continuar trabalhando
  • 0:06
    na nossa simples aplicação front-end de blog.
  • 0:08
    Em especial, iremos dar uma olhada em como construir
  • 0:11
    e repetir algumas partes de front-end
  • 0:13
    que talvez normalmente deixamos passar despercebidas,
  • 0:15
    que temos que implementar por conta própria
  • 0:16
    com essa nova abordagem dissociada.
  • 0:18
    No final desse vídeo, teremos construído um paginador
  • 0:20
    para nossa listagem de posts de blog.
  • 0:22
    Iremos falar um pouco sobre o que faz nosso blog
Loading ...

Replicate Complex Interaction

Loading...

Building a traditionally "coupled" Drupal site provides us with a lot of functionality we've so far taken for granted when building our simple blog.

This lesson attempts to remedy some of that by: building a functional pager and a post archive.

We'll also make our blog into an actual Single Page Application (or SPA) by using the client-side router provided by Backbone.js

Self-check challenge: Add a form with select list elements that filter posts (instead of relying on the sidebar links).

Downloads: 
Log in or sign up to download companion files.
Additional resources: