Musings on Information Technology - A view from the trenches

Wednesday, 23 July 2014

TIL - Hidding HTML elements with jQuery in IE.

›
The snippets of code below are equivalent, however the code in red does not work in IE (at least IE 9 and 11) $('#myid').prop(...
Monday, 21 July 2014

Update Entity from JavaScript in Ms Dynamics CRM 2011/2013 using OData endpoint

›
Posting this for future reference: function updateEntity(entityName, id, entity ) { var url = oDataUrl + "/" + entityName...
Tuesday, 15 July 2014

RHEL 7 - RHCE + RHCSA Exam Objectives

›
I intend to go through these exams at some point in the near future and I thought it would be handy to have the objectives for both exams he...
Monday, 14 July 2014

The authentication endpoint Kerberos was not found on the configured Secure Token Service!

›
We finally managed to overcome all issues and deployed the build to the OAT environment and it went: KABOOM!!! Unable to get item. Except...
3 comments:
Monday, 7 July 2014

Storing sensitive data (e.g. passwords) in MS Dynamics CRM 2011/2013

›
We need to integrate with a third party, who have decided that implementing a federated trust is too complex and thus have just given us a ...
Saturday, 5 July 2014

URLs fields in MS Dynamics CRM 2011 - MS Dynamics CRM 2011 annoyances part 1337

›
We had a requirement to let users see a URL field but not change the URL, the requirement, quite sensibly specified that the users should b...
Tuesday, 1 July 2014

ADFS Sign-in Page Url

›
Another happy day messing about with ADFS, another day I needed this, so here it goes: https://<ADFS FQDN>/adfs/ls/IdpInitiatedSignon...
Monday, 30 June 2014

Configure Federation Trust for Claim Based authentication in Ms Dynamics CRM 2013 using ADFS 3.0 ( Windows Server 2012 R2) part 3

›
In part 1 , I described how to install and configure ADFS on a Windows 2012 R2 server. In part 2 , I described how to configure Ms Dynamic...
3 comments:
Monday, 23 June 2014

Use Linq Joins (Method Syntax) with Late Binding in Ms Dynamics CRM 2011/2013

›
There seems to be no examples of using Linq with late binding and method syntax about, until now: var  collection = context.CreateQuery(...
Monday, 16 June 2014

Install/Uninstall library/assembly (DLL) in to GAC using PowerShell

›
On Friday, I screwed a little bit, as the build relied on some assemblies being in the GAC and I had not added them to the GAC.   I nor...
‹
›
Home
View web version
Powered by Blogger.