Archive for February, 2009
Using fieldcontrols in a ListView
Maximum number of Sitecore query items
Mark van Aalst
Using profile with the Rich Text Editor
Mark van Aalst
Disable Sitecore publishing
This can be done by editing the following web.config rule:
<site name=”website” virtualFolder=”/” physicalFolder=”/” rootPath=”/sitecore/content” startItem=”/home” database=”web” domain=”extranet” allowDebug=”true” cacheHtml=”true” htmlCacheSize=”10MB” enablePreview=”true” enableWebEdit=”true” enableDebugger=”true” disableClientData=”false”/>
These are the settings of your current site. The database key contains the [...]
Mark van Aalst
Sitecore 6 released
A few improvements are:
Inline editing for editors
.Net 2.0 Memebership support
New and faster Content Editor
New data types
The new Page editor
and much, much more.
For a complete list the documentation [...]
Mark van Aalst
Copy & Paste Layout Settings
You can copy and paste the settings all at one time this way:
1. Navigate to the [...]
Mark van Aalst
Sitecore Validation Rules
Is Integer
Max Length 40
Requirer
You can modify or add new rules in the sitecore\system\settings\validation\field section in the content editor
With the use of an multilist you can set the rules for your template.
ATTENTION: Validation rules are already built in for version [...]
Mark van Aalst
Rich Text Editor
But you can customize this behavior!
Go to the Control Panel > Preferences > Change Your Application Options
Tab Rich Text Editor
Select editable
You see that the Content Editor got expanded with the tab “Rich [...]
Mark van Aalst
DomainObjects Update 2 released
We are then often tasked with listing or in other ways extracting products based on a selected category (or media, as could be the case in this example). In the simplest of forms, the output could look like this (although I hope no live site would ever look like this
):
With DomainObjects this is now a very straight forward piece of code. All based on an article by Lars Floe Nielsen which I often refer back to.
Sitecore 6 package, sources, API documentation have all been posted to the Trac space.
Into the core
Wow @ Sitecore 6 Item Creation Speed
To be honest, I haven’t really noticed. Until today that is.
For a client, I am currently in the process of converting/migrating an entire website based on the Polopoly CMS system to Sitecore 6. Essentially a process of getting all the source content, parsing and understanding it, mapping it to relevant Sitecore templates (around 20) in all and writing this entire new structure into Sitecore.
Take a look at the numbers I am getting.
Migration process starting….
Deleting existing content….done!
Building Table of Contents tree….done!
Building Departments tree….done!
Performing in-memory mapping…done!
Duration: -00:03:58.2400000
7271 items created in total
- 471 products
- 59 images
- 1678 documents
- 3728 other articles
- 1335 departments
7.271 items created (using BulkUpdateContext()) in just under 4 minutes.
One word. Fast!


