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
January 2005 - Posts
Monday, January 24, 2005 10:52 PM
Article on FrontPage intellisense customization
FrontPage Blog published article on how to customize FP markup intellisense. The techique applies to Visual Studio 2002/2003 as well since FP uses similar mechanisms to drive markup intellisense and schemas are mostly compatible between VS and FP. However,
Posted by
Mikhail Arkhipov (MSFT)
|
0 Comments
Tuesday, January 18, 2005 9:20 PM
NOAA Weather Report Control is working again
Thanks to Matt Otto who figured out that I need to update WSDL file to the one available at http://weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl . I posted updated archive here . Now I can see Redmond weather forecast for the upcoming week. Guess
Posted by
Mikhail Arkhipov (MSFT)
|
6 Comments
Wednesday, January 12, 2005 7:34 AM
What's wrong with VS HTML editor parser?
Parsing HTML for editing purposes is quite different from parsing it by the book . VS HTML parser has a quite a few deviations that allow us to better support statement completion and validation. Look at this bug which we usually see every release since
Posted by
Mikhail Arkhipov (MSFT)
|
1 Comments
Tuesday, January 11, 2005 9:06 PM
Mac Mini - is Apple going to produce Mac-based car audio unit? ;-)
New Mac Mini is 6.5"x6.5"x2". DIN1 size (standard car radio head unit size) is 7.375 wide by 2.25" high. I am wondering why it is so close... ;-) Mini may be a good media box provided it is quiet. Dustin Mihalik says Mini is quiet but I am not sure since
Posted by
Mikhail Arkhipov (MSFT)
|
0 Comments
Filed under:
Personal
Monday, January 03, 2005 6:53 PM
Another ASP.NET Weather control
Apparently, Weather.com provides free XML data feed. However, you have to register . If you don't mind, Milan Negovan developed an ASP.NET control that works with the feed. I am not sure if Weather.com feed provides forecast data though.
Posted by
Mikhail Arkhipov (MSFT)
|
2 Comments
Sunday, January 02, 2005 9:49 PM
Last high quality photo lab closed on the Eastside
Overlake Photo that I have been using for quite some time is going out of business due to digital pressure. No more quality film development close to work :-(. Now I'll have to either use mail order (most probably) or drive all the way to Seattle Photobition
Posted by
Mikhail Arkhipov (MSFT)
|
1 Comments
Filed under:
Personal
Sunday, January 02, 2005 2:56 PM
NOAA Weather Forecast Web Service
Some time ago I published a Web user control that employed NOAA Web Service and displayed weather forecast. Since then I received a few emails from those folks who downloaded the control with complaints that it stopped working. The reason was always the
Posted by
Mikhail Arkhipov (MSFT)
|
8 Comments