[Solution] How to take a screenshot on a mac
So, you're a new mac user and can't find the print screen button on your imac, macbook or macbook air's keyboard in order to take a screenshot on a mac?
Well, don't...
Cannot Send Mail The recipient “john@example.com” was rejected by the server
If you are using an iPhone/iPod/iPad/iPad Mini or any other iOS device and encounter the error:
Cannot Send Mail A copy has been placed in your Outbox. The recipient "mail@example.com" was...
How to create a basic html contact form
Below you will find instructions on how to create a very simple contact form.
You will need to create a php script, for example
contact.php
With the following content:
<html>
<body>
<?php
if (isset($_REQUEST))
//if "email" is filled out,...
Installing Redmine on cPanel
Redmine needs a functional instance of ruby on rails with gem version 1.3.7
You can check your gem version by using this command:
gem -v
If you have a superior version than 1.3.7, the...
[Solution] How to install imagemagick on cPanel server
Installing imagemagick on a cPanel server:
Install process:
Firstly, check to see if imagemagick is not already installed:
/scripts/checkimagemagick
missing
If the command's output is: "missing" then you don't have imagemagick installed and the following steps...