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.
  • 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
        • B Brent Lamborn

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

          VWDE is a GREAT product for development, although for page layout, I'd still load up FP2K3 or the new Expression Web (Need to buy this yet, as my trial expired!). I hardly ever do page layouts anymore, so 95% of my time is spent using Visual Studio .Net 2k3 and just starting to use 2k5, which is quite nice imo! I am excited to try 2k8, if it meshes the FP/Expression Web WYSIWYG stuff w/ Visual Studio!!!

          Happy programming!

          B 1 Reply Last reply
          0
          • A AspDotNetDvlpr

            VWDE is a GREAT product for development, although for page layout, I'd still load up FP2K3 or the new Expression Web (Need to buy this yet, as my trial expired!). I hardly ever do page layouts anymore, so 95% of my time is spent using Visual Studio .Net 2k3 and just starting to use 2k5, which is quite nice imo! I am excited to try 2k8, if it meshes the FP/Expression Web WYSIWYG stuff w/ Visual Studio!!!

            Happy programming!

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

            True yeah, I guess this post was about layout and not so much code development! My bad. The only experience I have with Expression Web so far is in XAML and WPF. I haven't yet tried it for web sites - gonna hafta do that. I've been using VS 2005 since it hit the shelf and love it for web dev. Can't wait for '08. Here is a good video of Soma and Guthrie talking about what we can expect in Orcas: http://channel9.msdn.com/showpost.aspx?postid=329443[^]


            "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
              Tomz_KV
              wrote on last edited by
              #35

              I had some issues with FrontPage when javascirpt is involved. It adds some tags automatically that sometimes prevents my own javascropt from running. In addition, it also adds a lot of "automation" code that make a html page difficult to clean up.

              Tom Z. (PMA)

              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

                A Offline
                A Offline
                Anna Jayne Metcalfe
                wrote on last edited by
                #36

                I thought Frontpage had been replaced by Expression Web?

                Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                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

                  E Offline
                  E Offline
                  Erik Midtskogen
                  wrote on last edited by
                  #37

                  FP doesn't mess up your HTML?? Hmmm...that's news to me. I don't touch FrontPage with a ten-foot pole precisely because it refuses to let me be the boss. In typical Microsoft fashion, it assumes that you're just some know-nothing schmuck who needs to be saved from his own ignorance, when it would appear that I actually know a lot more about presentation-layer coding for the Web than the developers of FrontPage. So far, I haven't found a WYSIWYG html editor whose WYSIWYG features I actually use. The code-assist features in Dreamweaver and the Eclipse plugin for HTML editing are about all the automation I'm willing to accept. Attempting to use HTML, CSS, and ECMAScript as if they constituted a windowing toolkit is a miserable enough struggle as it is without the intrusion of any "help" from the likes of FrontPage. It never ceases to amaze me how much effort people are willing to expend in order to avoid doing something the right way.

                  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

                    J Offline
                    J Offline
                    Jeremy T Fuller
                    wrote on last edited by
                    #38

                    Even though this post was meant as humorous, it's still basically correct. The real web developers don't use WYSIWYG tools to lay out sites. Yes, I mean lay out. That might start to change with Expression and VS08, but I doubt it. There's still no substitute for a good hand-written, standards-based, CSS-based web site. I actually don't allow my team to use a designer for their markup.

                    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

                      D Offline
                      D Offline
                      Dev_Calz
                      wrote on last edited by
                      #39

                      Real programmers would use notepad over any editor such as front page. The only reason I use VS Ide is for intellsence. If i could get that in another application it would be used (SNAP FAST!!!).

                      Chris Calzaretta

                      1 Reply Last reply
                      0
                      • C Chris Maunder

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

                        cheers, Chris Maunder

                        CodeProject.com : C++ MVP

                        M Offline
                        M Offline
                        Michael P Butler
                        wrote on last edited by
                        #40

                        Chris Maunder wrote:

                        I'm downloading Expression Web.

                        I'm not sure, but don't Sharepoint Designer and Expression Web, share the same base HTML editor / IDE. You may be in for a disappointment ;-)

                        Michael Thanks to all for your kind words and support on my return to CP. This place and you guys and gals are just the best

                        1 Reply Last reply
                        0
                        • M martin_hughes

                          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 Offline
                          E Offline
                          Ed K
                          wrote on last edited by
                          #41

                          FrontPage 98 was a pain. 2003 is really nice to work with.

                          ed ~"Watch your thoughts; they become your words. Watch your words they become your actions. Watch your actions; they become your habits. Watch your habits; they become your character. Watch your character; it becomes your destiny." -Frank Outlaw.

                          1 Reply Last reply
                          0
                          • B Brent Lamborn

                            True yeah, I guess this post was about layout and not so much code development! My bad. The only experience I have with Expression Web so far is in XAML and WPF. I haven't yet tried it for web sites - gonna hafta do that. I've been using VS 2005 since it hit the shelf and love it for web dev. Can't wait for '08. Here is a good video of Soma and Guthrie talking about what we can expect in Orcas: http://channel9.msdn.com/showpost.aspx?postid=329443[^]


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

                            Thanks for the link... I had already saw that a couple weeks ago, and it definitely sounds like there's some cool things happening in 2k8!

                            Happy programming!

                            1 Reply Last reply
                            0
                            • A Anna Jayne Metcalfe

                              I thought Frontpage had been replaced by Expression Web?

                              Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

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

                              It has

                              Happy programming!

                              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
                                #44

                                I think a lot of your frustration comes from the fact that editing a Word document, and a web page are totally different, and people don't like that. All the little subtle layout quirks that exist when doing web page layouts, and trying to get it to look the way you want it take time to figure out. Not to mention all the different browsers that render things slightly different... it is a nightmare for us web developers :)

                                Happy programming!

                                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