Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: New Kiss My ASP column on ASPToday


Message #1 by johnc@w... on Tue, 17 Dec 2002 13:39:06
In my latest column I introduce Learning Tracks: a new way of finding what 
you need at ASPToday; Wrox Direct: a new online store where you can save 
up to 40% on Wrox books;I highlight a recent article that has had good 
reviews; and I show how ASPToday can save you this Christmas.

You can read all this and more at http://www.asptoday.com/info.asp?
view=editorialcolumn

John

John Richard Chapman 
Chief Technical Editor 
ASPToday 
Wrox Press Ltd. 
john@a... 
http://www.asptoday.com/
http://www.csharptoday.com/
Message #2 by "Ramjee" <ramjee@o...> on Tue, 17 Dec 2002 10:28:18 -0500
Dear Mr. Chapman,

As I mentioned to you in my previous email we have some Arabic word that we
would like to display in our web site at www.owens.com (both in English word
and Arabic word when search by English word). However, when I tried to
display data on the web site, it will display ??????????????????. Would you
please send me information related to this issue. I am confident that you
can help me. Your response would highly be appreciated.

Best Regards,

Ramjee Adhikary

-----Original Message-----
From: johnc@w... [mailto:johnc@w...]
Sent: Tuesday, December 17, 2002 1:39 PM
To: ASPToday Discuss
Subject: [asptoday_discuss] New Kiss My ASP column on ASPToday


In my latest column I introduce Learning Tracks: a new way of finding what
you need at ASPToday; Wrox Direct: a new online store where you can save
up to 40% on Wrox books;I highlight a recent article that has had good
reviews; and I show how ASPToday can save you this Christmas.

You can read all this and more at http://www.asptoday.com/info.asp?
view=editorialcolumn

John

John Richard Chapman
Chief Technical Editor
ASPToday
Wrox Press Ltd.
john@a...
http://www.asptoday.com/
http://www.csharptoday.com/


Message #3 by "Dave Cranwell" <david@t...> on Tue, 17 Dec 2002 15:50:07 -0000
You need to set the html headers so that display type of the page is UTF-8.

 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

But even then, it'll only display the arabic if the viewing using has an
arabic language pack installed on their machine, and not many people do
unless they are in fact arabic!


--------------------------
Dave Cranwell
Torchbox Ltd
david@t...
tel: (+44) 1608 811 870
mob: (+44) 7760 438 708
http://www.torchbox.com

----- Original Message -----
From: "Ramjee" <ramjee@o...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Tuesday, December 17, 2002 3:28 PM
Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday


> Dear Mr. Chapman,
>
> As I mentioned to you in my previous email we have some Arabic word that
we
> would like to display in our web site at www.owens.com (both in English
word
> and Arabic word when search by English word). However, when I tried to
> display data on the web site, it will display ??????????????????. Would
you
> please send me information related to this issue. I am confident that you
> can help me. Your response would highly be appreciated.
>
> Best Regards,
>
> Ramjee Adhikary
>
> -----Original Message-----
> From: johnc@w... [mailto:johnc@w...]
> Sent: Tuesday, December 17, 2002 1:39 PM
> To: ASPToday Discuss
> Subject: [asptoday_discuss] New Kiss My ASP column on ASPToday
>
>
> In my latest column I introduce Learning Tracks: a new way of finding what
> you need at ASPToday; Wrox Direct: a new online store where you can save
> up to 40% on Wrox books;I highlight a recent article that has had good
> reviews; and I show how ASPToday can save you this Christmas.
>
> You can read all this and more at http://www.asptoday.com/info.asp?
> view=editorialcolumn
>
> John
>
> John Richard Chapman
> Chief Technical Editor
> ASPToday
> Wrox Press Ltd.
> john@a...
> http://www.asptoday.com/
> http://www.csharptoday.com/
>
>
>
>
>

Message #4 by "khan deepu" <khandeepu@h...> on Wed, 18 Dec 2002 05:19:04 +0000
inside <head>
<% response.charset = "windows-1256" %>


Cheers






