
What Is an ASP File? Files created with Active Server Pages have the extension .ASP. This story is an example; take a look at the address above. With ASP files, you can activate your Web site using any combination of HTML, scripting such as JavaScript or Visual Basic?
Is It Hard to Use? I don't know about you, but whenever people start talking about doing things on the server, I start to get nervous. I think a lot about threading issues, synchronization, and generally stuff without a user interface. I assume it's going to be hard to do. Well, using ASP is about as easy as anything I've come across in years.
Aw, Mom. Not Another Object Model! I really hate doing this to you, but I'm going to have to use that overused and overcomplex term "object model" again. Here's how it works. When a browser requests an ASP file from your Web server, your Web server calls Active Server Pages to read through the ASP file, executing any of the commands contained within and sending the resulting HTML page to the browser.
|
|
|
Web Resources Partners
Essentially, you use the XML program. That’s easy enough for webmasters. After that, three options await—ranging from the simple and straightforward, to what we’d like to call “Challenging”.
Let’s start with challenging. Of course that’s a relative term; if you’re so comfortable wit your server and so smart you can install scripts in your sleep, then this won’t be much of a problem. You use Google’s Python Generator. You’ll need to install this, and that requires a little more technical know-how than reading “IT Management for Dummies.” How does it work? The search engine gives you a link to a generator. Download this link, and set it up on your server. While you go off and get yourself a well-deserved cup of coffee, the computer does it thing and you come back and find that your sitemap XML file has been automatically fed to Google. Once that’s done, open a Google Account so you can follow your sitemap’s progress and read any diagnostic data.
Not too keen on Python Generator? Not a problem. Use is a PHP Code Generator. This program spiders your site, then takes charge of developing the XML sitemap file. Cool—it does everything for you! Except you’ll have to have a basic understanding of PHP files and scripts, or you’ll be lost. Not something for the average Joe (or Jane) who just wants to make a personal website, but relatively simple for professional webmasters or a particularly smart weekend tekkie.
If you think Python Generator and PHP are way too complex, or just too complicated, don’t panic. You still have plenty of options—the numerous free online generators that are all over the web, ready to rescue you from the hassles of XML sitemaps. Google itself keeps a directory of these third party suppliers (for lack of a better word), so just visit its website or Google them yourself.
|
|