Difference between revisions of "Blog articles/Web"

From HaskellWiki
Jump to navigation Jump to search
 
(Added a persistence category along with a link to a happstack-state tutorial.)
(9 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
* [http://programming.reddit.com/goto?id=139vk Haskell and Web Applications]
 
* [http://programming.reddit.com/goto?id=139vk Haskell and Web Applications]
 
* [http://programming.reddit.com/goto?id=12a6a Ruby and Haskell: write your Rails backend code in Haskell instead of C]
 
* [http://programming.reddit.com/goto?id=12a6a Ruby and Haskell: write your Rails backend code in Haskell instead of C]
* Writing a Simple Search Engine in Haskell
 
** [http://blogs.nubgames.com/code/?p=18 Part 0 Introduction]
 
** [http://blogs.nubgames.com/code/?p=19 Part 1 Maybe and List]
 
 
* [http://haskell-web.blogspot.com/2006/12/some-ideas-in-progress_13.html Haskell and the web: some ideas in progress]
 
* [http://haskell-web.blogspot.com/2006/12/some-ideas-in-progress_13.html Haskell and the web: some ideas in progress]
 
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
 
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
Line 14: Line 11:
 
* [http://www.movethemarkets.com/richard/2007/04/14/use-of-textxhtmlstrict-for-outputting-xhtml/ Use of Text.XHtml.Strict for Outputting XHTML]
 
* [http://www.movethemarkets.com/richard/2007/04/14/use-of-textxhtmlstrict-for-outputting-xhtml/ Use of Text.XHtml.Strict for Outputting XHTML]
 
* [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup]
 
* [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup]
  +
* [http://hitesh-jasani.blogspot.com/2007/11/parsing-html-with-haskell.html Parsing html with tagsoup]
  +
  +
=== Persistence ===
  +
  +
* [http://www.kuliniewicz.org/blog/archives/2009/04/05/happstackstate-the-basics/ Happstack.State - the basics]
   
 
=== XML, Atom, RSS ===
 
=== XML, Atom, RSS ===
Line 20: Line 22:
 
* [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT]
 
* [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT]
 
* [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox]
 
* [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox]
  +
* [http://www.ibm.com/developerworks/xml/library/x-matters14.html Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML]
  +
* [http://www.b7j0c.org/content/haskell-newspage.html A news aggregator]
  +
* [http://kevin.scaldeferri.com/blog/2007/09/29/UrlSpider1HaXML.html Haskell Web Spider, Part 1: HaXML]
  +
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects]
  +
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action]
  +
  +
=== Further reading ===
  +
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Web Web libraries on Hackage]
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Network Network libraries on Hackage]
  +
  +
[[Category:Web]]

Revision as of 15:44, 1 July 2010