Softwarefun
Fun in Softwareland
Sea Wind Nature Wind Night Wind

Theme Option

  • Home Page Home
  • About
Subscibe to RSS Feed

Posts Tagged ‘blogging’

Testing code formatting in blog post

blogging 2 Comments »

A while ago I started a blog. In the beginning I came across a visual studio add-in for showing sources as HTML. I just had to test it. You can find the tool here CopySourceAsHtml.

A result of this add-in is the one below.

  250  private static void MakeFileWritable(FileSystemInfo dsInfo)

  251         {

  252             FileAttributes flags;

  253             flags = dsInfo.Attributes;

  254             if (flags == FileAttributes.ReadOnly)

  255             {

  256                 flags &= ~FileAttributes.ReadOnly;

  257             }

  258             dsInfo.Attributes = flags;

  259         }

 

I think it looks pretty kewl. It wasn’t a smart thing to use the horrible colours on the download page. Luckily the html will look exactly the same as it looks in visual studio.


November 11th, 2008 |

Tags: blogging




Starting blogging

blogging 3 Comments »

After a lot of thought I decided to start a blog.

Starting with this inevitable meme.

Why do I want to blog ?
•    I can use blogging as a learning aid.
•    it can be fun.
•    to find people who have the same interests and are willing to exchange thoughts.

Why I don’t blog ?
•    to show off my enormous knowledge (because it isn’t)
•    to evangelize any technology or methodology

What do I want to blog about?
•    fun pieces of code that I have written
•    architectures I have worked on.
•    books I have read
•    other blog posts I have read
•    seminars/meetings I went to

Random keywords that will come up in this blog.
•    C#
•    OOAD
•    Software Architecture
•    Agile
•    Design Patterns
•    Team foundation server
•    Team Build
•    Resharper
•    VS200*


March 11th, 2008 |

Tags: blogging




  • Pages

    • About
  •  

    September 2010
    M T W T F S S
    « Nov    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930  
  • Archives

    • November 2009
    • October 2009
    • May 2009
    • February 2009
    • December 2008
    • November 2008
    • March 2008
  • Tags

    Architecture blogging C# Conference Development Devnology Domain specific languages Express Editions links MVC SharpDevelop Twitter
  • Blogroll

    • Clemens Reijnen
    • CodeBetter
    • InfoQ
    • Medelt Siebenge
    • Open Space Code
    • Sidarok
    • StackOverflow
  • MyBlogLog

  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
Copyright © 2010 Softwarefun All Rights Reserved
XHTML CSS Log in
Wp Theme by i Software Reviews
Proudly Powered by Wordpress