Tag: SERVER

Apps, Blog

fn-cors-proxy-with-auto-refresh

This script will run a simple CORS server for Fortnox API: https://developer.fortnox.se/documentation/ It will also refresh the API token every 30 minutes and will use it automatically allowing us access to Fortnox API. We do not need to provide Fortnox API token. There should be a token file with client ID & secret with same …

Blog

Do you love jQuery? And, want a similar feature in PHP also to be able to select anything the jQuery way? Welcome to PHPQuery!

Do+you+love+jQuery-+And,+want+a+similar+feature+in+PHP+also+to+be+able+to+select+anything+the+jQuery+way-+Welcome+to+PHPQuery!

Isn’t it very easy to write javascript code using jQuery engine? I am sure that 95% people love it. And, I have heard that 5% people really do not like jQuery and they want to stick to core javascript methods like… var element = document.getElementByName(‘element-name’); But, this is for all those smart people who love …