It is time for a fresh, new look. At first I liked the Carrington Blog theme I used before. But after a couple of months I had more and more problems with it. For example, the comment column becomes very crowded.
I was always looking for a WordPress theme with a liquid design. Columns should adjust with the window size. I found some themes on the Internet, but was not too happy with the overall look. That is why I started to create my own theme. Not knowing to much about the internal structure of WordPress, I started reading and learning the documentation.
Read more …
In my projects, I often use modifier keys (SHIFT, CTRL, …) to offer the user additional features. For example, I use buttons to go to the previous or next record. This behavior changes, when the CTRL key is pressed. Now, the buttons redirect to the first or last record.
A function from my Custom Function Vault makes it easy to work with modifier keys. It creates variables, representing the state of the modifier keys:
Read more …
This article is part of my series Custom Function Vault. Here I describe miscellaneous custom functions to verify required script parameters.
param.script.check()
text.between( text; start; end; type )
trim.all( text; trimChr )
var.assign( definition )
Read more …
This article is part of my series Custom Function Vault. Here I describe a custom function for working with parameters.
Read more …
This article is part of my series Custom Function Vault. Here I describe custom functions for managing (script) parameters.
param( key; value )
param.get( key; params )
Read more …