Tutorials & Guides
Welcome to the Tutorial & Guide section. This is where I publish my half-assed guides to doing stuff on your computer. There’s not a lot, but more will come. Eventually. If you need a guide and think I could write it for you just ask. How to contact me is up to you to figure out. Also, I’m not liable if the tutorials make you accidentally kill anything, including your cat.
Setting up Apache
The guide for everybody out there who feels like setting up their own web server. Easy to follow and works (almost) all the time.
Introduction to PHP
An introdction to PHP, for everyone who is thinking about learning it. Very simple, and parts of it work for other languages like C/C++ too.
SQL Injections
Introduction to SQL injections, the dangers, and how to protect yourself from them. This is a translated version of this article written by cic.
Web Design 101, Part 1: An Introduction to HTML
The first part in a series of tutorials aiming to teach complete beginners how to create web pages using modern technologies such as HTML and CSS. This part gives a short introduction to HTML and CSS.
Web Design 101, Part 2: Content is king – but how?
The second part of the series. This time the basics of regular content, i.e. text, images and links, are covered. If you haven’t read part one yet, do that first.
Web Design 101, Part 3: Structure and Layout
This is where the really interesting stuff starts – divisions, floats, classes and IDs. In short, the real life-savers in web design.