Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Mikhail Arkhipov (MSFT)'s WebLog
Visual Web Developer stuff
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Personal
Rants
News
The posts on this weblog are provided “AS IS” with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
Archives
June 2008 (2)
April 2008 (1)
March 2008 (3)
January 2008 (1)
December 2007 (5)
November 2007 (3)
October 2007 (4)
September 2007 (3)
August 2007 (3)
April 2007 (5)
February 2007 (3)
January 2007 (3)
December 2006 (7)
November 2006 (3)
October 2006 (2)
September 2006 (2)
July 2006 (4)
June 2006 (4)
May 2006 (7)
April 2006 (8)
March 2006 (5)
February 2006 (3)
January 2006 (2)
December 2005 (6)
November 2005 (4)
October 2005 (3)
September 2005 (1)
August 2005 (6)
July 2005 (2)
June 2005 (15)
May 2005 (3)
April 2005 (6)
March 2005 (2)
January 2005 (7)
December 2004 (3)
November 2004 (1)
October 2004 (3)
September 2004 (4)
August 2004 (13)
July 2004 (6)
June 2004 (16)
May 2004 (15)
Blogs
Brian Goldfarb
Scott Guthrie
Web Tools Team blog
Expression Web Designer
FAQ
VS 2005 Web Project System: What is it and why did we do it?
What is fixed in Visual Studio /VWD Express 2005 Service Pack 1
Expression vs. Visual Studio and Visual Web Developer
Tips and Tricks
How to associate custom file extension with ASPX editor
How to move file system Web site to IIS
How to debug classic ASP pages in VS 2005 (IIS 6)
How to debug classic ASP pages in VS 2005: (IIS 5)
Spell Checker for HTML and ASP.NET pages
How to add custom control to the Toolbox in Visual Web Developer
How to turn HTML file into a Web Form
How to obtain crash dump in Visual Studio 2005
Developing custom controls in Visual Web Developer Express
Web Tools Forums
MSDN Product Feedback center
Visual Studio 2005 Web Tools
Visual Web Developer Express
Visual Studio 2003
Web Application Projects
Web Deployment Projects
June 2005 - Posts
Wednesday, June 29, 2005 9:31 PM
RFC 1925
RFC 1925 : 2.3 With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead.
Posted by
Mikhail Arkhipov (MSFT)
|
1 Comments
Wednesday, June 29, 2005 6:19 PM
ASP.NET 1.1 Mobile Controls XHTML Adapter Source
http://www.microsoft.com/downloads/details.aspx?FamilyID=9642963f-7c8d-4b26-a440-400e03ced4cb&DisplayLang=en
Posted by
Mikhail Arkhipov (MSFT)
|
0 Comments
Wednesday, June 29, 2005 5:42 PM
How does one get a window office at Microsoft?
Offices with windows are distributed according to years of service, not according to seniority or position on the management ladder. When group moves, it receives a block of offices which usually consists of approximately 50/50 mix of window and inner
Posted by
Mikhail Arkhipov (MSFT)
|
6 Comments
Wednesday, June 29, 2005 12:06 AM
New hire joined my team today
Ben went to the Windows land, but his office has not been sitting empty for long. Today we welcome our new team member, Jim Bresler. He was our summer intern in 2004 and 2003 so he is almost up to date on what is going on around here. Now he is with us
Posted by
Mikhail Arkhipov (MSFT)
|
2 Comments
Tuesday, June 28, 2005 11:35 PM
Teams with ship discipline
Check out this great post on teams with ship discipline. Scot was my first dev lead when I joined Microsoft back in '97. You can look at which teams did he manage at Microsoft here .
Posted by
Mikhail Arkhipov (MSFT)
|
0 Comments
Sunday, June 26, 2005 4:57 PM
Classic ASP page template for VS 2005
As you might know, VS 2005 does not provide file template for the classic ASP page. You can make one following instructions on MSDN . Or just download the one I made from here . 1. Download ASPPage.zip and place it in ...\Program Files\Microsoft Visual
Posted by
Mikhail Arkhipov (MSFT)
|
9 Comments
Sunday, June 26, 2005 1:02 PM
How many machines is enough? I think, one :-)
Interesting post . I have seen people keeping around a lot of machines. For me, multiple machines produces too much noise :-(. I personally have been trying to keep a single machine + laptop. Usually at the end of the product cycle (such as now) I have
Posted by
Mikhail Arkhipov (MSFT)
|
1 Comments
Friday, June 24, 2005 12:04 PM
How to debug classic ASP pages in VS 2005
Quite a few people were unable to make VS 2005 to hit breakpoints in the server script in classic ASP pages. Little surprise here since the way we do ASP debugging changed since VS 2003 and there little or no information currently in VS 2005 Beta 2 docs
Posted by
Mikhail Arkhipov (MSFT)
|
28 Comments
Thursday, June 23, 2005 5:06 PM
Source code preservation in HTML editor
Here is patent that we filed on the method, which we invented in order to solve that old known problem .
Posted by
Mikhail Arkhipov (MSFT)
|
7 Comments
Wednesday, June 22, 2005 8:32 PM
How to handle idle time processing: When idle is not really idle
Did you know that on fast machine idle time processing can kick in even if from you point of view application is not really idle? Take, for example, MFC. It calls OnIdle when application message queue becomes empty. Now, imagine that you are typing something.
Posted by
Mikhail Arkhipov (MSFT)
|
4 Comments
Friday, June 17, 2005 12:07 AM
Design view dude going away lunch
Today we had going away lunch with Ben (aka Design view dude ). What is that 'going away lunch' thing? It is a good Microsoft tradition to buy a lunch for the entire team when someone leaves. Have a lunch together, listen to war stories, say goodbuy to
Posted by
Mikhail Arkhipov (MSFT)
|
2 Comments
Thursday, June 09, 2005 12:24 AM
How to make HTML/Web Form editor faster
This post made me thinking what can you do to make Visual Web Developer to behave like Visual Notepad :-). Here is what you can do to switch off certain features and make startup time shorter and editor more responsive. 1. Hide properties window 2. Hide
Posted by
Mikhail Arkhipov (MSFT)
|
0 Comments
Tuesday, June 07, 2005 9:15 AM
How do we provide language features in server script blocks
If you want to have a peek how exactly do we provide intellisense, validation and other language features in server script blocks, have look at this patent application ( 20050125730 ). VSIP SDK provides information on interfaces that you need to implement
Posted by
Mikhail Arkhipov (MSFT)
|
3 Comments
Sunday, June 05, 2005 1:05 AM
Converting cassette tapes to MP3
I recently purchased an interesting product called PlusDeck2 which is essentially cassette deck that you install in the PC, connect to the sound card and COM port. It comes with software that automates conversion process by controlling deck via the COM
Posted by
Mikhail Arkhipov (MSFT)
|
6 Comments
Filed under:
Personal
Sunday, June 05, 2005 12:36 AM
My BFD duties
Recently it was my turn to perform BFD duties. What is the BFD you said? Well, let’s start from the beginning. Visual Studio division has a large build lab which is building and servicing multiple branches of the code. There are large branches called
Posted by
Mikhail Arkhipov (MSFT)
|
1 Comments