Forum Moderators: mack
Assuming your idea of "maintenance" means adding/changing content, like creating a new navigation item, you'll have to go server-side. The only global changes you can incite through client-side code are presentational, i.e. color of the navigation menu, spacing between items, etc.
Correct. I meant adding the Menu items to each page and all that. I was wondering if there was an easy way to do it with just 1 line of code rather than having to add my table for the navigation panel for example, each time to every one of my pages.
I guess I will stick with asp.net.
So any ideas about whether .aspx extension on my pages would effect my SEO? Is .html better?
If your ISP doesn't support SSI, another strategy is to build a dynamic site with a scripting language that supports SSI, on your localhost. Then "download" the whole site as flat HTML files using a tool like HTtrack. Then you upload the HTML files to your server.
That method that worked for me when I was hosting a site on a free server with no SSI support, but I wanted to use SSI to build the site. It's a high-maintenance solution, but enabled me to build a 1000 page site and host it where SSI wasn't available.
Those who choose to rewrite their extensions to HTM or HTML do so for portability reasons, in case they ever have to switch from ASP.NET to a PHP service without worrying about having their pages re-indexed or redirected to a new extension.
Some people like using HTM because it makes them feel more comfortable. Those are the same people who don't let their food touch on the plate, and who always tap their toothbrush exactly six times on the sink before brushing.
sides designed in asp.net might be heavier to load and less spider friendly thatn puritanical xml. Any thought´s on that?
Yes.
ASP.NET pages can be truly gargantuan if you let it use that Postback ViewState thing. If you turn Viewstate off and use sane methods of session and state control then your ASP.NET pages will be lean and spider friendly.
And as far as SEO goes, go to google and type in site:www.microsoft.com +.aspx