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(); …
… bloginfo('name'); ?> In addition to the name tag the tags description, url, admin_email and version are also available. The Loop is used by …
… ($this->files as $file) { echo '<li>'.$file. ' <a href="'.$this->url(array('controller'=>'pdf', 'action'=>'viewmeta', 'file' => urlencode($file)),'default', true).'" title="View PDF Meta">View Meta</a>' . ' <a href="'.$this->url(array('controller'=>'pdf', 'action'=>'editmeta', 'file' => …
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 …