Html overflow problem

November 2, 2007 at 12:03 AMAdministrator

Recently, I was challenged by the task of managing the overflow of the post on this site, for example in the following post: Visual Studio 2005 Class Diagram for Web Site. The problem is that there is no easy way to shorten the text and add ellipsis to the end, because the actual html of the post has complex structure. So, I decided to parse the code to a graph and work on this graph until it satisfies the condition. In this case, the condition was to have the length of the source not greater than some constant N, for example, N=1000 characters. So, I wrote the following class and validated it using several test cases.

More...

Posted in: Development

Tags:

Visual Studio 2005 Class Diagram for Web Site

October 4, 2007 at 11:56 PMAdministrator

If you try to add class diagram to Web Site in Visual Studio 2005 and create a diagram of code-behind classes of web controls, the following messages will appear preventing from creating the diagram for such classes:

Visual Studio allows only classes in Add_Code folder and its subfolders added to class diagram and to manipulate such classes. This is a limitation in current release of Visual Studio because development team decided to take an opportunistic approach and limit the functionality of class designer only to static classes, not dynamic classes such as code-behind ones in web site projects.

More...

Posted in: Development

Tags:

Blogging around CLR

February 17, 2007 at 11:53 PMalex

Posted in: Development

Tags:

Microsoft Windows Vista Signature Edition

February 17, 2007 at 12:10 AMAdministrator

Still didn't get my own copy of the Vista, but found this one and was thinking it might be worth to get this one:

image

PS. http://www.gotw.ca/publications/C++CLIRationale.pdf

Posted in: Development

Tags:

Mystic Microsoft

February 15, 2007 at 11:48 PMAdministrator

Interesting book by Kraig Brockschmidt: Mystic Microsoft: A Journey of Transformation in the Halls of High Technology

HTML version: http://www.mysticmicrosoft.com PDF version: http://www.mysticmicrosoft.com/MysticMicrosoft_ebook.pdf

Posted in: Development

Tags:

Inside the Windows Vista Kernel

February 15, 2007 at 11:47 PMAdministrator

I came accross a brief overview of the latest Windows kernel RTMed in Vista at http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/default.aspx
 image

Posted in: Development

Tags:

Software Development Best Practices in Moscow, Russia

December 27, 2006 at 12:00 AMalex

Highly-acclaimed software-development conference held in Boston, MA is coming to the Russian Federation: SD Best Practices 2006 Moscow, http://www.sdexpo.ru. It might be very interesting for architects, Program Managers and every developer responsible for the API design and any stage of Enterprise Level development.

Posted in: Development

Tags: