The Artima Developer Community
Sponsored Link

.NET Buzz Forum
FrontPage Still Sucks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
FrontPage Still Sucks Posted: Aug 5, 2003 12:56 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: FrontPage Still Sucks
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

I already hear you asking, "Why are you using FrontPage?"

Well, honestly, because SharePoint Portal Server 2003 likes it. Seriously, there are things that you can only do in FP2003. Don't ask me why. I think it is stupid, but its true.

Now I will say, FP2003 is better than any version I've ever tried before. It doesn't seem to rearrange your formatting. It doesn't seem to remove your scripts (with one exception noted below). The design mode is pretty good. And it has intellisense for HTML tags. Not bad.

What pissed me off today more than once is that it likes to clean up <%@ Register %> tags when it thinks you don't need them. I said, "When it thinks you don't need them." It thinks wrong.

I see how the developers of FP2003 made this mistake, but since the product is shipping in a few weeks, I'm going to guess that it won't be fixed. It took me a while to figure out why this was happening, but I think I've finally figured it out. I think FP2003 scans the body of your page looking to see if the registered prefix is used anywhere. If it isn't, it removes the register directive. Otherwise it leaves it alone.

The problem is that it only scans the contents of the <body> tag. In the page I was working on today, I was using it in the <head> section of the page. Every time I used FP2003 to ass a webpart to the page it would remove the register.

Aargh!

Read: FrontPage Still Sucks

Topic: The article continued... Previous Topic   Next Topic Topic: There are two kinds of people in this world...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use