
sitecorepro.blogspot.com
Sitecore Tech BlogA blog about Sitecore development
http://sitecorepro.blogspot.com/
A blog about Sitecore development
http://sitecorepro.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.6 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
4
SITE IP
173.194.206.132
LOAD TIME
0.646 sec
SCORE
6.2
Sitecore Tech Blog | sitecorepro.blogspot.com Reviews
https://sitecorepro.blogspot.com
A blog about Sitecore development
Sitecore Tech Blog: Starting with Sitecore Analytics MongoDB API
http://www.sitecorepro.blogspot.com/2015/06/starting-with-sitecore-analytics.html
Friday, June 5, 2015. Starting with Sitecore Analytics MongoDB API. I see a lot of questions about how to start using it, so this is a short post about. For example let's get all Visits data for the last month (last 30 days) for our particular site. First of all we need to get the MongoDB collection named "Interactions" it has all Visits data:. In similar way you can get other data. March 22, 2016 at 6:12 AM. Hire Mean Stack Developer. Subscribe to: Post Comments (Atom). View my complete profile.
Sitecore Tech Blog: Sitecore Query in the MVC Rendering Datasource
http://www.sitecorepro.blogspot.com/2015/05/sitecore-query-in-mvc-rendering.html
Friday, May 15, 2015. Sitecore Query in the MVC Rendering Datasource. I found many articles about resolving queries for the ASP.NET Webforms and nothing for the MVC. Sitecore doesn't support it OOTB, so I decide to write this small post. First of all we need to create a new processor in the Sitecore pipeline:. DataSource.StartsWith("query:") return; Item queryItem = args.PageContext.Item.Axes.SelectSingleItem(dataSource.Substring(6) ; if (queryItem! Now we needs to register the Processor:. Sitecore Query...
Sitecore Tech Blog: June 2015
http://www.sitecorepro.blogspot.com/2015_06_01_archive.html
Thursday, June 11, 2015. Sitecore and GlassMapper - how much a GlassCast costs. We are using the GlassMapper on many projects, I just want to know how it affects performance. I have about 20000 Items for testing (Articles) with about 20 fields, in first code I use the GlassCast to get Titles:. ItemsSelect(item = item.GlassCast Article () .Select(art = art.Title).ToList();. In second part I will use the field directly:. ItemsSelect(item = item[Article.TitleFieldName]).ToList();. Friday, June 5, 2015.
Sitecore Tech Blog: May 2015
http://www.sitecorepro.blogspot.com/2015_05_01_archive.html
Friday, May 15, 2015. Resolving old legacy URL’s with Sitecore. For example you need to move an old PHP website to Sitecore and you want to serve old links that user may keep in the Favorites, so when user click on xxx.com/…/some product.php it gets sitecore Item ‘Some Product’. Extension to web.config. 8211; just find. Param desc="Allowed extensions (comma separated)". In two places and add. Add new Field “Old Url”. To the item’s template. Now we need to combine the ‘Some Product’. Sitecore Query in the...
Sitecore Tech Blog: Sitecore and GlassMapper - how much a GlassCast<> costs
http://www.sitecorepro.blogspot.com/2015/06/sitecore-and-glassmapper-how-much.html
Thursday, June 11, 2015. Sitecore and GlassMapper - how much a GlassCast costs. We are using the GlassMapper on many projects, I just want to know how it affects performance. I have about 20000 Items for testing (Articles) with about 20 fields, in first code I use the GlassCast to get Titles:. ItemsSelect(item = item.GlassCast Article () .Select(art = art.Title).ToList();. In second part I will use the field directly:. ItemsSelect(item = item[Article.TitleFieldName]).ToList();. June 11, 2015 at 6:44 AM.
TOTAL PAGES IN THIS WEBSITE
8
Sitecore Nuts & Bolts
Design it, Code it, Build it. C# and Sitecore! Use Nuget to Manage Your Sitecore Dependencies. One of the questions that occurs in every Sitecore project, is where to keep your Sitecore dependencies! How to make sure they are kept up to date when upgrading etc Most developers go for the standa. Sitecore Instance Manager - Tools You Might Not Know About. Simple Injector and WFFM Controller Injection Woes. Cleaning up the log files. Fortis Object Mapping Performance - Part II. After the post on Glass Mappe...
Paul's Sitecore Musings | Just another Sitecore blog
Paul's Sitecore Musings. Just another Sitecore blog. LowerCaseKeywordAnalyzer not lowercasing… or is it? May 20, 2015. I recently ran into an issue where it. That the LowerCaseKeywordAnalyzer was NOT making a custom field’s value lower case in our Lucene index. (Sitecore 7.5). My custom field was defined as follows:. The overview tab (available fields) – Click “previousurl” – Click “Show top terms”. This was quite confusing and seemed to indicated that perhaps Lucene was NOT storing the lower case value ...
sitecoreprintexperiencemanager.com
Sitecoreprintexperiencemanager.com
sitecoreprintexperiencemanager.net
Sitecoreprintexperiencemanager.net
Sitecore Tech Blog
Thursday, June 11, 2015. Sitecore and GlassMapper - how much a GlassCast costs. We are using the GlassMapper on many projects, I just want to know how it affects performance. I have about 20000 Items for testing (Articles) with about 20 fields, in first code I use the GlassCast to get Titles:. ItemsSelect(item = item.GlassCast Article () .Select(art = art.Title).ToList();. In second part I will use the field directly:. ItemsSelect(item = item[Article.TitleFieldName]).ToList();. Friday, June 5, 2015.
sitecorepromenade.blogspot.com
Sitecore Promenade
Welcome to my Sitecore Blog! I hope you will find elements that will help you in your Sitecore journey! Get related content by profile keys. So this posts is following directly the previous post. Before starting, I just wanted to point you to a few blogs and posts which helped me a lot:. Blog from Ian Graham. Blog from Alin Parjolea. 1- Let's start with indexing content including tracking. This class should implement the interface: Sitecore.ContentSearch.ComputedFields.IComputedIndexField. Now depending ...
Sitecore Rockz
Sitecore is a web content management system software company that provides enterprise website, intranet, portal and marketing automation software. Sitecore's software is built on Microsoft .NET 3.5/4.0. Content can be stored as XML or .NET objects and Sitecore CMS can use either Microsoft SQL Server or Oracle Database for its database storage, though MS SQL Server is the most popular. Monday, 14 November 2016. Sitecore Tips: To Save time disable Sitecore cache and browser cache during development. Paths ...