Office Live Workspace Tutorial: Part 1 - Getting Started

Office Live Workspace is an online repository for storing, sharing, and collaborating on documents. It can hold three kinds of documents: Microsoft Office (Word, Excel, and PowerPoint) documents Task, event or contact lists, or even custom lists with custom columns, that you can build ri... [More]

Office Live Workspace Tutorial: Part 2 - Creating A Note

To create a new note, pull down the New menu on the blue navigation bar across the top and click Note. You’ll see a Wordpad-like editor as shown in Figure 1.   Figure 1: Creating Notes with Office Live Workspace A note has a title, which is automatically filled in for yo... [More]

Office Live Workspace Tutorial: Part 3 - Editing a Note and Saving Versions

Let’s edit the note you just created. To do so, click on the name of the note on the dashboard. The note opens up. You can’t edit it yet; it’s in Read Only mode. Before you edit it, let’s save this version of the note. Click Versions on the Ribbon and choose Save to Version... [More]

Office Live Workspace Tutorial: Part 4 - Sharing Your Note

To share a note with someone else, click the link for the note from the dashboard. The note comes up in read-only mode. Pull down the Share menu and click Share Document. A new pane that looks like a mini e-mail message appears at the top of the note as shown in Figure 1. Figure 1: Sharing y... [More]

Publish Business Data To Your Office Live Web Site With The List Publisher Module

Until the enhancements to Office Live Small Business were unveiled last month, most of you've been building static web sites. Only Office Live Premium subscribers could add dynamic content to their web sites. With the new release, that feature is now available to everyone. If you're ... [More]

Office Live Advanced Design Features Tutorial - Part 1: Activating The Features

Very simply put, Advanced Design Features let you customize the headers, footers, and navigation bar of your web site. You also get to create your own page templates and manipulate your site's CSS. Many of you have been very vocal about the inability to customize these features in the past and... [More]

Office Live Advanced Design Features Tutorial - Part 2: An Overview Of The Features

The advanced features are spread out all over the Web Design Tool. Let's take a quick tour and identify them so that you'll have an easier time using them. We'll explore each feature in detail in the subsequent parts of this tutorial. You've already seen the first advanced f... [More]

Advanced Design Features Tutorial Part 3 - Two Ways of Customizing Headers and Footers

The new advanced design features let you customize, among other things, headers and footers of your web site in several ways. But it isn't all that obvious how the whole thing works. So here's the skinny on it. You can customize headers and footers in two ways: By manipulating... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 1: Introduction

Office Live Small Business's Web Design Tools lets you build web sites simply by choosing options on its menus; you don't really have to know anything about  how web pages work. But if you want to customize the look and feel a little bit, you've no option but to dabble in Hypertex... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 2: Adding an HTML Module

Adding HTML markup to your pages is very easy with Office Live. But you can't just open up Page Editor and start typing your markup. You must add an HMTL module to your page and then add the markup to the moudule . To do so, take these steps: Open the page web page you want to add HTML ... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 3: HTML Basics

Contrary to what many people believe, HTML is not a programming language – it’s a markup language. It doesn’t contain instructions for telling a computer what to do. It only has instructions to tell a browser how to format and decorate content. Typically, you enclose the co... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 4: Decorating Text

The primary HTML tag for decorating text on your web pages is the <font> tag. As its name suggests, the tag controls the fonts in your content. It once ruled HTML markup. These days, however, the trend is to use Cascaded Style Sheets (CSS) instead. If CSS sounds like a military department to... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live Part 5: Introducing Breaks

There are three basic ways of introducing breaks on your web pages: line breaks, paragraph breaks, and horizontal rules. A line break causes the subsequent text to start on the next line. But simply typing the text on a new line in the HTML module won’t make it appear on a new line. Yo... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 6: Working With Headers

Headings are an important part of text. Books, for example, use headings with varying importance. The more important a heading, the bigger its font size. This scheme makes it easy for readers to quickly grasp the scope of topics and sub-topics within the text. HTML uses a similar scheme. The... [More]

All The HTML You'll Ever Need To Build a Web Site With Office Live - Part 7: Linking Documents

The text on web pages is called hypertext (and hence the name HTML) because it usually has embedded links. Linking web pages together is an inherrent and important part of HTML. The HTML tag for adding links to web pages is the <a>, or the anchor tag. You could enclose text on your pag... [More]