241 results

To Key or Not to Key: That is the Question

To keep something safe, you protect it under lock and key, right? Same is true in Drupal and WordPress. Except in these CMSs, that key is unfortunately often hidden under the “Welcome” mat called your database. Not always a very secure place for such important items. So, the question is, what can you do to keep the key safe?

Let’s back up a few steps. Why are there keys and where are they in the first place? 

JavaScript Testing with Behat

Nowadays, many web interfaces use JavaScript to enhance user interactions, for example, providing autocomplete widgets in search forms. Let’s see how to use Behat to test this JavaScript functionality. Behat is a PHP framework for automated testing. With the help of libraries like Mink and MinkExtension, it can be used for testing web sites and applications. 

The example will visit Wikipedia’s homepage and interact with the autocomplete feature of the search bar.

Introducing Drush 8

DrupalCon LA was a complete blast. In addition to exciting announcements, amazing sessions and tons of fun side events, there were also a lot of super productive sprints that really pushed Drupal development forward. In the Drush sprints, the remaining issues tagged for Drush 7 were all reviewed, and either resolved or deferred, cumulating in the release of Drush 7.0 Stable today.

Importing Large WordPress sites into Pantheon

Recently I wrote about how to prepare your site and import it into Pantheon’s new WordPress platform. This process works well for smaller sites. However, if you have a large WordPress installation, the process may not work. The Pantheon Importer has a limit on the size of files it can process. If you are uploading the file to Pantheon, the limit is 100MB. If you are giving the Pantheon Importer a URL, the file cannot be larger than 500MB.

How to Use WordPress Multisite To Power a Network

WordPress multisite is a great tool to streamline website management while providing site owners with some versatility. At its best, multisite is the perfect solution for managing multiple websites at once.

But, a multisite certainly isn’t a one-size-fits-all solution. There are some caveats. Before we celebrate or dismiss it, let’s take a look at multisite and see what it’s all about. 

Subscribe to Developer