Quantcast
Channel: PHP – Multimusen.dk
Browsing latest articles
Browse All 38 View Live

PHP: Cookie, Array, Loop

The complete code to this article is available here. We use cookies in order to save information about or from the user input. If you compare my Firefox and Chrome browsers they will format the...

View Article



HTML Kickstart og PHP

HTML Kickstart (http://99lime.com) giver et framework til hurtig udvikling af html. Siderne kan konverteres til .php sådan: Gem din fil som minfil.php Herefter kan kode genbruges ved includes. Det kan...

View Article

How to use the theme skeleton

In this tutorial you’ll learn how to create your own version of a skeleton theme. The “Skeleton-F16-Bootstrap” theme for WordPress is a boilerplate, or a place to start, if you want to create a...

View Article

Adminer – a lightweight alternative to PhpMyAdmin

PhpMyAdmin is powerfull but the GUI is messy. Adminer is a lightweight alternative. You have to download the files and place them in your folder. # sudo apt-get isntall adminer # sudo ln -s...

View Article

Teaching WordPress Themes from Scratch

Here’s the challenge for the class: Create a repo on Github. Create a WordPress theme from scratch. During the six hour lesson files, such as: functions.php header.php footer.php style.css index.php...

View Article


WordPress theme with Bootstrap

An excellent tutorial by Zac Gordon: “How to Build a Responsive WordPress Theme with Bootstrap”.  You’ll learn to hack a WP theme from scratch with Bootstrap and jQuery enabled.

View Article

Principles of PHP

Here is a very short introduction to the principles of PHP.  PHP is an acronym for “hypertext preprocessor”. PHP is a serverside language. We use PHP in order to prepare webpages, react to user input –...

View Article
Browsing latest articles
Browse All 38 View Live