HighDots Forums  

Lynx browser & Hotmail?

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Lynx browser & Hotmail? in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joseph
 
Posts: n/a

Default Lynx browser & Hotmail? - 06-18-2007 , 05:50 PM






Hello all, I am trying to access Hotmail emails from Lynx browser but
have no success. I downloaded recent Lynx version that supports SSL.
And
I am able to put in username, password and click log on. However
after I
log on, all I got is a blank screen. Does anyone know any tricks to
access and read Hotmail from Lynx? I am running Lynx 2.8.6rel.5
(09May2007) with libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 0.9.7a, ncurses
5.4.20040724 built on Linux-gnu Jun 18 2007


Reply With Quote
  #2  
Old   
Erwin Moller
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-19-2007 , 08:12 AM






Joseph wrote:

Quote:
Hello all, I am trying to access Hotmail emails from Lynx browser but
have no success. I downloaded recent Lynx version that supports SSL.
And
I am able to put in username, password and click log on. However
after I
log on, all I got is a blank screen. Does anyone know any tricks to
access and read Hotmail from Lynx? I am running Lynx 2.8.6rel.5
(09May2007) with libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 0.9.7a, ncurses
5.4.20040724 built on Linux-gnu Jun 18 2007
Hi Joseph,

Hotmail relies heavily on JavaScript.
Lynx doesn't have javascript (last time I checked, some zillion years ago).

So that will not work.

Is downloading a modern browser an option for you?
Like Firefox?

If not you could try to interact with hotmail via other software.
I know PHP has a few classes/libs that deal with Hotmail, but I do not know
any details. Could be worth a shot. (http:www.phpclasses.org)

Good luck.

Regards,
Erwin Moller


Reply With Quote
  #3  
Old   
andrew
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-19-2007 , 08:25 AM



On 2007-06-18, Joseph <spmok2 (AT) canada (DOT) com> wrote:
Quote:
Hello all, I am trying to access Hotmail emails from Lynx browser but
have no success. I downloaded recent Lynx version that supports SSL.
And
I am able to put in username, password and click log on. However
after I
log on, all I got is a blank screen. Does anyone know any tricks to
access and read Hotmail from Lynx? I am running Lynx 2.8.6rel.5
(09May2007) with libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 0.9.7a, ncurses
5.4.20040724 built on Linux-gnu Jun 18 2007

Just for curiosity have you tried gmail with lynx?

Andrew


--
Andrew's Corner
http://people.aapt.net.au/~adjlstrong/homer.html



Reply With Quote
  #4  
Old   
Bruce Lewis
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-19-2007 , 10:02 AM



andrew <nospam (AT) andrew (DOT) invalid> writes:

Quote:
Just for curiosity have you tried gmail with lynx?
There's a basic HTML view for gmail that works OK once you get used to
it. It relies on underline to show which messages are new, so I
suspect it wouldn't work well with screen readers.

--

http://ourdoings.com/
Amazingly simple photo sharing


Reply With Quote
  #5  
Old   
andrew
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-19-2007 , 08:23 PM



On 2007-06-19, Bruce Lewis <brlspam (AT) yahoo (DOT) com> wrote:
Quote:
andrew <nospam (AT) andrew (DOT) invalid> writes:

Just for curiosity have you tried gmail with lynx?

There's a basic HTML view for gmail that works OK once you get used to
it. It relies on underline to show which messages are new, so I
suspect it wouldn't work well with screen readers.
Had a quick look at your header:

User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

and I was a little curious as to how many gnus users (!!) there are
out there? Is there a NG that is frequented, as slrn users congregate
at news.software.readers?

Andrew


--
Andrew's Corner
http://people.aapt.net.au/~adjlstrong/homer.html


Reply With Quote
  #6  
Old   
Bruce Lewis
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-21-2007 , 11:31 AM



andrew <nospam (AT) andrew (DOT) invalid> writes:

Quote:
Had a quick look at your header:

User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

and I was a little curious as to how many gnus users (!!) there are
out there? Is there a NG that is frequented, as slrn users congregate
at news.software.readers?
I'm not sure. I haven't looked for a place to congregate with other
users. I can tell you that there are plenty of people out there who
still read mail in emacs.

To tie this back in to the topic of HTML, there's one gotcha to watch
for if you want to accommodate people who don't take HTML email. The
canonical "right solution" is to send a multipart/alternative message
with a text/plain part in addition to the text/html part. This works
fine for the original message. The gotcha happens when someone using
Outlook (and likely other HTML-capable mail user agents) forwards the
message. The text/plain part ends up discarded, and the work you put
into making it nice is lost. I found this problem making class notes
for my college alumni class. The class secretary was using ourdoings
to prepare photo-illustrated updates. She subscribed her own address
since that was easy, then forwarded the ourdoings message to the rest
of the class. It didn't work well for text-based mail, including the
gnus reader I use. So we had to put the class mailing list itself on
the subscription list directly. That caused incorrect unsubscription
instructions to be included, before the correct ones that the mailing
list always appends. But I will have that problem corrected shortly.

Sorry if the above is worded awkwardly. My lines started lining up and
I couldn't stop. (You won't see this unless you view my message in a
fixed-width font.)

--

http://ourdoings.com/
Amazingly simple photo sharing


Reply With Quote
  #7  
Old   
Stan Brown
 
Posts: n/a

Default Re: Lynx browser & Hotmail? - 06-21-2007 , 05:33 PM



21 Jun 2007 11:31:50 -0400 from Bruce Lewis <brlspam (AT) yahoo (DOT) com>:
Quote:
To tie this back in to the topic of HTML, there's one gotcha to watch
for if you want to accommodate people who don't take HTML email. The
canonical "right solution" is to send a multipart/alternative message
with a text/plain part in addition to the text/html part.
Or, of course, just don't send HTML at all. Plain text works darn
well. :-)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.