Scott's Musings
Home
»
What We're Thinking
»
Scott's Musing
» Related Posts
Related Posts
Options for a SharePoint 2010 Development Environment
Peter Grigoriou
One of the first things you will probably ask yourself when you start embarking on SharePoint 2010 development is where do you set up your development environment. As I started investigating this, I realized there are a number of various options each with their own implications. Below is listing of each...
on
6 Feb 2010
Some noteworthy new features of SharePoint 2010
Peter Grigoriou
In my last post I mentioned I had the privilege of attending the SharePoint 2010 conference. In this post I'd like to review the things I think were quite notable based on the sessions I attended: Sandboxed Solutions: I have run into a lot of clients who want to use SharePoint as their application...
on
6 Dec 2009
Another version of SharePoint? Actually SharePoint 2010 is pretty impressive.
Peter Grigoriou
So this is my first blog post...ever! Yeah, I'm pretty excited that I have finally taken the plunge and decided to write about something, so here goes... I have been working at imason for over 6 years now and in that time my main technology focus has been around SharePoint. I was lucky enough to...
on
23 Nov 2009
Graphic Design Guidelines for SharePoint 2007
Kerri McKenna
Problem: You've been asked to create a graphic design that can be applied to a SharePoint 2007 site - but you've never seen one before. Or, you've seen one but don't have access to the CSS to see how things are set up. Here are some basic guidelines for creating a graphic design that...
on
8 Jul 2009
MOSS: Indexing HTML from a Publishing HTML Field
Suleman Ibrahim
I was working on a custom search (Full Text Search) web part when at a point I came to know that managed property of a Publishing HTML field is returning just Text (simple) not actual HTML saved in that field. Whereas client requirement was to show formatted text with hyperlinks etc. in the web part...
on
9 Jun 2009
Configuring Enterprise Library 4.0 for Exception handling and Logging
Suleman Ibrahim
A few weeks back, I was trying to configure Enterprise Library 4.0 for Exception handling and Logging exception into event log but was not able to find any help on internet so it took me long time to do all the configurations for handling and logging exceptions using Enterprise. Library 4.0. Follow following...
on
25 May 2009
MOSS 2007 - Uploading and Indexing Large Files:
Suleman Ibrahim
A client has reported an issue that users were not able to upload files larger than 50MB file which we can resolve easily by updating Web Application settings; however, users were getting Timeout exceptions as well. Furthermore, business told us that business requirement is to be able to upload up to...
on
25 May 2009
Event ID: 6875 in Event Viewer after deleting an SPFolder in a SharePoint document library
Noorez Khamis
ehucsd969j I am deleting a folder from a document library using the code: using (SPSite tempDocLibSite = new SPSite(tempDocLibWebRootUrl)) { using (SPWeb tempDocLibWeb = tempDocLibSite.OpenWeb()) { tempDocLibWeb.AllowUnsafeUpdates = true; SPFolder tempAttachmentSubFolder = tempDocLibWeb.GetFolder(string...
on
14 May 2009
Deploying Windows Media Server in a Single Server deployment and Pointing it to a directory of Media Files
Noorez Khamis
On my SharePoint server, I have a media directory (i.e. c:\media) full of media files that I needed to stream on the web via a SharePoint Media Player Web Part that I created (similar to [1]). At first, I just pointed an IIS virtual directory to that directory (i.e. http://<myserver>/media) and...
on
23 Apr 2009
Unable to add SharePoint event handler to the same list OnSaveChange() in a custom field type
Noorez Khamis
I haven’t found any information on this but today I tried to add a custom event handler to a list automatically when a custom field type is added to a list using the OnSaveChange() method and I got the following error: The specified program requires a newer version of Windows. (Exception from HRESULT...
on
20 Apr 2009
Page 1 of 4 (80 items)
1
2
3
4
Tags
atimason
automation
Collaboration
conference
deployment
mobile
portals
PowerPoint
search
Silverlight
technical
Toronto SharePoint Camp
Archives
Archives
May 2009
(1)
April 2009
(2)
February 2009
(1)
January 2009
(5)
December 2008
(2)
November 2008
(8)
October 2008
(3)
September 2008
(4)
August 2008
(2)
July 2008
(2)
February 2006
(1)