<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://vivisha.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fvivisha.spaces.live.com%2fcategory%2fSharePoint%2bCustomization%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>vivi's SharePoint Space: SharePoint Customization</title><description /><link>http://vivisha.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catSharePoint%2bCustomization</link><language>en-US</language><pubDate>Wed, 20 Aug 2008 22:07:54 GMT</pubDate><lastBuildDate>Wed, 20 Aug 2008 22:07:54 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://vivisha.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>7461238962880702466</live:id><live:alias>vivisha</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Create KPI List in WSS v2.0 or WSS v3.0</title><link>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!306.entry</link><description>&lt;div&gt;
&lt;div style="padding-right:0px;display:inline;padding-left:0px;float:none;padding-bottom:0px;margin:0px;padding-top:0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/KPI" rel=tag&gt;KPI&lt;/a&gt;, &lt;a href="http://technorati.com/tags/SharePoint" rel=tag&gt;SharePoint&lt;/a&gt;, &lt;a href="http://technorati.com/tags/WSS" rel=tag&gt;WSS&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;In MOSS 2007, there is a KPI Web Part and KPI list.   It is very useful for management to see the current status of the key performance indicator of the company.  However, this feature is not available in either WSS v3.0 or v2.0.  
&lt;p&gt;With the current WSS v2.0 on hand, I have developed a similar KPI list and Web Part to mimic the features in MOSS 2007. 
&lt;p&gt;Here are the steps: 
&lt;p&gt;1. Create a list called &amp;quot;KPI List&amp;quot; with columns: 
&lt;p&gt;- Indicator (changed from Title) 
&lt;p&gt;- Value 
&lt;p&gt;- Goal 
&lt;p&gt;- Warning 
&lt;p&gt;- Status (Calculated Value) 
&lt;p&gt;  
&lt;p&gt;2. What I want to show is: 
&lt;p&gt;Red: Value &amp;lt; Warning 
&lt;p&gt;Yellow: Warning &amp;lt;= Value &amp;lt;= Goal 
&lt;p&gt;Green: Value &amp;gt; Goal 
&lt;p&gt;  
&lt;p&gt;3. Based on the condition above, create a function for the Status column: 
&lt;p&gt;Status &lt;strong&gt;&lt;font color="#800000"&gt;=(IF(AND(Value&amp;gt;=Warning,Value&amp;lt;=Goal),&amp;quot;Yellow&amp;quot;,IF(Value&amp;gt;Goal,&amp;quot;Green&amp;quot;,IF(Value&amp;lt;Warning,&amp;quot;Red&amp;quot;))))&lt;/font&gt;&lt;/strong&gt; 
&lt;p&gt;&lt;em&gt;&lt;/em&gt;  
&lt;p&gt;&lt;em&gt;&lt;font color="#938953"&gt;By Chad's request, I'm gonna explain more details on steps 4-6:  &lt;/font&gt;&lt;/em&gt;
&lt;p&gt;4. On the homepage, add KPI list by status=red, status=yellow and status=green, so you will have three modules of data. 
&lt;p&gt;- To do this, you add the KPI list web part to the page, and then Modify Shared Web to apply filter Status = Red, Status = Yellow and Status = Yellow.  It means you have to add KPI list WP three times with different filters. 
&lt;p&gt;  &lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjyeJsmh5kzh8jGJRE1RtJUBqS0Bi3eEsRnl9_G67PwgIzzUojvDd4ZDVqOEK4-n2xwA" target="_blank"&gt;&lt;img style="width:463px;height:113px" height=57 alt=red src="http://tkfiles.storage.live.com/y1p_FKUPspTjyeJsmh5kzh8jGJRE1RtJUBqS0Bi3eEsRnl9_G67PwgIzzUojvDd4ZDVqOEK4-n2xwA" width=244&gt;&lt;/a&gt; 
&lt;p&gt;5. Open FrontPage 2003, convert to XSLT list, change the style to the one you prefer. 
&lt;p&gt;- Open the page in FrontPage 2003, right click on the WP, and then Convert to XSLT Data View.  This gives you more option to change to the styles you like. 
&lt;p&gt;&lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjyeNcOtWUze1rlf0x_1JzYO6AlbcDEE1FldA3B6w6PzDrNRWTCKgvAdqCVdBUj8RgiM" target="_blank"&gt;&lt;img style="width:569px;height:136px" height=68 alt=red2 src="http://tkfiles.storage.live.com/y1p_FKUPspTjyeNcOtWUze1rlf0x_1JzYO6AlbcDEE1FldA3B6w6PzDrNRWTCKgvAdqCVdBUj8RgiM" width=285&gt;&lt;/a&gt; 
&lt;p&gt;- Then enable the WP menu, select Style. 
&lt;p&gt;  &lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjyeI8_27E_1T1eWpKIggHeganRoXi_C8Ryha0Gu-Co-Ea0aqJmriT8MoEWg0loFVV4w" target="_blank"&gt;&lt;img style="width:429px;height:192px" height=96 alt=red3 src="http://tkfiles.storage.live.com/y1p_FKUPspTjyeI8_27E_1T1eWpKIggHeganRoXi_C8Ryha0Gu-Co-Ea0aqJmriT8MoEWg0loFVV4w" width=212&gt;&lt;/a&gt; 
&lt;p&gt;  
&lt;p&gt;- I chose &amp;quot;Repeating Form&amp;quot;, and here is how it looks. 
&lt;p&gt;&lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjycSdIR3ZmgEPHfQN27qWTWVedj6MEoe0eslq6TeKBBpDj3Dy39C7zKW3ZxMiUhSnVE" target="_blank"&gt;&lt;img style="width:434px;height:239px" height=121 alt=red4 src="http://tkfiles.storage.live.com/y1p_FKUPspTjycSdIR3ZmgEPHfQN27qWTWVedj6MEoe0eslq6TeKBBpDj3Dy39C7zKW3ZxMiUhSnVE" width=212&gt;&lt;/a&gt; 
&lt;p&gt;- Then you can change the font color/size. 
&lt;p&gt;6. Insert the icons in front of the list item. 
&lt;p&gt;- Add a column in the Red WP to have a space for Red icon. 
&lt;p&gt;- Then insert the icon.  The icon is displayed according to the line items, which means if Pipeline now changes to Yellow status, it will be shown in the Yellow WP with the yellow icon.  Of course you need to add the yellow and green icons first to the Yellow WP and the Green WP respectively. 
&lt;p&gt;&lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjyeKTZ5-6SHZgr5zKHNGKDwcD3ofTmIVQXl3km4YCzIc2KneNVSj8MsRd_q8aMDguqE" target="_blank"&gt;&lt;img style="width:429px;height:219px" height=112 alt=red5 src="http://tkfiles.storage.live.com/y1p_FKUPspTjyeKTZ5-6SHZgr5zKHNGKDwcD3ofTmIVQXl3km4YCzIc2KneNVSj8MsRd_q8aMDguqE" width=214&gt;&lt;/a&gt; 
&lt;p&gt;  
&lt;p&gt;Finish Product. 
&lt;p&gt;&lt;a href="http://tk3.storage.msn.com/y1pbUanmR7TnSzcZ5rufLpKGBvkaqSY1m1eziyg3NVNXERkZKaDFGMvMV7mFpwNDWt3bcilYVtQOS3rfC7ntAHQeA"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=360 alt=image src="http://tkfiles.storage.msn.com/y1pwmXqW_e8cXoxhkuUYNaBkx4sS_RGx8u6684mQZcJdqE8HkcdPn0cBW9WzOBSFFOFKCFvElvWSZQ" width=640 border=0&gt;&lt;/a&gt; 
&lt;table cellspacing=0 border=0&gt;
&lt;tbody&gt;
&lt;tr height=8&gt;
&lt;td&gt;
&lt;tr&gt;
&lt;td valign=top&gt;&lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjydCB1AwAOfaS9qLIq2AV4KJTw1YOE_ftLN8MMSvz0zlBaEk84MiywoSyXcxGnFF2ys" target="_blank"&gt;&lt;/a&gt;  
&lt;td width=15&gt;
&lt;td valign=top&gt;&lt;a href="http://tkfiles.storage.live.com/y1p_FKUPspTjyeVsl30s3q7JjDZzSX1Jkg3HlbYiWmf71QXwSIvvYNxuVmo_tP6JNVrf-WyEExxhI0" target="_blank"&gt;&lt;/a&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=7461238962880702466&amp;page=RSS%3a+Create+KPI+List+in+WSS+v2.0+or+WSS+v3.0&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=vivisha.spaces.live.com&amp;amp;GT1=vivisha"&gt;</description><comments>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!306.entry#comment</comments><guid isPermaLink="true">http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!306.entry</guid><pubDate>Tue, 24 Jul 2007 21:39:40 GMT</pubDate><slash:comments>7</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://vivisha.spaces.live.com/blog/cns!678BA54E2ECEE802!306/comments/feed.rss</wfw:commentRss><wfw:comment>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!306.entry#comment</wfw:comment><dcterms:modified>2008-07-24T16:03:10Z</dcterms:modified></item><item><title>How to Create a WSS Theme II</title><link>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!216.entry</link><description>&lt;div&gt;Via &lt;a href="http://blogs.sagestone.net/bcovell/archive/2005/10/13/5280.aspx"&gt;Brad Covelle&lt;/a&gt;:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;p&gt;This is actually more complicated than I had originally thought, so I spent some time doing it myself and verifying the steps below. These are the exact steps I went through and was successful in creating a theme for my WSS site.
&lt;ol&gt;
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Open FrontPage 2003, Click on Format -&amp;gt; Theme -&amp;gt; then on the task pane that opens you can either modify an existing theme and save it, save it with a different name, or click “Create a new theme…” at the bottom of the task pane.&lt;/span&gt;&lt;/font&gt; 
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Then on the screen that opens you can modify the colors, text, fonts… and then click “Save As” and just save it in the default location and give it a one word name.&lt;/span&gt;&lt;/font&gt; 
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;The theme will be saved in C:\Documents and Settings\&amp;lt;username&amp;gt;\Application Data\Microsoft\Themes\&amp;lt;theme name&amp;gt;&lt;/span&gt;&lt;/font&gt; 
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Then go to &lt;a href="https://mail.nusoftsolutions.com/exchweb/bin/redir.asp?URL=http://support.microsoft.com/default.aspx?scid=kb;en-us;295409%26Product=fp2000"&gt;&lt;u&gt;&lt;font color="#800080"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;295409&amp;amp;Product=fp2000&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; create the Unpack_elm.vbs script, place it in the folder from #3 and run it. Then delete the vbs file out of that folder once the files have been unpacked.&lt;/span&gt;&lt;/font&gt; 
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Copy the entire folder to C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\template\themes&lt;/span&gt;&lt;/font&gt; 
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Open C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\template\layouts\1033\spthemes.xml with NotePad. &lt;/span&gt;&lt;/font&gt;
&lt;li&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;Add a template by adding the lines below:&lt;/span&gt;&lt;/font&gt; &lt;/ol&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;Templates&amp;gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;TemplateID&amp;gt;halloween&amp;lt;/TemplateID&amp;gt;  &lt;font face=Arial color=red&gt;&lt;span style="color:red"&gt;(this value should match the name of the folder you copied)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;DisplayName&amp;gt;Halloween&amp;lt;/DisplayName&amp;gt; &lt;font face=Arial color=red&gt;&lt;span style="color:red"&gt;(this value can be anything, it will be displayed to the user)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;Description&amp;gt;Description&amp;lt;/Description&amp;gt;    &lt;font face=Arial color=red&gt;&lt;span style="color:red"&gt;(again any value is fine, this value is unused by SharePoint)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;Thumbnail&amp;gt;../images/thice.png&amp;lt;/Thumbnail&amp;gt; &lt;font face=Arial color=red&gt;&lt;span style="color:red"&gt;(this image won’t be used and so you can use this value or leave it blank)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;Preview&amp;gt;../images/thice.gif&amp;lt;/Preview&amp;gt;  &lt;font face=Arial color=red&gt;&lt;span style="color:red"&gt;(This value is a .gif file of a screen shot of your theme applied to a site, it should be 300 x 179 and located here: C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\IMAGES)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;lt;/Templates&amp;gt;&lt;br&gt;8. Perform an &lt;strong&gt;&lt;font color="#ff0000"&gt;iisreset &lt;/font&gt;&lt;/strong&gt;on the SharePoint server and now when you choose to Apply a Theme to a site your custom theme will be listed and you can apply it.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=7461238962880702466&amp;page=RSS%3a+How+to+Create+a+WSS+Theme+II&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=vivisha.spaces.live.com&amp;amp;GT1=vivisha"&gt;</description><comments>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!216.entry#comment</comments><guid isPermaLink="true">http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!216.entry</guid><pubDate>Wed, 12 Apr 2006 21:21:51 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://vivisha.spaces.live.com/blog/cns!678BA54E2ECEE802!216/comments/feed.rss</wfw:commentRss><wfw:comment>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!216.entry#comment</wfw:comment><dcterms:modified>2006-04-12T21:22:54Z</dcterms:modified></item><item><title>Add your company logo without site definitions or unghosting</title><link>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!172.entry</link><description>&lt;div&gt;Via &lt;a href="http://www.graphicalwonder.com/sharepoint/"&gt;Shane Perran&lt;/a&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Posted on November 09, 2005&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;p&gt;In the last tip I quickly showed you how to &lt;a href="http://www.graphicalwonder.com/2005/11/sharepoint_customization_tip_r.html"&gt;&lt;u&gt;&lt;font color="#0083fe"&gt;use a theme to remove the logo.gif logo that shows up in the top left of all SharePoint sites by default&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;.
&lt;p&gt;&lt;strong&gt;The tip was based on adding the following class to your theme.css file:&lt;/strong&gt;
&lt;p&gt;.ms-bannerframe td img {&lt;br&gt;display:none;&lt;br&gt;}
&lt;p&gt;&lt;em&gt;Let's take this one more step:&lt;/em&gt;
&lt;p&gt;One of the most commonly asked for customizations I get and I would guess most people get is &amp;quot;Can I add my company logo to the page&amp;quot;. 
&lt;p&gt;The answer is most definately yes. In the past this has generally been done using a custom site definition or by editing the page in FrontPage 2003 which unghosts the site. There is another alternative that I have never seen mentioned, adding it via the theme and it's actually quite easy. 
&lt;p&gt;Now that we have removed the logo.gif from the page using the method above, we have a blank top bar to work with. We also know that ms-bannerframe is applied to a table which extends across the entire top of the screen.
&lt;p&gt;Based on this we can create a background-image that will a) extend across the entire screen and b) hold the company logo.
&lt;p&gt;&lt;strong&gt;Quick steps to accomplish this:&lt;/strong&gt;
&lt;p&gt;Add the class above to your stylesheet to remove the logo.gif.&lt;br&gt;Create a background image with your company logo placed to the far left. You don't want your image to tile so you need to make it nice and wide 1600pixels recommended.&lt;br&gt;Edit the ms-bannerframe class to display your background image. &lt;br&gt;Specify the height in ms-bannerframe. It should be the same height as your background image.
&lt;p&gt;It should read &lt;br&gt;(pixels are relevent only to YOUR design obviously).
&lt;p&gt;.ms-bannerframe { &lt;br&gt;background-image:url (yourimage.gif);&lt;br&gt;repeat:no-repeat;&lt;br&gt;height:50px;&lt;br&gt;}
&lt;p&gt;
&lt;p&gt;One small glitch! - The navigation is going to overlap your company logo because we hid the original logo.gif that was there.
&lt;p&gt;That's easy to work around. We also know the .ms-banner class is applied to the top navigation which is overlapping the logo. Just add a little left padding to push that over. 
&lt;p&gt;&lt;em&gt;To add left padding add this to your ms-banner class:&lt;/em&gt;&lt;br&gt;/* The padding should be about the same width of your company logo */&lt;br&gt;.ms-banner: { &lt;br&gt;padding-left: 50px;&lt;br&gt;}
&lt;p&gt;That should do it. Simple but effective way of adding your own custom company logo to a SharePoint site without site definitions or unghosting.
&lt;p&gt;&lt;strong&gt;Before&lt;/strong&gt;&lt;br&gt;&lt;img src="http://www.graphicalwonder.com/images/before.jpg" border=0&gt;
&lt;p&gt;&lt;strong&gt;After&lt;/strong&gt;&lt;br&gt;&lt;img src="http://www.graphicalwonder.com/images/after.jpg" border=0&gt;
&lt;p&gt;With a little thought you can accomplish a lot through your theme.css.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=7461238962880702466&amp;page=RSS%3a+Add+your+company+logo+without+site+definitions+or+unghosting&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=vivisha.spaces.live.com&amp;amp;GT1=vivisha"&gt;</description><comments>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!172.entry#comment</comments><guid isPermaLink="true">http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!172.entry</guid><pubDate>Fri, 02 Dec 2005 17:43:59 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://vivisha.spaces.live.com/blog/cns!678BA54E2ECEE802!172/comments/feed.rss</wfw:commentRss><wfw:comment>http://vivisha.spaces.live.com/Blog/cns!678BA54E2ECEE802!172.entry#comment</wfw:comment><dcterms:modified>2006-05-23T17:08:22Z</dcterms:modified></item></channel></rss>