Feed on
Posts
Comments

Monthly Archive for December, 2005

First experiences with FireBird / 5.1.1

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 »

HowTo start working on a Sheer UI

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 [...]

Read Full Post »

SiteCore Security: I do it my way – Part II

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 »

SiteCore Security: I do it my way

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 = [...]

Read Full Post »

Media Library… cool if the files are also ‘cool’

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 [...]

Read Full Post »

Collegue quote while debugging SiteCore using SQL Server Profiler

“Why does this tool doesn’t have wordwrap?!” After that… “I told you, overwork is the nicest work of all!”

Read Full Post »

Wednesday, SiteCore Hell day?!

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 »

Editting items in SC4

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 [...]

Read Full Post »

New SiteCore Licensing model is a BETA?!

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 »