Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-26 Thread Martin DeMello

On 2/26/07, Chris Eidhof [EMAIL PROTECTED] wrote:

Hey everyone,

we added some examples to this page. There are some topics that don't
have any examples, notably:
# 11 Network Programming
# 12 XML
 * 12.1 Parsing XML
# 13 Databases
 * 13.1 MySQL
 * 13.2 PostgreSQL
 * 13.3 SQLite
# 14 FFI
 * 14.1 How to interface with C

If anyone feels like filling up some of those sections, that would be
great.


I'd also suggest adding

* 4.4 Regular expressions
* 4.5 Interpolation

martin
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-25 Thread Chris Eidhof

Hey everyone,

we added some examples to this page. There are some topics that don't  
have any examples, notably:

# 11 Network Programming
# 12 XML
* 12.1 Parsing XML
# 13 Databases
* 13.1 MySQL
* 13.2 PostgreSQL
* 13.3 SQLite
# 14 FFI
* 14.1 How to interface with C

If anyone feels like filling up some of those sections, that would be  
great.


-chris

On 21 Feb, 2007, at 20:17 , Martin Bishop wrote:

I made a preliminary page, and fleshed out some of the headers/sub- 
headers on the wiki page for a good Haskell Cookbook (aka NOT a  
PLEAC clone).  Please contribute and/or fix the examples and  
explanations so we can make a really nice Cookbook for newbies. :)


 http://haskell.org/haskellwiki/Cookbook

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread Michael T. Richter
On Fri, 2007-23-02 at 02:24 -0500, Albert Y. C. Lai wrote:

 Call me a technophile, but it saddens me that ASCII has already held us 
 back for too many decades, and looks like it will still hold us back for 
 another.


OK.  You're a technophile.  But I agree with you.  ASCII needs to die a
slow, brutal death.  Quickly.  (And yes, I'm aware of the
contradiction. ;))

-- 
Michael T. Richter [EMAIL PROTECTED]
Disclaimer: Any people who think that opinions expressed from my private
email account in any way, shape or form are those of my employer have
more lawyers at their beck and call than they do brain cells.


smiley-4.png
Description: PNG image


signature.asc
Description: This is a digitally signed message part
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread Steve Schafer
On Fri, 23 Feb 2007 18:09:15 +, you wrote:

Well, actually, I never cited the non-breaking space character as a 
problem.

Well, actually, you did:

Symbols such as the 160 used liberally in the Haskell wikibook are
totally invisible to screen readers.

 #160; = NO BREAK SPACE

Which is why I asked specifically about that.

Steve Schafer
Fenestra Technologies Corp.
http://www.fenestra.com/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread P. R. Stanley
So that's what it is! I wondered why alt-num-0160 only produced a 
space character. Still, as I said originally, it is totally invisible 
in the browse buffer.
Anyway, are you one of the authors of the wikibook Or, are you just 
offering your assistance?


All the best
Paul
At 19:03 23/02/2007, you wrote:

On Fri, 23 Feb 2007 18:09:15 +, you wrote:

Well, actually, I never cited the non-breaking space character as a
problem.

Well, actually, you did:

Symbols such as the 160 used liberally in the Haskell wikibook are
totally invisible to screen readers.

 #160; = NO BREAK SPACE

Which is why I asked specifically about that.

Steve Schafer
Fenestra Technologies Corp.
http://www.fenestra.com/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread Seth Gordon
P. R. Stanley wrote:
 I'm referring to math symbols which do not get successfully
 translated into an intelligible symbol in the screen reader browse buffer.

Is there a way to make the symbols both look right on a screen and sound
right from a screen reader?  E.g.,

span title=big sigmaΣ/span  !-- there's a U+03A3 in there --
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread David House

On 23/02/07, P. R. Stanley [EMAIL PROTECTED] wrote:

As a tip for anyone involved in writing and publishing scientific
materials on the web, unless the maths is either written without any
funny symbols or, better still, typeset in latex, it is not
accessible to a screen-reader.


