Welcome to Geekdojo Sign in | Join | Help

April 2004 - Posts

Response.Cookies Bug

Admittedly, I am no Brad Abrams when it comes to API design and usage but I am pretty sure that this API faux pas constitutes itself as a bug.  The bug is in HttpCookie and has to do with the Value and Values properties.  You can use the following
posted by jez | 0 Comments
Filed Under:

Prevent Client Side Caching with HttpModules

I am attempting to build a totally anonymous feedback system here at work and so I needed to find a way to prevent clients from caching any data coming off the server.  I started out by just putting in the standard cache killing code in the actual
posted by jez | 2 Comments
Filed Under:

Web Design - Control Layout

Ever since I was wee programmer I was taught that “good” gui design (as it related to controls) meant that you align labels and control right next to each other.  So if one were to create a data entry screen it would like so:
posted by jez | 0 Comments
Filed Under:

Outlook Rules with Exchange

Outlook rules frustrate me to no end; especially when using exchange!  I have tried and tried in the past to build a rule that would route all of the internal email sent to me into a special folder for internal communication with absolutely no success.  I
posted by jez | 2 Comments
Filed Under:

Web Design Guidelines

I was doing a little leg work for project TruckerHat (a significant re-design project I am tasked with this quarter) and came across a nice site put together by Oracle affectionately called BLAF (browser look and feel).  The site contains some pretty
posted by jez | 2 Comments
Filed Under:

Cannot View HTML source

It's been a while since I ran into this “bug”, but the other day I trying to figure out why the images in my email were not showing up.  So I did what any normal human would do on a Wednesday and tried to do a “View Source”
posted by jez | 29 Comments
Filed Under:

C# Compiler Line Limit

Well I found out today that the C# compiler only allows 2046 characters on one line.  I wonder why this is the case? Why was I putting 2046+ characters on one line you ask?  Well I was pasting in a rather large error message so I could play
posted by jez | 2 Comments
Filed Under: ,