![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
DaKitty wrote: [Numerous explanations about why the mailto protocol sucks ass.] What is your market research experience as it relates to Civil Engineers, Environmental Engineers, Architects and Land Developers? I don't do market research. Are they more likely to go for the personal touch, or are they more inclined to fill out forms "Error: There is currently no program configured to handle this request." Yeah. That's the personal touch, all right. Are they more likely to fill out a form, email you, fax you or phone you? When selling something for $30K, would you want even 1% of your users to be unable to contact you? |
|
If you're buying a house, are you more likely to fill out a form, or get the address of the real-estate agent, and talk to him directly? It's not like the form or email is going to be the last step in buying the house. You'd be seeing him directly before you purchased it, I'm sure. |
|
What does the high dollar item buying psychology tell you about the habits of those making significant purchases? Where is this going, and what does it have to do with the crappiness of mailto? I'm just trying to determine how relevant your opinion of the crappiness of |
#22
| |||
| |||
|
| http://www.cb-design.net I'm still little more partial to the dark background with light colored text. |
#23
| |||
| |||
|
|
Can somebody explain to me how dark backgrounds became so popular? |
#24
| |||
| |||
|
|
You're not considering a marketing point I heard your opinion of mailto the first 2 responses, looks like the rest of it is you trying to change my mind that it's crappy and that I shouldn't use it, regardless of my concerns Your resisting to even discuss some of my concerns just confirms that it is the purist issue, where you're more concerned with the latest and the greatest slick code, but not considering all the aspects of what people are used to, the psychology of the end user. The bottom line is, you have no clue what their concerns and surfing habits are, you're just trying to convince me that a form is better than a mailto. |
#25
| |||
| |||
|
|
DaKitty wrote: [Use of mailto:] You're not considering a marketing point I heard your opinion of mailto the first 2 responses, looks like the rest of it is you trying to change my mind that it's crappy and that I shouldn't use it, regardless of my concerns Your resisting to even discuss some of my concerns just confirms that it is the purist issue, where you're more concerned with the latest and the greatest slick code, but not considering all the aspects of what people are used to, the psychology of the end user. The bottom line is, you have no clue what their concerns and surfing habits are, you're just trying to convince me that a form is better than a mailto. That's because this is a technical web design group, not a marketing one. |

#26
| |||
| |||
|
|
[Numerous explanations about why the mailto protocol sucks ass.] [Numerous explanations about why the mailto protocol doesn't sucks ass.] Do we have to choose between "mailto" and a form? Why not use both? Altamir |
#27
| |||
| |||
|
|
DaKitty wrote: http://www.cb-design.net I'm still little more partial to the dark background with light colored text. Can somebody explain to me how dark backgrounds became so popular? I find it inherently more difficult to read light text on dark background. Seems that the chosen colors never contrast enough, so I gotta make the text size huge to read it. Is this supposed to be "art" or something? |
|
BTW, did you know that your .jsp pages are coming out as text/plain, so the page is showing source code instead of rendered HTML? You need to fix the MIME type on the server. |
, or maybe there's
#28
| |||
| |||
|
|
"kchayka" <kcha-ns-yka (AT) sihope (DOT) com> wrote in message news:3f0c3938$1 (AT) news (DOT) sihope.com... DaKitty wrote: http://www.cb-design.net BTW, did you know that your .jsp pages are coming out as text/plain, so the page is showing source code instead of rendered HTML? You need to fix the MIME type on the server. Which browser/configuration are you using when you see the pages as source code only? |
|
OUt of about 15 different people (here, and friends) you're the only one telling me that jsp pages aren't working. |
|
I'm still new to some of the details here, I'm not sure what you mean by fixing the MIME type oin the server. |
#29
| |||
| |||
|
|
DaKitty wrote: "kchayka" <kcha-ns-yka (AT) sihope (DOT) com> wrote in message news:3f0c3938$1 (AT) news (DOT) sihope.com... DaKitty wrote: http://www.cb-design.net BTW, did you know that your .jsp pages are coming out as text/plain, so the page is showing source code instead of rendered HTML? You need to fix the MIME type on the server. Which browser/configuration are you using when you see the pages as source code only? Any decent browser (anything other than IE ;-) ). |

|
OUt of about 15 different people (here, and friends) you're the only one telling me that jsp pages aren't working. They are all using IE. |
|
I'm still new to some of the details here, I'm not sure what you mean by fixing the MIME type oin the server. The server is configured to send a certain MIME type for different types of files. This tells the browser what sort of content the file contains. In this case, it is telling the browser that it is "text/plain", so the browser renders it as plain text. Except IE, which thinks it knows better, so checks the filename extension (.jsp) and renders it how it thinks it should be rendered. In this case, it is what you want it to do, but IE is actually in violation of the specifications. You (or your host) need to configure the server to send the correct MIME type for .jsp pages ("text/html"?). |

#30
| |||
| |||
|
|
I'll change the files to html anyway. The program I was using saved them as jsp, and when I saw they are showing up in IE, I really didn't pay much attention to why they got saved as JSP. Now I know. I'll save them as html, like I wanted them to be in the first place. That will fix the problem, right? |
![]() |
| Thread Tools | |
| Display Modes | |
| |