Some cool music

August 29, 2007 14:25 by rclarkson

I heard this artists on a local radio station that I listen to.  It's 89.1 The Wood, from Lindenwood University.  It doesn't have commercials and isn't yet streaming.  Weird, I know.

  • Daniel Powter - Free Loop
  • Regina Spekter - (I don't remember the title, but she played at Lollapalooza '07)
  • Jimmy Eat World - The Middle (Acoustic)
  • Tegan & Sara - Back in Your Head
  • Grace Potter - Ah, Mary
  • Two Loons for Tea - Money
  • Snow Patrol - Shut Your Eyes
  • REM - #9 Dream
  • Matchbox 20 - How Far We've Come
  • Ret Hot Chili Peppers - We Believe
  • Plain White T's - Hey There Delilah
  • The Kin - Blue on Blue
  • David Gray - Tell me something
  • Fionn Regan - Be Good or Be Gone

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

New BlogEngine.Net Theme

August 27, 2007 18:29 by rclarkson

Rather it is more like a remake of a theme from Creative Commons Website.  Let me know what you think.  I am including my changes so you can see what I did.  There can be some improvements in the css for sure.  Any help would be appreciated. 

 I have to finish up the xmlroleprovider and CodeSyntaxHighlighter extension.

thegreenhouse.zip (61.41 kb)


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

BlogEngine.Net updates

August 24, 2007 02:35 by rclarkson

Here are some things that I am working on or have done for the BlogEngine.Net

  1. I added an xmlroleprovider (read only version)
  2. Added a sitemap for the admin pages with security trimming.  Required rewriting the menu.aspx.cs code. 
  3. Updated the Syntax formatting.  It now works.  See the http://www.codeplex.com/blogengine/WorkItem/View.aspx?WorkItemId=3103 for details.
  4. I spoke with Mads about the outstanding issues and the impending release of 1.2.  Oh yeah, we are jamming this one up with lots of goodies.  I think more than we expexted.
  5. Revamped the comments with more administrator controls.  Like approving individual comments on a post and approve all the comments on a post.

I am letting everyone get a chance to play with my current changes to see where there can be improvements, enchancements, changes, etc.  Meanwhile, I will be working on the write version of the xmlroleprovider.  The xmlroleprovider will have the following features.

  • It will make sure there is a roles.xml file everytime it fires up and make sure there are two roles included; administrators and editors. The names are so the ActiveDirectory can be mapped properly without killing the application because of roles.
  • If no existing user is included in the required roles it will add all of the users to the administrators and editors role.  You will be able to remove them later.
  • You will be able to add/remove users from roles.
  • You will be able to create/delete roles.  You will never be able to delete the administrators and editors roles.  We may be tying that into code security executions.

Did I forget anything?


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

BlogEngine.Net is added to ASP.Net as a starter kit

August 23, 2007 06:21 by rclarkson

Micorsoft has added BlogEngine.Net to its ASP.Net website as a starter kit.  This is a big deal to some of us because there are now only a total of eleven (11) starter kits on the site.  I think it is a true testament to Mads and his inititive, as well as, a huge pat on the back to those develpers are committing valuable time to this project.  I would be remise to not mention all of those people who are using the application and making it a success.  Your input, feedback, suggestions, questions, comments, etc. are what help to drive the success of BlogEngine.

 Visit these links:

http://www.dotnetblogengine.net

See BlogEngin.Net on www.asp.net

Download the BlogEngine.NET Web Site

Review the Features


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Update on some work on the BlogEngine.Net

August 20, 2007 03:38 by rclarkson

