Search Results
… I recently needed to add functionality to the Password Policy module so I thought I would outline the steps I took in a blog post. The Password Policy module is used to enforce a stricter …
Article: PHPNW13: A Review
… PHPNW13 is the 6th annual PHPNW conference, organised by members of the PHPNW community and Magma Digital . This … the actual conference. When the call for papers closed back in June I spent a weekend reading the submissions so that we could pick … into them. I had seen Ansible being mentioned a few times in various blog posts but never really saw how to get started with it. Michael …
Article: Some Essential WordPress Plugins
… I know what you are thinking, but this isn't just another WordPress plugin blog post. I am asked every few weeks what WordPress plugins I would … try to add any alternatives (if they exist) to plugins I use. All In One SEO Pack Although WordPress is pretty good in terms of SEO it could …
Article: DrupalCampNW 2012: A Review
… me several months ago and said we should do a Drupal camp in the north west I was completely on board with the idea. So for the past few … was held from Friday 23rd to Sunday 25th November. The venue was the new University of Salford campus buildings in MediaCityUK. Our main … for the sessions, organising volunteers and even writing the odd blog post on the conference site. I should say though, that this …
… PHPStan is a great command line tool for looking at how your PHP code will run without actually … x Unsafe usage of new static(). 💡 See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static ------ …
Article: Ideas Of March
… This week I was pointed, somewhat ironically through Twitter, to a blog post from Chris Shiflett about how we need a blogging revival. Which is something I quite agree with as although Twitter is great for a sense of community, it is impossible to impart good technical …
… // Redirect the user back to the session list. $form_state->setRedirectUrl($this->getCancelUrl()); } If you want to see the entire form then you can find all of … on the delete. $this->click('[data-test="session-operation-0"] a'); $url = $this->getUrl(); …
… If you are setting up a Wordpress blog the chances are that you will be looking into modifying … The basic theme must contain two basic files, the main control is done from a file called index.php and a file called styles.css , which is …
… Zend Lucene is a powerful search engine, but it does take a bit of setting up to get it working properly. One thing that I have had trouble getting up and … there is a lot to cover on this subject I thought I would create a blog post in multiple parts. For this post I will be looking at how to …
Article: Extending The WordPress Page Walker
… I have looked at printing an intelligent list of WordPress pages in a previous blog post , but I wanted to revisit this topic and use the Walker … is an abstract class that sorts out a lot of the basic functionality needed to extract and render a hierarchical list of items from a …