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

The death of data.c
2007-04-17

Software development is fraught with trial and error. Case in point - this URL/data issue I've been blogging about. I wrote a rather cool CGI in C which actually does decode a base64 encoded data (see data.c source). It is fast and very straight forward. It worked beautifully with a binary encoded vCard. When I moved on to jpeg photos I found yet another issue with Internet Explorer (Q208427). Even though RFC 2616 states there is no limit on Uri's, Microsoft put one on anyway (2,083). After a bit of research I found (as usual) no one else has a set limit, unless it's a really old web browser. So my grandiose ideas of delivering a solution with a slick CGI has been ground to dust. Please pause for a moment for the short life of data.c.