Bryan Braun

Primary tabs

Articles from Bryan Braun

One of the best ways to set yourself up to succeed with Drupal is to adopt a habit of continuous learning.

All right everybody. I've got to admit, I'm frustrated.

All right everybody. I've got to admit, I'm frustrated.

As I've been building Drupal sites, there were several moments when I was surprised to see that I could go into the admin interface and customize an aspect of my site. In many cases I assumed that these settings were defined by the them

As I've been building Drupal sites, there were several moments when I was surprised to see that I could go into the admin interface and customize an aspect of my site. In many cases I assumed that these settings were defined by the them

When you really look at it, most interactive web applications like Facebook, Hotmail, and even Google Docs are really just forms. You put in values, click submit, it interacts with a database, code runs, and you see results.

When you really look at it, most interactive web applications like Facebook, Hotmail, and even Google Docs are really just forms. You put in values, click submit, it interacts with a database, code runs, and you see results.

hook_form_alter() is the go-to function for making changes to forms that are used across Drupal. We all use it.

hook_form_alter() is the go-to function for making changes to forms that are used across Drupal. We all use it.

With views, it's easy to create a restricted listing of content. What's more, you can also expose those filters to the user, so they can sort and filter the content themselves.

Pages