sitecoretug.blogspot.com sitecoretug.blogspot.com

sitecoretug.blogspot.com

Tug of War Sitecore

Tug of War Sitecore. Tuesday, August 31, 2010. SiteReference and what it means to you PART 1. When working with a Sitecore solution, i have often stumbled upon the need to reference an item directly within the Sitecore tree, or for that matter, to retrieve a certain template item from the templates section of Sitecore. Instead of doing something like this. Database db = Sitecore.Context.Database;. Item item = db.GetItem("/sitecore/content/home/");. You could simplify the process. Also in a multi develope...

http://sitecoretug.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SITECORETUG.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.7 out of 5 with 12 reviews
5 star
9
4 star
2
3 star
1
2 star
0
1 star
0

Hey there! Start your review of sitecoretug.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • sitecoretug.blogspot.com

    16x16

  • sitecoretug.blogspot.com

    32x32

  • sitecoretug.blogspot.com

    64x64

  • sitecoretug.blogspot.com

    128x128

CONTACTS AT SITECORETUG.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tug of War Sitecore | sitecoretug.blogspot.com Reviews
<META>
DESCRIPTION
Tug of War Sitecore. Tuesday, August 31, 2010. SiteReference and what it means to you PART 1. When working with a Sitecore solution, i have often stumbled upon the need to reference an item directly within the Sitecore tree, or for that matter, to retrieve a certain template item from the templates section of Sitecore. Instead of doing something like this. Database db = Sitecore.Context.Database;. Item item = db.GetItem(/sitecore/content/home/);. You could simplify the process. Also in a multi develope...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 loading
4 posted by
5 martin fowler
6 no comments
7 labels code generation
8 concepts
9 sitecore
10 sitereference
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,loading,posted by,martin fowler,no comments,labels code generation,concepts,sitecore,sitereference,tools,templates,eureka,labels clients,pros,cons,labels experience,lucene custom index,review,sitecore totd,field names,default
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tug of War Sitecore | sitecoretug.blogspot.com Reviews

https://sitecoretug.blogspot.com

Tug of War Sitecore. Tuesday, August 31, 2010. SiteReference and what it means to you PART 1. When working with a Sitecore solution, i have often stumbled upon the need to reference an item directly within the Sitecore tree, or for that matter, to retrieve a certain template item from the templates section of Sitecore. Instead of doing something like this. Database db = Sitecore.Context.Database;. Item item = db.GetItem("/sitecore/content/home/");. You could simplify the process. Also in a multi develope...

INTERNAL PAGES

sitecoretug.blogspot.com sitecoretug.blogspot.com
1

Tug of War Sitecore: Sitecore TOTD Working with Lucene

http://sitecoretug.blogspot.com/2010/05/sitecore-totd-working-with-lucene.html

Tug of War Sitecore. Friday, May 28, 2010. Sitecore TOTD Working with Lucene. I decided to use Lucene to handle custom indexing of content items on the current project that I am on. Here are a couple of my notes and thoughts as to what I think of the entire process. 1) Setup was extremely easy, creating new indexes based on template ID is extremely easy. 2) Its Lucene, so all of the searching tools come with the indexer. Easily create queries and execute them. For x indexes assigned to a database, the re...

2

Tug of War Sitecore: May 2010

http://sitecoretug.blogspot.com/2010_05_01_archive.html

Tug of War Sitecore. Friday, May 28, 2010. It struck me that, yes indeed those fields were added to standard template because it offers the nice feature of being hidden from normal content editors. Well, what would happen if we create a single template that had these fields on it, and then made the standard template inherit that template? Would it be hidden? The answer to my surprise and enthusiastic giddiness when I tried it was NO! Moral of the story is, make sure that you structure your templates in s...

3

Tug of War Sitecore: Global Options TOTD

http://sitecoretug.blogspot.com/2010/01/global-options-totd.html

Tug of War Sitecore. Thursday, January 14, 2010. Tip of the Day #2. A novel concept in most any project is the ability to hide items from the navigational pieces of the site. This can be done easily by extending the Standard Template and creating a section I like to call "Global Options" (you will see more of this section later on). Here I add a CheckboxField and name it "Hide From Nav". Easy enough. Now for the implementation. Create a GlobalOptions custom item. Using Sitecore.Data.Items;. So there you ...

4

Tug of War Sitecore: Custom Index TOTD

http://sitecoretug.blogspot.com/2010/01/custom-index-totd.html

Tug of War Sitecore. Friday, January 15, 2010. Tip of the Day #3. When dealing with the names of your fields in Sitecore, avoid using keyword Sitecore names. For instance. The Field name "Keyword" will not get indexed, but if we make that "Taxonomy Keyword", then it will. Labels: Lucene Custom Index. Subscribe to: Post Comments (Atom). My email address is: martin.fowler@gmail.com. View my complete profile.

5

Tug of War Sitecore: February 2010

http://sitecoretug.blogspot.com/2010_02_01_archive.html

Tug of War Sitecore. Wednesday, February 3, 2010. I have create a link utility class that is designed to handle the needs of getting links to specified items, or getting url's from linkfields. Use this method to get the url of the sitecore item. Uses the new LinkManager method of finding the items relative link, then. Using the WebUtil.GetFullUrl method, appends the server to the url. Static public string GetUrlString(Item item). Return GetUrlString(item, false);. Item item = null;. Item = linkToItem;.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

OTHER SITES