I was under the impression that modern screen readers could pronounce
Unicode characters by looking up their name. I.e., your #160; would
get read as 'Non-breaking space' (perhaps a bad example, this one
wouldn't want to be read out due to its abuse as a layout tool, which
would make reading old pages very awkward).

I don't see how images are going to be much better? I suppose math
images do, on MediaWiki, have an alt text which is their LaTeX, but
I'd hate to have to have that read to me.

If you're interested in talking to the authors of the wikibook,
subscribe to the wikibook@haskell.org mailing list.

--
-David House, [EMAIL PROTECTED]
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread P. R. Stanley



As a tip for anyone involved in writing and publishing scientific
materials on the web, unless the maths is either written without any
funny symbols or, better still, typeset in latex, it is not
accessible to a screen-reader.


I was under the impression that modern screen readers could pronounce
Unicode characters by looking up their name. I.e., your #160; would
get read as 'Non-breaking space' (perhaps a bad example, this one
wouldn't want to be read out due to its abuse as a layout tool, which
would make reading old pages very awkward).

I don't see how images are going to be much better? I suppose math
images do, on MediaWiki, have an alt text which is their LaTeX, but
I'd hate to have to have that read to me.





I think latex is the perfect solution to the problem. It is 
perhaps the only 100 percent accessible medium available right now. 
It doesn't require any special software to read. All it needs is a 
simple text editor.



Latex is a well-established tool/medium in the world-wide scientific 
community and therefore its inclusion in the Haskell wikibook or any 
other scientific document along with the unicode characters and 
image files would be potentially beneficial to everyone.

Paul




If you're interested in talking to the authors of the wikibook,
subscribe to the wikibook@haskell.org mailing list.

--
-David House, [EMAIL PROTECTED]


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-23 Thread P. R. Stanley



Is there a way to make the symbols both look right on a screen and sound
right from a screen reader?  E.g.,

span title=big sigmaΣ/span  !-- there's a U+03A3 in there --
In theory the title attribute should be the 
adequate yet simple solution we're after. Sadly, 
in reality this 'aint the case. The title 
attribute works beautifully in list and table elements.


Having read some of the posts I've come to the 
conclusion that the addition of Latex source 
code along with the unicode stuff may be the best way forward.
I am, however, still open to new ideas. So 
please don't hesitate to keep them coming.
By the way guys, if we're straying off-topic 
here please feel free to drop me a line privately.

Best wishes
Paul


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-22 Thread Albert Y. C. Lai
Call me a technophile, but it saddens me that ASCII has already held us 
back for too many decades, and looks like it will still hold us back for 
another.


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-21 Thread P. R. Stanley
and can I please ask anyone thinking of using special symbols to 
resist the temptation.
Symbols such as the 160 used liberally in the Haskell wikibook are 
totally invisible to screen readers.
I would be happy to proof read any document before it goes to the 
wikibook to ensure it's fully accessible to screen readers.


Regards,
Paul

At 03:17 22/02/2007, you wrote:
I made a preliminary page, and fleshed out some of the 
headers/sub-headers on the wiki page for a good Haskell Cookbook 
(aka NOT a PLEAC clone).  Please contribute and/or fix the examples 
and explanations so we can make a really nice Cookbook for newbies. :)


 http://haskell.org/haskellwiki/Cookbook

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] A real Haskell Cookbook

2007-02-21 Thread Jefferson Heard
I second this plea.

-- Jeff

On Wednesday 21 February 2007 22:34, P. R. Stanley wrote:
 and can I please ask anyone thinking of using special symbols to
 resist the temptation.
 Symbols such as the 160 used liberally in the Haskell wikibook are
 totally invisible to screen readers.
 I would be happy to proof read any document before it goes to the
 wikibook to ensure it's fully accessible to screen readers.

 Regards,
 Paul

 At 03:17 22/02/2007, you wrote:
 I made a preliminary page, and fleshed out some of the
 headers/sub-headers on the wiki page for a good Haskell Cookbook
 (aka NOT a PLEAC clone).  Please contribute and/or fix the examples
 and explanations so we can make a really nice Cookbook for newbies. :)
 
   http://haskell.org/haskellwiki/Cookbook
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe