Browse by Tags
All Tags »
How-To's »
Tips (
RSS)
Recently I saw a question asking how to create an RSS Feed on a FrontPage web site so I thought it might be useful to post the response I gave here. Most of the blogs are using ASP.NET. If that's what you're doing there's an article at http://aspnet.4guysfromrolla...
How do you create content that is usable on a cell phone? The answer is by using Wireless Application Protocol (WAP) and Wireless Markup Language (WML). In this article, we explain what these technologies are and how the Microsoft FrontPage Web site creation...
Read an excerpt from Microsoft Office FrontPage 2003 Inside Out where Jim Buyens explains how programmers using Visual Studio.NET and designers using FrontPage 2003 can work on the same physical copy of a Web site and how they can take the best advantage...
One of the minor drawbacks of FrontPage is that it allows you to select any font, that is registered on your PC, to design your web pages. I say this is a drawback because many web designers aren't aware that you can't use any font you'd like and have...
Is it possible to stream Real Audio or Real Video without a streaming media server? Yes. You can go to www.real.com and get Real Producer. Once you've created your file you can have the program create the HTML page for you and choose the option for a...
If you create a folder and precede its name with an underscore (for example, _ database ), the folder is only hidden from FrontPage views. Such folders are useful for files that do not need to be seen in FrontPage views; however, the folder's contents...
If you've ever received an error on your page, that indicates a problem at a specific line number, it may be easy enough to track that error down. But what if it's a large page or contains a lot of coding? Then how do you find the line number quickly...
There are several ways to do this. You can create a hyperlink to an image or text using the following code: <a href="Javascript:history.go(-1)">Back</a> Note: (-1) means go back one page. So, for example (-2) would be go back two pages. or...
You can use the following method to redirect a user to another page on YOUR site, another site or simply to refresh the current page. This is accomplished using the META tags. There are two methods: Switch to HTML View . in the <head> section of...