Hi there,
is there a simple way (Delegation? Overwriting?) do globally customize all the back buttons that are being used in the navigationBar throughout my whole app?
Best
–f
OpenID, using delegation, seems to be returning openid1_claimed_id instead of openid.claimed_id
That looks like “an OpenID 1 version of claimed_id” but I can't find it documented anywhere.
Miscellaneous details:
OpenID URL: http://www.zellyn.com/
Delegated to: http://zellyn.myopenid.com/
Using django-socialregistration
I have a webservice that is written in Classic ASP. In this web service it attempts to create a VirtualServer.Application object on another server via DCOM. This fails with Permission Denied. However I have another component instantiated in this same webservice on the same remote server, that is created without problems. This component is a…
Can someone explain to me how to easily setup a centos 5 (64bit) dns server?
I want to use this strictly for dns for my clients who require rdns (ptr) for their domains. I do have IP delegation/authority from the data center and allocated IPs directly from ARIN.
I just want to setup a Centos 5 box to use strictly as a dns server, perhaps…
I have a working policy on my entire domain. I just found out, when logging with the domain administrator, that this policy is not applied (EDIT: Running : gpresult shows that the GPO's are applied - but, this GPO is for Drive Mappings, and the actual drive mappings are NOT shown)
The administrator account - does not have any login…
There is a issue while connecting from new Windows 8.1 Clients to SQL Server 2008 running on Windows Server 2008 R2. The SQL Service running under account Domain\mssqlservice on a machine thats works fine I get this output from setspn -l domain\mssqlservice
C:\>setspn -l domain\mssqlservice
Registrierte Dienstprinzipalnamen…
Hello all,
We are experience a 500 http error when trying to run remote powershell on a win 2008 R2 server.
I have run enable-wsmancredssp for both client and server roles on this machine. I have also run "winrm quickconfig". Also the allowfreshcredentials delegation group policy is setup correctly as well.
There are active…
we are planning to implement task pads in our enviroment for delegation for user administration.I have few questions regarding this.
1.) To run a taskpad (with AD users and computers) ; does the workstation contain whole set of Administrative tools oris there a way just to compy dsa.msc to all workstations and get done with?
…
I'm a software developer at a technology company. I have been tasked with leading the documentation effort for the product I work on. The goal is to produce documentation internal to developer, and the project spills over into the business side, where it covers requirements documentation.
This project is challenging.…
Yeah – it is finally done. I just uploaded the v1 bits to Codeplex and
the documentation to
our server. Here’s the official blurb…
Thinktecture IdentityServer
is an open source security token service based on Microsoft .NET, ASP.NET MVC, WCF
and WIF.
High level features
Multiple protocols support (WS-Trust,…
Hello. I'm a software developer at a technology company. I have been tasked with leading the documentation effort for the product I work on, both internal to developers as well as spilling over into facilitating the business side of requirements documentation. This internal product has been around for at least 6…
I just uploaded two new releases to Codeplex.
IdentityServer B1 refresh
A number of bug fixes and streamlined extensibility interfaces. Mostly a
result of adding the Windows Azure support.
Nothing has changed with regards to setup. Make sure you watch the intro video on
the Codeplex site.
IdentityServer…
The open-closed principle (OCP) states that an object should be open for extension but closed for modification. I believe I understand it and use it in conjunction with SRP to create classes that do only one thing. And, I try to create many small methods that make it possible to extract out all the behavior…
So today I had a talk with my teammate about unit testing. The whole thing started when he asked me "hey, where are the tests for that class, I see only one?". The whole class was a manager (or a service if you prefer to call it like that) and almost all the methods were simply delegating stuff to a DAO so…
Due to popular demand, I added identity delegation (aka ActAs) support to StarterSTS.
To give this feature a try, first download the
new bits and add a enableActAs = true to startersts.config. You
then have to configure which user account is allowed to delegate, as well as the target
realm to delegate…
I have an application and it does not use a very good structure. However it seems to me that I have tried to stick to mvc design pattern but a senior engineer claims that I have no design patterns and code are mesh.
How I have structured the code :
I have couple of nsmanagedobject model classes which…
This is the third (and last) post in a series that explains different approaches to map an inheritance hierarchy with EF Code First. I've described these strategies in previous posts:
Part 1 – Table per Hierarchy (TPH)
Part 2 – Table per Type (TPT)In today’s blog post I am going to discuss Table per…
CodePlex Daily Summary for Thursday, June 10, 2010New Projectscab mgt: j mmmjk kjkjCAML Generator: CAMLBuilder makes it easier for generating CAML Query from code. It can be extensively used while Sharepoint Customization thru code. You no longer...Cloud Business Services: ISV Application Accelerator…
Hi,
I have an NSMenu that contains NSMenuItems with custom views. I want it so that when the alt button is pressed, the menu items would change part of their look (through their view). I found setAlternative in the NSMenuItem docs, however, in practice I could only get it to work with NSMenuItems…
I have multiple forms on one page and i am submitting them via Ajaxform plugin like this
<td> <form> form1 </form> </td>
<td> <form> form2 </form> </td>
var options = {
target: '.ajaxMessage',
dataType: 'json', …
When I use the ViewData.ModelMetadata.Properties in order to loop the properties (with an additional Where(modelMetadata => modelMetadata.ShowForEdit && !ViewData.TemplateInfo.Visited(modelMetadata))), and thereby create a generic edit view, the properties of the view model's base class…
So i get the gist of $.delegate and I know why it's doing what it's doing, but I'm wondering if there is a work around.
I have link elements that contain spans like so:
<a href='#'>
<span>Person Name</span>
<span>Person Info</span>
</a>
I use the…
It occurs to me that I could use use implicit conversions to both announce and enforce preconditions. Consider this:
object NonNegativeDouble {
implicit def int2nnd(d : Double) : NonNegativeDouble = new NonNegativeDouble(d)
implicit def nnd2int(d : NonNegativeDouble) : Double = d.v
…
Ok, I've had one semester of C++ and will be taking a second semester in it after I have taken a Data Structure class this fall. In the first class, we dealt mainly with C++ syntax and the textbook we used was ok, but now I'm wanting to go ahead and purchase a great C++ book that…
If I have a domain that I wish to serve "naked" eg http://examp.le/, and efficiently with a CDN, what are my options?
The issue is that the CDNs I looked at all want you to use a CNAME so that they can do geo ip lookup. CNAMES are not meant to be served at the same level as…