Hans Rasmussen

info@hansrasmussen.com, +46 (0)723 207008

Encoding in your Visual Studio project

Have you experienced problems in your Visual Studio projects that no matter which encoding you try to use in your pages <?xml version=”1.0″ encoding=”iso-8859-1″?> for XML or <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> but still you have problems solving swedish characters such as å, å and ö when posting information to external webservice etc.  Try and configure [...]

Enable AJAX Support in SharePoint,WSS, MOSS 2007

Microsoft suggests the following changes to web.config for your SharePoint installation if you want to enable AJAX functionality. http://msdn.microsoft.com/en-us/library/bb861898.aspx However it is easier to use this Feature and activate it through SharePoint central administration. Benefits are that it both creates the changes when you activate and undo the changes when you deactivate. And from a [...]