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
… author has an ID associated with them, and this is appended to the URL using the author tag. If you have permalinks turned on then the … . ' ' . $curauth->last_name; ?> (<a href="<?php echo $curauth->user_url; ?>"><?php echo $curauth->user_url; ?></a>)</h2> <p><?php echo $curauth->user_description; ?></p> You …
… To find the tests admin page go to Site Building > Testing or the URL /admin/build/testing, this page will show you the current tests …
… 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 …
… to find Drupal packages. "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], This essentially means that …
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 :). … and talking a little later than planned Kat still gave a great introduction to Zend Tool. I have used Zend Tool in the past and so … 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
… within your module. By default, the functional tests will run through curl requests, and so won't understand JavaScript elements on the page. … want to plug into the system. This means that you can support simple curl based tests or spin up a browser and use Chrome to test the site. …