I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



20. October 2015

WordPress Plugins & Sessions

START SESSION ON INIT

NEW SESSION ON LOGIN / LOGOUT

Now go ahead and use $_SESSION freely in your plugin. Here a nice additional class to  encrypt session data.

Enjoy coding ….

readmore

“This repository is a community-curated list of flexbox issues and cross-browser workarounds for them. The goal is that if you’re building a website using flexbox and something isn’t working as you’d expect, you can find the solution here.”

Github (CanIUse)

readmore

HyperDB is a plugin for spreading your websites load across several servers and databases. Its currently used in production on WordPress.com.

  1. Partitioning, separate your data and spread it across multiple servers.
  2. Replication, master / slave setup for security.
  3. Failover, if one database fails, the other takes over.

Just started experimenting with it :)

HyperDB

readmore

Chartist is currently my goto solution to add a quick responsive charting lib for projects …

Chartist

readmore

 

readmore
14. October 2015

IzzyBranding 2014 / 2015

Branded fashion to make brands good looking !

 

  1. Headless WordPress
  2. JSON API
  3. Custom Plugin (Agent administration)
  4. Theme adjustments
  5. Responsive design
  6. CSS3 / Javascript animations
  7. Maintenance
  8. Data import / adjustments

 

IzzyBranding

readmore
29. September 2015

Emulate click in Safari Mobile

This often comes up, when you work with jQuery and try to do a simple $(“#YourElementID”).trigger(“click”); or similar.

Enjoy coding …

readmore
17. September 2015

SSL finally fixed

Our SSL setup is final fixed, after some back and forth.

The Certificate formatting was broken and failed to load ;) Its all in the detail ….

readmore

Simple SSL certificates are easily obtained and installed these days. Here some simple first steps to get a Comodo SSL certificate installed.

  1. Generate a Certificate Signing Request (CSR) with OpenSSL
  2. Choose and register your certificate, with the CSR created.
  3. You will receive your Domain Certificate and the Comodo CA Certificates
  4. Many apps need your Certificate Authority Chain (CA) in a single file, something that you easily forget ! Combine the files from Comodo into a single file:
  5. Now you can install your files and activate SSL. DocumentationApache / NGINX
  6. Some hosts allow you to add certificates through a simple interface, asking for Certificate, Private Key, CSR and the CA chain.

VERIFY YOUR SSL SETUP

Some options to check your SSL setup:

  1. https://verifysslcertificate.com
  2. https://www.ssllabs.com/ssltest/analyze.html
  3. https://sslanalyzer.comodoca.com/

  4.  

CREATE CERTIFICATE CHAIN AUTOMATICALLY

This can be done manually, as shown above or you can use a shell script,  which downloads the certificates for you and combines them. SSL certificate chain resolver – This shell script downloads all intermediate CA certificates for a given SSL server certificate. There is even an online version, but I rather do that on my own machine :) … certificatechain.io

Enjoy coding …

readmore

Event registration page for Nutricia de VeranderFabriek 2015 (Danone).

 

  1. WordPress
  2. 2 Languages (NL, EN – custom switch)
  3. Custom Theme
  4. Custom plugin
  5. Fullpage navigation
  6. Responsive design
  7. CSS3 / Javascript animations
  8. Legacy browser support (IE8)
  9. Registration + Confirmation
  10. Location Information
  11. Event Image Gallery
  12. Data Export (Excel)
  13. Maintenance

 

readmore