Gene Vangampelaere

Author's details

Name: Gene Vangampelaere
Date registered: November 21, 2010
URL: http://vangampelaere.blogspot.com/

Latest posts

  1. Upcoming webcast: #SharePoint internship at #Howest — June 6, 2011
  2. Expand the multiselect input fields by jQuery — February 1, 2011
  3. The making of the ListViewNavigation WebPart — January 27, 2011
  4. Add webparts to DispForm, EditForm or NewForm.aspx — December 7, 2010
  5. SharePoint in education, the student approach — December 1, 2010

Most commented posts

  1. Expand the multiselect input fields by jQuery — 8 comments
  2. Content Query Webpart filtering — 4 comments
  3. Add a search scope and managed data — 4 comments
  4. SharePoint in education, the student approach — 3 comments
  5. Add webparts to DispForm, EditForm or NewForm.aspx — 1 comment

Author's posts listings

Jun 06

Upcoming webcast: #SharePoint internship at #Howest

The last 3 months 3 students of Howest (New Media and Communication Technology) did an internship at Howest. They all had to use SharePoint as an application platform. At the end of this internship they want to share their tips & tricks to the SharePoint community. The following topics will be discussed: SPServices, JQuery, Custom …

Continue reading »

Feb 01

Expand the multiselect input fields by jQuery

image.png

When you create a SharePoint list with a multiselect lookup field you will notice that the with of the field is rather small. You can expand the field with some jQuery code: If you haven’t already installed jQuery on your server you can download it from their website. Create a document library (in the root …

Continue reading »

Jan 27

The making of the ListViewNavigation WebPart

image_thumb.png

Many or our SharePoint users create a lot of lists and document libraries with a lot of views. I’ve created a webpart that shows the user the lists and/or document libraries with their views.   There are a few setting to set: You can show or hide the list description. By default all the lists …

Continue reading »

Dec 07

Add webparts to DispForm, EditForm or NewForm.aspx

On (almost) any page you can add webpart by clicking Site actions –> Edit Page. On the pages DispForm, EditForm and NewForm.aspx this is not the case. You could use SharePoint Designer to do this but you can also use this trick: Add the following query string parameters after the url: &PageView=Shared&ToolPaneView=2 Now you can …

Continue reading »

Dec 01

SharePoint in education, the student approach

I work for an education institute in Belgium (a technical university – http://www.howest.be ). We have a few IT trainings/courses. We notice that SharePoint is more and more adopted by the industry so the question is how can we prepare our students to be “SharePoint” ready? What kind of aspects of the platform do they …

Continue reading »

Nov 30

Add a search scope and managed data

image_thumb1.png

The SharePoint search engine is a very powerful instrument. When you set up SharePoint this part is sometimes forgotten. When you have a huge content database and you want your users to find something, the default keyword search is not enough. In my organization we use search scopes to find the right information. In this …

Continue reading »

Nov 27

Content Query Webpart filtering

A couple of days ago Dave asked me to write some post on his weblog. Normally I write my posts in Dutch on my blog (some of the screenshots will be in Dutch). In the following weeks I will translate some of my older posts in English. This is the first one. With the Content …

Continue reading »