We have been working away on features.  Myself, I have been working on migrating some code to approve comments, code highlighting, and xmlroleprovider.  I have found some on CodePlex and elsewhere.  They are all wrapped around two or three other classes and I have to integrate them.  I have been looking for the smallest, easiest to expand, etc....  Will keep you posted.  I found out that some of the code I have been working on still needs a little tweak here or there.  I will get that done soon.  This is a test run for the Live Writer using my new categories code.  The categories did not show up.  I have to fix that now.  Yeah :(


Currently rated 3.3 by 3 people

  • Currently 3.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Lollapalooza - Chicago 2007

August 14, 2007 10:07 by rclarkson

Want to talk about a great time.  No?  How about a phenomenal time?  That's more like it.  I have no idea where to start.  I tell ya, Chicago downtown was like an absolute dream.  Coming from St. Louis, Chicago is a mecca.  I loved it.  In fact I am going back this Decemeber to holiday.  That doesn't sound to pompous does it?  We are going to go for a few days and hang out.  Maybe this time I will get to see the Sears tower from the SkyBox? 

I went to Nordstrom Racks, Radio Shack (funny but cool story), Miller's pub, Damen stop on the blue line, Flash Taco, Sears Roebuck, Club Quarters, the set of Batman 2007 (Sears tower area), Library, Art Institute of Chicago, Grant's Park, some other park just out side of it. 

Anyway the trip was fantastic and I am still riding the wave of enthusiasm for it.  It is definitely a town to visit, but I don't think I could live there with a family near the downtown.  Do families even live that close?

Oh yeah, shout out to the taxi cab driver who gave us a free ride to Sears Roebuck so we could buy new luggage. 


Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Syntax Highligting on Server Side (aka Code Format Rendering)

August 14, 2007 07:09 by rclarkson

Here is the code being used as and Extension to render code.

The format is

1: [code:c#;ln=on;alt=on]

2:

#region using

3:

using System;
using System.IO;
using System.Web;
using System.Text.RegularExpressions;
using BlogEngine.Core;
using BlogEngine.Core.Web;
using CodeFormatter;

4:

#endregion

5:


/// <summary>
/// </summary>
/// <remarks>
/// It is a work in progress.....
/// </remarks>
[Extension("Changes <code:lang></code>.  Adapted from Jean-Claude Manoli [jc@manoli.net].", "0.0.0.1", "www.manoli.net")]
public class CodeFormatters
{

6:

      private enum CodeLanguages
    {
        csharp, vb, js, html, xml, tsql, msh
    }

7:

    public CodeFormatters()
    {
        Post.Serving += new EventHandler<ServingEventArgs>(Post_Serving);
    }

8:

    void Post_Serving(object sender, ServingEventArgs e)
    {
        /*  It supports the following.
         * C#
         * VB
         * JS
         * HTML
         * XML
         * T-SQL
         * MSH (code name Monad) --I don't have a clue.
         */

        if (!string.IsNullOrEmpty(e.Body))
        {
            e.Body = _CSharpRegex.Replace(e.Body, new MatchEvaluator(MatchEval));
            e.Body = _VBRegex.Replace(e.Body, new MatchEvaluator(MatchEval));
        }
    }

9:

   }

10:

[/code]

[code:c#;ln=off;alt=on]

#region using

using System;
using System.IO;
using System.Web;
using System.Text.RegularExpressions;
using BlogEngine.Core;
using BlogEngine.Core.Web;
using CodeFormatter;

#endregion


/// <summary>
/// </summary>
/// <remarks>
/// It is a work in progress.....
/// </remarks>
[Extension("Changes <code:lang></code>.  Adapted from Jean-Claude Manoli [jc@manoli.net].", "0.0.0.1", "www.manoli.net")]
public class CodeFormatters
{

      private enum CodeLanguages
    {
        csharp, vb, js, html, xml, tsql, msh
    }

    public CodeFormatters()
    {
        Post.Serving += new EventHandler<ServingEventArgs>(Post_Serving);
    }

    void Post_Serving(object sender, ServingEventArgs e)
    {
        /*  It supports the following.
         * C#
         * VB
         * JS
         * HTML
         * XML
         * T-SQL
         * MSH (code name Monad) --I don't have a clue.
         */

        if (!string.IsNullOrEmpty(e.Body))
        {
            e.Body = _CSharpRegex.Replace(e.Body, new MatchEvaluator(MatchEval));
            e.Body = _VBRegex.Replace(e.Body, new MatchEvaluator(MatchEval));
        }
    }

   }

[/code]


Currently rated 1.0 by 1 people

Tags:
Categories:
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

A Center dedicated to spiritual living

August 12, 2007 15:03 by rclarkson
I have not mentioned the Center for Spiritual Living but one time on the blog.  I thought I should say something about it here.  It is a great place for those who are looking for alternative options to worship.  I am on the board and participate in many activities and events.  You may even be able to find one near you!  Our associate minister, Larry DeRusha, just published a new book called the Roar Within.

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Center for Spiritual Living - St. Louis

August 8, 2007 16:38 by rclarkson

A friend of mine, Todd Austin, made this video for our church as a way to give back and express his passion for the science of mind.  If you ever want to take a break and just see, with non-judgment,  the way the world looks through another's eyes you should watch this.  Enjoy and peace be with you...

CSL STL Video


Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Lollapalooza - We met Eddie Veddar

August 4, 2007 23:17 by rclarkson

Just to make this a short story.  We met Eddie Vedder in at Spoon last night who played at the MySpace stage.  We chatted with him for about 30 minutes.  It was fun. 

So, check out these pics.   


Currently rated 2.2 by 6 people

  • Currently 2.166667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
<< Previous posts