TDS unable to sync with Sitecore
The other day, I suddenly ran into an issue that my Sitecore site could not synchronize with my development environment. TDS kept popping up the error dialog saying that TDS’s web service was
Read MoreThe other day, I suddenly ran into an issue that my Sitecore site could not synchronize with my development environment. TDS kept popping up the error dialog saying that TDS’s web service was
Read MoreIn my latest project, I faced an issue that the sorting on a page stopped working properly after the solution switched the search engine from Lucene to Solr.The page sorted the items by the items’
Read MoreSince Sitecore 8, EXM uses List Manager to manage the recipient lists. The List Manager provides two kinds of lists, i.e. contact list and segmented List. A contact list contains a static numbers of
Read MoreIn Sitecore EXM, when you click the Create button in the navigation pane, you will see three message types (one-time message, subscription message and triggered message). In the one-time and triggered
Read MoreI like using Nuget package to reference Sitecore DLLs in my solutions. There are nice posts discussing how to do it, for example
Read MoreIn my current project, I need to use an in-house logging system that was built on NLog in the Sitecore project. Since Sitecore uses log4net for logging and we don’t want to replace all of it with
Read MoreThe biggest change in Sitecore Email Experience Manager (EXM) module was that it introduced using the contact in xDB instead of the Sitecore User to represent the recipient. This gives a lot
Read MoreWalkthrough: Adding a custom button in Sitecore Rich Text Editor in Sitecore 8I was asked by a client to add a custom button in Sitecore Rich Text Editor. The client’s website has many global
Read MoreI use ListControl from SPEAK a lot and most of the time I use self-defined datasource components for ListControl's items. This week, I bind a ListControl to a new data source as usual. Just an
Read MoreIn Sitecore SPEAK, I use ListControl to bind a data source and display items in that data source. The ListControl has selectedItem and selectedItemId attributes so that I can easily access the
Read More