Post on Facebook via API
It can be very useful to have a something posted on your Facebook Page automatically and her eI will show you how to do it the the Facebook PHP API.… Read the rest
How to enable reporting Error Reporting on Prestashop 1.6.x/1.5.x
Blank page error? (very common) Modules not working? Whatever strange behavior on your website? Enabling Error Reporting is the first step in order to be able to investigate and possibly solve the issue.
First step, enable Debug Mode by opening … Read the rest
How to setup custom header for invoices and Delivery Slips
In Prestashop as we all know there is the possibility to have a pdf version of the invoice and the delivery slip, but it looks like that by default both uses the same tpl header.
How to create 2 separate … Read the rest
Tracking outbound links with Google Analytics
I’ve been looking for online tools, tutorials that could help me tracking all outbound links from my website.
I tried almost everything I found online, really, signed up for useless tool, tried dozen of JS script, but at the end … Read the rest
Visual editor not working after WordPress update
If you are here is because you have the same issue I had: blank Visual Editor after WordPress update.
In my case was an update to WordPress: 4.1
I spent a couple of evenings disabling and enabling plugins, disabling and … Read the rest
Test your PHP code online
I find this nice and usefull tool online where you can test online you PHP code without uploading it on your server:
writecodeonline.com/php/ I found it a very useful tool for all developers, experienced and not, that wants to test … Read the rest
Exclude directory from mod_rewrite
Mod_rewrite, or rather rewriting URLs, it’s a very good solution if you want to transfor your URLs ina more user friendly way, but sometimes it happens that the existing directoriies could be in conflict with the instruction in the .htaccess … Read the rest