About Us   Our WebFeed   All the Blogs We Aggregate  
 
 

cBlog 0.2 Sample Site Feed

  • Has it really been almost a year?

       Jun. 27, 2007 8:48 AM EST    cBlog 0.2 Sample Site Feed   
    Wow, time flies...   Anyway, I've posted the maintenance release 0.2.1 up onto our website for download.   Look for 0.3 soon, with a few added features. It will likely be the last release for WSSv2. Any future releases will be extensions and features to be added to the blog site template i..
  • Has it really been almost a year?

       Sep. 12, 2006 12:40 AM EST    cBlog 0.2 Sample Site Feed   
    Wow, time flies...   Anyway, I've posted the maintenance release 0.2.1 up onto the Got Dot Net workspace for download.   Look for 0.3 soon, with a few added features. It will likely be the last release for WSSv2. Any future releases will be extensions and features to be added to the blog s..
  • Are you on the bleeding edge?

       Sep. 29, 2005 7:11 AM EST    cBlog 0.2 Sample Site Feed   
    I've fully tested the Mainenance Release 0.2.1 on a few different servers and have installed it on this server (notice the monthly archive list is in the correct order).   Before I put it out there for everyone, I would like it to be tested in the 'real world'.   Anyone willing to test out..
  • Welcome to my Blog!

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    Edit this entry to welcome visitors to your blog.
  • Any Questions?

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    I'd like the discussion of this site definition to be driven by you. What do you want to know about?   Here's a short list of some of the topics/techniques used here that I'd like to blog about: The schema for the Blog, Comments, and Links lists The custom server controls used for navigation a..
  • Top down...

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    In the absence of any specific questions (yet) I suppose I can start at the top.   The usual top navigation links (Documents and Lists, Create, Site Settings and Help) don't really apply for anonymous visitors so I've moved them to the "Modify Shared Page" menu (see >Figure 1<)...
  • The navigation links

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    The navigation links at the top of the left hand column are generated by a custom server control written in C# Source Code: BlogMenuControl.cs The PageName property is used to tell the control which page it is on so that the link can be highlighted and 'unlinked'. I learned the basics of creating s..
  • Blog Stats

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    The Blog Stats is another custom server control. Source Code: BlogStatsControl.cs The Blog list allows for marking a post as 'draft' and these posts should not be included in the count. An SPQuery object is used to get the items that are not marked as draft.   The Contact page actually creates..
  • An earlier post described a javascript function that moved the usual top navigation links onto the Modify Shared Page menu. There are numerous ways to add scripting to a SharePoint page: Using FrontPage to edit the page Add your script with a Content Editor Web Part Modify the .js files includ..
  • RSS Syndication

       Sep. 29, 2005 7:09 AM EST    cBlog 0.2 Sample Site Feed   
    I spent most of my free time today creating an  RSS  2.0 Feed  to include with the site definition. Source Code: cbRSS.aspx The code is very basic, with no exception handling or caching, but it is enough for a start. I'll be improving upon it in the future. Any suggestions? I wanted ..