﻿<?xml version="1.0" encoding="UTF-8"?>
<!--RSS generated by Windows SharePoint Services V3 RSS Generator on 9/8/2010 5:38:13 PM-->
<?xml-stylesheet type="text/xsl" href="/blog/_layouts/RssXslt.aspx?List=fba8dcc6-1e2a-456a-a6d4-ae9c5854ad2e" version="1.0"?>
<rss version="2.0">
  <channel>
    <title>VO Blog: Posts</title>
    <link>http://www.vividoffice.com/blog/Lists/Posts/AllPosts.aspx</link>
    <description>RSS feed for the Posts list.</description>
    <lastBuildDate>Thu, 09 Sep 2010 00:38:13 GMT</lastBuildDate>
    <generator>Windows SharePoint Services V3 RSS Generator</generator>
    <ttl>60</ttl>
    <image>
      <title>VO Blog: Posts</title>
      <url>/blog/_layouts/images/homepage.gif</url>
      <link>http://www.vividoffice.com/blog/Lists/Posts/AllPosts.aspx</link>
    </image>
    <item>
      <title>Steps to building XHTML compliant and performing MOSS publishing sites</title>
      <link>http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=12</link>
      <description><![CDATA[<div><b>Body:</b> <div class=ExternalClass95A72B4FD5214E6DBA12E8778B3540B2><p> </p>  <p><a href="/blog/Lists/Posts/Attachments/12/wrouter_2_34732B4E.png"><img style="border-bottom:0px;border-left:0px;margin:0px 20px 20px 0px;display:inline;border-top:0px;border-right:0px" title=wrouter border=0 alt=wrouter align=left src="/blog/Lists/Posts/Attachments/12/wrouter_thumb_34732B4E.png" width=50 height=50></a>Wouter van Vugt, with <a href="http://blogs.code-counsel.net/Wouter/default.aspx" target="_blank">Code Carousel Blogs</a> posted 8 steps to building XHTML compliant MOSS publishing sites and keeping them performing.  </p>  <p>Read the full post: <a href="http://blogs.code-counsel.net/Wouter/Lists/Posts/Post.aspx?ID=103" target="_blank">...building XHTML compliant and performing MOSS publishing sites...</a></p></div></div>
<div><b>Published:</b> 4/28/2009 6:24 AM</div>
<div><b>Attachments:</b> <a href="http://www.vividoffice.com/blog/Lists/Posts/Attachments/12/wrouter_2_34732B4E.png">http://www.vividoffice.com/blog/Lists/Posts/Attachments/12/wrouter_2_34732B4E.png</a><br><a href="http://www.vividoffice.com/blog/Lists/Posts/Attachments/12/wrouter_thumb_34732B4E.png">http://www.vividoffice.com/blog/Lists/Posts/Attachments/12/wrouter_thumb_34732B4E.png</a><br><a href=""></a></div>
]]></description>
      <author>heatherwaterman</author>
      <pubDate>Tue, 28 Apr 2009 13:24:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=12</guid>
    </item>
    <item>
      <title>Custom Login Page for FBA on your SharePoint site.</title>
      <link>http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=11</link>
      <description><![CDATA[<div><b>Body:</b> <div class=ExternalClass469954A28DF04AD5A571E776D663C678><p>I am not a SharePoint techie by any means, but when something comes along that is simple enough for me then I will share.  </p>  <p>I am working on a clients site and they requested a custom login page for their FBA.  Here are some of the basics of how I was able to get it to work.  First things first, (this was taken from the forum where the basic how to question was posted – I have tweaked the text a little.) </p>  <blockquote>   <p>This is a common task when setting up FBA and/or ExCM. It is best practice to not edit existing WSS or MOSS files. </p>    <ul>     <li>1. Navigate to the the SharePoint 12 hive... </li>      <li>C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS        <br>2. Copy the login.aspx page and rename it to your custom page name (customlogin.aspx). – I did it a bit different. </li>      <li>3.  Tell SharePoint the new login page name.  This can be done from the web.config file of your FBA zone. Modify the loginUrl attribute of the &lt;forms /&gt; tag.  Change the login.aspx name to the page that you created in step 2. </li>   </ul>    <p>ExCM ships with different sample login pages. Some include a 'Forgot my password', others include links to the ExCM registration pages. You can find these examples here… C:\Program Files\SharePoint Solutions\Extranet Collaboration Manager\Customizations.  This directory also includes samples for login pages which match your publishing or team site.</p> </blockquote>  <p>I started  with a new .aspx page and added the code below and then named my page customlogin.aspx. We changed the web.config file to look for our new aspx page.  With some guidance from another colleague, we created a very simple customlogin.aspx page.      </p>  <blockquote>   <p>&lt;script runat=”Server”&gt;      <br>        protected override void OnLoad(EventArgs e)       <br>        {       <br>            Response.Write(“This is from the onload event”);       <br>            base.OnLoad(e);       <br>        }       <br>    &lt;/script&gt;       <br>    &lt;html&gt;       <br>         &lt;body&gt;  <br>             &lt;form runat=”Server”&gt;  <br>                 &lt;asp:login id=”login” runat=”Server” /&gt;  <br>             &lt;/form&gt;  <br>         &lt;/body&gt;       <br>    &lt;/html&gt;</p> </blockquote>  <p>Once this was done then we tested the page out and everything worked. Now all that is left to do, is to brand the page.  </p>  <p>Remember since this page (customlogin.aspx) is living in the _layouts directory, it’s best to create a feature from your custom master page,  That way pointing to the style sheet and any images, used in your page, is simplified.</p>  <p>I will update you later on the final results and any other challenges we face.</p></div></div>
<div><b>Published:</b> 4/24/2009 6:55 AM</div>
]]></description>
      <author>heatherwaterman</author>
      <pubDate>Fri, 24 Apr 2009 13:55:17 GMT</pubDate>
      <guid isPermaLink="true">http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=11</guid>
    </item>
    <item>
      <title>Twitter for SharePoint?</title>
      <link>http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=10</link>
      <description><![CDATA[<div><b>Body:</b> <div class=ExternalClass1566C8A1FCD747AB8E815FACBC39DCA5><p> </p>  <p>For those of you that are in an organization where you are blocked from using Twitter, this could be for you.  Daniel McPherson just added a post to his blog (<a href="http://www.zevenseas.com">www.zevenseas.com</a>) about Twitter for SharePoint.  </p>  <p>Here’s some teaser info straight from his blog….</p>  <blockquote>   <p>How it works…</p> </blockquote>  <ul>   <ul>     <li>It integrates with the “My Colleagues” functionality which you can find on your MOSS “My site”. This integration means that you “Follow” anyone you make your “Colleague”. </li>      <li>When you want to send someone a message you use the normal “@&lt;person&gt;” syntax. The current version defaults to using your Windows Account Name (without the domain) </li>      <li>Its a “Site” based feature which you can activate wherever you like. So it could be part of your “My Site” or it could sit on a “Twitter hub” in its own dedicated Web Application. </li>   </ul> </ul>  <p>Here is the link to Daniels blog post in it’s entirety.  <a title="http://community.zevenseas.com/Blogs/Daniel/archive/2009/04/24/twitter-for-sharepoint.aspx" href="http://community.zevenseas.com/Blogs/Daniel/archive/2009/04/24/twitter-for-sharepoint.aspx">http://community.zevenseas.com/Blogs/Daniel/archive/2009/04/24/twitter-for-sharepoint.aspx</a>. </p></div></div>
<div><b>Published:</b> 4/24/2009 6:05 AM</div>
]]></description>
      <author>heatherwaterman</author>
      <pubDate>Fri, 24 Apr 2009 13:05:54 GMT</pubDate>
      <guid isPermaLink="true">http://www.vividoffice.com/blog/Lists/Posts/ViewPost.aspx?ID=10</guid>
    </item>
  </channel>
</rss>