
June 3, 2010 23:04 by
Uroš
c622229f-92ee-49f6-8ed9-3695510c1281|0|.0

June 3, 2010 22:03 by
joze
49ddcc09-cd9d-47c0-b565-67f42fb5354f|0|.0

June 3, 2010 20:41 by
Robi
Here are step by step instructions I prepared for NTK workshop
NTK - SharePoint 2010 Delavnica.xps (5,74 mb)
9a45d5b6-cd9a-4cfb-9867-912e8aef2058|1|5.0

June 3, 2010 20:37 by
Robi
Here is the presentation I used for my lecture about upgrading SharePoint 2007 environment to SharePoint 2010.
nadgradnja SharePoint 2007-2010.pdf (2,39 mb)
8d678597-77fb-4966-bf08-2453cde37065|2|5.0
Windows Azure uses IIS7 so normal
<customErrors mode="RemoteOnly" redirectMode="ResponseRedirect" >
<error statusCode="404" redirect="404.htm"/>
</customErrors>
wont work. What we have to do is to add
<httpErrors errorMode="Custom">
<clear/>
<error statusCode="404" path="404.htm" responseMode="Redirect"/>
</httpErrors>
to web.config and we are safe again.
aaf58522-9807-4cb5-a17a-ed21caf92784|2|5.0
Recently I started to port one of my Asp.Net projects to Widows Azure and the damn thing wouldnt show an kind of static content in the debug mode on local fabric. Only when I acctualy deployed the project everything seemed to be fine...
After some 'soulsearching' I found out that Static Content module on my local IIS 7 was turned off for some reason. If you are experiencing the same problem, a simple chackbox fixes the issue:

3bf274ae-8d35-4ea0-85eb-1910ee1158e3|3|5.0
If you are trying to use ASP.NET AJAX functionality in combination with Master pages you will get a JS Error 'get_postBackElement().id' is null or not an object.'.
Current workaround is quite simple. Just set ClientIDMode property of the Page to AutoID. (ClientIDMode="AutoID").
You can find more on new asp.net features here.
8069d4d6-8d8c-4139-9c33-6d7215ab9c6b|2|5.0

December 12, 2009 01:16 by
joze
If you are MCT like me than chances are you already had problems running LAB Launcher on one of your MOC’s. This particular problem appeared with MS Virtual Server 2005 and MS Windows 7. Officially this is not supported configuration but for me this is the only acceptable configuration.
You would ask why… Well, I work at training center and part of my work is to present MOC courses – the other part is administration and engineering of MS technologies. As system engineer I always try to implement new technologies into production. Usually that means my coworkers I are first test dummies. The same goes for all new technologies – not just MS stuff but also network, hardware…
Can you imagine coming on MOC training for Windows 7 and when you enter the classroom there are only Windows XP or Windows Vista systems? What would usually be your first question? Mine would be: Where are all the Windows 7 computers I came to see and work on? And the answer would typically be: “You will be working on Windows 7 systems which are virtualized with MS Virtual Server 2005”. My next logical question would then be: How can you be so self-confident and talk about something if you do not use it by yourself and/or in your environment?
What I’m trying to say is that in our environment I want to have Windows 7 as our main system and when it comes to some particular MOC courses that can be like shooting yourself in your leg and hope for the best. The problem comes with all MOC courses which use Microsoft LAB Launcher. LAB launcher only works with MS Virtual Server 2005 which is not supported on Windows 7. So, do we continue to use pre-Windows 7 systems or we try to find some kind of solution? In my case the answer is: go and find some acceptable solution. So what we need is a workaround for installation and usage of MS Virtual Server 2005 on Windows 7. I’ve tried few different approaches (even some of my own) and the easiest one I was able to find and implement is available in this graphical step-by-step guide.
You can find it at: How to Install Microsoft Virtual Server 2005 R2 with SP1 on Windows 7 (Graphical Step-by-Step)
Source:
Rolly's blog
023051da-8fa8-4257-949c-e74b12cb0022|0|.0

November 26, 2009 23:35 by
Uroš
Yesterday Robi and I had a talk about new SharePoint 2010. You can find slides here.
You can try it out yoursefl by getting installer here. Also be careful to read installation instructions here.
72ff0dbf-954b-4d8c-a5da-c7b8bceba521|2|4.0
I've posted the first article in a series of articles on authoring jQuery plugins:
http://animalija.sopca.com/2009/11/10/jquery-vticniki-plugini-prvi-del/
Also, adding a Google-translated link to the page here.
1d8ed0ab-256f-4712-94e8-fc29883138e3|0|.0