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 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
                              • C Chris Maunder

                                Real web developers just want to Get The Job Done.

                                cheers, Chris Maunder

                                CodeProject.com : C++ MVP

                                J Offline
                                J Offline
                                Joan M
                                wrote on last edited by
                                #21

                                OK, I'm not a web developer, but sometimes I must make modifications to some web... and I'd love to know where can I download "The Job Done", if you say it it must be a good HTML editor... And if it is used by the Real web developers... ;)

                                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

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

                                  I read the first six words and was about to reply with words such as "crazy", "are", "you" and was then going to say try Expression Wed Designer. Then I read the next 13 words and my reply is now; you poor bastard. FrontPage rules, find it somewhere on old discs. I'm sure David Wulff could help you... though actually he likes the abomination that is Sharepoint. So maybe he'll just make it worse. Man, I thought Frontpage was bad. Then I tried Sharepoint Designer awhile back, on my freaking lunch break, for fun, and realised Frontpage was a minior minion of the top level of hell where they merely slather you in warm cocoa butter for all eternity in comparison to the Satanic depths of Sharepoint Designer. (Seriously though. Try Expression Webdesigner. I'd almost use it as my "Real Web Dev" tool every day. Almost. It doesn't work on OS X sadly.)

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

                                  R C 2 Replies Last reply
                                  0
                                  • P Paul Watson

                                    I read the first six words and was about to reply with words such as "crazy", "are", "you" and was then going to say try Expression Wed Designer. Then I read the next 13 words and my reply is now; you poor bastard. FrontPage rules, find it somewhere on old discs. I'm sure David Wulff could help you... though actually he likes the abomination that is Sharepoint. So maybe he'll just make it worse. Man, I thought Frontpage was bad. Then I tried Sharepoint Designer awhile back, on my freaking lunch break, for fun, and realised Frontpage was a minior minion of the top level of hell where they merely slather you in warm cocoa butter for all eternity in comparison to the Satanic depths of Sharepoint Designer. (Seriously though. Try Expression Webdesigner. I'd almost use it as my "Real Web Dev" tool every day. Almost. It doesn't work on OS X sadly.)

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

                                    R Offline
                                    R Offline
                                    Rich Leyshon
                                    wrote on last edited by
                                    #23

                                    I hate any form of working with a web page and have done for about 10 years (since I had a really nice WYSIWYG tool that actually did what you expected). Wish I could remember what it was. Pagemill maybe. Last night, I spent an hour using VS to try and insert a simple table onto a web page. The table sits inside a content place holder. As soon as the table width reaches about half the avalable width in the CPH, it starts to screw up the design of the MASTER page, changing column width etc. Trying to format the table borders is apparrently impossible. I could format the outer border as I wished but the only option I could achieve inside the table was to put a discrete border around every cell - and these borders don't join up. Does anyone know if it is possible to produce useable tables in VS/VWD? Rich

                                    P A 3 Replies Last reply
                                    0
                                    • R Rich Leyshon

                                      I hate any form of working with a web page and have done for about 10 years (since I had a really nice WYSIWYG tool that actually did what you expected). Wish I could remember what it was. Pagemill maybe. Last night, I spent an hour using VS to try and insert a simple table onto a web page. The table sits inside a content place holder. As soon as the table width reaches about half the avalable width in the CPH, it starts to screw up the design of the MASTER page, changing column width etc. Trying to format the table borders is apparrently impossible. I could format the outer border as I wished but the only option I could achieve inside the table was to put a discrete border around every cell - and these borders don't join up. Does anyone know if it is possible to produce useable tables in VS/VWD? Rich

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

                                      Well, I am a web-developer and I love working with web-pages. :)

                                      Rich Leyshon wrote:

                                      Trying to format the table borders is apparrently impossible. I could format the outer border as I wished but the only option I could achieve inside the table was to put a discrete border around every cell - and these borders don't join up.

                                      I'm not sure what you are trying to achieve but if you want cell borders with no spacing then put cellpadding="0" and set the table's border type to collapse. This page may help[^].

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

                                      R 1 Reply Last reply
                                      0
                                      • P Paul Watson

                                        Well, I am a web-developer and I love working with web-pages. :)

                                        Rich Leyshon wrote:

                                        Trying to format the table borders is apparrently impossible. I could format the outer border as I wished but the only option I could achieve inside the table was to put a discrete border around every cell - and these borders don't join up.

                                        I'm not sure what you are trying to achieve but if you want cell borders with no spacing then put cellpadding="0" and set the table's border type to collapse. This page may help[^].

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

                                        R Offline
                                        R Offline
                                        Rich Leyshon
                                        wrote on last edited by
                                        #25

                                        Thanks Paul. It was the cell spacing that caused the problem. Although it seems to depend where you look - under Style, the spacing was okay but not under Properties. I'm convinced web design is like playing the drums, you've either got it or you haven't! However, should anyone wish to py £1M for a great design, I am still interested. Paul, want to take on a sub-contract?!!!!! Cheers, Rich

                                        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
                                          ClockMeister
                                          wrote on last edited by
                                          #26

                                          I really like FrontPage 2003. This one they really got "right". I'm not a web developer myself - so when I want to work on a couple of my web pages I like the fact that I don't have to do all the dirty-work to make it work. The thing I do like, however, is that I *can* dive under the covers and tweak the source code if I need to - throw in some VBScript here and there. You can have my copy of O2003 (and FP 2003) when you can pry it out of my cold, dead fingers! -CB :)

                                          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