February 2006 Entries

Additions to SUB

Just downloaded and included the ASP.NET Google SiteMap control, had to modify it a little so it looks at the mainMenu="true" option. You can have a look at its output here.Also I've added a Post Archive, which just passes straight down to the sqlite datalayer where it groups posts by a formatted month/year string.The other addition so far is a new search control on the sidebar. It also passes straight down to the sqlite datalayer and returns the appropriate post records.

posted @ Monday, February 27, 2006 5:05 AM | Feedback (2)

Jumba, SingleUserBlog and nGallery

I signed up with Jumba a few weeks ago now, so I’ve been really trying to get at least SOMETHING onto this webspace. There were a couple of conditions on choosing Jumba…I want ASP.NET…well that’s about it. So the two things I currently have installed here are SingleUserBlog v2 and nGallery. I’ve played around with the SUB source code back in v1, and “apparently” v2 is heaps better. The changes I made to SUBv2 Well already I’ve written a new datalayer that uses the sqlite engine. What’s my reason for the sqlite datalayer? Well, I originally liked the idea of SUB...

posted @ Friday, February 24, 2006 10:53 PM | Feedback (0)

SingleUserBlogV2 Test

Just a test post after setting up SingleUserBlogV2, all my data is stored using a custom Sqlite dataprovider I wrote. Will explain it all later.

posted @ Thursday, February 23, 2006 9:36 PM | Feedback (0)