From the category archives:

Web Design & Dev

How to create a custom font from your own handwriting

by Ross McKillop on May 11, 2009

Web Design & Dev

This tutorial will guide you through creating a font directly from your own hand writing.

custom font based on your own handwriting
[click to continue...]

{ 4 comments }

How to redirect traffic to another machine in Linux

by Sukrit Dhandhania on April 15, 2009

Linux Web Design & Dev

If you have ever handled the migration of a web service or a website from one server to another you know how crazy the experience can be. However, if you break the process up into clear steps and run constant checks you can make the experience a little easier on yourself. One of the problems that you might run into towards the end of the migration is the period when you have the website running well on the new location but need to wait for the domain name to be forwarded to the new server. you can either shut down your service till the domain is done forwarding, or you can setup your first server to forward all its traffic to the new server. Let’s take a look at how you can do that on a Linux machine using IPTables. [click to continue...]

{ 1 comment }

How to setup Virtual Hosts in Apache

by Sukrit Dhandhania on December 16, 2008

Linux Web Design & Dev

If you have one single IP address for your server and want to be able to host multiple websites you have a couple of options. You can either setup each website with sub-domains or you can setup virtual hosts using Apache and serve multiple domains from the same machine and a single web server. Most hosting companies that offer shared web hosting use virtual hosts for this. Virtual hosts are also quite useful when setting up a local web development environment on your computer. I’ll show you how to setup virtual hosts using Apache on an Ubuntu Linux machine. [click to continue...]

{ 3 comments }

How to watermark an image using GIMP

by Ken Murray on December 12, 2008

Web Design & Dev

You’ve taken a bunch of pictures with your digital camera and you want to post them on the web. Of course, you don’t want other people stealing your work so you decide to add a watermark to your images. In this tutorial I will show you how to add a watermark to an image using GIMP, and open source image editing package. [click to continue...]

{ 3 comments }

Basics: Creating Your Very Own HTML Document

by Joel on November 28, 2008

Web Design & Dev

This brief tutorial will guide you through creating your first web page. [click to continue...]

{ 5 comments }

Getting started with AJAX

by Joel on November 25, 2008

Web Design & Dev

This guide provides some background info on Ajax, and then jumps right in and gets you started with examples. [click to continue...]

{ 1 comment }

How to install Ubuntu Eee 8.04.1 on your Eee PC

by Ross McKillop on September 18, 2008

Eee PC Linux Web Design & Dev

Yes, I previously wrote a tutorial covering how to install Ubuntu 8.04 on your Eee PC. Since then, a new version of “Ubuntu Eee” has been released, 8.04.1. One my favorite new features is that Netbook Remix is now installed by default. So rather than have to install Ubuntu Eee and then Netbook Remix, you can just install this updated version and it’s all done at the same time. [click to continue...]

{ 23 comments }

3 Tools to increase iWeb functionality

by Ross McKillop on September 5, 2008

Mac Web Design & Dev

The following addons and utilities will add a whole bunch of extra features to iWeb, allowing you to create even more robust web sites.

  1. iTweak
  2. Easy iWeb Publisher
  3. iWebSites

[click to continue...]

{ 1 comment }

How to install WordPress on your Windows PC

by Ross McKillop on August 25, 2008

Blogging Web Design & Dev Windows

Though I’ve previously covered How to install WordPress in Windows Vista, that method used a BitNami stack, which comes with a few drawbacks. The method outlined in this tutorial will leave you with a perfect WordPress installation on your PC - which is great to use as a development and testing environment. [click to continue...]

{ 14 comments }

How to install and setup Apache, MySQL and PHP in Windows

by Ross McKillop on August 25, 2008

Email Web Design & Dev Windows

This tutorial will walk you every single step of the way through installing and setting up WAMP (Windows, Apache, MySQL & PHP). With WAMP installed, you can run a web server (and things like WordPress, MediaWiki, and Jinzora) on your Windows PC. [click to continue...]

{ 25 comments }

5 Firefox Addons for the Average Web Developer

by Ross McKillop on August 18, 2008

Firefox Web Design & Dev

You won’t find any super-advanced addons for “extracting strings from xml and javascript files to simplify mozilla application localization process” or “debug running applets and Java Webstart application” in this list. These addons are intended for “the rest of us” - people who grudgingly have to edit our own web sites. [click to continue...]

{ 5 comments }

How to create a custom iPhone and iPod touch icon for your web site

by Ross McKillop on August 11, 2008

Web Design & Dev iPhone iPod

This brief tutorial will explain out how to create a custom icon to display on the iPhone and/or iPod touch springboard for your web site.

custom site icon for simplehelp.net on the iphone springboard
[click to continue...]

{ 4 comments }

How to easily install Apache, MySQL and PHP in OS X

by Ross McKillop on August 8, 2008

Mac Web Design & Dev

Using MAMP, you can quickly and easily install Apache, PHP and MySQL on your Mac. Installing each package separately is totally possible, but MAMP offers a number of advantages vs. individual installations. MAMP will not alter or interfere with an existing version of Apache already running on your Mac. If Apache/MySQL/PHP are no longer needed, delete the MAMP folder and everything returns to its original status. Keep reading for a walk-through of the installation and initial setup. [click to continue...]

{ 3 comments }

How to install WordPress in Windows Vista

by Ross McKillop on July 18, 2008

Blogging Web Design & Dev Windows

This brief will take you through the steps required to install WordPress - and all of its dependencies (Apache, PHP and MySQL) - in Windows Vista, using the fantastic open source software BitNami WordPress Stack. [click to continue...]

{ 8 comments }

How to upload a website built with iWeb to a non .mac/MobileMe account

by Ross McKillop on July 15, 2008

Mac Web Design & Dev

Publishing a web site using iWeb to a .mac or MobileMe account is dead simple. Publishing to your own server/hosting company isn’t difficult, but this tutorial will show you how to make it even easier - and much faster, especially if you have a large site. [click to continue...]

{ 23 comments }