by admin | Mar 19, 2015 | Coding
In previous post I described how to Display Adsense banner on the left sidebar in posts in Divi theme. In this article we put Adsense banner before all posts using Divi theme. Here is supposed that you using a child theme on your site. Create a sidebar for your...
by admin | Mar 17, 2015 | Coding
View source code on GitHub In first part of WPF Localization & Translation I described the requirements to localization library. In this article I will show WPF localization at runtime using ResX files. Lets start with simple case and try to localize a text...
by admin | Mar 4, 2015 | Coding
If you want to display Adsense or other banner on the left sidebar in the Divi theme here is how you can do this. Divi doesn’t provide non-program way to display left sidebar. Lets start with this. Adding widget Go to Dashboard -> Appearance ->...
by admin | Mar 1, 2015 | Coding
View source code on GitHub Once upon a time in our large application arised the problem of WPF localization. “Large” means WPF client solution that includes about 80 projects with almost 2000 XAML files. And it continues to grow with a good pace....
by admin | Oct 22, 2014 | Coding
Some users with Microsoft Office 2013 began to complain about bug that happened during document exporting to Excel. Stack trace begins with line: Microsoft.Office.Interop.Excel.ApplicationClass.Save(Object Filename) error Exception from HRESULT: 0x800A03EC. With...
by admin | Oct 14, 2014 | Coding
Today I stumbled upon an error in WPF: “Cannot perform this operation while dispatcher processing is suspended”. Here is the story why it happened. Controls in application have custom inherited attached property MyInheritedAttachedProperty. Which is...