Skip to content
  • About
  • Projects
  • Contact
  • About
  • Projects
  • Contact

Ajax queries are redirected (admin-ajax.php 302)

  • by Antonia
  • 19-Jan-201527-Jun-2018

I’ve just spent a lot of time working out why an ajax function was not working for non-logged in users.Read More »Ajax queries are redirected (admin-ajax.php 302)

PHP .user.ini

  • by Antonia
  • 14-Nov-201427-Jun-2018

Just discovered a great new feature of PHP 5.3. .user.ini can override the main php.ini directives. Anything not classified as PHP_INI_SYSTEM in the List of php.ini directives can be set here and used locally.Read More »PHP .user.ini

Identifying radio buttons

  • by Antonia
  • 01-May-201427-Jun-2018

On document ready, to find the value of the check radio button, use the id together with  ‘checked’. E.g.:Read More »Identifying radio buttons

Horizontal rule: css styling

  • by Antonia
  • 28-Mar-201427-Jun-2018

I’ve just realised how adaptable the <hr> (horizonal rule) element can be by using css styling. I’ve never much like the default look and so have often changed it to a simple single line.Read More »Horizontal rule: css styling

Doctrine query builder in Symfony 2

  • by Antonia
  • 26-Mar-201427-Jun-2018

I’ve found many different opinions on the best way to use Doctrine query builder in Symfony 2. I needed to return a query joining four tables. I hit many errors before finding a working solution.Read More »Doctrine query builder in Symfony 2

  • 1
  • 2
  • Next »
© THE HAZELS 2019
Scroll Up