sitecoresupport.blogspot.com
Sitecore CMS Blog by Alex Shyba
Sitecore CMS Blog by Alex Shyba. Helping developers build better solutions with Sitecore. Sharing ideas and best practices with the growing developer community. Sitecore Searcher and Advanced Database Crawler. Hi there, Today I am proud to announce a preview release of a component that extends the standard Sitecore Searching mechanisms, specifica. I have a rule of thumb. If I am being asked the same question twice a week, I am writing a blog post. Today I have been asked the same quest. Back in Blogging ...
sitecoresupport.com
TransIP - Reserved domain
This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing. This after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page. Domains and Web hosting. Dit domein is gereserveerd. U kijkt naar de standaardpagina van TransIP. Voor deze domeinnaam is nog geen website gepubliceerd. Heeft u de bestanden van. Dit domein is gereserveerd.
sitecoresupportline.com
Sitecoresupportline.com
sitecoresupportline.net
Sitecoresupportline.net
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
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
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 – 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
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
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
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
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.