July 2007 - Posts

Google Analytics Reports for DotNetKicks.com

    cross posted from http://blog.incremental.ie/archive/2007/07/19/google-analytics-reports-for-dotnetkicks.com.aspx 


Statistics  

For those that are interested, I am making available two google analytics reports for DotNetKicks.com:

  • Last 30 days - PDF
  • May 2006 -> Today - PDF

An email will also be sent on the 1st of each month to the DotNetKick Code Commit Feeds. Please subscribe if you are interested in following how the site progresses.

If you haven't already, now would be a good time to place a link or post to DotNetKicks.com on your blog ;). Also, If you have any ideas on how to grow the community, please let me know.


kick it on DotNetKicks.com

DotNetKicks Tags: ,

Posted by gavinjoyce | with no comments

DotNetKicks.com: RSS feeds for tags

    cross posted from http://blog.incremental.ie/archive/2007/07/17/dotnetkicks.com-tag-rss-feeds.aspx 

Tag RSS:

I have just upgraded DotNetKicks.com to Subversion revision 125. The big addition is RSS feeds for tags (issue 1):

SubSonic tag: http://www.dotnetkicks.com/tags/SubSonic/feeds/rss

DotNetKicks tag: http://www.dotnetkicks.com/tags/DotNetKicks/feeds/rss

AJAX tag: http://www.dotnetkicks.com/tags/AJAX/feeds/rss

Feedburner support:

Support for feedburner RSS feeds and counters has also been added (issue 26). It will be interesting to see how many people actually subscribe to the DNK main feed. Closest guess wins a (crappy) prize!

Other Additions:

Another recent addition is a new application wide configuration table (issue 5). Once I have added an admin section (issue 25), site and host configuration will be much easier.

Karma Points, will we or wont we?

Lastly, there has been lots of discussion on the 'Karma Points' feature (issue 7) proposed by Phil Haack. If you have an opinion on this feature, please join the discussion.

 

kick it on DotNetKicks.com

DotNetKicks Tags: , , ,

 

Open Source DotNetKicks?

            Cross-posted from http://blog.incremental.ie/archive/2007/07/06/open-source-dotnetkicks.aspx

A few long months ago I announced my intention to fully open source the DotNetKicks.com codebase. Due to recent work commitments this process has taken much longer that I had wished; the good news now is that it is very close to an initial beta release.

The current code base builds and should be useful to anyone who is considering contributing to the project or running their own kick site. I'll be committing changes to the repository oven the next couple of days, a tagged beta version will be available soon. Before then, please expect quite a few features to either not work or to throw some exceptions.

dotnetkicks-opensource

The code is hosted on google code and the Subversion repository is available at the following location:

http://dotnetkicks.googlecode.com/svn/trunk/

If you are new to Subversion, you can follow Eric Kemp's excellent SVN guide (replace the subsonic specific urls with the relevant dotnetkicks ones).

Please follow these steps to setup your local environment:

1. Create SQL 2005 Database called 'DotNetKicks'

2. Execute the 'DotNetKicks.DB.SQL.2005.sql' script against the new 'DotNetKicks' database

    Scripts can be found in 'svn:\\trunk\DotNetKicks\Database'

3. Execute the 'DotNetKicks.Data.SQL.2005.sql' script against the database

4. Open 'DotNetKicks.sln' in Visual Studio 2005.

5. Update the 'DotNetKicks' connection string in the web.config to relect your SQL server name

6. Build the solution

7. Run the 'Incremental.Kick.Web.UI' web application

8. There are two users already setup:

    username: admin password: admin
    username: user1 password: user1

9. Configure SMTP settings in the Kick_Host table

I'll post again soon outlining how you can get involved in the project. In the mean time, is there anyone with design skills willing to design a logo or a new skin for DotNetKicks?

Sorry for the delay, we're nearly there.

kick it on DotNetKicks.com

DotNetKicks Tags: , ,
Posted by gavinjoyce | with no comments
More Posts