<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Brain Litter</title>
<link>http://www.brainlitter.com/</link>
<description>Inside the mind of Sean Wallbridge</description>
<language>en</language>
<copyright>Copyright 2008</copyright>
<lastBuildDate>Sun, 17 Feb 2008 20:36:46 -0800</lastBuildDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
<title>My suggestions before migrating content from your file server, into SharePoint</title>
<description><![CDATA[<p>I find a big piece of migration that is often overlooked is the fact that 'we don't need to migrate everything'.  While it probably seems painfully obvious, I like common sense solutions so I'll state it anyways.</p>

<p>Before migrating, or during migration, there should be a step for 'vetting' whether a document should even be imported.  If a document is 'dead, tombstoned, unnecessary', whatever, it should either then be:</p>

<ol>
	<li>Destroyed</li>
	<li>Archived somewhere other than SharePoint</li>
	<li>Leave it in the original location (say the file server h:) but mark it as read only - if they need the document later, they move it to the writable SharePoint library at that time</li>
	<li>Archived in a different library in SharePoint</li>
</ol>

<p>All 4 of the above, if applied against X number of documents, will also help trim the size of the stuff we need to index and view (performance gains) and backup (availability restore window requirements).  Typically, 3 or 4 seems to be the best choice for documents that are no longer relevant as it can be backed up on a less frequent timetable, is still searchable via the overall search functionality, etc.</p>

<p>I just think it's important to state this expectation clearly.  It's a win/win and if not stated, there is a strong possibility they'll just shove every document into this library, impacting performance and bloating it unnecessarily. <br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/my_suggestions.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/my_suggestions.htm</guid>
<category>I Get Asked &apos;This&apos; A Lot...</category>
<pubDate>Sun, 17 Feb 2008 20:36:46 -0800</pubDate>
</item>

<item>
<title>Microsoft Product Lifecycle Information</title>
<description><![CDATA[<p>I get asked quite often about Vista and should customers be upgrading now.  The answer comes with the customers comfort and risk acceptance level frankly. As such, it is important to consider Microsoft's Product lifecycle.</p>

<p><a href="http://support.microsoft.com/gp/lifeselectindex">Microsoft Product Catalog</a></p>

<p><a href="http://support.microsoft.com/lifecycle">Microsoft Product Lifecycle information</a></p>

<p>For XP specifically...</p>

<ul>
<li><strong>April 14, 2009 </strong>is when you can no longer get - Incident support (no-charge incident support, paid incident support, support charged on an hourly basis, support for warranty claims), Security update support, The ability to request non-security hotfixes</li>
<li><strong>April 8, 2014</strong> is when you can no longer get - Paid support, Security update support at no additional cost, Non-security related hotfix support requires a separate Extended Hotfix Support Agreement to be purchased (per-fix fees also apply)
</li>
</ul>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/microsoft_produ.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/microsoft_produ.htm</guid>
<category>I Get Asked &apos;This&apos; A Lot...</category>
<pubDate>Sat, 16 Feb 2008 10:33:11 -0800</pubDate>
</item>

<item>
<title>Protection from Robots</title>
<description><![CDATA[<p>Yes, you probably know that itgroove will protect you from Robots already (reference: <a href="http://www.itgroove.net/robots"><strong>itgroove Robot Protection</strong></a>), but did you know Old Glory can protect you as well?  (SNL Sketch).  Enjoy.</p>

<p><strong><a href="http://www.robotmarketplace.com/video/old_glory_hi.mov"></a></strong></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/protection_from.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/protection_from.htm</guid>
<category>Links</category>
<pubDate>Fri, 15 Feb 2008 15:15:41 -0800</pubDate>
</item>

<item>
<title>BES vs BIS - the short list</title>
<description><![CDATA[<p><em><strong>What is the Difference between BIS and BES?</strong></em></p>

<p><strong>Blackberry Internet Service</strong></p>

<p>- Self-management of inbox; integrate up to 10 e-mail accounts  <br />
- Push e-mail /every 15 min (default, dependant on ISP)<br />
- Contacts, appointments and tasks synched manually via USB only<br />
- Deleted Messages: from device only<br />
 <br />
<strong>Blackberry Enterprise Server</strong></p>

<p>- Complete real-time wireless synchronization of email, calendar, tasks and contacts <br />
- Security level: AES encryption <br />
- ITS Managed Security includes password protection and auto-erase in case of theft <br />
- Deleted Messages: Can be deleted from both device and server</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/bes_vs_bis_-_th.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/bes_vs_bis_-_th.htm</guid>
<category>I Get Asked &apos;This&apos; A Lot...</category>
<pubDate>Tue, 12 Feb 2008 14:15:34 -0800</pubDate>
</item>

<item>
<title>Wierd Windows Virtual PC guest OS behaviour (routing, pinging, etc.)</title>
<description><![CDATA[<p>So, if you end up with Windows VM’s that were copied (not imported), you can end up with the same MAC Addresses.  This can lead to ‘wierd’ behaviour if Windows Virtual Machines/Guests are on the same network and you will get intermittent (and often unexplainable) behaviour in regards to connecting, pinging, routing, whatever.</p>

<p><strong>To fix:</strong></p>

<p>1.	Down the VM</p>

<p>2.	Find the 'ethernet_card_address_type' in the VM's VMC file - such as... <strong><ethernet_card_address type="bytes"><em>0003FFxxxxxx</em></ethernet_card_address></strong></p>

<p>3.	Remove the number so the line appears as follows:<br />
<strong><ethernet_card_address type="bytes"></ethernet_card_address></strong></p>

<p>4.	After you remove the number, Virtual Server will create a new MAC address the next time you start the virtual machine.<br />
Karel, cc’d you for your notes as although today was a little different, the problem/fix described above is what we had to deal with a few weeks ago and I imagine there might be a few VM’s floating around the office based on that original copy.</p>

<p>Reference: <a href="http://technet2.microsoft.com/windowsserver/en/library/8f68598a-95e0-402d-b22b-c34db68397b41033.mspx?mfr=true">http://technet2.microsoft.com/windowsserver/en/library/8f68598a-95e0-402d-b22b-c34db68397b41033.mspx?mfr=true</a> </p>

<p>Brainlitter bottom post<br />
<strong>Powered by <a href="http://www.itgroove.net">www.itgroove.net</a></strong></p>

<p><strong>Sponsored by <a href="http://www.majorchange.com">Major Change (.com), the Online Change Register</a></strong><br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/wierd_windows_v.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/wierd_windows_v.htm</guid>
<category>I Get Asked &apos;This&apos; A Lot...</category>
<pubDate>Wed, 06 Feb 2008 14:45:21 -0800</pubDate>
</item>

<item>
<title>SharePoint Config Database Logfile getting big?</title>
<description><![CDATA[<p>I have found a solution as follows:</p>

<p>Here's the quick fix...</p>

<p>1) Backup the log file by right clicking on the database and selecting backup</p>

<p>2) Set the Config database to simple recovery model (Right Click on database / properties / options)</p>

<p>3) Right click on database and select Tasks/Shrink/Files and select file type = log, action = release unused space</p>

<p>Reset back to full recovery model, if desired.</p>

<p><br />
<strong>Powered by <a href="http://www.itgroove.net">www.itgroove.net</a></strong></p>

<p><strong>Sponsored by <a href="http://www.MajorChange.com">Major Change (.com) - The Online Change Register</a></strong><br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/sharepoint_conf.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/sharepoint_conf.htm</guid>
<category>I Get Asked &apos;This&apos; A Lot...</category>
<pubDate>Mon, 04 Feb 2008 18:38:49 -0800</pubDate>
</item>

<item>
<title>SharePoint Web Applications, Collections, etc. Defined</title>
<description><![CDATA[<p>More for my own reference and to remember:</p>

<p><strong>Adding a SharePoint Web Application </strong><br />
Creating a new Web application is the most common option.  When creating a new SharePoint Web application, you create a new database to store data, and define the authentication method used to connect the SharePoint application to that database. </p>

<p><strong>Extending a SharePoint Web Application</strong><br />
Choose Extend an existing web application if you need to have separate IIS Web Sites that expose the same content to users.  This is typically used for extranet deployments where different users access content using different domains.  This option will reuse the content database from an existing Web application. </p>

<p>Site Collections<br />
Only one at the root, the rest will be under /sites (by default, you can create your own paths). Site collections have their own quotas, owners, usage reports, etc.</p>

<p>Tips on Sizing - <a href="http://blogs.msdn.com/joelo/archive/2007/01/31/tips-on-site-collection-sizing.aspx">http://blogs.msdn.com/joelo/archive/2007/01/31/tips-on-site-collection-sizing.aspx</a></p>

<p><strong>WSS 3.0 Backup Time Metrics</strong><br />
15GB stsadm backup < 1 hour<br />
15GB stsadm restore =  1 hour<br />
15GB stsadm delete site collection = 19 minutes<br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/02/sharepoint_web.htm</link>
<guid>http://www.brainlitter.com/archives/2008/02/sharepoint_web.htm</guid>
<category>SharePoint Groovies</category>
<pubDate>Fri, 01 Feb 2008 19:15:34 -0800</pubDate>
</item>

<item>
<title>How to Disable users from creating SharePoint &quot;My Sites&quot;</title>
<description><![CDATA[<p>The easiest way does not actually disable MySites but takes away the ability of users to create it. </p>

<p>From Central Admin, go into your SSP and then select "My Site Settings" On the left hand nav bar click the link called "Personalization Services Permission". For each entry, click on it to edit and make sure that the "Create personal site" check box is not checked. <br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/how_to_disable_1.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/how_to_disable_1.htm</guid>
<category>SharePoint Groovies</category>
<pubDate>Thu, 31 Jan 2008 22:32:48 -0800</pubDate>
</item>

<item>
<title>Sharepoint training videos</title>
<description><![CDATA[<p>Great resource to learn the basics in Sharepoint.</p>

<p><a href="http://www.sharepoint-screencasts.com/">http://www.sharepoint-screencasts.com/</a></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/sharepoint_trai.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/sharepoint_trai.htm</guid>
<category>SharePoint Groovies</category>
<pubDate>Wed, 23 Jan 2008 16:12:32 -0800</pubDate>
</item>

<item>
<title>itgroove - We Protect You From The Robots</title>
<description><![CDATA[<p><strong>Robot Problems?</p>

<p>We Protect You From The Robots</strong></p>

<p>At itgroove, we know first hand the challenges businesses face, when confronted with a Robot Assault.  Businesses should feel safe from the threat of Robot attack and itgroove is here to help.</p>

<p><a href="http://www.itgroove.net/sol-robots.asp">Learn More</a></p>

<p><br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/itgroove_-_we_p.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/itgroove_-_we_p.htm</guid>
<category>Links</category>
<pubDate>Wed, 16 Jan 2008 11:08:12 -0800</pubDate>
</item>

<item>
<title>itgroove has two SBS Specialists on staff</title>
<description><![CDATA[<p><strong>itgroove now has 2 Microsoft Small Business Specialists on staff, to serve Victoria customers</strong></p>

<p>itgroove is pleased to announce the successful completion of Microsoft’s Small Business Specialist Certification by Avneet Dhanowa & Louis Warren. </p>

<p>itgroove is now more than ever in a position to assist Victoria businesses with their current & future technology needs.</p>

<p>Microsoft Small Business Specialists offer technology advice, support and service, specific to your small business so that you can spend more time on your business, and less time on your technology.</p>

<p><strong>Call itgroove today for more information :: 250-220-4575</strong><br />
 <br />
<strong>Powered by <a href="http://www.itgroove.net">www.itgroove.net</a></strong></p>

<p><strong>Sponsored by <a href="http://www.MajorChange.com">Major Change (.com) - The Online Change Register</a></strong></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/itgroove_has_tw.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/itgroove_has_tw.htm</guid>
<category>Links</category>
<pubDate>Tue, 15 Jan 2008 10:50:16 -0800</pubDate>
</item>

<item>
<title>Joomla Templates membership</title>
<description><![CDATA[<p>Don't mind me, just bookmarking pages that have Joomla Templates.</p>

<p>Rocket Theme<br />
- <a href="http://www.rockettheme.com/Terms_amp_Conditions/">Terms</a><br />
- <a href="http://www.rockettheme.com/">website</a><br />
- <a href="http://demo.rockettheme.com/">Samples</a></p>

<p>Joomla Shack<br />
- <a href="http://www.joomlashack.com">website</a></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/joomla_template.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/joomla_template.htm</guid>
<category>Links</category>
<pubDate>Mon, 14 Jan 2008 14:21:31 -0800</pubDate>
</item>

<item>
<title>Planning on installing PHP and/or MySQL on IIS?</title>
<description><![CDATA[<p>Man, what an ugly install PHP and MySQL are.  The documentation is all over the place, everyone in every newsgroup is giving their $0.02 and none of it seems even remotely accurate.  In a nutshell, it is exactly what is *wrong* with Open Source. Don't get me wrong, open source is a great thing, but man, I wish they could get their act together on some of these things.</p>

<p>Anyways, I finally got a swell/working PHP/MySQL on IIS (ya ya, I should install it on Linux, etc. - blah blah blah, go take a shower nerd).  But these two articles were very important, in particular, the detail regarding the system variable that needs to be set called 'PHPRC' that is very poorly documented.  It tells PHP where to find the php.ini file (I think, I should have ranted last week when I was actually doing it).</p>

<p>Anyways, here they are:</p>

<p><a href="http://www.iisadmin.co.uk/?p=4&page=3">How To Install PHP on IIS 6.0</a></p>

<p><a href="http://www.iisadmin.co.uk/?p=5">How To Install MySQL and PHP on IIS 6.0</a><br />
</p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/planning_on_ins.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/planning_on_ins.htm</guid>
<category>Links</category>
<pubDate>Sun, 13 Jan 2008 21:25:51 -0800</pubDate>
</item>

<item>
<title>Major Change Demo&apos;s are Online, on YouTube even!</title>
<description><![CDATA[<p>This video demonstrates how to submit verify Change Requests and use the calendar view to find existing requests using the online service, Major Change. </p>

<p><strong><a href="http://www.youtube.com/watch?v=GPxof7l9_qQ">http://www.youtube.com/watch?v=GPxof7l9_qQ</a></strong></p>

<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/GPxof7l9_qQ&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/GPxof7l9_qQ&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>

<p>-----------------</p>

<p>This video demonstrates how to submit a Change request using the online service, Major Change. </p>

<p><strong><a href="http://www.youtube.com/watch?v=XLgb9mZV3uc">http://www.youtube.com/watch?v=XLgb9mZV3uc</a></strong></p>

<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/XLgb9mZV3uc&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/XLgb9mZV3uc&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/major_change_de.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/major_change_de.htm</guid>
<category>Links</category>
<pubDate>Thu, 10 Jan 2008 19:18:29 -0800</pubDate>
</item>

<item>
<title>itgroove Testimonials page updated</title>
<description><![CDATA[<p>Ok, so I get to use this space to brag and blogs are powerful for search engines so what the heck, maybe someone will stumble across our services by this post. Worth a try anyways. :)</p>

<p><strong><a href="http://www.itgroove.net/goitgroove.asp">http://www.itgroove.net/goitgroove.asp</a></strong></p>

<p><br />
<strong>Powered by <a href="http://www.itgroove.net">www.itgroove.net</a></strong></p>

<p><strong>Sponsored by <a href="http://www.MajorChange.com">Major Change (.com) - The Online Change Register</a></strong></p>]]></description>
<link>http://www.brainlitter.com/archives/2008/01/itgroove_testim.htm</link>
<guid>http://www.brainlitter.com/archives/2008/01/itgroove_testim.htm</guid>
<category>Links</category>
<pubDate>Wed, 09 Jan 2008 22:03:07 -0800</pubDate>
</item>


</channel>
</rss>