Posted in Experiences on Dec 29th, 2005
For a month of 2 or so, we didn’t start new SiteCore 5 problems.. I’m mean project . Too bad, you guess, but for us it means we just can finish the jobs for 2005. What also means that we can start all over with new versions, latest releases, in the start of 2006.
Couple [...]
Read Full Post »
One of the main dificulties when you want to create your (first) Sheer UI is creating a good project.
With these steps you can make an easy, clear ‘workfloor’. Ofcourse you need to have Visual Studio installed(I’m talking about version 2003 now) and you should run a SiteCore 5 local .
- Create a garbage folder [...]
Read Full Post »
Posted in General Development (API) on Dec 27th, 2005
I’m starting my first serie of blogs in the third week .
Here’s part two of my experiences with the SecurityModel. This is my reaction to the comment of Lars Nielsen:
I tried to use the SecuritySwitcher. To bad, but I couldn’t find the overloaded Constructor . Guess that I can find it in 5.2 [...]
Read Full Post »
Since, I customise Sitecore even more and more, I have to work with the SecurityModel in SiteCore.
One of the main issues, when manipulating items, is the full-control access. You can get access, in your code, to nearly everything using those two code snippets:
using (new Sitecore.SecurityModel.SecurityDisabler())
{
//your code
}
or:
string userToLogin = “admin”;
Sitecore.SecurityModel.DomainAccessResult result = Sitecore.Context.Domain.Login(Sitecore.Context.Domain.GetUser(userToLogin));
if (result.Success)
{
[...]
Read Full Post »
Posted in General Development (API), Tools on Dec 22nd, 2005
One of our customers had a problem with it’s Media Library.
I figures out that some of the files weren’t fisically on the cms-server. So I’ve created a small script which makes it very easy for you to check out the server…
About the code, it isn’t my best code ever, but for only one and a [...]
Read Full Post »
Posted in General Development (API) on Dec 16th, 2005
“Why does this tool doesn’t have wordwrap?!”
After that…
“I told you, overwork is the nicest work of all!”
Read Full Post »
Posted in General Development (API) on Dec 14th, 2005
What a day! Just finished work, correction, just home! Real work will start .
It was around 12 o’clock that one of our managers called me on my cellphone. Till that moment I was working on the documentation of a quite big replication-process which I’ve configured last 2 nights and some other (smaller stuff) for [...]
Read Full Post »
Posted in General Development (API) on Dec 12th, 2005
Yesterday, I played a lot with SiteCore 4. For some (mostly) preformence reasons, we decided to build one of the new sites in SC4.
One of our new guys, just got his first introduction to SiteCore last friday. His first task was creating a small poll module.
So I tried to help him out saving results [...]
Read Full Post »
At my work, LECTRIC, I looked together with our Business Development guy, Bert, to the brand new licensing model of SiteCore. Especially to the option small bussiness, which is, in my eyes, more less then ideal…
Let me explain:
A basic restriction of 2000 items in Sitecore(do you count them on the master-database? Are it [...]
Read Full Post »