Specifically if you are interested in the collective intelligence book check the following books out. They cover topics such as recommender systems, search (information retrieval) and a variety of machine learning techniques that you can use in these scenarios.
These books are quite practical and well suited to a CS student. They will bring you through either the SDK or algorithms during which you will do a few little implementations.
Collective Intelligence in Action - http://www.manning.com/alag/
Taming text - http://www.manning.com/ingersoll/
Mahout in action - http://www.manning.com/owen/
Data mining - http://www.cs.waikato.ac.nz/~ml/weka/book.html (This is from the guys who wrote an api / program for ML called weka)
Lucene In Action - http://www.manning.com/hatcher2/
Solr enterprise search - https://www.packtpub.com/solr-1-4-enterprise-search-server/book
If you'd like a more theory based book for cs students I'd recommend Networks, Crowds and Markets you can find the ebook at http://www.cs.cornell.edu/home/kleinber/networks-book/
It focuses on social network analysis, graph theory and game theory.
These are some conferences that cover the state of the art in the field. The WWW conference is more likely to have research from companies such as facebook, microsoft etc. where it their work is more focussed on using some of their preexisting products.
ACM Recommender Systems - http://recsys.acm.org
ACM User Modeling, Adaptation and Personalization - http://www.umap2011.org/
ACM WWW - http://wwwconference.org/
Some libraries I use that are worth checking out are
Mahout - http://mahout.apache.org/
Weka - http://www.cs.waikato.ac.nz/ml/weka/