Feb 27

 
john_paul002.jpg


Feb 5

Audacity is a free, basic audio editing program. It’s available for both Mac and PC. Here’s a guide to take you through the basics for web audio production:

pdf.jpgAudacity guide


Feb 3

The WordPress Post editor area is very simple in nature and only allows for basic pagination. Here is some simple HTML code to help with pagination:

To insert HTML code, swith to code view by clicking on the “Code” tab in the Post editor area. Place your cursor where you want to insert the code and begin typing.

To insert a subhead:

<h4>This is a subhead</h4>

Example:

This is a subhead

To wrap text around photos:

Add align=”left” or align=”right” and hspace=”5″ to the image tag in code view.
left will align the photo left and the text will wrap right
right will align the photo right and the text will wrap left
hspace puts whitespace around the photo

Example:

<img align=”left” hspace=”5″ src=”http://www.rwandainitiative.ca/tools/wordpress/wp-content/uploads/zandbergen-t.jpg” mce_src=”http://www.rwandainitiative.ca/tools/wordpress/wp-content/uploads/zandbergen-t.jpg” alt=”zandbergen-t.jpg” />

For more information about using HTML, visit http://www.w3schools.com/html/default.asp


Feb 3

pdf.jpgRwanda Initiative WordPress Guide