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 password policy on …
Article: PHPNW13: A Review
… HTTP requests including browser inspection tools, wireshark, curl and Charles proxy. I hadn't heard of Charles proxy before, but …
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 running it. It's great for finding potential bugs that you wouldn't have otherwise discovered … 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 …
… The Drupal Session Inspector module allows a user to view their current user sessions on a Drupal … deletion feature is especially useful in situations where the user has neglected to log out of a computer. They can just log into the site in … . Originally posted here https://www.codeenigma.com/blog/drupal-session-inspector-module … Drupal 9: Adding Events To The …
… 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 …
… 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 … a couple of functions you can try out, but even if that doesn't work it is possible to create and edit PDF meta data using the Zend_Pdf … 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 …