Microsoft Developers: Messing with your head. Again
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Real programmers would rather use EDLIN than FrontPage (or any of it's evil bastard spawn).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much
I must say that was never my experience with Frontpage. Get something formatted just the way you want it, flip to design mode, flip back again and then watch in horror as Frontpage 'nammed your code and formatting good and proper. Why Microsoft can't just package Expression Web in with Office, however, is a different matter altogether. Expression Web is actually quite a nice wysiwyg html editor.
"It was the day before today.... I remember it like it was yesterday." -Moleman
-
Real programmers would rather use EDLIN than FrontPage (or any of it's evil bastard spawn).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Chris Maunder wrote:
FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much
I must say that was never my experience with Frontpage. Get something formatted just the way you want it, flip to design mode, flip back again and then watch in horror as Frontpage 'nammed your code and formatting good and proper. Why Microsoft can't just package Expression Web in with Office, however, is a different matter altogether. Expression Web is actually quite a nice wysiwyg html editor.
"It was the day before today.... I remember it like it was yesterday." -Moleman
Did you uncheck the auto-format? I never once had a problem with it.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
That's a sig material
Co-Author ASP.NET AJAX in Action
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Yeah, my FrontPage MSI is precious (gollum!) to me. I use it for article writing. OK, there's probably some other, possible free, possibly cheap, possibly better HTML editor out there, that maybe supports split-view, but it pisses me off the Microsoft killed a product that was, for once, useful and usable (though I think some people really hated FrontPage). But to integrate and HTML editor/designer with Sharepoint? I wonder when Microsoft will actually start employing the best practices it sort of preaches to those of us that don't program in VB--modularity in this case. Digression--my associate has been pulling his hair out with the Sharepoint/MOSS API. He says it's such a POS that he's having to write wrappers around all the API functions. Marc
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc).
Urrrp! I must have missed the last few releases of FrontPage because this was exactly what it *did* do a few years back.
"I don't want more choice. I just want better things!" - Edina Monsoon
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
I thought the FrontPage replacement was called Expression and Sharepoint Designer was geared more for Collaborative sites hosted on Sharepoint Server sites. :confused: Steve
-
Did you uncheck the auto-format? I never once had a problem with it.
cheers, Chris Maunder
CodeProject.com : C++ MVP
No, but I'm not sure FrontPage '98 had the option to do so... and ok, so it's unfair to judge the current (or last) version on a bad experience, but... FrontPage - once bitten, twice shy!
"It was the day before today.... I remember it like it was yesterday." -Moleman
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Probably for the same reasons that Path.Combine doesn't work in a logical manner. Design by committee, and groupthink.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
Yes Chris, it's because they hate you. They're all out to get you. In fact Microsoft was founded with the sole principal of p-ing you off. :-D
I'm largely language agnostic
After a while they all bug me :doh:
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Expression Web is the successor to FrontPage.
Kevin
-
Yeah, my FrontPage MSI is precious (gollum!) to me. I use it for article writing. OK, there's probably some other, possible free, possibly cheap, possibly better HTML editor out there, that maybe supports split-view, but it pisses me off the Microsoft killed a product that was, for once, useful and usable (though I think some people really hated FrontPage). But to integrate and HTML editor/designer with Sharepoint? I wonder when Microsoft will actually start employing the best practices it sort of preaches to those of us that don't program in VB--modularity in this case. Digression--my associate has been pulling his hair out with the Sharepoint/MOSS API. He says it's such a POS that he's having to write wrappers around all the API functions. Marc
Marc Clifton wrote:
I use it for article writing.
I did as well, including my codeproject articles. However, I still thought it sucked, so good riddance.
Marc Clifton wrote:
it pisses me off the Microsoft killed a product that was, for once, useful and usable (though I think some people really hated FrontPage).
It's been replaced by Expression Web, which is better. Though I've hardly had cause to use it so far. I got it free at some Microsoft developer event.
Kevin
-
Chris Maunder wrote:
Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
Yes Chris, it's because they hate you. They're all out to get you. In fact Microsoft was founded with the sole principal of p-ing you off. :-D
I'm largely language agnostic
After a while they all bug me :doh:
ah HA! I knew someone would let that slip eventually. Well I'm on to you know. On to you all! Mwahahaha <curls up and gibbers in a corner>
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
ah HA! I knew someone would let that slip eventually. Well I'm on to you know. On to you all! Mwahahaha <curls up and gibbers in a corner>
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer. This is basically FrontPage with added extras and some things removed. Such as the incredibly handy in-app preview that didn't require you to actually save a file to disk when quickly slapping 2 lines of HTML together. But I digress. FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc). It seems Sharepoint designer uses the same codebase which leads to the question: why did a developer decide that if you highlight one work in a paragraph and try to make it italics, the entire paragraph is italicised. Why? Becuase it seemed like A Good Idea At The Time. Because a single italic word will get lonely? Because you hate me?
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
FrontPage was great because it was simple, straightforward, it didn't screw around with HTML too much, it didn't try to impose anything on you (formatting, styles etc).
did I miss something? the front page I used did all those things and more. such a shame FP is no longer with us! :((
-
Real web developers Get The Job Done with FrontPage, but remove any FrontPage meta tags before they upload... :~
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...
-
ah HA! I knew someone would let that slip eventually. Well I'm on to you know. On to you all! Mwahahaha <curls up and gibbers in a corner>
cheers, Chris Maunder
CodeProject.com : C++ MVP
CP is all a subtle revenge on MS then? Wow. That is genius. Subtle but genius.
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...