Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Microsoft Developers: Messing with your head. Again

Microsoft Developers: Messing with your head. Again

Scheduled Pinned Locked Moved The Lounge
questionc++htmlsharepointwpf
44 Posts 28 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #1

    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

    R M M M S 17 Replies Last reply
    0
    • C Chris Maunder

      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

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #2

      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

      C J D 3 Replies Last reply
      0
      • C Chris Maunder

        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

        M Offline
        M Offline
        martin_hughes
        wrote on last edited by
        #3

        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

        C 1 Reply Last reply
        0
        • R realJSOP

          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

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          Real web developers just want to Get The Job Done.

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          R P J 3 Replies Last reply
          0
          • M martin_hughes

            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

            C Offline
            C Offline
            Chris Maunder
            wrote on last edited by
            #5

            Did you uncheck the auto-format? I never once had a problem with it.

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            M 1 Reply Last reply
            0
            • C Chris Maunder

              Real web developers just want to Get The Job Done.

              cheers, Chris Maunder

              CodeProject.com : C++ MVP

              R Offline
              R Offline
              Rama Krishna Vavilala
              wrote on last edited by
              #6

              That's a sig material

              Co-Author ASP.NET AJAX in Action

              1 Reply Last reply
              0
              • C Chris Maunder

                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

                M Offline
                M Offline
                Marc Clifton
                wrote on last edited by
                #7

                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

                Thyme In The Country
                Interacx
                My Blog

                K 1 Reply Last reply
                0
                • C Chris Maunder

                  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

                  M Offline
                  M Offline
                  Member 96
                  wrote on last edited by
                  #8

                  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

                  A 1 Reply Last reply
                  0
                  • C Chris Maunder

                    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

                    S Offline
                    S Offline
                    Steve Mayfield
                    wrote on last edited by
                    #9

                    I thought the FrontPage replacement was called Expression and Sharepoint Designer was geared more for Collaborative sites hosted on Sharepoint Server sites. :confused: Steve

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      Did you uncheck the auto-format? I never once had a problem with it.

                      cheers, Chris Maunder

                      CodeProject.com : C++ MVP

                      M Offline
                      M Offline
                      martin_hughes
                      wrote on last edited by
                      #10

                      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

                      E 1 Reply Last reply
                      0
                      • C Chris Maunder

                        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

                        E Offline
                        E Offline
                        Ennis Ray Lynch Jr
                        wrote on last edited by
                        #11

                        http://www.notepad.org/


                        File Not Found

                        1 Reply Last reply
                        0
                        • C Chris Maunder

                          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

                          C Offline
                          C Offline
                          Christian Graus
                          wrote on last edited by
                          #12

                          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 )

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            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

                            M Offline
                            M Offline
                            MidwestLimey
                            wrote on last edited by
                            #13

                            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:


                            C 1 Reply Last reply
                            0
                            • C Chris Maunder

                              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

                              K Offline
                              K Offline
                              Kevin McFarlane
                              wrote on last edited by
                              #14

                              Expression Web is the successor to FrontPage.

                              Kevin

                              1 Reply Last reply
                              0
                              • M Marc Clifton

                                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

                                Thyme In The Country
                                Interacx
                                My Blog

                                K Offline
                                K Offline
                                Kevin McFarlane
                                wrote on last edited by
                                #15

                                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

                                1 Reply Last reply
                                0
                                • M MidwestLimey

                                  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:


                                  C Offline
                                  C Offline
                                  Chris Maunder
                                  wrote on last edited by
                                  #16

                                  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

                                  G P 2 Replies Last reply
                                  0
                                  • C Chris Maunder

                                    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

                                    G Offline
                                    G Offline
                                    Gary R Wheeler
                                    wrote on last edited by
                                    #17

                                    Move over, dammit! I was here first!


                                    Software Zen: delete this;

                                    Fold With Us![^]

                                    1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      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

                                      S Offline
                                      S Offline
                                      skrizanovic
                                      wrote on last edited by
                                      #18

                                      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! :((

                                      1 Reply Last reply
                                      0
                                      • C Chris Maunder

                                        Real web developers just want to Get The Job Done.

                                        cheers, Chris Maunder

                                        CodeProject.com : C++ MVP

                                        P Offline
                                        P Offline
                                        Paul Watson
                                        wrote on last edited by
                                        #19

                                        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...

                                        1 Reply Last reply
                                        0
                                        • C Chris Maunder

                                          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

                                          P Offline
                                          P Offline
                                          Paul Watson
                                          wrote on last edited by
                                          #20

                                          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...

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups