The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Well, I'm not 100% sure I'll start writing my articles into the blog... but...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Duncan Mackenzie

Posts: 689
Nickname: duncanma
Registered: Aug, 2003

Duncan Mackenzie is the Visual Basic Content Strategist at msdn.microsoft.com
Well, I'm not 100% sure I'll start writing my articles into the blog... but... Posted: Aug 2, 2003 4:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Duncan Mackenzie.
Original Post: Well, I'm not 100% sure I'll start writing my articles into the blog... but...
Feed Title: Code/Tea/Etc...
Feed URL: /msdnerror.htm?aspxerrorpath=/duncanma/rss.aspx
Feed Description: Duncan is the Visual Basic Content Strategist at MSDN, the editor of the Visual Basic Developer Center (http://msdn.microsoft.com/vbasic), and the author of the "Coding 4 Fun" column on MSDN (http://msdn.microsoft.com/vbasic/using/columns/code4fun/default.aspx). While typically Visual Basic focused, his blogs sometimes wanders off of the technical path and into various musing of his troubled mind.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Duncan Mackenzie
Latest Posts From Code/Tea/Etc...

Advertisement
Here is a teaser for the article I am currently working on...

    Keeping Work Fun

    Duncan Mackenzie
    Microsoft Developer Network

    August 8, 2003
    Summary: Duncan Mackenzie describes how the 'coolness' of a feature can increase its chance of being finished early on in a development project.

    People Keep Making me Work

    If you've been following my columns, you probably think that I spend all my time writing up fun and cool code samples without having to work on anything boring. Well, that was certainly the plan, but it doesn't always work out that way. Lately, I've been so busy working on a relatively 'boring' system that I don't really have time to write anything 'fun'. Recently though I was handed a list of new requirements for an internal system arranged in priority order, which I suppose is an indication of the order in which I was supposed to work on each feature. I quickly noticed that the really cool stuff was hidden down at the end of the list, marked as 'Nice to Have' which is PM-speak for 'We will never build this… but we are putting it on the list to humor you'. Using the very flimsy pretense that I was confused about the list's sorting order, I decided to tackle the cool features first and save those boring "Priority 1 / Must Have" features for some day after I've tidied my desktop and defrag'ed my hard drive.

    Planning Pages at MSDN

    Before I can get into the 'cool' feature, I should really give you some context about the system that the system is intended for. A few months ago, I built an internal system called "Page Planner" that is used to design and build the pages that make up the MSDN Developer Centers (including the Visual Basic site that I plan content for). This system (as shown in Figure 1) allows us to update all of the individual pages on the site, including all of the technology specific article pages like http://msdn.microsoft.com/vbasic/using/building/windows.


    Figure 1

    The main day-to-day work of maintaining these sites involves updating the appropriate technical information pages when new articles become available. This is normally done by manually entering URLs, or by dragging links in from the browser window. The recent release of the MSDN RSS feeds (which contain the up-to-date list of new content) and similar feeds for sites like 4GuysFromRolla.com produced the 'nice to have' request for "Drag and Drop Links from an RSS feed".

That is usually how I start... I write up some little blurb explaining why I picked the topic that I did and then I move onto writing the code... or, more often than not, I write the code to about 80-90% of the way first, before I ever start writing the article. In this case, I had already created a simple app that hosts the web browser control, successfully loads and transforms the MSDN RSS feeds and then sticks that HTML into the web browser. There is a lot more to write though, I've been working on getting the XSLT to sort the feeds correctly, dealing with the various types of body content (xhtml:body, content:encoded, etc.), and setting up a system to keep track of feed lists. Turns out that there are a few additional issues that will be worth discussing as I continue...

Read: Well, I'm not 100% sure I'll start writing my articles into the blog... but...

Topic: Red v. Blue: A Halo Parody Previous Topic   Next Topic Topic: It's not Visual SourceSafe's v^Hfault

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use