-
This is a totally rewritten version of my Soup Developer skin that I have coded for Community Server 2.1. I have rebuilt it from the ground up and it represents a significant improvement from the Soup Developer Blog Skin for CS 2.0. My CS 2.0 skin has been downloaded over 1000 times and hopefully people...
-
I have been playing around with Conditional Comments , which lets you serve different stylesheets to various versions of IE by placing a specially formatted comment in the <head> section of your page. For example, the following code: <!--[if lt IE 6]> <link rel="stylesheet" type...
-
Justin Pierce from Blogfish has posted a cool tutorial on how to extract the CS post date so that you can make a calendar date ‘box’ on your blog post. This is something I have been wanting to know how to do for a while and as soon as I saw it I emailed him asking how he did it. I originally...
-
When you post a comment on a CS blog you normally receive a message telling you that the comment has been received, and may not be displayed right away. The default looks something like this: The default message is generated inside two nested divs and a table to get the desired effect. This post by Rich...
-
It is really easy to change the default date format in your blog skin. Open up your skin.config file and change the dateFormat = "f" parameter to the format that you want. For example: <Skin dateFormat = "dd MMMM yyyy"/> will give you "24 May 2006". <Skin dateFormat...