IAM

TAG»PHP«

DECEMBER2022

PROJECT

COMMERCIAL Websites and Custom Web Apps Outline Websites, Webshops, Addons and Templates Custom Web Apps Open Source This page presents some of my work on webpages, webshops, custom themes and addons as well as custom web applications. These projects have been realized together with RS Computer as well as various independent web designers and also […]

More ...

ARTICLE

Automatically Compressing Images in WordPress Without Costly Plugin

Compressing all PNG images across all Wordpress posts and pages might be cumbersome. However, plugins for bulk compression are usually not entirely free; they only allow to compress a limited number of images for free. Instead, downloading all PNG images, compressing them locally and adding a simple filter for the_content also gets the job done.

More ...

ARTICLE

Updated CMSimple Plugins and Demo Installations

In the last few days I took some time to revisit some of my CMSimple plugins: News, a news article and blog plugin, Pictures, an image gallery plugin, YouTube, a plugin to create YouTube galleries, and BBClone, a plugin for web analytics with BBClone. In this article, I want to present the main features, the updated documentation as well as two demo applications to try out the plugins.

More ...

DECEMBER2017

PROJECT

PHP

Relational databases can be described in terms of functional dependencies; this project implements functional dependencies as well as second and third normal form in PHP.

More ...

DECEMBER2017

PROJECT

Experimental Wordpress plugins and themes; including this theme and plugins for author biographies and live data from GitHub.

More ...

DECEMBER2017

PROJECT

The Simplex algorithm for solving linear programs implemented in PHP.

More ...

DECEMBER2017

PROJECT

Common matrix decompositions, including LU, Cholesky and QR decompositions, implemented in PHP; also includes an interactive application to demonstrate and explain the material.

More ...

ARTICLE

Easily Referencing Publications, Listings or Figures using jQuery and WordPress

This article presents a very simple jQuery plugin and the corresponding Wordpress plugin allowing to easily create and reference labels in a LaTeX-style fashion.

More ...

ARTICLE

A Kohana Demo Application

This article presents a Kohana demo application demonstrating the compatibility and use of several Kohana modules I wrote in the course of the last few years. The application is compatible to Kohana 3.3.6, 3.2 and 3.1 and available on GitHub and among others includes Kohana Red, an authentication module, Kohana Green, an access control module, and Gaps, a form generation and validation module.

More ...