<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris Hernandez's Blog : MySite</title><link>http://blogs.technet.com/chris_hernandez/archive/tags/MySite/default.aspx</link><description>Tags: MySite</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Simple Updates to Make Your MySite More Useful</title><link>http://blogs.technet.com/chris_hernandez/archive/2007/10/09/simple-updates-to-make-your-mysite-more-useful.aspx</link><pubDate>Wed, 10 Oct 2007 03:56:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2144490</guid><dc:creator>chrishe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chris_hernandez/comments/2144490.aspx</comments><wfw:commentRss>http://blogs.technet.com/chris_hernandez/commentrss.aspx?PostID=2144490</wfw:commentRss><description>&lt;P&gt;The SharePoint Server MySite page is intended to be the default landing place for a user to see information that is useful to them. Unfortunately, the unmodified, out-of-box MySite page leaves some room for improvement to make it a more useful experience and a site that a user would want to have as their default home page. While there are updates using customization that can increase the usefulness of the page, here are some simple changes that can also update&amp;nbsp;the MySite but don't require any custom code or even SharePoint Designer.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Change the color theme for your MySite&lt;/STRONG&gt; - under the Site Actions tab -&amp;gt; Site Settings -&amp;gt; Site Theme. (I&amp;nbsp;like the Classic theme which has a nice yellow gradient and is a bit different from the default blue one but not too different).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Remove web parts you won't use&lt;/STRONG&gt; - you can easily click on the right corner arrow drop down and select Close for any web parts you won't use (such as the Get Started with My Site info web part)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Edit&amp;nbsp;Your Profile -&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;adding profile information takes only a couple of minutes to complete but it will increase the useful of the site for you by making it more informative to others that view your profile&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;My Links and&amp;nbsp;the My Links web part -&amp;nbsp;&lt;/STRONG&gt;the My Links feature&amp;nbsp;is on the top navigation menu and is another way to bookmark URLs on the SharePoint Server farm&amp;nbsp;and if you make use of this feature you should add the web part which is already on your My Site Public Profile page&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add Outlook Web Access web parts&lt;/STRONG&gt; - My Calendar web part is added by default but I find it useful to have the My Contacts and My Inbox added as well&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add the Web Capture web part&lt;/STRONG&gt; - using the web capture web part is a very easy way to synchronize data between the web part and some other content&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add RSS Viewer web part &lt;/STRONG&gt;- one of the cooler web parts are the RSS Viewer web parts that allow you to pull in all sorts of data. Here are some examples of RSS feed URLs that I have:&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Stock symbol RSS feed: &lt;A href="http://tc.dk/stock.php?symbols=msft"&gt;http://tc.dk/stock.php?symbols=msft&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;MSNBC.com top headlines: &lt;A href="http://www.msnbc.msn.com/id/3032091/device/rss/"&gt;http://www.msnbc.msn.com/id/3032091/device/rss/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Daily Dilbert: &lt;A href="http://feeds.feedburner.com/tapestrydilbert"&gt;http://feeds.feedburner.com/tapestrydilbert&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2144490" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/SharePoint+Server/default.aspx">SharePoint Server</category><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/MySite/default.aspx">MySite</category></item><item><title>Increasing the frequency of the Profile and Membership Sync timer jobs</title><link>http://blogs.technet.com/chris_hernandez/archive/2007/10/07/increasing-the-frequency-of-the-profile-and-membership-sync-timer-jobs.aspx</link><pubDate>Sun, 07 Oct 2007 11:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2127137</guid><dc:creator>chrishe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chris_hernandez/comments/2127137.aspx</comments><wfw:commentRss>http://blogs.technet.com/chris_hernandez/commentrss.aspx?PostID=2127137</wfw:commentRss><description>&lt;P&gt;One of the new features in MOSS 2007 is the ability to synchronize WSS user data to SharePoint Server. One of the areas where this is synchronization is displayed is within the MySite SharePoint Sites web part which will display all sites that the user is a member of.&lt;/P&gt;
&lt;P&gt;The default&amp;nbsp;frequency of the synchronization job is every 1 hour but you can increase the frequency by running this STSADM.exe command:&lt;/P&gt;
&lt;P&gt;stsadm.exe -o sync -synctiming M:15&lt;/P&gt;
&lt;P&gt;which will result in the sync jobs occurring every 15 minutes.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://technet2.microsoft.com/Office/f/?en-us/library/bbe7d4a4-524f-49f2-8264-d83014a062321033.mspx"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2127137" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/stsadm.exe/default.aspx">stsadm.exe</category><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/SharePoint+Server/default.aspx">SharePoint Server</category><category domain="http://blogs.technet.com/chris_hernandez/archive/tags/MySite/default.aspx">MySite</category></item></channel></rss>