Xparo Blog - ASP.NET, jQuery, Silverlight, Sharepoint, contentXXL and more ...

Was ist denn da beim Xparo Relaunch passiert?

Sebastian Matzke | 22. July 2011
Auszug aus dem skype-chat während des deployments der neuen Xparo Website auf der staging-Umgebung mit Michael Nutz, Dustin Leigart, Sebastian Matzke und Simon Schramm.   [21.07.2011 14:46:52] *** Simon Schramm added Dustin *** [21.07.2011 14:46:56] Simon Schramm: achtung ...

jQuery carousel

Matthias Lichter | 27. August 2010
A 3d carousel with jQuery, how difficult can that be? Not difficult at all, if you know your maths... #jq3d_carousel_frame {width:700px;height:420px;display:block;position:relative;} .jq3d_carousel {width:700px;height:360px;position:absolute;top:43px;left:0px;} .jq3d_carousel div ...

IIS terminates process while debugging on Windows 7

Nina Hofmann | August 21 2010 | Comments (0)

During a debugging session on my Windows 7 machine, which was interrupted by a phone call, I received the following error:The process that was being debugged has been terminated by Internet Information Services (IIS). This can be avoided by configuring Application Pool ping settings in IIS. See help for further ...

System.Data.SqlClient.SqlError: Error 32

Nina Hofmann | August 14 2010 | Comments (0)

When restoring a database, in my case a backup from a SQL Server 2005 database including a fulltext catalog, to a SQL 2008 server on a development machine running Windows 7, I received the followin error:Restore failed for Server 'Servername'Additional information:System.Data.SqlClient.SqlError: The operating system ...

Search Express throws an error after Windows Update

Sebastian Matzke | August 09 2010 | Comments (0)

If you try to call the Search Express Webservice and you are getting the following exception:Server was unable to process request. ---> An error has occurred on the server.http://go.microsoft.com/fwlink?LinkID=96177.Then this hotfix from Microsoft might help: http://support.microsoft.com/kb/946517/Related to the issue ...

Things to do before going live with your contentXXL website

Sebastian Matzke | August 06 2010 | Comments (0)

Before you go live with your contentXXL portal there are certain steps concerning website performance or search engine optimization you should take to ensure that everything will run smoothly.Add default meta tags in portal settings: Configure cachingGeneral information on ...

Cleaning up your contentXXL resource folders

Nina Hofmann | August 05 2010 | Comments (0)

contentXXL behaves a little like a diva concerning its resources. Files you didn't add through the resource manager but by placing them in the folder through windows or the portaldata manager can't be used for articles as they are won't get registered in the database.However there might be times when you have just ...

Automated Backups for SQL Server Express versions

Nina Hofmann | July 27 2010 | Comments (0)

Using Microsoft's tool sqlmaint.exe you are able to create automated database backups for the express versions of SQL Server 2005 and 2008."C:\Program Files\Microsoft SQL Server\MSSQL10.SQL2008\MSSQL\Binn\sqlmaint.exe" -S .\sql2008 -D Northwind -BkUpDB "F:\backup" -BkUpMedia DISK -DelBkUps 4weeks-S nameServer name-D ...