Lullabot Articles

Inhalt abgleichen (C01 _th3me_)
Aktualisiert: vor 29 Wochen 2 Tage

Lessons from Distributed Companies

28. März 2014 - 11:00

"34 million Americans work from home at some point during the week. This number is expected to reach a staggering 63 million – or 43% percent of the U.S. workforce – by 2016." - Forrester Research’s US Telecommuting Forecast

Kategorien: Drupal EN

Module Monday: Token Insert Entity

24. März 2014 - 18:00

WYSIWYG editing tools make placing media like images into your content easy: it's not too complicated, and even editors who don't know HTML can make it work. What if the media you're using isn't a simple image, though? What if it's an entire Drupal node, or some other sort of entity? With Token Insert Entity, you can place just about anything you want right your content.

Kategorien: Drupal EN

Views Query Plugins, Part 4

20. März 2014 - 17:00

Welcome to the fourth part of our series on writing Views query plugins! I hadn't planned on writing a fourth installment, but after a couple of people asked to see how pagers could be implemented, I couldn't resist putting an example together. As a reminder, we have been building a query plugin to interact with Flickr groups.

Kategorien: Drupal EN

Bunny Ears Are Fuzzy

14. März 2014 - 11:00

We've been off having fun in Austin, TX at SXSW, talking to the larger tech world about Drupal. To fill the empty hole in your day if we were to skip the podcast, I offer you a dramatic reading of issue number 1326932: Bunny ears are fuzzy: update search test node content to reflect this. Well, it's not terribly dramatic, but it is kind of a fun romp through a real Drupal core issue with a fun twist.

Here is the story of fuzzy bunny ears in Drupal core:

CHARACTERS

Kategorien: Drupal EN

Testing the front end with CasperJS

12. März 2014 - 18:00
Background

After the first few releases of MSNBC, we found we needed a way to check that the core parts of the system were working as expected, and that no regression bugs crept in to the system. We started writing tests to cover the most critical and complex parts of our codebase. Ideally we'd have been writing tests from day one, but sometimes we have to wait until the project matures to justify it to the client.

Kategorien: Drupal EN

Creating a Simple Chrome Extension

6. März 2014 - 20:00

As a front-end developer there are a lot of different technologies to keep up with. Whether I’m working with AngularJS or trying to set up Grunt tasks, I find myself having to look up a lot of things. To make that easier on myself, I decided to write Google Chrome extensions to simplify the process. It turns out that’s pretty darn easy! In this article, I’ll show you how to create a simple one that hooks into Chrome's Omnibar to search the Drupal API with a simple keyword.

Kategorien: Drupal EN

Misty Weaver and The Art of Content Audits

3. März 2014 - 21:00

Jeff Eaton and Misty Weaver discuss the thrills of content inventories and audits, creative ways to stay on top of a growing web site, and more.

Kategorien: Drupal EN

REST in Drupal 8

28. Februar 2014 - 16:43

In this week's episode Addison Berry is joined by Drupal 8 developers Klaus Purer (klausi) and Lin Clark (linclark), along with our own Joe Fender. In Drupal 8 we've added the new REST module to core. This makes it easy to output your content in multiple formats, including HTML, JSON and XML.

Kategorien: Drupal EN

Module Monday: Synonyms

24. Februar 2014 - 23:00

Drupal's Taxonomy system has offered the ability to store synonyms for almost a decade. When the term 'Chicago' is defined as a category, for example, Drupal allows you to add 'Windy City' as a potential alternative. What Drupal doesn't do, however, is use that synonym anywhere. That's where the Synonyms module comes in.

Kategorien: Drupal EN

Object Oriented PHP

14. Februar 2014 - 15:08

In this episode Addison Berry is joined by Lorna Jane Mitchell and Joe Fender to step outside of Drupal a little and look at the larger PHP landscape. We discuss what all this talk of Object Oriented Programming (OOP) means. Lorna Jane is a PHP and API specialist and has written several books about PHP, and specifically about OO in PHP. Joe is a developer on the Drupalize.Me team who has been digging into Drupal 8.

Kategorien: Drupal EN

DareConf Mini Lessons

12. Februar 2014 - 19:00

A few weeks ago I was in London for a few days to attend DareConf Mini, a conference about people skills for the digital workspace. It brings together people from the technology space, the web in particular, but the sessions and lessons really apply to human beings generally. I ended up hearing about DareConf because my friend Karen McGrane spoke at the first DareConf last fall, and it sounded like an amazing experience. When I saw they had a "mini" (one-day) version happening in January I jumped at the chance to check it out.

Kategorien: Drupal EN

Module Monday: Term Merge

10. Februar 2014 - 19:00

For nearly a decade, Drupal has offered powerful tagging and categorization features in the form of its Taxonomy module. There's a downside, of course: large pools of content or user-generated content often come with overlapping, inconsistent tags that can clutter your site's navigation and make search tools much less effective. The Term Merge module can help by providing tools to spot and combine duplicate taxonomy terms.

Kategorien: Drupal EN

A Client's Guide to Agile

7. Februar 2014 - 19:00

At Lullabot, our client services team works with all kinds of folks to deliver projects. Sometimes, we start with the back of a napkin, and need to discover all the requirements and priorities alongside our client. Other times, there’s a clear goal complete with annotated wireframes, photoshop files and other assorted documentation.

Kategorien: Drupal EN