Operational Services

Operational Services zorgt ervoor dat je website, portal of applicatie succesvol is en voorral ook blijft.

Homepage blog

 

Wintercampagne Oxxio - Design vanuit je bezoekers

03

Feb

Zoals bij ieder commercieel bedrijf is de website van Oxxio een belangrijk verlengstuk van de marketing campagnes. Tam Tam zorgt daarbij voor de vertaling online. De lancering van de nieuwe wintercampagne was een uitgelezen kans om het gehele aanmeldproces onder handen te nemen.

Patrick Steenks schreef

Comments (0)

Patrick Steenks

Add browser history support for ASP.NET AJAX applications

17

Dec

AJAX applications can have one pitfall: the browser can't handle the history state, so the usual features don't work (back, forward, refresh, etc.). To overcome this you need to explicitly add browser history support. With ASP.NET (since 3.5 SP1) it's pretty straightforward. To do that you have to enable history in the ScriptManager and make an event handler for navigation.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

"h is not a constructor" JavaScript error using ASP.NET AJAX

30

Nov

This error message can have different causes. I will talk about one of them, that I found reading the ASP.net forums (Bug : Setting ScriptPath). This is the type of error that can drive someone insane.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

Storing web specific properties in SharePoint

04

Nov

Some developers are unaware that you can store custom properties in SPWeb objects. It's usually referred as the property bag and can be useful for storing configuration variables.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

SharePoint Search: bugs, limitations and workarounds

29

Sep

SharePoint search offers a lot of possibilities. In this article we'll discuss some of the shortcomings that you can come across when programmatically querying the SharePoint 2007 search service.
Share:

Nuno Freitas schreef

Comments (2)

Nuno Freitas

A JS error and a redirect occurs when editing a RichHtmlField twice

03

Sep

A strange problem started occuring with the RichHtmlField. When using IE8 in a SharePoint site, after editing a RichHtmlField the second time, a JavaScript error is thrown in form.js and the user is redirected to the welcome page of the site.

Nuno Freitas schreef

Comments (0)

Nuno Freitas

Vertical text for table headers with CSS

06

Aug

Sometimes in complex tables with lots of columns you will run into the problem of the headers being too wide and causing the table to stretch beyond the available width. One solution is to use vertical text to render the headers.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

Problemen met Google Analytics data

09

Jul

In de week van 24 tot en met 29 juni zijn er problemen opgetreden met de dataverzameling van Google Analytics. Het kan dus goed zijn dat er informatie over bezoekers of campagnes mist over deze periode.

Patrick Steenks schreef

Comments (0)

Patrick Steenks

Flash meten in Google Analytics

21

May

Tegenwoordig zijn nog weinig websites volledig opgemaakt in Flash. Toch zien je nog regelmatig bepaalde elementen als Flash element terugkomen. Bijvoorbeeld een banner, button of video. Hierbij wil je graag weten hoe je bezoekers omgaan met deze elementen. Hoe vaak wordt er op geklikt of een andere actie ondernomen? Google Analytics kan je hier vergaande inzichten in verschaffen.

Patrick Steenks schreef

Comments (0)

Patrick Steenks

GetSiteData not returning expected results

16

Apr

The GetSiteData method allows querying list items across multiple lists and webs. It is extremely useful because it allows for recursion and searching across the entire Site Collection. It uses CAML syntax and returns a DataTable.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas