Welcome to Geekdojo
Sign in
|
Join
|
Help
Ray Jezek's Blog
"defying logic, one
method
service at a time"™
This Blog
About
Email
Calendar
Mar
April 2004
May
S
M
T
W
T
F
S
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
Search
Go
Syndication
RSS 2.0
Atom 1.0
Archives
March 2006 (2)
December 2005 (1)
November 2005 (1)
July 2005 (2)
April 2005 (1)
March 2005 (1)
February 2005 (1)
January 2005 (2)
December 2004 (1)
November 2004 (1)
October 2004 (1)
September 2004 (3)
August 2004 (3)
April 2004 (7)
March 2004 (1)
January 2004 (3)
December 2003 (3)
November 2003 (5)
October 2003 (4)
September 2003 (3)
August 2003 (4)
News
<noscript>
</noscript>
Navigation
Blogs
Photos
Post Categories
.NET (25)
Misc (18)
PDC (8)
SOA (1)
SQL Server (1)
Blogs I Read
Ryan Rinaldi
Richard Lowe
Kristi Jezek
April 2004 - Posts
Friday, April 30, 2004 1:54 PM
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:
.NET
Wednesday, April 28, 2004 11:29 AM
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:
.NET
Tuesday, April 27, 2004 2:06 PM
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:
.NET
Tuesday, April 27, 2004 1:17 PM
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:
Misc
Friday, April 23, 2004 9:29 AM
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:
.NET
Friday, April 02, 2004 9:02 AM
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:
Misc
Thursday, April 01, 2004 1:57 PM
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:
.NET
,
Misc