Posted in:

Finder – A PHP Utility for Finding a Text String in a Complex Directory Structure

I was having to re-engineer some (open source!) source code which had an extremely complicated directory structure with hundreds of files. These files are called through various plugins and class functions. To make the change I wanted involved trying to track down a particular variable which appeared at numerous points throughout. It’s almost as though […]

WordPress Function Reference

I found the WordPress Function reference pretty difficult to navigate so I created a programme to crawl it. References in a full list here, click on titles to link to the WP website. add_network_option() Function: Add a new network option. add_new_user_to_blog() Function: Adds a newly created user to the appropriate blog add_object_page() Function: Add a […]

Application Programming Interface using JSON

API Code

I was asked to develop an Application Programming Interface (API) that would allow a remote user to send a request to a remote server, which then performs some actions or lookups and returns an answer. The simplest way to do this was to use JavaScript Object Notation, or JSON. What the local site does is […]

This site uses cookies for functional, security and analytical reasons. To use this site cookies must be enabled. Please refer to our Privacy & Cookie Pages for further details.

Google Chrome:

  • Click on the three vertical dots in the top-right corner.
  • Go to "Settings."
  • Under "Privacy and security," click on "Cookies and other site data."
  • Turn off "Allow all cookies."

Mozilla Firefox:

  • Click on the three horizontal lines in the top-right corner.
  • Go to "Options."
  • Select "Privacy & Security" on the left.
  • Under "Cookies and Site Data," choose "Block cookies and site data."

Microsoft Edge:

  • Click on the three horizontal dots in the top-right corner.
  • Go to "Settings."
  • Under "Privacy, search, and services," go to "Cookies."
  • Choose "Block all cookies."

Safari:

  • Click on "Safari" in the top menu and select "Preferences."
  • Go to the "Privacy" tab.
  • Under "Cookies and website data," choose "Block all cookies."

Opera:

  • Click on the red "O" in the top-left corner.
  • Go to "Settings."
  • Select "Privacy & security."
  • Under "Cookies," choose "Block third-party cookies and site data."