Tag Archives: howto

WordPress Tutorial – Edit a Sidebar File Using a Text Editor

This Advanced-level WordPress tutorial shows how to download, edit and upload a WordPress theme sidebar file (sidebar.php) using FTP software and a text editor. This is considered an advanced WordPress tutorial because you work with the files for the WordPress theme. You do not use the WordPress Dashboard in this tutorial. The tutorial assumes you know how to setup and use FTP software on your computer so that you can download and upload the sidebar file. It also assumes you know how to open a text file like sidebar.php using a text editor. On a PC, common text editors are Notepad and Wordpad. On a Mac, the default text editor is TextEdit. A good Macintosh text editor for HTML and PHP files is BBEdit.

WordPress Tutorial – Make a Static Page Your Home/Front Page

NOTE: Updated tutorial at bit.ly for WordPress version 2.7. This Beginner-level WordPress Tutorial by Mark McLaren of McBuzz Communications shows you how to make a static WordPress Page your home page (also called “front” page). The default WordPress home page in most themes shows the chronological blog post entries with the most recent post at the top. You can create a static page using the Dashboard – Write – Page, and then tell WordPress to use that page as your home page (using Options – Reading – Front Page). This WordPress tutorial also shows you how to change the order of page navigation tabs or links.

Own Your Blog or Else! Easy WordPress Install

Watch this video tutorial and see how simple it is to get online with a blog today! Create a blog using free software from wordpress.org and get tips on why, if you want to become a serious blogger, if you want to make money with your blog or, if you want to control your blog, then using free blogs such as blogger.com or wordpress.com is NOT an option … You must own your blog. Here’s why …if you use hosted solutions such as blogger.com or wordpress.com, they can delete your site without your permission and there is nothing you can do about it. Also, using hosted sites to host your blog means that you have limited opportunities of monetizing your blog because some of them don’t allow you to make the most of advertising with say Google AdSense. WordPress.com for example makes it very clear that it is against their terms of service to commercialize your WordPress.com hosted blog by hosting paid advertising and will result in your blog being deleted. In fact, I’ve just been reading one forum where there is a reader called “Rainmaker” and he seems to have made it his job to report people who are commercializing their WordPress blogs and within no time, their sites have been deleted by WordPress. So don’t say you haven’t been warned. What you need to do is go to WordPress.org and download their free software and then upload the software to the server where you have your own hosting account, using your own domain name. Alternatively, you can use the automated feature found

Learn How to Install Ubuntu Linux in 5 Minutes

A Tutorial: Ubuntu Linux is a completely free open-source operating system that has many useful features and abilities, and this guide will show you how to try this new OS without harming your Windows system, and it only takes five minutes to learn! This guide will show you how to: -Download and burn the Ubuntu image to CD -Shrink the Windows installation to make room for Ubuntu -Boot to the Ubuntu live CD and begin the installation process -A step-by-step description of what options to choose and when during the installation, including how to manually partition Ubuntu on your hard drive This guide was created for Windows Vista (using the disk manager to shrink Windows and make room for Linux) but should work with Windows XP as well as any version where you can shrink the partition through the control panel. This guide was designed for systems with a single hard disk, but may be used on a multiple hard-disk system with minor changes. For more information on Linux go to www.linuxhaxor.net Check out more of Nixie — http for more of my crazy videos and less crazy tips!

WordPress Tutorial – How to Upload & Link to a PDF, Microsoft Word doc, or other doc

This beginner-level WordPress tutorial is an update of the existing tutorial on mcbuzz.wordpress.com and YouTube called “WordPress Tutorial – How to Upload and Link to a PDF, Microsoft Word Document, Excel, PowerPoint or Other Doc Using WordPress”. That tutorial was done using an earlier version of WordPress. This tutorial uses WordPress 2.7. This tutorial shows three things 1) How to upload a PDF, Microsoft Word doc, PowerPoint, Excel or other Office-type document using WordPress 2.7. 2) How to insert a link to that document into a WordPress post or page. (Visitors to your site can click on the link to download or view the document.), and 3) that there are two things called “Media Library” in the WordPress 2.7 Dashboard, one of which has more information about the files in the Library than the other does. It’s helpful to see how you get to each of these Media Libraries because you can find the URL link for a file in only one of them, which can be confusing!

WordPress Tutorial – How to Wrap Text Around an Image

PLEASE NOTE: This Intermediate-level tutorial is for WordPress version 2.3 and earlier. To wrap text around an image in version 2.5 or later, see the new tutorials in the mcbuzzvideo collection called “WordPress 2.5+ Tutorial – How to Upload and Insert an Image” and “WordPress 2.5+ Tutorial – How to Wrap Text Around an Image”. The second technique in this tutorial works for any HTML page, whether you use WordPress or not. If you need more control over how an image is positioned relative to text wrapping around it, you can use this technique (even in WordPress version 2.5 or later). This tutorial shows two ways to position an image on the left or right side in the body of a WordPress Post or Page, and how to wrap text around the image. The first way is quick and easy to do. The second way gives you more control over the image’s position and the padding or “air” around the image. It’s an Intermediate-level WordPress tutorial because the second of the two ways shows you how to insert a bit of HTML code using the WordPress Code editing window.