Media Point is an easy, follow the wizard way of adding new content capabilities to a SharePoint Server, media includes wmv movies and so on.
Check it out
SharePoint Developer Group Blog points out the new name for WSS after MOSS:
Goes well with:
and so on.. It all sounds very exciting, me, I'm still watching tutorials for the
soon-to-be-old MOSS
I have been quite busy lately, studying MOSS.
Recently I have found a neat CMS called SiteCore.
of the site, this link was extremely important...SharePoint Modules enabling the CMS to interact with SharePoint and MOSS Sites.
elearning
Posted: Tuesday, November 11, 2008 by Ric in Labels: elearning, sharepoint, software development, trainningI should do some elearning here
(had some issues with it to start with, it seems it needs all of Microsofts browser plugins enabled to run hehe..
recently I rediscovered an interest in Perl
Posted: by Ric in Labels: coding, Perl, sharepoint, windowsSo since most of my work nowadays consists of SharePoint Stuff, I decided to review and play with some related Perl Code I found under:
Tech Systems (links to Mason)
My interest was spiked by the need of a script that would turn iLO Machines Off.
Found one at: HP Lights Out XML Scripting Samle
SharePoint Governance
Posted: Tuesday, October 21, 2008 by Ric in Labels: c#, development, sharepoint, toolsSaw this link to CodePlex Sharepoint Governance by Bamboo Team Joel Oleson
Have to find the time to research it propperly.. seems useful
This: ARF For SharePoint Seems really interesting.
Supposed to help with customizing SharePoint sites.
download page
with a custom built field, one can extend the SharePoint List functionality to allow for hiding and showing a field based on a choice from a dropdown:
The idea is that, in this list, we have c_hide and Special columns attributed to special types I developed in C#.
c_hide is a column that we can hide, the column itself does not have meaningful data for an end user.
but when the SharePoint List Designer builds the SharePoint List, he or she would place the following XML on c_hide's description:
<options>
<add name="IT" >
<add field="ITField" visible="true" />
<add field="CCField" visible="true" />
</add>
<add name="Call Center" >
<add field="ITField" visible="false" />
<add field="CCField" visible="true" />
</add>
<add name="Finance" >
<add field="ITField" visible="false" />
<add field="CCField" visible="false" />
</add>
</options>
The XML above builds the Drop Down List in the Column "Special" and assigns the behaviours for hiding and showing the fields "CCField" and "ITField" accordingly to their visibility attributes.
The Field "ITField" disappears if the "Call Center" Option is selected:
another great blog
Posted: Friday, October 3, 2008 by Ric in Labels: application, blogging, c#, coding, development, sharepoint, toolsDownloads
Posted: Thursday, October 2, 2008 by Ric in Labels: application, blogging, c#, coding, development, sharepoint, toolsDownloaded lots of stuff lately
SP1 for Visual Studio..
currently testing *from today I hope*
http://www.devexpress.com/Downloads/Visual_Studio_Add-in/DXCore/
hope to test soon:
http://www.codeplex.com/quickgraph/
http://www.postsharp.org/ (hope to understand and then test http://www.codeproject.com/KB/viewstate/PostSharp4ViewState.aspx also)
http://www.nunit.org/index.php
Super COooOooL:
help with deploy:
http://www.andrewconnell.com/blog/articles/ACs-VS-SharePoint-Project-Utility-Tool-Window-for-SharePoint-Developers.aspx
another help with deploy (by hand)
http://www.codeproject.com/KB/sharepoint/WebParticles.aspx?display=Print
list of stuff:
http://sharepoint.microsoft.com/pedia/Pages/ContentDetails.aspx?ContentID=73
template help:
http://blogs.msdn.com/gderun/archive/2008/01/11/sharepoint-visual-studio-project-and-deployment-templates.aspx
toolkit help for deployment:
http://blog.thekid.me.uk/archive/2008/09/29/my-current-sharepoint-development-toolkit.aspx
SilverLight WebPart:
http://msdn.microsoft.com/en-us/library/cc627341.aspx