Creating a custom RSS Reader with PHP

Before you eye roll me πŸ™„ after saying PHP, hear me out. πŸ’¬ What’s your current RSS reader? Please tell me you still use RSS πŸ™, you should, everybody should. I used to use Feedly and there was nothing wrong with it. At least for my use: Open it from time to time. Get my […]

How to export Chrome CSS code coverage

Google Chrome allows you to export the code coverage as JSON but not as the file. At least not that I could find how to do it. It was easier, however, to find how to generate a new CSS file based on the JSON export. Use this small PHP script to output the used CSS […]

How to create a 404 page in CodeIgniter

One of the must have in CodeIgniter is a custom 404 error page. It’s really easy to do and it makes huge impact for the user. Create a 404 controller…

« Previous