Using the Content picker to link two pieces of “content” is very easy to do in the Umbraco backend. However, what happens in the back-end, although not hard, will take you some time to figure out. Hopefully, this will save…
Using the Content picker to link two pieces of “content” is very easy to do in the Umbraco backend. However, what happens in the back-end, although not hard, will take you some time to figure out. Hopefully, this will save…
The reason for my previous post about the “Anatomy of an Umbraco package” was borne out of the need to make the “Zip Upload” package work in Umbraco 4.5. As the comment by Dirk Seefeld points out, the problem was…
I shall use the “Zip upload” package by Tim Geyssens in order to illustrate how I understand a package is put together and wired up in Umbraco. First of all, download the package and look inside the zip file. Then…
Usually, when given a new Umbraco powered website to develop, I like to develop it with the safety net of a source control application, which in my case is TortoiseSVN. Hence, I need to create my VS solution and arrange…
Today, I noticed that there was a bug in the Ken Burns slideshow as detailed in a previous post. The bug is simply that there’s actually no random effect and indeed when looking at the page source, the javascript output…
Update Although the code below provides the output of the current node, an even better way to get the conntect of the current node is to use the XSLT visualizer to get the content returned from <xsl:copy-of select=”…” />. To…
See update below I wanted to play around with Umbraco on the following set up: Umbraco 4.0.3 Windows XP Pro SP3 SQL Server 2008 Express IIS 5.1 Web Platform Installer 2.0 Problem Everything was going swimmingly well until I got…
Update: Read the following post by all means as it contains useful information but there’s a bug in the randomEffect function and this post provides the correct code. While talking to a former colleague and extolling the virtues of Umbraco,…
There would appear to be a lot of bugs surrounding the default image upload which comes with the Runway gallery. Problem What happened, in my case is that the upload which initially was working fine started giving me an error…
Before going in details about this bug, I must first say that I’ve deliberately omitted a discussion about macros, XSLT, .NET user controls, masterpages etc simply because in my previous post, there is ample discussion of these topics and how…