Tag Archives: Tutorials

Wuup News

Hey all,
As you can probably notice, I haven’t posted much recently – I try to post about two or three times a week, and intend to get back to doing this again after a 3 week lapse – but we’ve been bogged down with work from our clients, and new clients. However, I can [...]

PHP Basics: Boolean Logic Tutorial

Hi there PHP fans! (lol I sound like an American sports commentator). Ok we’re going to take a look at PHP Boolean logic, it’s a tutorial, so we’ll take you through it simply and give you some examples. Easy peasy! – It won’t take long.
PHP Boolean Type
Booleans are the simplest php ‘type’. A boolean expresses [...]

PHP Basics: Limit Characters of a String or Input substr

Hi all, this is a handy tutorial in php to limit the number of characters. I recently did this for a project I’m working on, where I need to limit a post code form field to only show part of the post code, but this has other uses too, I do realise this is relatively [...]

CSS : How to Link to an external stylesheet

This is a short post, but I believe it a useful one for anyone who is new to CSS and is learning how it works.
With one simple line of code located in the head of your page (per stylesheet), you can attach a single or multiple style sheets to your page. Combining this with includes in [...]

Tutorial: Create a Simple CSS 3 Column Website Fixed Width

If your new to css, this tutorial will be ideal for you, I wont pretend that this method is 100% correct, however it does work, but bare in mind this website is completley fixed, and is not ideal for accessibility as it will not scale text easily or will make the content fall out of [...]

Website Design Tips Part 1

Wow, never thought I would end up writing about this? But I thought hey, lets give it ago, so that as most of you read this you’ll think, naaa I disagree & this guy’s a moron!
But lets begin none the less…
1. Planning
Well I know a lot of people do this already, but an equal or [...]