Search Results
… that provide this facility. You simply provide the API with a URL or some markup and ask for a PDF file in return. Whilst these … once you are finished with it. // Create a new page and navigate to an URL. $page = $browser->createPage(); $url = …
Article: Displaying Wordpress Authors
… Wordpress has a couple of rarely used functions that allow author … displayed for the current post and a list of all of the authors on the blog. Adding a written by message to your posts is not difficult at … This should print out a list of the authors on your blog. There is one very important thing I should mention here. This function will only …
… Drupal SimpleTest is a module that will allow you to unit test your own … have made for third party modules. This module will be integrated into Drupal 7, but for Drupal 6 you have to do a couple of thngs before you can start testing. …
… the PageSpeed is to visit the site at pagespeed.web.dev and enter the URL you want to test into the form on that page. This will run through …
… Set the filter to provide a default value of the content ID from the URL. This will automatically pass the current page to the contextual …
… According to the official Drupal documentation , to create a new site using composer you should use a composer template project called drupal/recommended-project . This has a default composer.json file … some values that will help you get up and running swiftly with a new Drupal project. It's a good initiative to get you up and running with a …
Article: Creating Sparklines In PHP
… string to extract the data into an array. Parameters added to the URL are automatically available in PHP through the $_GET superglobal …
… AuthLDAPBindPassword localuserpassword AuthLDAPURL …
Article: PHPNW10: A Review
… This weekend saw the 3rd PHPNW conference and being a PHP developer, working in Manchester, it would be inexcusable for me not to attend :). After missing my train and pouring … take on why I devote so much of my spare time writing technical blogs and attending various user groups around Manchester. He used the …
Article: Drupal Testing Strategies
… Creating a Drupal site can be a complex process. Some people put together Drupal sites using a collection of different modules whilst others use Drupal as a framework and build the site using code. No matter what …