sitecoresysadmin.wordpress.com sitecoresysadmin.wordpress.com

Sitecore + SysAdmin

Sitecore – Using SSL part 3. 1 de November de 2016. This is the third part in a series of posts about Using SSL on a Sitecore environment, I hope you enjoy it! On my last two posts ( part 1. You saw an overview of SSL, how to create a self-signed certificate, few tricks and tips, and how to deal with Multiple Certificates for the same website. In today’s post, I’ll share some experience while setting up IIS using Subject Alternative Names (aka SAN certificates). 3 In Site Bindings. 4 In Add Site Binding.

sitecoretech.com sitecoretech.com

Sitecore Tech | Bring Tech to your next Sitecore Project.

Bring Tech to your next Sitecore Project. Integration of Sitecore solutions into their existing IT infrastructure. Need help getting your project into Sitecore? Need support on existing sites? Give us a call. Custom .net Programming. Spend more time doing what you love doing, let us connect the dots for you.

sitecoretips.blogspot.com sitecoretips.blogspot.com

Sitecore Tips and Tricks

Sitecore Tips and Tricks. Questions and Answers from Sitecore Developer Training. Wednesday, September 2, 2009. Symbols in Rich Text Editor. How can I add en dashes and em dashes to text in the Rich Text Editor? The escapes for en dash and em dash (– —) are not handled correctly by the RTE when the text is copied back to the field. You get: – in your text or &ndash; if you look at the HTML. Using the numeric values works correctly: – — but this is tedious. Add your own symbols to ToolsFile.xml:. A blogpo...

sitecoretranslation.com sitecoretranslation.com

Sitecore Translation | Translation Solutions for Sitecore

Lingotek The Translation Network. Call Us : 1 801 331 7777. Lingotek, the Translation Network, helps you create and manage all of your multilingual content. We are currently developing a Sitecore plugin that will allow you to manage your multilingual content inside Sitecore. If you are interested in partnering with Lingotek, either to help develop or co-sell the integration, please contact us with the form below. To learn more about Lingotek:. 2015 Lingotek Sitecore Translation.

sitecoretranslations.com sitecoretranslations.com

Web hosting, domain name registration and web services by 1&1 Internet

THIS DOMAIN NAME HAS JUST BEEN REGISTERED FOR ONE OF OUR CUSTOMERS! Do you need affordable web hosting or a domain name? 1&1 Internet is trusted by millions. Find out why. Offers a one-stop shop for all your domain name and web hosting needs so you can maximize your full web potential — without barriers, and without fear. Smart webmasters choose 1&1 Internet for domain name registration and hosting solutions. All-Inclusive Hosting Plans with NO Hidden Charges. 24/7 Phone and E-mail Support.

sitecoretug.blogspot.com sitecoretug.blogspot.com

Tug of War Sitecore

Tug of War Sitecore. Tuesday, August 31, 2010. SiteReference and what it means to you PART 1. When working with a Sitecore solution, i have often stumbled upon the need to reference an item directly within the Sitecore tree, or for that matter, to retrieve a certain template item from the templates section of Sitecore. Instead of doing something like this. Database db = Sitecore.Context.Database;. Item item = db.GetItem("/sitecore/content/home/");. You could simplify the process. Also in a multi develope...

sitecoretweaks.wordpress.com sitecoretweaks.wordpress.com

Sitecore Tweaks | Do more with Sitecore

Do more with Sitecore. Custom Field Type For Sitecore Web Form For Marketers. February 20, 2015. I have seen many questions about adding custom field in WFFM and adding session or querystring values in WFFM form field on form load. I also got a same request to add querystring value in form field on load. WFFM module doesn’t provide any out of the box functionality to add session or querysting value in form field. Sitecore.Forms.Custom.dll. And found code for SingleLineText field. Custom field in WFFM.

sitecoreug.com sitecoreug.com

Home - Sitecore User Group Directory

Sitecore User Group Directory is dedicated to supporting the Sitecore communities wherever they exist across the globe. What is Sitecore User Group Directory? Filter by name and description. Currently visible on map. Note: 1 Sitecore User Groups without map location listed below. Sitecore Users Virtual Group. The Sitecore Users Virtual Group is dedicated to supporting the Sitecore community wherever they exist across the globe. Jul 22, 2015 - Fun with Active Commerce 3.2. Auckland Sitecore User Group.

sitecoreug.net sitecoreug.net

Home - Sitecore User Group Directory

Sitecore User Group Directory is dedicated to supporting the Sitecore communities wherever they exist across the globe. What is Sitecore User Group Directory? Filter by name and description. Currently visible on map. Note: 1 Sitecore User Groups without map location listed below. Sitecore Users Virtual Group. The Sitecore Users Virtual Group is dedicated to supporting the Sitecore community wherever they exist across the globe. Jul 22, 2015 - Fun with Active Commerce 3.2. Auckland Sitecore User Group.

sitecoreug.org sitecoreug.org

Home - Sitecore User Group Directory

Sitecore User Group Directory is dedicated to supporting the Sitecore communities wherever they exist across the globe. What is Sitecore User Group Directory? Filter by name and description. Currently visible on map. Note: 1 Sitecore User Groups without map location listed below. Sitecore Users Virtual Group. The Sitecore Users Virtual Group is dedicated to supporting the Sitecore community wherever they exist across the globe. Jul 22, 2015 - Fun with Active Commerce 3.2. Auckland Sitecore User Group.