contenttree.blogspot.com
Taxonomy and Hierarchy in Web Content Management: Navigation Elements
http://contenttree.blogspot.com/2008/03/navigation-elements.html
Taxonomy and Hierarchy in Web Content Management. Designing the content tree in Sitecore CMS. Wednesday, March 5, 2008. The design of your content tree can dramatically impact the ease of implementing navigation elements such as hierarchical navigation or breadcrumbs. When the content tree mirrors the information architecture of your web site, generating hierarchical navigation is extremely simple. An XSL code snippet could be as straightforward as the following:. Sc:text field="menu title" /. There is n...
contenttree.blogspot.com
Taxonomy and Hierarchy in Web Content Management: March 2008
http://contenttree.blogspot.com/2008_03_01_archive.html
Taxonomy and Hierarchy in Web Content Management. Designing the content tree in Sitecore CMS. Tuesday, March 25, 2008. A full discussion of team development. In the latter scenario (isolated development), challenges emerge when moving data to an integration server. Choosing the correct installation options in the Package Installer is often confusing and developers can end up overwriting each others’ changes. Posted by Blogging from SF. Monday, March 24, 2008. Posted by Blogging from SF. By default, Sitec...
sitecorejm.blogspot.com
Sitecore tweaks & tricks: Relational data in Sitecore - Intro
http://sitecorejm.blogspot.com/2007/09/relational-data-in-sitecore-intro.html
Sitecore tweaks and tricks. In this blog I will describe the tweaks and tricks that I have stumbled upon developing Sitecore solutions. Sunday, September 30, 2007. Relational data in Sitecore - Intro. In a couple of posts on this blog, I will try and show some different solutions to the problem. Lars Fløe Nielsen said. We do need more blog posts on content infrastructure. October 1, 2007 at 7:25 AM. Can't wait to read about it. I've got a lot of ideas how to solve these problems as well. In these cases t...
sitecorejm.blogspot.com
Sitecore tweaks & tricks: January 2008
http://sitecorejm.blogspot.com/2008_01_01_archive.html
Sitecore tweaks and tricks. In this blog I will describe the tweaks and tricks that I have stumbled upon developing Sitecore solutions. Tuesday, January 22, 2008. I was recently assigned to monitor and report on some issues with performance. I was told to log some information about how long different requests on pages took. Here I stumbled upon two things that I didn’t find all that well documented on SDN5. 2 There are performance counters in Sitecore, but I didn’t know where I could find these. In this ...
sitecorejm.blogspot.com
Sitecore tweaks & tricks: September 2007
http://sitecorejm.blogspot.com/2007_09_01_archive.html
Sitecore tweaks and tricks. In this blog I will describe the tweaks and tricks that I have stumbled upon developing Sitecore solutions. Sunday, September 30, 2007. Relational data in Sitecore - Intro. In a couple of posts on this blog, I will try and show some different solutions to the problem. Wednesday, September 12, 2007. Getting an items rendering. I spent some time figuring out, how this is done (I actually ended up asking Sitecore Support), so I thought I would just share it with you:.
sitecoregadgets.blogspot.com
Sitecore Gadgets: Ensure valid Sitecore Internal Links in Page Editor
http://sitecoregadgets.blogspot.com/2011/06/ensure-valid-sitecore-internal-links-in.html
This blog is a collection of challenges that I had a chance to work through in Sitecore. Tuesday, June 28, 2011. Ensure valid Sitecore Internal Links in Page Editor. Updated on Dec 9, 2011). Refer to this post. Updated on July 27, 2011). A workaround developed for one of our customers incited me to blog about it as I can see how many other may get affected by this issue. System.Text.RegularExpressions;. Sitecore.Data.Fields;. Sitecore.Data.Items;. Sitecore.Pipelines.Save;. 160; public. 160; {. 160;...
sitecoregadgets.blogspot.com
Sitecore Gadgets: Rich Text auto-save
http://sitecoregadgets.blogspot.com/2011/11/rich-text-auto-save.html
This blog is a collection of challenges that I had a chance to work through in Sitecore. Monday, November 28, 2011. Another customization to address rising demand for auto save functionality in Rich Text fields. Per Derek’s. EditorPage.aspx – added some JS changes and changed class inheritance to a custom one. EditorPage.js – made some JS changes. EditorWindow.aspx – made some JS changes. Keep in mind that the package contains a DLL so that app pool will be recycled during the package installation. There...
sitecoregadgets.blogspot.com
Sitecore Gadgets: September 2012
http://sitecoregadgets.blogspot.com/2012_09_01_archive.html
This blog is a collection of challenges that I had a chance to work through in Sitecore. Thursday, September 20, 2012. Interacting with Content Editor in Sitecore 6. I recently stumbled across an interesting challenge. The issue was to programmatically select an item from within a custom item editor tab. In Sitecore 5.x it was quite easy to do. All you need to code was this. Quite simple, huh? Here is the way it should be done in Sitecore 6. ItemId); Sitecore.Web.UI.Sheer. SheerResponse. Heat Maps Module...
sitecoregadgets.blogspot.com
Sitecore Gadgets: July 2010
http://sitecoregadgets.blogspot.com/2010_07_01_archive.html
This blog is a collection of challenges that I had a chance to work through in Sitecore. Friday, July 2, 2010. Teach User Manager how to search by email. This is how it looks:. Namespace Sitecore.SharedSource.Security.Accounts. Public class UserProvider : Sitecore.Security.Accounts.UserProvider. GetUsersByName(int pageIndex, int pageSize, string userNameToMatch). Return FindUsers(pageIndex, pageSize, userNameToMatch);. FindUsers(int pageIndex, int pageSize, string userNameToMatch). Users = null;. Return ...
sitecoregadgets.blogspot.com
Sitecore Gadgets: November 2009
http://sitecoregadgets.blogspot.com/2009_11_01_archive.html
This blog is a collection of challenges that I had a chance to work through in Sitecore. Wednesday, November 25, 2009. Working with Lucene Search Index in Sitecore 6. Part III - Code examples. If you read my previous posts about Lucene search index, then you already know how to configure it and how it works in Sitecore application. In this part we will take a look at API to see what can be achieved using the search index. Additional layer of API for new search index resides under Sitecore.Search. To sear...
SOCIAL ENGAGEMENT