Category: SharePoint

Creating a Sales Dashboard using the DataViewWebpart & XSL

So not too long ago, a client of mine decided that they wanted some nice charts on their WSS based intranet. You see the problem straight away.. No Moss, so no access to the KPI webparts, so it was time to drop to the old faithful, the Data View Web part to solve this problem… …

Continue reading

Eeek.. slacking again..

Yes it’s nearly a month since my last confession again… And a busy one at that… Shortly after the first videos were sent out by Microsoft, my company got accepted into the early adopters program, and also the Technical Beta!! So now, I have to squeeze in some time to start writing new articles on …

Continue reading

SharePoint 2010 – Sneak Peak!

Today at the New Orleans Partner Conference, Microsoft announced the SharePoint 2010 sneak peak website. I’m currently watching the sneak peak videos now and it looks like we’re finally going to get a little bit more information than the current vapourware rumours that currently exist. http://sharepoint.microsoft.com/2010 Paul.

Pre-populating the BDC item picker in an application page

Adam Toth wrote a very good article on his old blog about using the BDC Entity Picker in an application page. Click here for the article. What Adam didn’t cover however is what happens if you want to pre-load that picker with some information. In my instance, I was copying a list item with BDC …

Continue reading

Event handlers from code – redux!

Ok, well I think I’ve worked out why the GUId isn’t getting defined. The code I’ve written creates an EventHandler on the base content type. When this content type gets assigned to a library, the content type is instanced to the library and as a result I think the GUID i assign is removed. I …

Continue reading

Event Handlers from code.

Eek.. June already.. I’ve been on my hols, come back and realised that I’ve been somewhat remiss in posting to my blog. So without further ado, I’ll talk about my current expedition into the realm of SharePoint code. Todays task is EventHandlers from code. Attaching Event Handlers from code is pretty easy, the SDK shows …

Continue reading

Using JQuery to remove Linked List Items Hyperlinks – Revisited

So in an earlier post I talked about using JQuery to remove the A tag that is automatically included in the rendering of a linked list item in display mode. I really liked this solution as it avoided having to go to the lengths of writing a custom field to solve this and can be …

Continue reading

Overriding Core.JS functions

A client of mine recently required adding an additional E-Mail link adding to the Item Drop Down menu that drops off of the ECB menu within Document Libraries and Lists. Now this functionality is provided by the function AddSendSubMenu(m,ctx) within Core.JS. Editing this file is NOT SUPPORTED (You all know this by now I’m sure!). …

Continue reading

Well it was a Thursday afterall!!

Ok, yesterday was not my best day.. There’s a reason that I switched from ITPro to Dev.. Dev’s shouldn’t do installations as they forget the important bits..like logging in as the Site Collection Admin into Central Administration, and not the Farm Admin.. Logged in properly this morning and hey presto, there’s my create or extend …

Continue reading

WSS3 on Wind2K8 with SQL2K8 – Part 1

Ok, so today saw me startto build my development environment for those clients that have switched to Windows 2008 and SQL 2008. All told, I have to say the install for both products is pretty slick, I think for Win2K8 I probably clicked about 6-7 times before I had a fully working server installed and …

Continue reading