lucy24

msg:4393487 | 5:35 pm on Dec 2, 2011 (gmt 0) |
Setting aside the question of what a query string is doing in a hard-coded link at all: Wouldn't you be safer with percent-encoding?
|
g1smd

msg:4393499 | 5:53 pm on Dec 2, 2011 (gmt 0) |
You should be using & for those. The browser knows what to do with them.
|
petehall

msg:4393507 | 6:03 pm on Dec 2, 2011 (gmt 0) |
You should look into ISAPI_Rewrite for your web server.
|
buddhu

msg:4393559 | 8:08 pm on Dec 2, 2011 (gmt 0) |
Thanks all. g1smd: Yes indeed. Browsers handle them fine. Is the same true for search spiders? Lucy and Pete: Don't get me started... Not only is the server platform not my choice, to be honest neither is anything else about the site. Our current web designer and I share acute frustration on a daily basis. SEO is claimed by the MD to be important, yet he repeatedly approves stuff behind my back. The web designer has inherited a site that has been hacked together by a procession of short-lived designers. No sensible structure or information architecture. Too many people can change the site and do so without regard for document/site management processes that are in place. In fact, some people seem to deliberately circumvent things such as Sourcesafe... Madness. Our IT manager *will not* use ISAPI rewrite on the server. Claims some nebulous security issue that prevents him configuring it properly. We had some problems with PCI compliance recently and paranoia now rules the roost. Also, anything I want done regarding server config the IT manager and server admin play dumb and claim it can't be done. I'm ok on Apache, but I'm no Microsoft server specialist. a LOT of difficult office politics that are hard to describe here. Seriously considering just chucking it all and doing freelance full time, but then freelance clients can be almost as difficult. Thanks again.
|
buddhu

msg:4393560 | 8:11 pm on Dec 2, 2011 (gmt 0) |
PS. This is a commerce site that gets millions of visitors a month and it's run as if it were someone's hobby. Drives me nuts. </rant>
|
g1smd

msg:4393561 | 8:22 pm on Dec 2, 2011 (gmt 0) |
The web designer has inherited a site that has been hacked together by a procession of short-lived designers. No sensible structure or information architecture. Too many people can change the site and do so without regard for document/site management processes that are in place. |
| I could have written that about the site I am editing code for at this very moment. Luckily it is hosted on Apache and uses PHP, otherwise I wouldn't be touching it at all.
|
lucy24

msg:4393610 | 10:38 pm on Dec 2, 2011 (gmt 0) |
it's run as if it were someone's hobby. Drives me nuts. </rant> |
| Psst! [webmasterworld.com...]
|
buddhu

msg:4393901 | 9:51 pm on Dec 3, 2011 (gmt 0) |
g1smd: *Sigh*... Apache and PHP... heaven. Lucy: OMG! LOL.
|
Hissingsid

msg:4394067 | 2:36 pm on Dec 4, 2011 (gmt 0) |
Server.HTMLencode("String")
|
buddhu

msg:4394303 | 9:41 am on Dec 5, 2011 (gmt 0) |
Hissingsid, Ha ha! Guess what - our IT dept is "not familiar" with Server.HTMLencode, and shows little curiosity in that direction. Drat it. We'll just reformat the URLs manually. Thanks again all.
|
FranticFish

msg:4394318 | 10:13 am on Dec 5, 2011 (gmt 0) |
| Our current web designer and I share acute frustration on a daily basis |
| When people don't follow your advice that then affects stuff that you are responsible for (i.e. rankings, visitor satisfaction etc), I'd get out. It always ends in tears.
|
buddhu

msg:4394322 | 10:31 am on Dec 5, 2011 (gmt 0) |
That course of action gets constant consideration...
|
|