Monthly Archive for February 2015

CSS – A Very Basic Introduction

This is a very basic introduction to Cascading Style Sheets. The intended audience is people who know a little bit about HTML and absolutely nothing about CSS. If you are foggy on HTML, you should read “HTML—A Very Basic Introduction” first. Basics CSS stands for “Cascading Style Sheets”. It’s a language for controlling the appearance …read more…

Create WordPress Shortcodes

In my earlier post about template parameters in MediaWiki, I lamented that WordPress doesn’t have a similar mechanism. Actually it sort of does: it has shortcodes. Shortcodes pretty much do what a MediaWiki template does, in that they allow you to easily add content to a post or page. You can even pass variables, which …read more…