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

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

                                I'm downloading Expression Web. May Bob have mercy on my soul...

                                cheers, Chris Maunder

                                CodeProject.com : C++ MVP

                                M 1 Reply Last reply
                                0
                                • M Member 96

                                  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 Offline
                                  A Offline
                                  AspDotNetDvlpr
                                  wrote on last edited by
                                  #28

                                  You're right, the older versions of Frontpage were well known for reformatting your HTML code. The most recent version of FP was very good at not reformatting. It's a great WYSIWYG editor for doing page layouts, imo, although, NEVER mention that you use Frontpage for ANYTHING while at a job interview lol It will instantly ruin your credibility, trust me :)

                                  Regards, Jonathan Scott

                                  B 1 Reply 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

                                    A Offline
                                    A Offline
                                    AspDotNetDvlpr
                                    wrote on last edited by
                                    #29

                                    Visual Studio sucks as a page layout tool, imo, and always has, although I hear VS 2008 has incorparated the same payout toold that Expression Web (Frontpage replacement) uses, so this might be a big improvement! I haven't had time to install and use VS 2008 yet though, so just going from what I heard.

                                    1 Reply Last reply
                                    0
                                    • A AspDotNetDvlpr

                                      You're right, the older versions of Frontpage were well known for reformatting your HTML code. The most recent version of FP was very good at not reformatting. It's a great WYSIWYG editor for doing page layouts, imo, although, NEVER mention that you use Frontpage for ANYTHING while at a job interview lol It will instantly ruin your credibility, trust me :)

                                      Regards, Jonathan Scott

                                      B Offline
                                      B Offline
                                      Brent Lamborn
                                      wrote on last edited by
                                      #30

                                      AspDotNetDvlpr wrote:

                                      NEVER mention that you use Frontpage for ANYTHING while at a job interview lol It will instantly ruin your credibility

                                      No doubt. that is why they had to trash it. No matter how good they made it, it always had that stigma attached. Visual Web Developer Express is rock n roll, with it, who needs front page anyways!


                                      "Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.

                                      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

                                        T Offline
                                        T Offline
                                        TwoWolves
                                        wrote on last edited by
                                        #31

                                        You really must be dreaming, either you or me. I found frontpage to be endlessly frustrating, it was fine for 1->3 pages but once your web got a little interesting it regularly corrupted pages on upload (navigations esp.) and randomly adjusted formatting. I could kill the developers. Now I use either Eclipse (free), or Coldfusion (not free but uber-powerful) and my days of pain are behind me. No way will I ever touch a Microsoft web development tool ever again.

                                        ---------------- Toujours Le Meme

                                        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

                                          D Offline
                                          D Offline
                                          db_cooper1950
                                          wrote on last edited by
                                          #32

                                          Chris Maunder wrote:

                                          Office 2007 no longer has FrontPage. It now comes with a new "improved" HTML editor/designer called Sharepoint Designer.

                                          Actually the replacement for FrontPage is the Expression family; Sharepoint Designer can be used as such, but was mainly designed for SharePoint Services 3.0. If you do not use SharePoint Services it is recomended to use the Expression family. See Here... [http://office.microsoft.com/en-us/frontpage/FX100743231033.aspx](<a href=)[^]"

                                          DB_Cooper1950 Either enjoy life, Or Hate Life, Just quit SITTING ON THE FENCE!

                                          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