Click here to Skip to main content
15,891,777 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWhen I used "application/vnd.ms-excel" to export table's content to Excel file. It would be showed between "Confused" words and normally words randomly.How can i sloved it? Pin
miaomiaoga28-Jan-05 9:32
miaomiaoga28-Jan-05 9:32 
Questionhtml and java in c? Pin
porac6928-Jan-05 7:28
porac6928-Jan-05 7:28 
AnswerRe: html and java in c? Pin
Colin Angus Mackay30-Jan-05 12:55
Colin Angus Mackay30-Jan-05 12:55 
GeneralGooglebot removing querystring values Pin
suzyb28-Jan-05 4:55
suzyb28-Jan-05 4:55 
GeneralRe: Googlebot removing querystring values Pin
DavidNohejl28-Jan-05 6:33
DavidNohejl28-Jan-05 6:33 
GeneralRe: Googlebot removing querystring values Pin
Colin Angus Mackay30-Jan-05 12:57
Colin Angus Mackay30-Jan-05 12:57 
GeneralRe: Googlebot removing querystring values Pin
suzyb30-Jan-05 22:21
suzyb30-Jan-05 22:21 
GeneralRe: Googlebot removing querystring values Pin
raouls30-Jan-05 23:08
raouls30-Jan-05 23:08 
hmmm... it might be that the search engines are "throwing away" the query, because it is that... a query string.

http://www.mysite.com/page.asp?id=12
becomes
http://www.mysite.com/page.asp

because the search engine wants the actual page, not some arb query...

personally, i think that using a query to specify a page is wrong. each page in one's site should be a physical page, and one should use post variables rather than get variables to transfer data between pages. it's safer and more "invisible" - especially when you're using some sort of online form.

--
Raoul Snyman
Saturn Laboratories
e-mail: raoul.snyman@saturnlaboratories.co.za
web: http://www.saturnlaboratories.co.za/
blog: http://blog.saturnlaboratories.co.za/
linux user: #333298
GeneralPicture Databases Pin
mavgoose28-Jan-05 0:58
mavgoose28-Jan-05 0:58 
GeneralRe: Picture Databases Pin
David Salter28-Jan-05 5:48
David Salter28-Jan-05 5:48 
GeneralRe: Picture Databases Pin
raouls30-Jan-05 19:29
raouls30-Jan-05 19:29 
Generalsubmit asp/asp.net form and save to word Pin
Calvin_00727-Jan-05 8:50
Calvin_00727-Jan-05 8:50 
GeneralRe: submit asp/asp.net form and save to word Pin
tojamismis27-Jan-05 18:07
tojamismis27-Jan-05 18:07 
GeneralCOM object in javascript Pin
mtone27-Jan-05 6:28
mtone27-Jan-05 6:28 
GeneralRe: COM object in javascript Pin
tojamismis27-Jan-05 7:12
tojamismis27-Jan-05 7:12 
GeneralRe: COM object in javascript Pin
mtone27-Jan-05 7:32
mtone27-Jan-05 7:32 
GeneralRe: COM object in javascript Pin
DavidNohejl27-Jan-05 14:22
DavidNohejl27-Jan-05 14:22 
GeneralWind Gauge, Thermometer Objects Pin
jerry1211a27-Jan-05 2:53
jerry1211a27-Jan-05 2:53 
GeneralRe: Wind Gauge, Thermometer Objects Pin
tojamismis27-Jan-05 7:21
tojamismis27-Jan-05 7:21 
QuestionHow a java applet read data continously from server? Pin
kokain26-Jan-05 21:56
kokain26-Jan-05 21:56 
GeneralWeb development Pin
Yulianto.25-Jan-05 16:55
Yulianto.25-Jan-05 16:55 
GeneralRe: Web development Pin
DavidNohejl26-Jan-05 5:44
DavidNohejl26-Jan-05 5:44 
GeneralRe: Web development Pin
Yulianto.26-Jan-05 15:03
Yulianto.26-Jan-05 15:03 
GeneralRe: Web development Pin
DavidNohejl26-Jan-05 15:24
DavidNohejl26-Jan-05 15:24 
GeneralRe: Web development Pin
Yulianto.26-Jan-05 17:19
Yulianto.26-Jan-05 17:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.