locked
Nice New look. RRS feed

  • General discussion

  • Hi,
    Just like to give a feedback for the new look of the forum.
    The forum looks more organized and uncluttered.
    Even the post left margin has been rectified and all the data comes with a proper left margin.

    Thanks.
    Hope this helps !!
    Sudeep      My Blog
    Monday, October 19, 2009 5:53 AM

All replies

  • i'll second that.. ;o)
    although, the vote as helpful could have been enhanced as well..
    http://social.microsoft.com/Forums/en-US/suggest/thread/bfc184ac-de51-4e4f-a5fb-f0f10906fac8

    i live here and this is my reason.. trujade.
    Monday, October 19, 2009 9:32 PM
  • Excellent work by Microsoft.

    I remember all those problems with the old post editor; text and code snippets were regularly messed up. I resorted to writing my own post editor to paste HTML into the post editor. It was a lightweight HTML editor (a bit like Windows Live Writer).

    But now Microsoft have sorted out those problems -- great work!

    Here's some utilities I wrote to help me out with code snippets:
    Copy As HTML for Visual Studio 2008
    Paste As Visual Studio Code
     Plug-in for Window Live Writer

    Here's a sample:

    Code Snippet
    1. using System;
    2. using System.Windows.Forms;
    3. using System.Drawing;
    4.  
    5. namespace WindowsFormsApplication1
    6. {
    7.     /// <summary>
    8.     /// Class summary.
    9.     /// </summary>
    10.     public partial class Form1 : Form
    11.     {
    12.         /// <summary>
    13.         /// Constructor summary.
    14.         /// </summary>
    15.         public Form1()
    16.         {
    17.             InitializeComponent();
    18.         }
    19.     }
    20. }
    Friday, October 23, 2009 11:21 PM
  • Excellent work by Microsoft.

    I remember all those problems with the old post editor; text and code snippets were regularly messed up. I resorted to writing my own post editor to paste HTML into the post editor. It was a lightweight HTML editor (a bit like Windows Live Writer).

    ---->Text added here is inside quotation.


    But now Microsoft have sorted out those problems -- great work!

    Except if I try to add text between quoted text... It doesn't split the quotation.

    Also sometimes when I edit the post, it throws me into a page with code markup revealed. This starts to be an old bug, I think.
    Monday, October 26, 2009 8:23 AM