Category: Tutorials
-
Change Font Globally in PowerPoint
Aim of Tutorial To learn how to change the font for a whole presentation rather than changing the font for one piece of text at a time. Tutorial Steps Step 1. From the top menu bar click Design. Step 2. Hover the mouse over the colour-schemed rectangles to the right. The rectangles…
-
Enabling Root Access in OSX (via Terminal command ‘su’)
Learn how to enable root access in OSX 10.9 (Mavericks) but hopefully it should work in other variants). After you complete the steps listed you will be able to use the su command at the Terminal (command line). I have found this most useful when installing tools that can only be installed via the command…
-
What is a Website?
One of the best metaphors for describing a website is the world of books. What is a Website? What is a Web Page? A website is made up of a series of web pages. In this way, a website can be thought of as a book, and a web page like the page of a…
-
Only Allow one IP Address on Website (.htaccess)
Requirements: This is for people using the Apache web server who have a basic understanding of coding or configuring a system. Overview Sometimes it’s useful to only allow a single IP address to access a website. I use this when I’m developing a website that has only just been mapped to a domain. I still want to test…
-
Make a Logo Using SVG (Tutorial)
The best way to design logos is to use a design application like Illustrator (a vector-based tool). However for some that is too expensive so they fall back on an illegal copy of Photoshop (not recommended) or they use GIMP (recommended). Photoshop and GIMP are raster-based design tools which means you won’t be able to scale finished logos…