Enabling PHP error reporting
Without having to modify php.ini it’s often enough to just add the following lines during development directly into the code:
Code mungler, wayfinding enthusiast, weiqi aficionado.
Without having to modify php.ini it’s often enough to just add the following lines during development directly into the code:
Django’s CSRF protection may make it difficult to send an AJAX POST without getting a 403 Forbidden error. The following steps make it possible to send POST requests both with AJAX and/or SOAPUI. Pre-requisite: Somehwere in Django’s html template, include … Read More »
Goal: To setup a ticketing system on Zendesk. that uses an email address from my own domain registered with Amazon AWS. Moving Parts: Emails are sent to an address at my own domain (e.g. support@mydomain.com), controlled by Amazon SES (Simple … Read More »
This is a deep dive into a proxy checker I wrote here. It assumes the reader already knows what proxies are and wants to see how they can be analyzed with Python 3. In this first part we’ll explore what’s involved in proxy checking … Read More »