Feed on
Posts
Comments

Monthly Archive for July, 2007

These days I’m pretty annoyed by my own programming work. I’ve reviewed my own work more then once and found out that I’m definitelly not as productive as I would expect from myself. And, maybe more important, I don’t deliver the quality I expect I should be able to do so.
Looking futher at it, I’ve [...]

Read Full Post »

Just foudn out that Sitecore really listens to feedback . A while ago I sent the developer my own URLUtil as Item.Path.GetFriendlyUrl() seemed to create broken links for more advanced site-configs.
So I spent a whole day on writing this util and look, the latest build(earlier build might have it too) has the following overloads:

GetFriendlyUrl() [...]

Read Full Post »

For 2 days I’ve got this extreme ugly dialog when deleting items after an upgrade from 5.3.0 to 5.3.1:

Today I’ve found out what was the problem. We are running on SQL 2000 here at the customer. First I’ve tested my upgrade on my local machine on SQL 2005 Express. And in that way I [...]

Read Full Post »

On the SDN5-forum, Kerry Bellerose posted an extremely usefull reply where he explains what the difference is between Field Security and Security. He also explains why they have chosen to implement it that way:
The difference in setting field security from item security reflects the fact that field security is actually different from item security.In general, users [...]

Read Full Post »

This might take a lot of work away . Here’s the web.config changelog between 5.3.1 build 070515 and 070628:
Changes:

All tags are not shortened. For example:  <sc include …></sc:include> is now <sc.include … />Which means that the file is around 510 lines shorter
Physical paths in scheduling and log4net sections are now [...]

Read Full Post »

Yesterday, Sitecore released a new version of their main product. It’s th build of the 28 of june(5.3.1 build 07(y)06(m)28(d)).A quite huge chnagelog has posted again. So far I’ve seen by now you can upgrade painless to this version. Altough I haven’t got a change to compare stuff like the web.config. Here’s a cropped list [...]

Read Full Post »

One thing I definitelly hate about the concept web 2.0 is tagging. I hate those unused links at the bottom of blogs, articles, etc. Why? Why do not use tags as an internal thing, but do not publish those incredible irritating  are unstructured mess below or on the right side of a piece of content… [...]

Read Full Post »

This post applies to Sitecore 5.3.1:
Two weeks ago I had to create a simple page which allowed users to download any file from the Media Library. And as the customer might provide images, pdfs, etc, and you don’t know which viewer the visitor uses, you want to force them to download the file. I’ve created a pipeline [...]

Read Full Post »

Cheat sheats

I’m sorry folks for the lack of blogging. Sjoerd pointed me on this ‘behaviour’. I’ll explain later why this is. But now a little knowledge sharing from my side:
http://john-sheehan.com/blog/index.php/net-cheat-sheets/
Some cool cheat cheats from alle cool techniques such as ASP.NET Ajax, but also the traditional ones such as .NET 2.0, ASP.NET Page Lifecycle, etc. Have fun [...]

Read Full Post »