PHP

Linkedin API SDK PHP Developers

Using PHP LinkedIn SDK to fetch Company and Profile Information via API

LinkedIn has an API that makes it possible to: Fetch Profile Information like name, email, and updates Fetch Company Information like name, email and updates Post to a Profile Post to a Company And more There’s little written about a PHP implementation for the LinkedIn API. We’ll try to give the best articles and SDKs […]

Using PHP LinkedIn SDK to fetch Company and Profile Information via API Read More »

Laravel 5: simple multi-tenant/multi-site model setup (many-to-many relation covered as well)

Laravel 5 is a brand new version of the popular framework. Unfortunately, there are no good multi-tenant setups for Laravel 5 yet. That’s why I’d decided to create my own simple version as well, based on Eloquent Global Scopes. In my case I wanted a sites table, with categories that have a many to many

Laravel 5: simple multi-tenant/multi-site model setup (many-to-many relation covered as well) Read More »

Magento A/B testing or Multivariate testing – Php script

Follow-up: check out this free Matomo A/B testing plugin as an alternative. Split test A/B PHP Script Magento is quite limited in tools like conversion optimalisation like A/B testing or multivariate testing. That is why I created a very simple php script that you can put directly into a phtml file. It’s a bit hacky,

Magento A/B testing or Multivariate testing – Php script Read More »

jQuery Address and History Forms – Remembering form choices in hash / browserstate (updated version)

For jQuery hash support I like the jQuery Address plugin: http://www.asual.com/jquery/address/ . Especially, if you want to make a form or product filter, you can use this variant: http://www.asual.com/jquery/address/samples/form/ . Though, it doesn’t support checkboxes in the form of arrays like check[]=1&check[]=2 , etc. I updated the plugin with some other libraries and code and

jQuery Address and History Forms – Remembering form choices in hash / browserstate (updated version) Read More »

en_USEnglish
Scroll to Top