"hello world"
article in Tech windows

Sharepoint - MS team collaboration, document management, search, and more.

jQuery Library for SharePoint Web Services

SharePoint – List Type Id’s « Justin's Blog
Sharepoint Tips And Tricks: Common (and simple) coding tasks in sharepoint

List of 10 useful SharePoint Tools from CodePlex | Tech ++

Blogs with Sharepoint content

The SharePoint Farmer's Almanac
The Code Attic
Home - SharePoint Joel's SharePoint Land
Sharepoint Interview questions
Howto: Display list or document library data from a parent site within a different site - FrontPoint - Site Home - MSDN Blogs
SharePoint Document Libraries and Horrors Oh My - Fear and Loathing
David Klein's Corner
CleverWorkarounds
Perl H@ckers SharePoint Blog
SharePoint and NTLMv2 with SOAP::Lite | Last In First Out
Melcher.it - SharePoint, Search and some other Stuff


Sharepoint Podcasts

Deep Dive - Microsoft Virtualization Best Practices for SharePoint 2010
Upgrading to SharePoint 2010: How Do I: SharePoint 2010 Upgrade Overview (Part 1)
Upgrading to SharePoint 2010: How Do I: Preparing to Upgrade to SharePoint 2010 (Part 2)
Upgrading to SharePoint 2010: How Do I: Testing Upgraded SharePoint 2010 Solutions (Part 3)
Bytes by TechNet: John Campbell and Harold Wong on how SharePoint 2010 can help Excel users avoid spreadsheet chaos


Sharepoint Migration

Ten Content Migration Tools to SharePoint Platform | CMS Report
Easier SharePoint 2010 Migrations and Upgrade with Tools - SharePoint Joel's SharePoint Land
SharePoint Content Deployment Wizard


Sharepoint 2001

Upgrading from Microsoft SharePoint Portal Server 2001 - SharePoint Portal Server 2003 IT Documentation - Microsoft Office
Advanced Migration Scenarios - SharePoint Portal Server 2003 IT Documentation - Microsoft Office
The PKMCDO Object Model
Wrapping PKMCDO and Adding documents via HTTP PUT - Fear and Loathing
Microsoft SharePoint Portal Server 2001 Resource Kit
How to use PKMCDO to programmatically upload a document to a folder in Visual C#


Sharepoint 2003

