- Posted by acxede on May 27, 2008
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]
- Posted by acxede on May 26, 2008
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]
- Posted by acxede on May 25, 2008
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]
- Posted by acxede on May 24, 2008
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]
- Posted by acxede on March 6, 2008
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]
- Posted by acxede on March 4, 2008
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]
- Posted by acxede on March 3, 2008
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]
- Posted by acxede on March 2, 2008
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]
- Posted by acxede on October 18, 2007
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]
- Posted by acxede on October 17, 2007
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]
- Posted by acxede on October 16, 2007
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]
- Posted by acxede on October 15, 2007
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]
- Posted by acxede on October 13, 2007
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]
- Posted by acxede on October 12, 2007
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]
- Posted by acxede on October 11, 2007
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]