Directory Wizards Inc.

Solutions For Your Directory Needs

RSS feed




Latest Articles

2012
    March (1)
    April (1)
2011
    January (2)
    March (1)
    May (1)
    July (1)
    August (1)
    September (1)
    November (1)
2010
    January (1)
    February (1)
    March (2)
    May (2)
    June (1)
    September (1)
    November (1)
2009
    March (1)
    April (2)
    May (2)
    June (1)
    August (2)
    September (1)
    October (1)
    December (2)
2008
    January (3)
    March (2)
    April (1)
    May (1)
    June (1)
    August (2)
    September (1)
    October (1)
    November (1)
    December (2)
2007
    January (4)
    February (1)
    March (1)
    April (2)
    May (1)
    June (1)
    August (1)
    September (2)
    November (2)
2006
    July (1)
    August (1)
    October (2)
    December (1)
2005
    January (1)
    October (1)
    November (1)
2004
    April (1)
    October (1)
2003
    August (1)

Blog

Foiled Again
2007-04-05

OK, OK. We get the point. The example did not work in Internet Explorer but it DID work in EVERYTHING else. Hmmm..

I sat down and did some more research and found that yes, the RFC for embedded data dating back to 1998 has never been implemented in any version of Internet Explorer.

So we have to go back to the old way of doing things, make the browser go back to the CGI to use resources to read LDAP to pull a bit of binary data. I think we can do this but cut down on the resources this would use. We have already figured out how to encode the data in a url so why not call a a teeny, tiny CGI that will take the URL data and return it back to the browser as binary data?

Brilliant!

In this case I think this tiny CGI will be completely written in C which will mean low overhead and fast execution without any supporting DLL's. Is this a workaround for Internet Explorer? I like to think of it of a work around for all browsers that do not support the standards (cough.. cough.. Microsoft)..

For the standards based browsers out there, we will still use the data encoding so those folks can take advantage of this Internet innovation.