>From: "Dave Cranwell" <david@t...>
>Reply-To: "ASPToday Discuss" <asptoday_discuss@p...>
>To: "ASPToday Discuss" <asptoday_discuss@p...>
>Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
>Date: Tue, 17 Dec 2002 15:50:07 -0000
>
>You need to set the html headers so that display type of the page is UTF-8.
>
>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>
>But even then, it'll only display the arabic if the viewing using has an
>arabic language pack installed on their machine, and not many people do
>unless they are in fact arabic!
>
>
>--------------------------
>Dave Cranwell
>Torchbox Ltd
>david@t...
>tel: (+44) 1608 811 870
>mob: (+44) 7760 438 708
>http://www.torchbox.com
>
>----- Original Message -----
>From: "Ramjee" <ramjee@o...>
>To: "ASPToday Discuss" <asptoday_discuss@p...>
>Sent: Tuesday, December 17, 2002 3:28 PM
>Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
>
>
> > Dear Mr. Chapman,
> >
> > As I mentioned to you in my previous email we have some Arabic word that
>we
> > would like to display in our web site at www.owens.com (both in English
>word
> > and Arabic word when search by English word). However, when I tried to
> > display data on the web site, it will display ??????????????????. Would
>you
> > please send me information related to this issue. I am confident that 
>you
> > can help me. Your response would highly be appreciated.
> >
> > Best Regards,
> >
> > Ramjee Adhikary
> >
> > -----Original Message-----
> > From: johnc@w... [mailto:johnc@w...]
> > Sent: Tuesday, December 17, 2002 1:39 PM
> > To: ASPToday Discuss
> > Subject: [asptoday_discuss] New Kiss My ASP column on ASPToday
> >
> >
> > In my latest column I introduce Learning Tracks: a new way of finding 
>what
> > you need at ASPToday; Wrox Direct: a new online store where you can save
> > up to 40% on Wrox books;I highlight a recent article that has had good
> > reviews; and I show how ASPToday can save you this Christmas.
> >
> > You can read all this and more at http://www.asptoday.com/info.asp?
> > view=editorialcolumn
> >
> > John
> >
> > John Richard Chapman
> > Chief Technical Editor
> > ASPToday
> > Wrox Press Ltd.
> > john@a...
> > http://www.asptoday.com/
> > http://www.csharptoday.com/
> >
> >
> >
> >
> >


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

Message #5 by "Ramjee" <ramjee@o...> on Fri, 20 Dec 2002 09:59:31 -0500
Dear Deepu Khan,


As I mentioned to in my posting, my data is coming out of Database
(SQL/Access). It's not straight typing/uploading to website.

And I would like to display and Arabic word when search by English word
When I tried to display data on the web site, it will display
??????????????????. Would
Any suggestions would greatly be appreciated

Best Regards,

Ramjee
(Ramjee)


-Original Message-----
From: khan deepu [mailto:khandeepu@h...]
Sent: Wednesday, December 18, 2002 12:19 AM
To: ASPToday Discuss
Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday


inside <head>
<% response.charset = "windows-1256" %>


Cheers


>From: "Dave Cranwell" <david@t...>
>Reply-To: "ASPToday Discuss" <asptoday_discuss@p...>
>To: "ASPToday Discuss" <asptoday_discuss@p...>
>Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
>Date: Tue, 17 Dec 2002 15:50:07 -0000
>
>You need to set the html headers so that display type of the page is UTF-8.
>
>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>
>But even then, it'll only display the arabic if the viewing using has an
>arabic language pack installed on their machine, and not many people do
>unless they are in fact arabic!
>
>
>--------------------------
>Dave Cranwell
>Torchbox Ltd
>david@t...
>tel: (+44) 1608 811 870
>mob: (+44) 7760 438 708
>http://www.torchbox.com
>
>----- Original Message -----
>From: "Ramjee" <ramjee@o...>
>To: "ASPToday Discuss" <asptoday_discuss@p...>
>Sent: Tuesday, December 17, 2002 3:28 PM
>Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
>
>
> > Dear Mr. Chapman,
> >
> > As I mentioned to you in my previous email we have some Arabic word that
>we
> > would like to display in our web site at www.owens.com (both in English
>word
> > and Arabic word when search by English word). However, when I tried to
> > display data on the web site, it will display ??????????????????. Would
>you
> > please send me information related to this issue. I am confident that
>you
> > can help me. Your response would highly be appreciated.
> >
> > Best Regards,
> >
> > Ramjee Adhikary
> >
> > -----Original Message-----
> > From: johnc@w... [mailto:johnc@w...]
> > Sent: Tuesday, December 17, 2002 1:39 PM
> > To: ASPToday Discuss
> > Subject: [asptoday_discuss] New Kiss My ASP column on ASPToday
> >
> >
> > In my latest column I introduce Learning Tracks: a new way of finding
>what
> > you need at ASPToday; Wrox Direct: a new online store where you can save
> > up to 40% on Wrox books;I highlight a recent article that has had good
> > reviews; and I show how ASPToday can save you this Christmas.
> >
> > You can read all this and more at http://www.asptoday.com/info.asp?
> > view=editorialcolumn
> >
> > John
> >
> > John Richard Chapman
> > Chief Technical Editor
> > ASPToday
> > Wrox Press Ltd.
> > john@a...
> > http://www.asptoday.com/
> > http://www.csharptoday.com/
> >
> >
> >
> >
> >


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus



