<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Rich Reuter - tremolo</title>
    <link>http://www.richreuter.com/</link>
    <description>Music and Code from the Gem City</description>
    <language>en-us</language>
    <copyright>Rich Reuter</copyright>
    <lastBuildDate>Fri, 14 Nov 2008 03:25:54 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>rich@richreuter.com</managingEditor>
    <webMaster>rich@richreuter.com</webMaster>
    <item>
      <trackback:ping>http://www.richreuter.com/Trackback.aspx?guid=b0084a41-26fe-4d84-8188-409d22b75e4d</trackback:ping>
      <pingback:server>http://www.richreuter.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.richreuter.com/PermaLink,guid,b0084a41-26fe-4d84-8188-409d22b75e4d.aspx</pingback:target>
      <dc:creator>Rich Reuter</dc:creator>
      <wfw:comment>http://www.richreuter.com/CommentView,guid,b0084a41-26fe-4d84-8188-409d22b75e4d.aspx</wfw:comment>
      <wfw:commentRss>http://www.richreuter.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b0084a41-26fe-4d84-8188-409d22b75e4d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
For years now, I've been talking about creating some sort of project centered around
music. The main idea was to create a website engine that could be used to easily build
websites for musicians. It would contain all of the basic functionality needed by
musicians. A few months back, I came up with the name Tremolo and started working
on it. I put it on <a href="http://www.codeplex.com">CodePlex</a>, but never published
it because I didn't have a lot of time to devote to it.
</p>
        <p>
Recently, I decided to start work on it again and re-created the project on CodePlex.
CodePlex has a policy where you have to publish a project after 30 days. After 30
days, I hadn't completed a lot of it but didn't want to restart the project. I figured
that no one would find it so it probably wouldn't matter if I didn't have it done.
</p>
        <p>
I checked on the stats today and found that a few people had found it. Apparently,
the ASP.NET page on MSDN shows the most recent ASP.NET projects added to CodePlex,
including mine.
</p>
        <p>
          <img border="0" src="http://www.richreuter.com/content/binary/msdn.jpg" alt="Tremolo listed on MSDN" />
        </p>
        <p>
I wasn't too pleased to see it since I haven't really got anything working yet. I've
mostly been concentrating on creating the basic structure of the project and making
sure that the build and setup scripts are running. One of the main goals of the project
is to make it very easy to setup and build, and that part of it is done. There are
build tasks to setup and migrate the database, run the unit tests and there will eventually
be one for deployment as well. Apart from a couple minor issues, I've got NHibernate
setup as well.
</p>
        <p>
So, for anyone who may be interested in the project, I'll be posting updates here.
I'm hoping to have the business layer completed after this weekend and the UI soon
after that. If you've downloaded the project, sorry there's not much there yet :)
</p>
        <p>
If you want to check the project out it's here - <a href="http://www.codeplex.com/tremolo"> http://www.codeplex.com/tremolo</a>.
</p>
        <img width="0" height="0" src="http://www.richreuter.com/aggbug.ashx?id=b0084a41-26fe-4d84-8188-409d22b75e4d" />
      </body>
      <title>Tremolo</title>
      <guid isPermaLink="false">http://www.richreuter.com/PermaLink,guid,b0084a41-26fe-4d84-8188-409d22b75e4d.aspx</guid>
      <link>http://www.richreuter.com/2008/11/14/Tremolo.aspx</link>
      <pubDate>Fri, 14 Nov 2008 03:25:54 GMT</pubDate>
      <description>&lt;p&gt;
For years now, I've been talking about creating some sort of project centered around
music. The main idea was to create a website engine that could be used to easily build
websites for musicians. It would contain all of the basic functionality needed by
musicians. A few months back, I came up with the name Tremolo and started working
on it. I put it on &lt;a href='http://www.codeplex.com'&gt;CodePlex&lt;/a&gt;, but never published
it because I didn't have a lot of time to devote to it.
&lt;/p&gt;
&lt;p&gt;
Recently, I decided to start work on it again and re-created the project on CodePlex.
CodePlex has a policy where you have to publish a project after 30 days. After 30
days, I hadn't completed a lot of it but didn't want to restart the project. I figured
that no one would find it so it probably wouldn't matter if I didn't have it done.
&lt;/p&gt;
&lt;p&gt;
I checked on the stats today and found that a few people had found it. Apparently,
the ASP.NET page on MSDN shows the most recent ASP.NET projects added to CodePlex,
including mine.
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" src="http://www.richreuter.com/content/binary/msdn.jpg" alt="Tremolo listed on MSDN"&gt;
&lt;/p&gt;
&lt;p&gt;
I wasn't too pleased to see it since I haven't really got anything working yet. I've
mostly been concentrating on creating the basic structure of the project and making
sure that the build and setup scripts are running. One of the main goals of the project
is to make it very easy to setup and build, and that part of it is done. There are
build tasks to setup and migrate the database, run the unit tests and there will eventually
be one for deployment as well. Apart from a couple minor issues, I've got NHibernate
setup as well.
&lt;/p&gt;
&lt;p&gt;
So, for anyone who may be interested in the project, I'll be posting updates here.
I'm hoping to have the business layer completed after this weekend and the UI soon
after that. If you've downloaded the project, sorry there's not much there yet :)
&lt;/p&gt;
&lt;p&gt;
If you want to check the project out it's here - &lt;a href="http://www.codeplex.com/tremolo"&gt; http://www.codeplex.com/tremolo&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.richreuter.com/aggbug.ashx?id=b0084a41-26fe-4d84-8188-409d22b75e4d" /&gt;</description>
      <comments>http://www.richreuter.com/CommentView,guid,b0084a41-26fe-4d84-8188-409d22b75e4d.aspx</comments>
      <category>coding</category>
      <category>tremolo</category>
    </item>
  </channel>
</rss>