<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx</link><description>Continuing the discussion of "style".. Yesterday , I showed the code reformatted into "BSD" style format, which looks like: #include "list.h" main(C cArg, SZ rgszArg[]) { I iNode; I cNodes = atoi(rgszArg[1]); I cNodesToSkip = atoi(rgszArg[2]); PNODE pnodeT;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256671</link><pubDate>Fri, 12 Nov 2004 20:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256671</guid><dc:creator>Mike Weller</dc:creator><description>Wow, I'm loving that 1980s style!&lt;br&gt;&lt;br&gt;And with regards to formatting, the one thing I love about VS 2005 is the auto formatting, and customisation of this formatting.  Whenever I press return at the end of a line, it is formatted just how I like, and the same when I close a curly brace.  Fantastic.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256703</link><pubDate>Fri, 12 Nov 2004 20:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256703</guid><dc:creator>Jeff Parker</dc:creator><description>Heh, 80's style, Larry where did you first see that style of commenting at to where you picked it up? I know I used it and picked it up somewhere off of a Microsoft Piece of code or example somewhere, liked the style and used it when going to college in the late 80's.&lt;br&gt;&lt;br&gt;Also one thing kind of left out is the XML commenting style for C# While similar to C there is XML in there in specific orders to help build code documentation</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256708</link><pubDate>Fri, 12 Nov 2004 20:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256708</guid><dc:creator>Larry Osterman</dc:creator><description>TOPS-20 Emacs (the original Emacs, predating Gnu/Emacs) had a Pascal mode that allowed you to write:&lt;br&gt;(** *)&lt;br&gt;(** Stuff *)&lt;br&gt;&lt;br&gt;and then run an emacs macro that would expand it to the appropriate range.  I fell in love with it (thinking it was &amp;quot;cool&amp;quot;) and used it everywhere I could.&lt;br&gt;&lt;br&gt;You're right about XML comments, but they're language specific (and this discussion is intended to be language agnostic, even though I'm framing it in C code).&lt;br&gt;</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256713</link><pubDate>Fri, 12 Nov 2004 20:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256713</guid><dc:creator>Leonardo Herrera</dc:creator><description>That 80's style brings me warm memories about direct video memory access libraries :-)</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256715</link><pubDate>Fri, 12 Nov 2004 20:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256715</guid><dc:creator>Ilya Birman</dc:creator><description>I, personally, have a strict rules for C/C++:&lt;br&gt;&lt;br&gt;1. only // is for comments&lt;br&gt;2. // is only for comments&lt;br&gt;3. only /**/ is for disabling code&lt;br&gt;4. /**/ is only for disabling code&lt;br&gt;&lt;br&gt;That is very handy: finally, do you ever write a really multiline comment? Never. So // is OK. But when you have do disable some, say, ifthenelse piece (especially while debugging), it's very convenient to use /**/&lt;br&gt;&lt;br&gt;And, also for debuggin I like using things like this:&lt;br&gt;&lt;br&gt;//*&lt;br&gt;code (code, &amp;quot;code&amp;quot;);&lt;br&gt;//*/&lt;br&gt;&lt;br&gt;(In case someone doesn't know, this kind of comment you can turn on/off by just removing/adding the initial /)&lt;br&gt;&lt;br&gt;In PHP, there's also are # comments, and my PHP editor, EditPlus, has a fantastic feature to syntax-highlight different comments differently. What I do is I make //'s grey and #'s bright red. So #'s are for important comments, like&lt;br&gt;&lt;br&gt;# CHECK IF $_POST'ED DATA IS OK!&lt;br&gt;$a = @$_POST['something'];&lt;br&gt;&lt;br&gt;Sorry for being too verbose :)</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256733</link><pubDate>Fri, 12 Nov 2004 21:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256733</guid><dc:creator>Larry Osterman</dc:creator><description>Actually, Illya, I often write multiline comments, especially if something tricky's going on.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256739</link><pubDate>Fri, 12 Nov 2004 21:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256739</guid><dc:creator>Jeff Parker</dc:creator><description>&amp;lt;quote&amp;gt;finally, do you ever write a really multiline comment&amp;lt;/quote&amp;gt;&lt;br&gt;&lt;br&gt;Every day on every method. I do at least. Been caught before by the Go back and add this to your code you wrote 6 years ago. And I sit there look at the code and say What the heck was I thinking there. Then change it and break 50 other things I also coded 6 years ago.Then say Ohhhh thats why I did that. Get caught by that a few times you will write more comments.&lt;br&gt;&lt;br&gt;More and more I even include snippets of code on how to use methods and classes right in the code as well. </description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256764</link><pubDate>Fri, 12 Nov 2004 22:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256764</guid><dc:creator>Ilya Birman</dc:creator><description>Code is actually an implementation of some of your ideas. When you see the idea clearly, your comments are usually guiding you through the implementation, like&lt;br&gt;&amp;quot;Check if file is accessible&amp;quot; or &amp;quot;Add fulltext index to column C&amp;quot;. &lt;br&gt;&lt;br&gt;If you have written the code 6 years ago, it's very likely that you don't remember the idea, sure. But I do not think that comments is a great place to express your ideas. Comments are needed to describe the actual steps you make.&lt;br&gt;&lt;br&gt;When I have some &amp;quot;tricky&amp;quot; algorythm, I just go to my Wiki site or even open MSWord and describe it there and save within a project website/folder.&lt;br&gt;&lt;br&gt;Well, that's how things work for me. Maybe it's because my longest code is 200 KB? :-)</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256806</link><pubDate>Sat, 13 Nov 2004 00:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256806</guid><dc:creator>Serge Wautier</dc:creator><description>In VS, I use a non-default background color for comments (gray. forecolor= black).&lt;br&gt;It does a really good job at improving readability.&lt;br&gt;e.g. when you're scrolling down the code looking for a specific piece, it's really easy to read the comments without paying attention to the code. It's just not in your way !&lt;br&gt;&lt;br&gt;Also, it's really easy to see the beginning of code pieces thanks to 'the gray line above them'.&lt;br&gt;&lt;br&gt;My 2 cents,&lt;br&gt;</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256865</link><pubDate>Sat, 13 Nov 2004 03:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256865</guid><dc:creator>Jeff Parker</dc:creator><description>Ahhh, Ok, sorry I mistook your you statement about one line comments thinking that was all the documentation you do. My appologies, yes I used to do this as well. But as I commented earlier I use C# commenting and I guess I have been using it for a couple years now. Which allows for a lot of documentation like the word stuff your doing to be written right in your code. C# and .net has really changed my entire outlook and styles of writing code.&lt;br&gt;&lt;br&gt;And Sorry Larry not meaning to turn this thread into language specific but the C# rules are something I feel so strongly about I can not resist. Like you said before, your boss says your forthright, I said sometimes I am strongly opinionated.&lt;br&gt;&lt;br&gt;So by following the C# documentation guidelines I do not need to open word, I do not need write additional documentation. I also when going back in time as I have had to go back and modify code written in early .net I do not have to search for documents, I have access to the code and can see all the documentation in one nice file. And I can change the documentation as I change the code. &lt;br&gt;&lt;br&gt;Now the kicker, with tools like NDoc I can produce full chm files ready to read in a very organized and readable format. I do not produce these chm files for myself, but for others. I personally read the the documentation in my code. Now who others? well this I actually amazed myself. Many people have heard of Sarbanes oxley. Well aparently I impressed someone somewhere to write an article on my code documentation and Sarbanes compliance with it. With the C# XML style and using it exactly how Microsoft recomends I have blown auditors minds when they come in to look at it they are used to seeing reams of paper, books diagrams and so on. And the best thing is, I never used anything other than Visual studio and NDoc to pass all my code through several audits.&lt;br&gt;&lt;br&gt;Link to an article I was interviewed on about longhorn but turned more into a .net article for me&lt;br&gt;&lt;a target="_new" href="http://www.adtmag.com/article.asp?id=10162"&gt;http://www.adtmag.com/article.asp?id=10162&lt;/a&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;See the following link for specifics on the C# commenting.&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vcoriXMLDocumentation.asp?frame=true"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vcoriXMLDocumentation.asp?frame=true&lt;/a&gt;&lt;br&gt;&lt;br&gt;Again sorry Larry not trying to jump your post but the XML commenting I really truely believe is a revolutionary idea and process and style in code commenting. For me at least this is one thing that has permanently changed the way I write code. Much the way you look at the 80's style and say I can't believe I did it this way is how I look at all code comments anymore. The XML style has just grabbed me like a monkey grabs a banana.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256883</link><pubDate>Sat, 13 Nov 2004 04:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256883</guid><dc:creator>Myron A. Semack</dc:creator><description>Larry, are you going to mention tools like Doxygen in this series?  I ask because code-documentation systems tend to impose commenting/formatting rules of their own.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256885</link><pubDate>Sat, 13 Nov 2004 05:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256885</guid><dc:creator>Larry Osterman</dc:creator><description>Myron, in fact, the next post in the series mentions AutoDOC, which I suspect is essentially the same thing.&lt;br&gt;&lt;br&gt;Jeff, I'm not trying to belittle the C# XML comments - they'are actually pretty amazing (IIRC, Chris Brumme indicated that the public CLR reference manual is actually generated from the CLR sources).  It takes Doxygen and AutoDOC and DocJet to a totally different level.&lt;br&gt;</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#256921</link><pubDate>Sat, 13 Nov 2004 09:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256921</guid><dc:creator>Andreas Häber</dc:creator><description>How the .NET SDK and other SDK's are created is in fact written about here: &lt;a target="_new" href="http://blogs.msdn.com/loripe"&gt;http://blogs.msdn.com/loripe&lt;/a&gt; (guess that's what 'the public CLR ref. manual' is?).&lt;br&gt;&lt;br&gt;Cool that they're using reflection for part of the job. It's really a big opportunity to get a lot of boring doc-work done by the computer(which seems to always love doing the boring-work!).&lt;br&gt;&lt;br&gt;And yeah, it really sucks reading code where every line is documented(guess I've commited that crime myself). It's often easier to just delete those comments and then read the code :)</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#257312</link><pubDate>Mon, 15 Nov 2004 02:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257312</guid><dc:creator>Norman Diamond</dc:creator><description>&amp;gt; And there's the C++ style // comment.&lt;br&gt;&lt;br&gt;I think BS knowingly and wilfully inherited that comment style from BCPL.&lt;br&gt;&lt;br&gt;Sometime around 1996 or 1997 or so, some novice computer reviewer wrote an article about the Macintosh, saying that it has a Windows 95-like user interface.  Of course the Macintosh's user interface was copied, but it was copied from a famous copier company, not copied from that reviewer's familiar copy of a copy of the famous copier company's work.&lt;br&gt;&lt;br&gt;However, when C copied //, I think it did so because of the influence of C++ rather than the influence of BCPL.  If BCPL had been sufficiently influential in commenting style, then C would have had it from C's start.  (Hmm, which did B have, I've forgotten.)&lt;br&gt;&lt;br&gt;11/12/2004 12:59 PM Ilya Birman&lt;br&gt;&lt;br&gt;&amp;gt; 3. only /**/ is for disabling code &lt;br&gt;&amp;gt; 4. /**/ is only for disabling code &lt;br&gt;&lt;br&gt;That must make it pretty tough to disable code that was written by anyone whose style differs from yours, or written before C copied // style comments.&lt;br&gt;&lt;br&gt;I use #if 0 to disable code.  It also requires a single-character change (to #if 1) to temporarily reenable it during debugging.  And it nests.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#257378</link><pubDate>Mon, 15 Nov 2004 06:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257378</guid><dc:creator>Philip</dc:creator><description>Ilya, you're technique of using // for comments and /**/ for disabling a code block is a good idea.  Note to self: start using this technique.  </description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#257387</link><pubDate>Mon, 15 Nov 2004 06:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257387</guid><dc:creator>foxyshadis</dc:creator><description>I can see one use for the 1980's brand, which still seems to be fairly common today: The tops of files, to hold all the general information, authorship, and 'mission statement'.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#257511</link><pubDate>Mon, 15 Nov 2004 13:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257511</guid><dc:creator>Tibor Harsszegi</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;just some comments.&lt;br&gt;// is a kinda nasty technique. Some GCC ports&lt;br&gt;(WindRiver's Tornado is one of them) do not &lt;br&gt;quite like them. And if you willing to&lt;br&gt;be somewhat portable, shall note that.&lt;br&gt;Also I doubt that there is worse than manually&lt;br&gt;&amp;quot;fixing&amp;quot; the beauty of your code.&lt;br&gt;I have been using &amp;quot;idnt.exe&amp;quot; (it's a free&lt;br&gt;(even source, guess you Microsoft guys just&lt;br&gt;loove the idea) C formatter), you can&lt;br&gt;do almost everything with it. Specifying&lt;br&gt;block format style, i.e. K&amp;amp;R or other,&lt;br&gt;linelength, comment style, removal of&lt;br&gt;TABs, etc.&lt;br&gt;Forth taking a good look at, really.&lt;br&gt;Speeds up &amp;quot;manufacturing&amp;quot; comments and prologs&lt;br&gt;as hell, since you simply do not bother how&lt;br&gt;disgusting your comment look like, since it'll&lt;br&gt;be reformatted automatically.&lt;br&gt;Nice blog, Larry anyhow! Keep up.</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#258163</link><pubDate>Tue, 16 Nov 2004 12:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258163</guid><dc:creator>Paul Walker</dc:creator><description>&amp;lt;i&amp;gt;To me, that's a huge improvement.  By stretching out the code and adding some comments, it's already starting to look better.&amp;lt;/i&amp;gt;&lt;br&gt;&lt;br&gt;Oh, I would so agree - that's the style I find most readable, and tends to be what my own code is written in. In the unlikely event we ever have to read each other's code, I think it might work quite well. ;-) After some of the stuff I've read recently, it's nice to find other people who appreciate readable code!&lt;br&gt;&lt;br&gt;As for disabling code - #if 0/#endif all the way. Much easier than comments, both for enabling and disabling, and Vim also highlights an &amp;quot;#if 0&amp;quot; region as a comment so you know it's disabled. (Vim's auto-formatting is also out of this world - nothing else I've tried comes close.)</description></item><item><title>What does style look like, part 6</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#258325</link><pubDate>Tue, 16 Nov 2004 21:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258325</guid><dc:creator>Larry Osterman's WebLog</dc:creator><description /></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#258479</link><pubDate>Tue, 16 Nov 2004 21:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258479</guid><dc:creator>Ilya Birman</dc:creator><description>Jeff, thanks for your links, exploring them :)&lt;br&gt;&lt;br&gt;Unfortunately I don't know NOTHING about .net and CLR. I even don't know what CLR stands for :) Gonna start researching it one day...</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#258483</link><pubDate>Tue, 16 Nov 2004 21:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258483</guid><dc:creator>Larry Osterman</dc:creator><description>Ilya,&lt;br&gt;  CLR means &amp;quot;Common Language Runtime&amp;quot; - also known as the .Net framework.&lt;br&gt;</description></item><item><title>What does style look like, part 6</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#258526</link><pubDate>Wed, 17 Nov 2004 01:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258526</guid><dc:creator>Larry Osterman's WebLog</dc:creator><description /></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#259204</link><pubDate>Wed, 17 Nov 2004 22:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:259204</guid><dc:creator>Ilya Birman</dc:creator><description>Cool, coupla days ago I though out &amp;quot;Common Libraries Runtime&amp;quot;, so I was rather close to the truth :)&lt;br&gt;&lt;br&gt;Thanks :)</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#266220</link><pubDate>Fri, 19 Nov 2004 05:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:266220</guid><dc:creator>Pieter Breed</dc:creator><description>Something that has not been mentioned is commenting styles that will work for more than just one language.&lt;br&gt;&lt;br&gt;Our development team develops (at the moment) in VB6, C (actually Microstation MDL), C++, VB.NET and C#. These languages are similar enough that we decided to create a commenting style that will suit both the developers and the respective IDE's as well as be generally the same acros the different platforms.&lt;br&gt;&lt;br&gt;What we settled on was using one-line comments (' for VB, // for c/c++/c#) in the following manner:&lt;br&gt;&lt;br&gt;' comment describing &lt;br&gt;' only the next line&lt;br&gt;&amp;lt;Some VB Code Here&amp;gt;&lt;br&gt;&lt;br&gt;' comment describing a block of code&lt;br&gt;' ----------------------------------&lt;br&gt;&lt;br&gt;VB Code line1&lt;br&gt;VB Code line2&lt;br&gt;VB Code line3&lt;br&gt;&lt;br&gt;VB Code line4&lt;br&gt;' ----------------------------------&lt;br&gt;&lt;br&gt;You can do the same with //-style comments.&lt;br&gt;&lt;br&gt;Sorry for being so verbose :)&lt;br&gt;p!</description></item><item><title>re: What does style look like, part 4</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#270549</link><pubDate>Fri, 26 Nov 2004 04:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:270549</guid><dc:creator>Ben Cooke</dc:creator><description>Back in my younger years I would use loads and loads of asterisks in my comments. Not as many as Larry, mind, but still quite a lot:&lt;br&gt;/**********************&lt;br&gt; * Something or Other *&lt;br&gt; **********************/&lt;br&gt;(although sometimes I'd use slashes on every line. I settled down after a while.)&lt;br&gt;&lt;br&gt;However, for the past six years or so I've been using text editors with syntax colouring, so my comments don't need to be so huge anymore. I tend to just do this:&lt;br&gt;// Something or Other&lt;br&gt;... and my editor makes them green. The wonders of modern technology.&lt;br&gt;</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | Wood TV Stand</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9671642</link><pubDate>Mon, 01 Jun 2009 01:05:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9671642</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=6623"&gt;http://woodtvstand.info/story.php?id=6623&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 |  Portable Greenhouse</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9675921</link><pubDate>Mon, 01 Jun 2009 13:05:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9675921</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 |  Portable Greenhouse</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://portablegreenhousesite.info/story.php?id=5188"&gt;http://portablegreenhousesite.info/story.php?id=5188&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 |  Portable Greenhouse</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9676898</link><pubDate>Mon, 01 Jun 2009 14:30:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9676898</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 |  Portable Greenhouse</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://portablegreenhousesite.info/story.php?id=14811"&gt;http://portablegreenhousesite.info/story.php?id=14811&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | Hair Growth Products</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9714001</link><pubDate>Tue, 09 Jun 2009 11:25:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9714001</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | Hair Growth Products</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hairgrowthproducts.info/story.php?id=4369"&gt;http://hairgrowthproducts.info/story.php?id=4369&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | Green Tea Fat Burner</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9740991</link><pubDate>Sat, 13 Jun 2009 04:25:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9740991</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | Green Tea Fat Burner</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://greenteafatburner.info/story.php?id=4147"&gt;http://greenteafatburner.info/story.php?id=4147&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | work from home</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9761174</link><pubDate>Tue, 16 Jun 2009 15:07:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9761174</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | work from home</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://workfromhomecareer.info/story.php?id=18107"&gt;http://workfromhomecareer.info/story.php?id=18107&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | Outdoor Decor</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9778912</link><pubDate>Fri, 19 Jun 2009 07:13:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9778912</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | Outdoor Decor</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://outdoordecoration.info/story.php?id=4511"&gt;http://outdoordecoration.info/story.php?id=4511&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Larry Osterman s WebLog What does style look like part 4 | bird baths</title><link>http://blogs.msdn.com/larryosterman/archive/2004/11/12/256645.aspx#9784228</link><pubDate>Fri, 19 Jun 2009 12:46:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9784228</guid><dc:creator> Larry Osterman s WebLog What does style look like part 4 | bird baths</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://cutebirdbaths.info/story.php?id=3670"&gt;http://cutebirdbaths.info/story.php?id=3670&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>