SharePoint Portal Server 2003 IT Documentation - SharePoint Portal Server 2003 IT Documentation - Microsoft Office
Download details: Microsoft Office SharePoint Portal Server 2003 Client Components for Backward-Compatible Document Libraries`
Download details: Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools (docs on spin spout
)
Download details: SharePoint Portal Server 2003 Administrator's Guide

Download details: Windows SharePoint Services 3.0 with Service Pack 1
Download details: Windows SharePoint Services 3.0 x64 with Service Pack 1
Appendix A: Personal Dashboard Enumeration Sample Code - SharePoint Portal Server 2003 IT Documentation - Microsoft Office
Redirect the user to a custom page when clicking to a document link in a Document Library


Sharepoint 2007

Sharepoint 2007 allows you to sync any list to the Outlook 2007 client (with offline support).
- echo2007 - is a commercial solution to this problem.

SharePoint 2007 Weblog SharePoint 2007 Test Data Population Tool
David Klein's Corner: SharePoint Installation/Deployment Best Practice - Using SQL Server Aliases to avoid issues if the SQL Database Server is Renamed, a SQL Instance is added or the SQL Port is changed
How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0
@Henning » Adding Attachments to SharePoint blogs
@Henning » Naming of columns in SharePoint lists - internal name and display name, spaces encode poorly in internal name, suggestion to start with no spaces and then rename, giving you clean internal and display names.
@Henning » Activating the WSPBuilder context menu - WSPBuilder (SharePoint WSP tool) - Home - A SharePoint Solution Package (WSP) creation tool for WSS 3.0 & MOSS 2007
@Henning » Executing SharePoint commands on the prompt - example STSADM -o addsolution,deploysolution,execadmsvcjobs
@Henning » Half-day events in SharePoint - using jquery
@Henning » Strange behaviors in SharePoint deployment - having trouble with sharepoint wsp deployment? stsadm -o enumdeployments,stsadm -o canceldeployment -id,stsadm -o deletesolution..he ended up having to restart the app pool.


Sharepoint 2010

Obtain next id for a Sharepoint 2010 List
Change an item content type with a SQL Query
SharePoint 2010 Government Demo Assets


Sharepoint is collaborative and automated.
sharepoint stores everything in the database - I mean everything, including files...
drag and drop webparts with user customization
lists and views for sorting and filtering.
asp 2.0 webparts and sharepoint webparts are not compatible. (well, Sharepoint has its own WebPartManager and WebPartZone classes...inherited from the ASP.net base classes)
webparts are nice for decoupling using provider and consumer webparts.
windows sharepoint services comes bundled with win2003 - team sites - list,views,doc libraries,webparts,some web services.
windows sharepoint portal - integrates the team sites and integrates search, more webservices.
runs minimal trust level out of the box. can't develop a webpart that hits a DB without changing the security context the webpart.
sharepoint webparts only allows access to SQL server connection strings! (dynamic instances of all the connection classes - interface based)
unghosting pages in sharepoint is not good, you can't apply changes from the underlying site definition/template. (this happens with changes made using frontpage)
Deployment of changes is not perfect yet in sharepoint, no way to move schmema changes between dev and production (you can move list templates and webpart dlls) between sharepoint sites.


Sharepoint notes:
StsAdm - maintain and configure sharepoint sites through cmd. ("C:\Program files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\")
Psconfig - setup and repair installations of sharepoint.

InformIT: Microsoft® SharePoint® 2007 Development Unleashed - $39.99
MINDSHARP SHAREPOINT TRAINING. KNOW MORE. DO MORE.
Sharing ....SharePoint : STSDEV: Simple Tools for SharePoint 2007 Development
STSDEV: Simple Tools for SharePoint 2007 Development


How to Build a SharePoint Development Machine - Eli Robillard's World of Blog.
Do Less. Get More. Develop on SharePoint. - ms's sharepoint developer launch page.


A Fresh Look at Compliance in SharePoint Server 2007
SharePoint Compliance Software: Enterprise Compliance MOSS 2007

Home - WSS Demo
Home - MVP: Mike Walsh
Download details: Microsoft SharePoint Products and Technologies Document: Microsoft Office Programs and SharePoint Products and Technologies Integration – Fair, Good, Better, Best

Forms Base Authentication Tools and Utils for SharePoint 2007 - Home
SharePoint 2007: BDC - The Business Data Catalog | Sahil Malik - blah.winsmarts.com


Become a SharePoint Knight with IronRuby « IronRuby rocks
FrontPoint - Site Home - MSDN Blogs


WSS 3.0

Troubleshoot common site issues - Windows SharePoint Services - Microsoft Office


List documents inside sharepoint document library

Enumerating all Document Libraries and Form Libraries in a Site Collection Using SQL | ShareMyPoint
Exporting and Importing List Folders « SharePoint Automation
Getting a list of files from a MOSS document library using a SharePoint web service - Sparks from the Anvil
Programmatically Delete all items from a SharePoint List | Tech ++
SharePoint - Add folders to Document Library programmatically | Tech ++


Powershell with sharepoint

Announcing My SharePoint 2010 PowerShell Cmdlets & STSADM Commands Now Available for Download « SharePoint Automation
Getting an Inventory of All SharePoint Documents Using Windows PowerShell « SharePoint Automation


Versioning

Configuring Versioning of Assemblies in SharePoint Automated Build (Chris O'Brien) - SharePoint Developer Team Blog - Site Home - MSDN Blogs
How to use Assembly Version and Assembly File Version
@Henning » Which version of SharePoint?


@Henning » Populating sharepoint discussion boards using code


Sharepoint 2013

Software boundaries and limits for SharePoint 2013
SharePoint 2013 Custom Field Type vs. Aggregation vs. XSLT list view vs. JSLink | beam us up scotty
Created: 2007-11-28 07:33:17 Modified: 2013-09-01 19:51:54
/root sections/
>peach custard pie
>linux
>windows
>programming
>random tech
>science
>research


moon and stars



My brain

Visible Dave Project


left side represents the beginning of mathematics; the right side represents the mysteries of infinity.
1=0.999...