Message #6 by "Dave Cranwell" <david@t...> on Fri, 20 Dec 2002 15:04:15 -0000
The database you are using needs to support unicode.

Even before you try and output the DB contents to the page, you need to
ensure that the contents of the DB themselves are correct. If your DB
doesn't support unicode, it'll garble the information you add if its in a
differenc character set.

Once you know your database a) supports unicode b) correctly represents the
non-western alphabet characters, you can then deal with outputting the
contents to the screen.

--------------------------
Dave Cranwell
Torchbox Ltd
david@t...
tel: (+44) 1608 811 870
mob: (+44) 7760 438 708
http://www.torchbox.com

----- Original Message -----
From: "Ramjee" <ramjee@o...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Friday, December 20, 2002 2:59 PM
Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday


> Dear Deepu Khan,
>
>
> As I mentioned to in my posting, my data is coming out of Database
> (SQL/Access). It's not straight typing/uploading to website.
>
> And I would like to display and Arabic word when search by English word
> When I tried to display data on the web site, it will display
> ??????????????????. Would
> Any suggestions would greatly be appreciated
>
> Best Regards,
>
> Ramjee
> (Ramjee)
>
>
> -Original Message-----
> From: khan deepu [mailto:khandeepu@h...]
> Sent: Wednesday, December 18, 2002 12:19 AM
> To: ASPToday Discuss
> Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
>
>
> inside <head>
> <% response.charset = "windows-1256" %>
>
>
> Cheers
>
>
> >From: "Dave Cranwell" <david@t...>
> >Reply-To: "ASPToday Discuss" <asptoday_discuss@p...>
> >To: "ASPToday Discuss" <asptoday_discuss@p...>
> >Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
> >Date: Tue, 17 Dec 2002 15:50:07 -0000
> >
> >You need to set the html headers so that display type of the page is
UTF-8.
> >
> >  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> >
> >But even then, it'll only display the arabic if the viewing using has an
> >arabic language pack installed on their machine, and not many people do
> >unless they are in fact arabic!
> >
> >
> >--------------------------
> >Dave Cranwell
> >Torchbox Ltd
> >david@t...
> >tel: (+44) 1608 811 870
> >mob: (+44) 7760 438 708
> >http://www.torchbox.com
> >
> >----- Original Message -----
> >From: "Ramjee" <ramjee@o...>
> >To: "ASPToday Discuss" <asptoday_discuss@p...>
> >Sent: Tuesday, December 17, 2002 3:28 PM
> >Subject: [asptoday_discuss] RE: New Kiss My ASP column on ASPToday
> >
> >
> > > Dear Mr. Chapman,
> > >
> > > As I mentioned to you in my previous email we have some Arabic word
that
> >we
> > > would like to display in our web site at www.owens.com (both in
English
> >word
> > > and Arabic word when search by English word). However, when I tried to
> > > display data on the web site, it will display ??????????????????.
Would
> >you
> > > please send me information related to this issue. I am confident that
> >you
> > > can help me. Your response would highly be appreciated.
> > >
> > > Best Regards,
> > >
> > > Ramjee Adhikary
> > >
> > > -----Original Message-----
> > > From: johnc@w... [mailto:johnc@w...]
> > > Sent: Tuesday, December 17, 2002 1:39 PM
> > > To: ASPToday Discuss
> > > Subject: [asptoday_discuss] New Kiss My ASP column on ASPToday
> > >
> > >
> > > In my latest column I introduce Learning Tracks: a new way of finding
> >what
> > > you need at ASPToday; Wrox Direct: a new online store where you can
save
> > > up to 40% on Wrox books;I highlight a recent article that has had good
> > > reviews; and I show how ASPToday can save you this Christmas.
> > >
> > > You can read all this and more at http://www.asptoday.com/info.asp?
> > > view=editorialcolumn
> > >
> > > John
> > >
> > > John Richard Chapman
> > > Chief Technical Editor
> > > ASPToday
> > > Wrox Press Ltd.
> > > john@a...
> > > http://www.asptoday.com/
> > > http://www.csharptoday.com/
> > >
> > >
> > >
> > >
> > >
>
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
>
>
>
>
>


  Return to Index