<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="/node/117617">
	<channel>
		<title>NYPL Blogs: Lifelong Learning</title>

		<link>/node/117617</link>

		<description />

		<language>en</language>
    	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NYPLBlogsLifelongLearning" /><feedburner:info uri="nyplblogslifelonglearning" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Cracking the Code: Learning Computer Programming Languages</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/0lF_F3yXNyE/learning-computer-programming-languages</link>

		<dc:creator>Lauren Lampasone, Reference and Research Services</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;a href="http://digitalgallery.nypl.org/nypldigital/id?1817339" title="Green Turtle., Digital ID 1817339, New York Public Library"&gt;&lt;/a&gt;&lt;/span&gt;I learned to code when I&amp;nbsp;was in fourth grade. Okay... maybe that's an exaggeration. I learned &lt;a href="http://en.wikipedia.org/wiki/Logo_%28programming_language%29"&gt;Logo&lt;/a&gt; when I was in elementary school, using an Apple IIe (in the school library, naturally) and later a Macintosh.&lt;/p&gt;
&lt;p&gt;Logo is a programming language that was developed as an educational tool for kids. You issue commands to the &amp;quot;turtle&amp;quot; (pictured at left) and receive output as his simple or complex path on the screen. I didn't know it at the time, but I was solving puzzles and making cool geometric patterns because my teachers wanted me to learn how to think about computers and logic. I didn't consider myself to be programming a computer, but just doing an assignment that was half mind-bending, half fun and rewarding.&lt;/p&gt;

&lt;p&gt;Right now it &lt;a href="http://www.nytimes.com/2012/04/01/business/computer-science-for-non-majors-takes-many-forms.html"&gt;seems&lt;/a&gt; &lt;a href="http://www.nytimes.com/2012/03/28/technology/for-an-edge-on-the-internet-computer-code-gains-a-following.html?pagewanted=all"&gt;fashionable&lt;/a&gt; to want to learn to program. It is an added skill set that can be of benefit &lt;a href="https://twitter.com/#!/MikeBloomberg/status/154999795159805952"&gt;no matter your current career&lt;/a&gt;.&amp;nbsp;And if you are more than a casual user of the web it can help you understand how it all works together, which is an important part of strengthening information literacy.&lt;/p&gt;
Reading
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.nytimes.com/2012/04/01/business/computer-science-for-non-majors-takes-many-forms.html"&gt;&amp;quot;Computer Science for the Rest of Us.&amp;quot;&lt;/a&gt; by Randall Stross. &lt;em&gt;The New York Times&lt;/em&gt;, March 31, 2012.&lt;br /&gt;
    Computational thinking is a skill that transcends traditional academic boundaries. So what do non-Comp Sci majors need to learn before they graduate?&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nytimes.com/2012/03/28/technology/for-an-edge-on-the-internet-computer-code-gains-a-following.html?pagewanted=all"&gt;&amp;quot;A Surge in Learning the Language of the Internet.&amp;quot;&lt;/a&gt; by Jenna Wortham. &lt;em&gt;The New York Times&lt;/em&gt;, March 27, 2012.&lt;br /&gt;
    Night schools and online courses in web development are growing in popularity, and a market has formed to serve these eager new students.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.slate.com/articles/technology/technology/2012/03/ruby_ruby_on_rails_and__why_the_disappearance_of_one_of_the_world_s_most_beloved_computer_programmers_.single.html"&gt;&amp;quot;Where's _why?&amp;quot;&lt;/a&gt; by Annie Lowrey. &lt;em&gt;Slate&lt;/em&gt;, March 15, 2012.&lt;br /&gt;
    &amp;quot;Rubyists possess an often exaggerated, yet nevertheless merited, reputation for being the quirky hug-everyone kids of the programming world.&amp;quot;&amp;nbsp;One journalist takes time off for a personal project to learn about Ruby, as well as the mysterious disappearance of _why.&lt;/li&gt;
    &lt;li&gt;&lt;a class="ext" href="http://m.theatlantic.com/technology/print/2011/06/how-i-failed-failed-and-finally-succeeded-at-learning-how-to-code/239855/"&gt;&amp;quot;How I Failed, Failed, and Finally Succeeded at Learning How to Code.&amp;quot;&lt;/a&gt; by James Somers. &lt;em&gt;The Atlantic&lt;/em&gt;, June 2011.&lt;br /&gt;
    Problem solving, the ORIC-1, &lt;a target="_blank" rel="homepage" title="Project Euler" href="http://projecteuler.net/" class="zem_slink"&gt;Project Euler&lt;/a&gt;, and learning to program through a program.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.salon.com/2006/09/14/basic_2/singleton/"&gt;&amp;quot;Why Johnny can&amp;rsquo;t code.&amp;quot;&lt;/a&gt; by David Brin. &lt;em&gt;Salon,&lt;/em&gt; September 14, 2006.&lt;br /&gt;
    Computer programs today are far more abstracted away from the user then they were in the good old days of BASIC. Why it's important for kids to see the &amp;quot;insides&amp;quot; of a computer and learn how to code.&lt;/li&gt;
&lt;/ul&gt;
From the blogosphere:
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://fishbowl.pastiche.org/2012/04/03/johnny_and_jenny_can_code/"&gt;&amp;quot;Johnny and Jenny Can Code.&amp;quot;&lt;/a&gt; The Fishbowl, April 3, 2012.&lt;br /&gt;
    Forget BASIC; right now is the best time to learn, because the most advanced resources are available and affordable.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://annezelenka.com/2012/04/01/should-everyone-learn-to-program/"&gt;&amp;quot;Should everyone learn to program?&amp;nbsp;And by everyone I mean women.&amp;quot;&lt;/a&gt; Anne Z., April 1, 2012.&lt;br /&gt;
    Overview and individual take on the conversation around encouraging girls to develop computer programming and other STEM&amp;nbsp;(Science, technology, engineering, math) skills.&lt;/li&gt;
&lt;/ul&gt;
Online tools and resources
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.hackasaurus.org"&gt;&lt;strong&gt;Hackasaurus&lt;/strong&gt;&lt;/a&gt;  is a tool that was created for tweens, but anyone can play with the  &amp;quot;X-Ray Goggles&amp;quot; that let you turn a website inside-out. From there you  can &amp;quot;hack&amp;quot; the site to make changes happen before your eyes, and then  share the results. The goal is to turn kids into active users instead of  passive consumers of the web. Learn more at &lt;a href="http://www.nypl.org/events/calendar?keyword=hackasaurus"&gt;the next Hackasaurus event at the library&lt;/a&gt;!&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.codecademy.com"&gt;&lt;strong&gt;Codecademy&lt;/strong&gt;&lt;/a&gt;  is a multi-week, self-paced course that helps you learn JavaScript by  doing, from the most basic lesson to eventually creating a functional  Blackjack program or taxi fare calculator.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://tryruby.org"&gt;&lt;strong&gt;TryRuby&lt;/strong&gt;&lt;/a&gt; lets you practice right in your browser; download &lt;a href="http://hackety.com/"&gt;&lt;strong&gt;Hackety Hack&lt;/strong&gt;&lt;/a&gt; for Windows, Mac or Linux to create your own programs and games in Ruby to share within the community.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.udacity.com/"&gt;&lt;strong&gt;Udacity&lt;/strong&gt;&lt;/a&gt; made &lt;a href="http://www.nytimes.com/2011/08/16/science/16stanford.html?_r=1"&gt;headlines&lt;/a&gt;  when 58,000 people signed up for a free Stanford course on Artificial  Intelligence. They now offer classes on &amp;quot;Building a Search Engine,&amp;quot;  &amp;quot;Design of Computer Programs,&amp;quot; &amp;quot;Web Application Engineering,&amp;quot; and more.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.appinventor.mit.edu/"&gt;&lt;strong&gt;MIT&amp;nbsp;App Inventor&lt;/strong&gt;&lt;/a&gt; lets you build an informational or recreational app for your Android phone and start using it right away.&lt;/li&gt;
    &lt;li&gt;&lt;a class="ext" href="http://code.google.com/edu/"&gt;&lt;strong&gt;Google Code University&lt;/strong&gt;&lt;/a&gt;     offers basic introductions to web programming, databases, programming      languages, and Linux, as well as more advanced courses for Computer      Science students.&lt;/li&gt;
    &lt;li&gt;Visit &lt;a href="http://ilearnedtoprogram.com"&gt;&lt;strong&gt;ilearnedtoprogram.com&lt;/strong&gt;&lt;/a&gt; for a random snippet of inspiration.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://howimetyourmotherboard.com/?p=3"&gt;Nostalgic&lt;/a&gt; for the reptilian computer language of &lt;a href="http://www.wired.com/wiredscience/2007/10/forward-40-wher/"&gt;your youth&lt;/a&gt;, like me?&amp;nbsp;You can &lt;a href="http://www.mathsnet.net/logo/turtlelogo/index.html"&gt;practice your &lt;strong&gt;Logo&lt;/strong&gt; skills using the applet on this site&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
With your library card
&lt;ul&gt;
    &lt;li&gt;Browse downloadable &lt;a href="http://ebooks.nypl.org/C4EE8ED7-7834-4ADE-A2A5-43FC6E81F672/10/257/en/BANGSearch.dll?Type=Subject&amp;amp;ID=14&amp;amp;SortBy=CollDate"&gt;&lt;strong&gt;eBooks&lt;/strong&gt; on &amp;quot;Computer Technology;&amp;quot;&lt;/a&gt; includes some titles on programming.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sign in to &lt;a href="http://www.nypl.org/collections/articles-databases/credo-reference"&gt;Credo Reference&lt;/a&gt; with your library card barcode to access these works:&lt;span class="title_link"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;&lt;span class="title_link"&gt;&lt;a class="book_link" href="http://www.credoreference.com/book/hcdcomp"&gt;Collins Dictionary of Computing&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;span class="title_link"&gt;&lt;a class="book_link" href="http://www.credoreference.com/book/acbcomp"&gt;Dictionary of Computing&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="title_link"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;span class="title_link"&gt;&lt;a class="book_link" href="http://www.credoreference.com/book/wdmia"&gt;Dictionary of Multimedia and Internet Applications: A Guide for Developers and Users&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="title_link"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;span class="title_link"&gt;&lt;a class="book_link" href="http://www.credoreference.com/book/encyccs"&gt;Encyclopedia of Computer Science&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="title_link"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;span class="title_link"&gt;&lt;a class="book_link" href="http://www.credoreference.com/book/hmhighdef"&gt;High Definition: A-Z Guide to Personal Technology&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.credoreference.com/book/webstercom"&gt;&lt;em&gt;Webster's New World&amp;trade; Computer Dictionary&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Books on these subjects available at the library
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Application+Program+Interfaces+%28Computer+Software%29&amp;amp;t=subject"&gt;APIs (Application Program Interfaces) &lt;br /&gt;
    &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=HTML+%28Document+Markup+Language%29&amp;amp;t=subject"&gt;HTML&amp;nbsp;(Document Markup Language)&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=IOS+%28Electronic+Resource%29&amp;amp;t=subject"&gt;iOS development&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=JavaScript+%28Computer+Program+Language%29&amp;amp;t=subject"&gt;JavaScript&lt;br /&gt;
    &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Mobile+Computing+--+Programming&amp;amp;t=subject"&gt;Mobile Computing -- Programming&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Object-oriented+Programming+%28Computer+Science%29&amp;amp;t=subject"&gt;Object-oriented Programming&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=PHP+%28Computer+Program+Language%29&amp;amp;t=subject"&gt;PHP&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Python+%28Computer+Program+Language%29&amp;amp;t=subject"&gt;Python&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Ruby+%28Computer+Program+Language%29&amp;amp;t=subject"&gt;Ruby&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Ruby+on+Rails+%28Electronic+Resource%29&amp;amp;t=subject"&gt;Ruby on Rails&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Which computer language do you &amp;quot;speak&amp;quot;? Did you learn it in a formal class or by exploring on your own?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/0lF_F3yXNyE" height="1" width="1"/&gt;</description>
	
		<category>Internet</category>
<category>Computers</category>
<category>Technology and Applied Sciences</category>
		<comments>http://www.nypl.org/blog/2012/04/06/learning-computer-programming-languages#comments</comments>	
		<pubDate>Fri, 06 Apr 2012 09:46:35 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2012/04/06/learning-computer-programming-languages</feedburner:origLink></item>
	<item>
		<title>The Jefferson Market Library Free Classroom: Spring 2012</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/FYFynVnipyQ/jefferson-market-free-classroom-spring</link>

		<dc:creator>Frank Collerius, Jefferson Market Library</dc:creator>

	<description>&lt;p&gt;&lt;a href="http://www.nypl.org/locations/jefferson-market"&gt;Jefferson Market Library&lt;/a&gt;, in an effort to offer substantive courses that teach the subjects you want to learn,&amp;nbsp;is thrilled to offer its Spring Semester! Each course offers multiple sessions so students can build their knowledge as the course advances, class by class, guided by an experienced professor! And it's all free! Take a look:&lt;/p&gt;

&lt;p&gt;Remember (just like in college) &amp;mdash;&amp;nbsp;for all courses requiring pre-registration &amp;mdash;&amp;nbsp;students are expected to attend all sessions to achieve the maximum learning experience!&lt;/p&gt;
March Classes

Intro to Screenwriting: The Short Film
&lt;p&gt;Instructor and filmmaker Helen Kaplan leads this immersive workshop that will demystify the art of screenwriting and give you the tools you need to write a great short script in a month. Emphasis will be placed on visual storytelling, the classic three-act structure, plot, character development, conflict, and dialogue. &lt;strong&gt;Registration closed - class is FULL.&amp;nbsp; Thank you!&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Saturdays, 11 a.m. to 1 p.m.&lt;br /&gt;
March 3, 10, 17, 24 &amp;amp; 31&lt;/p&gt;
April/May Classes

French for Beginners
&lt;p&gt;Instructor Muriel Placet-Kouassi will guide first time learners in the basics of the French language &amp;mdash; for beginners only! Textbook provided. &lt;strong&gt;Registration is closed - class is FULL.&amp;nbsp; Thank you!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Saturdays, 11 a.m. to 1 p.m.&lt;br /&gt;
April 7, 14, 21 &amp;amp; 28; May 5, 12 &amp;amp; 19&lt;/p&gt;


Italian for Beginners
&lt;p&gt;Instructor Caterina Bertolotto leads students through the basics of the Italian language &amp;mdash;&amp;nbsp;for beginners! Textbook provided. &lt;strong&gt;Registration is closed - class is FULL.&amp;nbsp; Thank you!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thursdays, 10 a.m. to 12 noon&lt;br /&gt;
April 5, 12, 19 &amp;amp; 26; May 3, 10, 17 &amp;amp; 24&lt;/p&gt;


Food, Flavors, and Farming
&lt;p&gt;Instructor Ann Yonetani: &amp;quot;This course aspires to be a fun introduction to the science underlying many different aspects of food in our culture. We will examine many current topics and trends in food and gastronomy with a critical eye and will build scientific background knowledge to help sort through today&amp;rsquo;s dizzying array of food choices. My hope is that this class will aid students in navigating these options, becoming better-informed consumers, and enjoying the daily act of eating.&amp;quot; No pre-registration required.&lt;/p&gt;
&lt;p&gt;Fridays, 3:30 p.m. to 5 p.m.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
April 6:&amp;nbsp; &lt;a href="http://www.nypl.org/locations/tid/39/node/158790?lref=39%2Fcalendar"&gt;The Omnivore's Dilemma:&amp;nbsp; Food Choices and Nutritional Science&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;April 13:&amp;nbsp; &lt;a href="http://www.nypl.org/locations/tid/39/node/158798?lref=39%2Fcalendar"&gt;The Wonders of Taste&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;April 20:&amp;nbsp; &lt;a href="http://www.nypl.org/locations/tid/39/node/158808?lref=39%2Fcalendar"&gt;The Science of Cooking&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;April 27:&amp;nbsp; &lt;a href="http://www.nypl.org/locations/tid/39/node/158838?lref=39%2Fcalendar"&gt;Farming and the Future of Food&lt;/a&gt;&lt;/p&gt;


History of Italian Cinema
&lt;p&gt;Instructor Monica London introduces the world of Italian Cinema. Films will be screened in full followed by a conversation relating to the film topic and story, starting with masterpieces of postwar neorealism and continuing to the modern era. Films include Giuseppe Tornatore's &lt;em&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=Cinema Paradiso"&gt;Cinema Paradiso&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;/em&gt;Vittoria De Sica's &lt;em&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=The Bicycle Thief"&gt;The Bicycle Thief&lt;/a&gt;. &amp;nbsp;&lt;/em&gt;No pre-registration required.&lt;/p&gt;
&lt;p&gt;Wednesdays, 6 p.m. to 8:30 p.m.&amp;nbsp; April 18 &amp;amp; 25; May 2, 9, 16, 23 &amp;amp; 30; June 6&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;April 18:&amp;nbsp; The Bicylcle Thief (Vittorio DeSica, 1948)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;April 25:&amp;nbsp; Divorce, Italian Style (Pietro Germi, 1961)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;May 2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amarcord (Federico Fellini, 1973)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;May 9:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Special Day (Ettore Scola, 1977)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;May 16:&amp;nbsp;&amp;nbsp; Cinema Paradiso (Giuseppe Tornatore, 1988)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;May 23:&amp;nbsp;&amp;nbsp; Caro Diario (Nanni Moretti, 1993)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;May 30:&amp;nbsp;&amp;nbsp;&amp;nbsp;The Hundred Steps (Marco Tullio Giordana, 2003))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;June 6:&amp;nbsp;&amp;nbsp;&amp;nbsp; We Have a Pope (Nanni Moretti, 2011)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&amp;nbsp;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/FYFynVnipyQ" height="1" width="1"/&gt;</description>
	
		<category>Education</category>
<category>Italian Language and Literature</category>
<category>French Language and Literature</category>
<category>Food</category>
<category>Film</category>
		<comments>http://www.nypl.org/blog/2012/02/23/jefferson-market-free-classroom-spring#comments</comments>	
		<pubDate>Thu, 23 Feb 2012 05:54:29 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2012/02/23/jefferson-market-free-classroom-spring</feedburner:origLink></item>
	<item>
		<title>New Year's Resolution for 2012: Learn a New Language!</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/OtxR2KhxEDU/learn-new-language</link>

		<dc:creator>Raymond Pun, Stephen A. Schwarzman Building, General Research Division</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a title="[Isiac tablet.],Mensae Isiacae., Digital ID 1526798, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1526798"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;As 2011 slowly comes to an end, many of us are anxiously waiting for 2012 to arrive! Usually around this time &amp;mdash; for some of the ambitious ones &amp;mdash;&amp;nbsp;we make New Year's resolutions. Can we actually keep them through the end of the year? Maybe. It depends on your resolutions and the goals you create to achieve them. Some&amp;nbsp;&lt;a href="http://www.nypl.org/blog/2011/12/27/readings-new-years-resolutions"&gt;have many resolutions for the year&lt;/a&gt;, such as&amp;nbsp;&lt;a href="http://www.nypl.org/blog/2011/11/22/yoga-history-and-resources-nypl"&gt;creating and maintaining a new exercise routine, like yoga&lt;/a&gt;; &lt;a href="http://www.nypl.org/blog/2011/07/20/learning-piano-and-learning-read-reflections-crw-tutor"&gt;learning to play a musical instrument, like the piano&lt;/a&gt;; &lt;a href="http://www.nypl.org/blog/2011/12/06/weddings-and-marriages-nypl-research-guide"&gt;planning a stress-free wedding&lt;/a&gt;; &lt;a href="http://www.nypl.org/help/getting-oriented/for-job-seekers"&gt;seeking employment or better career opportunities&lt;/a&gt;; &lt;a href="http://www.nypl.org/blog/subject/530"&gt;becoming more active in a particular faith; or developing a stronger spiritual connection&lt;/a&gt;. Whatever your resolutions, NYPL commends you for recognizing your desire to advance your knowledge and become a lifelong learner.&lt;/p&gt;

&lt;p class="MsoNormal"&gt;For this upcoming year, I encourage everyone to learn a new language. (Learning a new language has ranked high in past New Year's resolution lists.) Whether you learned a language in grade school or college; spoke another language at home with your family; or are simply enamored at the sound and beauty of a foreign language &amp;mdash;&amp;nbsp;now is the time to either continue where you left off or make a fresh start. Nothing is more impressive and intimate than speaking a foreign language with precision and passion.&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Hongkong., Digital ID 1525273, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1525273"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Why learn a new language? First, you must ask yourself why you want to learn a particular language &amp;mdash;&amp;nbsp;perhaps its a personal interest or a business need &amp;mdash; otherwise it will be very easy to quit your resolution. Learning and speaking another language is difficult, but not impossible. Second, you must create goals. Learning a language takes time and, more importantly, patience. A single year will not guarantee fluency, but it will provide a stepping stone for you to thrive linguistically and culturally for years to come. More importantly, think of it is not so much as a destination, but as a journey or hobby that brings pleasure to your. Here are more compelling reasons to learn a new language:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Knowing a second language can improve your job prospects! Whether you are interested in working for the &lt;a href="http://www.un.org/en/"&gt;United Nations&lt;/a&gt; or simply seeking business opportunities in Spain, knowledge of a foreign language can lead to more professional opportunities.&lt;/li&gt;
    &lt;li&gt;Today we live in the era of &lt;a href="http://catalog.nypl.org/search~S1?/dglobalization/dglobalization/1%2C645%2C5397%2CB/exact&amp;amp;FF=dglobalization&amp;amp;1%2C2141%2C"&gt;globalization&lt;/a&gt;, where U.S. companies are constantly in competition with foreign counterparts. However, not everyone speaks English. If you have the &lt;a href="http://www.nypl.org/voices/blogs/blog-channels/ticketless-traveler"&gt;traveling&lt;/a&gt; bug, learning another language can expand your horizons in understanding another culture while you travel and connect with the locals.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;Learning a language has enormous health benefits for your brain.&amp;nbsp;&lt;a href="http://www.nypl.org/collections/articles-databases?subject=571&amp;amp;location=&amp;amp;audience=&amp;amp;language=&amp;amp;keyword=&amp;amp;limit="&gt;Scientific studies&lt;/a&gt; have concluded that &lt;a href="http://catalog.nypl.org/search~S1?/dlanguage+acquisition/dlanguage+acquisition/1%2C39%2C631%2CB/exact&amp;amp;FF=dlanguage+acquisition&amp;amp;1%2C485%2C/indexsort=-"&gt;language acquisition&lt;/a&gt; may dramatically decrease mental illnesses, such as &lt;a href="http://catalog.nypl.org/search~S1?/ddementia/ddementia/1%2C64%2C169%2CB/exact&amp;amp;FF=ddementia&amp;amp;1%2C46%2C/indexsort=-"&gt;dementia&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S1?/dalzheimer%27s/dalzheimers/1%2C151%2C623%2CB/exact&amp;amp;FF=dalzheimers+disease&amp;amp;1%2C90%2C"&gt;Alzheimer&amp;rsquo;s disease&lt;/a&gt;.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;Knowledge of one language can help you learn a more complex language. It will also improve your native language, because it makes you think about translation and how English grammar works.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;If you feel a calling to connect with a religion, like &lt;a href="http://catalog.nypl.org/search~S38?/djudaism/djudaism/1%2C2708%2C27900%2CB/exact&amp;amp;FF=djudaism&amp;amp;1%2C2076%2C/indexsort=-"&gt;Judaism&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S38?/dislam/dislam/1%2C6193%2C31948%2CB/exact&amp;amp;FF=dislam&amp;amp;1%2C1243%2C/indexsort=-"&gt;Islam,&lt;/a&gt; you can &lt;a href="http://catalog.nypl.org/search~S1?/dHebrew+language+--+Textbooks+for+foreign+speakers/dhebrew+language+textbooks+for+foreign+speakers+english/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dhebrew+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C47%2C"&gt;learn Hebrew to read the Torah&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S1?/darabic+language+--+Textbooks+for+foreign+speakers/darabic+language+textbooks+for+foreign+speakers/1%2C14%2C117%2CB/exact&amp;amp;FF=darabic+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C63%2C/indexsort=-"&gt;Arabic to read the Quran&lt;/a&gt;. Languages can serve as bridges to learning faiths and history.&lt;/li&gt;
    &lt;li&gt;If you are also planning to return to school for a graduate degree, knowing another language can make you stand out as a candidate in the business, medical, or legal fields; and it is important to know another language for research purposes.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;We are not all perfect, and we all learn in different ways. Some are comfortable learning independently, while others are motivated to learn in a classroom setting. The first step may be hard and strange as you become familiar with the cultures of the script, rules, and grammar, but don&amp;rsquo;t worry &amp;mdash;&amp;nbsp;every language student can tell you, &amp;ldquo;a mile to fluency begins with a single step.&amp;rdquo;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Overall, learning a language is applicable in every day life &amp;mdash; it is the ultimate gateway to the cultures of the speakers in their respective countries or communities.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="The world, on Mercator&amp;#039;s projection / by David H. Burr., Digital ID ps_map_205, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?ps_map_205"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Here are the top five most spoken languages in the world:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search~S1?/dchinese+language+--+Textbooks+for+foreign+speakers/dchinese+language+textbooks+for+foreign+speakers/1%2C9%2C142%2CB/exact&amp;amp;FF=dchinese+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C101%2C"&gt;Chinese (Mandarin)&lt;/a&gt;&amp;nbsp;&amp;mdash;&amp;nbsp;the official language (and dialect) in the People's Republic of China, with&amp;nbsp;over a billion speakers in the country and throughout the world. &lt;a href="http://www.state.gov/m/fsi/"&gt;The Foreign Service Institute of the U.S. Department of State&lt;/a&gt; ranks Chinese Mandarin as a category III language &amp;mdash; (along with &lt;a href="http://catalog.nypl.org/search~S1?/darabic+language+--+Textbooks+for+foreign+speakers/darabic+language+textbooks+for+foreign+speakers/1%2C14%2C117%2CB/exact&amp;amp;FF=darabic+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C63%2C/indexsort=-"&gt;Arabic&lt;/a&gt; and &lt;a href="http://catalog.nypl.org/search~S1?/djapanese+language+--+Textbooks+for+foreign+speakers/djapanese+language+textbooks+for+foreign+speakers/1%2C8%2C146%2CB/exact&amp;amp;FF=djapanese+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C92%2C/indexsort=-"&gt;Japanese&lt;/a&gt;) one of the most difficult languages to learn. However, there are more speakers of this language, which may influence and inspire you to take on this challenge.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search~S1?/denglish+language+--+Textbooks+for+foreign+speakers/denglish+language+textbooks+for+foreign+speakers/1%2C82%2C1598%2CB/exact&amp;amp;FF=denglish+language+textbooks+for+foreign+speakers&amp;amp;1%2C639%2C/indexsort=-"&gt;English&lt;/a&gt;&amp;nbsp;&amp;mdash; From Australia to Hong Kong, this language is spoken by over 500 million people. &amp;quot;The language is widely used among the international political, business, academic, and scientific communities.&amp;quot; &amp;nbsp;&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search~S1?/dspanish+language+--+Textbooks+for+foreign+speakers/dspanish+language+textbooks+for+foreign+speakers/1%2C18%2C175%2CB/exact&amp;amp;FF=dspanish+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C142%2C/indexsort=-"&gt;Spanish&lt;/a&gt;&amp;nbsp;&amp;mdash;&amp;nbsp;With over 400 million speakers across the world, particularly in Europe and the Americas, the Spanish language is one of the most popular Romance languages to learn, due to its simplicity and beauty.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search~S1?/dhindi+language+--+Textbooks+for+foreign+speakers/dhindi+language+textbooks+for+foreign+speakers/1%2C4%2C19%2CB/exact&amp;amp;FF=dhindi+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C14%2C/indexsort=-"&gt;Hindustani&amp;nbsp;(Hindi)&lt;/a&gt;&amp;nbsp;&amp;mdash; Ranked as a category II language by &lt;a href="http://www.state.gov/m/fsi/"&gt;the Foreign Service Institute&lt;/a&gt;, Hindustani is spoken by over 400 million people (slightly under Spanish) in India and abroad. &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=Bollywood"&gt;Bollywood&lt;/a&gt;, one of the largest film producers in the world, often produces &lt;a href="http://catalog.nypl.org/search~S1?/dFeature+films+--+India./dfeature+films+india/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dfeature+films+india&amp;amp;1%2C304%2C"&gt;films&lt;/a&gt; in Hindi and English. This is a great way to immerse yourself in the language.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search~S1?/drussian+language+--+Textbooks+for+foreign+speakers/drussian+language+textbooks+for+foreign+speakers/1%2C15%2C179%2CB/exact&amp;amp;FF=drussian+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C96%2C/indexsort=-"&gt;Russian&lt;/a&gt;&amp;nbsp;&amp;mdash; There are over 200 million speakers of this language in Russia, Eastern Europe, and abroad. It is also one of the six official languages of the &lt;a href="http://www.un.org/en/"&gt;United Nations&lt;/a&gt; (the others are &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=learn+chinese+mandarin&amp;amp;searchscope=1&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dchinese+mandarin++--+Textbooks+for+foreign+speakers"&gt;Chinese Mandarin&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1?/dEnglish+language+--+Study+and+teaching+--+Foreign/denglish+language+study+and+teaching+foreign+speakers/-3%2C-1%2C0%2CB/exact&amp;amp;FF=denglish+language+study+and+teaching+foreign+speakers&amp;amp;1%2C367%2C"&gt;English&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=d&amp;amp;searcharg=spanish+language+--+Textbooks+for+foreign+speakers&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=darabic+language+--+Textbooks+for+foreign+speakers"&gt;Spanish&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1?/dFrench+language+--+Textbooks+for+foreign+speakers/dfrench+language+textbooks+for+foreign+speakers+english/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dfrench+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C124%2C"&gt;French&lt;/a&gt;, and &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=d&amp;amp;searcharg=arabic+language+--+Textbooks+for+foreign+speakers&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dFrench+language+--+Textbooks+for+foreign+speakers"&gt;Arabic&lt;/a&gt;). Russian is also one of the hardest languages to learn.&lt;/li&gt;
&lt;/ol&gt;
&lt;span&gt;NYPL has just the resources to help you to learn these languages&amp;nbsp;&lt;/span&gt;&amp;mdash; plus the&amp;nbsp;100+ spoken languages in the world!

&lt;p class="MsoNormal"&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;To get you started, consider using the free database &lt;a href="http://www.nypl.org/collections/articles-databases/mango-languages"&gt;Mango Languages&lt;/a&gt;, available through&amp;nbsp;NYPL.&amp;nbsp;Packed with over 20 different languages, ranging from &lt;a href="http://catalog.nypl.org/search~S1?/dkorean+language+--+Textbooks+for+foreign+speakers/dkorean+language+textbooks+for+foreign+speakers/1%2C6%2C46%2CB/exact&amp;amp;FF=dkorean+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C29%2C/indexsort=-"&gt;Korean&lt;/a&gt; to &lt;a href="http://catalog.nypl.org/search~S1?/ddari/ddari/1%2C308%2C815%2CB/exact&amp;amp;FF=ddari+language&amp;amp;1%2C2%2C"&gt;Dari&lt;/a&gt;&amp;nbsp;and more, &lt;a href="http://www.nypl.org/collections/articles-databases/mango-languages"&gt;Mango Languages&lt;/a&gt; is a great language tool to kick start your learning. From easy to advanced, you can learn any of these languages in your &lt;a href="http://www.nypl.org/locations"&gt;local library&lt;/a&gt;&amp;nbsp;or in the convenience of your own home with a&amp;nbsp;&lt;a href="http://www.nypl.org/help/library-card"&gt;library card.&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;You can even learn the language &amp;ldquo;pirate.&amp;rdquo; If you're a fan of the&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=pirates+of+the+caribbean&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;Pirates of the Caribbean series&lt;/a&gt;,&amp;nbsp;you may be familiar with the lingo of Captain Jack Sparrow, but you may not realize that &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=t&amp;amp;searcharg=Sailors%27+Language&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=tSeamanship+in+the+Age+of+Sail."&gt;there is syntax and grammar used and applied by these maritime rebels&lt;/a&gt;.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://www.nypl.org/events/calendar?keyword=mango&amp;amp;location=&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;series=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=01%2F06%2F2012"&gt;Learn how to use Mango Languages at the Library &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Search the &lt;a href="http://nypl.bibliocommons.com/dashboard"&gt;NYPL catalog&lt;/a&gt; for:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=title&amp;amp;search_category=title&amp;amp;q=Pimsleur&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;sort[field]=TITLE&amp;amp;sort[type]=BIB_FIELDS&amp;amp;sort[direction]=ascending"&gt;Pimsleur&lt;/a&gt; audio&lt;/li&gt;
    &lt;li&gt;The &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=xseries&amp;amp;q=Teach+yourself+books+%28Lincolnwood%2C+Ill.%29+language&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;&amp;quot;Teach Yourself&amp;quot;&lt;/a&gt; series&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=Collins+easy+learning&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;Collins Easy Learning&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=berlitz&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;sort[field]=TITLE&amp;amp;sort[type]=BIB_FIELDS&amp;amp;sort[direction]=ascending"&gt;Berlitz&lt;/a&gt; books and audio&lt;/li&gt;
    &lt;li&gt;The McGraw-Hill &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=conversation+demystified&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;&amp;quot;Demystified&amp;quot;&lt;/a&gt;&amp;nbsp;series&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://ebooks.nypl.org/BE5128A8-D492-4DCB-B179-913E6AED8459/10/257/en/SearchResults.htm?SearchID=1260067s&amp;amp;SortBy=CollDate"&gt;eBooks and e-audiobooks&lt;/a&gt; available for download&lt;/li&gt;
    &lt;li&gt;More information about other &lt;a href="http://www.nypl.org/blog/2011/05/02/say-what-look-what-library-has-your-language"&gt;language programs/databases at NYPL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;But why stop there? Consider joining a language group at&amp;nbsp;&lt;a href="http://www.nypl.org/locations/tid/45/calendar?keyword=languages&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;series=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=12%2F31%2F2011&amp;amp;date2_get=12%2F31%2F2011"&gt;Mid-Manhattan Library&lt;/a&gt; or at other &lt;a href="http://www.nypl.org/events/calendar?keyword=languages&amp;amp;location=&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;series=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=12%2F31%2F2011"&gt;NYPL neighborhood libraries&lt;/a&gt;. Meet other speakers or language enthusiasts from time to time and get connected! Improve or show off your language skills! You can also join English language classes to improve other people&amp;rsquo;s English skills, and they in turn may be able to share their native languages with you. This is a great way to make friends and strengthen your skills.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;If you are not a beginner and are interested in learning to read in a particular language, consider &lt;a href="http://www.nypl.org/collections/articles-databases/pressdisplay"&gt;PressDisplay&lt;/a&gt;,&amp;nbsp;an international newspaper database that connects to over 1,000 newspapers from all over the world. Read current daily newspapers in &lt;a href="http://catalog.nypl.org/search~S1?/dturkish+language++--+Textbooks+for+foreign+speakers/dturkish+language+textbooks+for+foreign+speakers/1%2C5%2C20%2CB/exact&amp;amp;FF=dturkish+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C12%2C/indexsort=-"&gt;Turkish&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S1?/dhungarian+language++--+Textbooks+for+foreign+speakers/dhungarian+language+textbooks+for+foreign+speakers/1%2C4%2C14%2CB/exact&amp;amp;FF=dhungarian+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C8%2C"&gt;Hungarian&lt;/a&gt;&amp;nbsp;in any NYPL library or at home. This is an excellent way to catch up on the news, improve your reading skills, enhance your knowledge of foreign affairs, and most importantly, enrich yourself!&amp;nbsp;&lt;a href="http://www.nypl.org/blog/2010/12/03/pressdisplay-international-virtual-newstand"&gt;Learn more about PressDisplay &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Le Grand Châtelet à Paris, vers 1780., Digital ID 1105554, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1105554"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;May 2012 become the year to learn another language! Even if you don&amp;rsquo;t succeed in becoming fluent in &lt;a href="http://catalog.nypl.org/search~S1?/dEgyptian+language+Writing%2C+Hieroglyphic/degyptian+language+writing+hieroglyphic/1%2C20%2C311%2CB/exact&amp;amp;FF=degyptian+language+writing+hieroglyphic&amp;amp;1%2C282%2C"&gt;Egyptian Hieroglyphics&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1?/dfrench++language++--+Textbooks+for+foreign+speakers/dfrench+language+textbooks+for+foreign+speakers/1%2C24%2C180%2CB/exact&amp;amp;FF=dfrench+language+textbooks+for+foreign+speakers+english&amp;amp;1%2C124%2C/indexsort=-"&gt;French&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S1?/damerican+sign+language++--+Textbooks+for+foreign+speakers/damerican+sign+language+textbooks+for+foreign+speakers/-3%2C0%2C0%2CB/exact&amp;amp;FF=damerican+sign+language+terms+and+phrases&amp;amp;1%2C2%2C/indexsort=-"&gt;American Sign Language&lt;/a&gt;, you can at least try, and more importantly, have fun with it!&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Best wishes for the New Year., Digital ID 1587888, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1587888"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://www.nypl.org/help/library-card"&gt;Learn more about getting a NYPL library card &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Another great way to learn a language is through books and foreign films. NYPL has an extensive collection of world languages, literatures, and cinemas.&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=keyword&amp;amp;q=learn+language&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;f_topic_headings=Study+and+teaching"&gt;Find out more &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;As the year comes to an end, NYPL is dependent upon your support for its foreign language books, free language programs at&amp;nbsp;&lt;a href="http://www.nypl.org/locations/mid-manhattan-library"&gt;Mid-Manhattan Library&lt;/a&gt;, and access to&amp;nbsp;&lt;a href="http://www.nypl.org/collections/articles-databases"&gt;online databases&lt;/a&gt;. Why not start 2012 by giving a gift to all New Yorkers &amp;mdash;&amp;nbsp;an opportunity to grow and learn &amp;mdash;&amp;nbsp;and help the Library maintain and support its rich collections for language enthusiasts like yourself?&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://connect.nypl.org/site/MessageViewer?em_id=27021.0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/OtxR2KhxEDU" height="1" width="1"/&gt;</description>
	
		<category>Language and Literature</category>
<category>Area and Cultural Studies</category>
<category>International Newspapers</category>
<category>Magazines, Journals and Serials</category>
<category>Linguistics</category>
<category>Jobs</category>
<category>Political Science</category>
<category>Holidays and Customs</category>
		<comments>http://www.nypl.org/blog/2011/12/31/learn-new-language#comments</comments>	
		<pubDate>Sat, 31 Dec 2011 06:26:09 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/12/31/learn-new-language</feedburner:origLink></item>
	<item>
		<title>Readings for New Year's Resolutions</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/l4J9rDezXlk/readings-new-years-resolutions</link>

		<dc:creator>Lauren Lampasone, Reference and Research Services</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a href="http://digitalgallery.nypl.org/nypldigital/id?1588010" title="A happy New Year., Digital ID 1588010, New York Public Library"&gt;&lt;/a&gt;&lt;/span&gt;USA.gov provides a listing of &lt;a href="http://www.usa.gov/Citizen/Topics/New-Years-Resolutions.shtml"&gt;popular New&amp;nbsp;Year's Resolutions&lt;/a&gt; and related government resources to help you meet any of these goals. The Library is also a great place to find information to help you start off the New Year on the right foot.&lt;/p&gt;

&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;a title="A happy New Year., Digital ID 1588108, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1588108"&gt;&lt;/a&gt;&lt;/span&gt;What are you going to focus on in 2012?&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Controlled+Drinking&amp;amp;t=subject"&gt;Drink Less&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=healthy%20food"&gt;Eat Healthy&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Adult+Learning+--+United+States&amp;amp;t=subject"&gt;Get a Better Education&lt;/a&gt; (follow the&amp;nbsp;&lt;a href="http://www.nypl.org/voices/blogs/blog-channels/lifelong-learning"&gt;Lifelong Learning&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://www.nypl.org/voices/blogs/blog-channels/crw"&gt;Facing the Page&lt;/a&gt;&amp;nbsp;blog channels)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Career+Changes+--+United+States&amp;amp;t=subject"&gt;Get a Better Job&lt;/a&gt; (follow the&amp;nbsp;&lt;a href="http://www.nypl.org/voices/blogs/blog-channels/job-search-central"&gt;Job Search Central&lt;/a&gt;&amp;nbsp;blog channel)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Physical+Fitness&amp;amp;t=subject"&gt;Get Fit&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Weight+Loss&amp;amp;t=subject"&gt;Lose Weight&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Budgets%2C+Personal&amp;amp;t=subject"&gt;Manage Debt&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Stress+%28Psychology%29&amp;amp;t=subject"&gt;Manage Stress&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Smoking+Cessation&amp;amp;t=subject"&gt;Quit Smoking&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Sustainable+Living&amp;amp;t=subject"&gt;Be Green&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Saving+and+Investment&amp;amp;t=subject"&gt;Save Money&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?t=subject&amp;amp;search_category=subject&amp;amp;q=travel&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;f_genre_headings=Guidebooks"&gt;Take a Trip&lt;/a&gt;&amp;nbsp;(follow the&amp;nbsp;&lt;a href="http://www.nypl.org/voices/blogs/blog-channels/ticketless-traveler"&gt;Ticketless Traveler&lt;/a&gt;&amp;nbsp;blog channel)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Voluntarism+--+Directories&amp;amp;t=subject"&gt;Volunteer&lt;/a&gt;&amp;nbsp;(check out &lt;a href="http://www.nypl.org/help/about-nypl/volunteer-nypl"&gt;how to volunteer at NYPL&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And one more just from us:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Books+and+Reading+--+United+States&amp;amp;t=subject"&gt;Read More&lt;/a&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The new year is also a great time to think about a project or plan you want to accomplish. With that concept in mind, I&amp;nbsp;created a book list of the genre I like to think of as the &amp;quot;&lt;a href="http://nypl.bibliocommons.com/list/show/88492042_laurenlampasone/94265193_one_year_challenge"&gt;One Year Challenge&lt;/a&gt;.&amp;quot; (For a while there it seemed like anyone could get a book deal with a blog and an outrageous idea about how to spend 12 months!)&lt;/p&gt;
&lt;p&gt;In this list you can find the stories of real people who made a conscious decision to&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=animal vegetable miracle"&gt;eat locally in Appalachia&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=plenty one man woman raucous year"&gt;eat locally in Vancouver B.C.&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=art eating in erway"&gt;only eat in&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=julie julia powell"&gt;cook an entire cookbook&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year eating dangerously"&gt;seek out exotic delicacies&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year of yes memoir headley"&gt;go on a date with anyone who asks&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=chastened unexpected story year"&gt;not have sex&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year living biblically jacobs"&gt;follow the Bible literally&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=diary real estate rookie"&gt;start a real estate business&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=give it up live better less"&gt;simplify life and decrease clutter&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=not buying it year without shopping"&gt;not buy anything&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year without made china"&gt;not buy anything made in China&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=happiness project rubin"&gt;enjoy life and find happiness&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=365 thank yous kralik"&gt;say thank you&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=helping me help myself lisick"&gt;follow the teachings of a different self-help guru each month&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=living oprah okrant"&gt;follow the teachings of Oprah&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=my year of flops rabin"&gt;watch terrible movies&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year with eleanor hancock"&gt;do one scary thing every day&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=one week job project aiken"&gt;try a new job every week&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=nickel and dimed not getting by"&gt;live below the poverty line&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=no impact man beavan"&gt;make as little environmental impact as possible&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=sleeping naked is green"&gt;make one positive environmental change per day&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=so many books so little time nelson"&gt;read a book a week&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=tolstoy purple chair"&gt;read a book a day&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=whole five feet beha"&gt;read the Harvard Classics&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=reading the OED shea"&gt;read the Oxford English Dictionary&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=self made man norah vincent"&gt;experience life as a man&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=sweater quest knitting dangerously"&gt;knit obsessively&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=skulls scalin"&gt;make a skull each day&lt;/a&gt;,&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=voluntary madness year lost found loony bin"&gt;get committed to a mental hospital&lt;/a&gt;, and&amp;nbsp;&lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=year provence mayle"&gt;move to a farmhouse in rural France&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-left"&gt;&lt;a title="A happy New Year., Digital ID 1587964, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1587964"&gt;&lt;/a&gt;&lt;/span&gt;Another type of resolution you could make is to embark on something called a &amp;quot;365 project.&amp;quot; Do something &amp;mdash;&amp;nbsp;&lt;a href="http://makesomething365.blogspot.com/"&gt;anything&lt;/a&gt;&amp;nbsp;&amp;mdash;&amp;nbsp;but the same thing every day for a year. Draw a picture, take a snapshot, jot a short journal entry, or write a poem &amp;mdash; do&amp;nbsp;whatever it is you enjoy that will help jump start your creativity or help you improve your technique. You can post your project on specifically designed &lt;a href="http://365project.org/"&gt;websites&lt;/a&gt;, Flickr (see &lt;a href="http://www.flickr.com/groups/366photos/"&gt;groups/366photos&lt;/a&gt;; &lt;a href="http://www.flickr.com/groups/365days/"&gt;groups/365days&lt;/a&gt;), &lt;a href="http://www.nypl.org/events/calendar?keyword=facebook"&gt;Facebook&lt;/a&gt;, &lt;a href="http://www.nypl.org/events/calendar?keyword=twitter"&gt;Twitter&lt;/a&gt;, or &lt;a href="http://www.nypl.org/events/calendar?keyword=blogging"&gt;your own blog&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you read and enjoyed another &amp;quot;One Year Challenge&amp;quot;? What is your resolution for the year? (Posting here might just make you feel more accountable for it later on.) Share your thoughts in the comments section below.&lt;/p&gt;
&lt;p&gt;Whatever your plans for 2012, wishing you 366 happy days!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Update, 1/20/12:&lt;/em&gt; I am finding that having access to &lt;a href="/ask-nypl/ebookcentral"&gt;great ebooks&lt;/a&gt; is helping me with my personal resolution to read more; with the &lt;a href="http://itunes.apple.com/us/app/id302584613?mt=8"&gt;Kindle app&lt;/a&gt; installed on my iPad and iPhone, it syncs to the last page I've read on either device. As my &lt;a href="http://www.nypl.org/blog/author/778"&gt;colleague&lt;/a&gt; says, reading on your phone is great because you can have an emergency book with you at all times!&lt;/p&gt;
&lt;p&gt;And for those interested in the &amp;quot;doing more with less&amp;quot;-type resolutions, you might take a look at &lt;a href="http://megnut.com/about.html"&gt;Meg Hourihan's&lt;/a&gt; latest project, all about how she plans to &amp;quot;use it up, wear it out, &lt;a href="http://makeit.do/"&gt;make it do&lt;/a&gt;, do without.&amp;quot;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/l4J9rDezXlk" height="1" width="1"/&gt;</description>
	
		<category>Holidays and Customs</category>
<category>Nonfiction</category>
		<comments>http://www.nypl.org/blog/2011/12/27/readings-new-years-resolutions#comments</comments>	
		<pubDate>Tue, 27 Dec 2011 16:02:30 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/12/27/readings-new-years-resolutions</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-long Learner: Podcasting</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/GwgHKfT9MvE/notes-life-long-learner-podcasting</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline inline-left"&gt;&lt;a href="http://digitalgallery.nypl.org/nypldigital/id?1108220" title="Radio from start to finish., Digital ID 1108220, New York Public Library"&gt;&lt;/a&gt;&lt;/span&gt;A &lt;a href="http://en.wikipedia.org/wiki/Podcast"&gt;podcast&lt;/a&gt; is an audio program anyone can make, post to a website, and make available for download onto a computer or portable device, such as an iPod (hence the term &amp;ldquo;podcast&amp;rdquo;). Listeners can subscribe to a podcast and get future episodes downloaded automatically as they become available. You probably already subscribe to podcasts of various kinds, but have you ever considered making your own?  &lt;/p&gt;

&lt;p&gt;Come on! You could garner a great following and become the next (insert favorite radio personality here). Or you could simply be a podcast nerd who broadcasts for family and friends for fun and a sense of personal satisfaction. What  I love about podcasting is that anyone can opine or inform on any topic on a regular basis, educating and entertaining for fun and perhaps even profit.&lt;/p&gt;
&lt;p&gt;Of course, the hard part, especially for someone like me, is choosing a podcast topic. That brainstorming session could take months.&lt;/p&gt;
&lt;p&gt;Nevertheless, if you&amp;rsquo;re interested in learning more about podcasting or trying it out for yourself, here are some great books on the topic:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://ebooks.nypl.org/A6F5CBDC-CC58-43E4-BEB0-B08119F482F2/10/257/en/ContentDetails.htm?ID=71E09492-2B4C-428E-AC52-E915A6C916EB"&gt;&lt;em&gt;Podcasting: The Do-it-yourself Guide&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18755474052_how_to_get_your_message_out_fast_amp_free_using_podcasts"&gt;&lt;em&gt;How To Get Your Message Out Fast and Free Using Podcasting&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18752922052_a_quick_start_guide_to_podcasting"&gt;&lt;em&gt;A Quick Start Guide to Podcasting&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/17929693052_absolute_beginners_guide_to_podcasting"&gt;&lt;em&gt;Absolute Beginner's Guide to Podcasting&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And here are a few of my favorite podcasts to try:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://radiolingua.com/shows/spanish/coffee-break-spanish/"&gt;Coffee Break Spanish&lt;/a&gt; :15 minute audio lessons for beginning to intermediate Spanish speakers with teacher, Mark, and student, Kara.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.npr.org/rss/podcast/podcast_detail.php?siteId=89697155"&gt;NPR Books&lt;/a&gt; consists of book reviews, author interviews, and book news.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.thisamericanlife.org/podcast"&gt;This American Life&lt;/a&gt; is a weekly collection of unusual audio documentaries, real stories, and personal essays arranged around a theme.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What are your experiences with creating or listening to podcasts? Let me know, and happy podcasting!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/GwgHKfT9MvE" height="1" width="1"/&gt;</description>
	
		<category>Broadcasting, Radio and Television</category>
<category>Internet</category>
		<comments>http://www.nypl.org/blog/2011/11/28/notes-life-long-learner-podcasting#comments</comments>	
		<pubDate>Mon, 28 Nov 2011 05:12:12 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/11/28/notes-life-long-learner-podcasting</feedburner:origLink></item>
	<item>
		<title>Yoga: History and Resources at NYPL  </title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/CpYeNElyaRQ/yoga-history-and-resources-nypl</link>

		<dc:creator>Raymond Pun, Stephen A. Schwarzman Building, General Research Division</dc:creator>

	<description>&lt;p&gt;As the &lt;a href="http://www.nypl.org/events/nypl-thanksgiving-project"&gt;holidays&lt;/a&gt; are slowly creeping in the corner, starting this week, we are often reminded of this unwelcoming annual maelstrom of booking trips, planning family gatherings and get-togethers with friends and loved ones at a time of maximum anxiety.&amp;nbsp; We find ourselves dangerously flirting with &amp;quot;stress&amp;quot; and &amp;quot;tension&amp;quot; as another year has come and gone.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;These holidays are not intentionally harmful but we as human beings tend to strive for perfection in everything we do especially during this time of year. We leave little room and time for ourselves to think and reflect as we clutter our minds with endless questions of doubt, fear and uncertainy: &amp;quot;Can I afford this gift for someone?&amp;quot; &amp;quot;Will I be able to get a better flight deal?&amp;quot; &amp;quot;Will there be enough food for everyone?&amp;quot;&lt;/p&gt;
&lt;p&gt;One approach to uncluttering the mind and combating these stress factors of planning, organizing and maintaining an end-of-the-year hectic schedule is yoga.&lt;/p&gt;
&lt;p&gt;As a student of yoga, I often find yoga to be physically challenging but therapeutic. Before being a yoga student, like most non-yoga people, I pictured mind-boggling images of ultra body-bending twists and turns that look almost impossible to perform: difficult head stands, awkward body poses and positions, and stretching beyond the sky&amp;rsquo;s limit.&amp;nbsp;All can be true and untrue depending on the effort you put into it. As I quote from my yoga instructor, &amp;ldquo;You can make the practice be very simple or very difficult &amp;mdash; this is your practice and no one can force you to do it.&amp;rdquo;The benefits of yoga are tremendous, for mind, body and even spirit. According to the &lt;a href="http://www.nypl.org/collections/articles-databases?subject=&amp;amp;location=&amp;amp;audience=&amp;amp;language=&amp;amp;keyword=new%20york%20times&amp;amp;limit="&gt;&lt;em&gt;New York Times&lt;/em&gt;&lt;/a&gt; and the &lt;a href="http://catalog.nypl.org/search~S1?/tArchives+of+Internal+Medicine/tarchives+of+internal+medicine/1%2C2%2C2%2CB/frameset&amp;amp;FF=tarchives+of+internal+medicine&amp;amp;1%2C1%2C"&gt;Archives of Internal Medicine&lt;/a&gt;, &amp;quot;Weekly yoga classes relieve symptoms of low back pain about as well as intense, regular stretching sessions, a new study shows.&amp;quot; &lt;a href="http://www.nypl.org/collections/articles-databases/medlineplus"&gt;MedlinePlus&lt;/a&gt;, the U.S. National Library of Medicine, the National Institutes of Health, asserts &amp;quot;Eight out of ten people usually suffer from low back pain at some point during their lives.&amp;quot; Yoga cannot heal every disease or physical ailment but can make you more resilient in coping with your physical and mental challenges.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Though I won&amp;rsquo;t state all the benefits of doing yoga but I will mention that yoga has been long practiced since the 3rd millennium B.C. in the &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=ancient+indus+valley&amp;amp;searchscope=1&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dancient+indus+valley"&gt;Indus Valley Civilization&lt;/a&gt;, now modern-day &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=pakistan&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xancient+indus+valley%26SORT%3DD"&gt;Pakistan&lt;/a&gt; and &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=india&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xpakistan%26SORT%3DDZ"&gt;India&lt;/a&gt;. Ancient&amp;nbsp;&lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=sanskrit&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=XSanskrit+scriptures%26SORT%3DD"&gt;Sanskrit scriptures and seals&lt;/a&gt; suggest that the people in the civilization founded and practiced yoga and meditation quite frequently. The goal of yoga is the attainment of a state of spiritual tranquality. Originating from ancient religions and beliefs, yoga is perceived to clear one's thought from stress and tension. Along with meditation, yoga is also practiced in other faiths such as &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=yoga+buddhism&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xyoga+buddhism%26SORT%3DD"&gt;Buddhism&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=yoga+hinduism&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xyoga+buddhism%26SORT%3DDZ"&gt;Hinduism&lt;/a&gt; and &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=sufism&amp;amp;searchscope=1&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xyoga+sufism%26SORT%3DDZ"&gt;Sufism&lt;/a&gt; (a practice in Islam that focuses on mysticism and intense meditation).&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a title="[The Khargati Ridge &amp;amp; Kapirkate from Michni Kandao], Digital ID 81093, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?81093"&gt;&lt;/a&gt;&lt;/span&gt;One of the challenges of doing yoga, is maintaining a steady breathing flow in a variety of simple and complex positions. There are also different types of yogas such as &lt;a href="http://catalog.nypl.org/search~S1?/dHatha+yoga./dhatha+yoga/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dhatha+yoga&amp;amp;1%2C548%2C"&gt;Hatha yoga&lt;/a&gt; (performing various poses while adding force) or &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=bikram+yoga&amp;amp;searchscope=1&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dbikram+yoga"&gt;Bikram yoga&lt;/a&gt; (performing yoga under intense heat while reducing stress, tension and preventing injuries).&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-left"&gt;&lt;a title="Gyan [Dhyana]., Digital ID 481296, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?481296"&gt;&lt;/a&gt;&lt;/span&gt;From beginners' practice to the history of exercise, &lt;a href="http://www.nypl.org/locations"&gt;NYPL research and branch libraries&lt;/a&gt; offer plenty of resources in doing or researching yoga.  If stretching isn't your thing, you can also consider meditation classes to improve your deep breathing, declutter your mind and focus on what's important.&lt;/p&gt;
&lt;p&gt;If you are shy about doing yoga in the company of other participants, consider checking out our DVD collections on &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;q=yoga&amp;amp;searchOpt=catalogue&amp;amp;search_category=keyword&amp;amp;t=keyword&amp;amp;f_format=DVD"&gt;yoga&lt;/a&gt; and &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;q=meditation&amp;amp;searchOpt=catalogue&amp;amp;search_category=keyword&amp;amp;t=keyword&amp;amp;f_format=DVD"&gt;meditation&lt;/a&gt;! But the classes themselves are a great way to meet other yoga students and fans.&lt;/p&gt;
&lt;p&gt;Perhaps you are a talented individual immune to holiday anxiety and can ward off the stress during  this time of year or maybe you actually enjoy this fervent feeling but  in case you have the irresistible urge to indulge during the holidays, yoga can still be part of an exercise regimen to reduce the guilt!&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Learn more about &lt;a href="http://www.nypl.org/help/borrowing-materials"&gt;borrowing from NYPL's collection &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;For more current resources on yoga moves and techniques, check out &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S1?/syoga+journal/syoga+journal/1%2C2%2C4%2CB/exact&amp;amp;FF=syoga+journal&amp;amp;1%2C3%2C/indexsort=-"&gt;Yoga Journal&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b18582130~S1"&gt;Yoga International&lt;/a&gt;&lt;/em&gt;&amp;nbsp;or &lt;a href="http://catalog.nypl.org/search~S1?/dYoga+--+Periodicals./dyoga+periodicals/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dyoga+periodicals&amp;amp;1%2C26%2C"&gt;other periodical publications&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nypl.org/events/calendar?keyword=yoga&amp;amp;location=&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=11%2F21%2F2011"&gt;YOGA&lt;/a&gt;, &lt;a href="http://www.nypl.org/events/calendar?keyword=MEDITATION&amp;amp;location=&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=11%2F21%2F2011"&gt;MEDITATION&lt;/a&gt; and &lt;a href="http://www.nypl.org/events/calendar?keyword=EXERCISE&amp;amp;location=&amp;amp;type=&amp;amp;topic=&amp;amp;audience=&amp;amp;date_op=GREATER_EQUAL&amp;amp;date1=11%2F21%2F2011"&gt;OTHER FITNESS&lt;/a&gt; classes at NYPL libraries&lt;/li&gt;
    &lt;li&gt;General resources on the &lt;a href="http://catalog.nypl.org/search~S1?/dYoga+--+History./dyoga+history/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dyoga+history&amp;amp;1%2C14%2C"&gt;history of yoga&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S1?/dyoga+--+literature/dyoga+literature/-3%2C0%2C0%2CB/exact&amp;amp;FF=dyoga+philosophy&amp;amp;1%2C109%2C/indexsort=-"&gt;yoga in philosophy,&lt;/a&gt; &lt;a href="http://catalog.nypl.org/search~S38?/dcivilization+ancient/dcivilization+ancient/1%2C53%2C728%2CB/exact&amp;amp;FF=dcivilization+ancient&amp;amp;1%2C509%2C/indexsort=-"&gt;ancient civilizations&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S38/?searchtype=X&amp;amp;searcharg=ancient+religions&amp;amp;searchscope=38&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xancient+religions%26SORT%3DD"&gt;ancient religions&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;NYPL'S Articles and Databases page on &lt;a href="http://www.nypl.org/collections/articles-databases?subject=571&amp;amp;location=&amp;amp;audience=&amp;amp;language=&amp;amp;keyword=&amp;amp;limit="&gt;Health and Medicine&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nypl.org/weblinks/health"&gt;Search the web&lt;/a&gt; for information on the health benefits of yoga&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Ruth St. Denis and Denishawn dancers in Yoga meditation., Digital ID DEN_1246V, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?DEN_1246V"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/CpYeNElyaRQ" height="1" width="1"/&gt;</description>
	
		<category>Health and Medicine</category>
<category>History of the Ancient World</category>
<category>History of Asia</category>
<category>Ancient, Medieval and Asian Philosophy</category>
		<comments>http://www.nypl.org/blog/2011/11/22/yoga-history-and-resources-nypl#comments</comments>	
		<pubDate>Tue, 22 Nov 2011 06:16:01 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/11/22/yoga-history-and-resources-nypl</feedburner:origLink></item>
	<item>
		<title>The Floating University and other Online Learning Tools</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/m-_S6iaztuk/floating-university-and-other-online-learning-tools</link>

		<dc:creator>Lauren Lampasone, Reference and Research Services</dc:creator>

	<description>&lt;p&gt;The New York Public Library recently &lt;a href="http://www.nypl.org/press/press-release/2011/11/03/new-york-public-library-and-floating-university-announce-partnership-"&gt;announced a partnership&lt;/a&gt; with &lt;a href="http://www.floatinguniversity.com/"&gt;The Floating University&lt;/a&gt; to present the 'Great Big Ideas'&amp;nbsp;video lecture series. The first one took place yesterday, and was a lecture titled &lt;strong&gt;If You're So Free, Why Do You Follow Others?  The Sociology and Science Behind Social Networks, Altruism and the Genetic Origins of Human Interaction &lt;/strong&gt;presented by Professor Nicholas Christakis.&lt;/p&gt;
&lt;p&gt;Go to &lt;a href="http://nypl.org/floatinguniversity"&gt;nypl.org/floatinguniversity&lt;/a&gt; to see the schedule of upcoming screenings, some featuring live Q&amp;amp;A&amp;nbsp;with the professors:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Malthus Miffed: Are People the Problem, the Solution or Both?&lt;br /&gt;
    &lt;/strong&gt;Dr. Joel Cohen, Abby  Rockefeller Mauz&amp;eacute; Professor of Populations, Rockefeller University,  Mathematical Biologist, Columbia University&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;The Psychology of Everything: What Compassion, Racism, and Sex Tell Us about Human Nature     &lt;/strong&gt;&lt;br /&gt;
    Dr. Paul Bloom, Suzanne Ragen Professor of Psychology and Cognitive Science at Yale University&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;          Art Now: Aesthetics Across Music, Painting, Architecture, Movies and More&lt;/strong&gt;&lt;br /&gt;
    Dr. Leon Botstein, President and Leon Levy Professor of Bard College&lt;strong&gt;     &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In his introduction to the screening, &lt;a href="http://bigthink.com/peterhopkins"&gt;Peter Hopkins&lt;/a&gt; emphasized that the world of higher education is in a state of flux, due in large part to both economic and technological changes taking place. He also acknowledged the need for more opportunities for cross-disciplinary study apart from the traditional academic structure. The public library has always been a place that people turn to when they are seeking information, whether for a short term need or as part of a long term process of self-improvement. We have the resources that allow people who are highly disciplined but working outside of the traditional educational system to teach themselves what they need to know to fulfill their intellectual curiosity and oftentimes improve their lives. &lt;a href="/voices/blogs/blog-channels/lifelong-learning"&gt;Lifelong learning&lt;/a&gt; is part of our &lt;a href="/help/about-nypl/mission"&gt;mission&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Below is a listing of resources that might help you if you decide to embark on a self-made semester to learn something new.&amp;nbsp;If you've tried another free program missing from this list, please let us know in the comments.&lt;/p&gt;
General resources
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.good.is/post/the-edupunks-guide-how-to-write-a-personal-learning-plan/"&gt;&lt;strong&gt;The Edupunks' Guide: How to Write a Personal Learning Plan&lt;/strong&gt;&lt;/a&gt; an excerpt from the &lt;a href="http://www.edupunksguide.org"&gt;&lt;em&gt;Edupunks' Guide to a DIY&amp;nbsp;Credential&lt;/em&gt;&lt;/a&gt;, &amp;quot;a comprehensive guide to learning online and charting a personalized  path to an affordable credential using the latest innovative tools and  organizations.&amp;quot; &lt;a href="http://www.edupunksguide.org/get_the_guide"&gt;Free ebook download&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.ocwconsortium.org/"&gt;&lt;strong&gt;The OpenCourseWare Consortium&lt;/strong&gt;&lt;/a&gt; provides resources and information on Open Courseware materials, and offers a useful search tool to locate one of 6,384 courses from 64 sources and 12 languages.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.openculture.com/freeonlinecourses"&gt;&lt;strong&gt;Open Culture: 400 Free Online Courses from Top Universities&lt;/strong&gt;&lt;/a&gt; is a listing of free online audio and video courses from different sources broken down into broad subject areas.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.apple.com/education/itunes-u/"&gt;&lt;strong&gt;iTunes U&lt;/strong&gt;&lt;/a&gt; is a hub for free educational audio and video resources (&lt;a href="http://itunes.apple.com/us/institution/the-new-york-public-library/id430379141"&gt;and NYPL&amp;nbsp;is there!&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.youtube.com/education"&gt;&lt;strong&gt;YouTube EDU&lt;/strong&gt;&lt;/a&gt; divided into K12, Lifelong Learning, and University videos.&lt;/li&gt;
&lt;/ul&gt;
Other websites
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://academicearth.org/"&gt;Academic Earth&lt;/a&gt; aggregates several OCW&amp;nbsp;sources for video with accompanying educational materials.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://cnx.org"&gt;Connexions&lt;/a&gt; A platform and a way to remix and share educational content.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://code.google.com/edu/"&gt;Google Code University&lt;/a&gt; basic introductions to web programming, databases, programming  languages, and Linux, as well as more advanced courses for Computer  Science students.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.engineerguy.com"&gt;EngineerGuy.com&lt;/a&gt; videos that show how stuff works, from an engineering perspective.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.khanacademy.org/"&gt;Khan&amp;nbsp;Academy&lt;/a&gt; &amp;lt;10 minute videos and practice tools for Math, Science, Humanities, Finance, and Test Prep.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://ocw.mit.edu/index.htm"&gt;MIT&amp;nbsp;OpenCourseWare&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://oyc.yale.edu/"&gt;Open Yale Courses&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://projecteuler.net/"&gt;Project Euler&lt;/a&gt; &amp;quot;exists to encourage, challenge, and develop the skills  and  enjoyment of anyone with an interest in the fascinating world of   mathematics.&amp;quot;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.ted.com/"&gt;TED&amp;nbsp;Talks&lt;/a&gt; &amp;quot;riveting talks by remarkable people.&amp;quot;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://webcast.berkeley.edu/"&gt;webcast.berkeley&lt;/a&gt; &amp;quot;UC Berkeley's central service for online video &amp;amp; audio for students and learners around the globe.&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
DIY
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.instructables.com/"&gt;Instructables&lt;/a&gt;  &amp;quot;a web-based documentation platform where passionate people share  what  they do and how they do it,   and learn from and collaborate with   others.&amp;quot; Projects divided into Food, Living, Outside, Play,   Technology and Workshop sections.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.popularmechanics.com/home/how-to-plans/"&gt;Popular Mechanics Projects &amp;amp; Plans&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://howto.wired.com/wiki/Main_Page"&gt;Wired How-To Wiki&lt;/a&gt; &amp;quot;Collaborate with Wired editors and add to our library of projects, hacks, tricks and tips.&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
Free with your library card
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.nypl.org/collections/articles-databases/learning-express-library"&gt;LearningExpressLibrary&lt;/a&gt; - helps you prepare for standardized tests and certification exams, because &lt;a href="http://www.nypl.org/blog/2011/05/17/parallel-parking-will-not-be-your-only-challenge-life-learning-express-library"&gt;parallel parking will not be your only challenge in adulthood&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nypl.org/collections/articles-databases/mango-languages"&gt;Mango Languages&lt;/a&gt; - learn one of over 30 foreign languages (or ESOL for speakers of 15 different languages), online or through the available &lt;a href="http://itunes.apple.com/us/app/mango-languages-library-edition/id443516516?mt=8"&gt;mobile app&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
Articles
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.nytimes.com/2011/11/06/education/edlife/the-evolution-of-higher-education.html"&gt;&amp;quot;The Evolution of Higher Education.&amp;quot;&lt;/a&gt; &lt;em&gt;New York Times&lt;/em&gt;, November 4, 2011.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nytimes.com/2011/10/03/opinion/the-university-of-wherever.html"&gt;&amp;quot;The University of Wherever.&amp;quot;&lt;/a&gt; &lt;em&gt;New York Times&lt;/em&gt;, October 2, 2011.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.fourhourworkweek.com/blog/2011/09/29/8-steps-to-getting-what-you-want-without-formal-credentials/"&gt;&amp;quot;8 Steps to Getting What You Want... Without Formal Credentials.&amp;quot;&lt;/a&gt; fourhourworkweek.com, September 29, 2011.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.wired.com/magazine/2011/07/ff_khan/all/1"&gt;&amp;quot;How Khan Academy Is Changing the Rules of Education.&amp;quot;&lt;/a&gt; &lt;em&gt;Wired&lt;/em&gt;, August 2011.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://m.theatlantic.com/technology/print/2011/06/how-i-failed-failed-and-finally-succeeded-at-learning-how-to-code/239855/"&gt;&amp;quot;How I Failed, Failed, and Finally Succeeded at Learning How to Code.&amp;quot;&lt;/a&gt; &lt;em&gt;The Atlantic&lt;/em&gt;, June 2011.&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nytimes.com/2010/04/18/education/edlife/18openbox-t.html"&gt;&amp;quot;How to Learn Something For Nothing&amp;quot;&lt;/a&gt; and &lt;a href="http://www.nytimes.com/2010/04/18/education/edlife/18open-t.html"&gt;&amp;quot;An Open Mind.&amp;quot;&lt;/a&gt; &lt;em&gt;New York Times&lt;/em&gt;, April 16, 2010.&lt;/li&gt;
&lt;/ul&gt;
Books
&lt;ul&gt;     
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18985367052_unlocking_the_gates"&gt;&lt;em&gt;Unlocking the Gates: How and Why Leading Universities Are Opening up Access to Their Courses&lt;/em&gt;&lt;/a&gt; by Taylor Walsh&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18139318052_secrets_of_a_buccaneer-scholar"&gt;&lt;em&gt;Secrets of a Buccaneer Scholar: How Self-Education and the Pursuit of Passion Can Lead to A Lifetime of Success&lt;/em&gt;&lt;/a&gt; by James Bach&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18584178052_the_art_of_non-conformity"&gt;&lt;em&gt;The Art of Non-Conformity: Set your Own Rules, Live the Life You Want, and Change the World&lt;/em&gt;&lt;/a&gt; by Chris Guillebeau&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/list/show/88492042_laurenlampasone/91386901_lifelong_learning_self-education"&gt;More books in NYPL's BiblioCommons&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
(Not just) For teachers
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.moma.org/modernteachers/"&gt;MoMA&amp;nbsp;Modern Teachers&lt;/a&gt; - guides, lessons and images for learning about modern art&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.pbs.org/teachers"&gt;PBS&amp;nbsp;Teachers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/m-_S6iaztuk" height="1" width="1"/&gt;</description>
	
		<category>Education</category>
		<comments>http://www.nypl.org/blog/2011/11/15/floating-university-and-other-online-learning-tools#comments</comments>	
		<pubDate>Tue, 15 Nov 2011 11:28:19 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/11/15/floating-university-and-other-online-learning-tools</feedburner:origLink></item>
	<item>
		<title>Storm Reading: What Were You Reading During Irene?</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/TBQPYkBf5sQ/storm-reading</link>

		<dc:creator>Elizabeth Waters, Mid-Manhattan Library</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline"&gt;&lt;a title="Hurricane warning., Digital ID 1572957, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1572957"&gt;&lt;/a&gt;&lt;/span&gt;What were you reading during Irene? Friday evening,&amp;nbsp;&lt;a href="/locations/mid-manhattan-library"&gt;Mid-Manhattan Library&lt;/a&gt;&amp;nbsp;patrons were busy until 8 p.m. stocking up on books and DVDs to see them through the weekend storm. Some people were looking for fat 19th century novels, cozy mysteries, or vampire sagas to while away the weekend, while others had ambitious study or DIY projects in mind.&lt;/p&gt;

&lt;p&gt;We had requests for novels by &lt;a href="http://nypl.bibliocommons.com/search?t=author&amp;amp;search_category=author&amp;amp;q=henry+james&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;f_circ=CIRC&amp;amp;f_fiction_type=FICTION"&gt;Henry James&lt;/a&gt; and &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;f_circ=CIRC&amp;amp;f_fiction_type=FICTION&amp;amp;q=dickens+charles&amp;amp;searchOpt=catalogue&amp;amp;search_category=author&amp;amp;t=author"&gt;Charles Dickens&lt;/a&gt; and for anything by 20th century writer &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;f_author=Carter%2C+Angela&amp;amp;f_circ=CIRC&amp;amp;f_language=eng&amp;amp;page=2&amp;amp;q=angela+carter&amp;amp;searchOpt=catalogue&amp;amp;search_category=author&amp;amp;t=author"&gt;Angela Carter&lt;/a&gt;. &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;q=harry+potter&amp;amp;searchOpt=catalogue&amp;amp;search_category=title&amp;amp;t=title&amp;amp;f_format=BK&amp;amp;f_circ=CIRC&amp;amp;f_author=Rowling%2C+J.+K."&gt;Harry Potter books&lt;/a&gt; and Charlaine Harris's &lt;a href="http://nypl.bibliocommons.com/search?t=author&amp;amp;search_category=author&amp;amp;q=harris+charlaine&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;f_circ=CIRC&amp;amp;f_topic_headings=Stackhouse%2C+Sookie+%28Fictitious+character%29"&gt;Southern Vampire series&lt;/a&gt; featuring &lt;a href="http://en.wikipedia.org/wiki/Sookie_Stackhouse"&gt;Sookie Stackhouse&lt;/a&gt; were, as always, highly sought after. We had several requests for Agatha Christie's classic mysteries in &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;f_author=Christie%2C+Agatha&amp;amp;f_circ=CIRC&amp;amp;f_fiction_type=FICTION&amp;amp;q=agatha+christie&amp;amp;searchOpt=catalogue&amp;amp;search_category=author&amp;amp;t=author&amp;amp;f_format=BK"&gt;print&lt;/a&gt;, on &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;f_author=Christie%2C+Agatha&amp;amp;f_circ=CIRC&amp;amp;f_fiction_type=FICTION&amp;amp;q=agatha+christie&amp;amp;searchOpt=catalogue&amp;amp;search_category=author&amp;amp;t=author&amp;amp;f_format=BOOK_CD"&gt;CD&lt;/a&gt; and adapted for &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;f_circ=CIRC&amp;amp;q=agatha+christie+dvd&amp;amp;searchOpt=catalogue&amp;amp;search_category=keyword&amp;amp;t=keyword"&gt;TV and film&lt;/a&gt;. One reader who was immersed in &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;q=plutarch%27s+lives&amp;amp;searchOpt=catalogue&amp;amp;search_category=keyword&amp;amp;t=keyword&amp;amp;f_circ=CIRC&amp;amp;f_author=Plutarch&amp;amp;f_language=eng"&gt;&lt;em&gt;Plutarch&amp;rsquo;s Lives&lt;/em&gt;&lt;/a&gt; came to find a book of &lt;a href="http://nypl.bibliocommons.com/search?commit=Search&amp;amp;q=ancient+greece+historical+maps&amp;amp;searchOpt=catalogue&amp;amp;search_category=keyword&amp;amp;t=keyword&amp;amp;f_circ=CIRC"&gt;maps of ancient Greece&lt;/a&gt; so that he could better visualize the geography of the &amp;ldquo;noble Grecians&amp;rdquo; he was reading about.&lt;/p&gt;
&lt;p&gt;We found that learning was on the agenda for other library patrons, too. One patron decided to spend some time reading up on &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=ipad&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;iPads&lt;/a&gt; and &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=iphone&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;iPhones&lt;/a&gt;. Another resolved to become more familiar with the basics of &lt;a href="http://nypl.bibliocommons.com/search?t=keyword&amp;amp;search_category=keyword&amp;amp;q=sewing&amp;amp;commit=Search&amp;amp;searchOpt=catalogue&amp;amp;f_circ=CIRC&amp;amp;f_fiction_type=NONFICTION&amp;amp;f_language=eng"&gt;sewing&lt;/a&gt; and using her sewing machine while another planned to use the weekend to begin learning Korean with a &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=pimsleur+korean&amp;amp;commit=Search&amp;amp;searchOpt=catalogue"&gt;Pimsleur audio course&lt;/a&gt;. [Note: The &lt;a href="http://www.nypl.org/collections/articles-databases/mango-languages"&gt;Mango Languages&lt;/a&gt; database is also a great option for language self-study as long as the power is on and you can connect to the Internet.]&lt;/p&gt;
&lt;p&gt;Thankfully, we were mostly spared serious damage and power outages in the five boroughs, but with no mass transit running over the weekend, hunkering down with a good book was a fine way to ride out &lt;a href="http://topics.nytimes.com/top/reference/timestopics/subjects/h/hurricanes_and_tropical_storms/index.html?inline=nyt-classifier"&gt;Tropical Storm Irene&lt;/a&gt;. What was your storm reading? Please tell us in the Comments section below.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/TBQPYkBf5sQ" height="1" width="1"/&gt;</description>
	
		<category>Language and Literature</category>
		<comments>http://www.nypl.org/blog/2011/08/29/storm-reading#comments</comments>	
		<pubDate>Mon, 29 Aug 2011 10:11:09 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/08/29/storm-reading</feedburner:origLink></item>
	<item>
		<title>Celebrating the Centennial: The Tilden Library</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/TfUkZYgZh0Q/my-centennial-post-tilden-library</link>

		<dc:creator>Kathie Coblentz, Rare Materials Cataloger, Collections Strategy/Special Formats Processing</dc:creator>

	<description>&lt;p&gt;Contrary to what you may have heard &amp;mdash; or thought you heard, at least &amp;mdash; this year does not mark the centennial of The New York Public Library. The centennial marks the opening of what many still think of as the Library's &amp;quot;main branch&amp;quot; on Fifth Avenue and 42nd Street, the Beaux-Arts landmark recently rechristened the &lt;a href="http://www.nypl.org/locations/tid/36/about"&gt;Stephen A. Schwarzman Building&lt;/a&gt;. But we could also call it the centennial of the Tilden Library, as I'll explain.&lt;/p&gt;

&lt;p&gt;Recently, a large-scale drawing came to the attention of Print Collection staff, whose workspace (which I share) is on the third floor of the Schwarzman Building. It was signed &amp;quot;Vernon Howe Bailey, '09,&amp;quot; and it appeared to be an early view of the building's Main Reading Room, showing elegantly clad gentlemen and ladies reading or quietly conversing in the gracious surroundings. But two things were puzzling about it. One was the date, 1909, and the other was the inscription on the back: &amp;quot;Tilden Library.&amp;quot; No one who works in this building could fail to know that it opened to the public in 1911, and that it never bore an individual's name until 2008, when it was &lt;a href="http://www.nytimes.com/2008/03/11/arts/design/11expa.html"&gt;named for Mr. Schwarzman&lt;/a&gt; in gratitude for a donation that is expected to help finance a sweeping transformation of its interior over the next several years.&lt;/p&gt;
&lt;p&gt;The date was partly explained on closer examination of the back of the drawing. It also bears a faint stamp, &amp;quot;Editorial Room, for use in Harper's Weekly.&amp;quot; The date is supplied as &amp;quot;August 28, 1909,&amp;quot; along with the information that Bailey (1874-1953), &lt;a href="http://www.ettc.net/njarts/details.cfm?id=1201"&gt;a well-known commercial artist of the day&lt;/a&gt;, was to be paid 75 dollars for its use. Examination of the issue in question revealed that it did indeed appear, on page 13, with the legend &amp;quot;A Book-Worm's Paradise ... the main reading-room of the New York Public Library, now nearing completion at Fifth Avenue and Forty-second Street.&amp;quot; (An e-version of &lt;a href="http://catalog.nypl.org/record=b19092741~S1"&gt;&lt;em&gt;Harper's Weekly&lt;/em&gt;&lt;/a&gt; may be consulted at research collection&amp;nbsp;locations.) How the artist obtained his detailed knowledge of the room's layout and furnishings is still something of a mystery, since &lt;a href="http://digitalgallery.nypl.org/nypldigital/id?489902"&gt;contemporary photographs show a completely empty space&lt;/a&gt;, and in fact the contract to construct the furniture had not yet been awarded. Presumably Bailey was in contact with (or even working for) the architectural firm of &lt;a href="http://www.greatbuildings.com/architects/Carrere_and_Hastings.html"&gt;Carr&amp;egrave;re &amp;amp; Hastings&lt;/a&gt;, who designed the furniture as well as the building, and had access to their plans for the room. Bailey is also responsible for a series of illustrations for an article by Clifford Smyth in &lt;em&gt;Munsey's Magazine&lt;/em&gt; (v. 34, no. 5, February 1906) titled &lt;a href="http://books.google.com/books?id=QCYAAAAAYAAJ&amp;amp;dq=editions%3AUOM39015074652887&amp;amp;pg=PA517#v=onepage&amp;amp;q&amp;amp;f=false"&gt;&amp;quot;New York's Great New Library&amp;quot;&lt;/a&gt;; they showed the stacks under construction and several renderings of the building as it would look when completed.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://digitalgallery.nypl.org/nypldigital/id?488522"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But the inscription &amp;quot;Tilden Library&amp;quot; on our drawing remained puzzling.&lt;/p&gt;
&lt;p&gt;This great institution came into being on May 23, 1895, when &amp;quot;&lt;a href="http://books.google.com/books?id=9ZEZAAAAMAAJ&amp;amp;pg=PA118#v=onepage&amp;amp;q&amp;amp;f=false"&gt;The New York Public Library, Astor, Lenox and Tilden Foundations&lt;/a&gt;&amp;quot; was established.&amp;nbsp;A year-long &lt;a href="http://www.nytimes.com/1995/05/21/opinion/a-centennial-and-a-question.html"&gt;centennial celebration&lt;/a&gt; for that event was held&amp;nbsp;16 years ago. The Astor and the Lenox in the new body's name represented two large public reference libraries then existing in the city, whose collections would become the nucleus of the planned new library. The &lt;a href="http://www.nypl.org/ead/2153"&gt;Astor Library&lt;/a&gt; had been open on Lafayette Street since 1854 (the building now houses the &lt;a href="http://www.publictheater.org/content/view/204/288/"&gt;Public Theater&lt;/a&gt;). It was the nation's first large public reference library and New York City's first large free library. It was followed by the more specialized &lt;a href="http://www.nypl.org/ead/2152"&gt;Lenox Library&lt;/a&gt;, which opened at Fifth Avenue and 70th Street in 1877, on the lot where the &lt;a href="http://www.frick.org/education/history/building.htm"&gt;Frick Collection&lt;/a&gt; now stands. In 1895, these two libraries together held about 350,000 bound volumes available for on-site consultation only.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-left"&gt;&lt;a title="The Astor Library, on Lafayette Street" href="http://digitalgallery.nypl.org/nypldigital/id?1150613"&gt; &lt;/a&gt; &lt;/span&gt;&lt;span class="inline inline-right"&gt;&lt;a title="The Lenox Library, Fifth Avenue and 70th Street" href="http://digitalgallery.nypl.org/nypldigital/id?836719"&gt; &lt;/a&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;These two institutions were gifts to New York from two wealthy men: &lt;a href="http://www.historynet.com/john-jacob-astor-wealthy-merchant-and-fur-trader.htm"&gt;John Jacob Astor&lt;/a&gt; (1763&amp;ndash;1848), founder of a legendary fortune, and &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=FA0C1FF935551B7A93CBA81789D85F448884F9"&gt;James Lenox&lt;/a&gt; (1800&amp;ndash;1880), an important collector of rare books and manuscripts and the importer of the first &lt;a href="http://exhibitions.nypl.org/treasures/items/show/113"&gt;Gutenberg Bible&lt;/a&gt; to land on American soil.&lt;/p&gt;
&lt;p&gt;But who was Tilden? And where was &lt;em&gt;his&lt;/em&gt; library?&lt;/p&gt;

&lt;p&gt;Samuel Jones Tilden (1814&amp;ndash;1886) (&lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=F60C13F63B5410738DDDAC0894D0405B8684F0D3"&gt;1&lt;/a&gt;, &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=F50C13F63B5410738DDDAC0894D0405B8684F0D3"&gt;2&lt;/a&gt;, &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=F40C13F63B5410738DDDAC0894D0405B8684F0D3"&gt;3&lt;/a&gt;) was a former New York governor who had run for U.S. president in 1876. He went down in history as the only man to win the popular vote, but lose the electoral vote. More importantly for our purposes, he died a wealthy bachelor and &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=F40917FE3A5410738DDDAB0994D0405B8684F0D3"&gt;left the bulk of his estate&lt;/a&gt;&amp;nbsp;&amp;mdash; rumored to be as much as the then-astronomical sum of&amp;nbsp;10 million dollars, though it was actually a few million short of that &amp;mdash; to a trust to be called the &lt;a href="http://www.nypl.org/ead/2113"&gt;Tilden Trust&lt;/a&gt;, whose purpose was &amp;quot;to establish and maintain a free library and reading room in the City of New York,&amp;quot; along with his personal book collection comprising some 20,000 volumes.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-left"&gt;&lt;a title="Samuel J. Tilden, reform politician and Library benefactor" href="http://digitalgallery.nypl.org/nypldigital/id?98569"&gt; &lt;/a&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For various reasons, neither the Astor Library nor the Lenox Library could be considered a truly public library worthy of the metropolis New York City had become by the 1880s. Public demand for such an institution was growing. When Tilden's bequest became known, a dream was born of a &amp;quot;Tilden Library&amp;quot; that might achieve a size and importance until then equaled only by the great national libraries. From &lt;a href="http://books.google.com/books?id=-onmAAAAMAAJ&amp;amp;dq=%22%22This%20gift%20to%20New%20York%2C%20and%20through%20New%20York%20to%20the%20whole%20world%2C%20is%20one%20of%20%20the%20largest%20bequests%20of%20the%20kind%20recorded%20in%20history%20%22&amp;amp;pg=PA61#v=onepage&amp;amp;q&amp;amp;f=false"&gt;&lt;em&gt;The Critic&lt;/em&gt;&lt;/a&gt; for February 5, 1887:&lt;/p&gt;
&amp;quot;This gift to New York, and through New York to the whole world, is one of&amp;nbsp; the largest bequests of the kind recorded in history ... The exact amount of money which the Trustees of the Tilden Library will have under their control is not yet known, but it is not likely to fall short of four million dollars and may largely exceed that sum. Few persons not specially informed in such matters can form any conception of what can be done with the income from such an estate toward the foundation of a library. Its wise expenditure would ensure the building up in a few years of an institution superior in equipment and facilities to any now existing in America, and destined within the lives of living men to rival the British Museum and the Biblioth&amp;egrave;que National. There can be no doubt of the need of such a library in this country; there should be no delay in securing it.&amp;quot; 
&lt;p&gt;Interestingly, this article already mentions a possible site for such a library, referring to &amp;quot;the suggestion, in some quarters, that the old Reservoir at Fifth Avenue and 40th and 42d Streets should be put at the disposal of the Tilden Trust as the site of the main library building.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;a title="The Distributing Reservoir at 5th Ave. and 42nd Street, 1842 (lithograph by N. Currier)" href="http://digitalgallery.nypl.org/nypldigital/id?2009789"&gt;&lt;/a&gt;&lt;/span&gt; But the road to the erection of a Tilden Library proved rocky. Tilden's heirs &amp;mdash;descendants of his brother and sister &amp;mdash; contested his will. For nearly five years the battle raged through the courts, until October of 1891, when the New York Court of Appeals declared the disputed Thirty-Fifth Clause of the will invalid. The entire fortune would go to the heirs, effectively squelching the Tilden Trust. The dream would have ended then, except that Tilden's grandniece Laura Pelton Hazard (1863-1934) had previously made a deal with the trust. In exchange for a sum close to a million dollars, she had agreed to hand over the bequest she was in line to receive should the court side with the heirs. As she was the granddaughter and only surviving heir of Tilden's sister, that would be half the estate. In March 1892, when everything was finally settled, the Trust found itself holding some two to two and a quarter million dollars, down from the five and a half million the estate was worth by then.&lt;/p&gt;

&lt;p&gt;That was a lot, but almost certainly not enough, by itself, to fulfill the dream of a Tilden Library that would rival the world's greatest. &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=FB0715F9355517738DDDA90A94DA415B818DF1D3"&gt;John Bigelow&lt;/a&gt;, Tilden's old friend and political associate, had helped him draft his will and now headed the trust. Despite the change of fortune, he remained an enthusiastic supporter of the &amp;quot;Very Big Library&amp;quot; idea, and he revived a proposal that had first been bandied about in the 1880s: Let the City Fathers cover the expense of constructing the building for the new library, and let it be located on city-owned land, in Bryant Park and on the site of the obsolete Distributing Reservoir that stood beside it. That would free the Tilden Trust funds for operating and staffing the library and purchasing books to expand its collections to be as comprehensive as possible. &lt;a href="http://digitalgallery.nypl.org/nypldigital/dgkeysearchdetail.cfm?strucID=355458&amp;amp;imageID=1110717"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bigelow's article &amp;quot;The Tilden Trust Library: What Shall It Be?&amp;quot; in &lt;a href="http://books.google.com/books?id=SqhQ7R51ZiYC&amp;amp;lpg=PA267&amp;amp;ots=PW5H9etVHw&amp;amp;dq=Scribner&amp;#039;s%20Magazine%20(Sept.%201892)&amp;amp;pg=PA287#v=onepage&amp;amp;q&amp;amp;f=false"&gt;&lt;em&gt;Scribner's Magazine&lt;/em&gt; (September 1892)&lt;/a&gt; outlines this proposal in great detail, complete with architectural renderings and floor plans (by &lt;a href="http://www.nyc-architecture.com/ARCH/ARCH-Flagg.htm"&gt;Ernest Flagg&lt;/a&gt;), for what he called &amp;quot;this library, the manifest destiny of which is to become the most important library of the continent.&amp;quot; In his scheme, the library would have sprawled out across the park as well as the reservoir site, though its area would have been less than the space covered by the monolithic reservoir, expanding the available parkland. This article made quite a splash in the press. The &lt;em&gt;New York Times&lt;/em&gt; (August 24, 1892) summarized it under the headline &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=FB0E12FA395C17738DDDAD0A94D0405B8285F0D3"&gt;&amp;quot;Bryant Park for a Site: Mr. Bigelow's Plan for the Tilden Library.&amp;quot;&lt;/a&gt; In November of that year, the Trust formally requested that the City of New York should build, and the Trust equip and operate, a library &amp;quot;commensurate with the magnitude and importance of our commercial metropolis.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://books.google.com/books?id=SqhQ7R51ZiYC&amp;amp;lpg=PA267&amp;amp;ots=PW5H9etVHw&amp;amp;dq=Scribner&amp;#039;s%20Magazine%20(Sept.%201892)&amp;amp;pg=PA291#v=onepage&amp;amp;q&amp;amp;f=false"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But negotiations with the city stalled, and the trustees turned to another problem, that of not spreading the reduced Tilden monies thinner than necessary by duplicating the efforts of the various libraries already operating in the city. Several schemes of merger were proposed, including one that would have joined the resources of the Trust with the collections of Columbia College. But the one that made the most sense for all the parties and would best fulfill the spirit of Tilden's will was the one that was eventually adopted. In March 1895, more than two months before the formal consolidation, the news leaked to the press. &lt;a href="http://query.nytimes.com/mem/archive-free/pdf?res=F00611FD3B5E10738DDDAD0994DB405B8585F0D3"&gt;As the &lt;em&gt;Times&lt;/em&gt; reported&lt;/a&gt;, &amp;quot;The amalgamation of the Astor and Lenox Libraries and the Tilden Trust Fund and the formation therefrom of a great public library to be known as The New-York Public Library, Astor, Lenox, and Tilden Foundations, became an assured fact yesterday.&amp;quot; John Bigelow was named the first president of the new corporation.&lt;/p&gt;
&lt;p&gt;The collections of the Astor and Lenox libraries did not circulate. So that the new library could be of the greatest service to the entire population of the city, not just a scholarly and leisured elite, there clearly needed to be a circulating component, preferably in the form of a system of neighborhood libraries. Indeed, if the city were to agree to supply a site for a central building and finance its construction, this would be a practical necessity. New York already possessed the rudiments of such a system in the form of several independent organizations, notably the &lt;a href="http://books.google.com/books?id=wKZMAAAAYAAJ&amp;amp;dq=New%20York%20Free%20Circulating%20Library%20lydenberg&amp;amp;pg=PA215#v=onepage&amp;amp;q&amp;amp;f=false"&gt;New York Free Circulating Library&lt;/a&gt; (founded in 1878), of which Bigelow was also a trustee, and the &lt;a href="http://books.google.com/books?id=76FJAAAAYAAJ&amp;amp;dq=%22bulletin%20of%20the%20New%20York%20Public%20Library%22%201920&amp;amp;pg=PA678#v=onepage&amp;amp;q&amp;amp;f=false"&gt;Aguilar Free Library&lt;/a&gt; (founded in 1886). They too would eventually merge with The New York Public Library, in 1901 and 1903 respectively, and the&amp;nbsp;neighborhood library&amp;nbsp;system would be greatly expanded &lt;a href="http://books.google.com/books?id=HrwqAQAAIAAJ&amp;amp;dq=%22bulletin%20of%20the%20New%20York%20Public%20Library%22%201921&amp;amp;pg=PA314#v=onepage&amp;amp;q&amp;amp;f=false"&gt;through the generosity of another plutocrat, Andrew Carnegie&lt;/a&gt;. But that is a story for another time. For now, let us return to the problem of where, and how, the central building for the great library would be erected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="inline"&gt;&lt;a title="Croton reservoir in 1900, in process of demolition., Digital ID 465501, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?465501"&gt; &lt;/a&gt;&lt;span class="caption"&gt;The Croton Distributing Reservoir in 1900, in process of demolition, from the corner of Fifth Ave. and 40th Street.&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The reservoir site was only one of several proposed. But it had several advantages: its central location, for one, and the fact that the obsolete reservoir was on city-owned land for which a use had been sought for decades. Eventually the trustees were agreed on the site, and in March 1896, a &lt;a href="http://books.google.com/books?id=9ZEZAAAAMAAJ&amp;amp;dq=Book%20of%20Charters%2C%20Wills%2C%20Deeds%20and%20Other%20Official%20Documents%20%5Brelating%20to%5D%20The%20New%20York%20Public%20Library%2C%20Astor%2C%20Lenox%20and%20Tilden%20Foundations.&amp;amp;pg=PA125#v=onepage&amp;amp;q&amp;amp;f=false"&gt;formal request was made to the city fathers&lt;/a&gt; to approve &amp;quot;such legislation as will enable the City to grant to this Corporation, by some permanent tenure, a proper site for its Library Building and such funds as may be necessary to enable this Corporation to construct and equip its building thereon; and that the site of the present Reservoir on Fifth Avenue, between Fortieth and Forty-second Streets, be granted for that purpose.&amp;quot; It took more than a year of lobbying and wrangling, but on May 19, 1897, the &lt;a href="http://books.google.com/books?id=9ZEZAAAAMAAJ&amp;amp;dq=Book%20of%20Charters%2C%20Wills%2C%20Deeds%20and%20Other%20Official%20Documents%20%5Brelating%20to%5D%20The%20New%20York%20Public%20Library%2C%20Astor%2C%20Lenox%20and%20Tilden%20Foundations.&amp;amp;pg=PA140#v=onepage&amp;amp;q&amp;amp;f=false"&gt;final bill&lt;/a&gt; was enacted authorizing the city to remove the reservoir and construct and maintain a library building on its site, to be occupied and operated by The New York Public Library.&lt;/p&gt;
&lt;p&gt;But nearly five years would elapse before the site could be cleared, and construction on the monumental building occupied another nine. During that time, the Astor Library and the Lenox Library continued to function much as before, maintaining their separate identities, though they were in fact now jointly the repository for the collections of The New York Public Library (Tilden's own collection had been moved to the Lenox building). It's not surprising that we can occasionally find references to the new building as the &amp;quot;Tilden Library.&amp;quot; It was well known that the Tilden Trust money was the driving force behind the new institution &amp;mdash; it represented a sum more than double than that of the endowments of the Astor and Lenox Libraries combined &amp;mdash; and indeed, Tilden's intention to give the city a library to outshine any until then existing in it had been known for two decades by the time construction was well underway. It was also being erected on the very site long associated with the proposed Tilden Library. No wonder the Vernon Howe Bailey drawing of the yet-to-be-completed Main Reading Room was identified as depicting the Tilden Library &amp;mdash; though the factual inaccuracy was corrected when it was published in &lt;em&gt;Harper's&lt;/em&gt;.&lt;span class="inline inline-right"&gt;&lt;a title="John Bigelow, President of the Library, arriving at the opening day ceremony, May 23, 1911" href="http://digitalgallery.nypl.org/nypldigital/id?1151312"&gt;  &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;And so, with all due respect to Mr. Schwarzman, in a very real sense the anniversary we are celebrating in this year of 2011 is the centennial of the Samuel J. Tilden Library &amp;mdash; the library he and the executors of his will envisioned: &amp;quot;such a Free Public Library in the City of New York&amp;quot; (as it was phrased in the &lt;a href="http://books.google.com/books?id=9ZEZAAAAMAAJ&amp;amp;dq=Book%20of%20Charters%2C%20Wills%2C%20Deeds%20and%20Other%20Official%20Documents%20%5Brelating%20to%5D%20The%20New%20York%20Public%20Library%2C%20Astor%2C%20Lenox%20and%20Tilden%20Foundations.&amp;amp;pg=PA74#v=onepage&amp;amp;q&amp;amp;f=false"&gt;1887 petition to establish the Tilden Trust&lt;/a&gt;) &amp;quot;as would best serve the interests of science and education, and place the best literature of the world within easy reach of every class and condition of people in our commercial metropolis, without money and without price.&amp;quot; The building designed to accomplish that end &lt;a href="http://hdl.handle.net/2027/nnc1.cu56009542?urlappend=%3Bseq=27"&gt;was dedicated on May 23, 1911&lt;/a&gt;. The public began streaming in the following day.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://commons.wikimedia.org/wiki/File:NYC_Public_Library_Research_Room_Jan_2006.jpg"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For further reading:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Bigelow, John. &lt;a href="http://catalog.nypl.org/record=b12469962~S1"&gt;The Life of Samuel J. Tilden&lt;/a&gt;. New York: Harper &amp;amp; Brothers, 1895. Available online via HathiTrust (v. &lt;a href="http://hdl.handle.net/2027/nyp.33433082122213?urlappend=%3Bseq=9"&gt;1&lt;/a&gt;, &lt;a href="http://hdl.handle.net/2027/nyp.33433082122221|"&gt;2&lt;/a&gt;).&lt;/li&gt;
    &lt;li&gt;Dain, Phyllis. &lt;a href="http://catalog.nypl.org/record=b10062789~S1"&gt;&lt;em&gt;The New York Public Library: A History of Its Founding and Early Years&lt;/em&gt;&lt;/a&gt;. New York: New York Public Library, 1972.&lt;/li&gt;
    &lt;li&gt;Lydenberg, Harry M. &lt;a href="http://catalog.nypl.org/record=b11062494~S1"&gt;History of the New York Public Library, Astor, Lenox and Tilden Foundations&lt;/a&gt;. New York: New York Public Library, 1923. Original version published in the &lt;a href="http://catalog.nypl.org/record=b10586865~S1"&gt;&lt;em&gt;Bulletin of The New York Public Library&lt;/em&gt;&lt;/a&gt;; available online via Google Books (v. &lt;a href="http://books.google.com/books?id=66Bk3ObQWhgC&amp;amp;dq=editions%3AUOM39015035117640&amp;amp;pg=PA545#v=onepage&amp;amp;q&amp;amp;f=false"&gt;20&lt;/a&gt;, &lt;a href="http://books.google.com/books?id=L153rGiQwlsC&amp;amp;dq=editions%3AUOM39015035117640&amp;amp;pg=PP1#v=onepage&amp;amp;q&amp;amp;f=false"&gt;21&lt;/a&gt;, &lt;a href="http://books.google.com/books?id=ez8aAAAAMAAJ&amp;amp;dq=editions%3AUOM39015035117640&amp;amp;pg=PP1#v=onepage&amp;amp;q&amp;amp;f=false"&gt;24&lt;/a&gt;, &lt;a href="http://books.google.com/books?id=fkAaAAAAMAAJ&amp;amp;dq=editions%3AUOM39015035117640&amp;amp;pg=PP1#v=onepage&amp;amp;q=lydenberg&amp;amp;f=false"&gt;25&lt;/a&gt;) and HathiTrust (v. &lt;a href="http://hdl.handle.net/2027/uc1.b3309894"&gt;21&lt;/a&gt;, &lt;a href="http://hdl.handle.net/2027/uc1.b3309897"&gt;24&lt;/a&gt;, &lt;a href="http://hdl.handle.net/2027/uc1.b3309898"&gt;25&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/record=b14863026~S1"&gt;Proceedings at the Opening of the New Library Building, May 23, 1911&lt;/a&gt;. New York: The New York Public Library, 1911. Available online via &lt;a href="http://hdl.handle.net/2027/nnc1.cu56009542"&gt;HathiTrust&lt;/a&gt; and &lt;a href="http://books.google.com/books?id=E1dHAAAAYAAJ&amp;amp;pg=PA1#v=onepage&amp;amp;q&amp;amp;f=false"&gt;Google Books&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;Rives, George L, and Charles H. Russell. &lt;a href="http://catalog.nypl.org/record=b10933543~S1"&gt;&lt;em&gt;Book of Charters, Wills, Deeds and Other Official Documents [relating to] The New York Public Library, Astor, Lenox and Tilden Foundations &lt;/em&gt;&lt;/a&gt;. New York: Printed for the Trustees, 1905. Available online via the &lt;a href="http://www.archive.org/details/cu31924009846027"&gt;Internet Archive&lt;/a&gt; and &lt;a href="http://books.google.com/books?id=9ZEZAAAAMAAJ&amp;amp;dq=Book%20of%20Charters%2C%20Wills%2C%20Deeds%20and%20Other%20Official%20Documents%20%5Brelating%20to%5D%20The%20New%20York%20Public%20Library%2C%20Astor%2C%20Lenox%20and%20Tilden%20Foundations.&amp;amp;pg=PP1#v=onepage&amp;amp;q&amp;amp;f=false"&gt;Google Books&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/TfUkZYgZh0Q" height="1" width="1"/&gt;</description>
	
		<category>General</category>
<category>Books and Libraries</category>
<category>Art and Architecture</category>
<category>Architecture</category>
<category>New York City History</category>
		<comments>http://www.nypl.org/blog/2011/08/25/my-centennial-post-tilden-library#comments</comments>	
		<pubDate>Thu, 25 Aug 2011 08:07:30 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/08/25/my-centennial-post-tilden-library</feedburner:origLink></item>
	<item>
		<title>Recipes from the Reluctant Camper</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/_-1w7DcSWH4/recipes-reluctant-camper</link>

		<dc:creator>Lauren Lampasone, Reference and Research Services</dc:creator>

	<description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a title="An Auto Camping Scene, Miami, Fla., Digital ID 101826, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?101826"&gt;&lt;/a&gt;&lt;/span&gt;Summer is in full swing. Maybe you've taken a &lt;a href="http://digitalgallery.nypl.org/nypldigital/id?483313"&gt;cruise&lt;/a&gt;, a &lt;a href="http://www.nypl.org/blog/2011/04/05/ticketless-traveler-road-trip"&gt;roadtrip&lt;/a&gt;, a &lt;a href="http://www.nypl.org/blog/2011/02/08/ticketless-traveler-england"&gt;European jaunt&lt;/a&gt; or a trip to the &lt;a href="http://www.nypl.org/blog/2011/02/07/radio-nypl-beach-vacation-playlist"&gt;beach&lt;/a&gt;, but summer would not be complete without a night spent with only a thin layer of nylon separating you from the starry sky and the cool night air... am I right?&lt;/p&gt;
&lt;p&gt;No?! Well to be honest, I haven't always felt that way. I am a reluctant camper. If you are too, all you need is a patient (and preferably more camping-experienced) friend or family member and maybe a few books from the library to get you started.&lt;/p&gt;

&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;a title="Camping Gadgets., Digital ID 1135454, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?1135454"&gt;&lt;/a&gt;&lt;/span&gt;Cooking and enjoying food is probably my favorite hobby, so it is exciting for me to have the opportunity to expand my repertoire to the fire pit once in a while. On my last trip I was really happy to have found &lt;a href="http://nypl.bibliocommons.com/item/show/18885760052_campfire_cookery"&gt;&lt;em&gt;Campfire Cookery: Adventuresome Recipes &amp;amp; Other Curiosities for the Great Outdoors&lt;/em&gt;&lt;/a&gt;. While the writing style is a little twee, the suggested meals go way beyond the standard hot dog and marshmallow fare. I ended up making lemon curd (for breakfast with English muffins) and garlic a&amp;iuml;oli (for smothering some flame broiled sardines in a baguette) based on recipes in the book.&lt;/p&gt;
&lt;p&gt;To be clear, I prepared most of these recipes before I left for the great   outdoors. They all keep wonderfully in a cooler for a few days; maybe I will   try something more adventurous next time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lemon Curd &lt;/strong&gt;(adapted from &lt;a href="http://nypl.bibliocommons.com/item/show/18885760052_campfire_cookery"&gt;&lt;em&gt;Campfire Cookery&lt;/em&gt;&lt;/a&gt; by Sarah Huck and Jaimee Young)&lt;/p&gt;

&lt;p&gt;1 whole egg&lt;br /&gt;
1 egg yolk&lt;br /&gt;
1/4 C sugar&lt;br /&gt;
1/8 teaspoon kosher salt&lt;br /&gt;
zest of 2 lemons&lt;br /&gt;
1/2 cup lemon juice (from those 2 lemons)&lt;br /&gt;
2 tablespoons unsalted butter (1/4 stick)&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Whisk egg and yolk, sugar and salt in a small saucepan. Whisk in the lemon juice and drop in the butter pieces. Put the saucepan over low heat and stir constantly with a heatproof spatula or wooden spoon. Keep stirring until it is thick enough to pile up when pushed to the side, 10-15 minutes. Don't let it get hot enough to bubble, if it does take it off the heat and stir vigorously.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;When it's nice and thickened, push it through a sieve into a bowl containing the lemon zest. Stir it all together. Place a sheet of plastic wrap on the surface of the curd to prevent a skin from forming; once it cools transfer it to a jar and chill in the fridge for a few hours.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;(Note: This is halved from what is in the book, and there are also tangerine and grapefruit variations available there.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bast's Grilled Sardines &amp;amp;&amp;nbsp;Lemon A&amp;iuml;oli Tartine &lt;/strong&gt;(adapted from&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18885760052_campfire_cookery"&gt;&lt;em&gt;Campfire Cookery&lt;/em&gt;&lt;/a&gt; by Sarah Huck and Jaimee Young)&lt;/p&gt;

&lt;p&gt;1 egg yolk at room temperature&lt;br /&gt;
1/4 teaspoon kosher salt&lt;br /&gt;
1 teaspoon lemon juice at room temp&lt;br /&gt;
1/2 cup olive oil at room temp&lt;br /&gt;
1 chopped garlic clove &lt;br /&gt;
1/2 teaspoon (or 1/2 lemon's worth) lemon zest&lt;br /&gt;
pinch of kosher salt&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Whisk together the yolk, salt, and lemon juice; drizzle in a steady thread of oil. If you've made mayonnaise before you know not to add the oil too fast and to stir like crazy. Your arm should end up hurting really bad. Or you can use a food processor and drizzle the oil in through the hole in the top. Your call. It's either more dishes to clean or tired arm muscles, as I've discovered. Anyway, continue until all the oil is incorporated and the mixture is thick. Mix in the zest, garlic and salt. Cover and send to the fridge.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You can use fresh sardines (get the book to read the instructions on that) or just use canned (when you're really hungry after a long day of hiking I don't think it matters). Heat them up on a piece of foil on the grill top over the fire. Toast the bread too. Put it all together with the a&amp;iuml;oli and enjoy&amp;mdash;even your mayonnaise-hating friend will love it. Sardines are &lt;/em&gt;&lt;em&gt;&lt;a href="http://www.nypl.org/blog/2008/12/03/brain-fitness"&gt;brain food&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;a title="Where every month is Summer - Camping life in southern California, U.S.A., Digital ID G89F368_034F, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?G89F368_034F"&gt;&lt;/a&gt;&lt;/span&gt;I don't know why, but browsing the energy bar aisle in the grocery store always makes me tired and depressed. So I&amp;nbsp;decided to make my own granola bars (from &lt;a href="http://nypl.bibliocommons.com/item/show/17398508052_how_to_cook_everything"&gt;&lt;em&gt;How to Cook Everything&lt;/em&gt;&lt;/a&gt;) for hiking with leftover granola (from &lt;a href="http://nypl.bibliocommons.com/item/show/18217033052_mad_hungry"&gt;&lt;em&gt;Mad Hungry: Feeding Men and Boys: Recipes, Strategies, and Survival Techniques&lt;/em&gt;&lt;/a&gt;.) They turned out very sweet but also powerful enough to get me &lt;a href="http://www.nynjtc.org/hike/catskill-escarpment-trail"&gt;up a small mountain and back&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;No-Bake Granola Bars&lt;/strong&gt; (adapted from Mark Bittman's recipe, see below)&lt;/p&gt;

&lt;p&gt;1 1/2 cups dried fruit (I used apricots and dates and a few prunes)&lt;br /&gt;
1/4 cup neutral oil, like grapeseed&lt;br /&gt;
3 cups granola (next time I'll use less, they were a bit crumbly)&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Put the dried fruit and oil in a food processor and pur&amp;eacute;e until smooth, stopping the machine to scrape down the sides if necessary. (Add small amounts of water if the fruit is dried out and not processing.) Transfer to a small pot and bring to a boil. Put the granola in a large bowl and combine with the fruit mixture; stir until the granola is well coated. Press into an 8- or 9-inch square pan and let cool in the fridge. Cut into squares or rectangles and separate with that press-and-seal type plastic wrap.&lt;br /&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For variations on this, including versions without fruit or with nut butter, see &lt;a href="http://nypl.bibliocommons.com/search?t=smart&amp;amp;search_category=keyword&amp;amp;q=how to cook everything"&gt;&lt;em&gt;How to Cook Everything&lt;/em&gt;&lt;/a&gt; or the full recipe on &lt;a href="http://dinersjournal.blogs.nytimes.com/2009/05/04/homemade-granola-bars/"&gt;nytimes.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Another great recipe to make ahead and bring in the cooler is &lt;a href="http://www.epicurious.com/recipes/food/views/Acini-de-Pepe-with-Spinach-and-Feta-231803"&gt;this pasta salad&lt;/a&gt;; it keeps well and is delicious cold. It also goes great with hot dogs.&lt;/p&gt;
&lt;p&gt;Other books to check out:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/18040467052_the_scouts_outdoor_cookbook"&gt;&lt;em&gt;The Scout's Outdoor Cookbook&lt;/em&gt;&lt;/a&gt; by Christine &amp;amp; Tim Conners&lt;/p&gt;
&lt;p&gt;This book was written by and for scouts, as in, girl and boy scouts and their leaders. But even scouting drop-outs like me can use it to learn about cooking techniques and times, and how to best cook for a crowd when you do not have any of the conveniences of an indoor kitchen. &amp;quot;Each recipe includes number of servings, a difficulty rating, a list of  required equipment, and a handy icon to let the reader see the cooking  method (dutch oven, skillet, etc.) at a glance.&amp;quot; Very handy.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nypl.bibliocommons.com/item/show/17814286052_camping_in_comfort"&gt;&lt;em&gt;Camping in Comfort: A Guide to Roughing It with Ease and Style&lt;/em&gt;&lt;/a&gt; by Lynn Haney (eBook)&lt;/p&gt;
&lt;p&gt;A guide to outdoor gear that actually makes a reluctant camper excited about all the STUFF she can acquire to be more comfy!&amp;nbsp;But the emphasis here is really on making the right decisions based on your needs and camping comfort level. It includes information on tents, sleeping gear, clothing, and cooking supplies. It also offers details on public and private campgrounds, luxury camping resorts, backpacking, bicycle camping, kayak camping, and RV camping, so it is great for experienced campers and newbies alike.&lt;/p&gt;
&lt;p&gt;For more inspiration as far as places to head out to, check out Kerri Wallace's posts on hiking spots &lt;a href="http://www.nypl.org/blog/2011/07/11/ticketless-traveler-woods"&gt;near NYC&lt;/a&gt;&amp;nbsp;and the &lt;a href="http://www.nypl.org/blog/2011/07/15/you-are-here-finger-lakes"&gt;Finger Lakes&lt;/a&gt;, and Sherri Liberman's &lt;a href="http://www.nypl.org/blog/2011/07/19/ticketless-traveler-maine-edition"&gt;postcard from Maine&lt;/a&gt;. Where do you like to camp? More importantly, what do you like to cook there?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related subject headings:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Outdoor+Cooking&amp;amp;t=subject"&gt;Outdoor cooking&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Backpacking&amp;amp;t=subject"&gt;Backpacking&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Camping+--+Handbooks%2C+Manuals%2C+Etc&amp;amp;t=subject"&gt;Camping -- Handbooks, Manuals, Etc&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nypl.bibliocommons.com/search?q=Camping+--+Equipment+and+Supplies&amp;amp;t=subject"&gt;Camping -- Equipment and Supplies&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See the Recipes from the Reluctant Camper booklist on &lt;a href="http://nypl.bibliocommons.com/list/show/88492042_laurenlampasone/91096423_the_reluctant_camper"&gt;nypl.bibliocommons.com&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a href="http://digitalgallery.nypl.org/nypldigital/id?G91F121_033F" title="Camping out, Lake George, N.Y., Digital ID G91F121_033F, New York Public Library"&gt; &lt;br /&gt;
&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/_-1w7DcSWH4" height="1" width="1"/&gt;</description>
	
		<category>Recreation and Sports</category>
<category>Food</category>
		<comments>http://www.nypl.org/blog/2011/07/19/recipes-reluctant-camper#comments</comments>	
		<pubDate>Tue, 19 Jul 2011 11:50:25 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/07/19/recipes-reluctant-camper</feedburner:origLink></item>
	<item>
		<title>The Ticketless Traveler: Into the Woods</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/9_B_0bHo9_c/ticketless-traveler-woods</link>

		<dc:creator>Kerri Wallace, Mulberry Street Branch Library</dc:creator>

	<description>&lt;p&gt;&amp;quot;We just passed two huge black bears on the trail. They're not&amp;nbsp;cute.&amp;quot;&lt;/p&gt;
&lt;p&gt;My hike in &lt;a href="http://nysparks.state.ny.us/parks/145/details.aspx"&gt;Harriman State Park&lt;/a&gt;&amp;nbsp;started off with the only concern being the chance of rain and ticks. I had packed my 99 cent rain poncho and doused myself in OFF bug spray to the amusement of my friends. I could handle seeing snakes, bucks, and other wild animals, but ticks were the last thing I wanted to find on my body or in my hair. My fears soon changed when we passed a father and daughter who mentioned the two black bears they had come upon, which unfortunately happened to be in the direction we were headed. On we pressed, clapping our hands and serenading the hiding bears with today's greatest hits and a new song we named &amp;quot;We Love Bears.&amp;quot; Fortunately for us, we did not run into the uncuddly bears.&lt;/p&gt;

&lt;p&gt;I&amp;nbsp;live within driving distance of many great trails and parks, but have never taken advantage of the free activities that are available. A few years ago, a friend and I decided to take a walk at the &lt;a href="http://www.co.bergen.nj.us/bcparks/PrRamapoValley.aspx"&gt;Ramapo Reservation&lt;/a&gt; on a beautiful spring day. After strolling around for an hour, we realized that we had no idea where we were, but managed to back track to our starting point. It was during that scary moment of feeling lost that I realized there's a lot more to hiking then just throwing on a pair of sneakers and walking around aimlessly. Soon after, I became obsessed wtih this outdoor activity.&lt;/p&gt;
&lt;p&gt;Hiking is a great way to clear your mind and is usually an inexpensive getaway. But don't let living in New York&amp;nbsp;City stop you from escaping this urban jungle and finding the great outdoors. Listed below are some great resources and tips to get you out on the trails.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hiking readling list:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/search/Ybest day hikes new york city"&gt;AMC's Best Day Hikes Near New York City: Four-Season Guide to 50 of the Best Trails in New York, Connecticut, and New Jersey&lt;/a&gt;&lt;/em&gt; by Dan Case&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/search/YAppalachian Trail Guide to New York New Jersey"&gt;Appalachian Trail Guide to New York-New Jersey&lt;/a&gt;&lt;/em&gt; by Daniel Chazin&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/search/Yhiking companion robbins"&gt;The Hiking Companion&lt;/a&gt;&amp;nbsp;&lt;/em&gt;by Michael W. Robbins&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/search/YHiking the Road to Ruins"&gt;Hiking the Road to Ruins: Day Trips and Camping Adventures to Iron Mines, Old Military Sites, and Things Abandoned in the New York City Area&amp;mdash;And Beyond&lt;/a&gt;&lt;/em&gt; by David A. Steinberg.&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/search/YA Journey North One Woman&amp;#039;s Story"&gt;A Journey North: One Woman's Story of Hiking the Appalachian Trail&lt;/a&gt;&lt;/em&gt; by Adrienne Hall&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/search/Ywalk woods bryson"&gt;&lt;em&gt;A Walk in the Woods&lt;/em&gt;&lt;em&gt;: Rediscovering America on the Appalachian Trail&lt;/em&gt;&lt;/a&gt; by Bill Bryson&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Online resources:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.amc-ny.org/"&gt;The Appalachian Mountain Club-New York/New Jersey Chapter&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nynjtc.org/"&gt;The New York/New Jersey Trail Conference&lt;/a&gt; (be sure to read their article &amp;quot;&lt;a href="http://www.nynjtc.org/content/you-dont-need-car"&gt;You Don't Need a Car&lt;/a&gt;&amp;quot;)&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nycgovparks.org/facilities/hikingtrails"&gt;The New York City Department of Parks and Recreation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://nysparks.state.ny.us/"&gt;New York State Office of Parks, Recreation, and Historic Preservation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.njpalisades.org/hiking.htm"&gt;The Palisades&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.njwildlifetrails.org/MeadowlandsTrails/Sites/tabid/443/Scope/site/Guide/MEADOWLNDS/Site/90/Default.aspx"&gt;The Meadowlands&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;A few of my favorite hikes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nynjtc.org/hike/bear-mountain-state-park-0"&gt;Appalachian Trail / Major Welch Trail&lt;/a&gt; (strenuous but amazing views!).&amp;nbsp;These directions suggest that you start at the Major Welch Trail, which is very steep and challenging. As an alternate suggestion, you can also start at the Appalachian Trail, take in the view at the top of Bear Mountain, and come back down the way you came up. For the non-hikers, you can also drive up to Perkins Tower. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nynjtc.org/hike/doodletown-loop-bear-mountain"&gt;1777 E Doodletown Bridal Loop from Route 9W&lt;/a&gt; (easy to moderate). I just love saying Doodletown. Doodletown was an old mining community and you can still see remains of the foundations. If you see a sign for the waterfall, be sure to take a quick detour and check it out!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.njpalisades.org/hikes_challenging.htm#Giant"&gt;The Great Stairs&lt;/a&gt; (challenging). Like all hikes, but most importantly this particular hike, it is very important that you wear very good hiking boots. The Palisades are very steep when climbing up and down. The rock scrambles and stairs can be very slippery, especially during the fall season.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nynjtc.org/hike/shore-trail-cliff-top-new-jersey-palisades"&gt;Shore Trail / Long Path Loop via Carpenters Trail&lt;/a&gt; (moderate). Walk along the Hudson River on a beautiful day! The Carpenters Trail is very easy to miss, but even if you decide to just walk along the Shore Trail it will be a really great experience. If you're looking for a good workout, the Carpenters Trail will lead you to the top of the Palisades' cliffs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Wild things are out there:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.state.nj.us/dep/fgw/bearfacts_outdoors.htm"&gt;Black bears&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.dec.ny.gov/animals/9359.html"&gt;Coyotes&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/White_tailed_deer"&gt;Deer&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://poisonivy.aesir.com/view"&gt;Poison ivy, oak, and sumac&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.esf.edu/pubprog/brochure/snakes/snakes.htm"&gt;Snakes&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.hikingdude.com/hiking-bugs.shtml"&gt;Ticks and other creepy crawlers&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://siwild.si.edu/content/projects/adirondacks-new-york-usa.htm"&gt;Smithsonian Wild&lt;/a&gt; (Hidden camera shots of animals in the wild, includes the Adirondacks of New York)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Be sure to check out some of these suggested books and websites so you know what to bring and what to wear. Just remember to be prepared, be aware of your surroundings, stay hydrated, and have lots of fun! It's the same advice my mother gave me when I started working in the city.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/9_B_0bHo9_c" height="1" width="1"/&gt;</description>
	
		<category>Recreation and Sports</category>
<category>New York State</category>
		<comments>http://www.nypl.org/blog/2011/07/11/ticketless-traveler-woods#comments</comments>	
		<pubDate>Mon, 11 Jul 2011 07:35:49 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/07/11/ticketless-traveler-woods</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-Long Learner: God — To Be(lieve) or Not To Be(lieve)</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/G-_ltwU_zNE/notes-life-long-learner-god-believe-or-not-believe</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;I spent a recent weekend pondering the existence of God. It&amp;rsquo;s something I do from time to time because I was a religious person once, in the Judeo/Christian tradition, but am not so now. After many years, I&amp;rsquo;m still getting used to living without that label. I have to admit, my non-religious years have been very good years.&lt;/p&gt;

&lt;p&gt;One interesting documentary that makes a case against the Judeo/Christian God is called &lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b17131391~S1"&gt;The God Who Wasn&amp;rsquo;t There&lt;/a&gt;. &lt;/em&gt;It&amp;nbsp;presents the story of &lt;a href="http://catalog.nypl.org/record=b17754030~S97"&gt;Jesus Christ&lt;/a&gt;&amp;nbsp;&amp;mdash;&amp;nbsp;his birth, ministry, death, and resurrection &amp;mdash;&amp;nbsp;and discusses how it resembles many of the &lt;a href="http://catalog.nypl.org/record=b17600339~S97"&gt;myths&lt;/a&gt; invented hundreds to thousands of years before Christ&amp;rsquo;s birth.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This edgy film contains man-on-the-street chats with rank and file believers and interviews with professors, well-known atheists, and the headmaster of a &lt;a href="http://catalog.nypl.org/record=b17859430~S97"&gt;fundamentalist&lt;/a&gt; christian school the filmmaker attended as a child. That interview doesn&amp;rsquo;t go so well; the filmmaker spent many of his formative years terrified by the teachings of that school. In fact, although the documentary is interesting and makes compelling arguments against the existence of God, it&amp;rsquo;s clear that the filmmaker is unpacking some baggage on screen.&lt;/p&gt;
&lt;p&gt;Another documentary I watched is &lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b18719663~S97"&gt;God in America&lt;/a&gt;&lt;/em&gt; (also &lt;a href="http://www.pbs.org/godinamerica/view/"&gt;available to watch online&lt;/a&gt;), a &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=PBS&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=.b17604920"&gt;PBS&lt;/a&gt; mini-series that traces the history of God in America from before its official founding until now. Narrated by &lt;a href="http://catalog.nypl.org/search~S97?/ascott%2C+campbell/ascott+campbell/1%2C3%2C42%2CB/exact&amp;amp;FF=ascott+campbell&amp;amp;1%2C36%2C/indexsort=-"&gt;Campbell Scott&lt;/a&gt; and dramatized by fine actors depicting historical figures and their very own words, this film doesn&amp;rsquo;t tackle the question of the existence of God. Rather, it shows the influence the belief in God had (has) on America, and, more interestingly, the influence America &amp;mdash;&amp;nbsp;its ideals of liberty for all and the pursuit of happiness &amp;mdash; influenced belief in God.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the Old World, central authority and conformity were all important. In the New World, the individual became paramount. New churches and denominations developed, old beliefs were reformed. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suppose while watching this mini-series an atheist would note the continual morphing of religious beliefs and conclude what he has always believed: God is a human construct. On the other had, a believer in God may see God behind the scenes directing the evolution (pardon the term) of humans&amp;rsquo; understanding of Him.&lt;/p&gt;
&lt;p&gt;God or no God &amp;mdash;&amp;nbsp;it's a puzzle. Thankfully, great minds have grappled and are still grappling with this question. Along with the films mentioned above, there are several interesting books making the case for and against the existence of God listed below. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;For God:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b17604920~S97"&gt;Letters to Doubting Thomas: A Case for the Existence of God&lt;/a&gt;&lt;/em&gt; by C. Stephen Layman&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b18137789~S97"&gt;The Case for God&lt;/a&gt;&lt;/em&gt; by Karen Armstrong&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Against God:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b17084468~S97"&gt;The God Delusion&lt;/a&gt; &lt;/em&gt;by Richard Dawkins&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;a href="http://catalog.nypl.org/record=b18936517~S97"&gt;Reasonable Atheism: A Moral Case for Respectful Disbelief&lt;/a&gt;&lt;/em&gt; by Scott F. Aikin &amp;amp; Robert B. Talisse&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although I&amp;rsquo;m not religious and lean against the existence of a central character that controls the universe, I do have a spiritual streak and I&amp;rsquo;m not ready to jump on the atheist bandwagon, or into the atheist hand basket, if you will. I suppose I&amp;rsquo;m an agnostic, which means I am not taking a position about the existence of God, because I do not know.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the meantime, I&amp;rsquo;ll keep pondering. How about you?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/G-_ltwU_zNE" height="1" width="1"/&gt;</description>
	
		<category>Religion</category>
<category>Religion and Philosophy</category>
<category>Christianity</category>
<category>Judaism</category>
		<comments>http://www.nypl.org/blog/2011/06/14/notes-life-long-learner-god-believe-or-not-believe#comments</comments>	
		<pubDate>Tue, 14 Jun 2011 06:19:37 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/06/14/notes-life-long-learner-god-believe-or-not-believe</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-Long Learner: Rattlesnake!!!</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/SwIblwmo5Gg/notes-life-long-learner-rattlesnake</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;The sound of a &lt;a href="http://catalog.nypl.org/search/Yrattlesnakes"&gt;Rattlesnake's&lt;/a&gt; warning is terrifying and hard to describe. It doesn&amp;rsquo;t sound like a baby&amp;rsquo;s toy. Well, it might if the toy was being shaken at a million times per second by an angry, tight-fisted god who looked kind of like a baby. Add to that impossible sound a buzz and a sinister, insistent shhhhhhhhhhh. You may think I&amp;rsquo;m being dramatic, but in my defense, it&amp;rsquo;s easy to be dramatic when you&amp;rsquo;re face to face with a &lt;a href="http://catalog.nypl.org/search/Ydiamond back rattlesnake"&gt;Diamond Back Rattler&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;This was my welcome to &lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S94?/Xsouthern+california&amp;amp;searchscope=94&amp;amp;SORT=DZ/Xsouthern+california&amp;amp;searchscope=94&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBKEY=southern%20california/1%2C3279%2C3279%2CB/frameset&amp;amp;FF=Xsouthern+california&amp;amp;searchscope=94&amp;amp;SORT=DZ&amp;amp;2%2C2%2C"&gt;Southern California&lt;/a&gt;&lt;/span&gt;&lt;span&gt;: a sunny, casual hike up a rolling hill in Castaic. My tour guides: brother and sister in law. I will refrain from naming them to protect their reputations as conscientious hosts. Let&amp;rsquo;s call them Monica and Lucky Ed. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Before the&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S94?/dhiking/dhiking/1%2C615%2C1055%2CB/frameset&amp;amp;FF=dhiking&amp;amp;6%2C%2C38/indexsort=-"&gt;hike&lt;/a&gt;&lt;/span&gt;&lt;span&gt;, These two bantered back and forth about the probability of snakes and questioned the need for a snake bite kit. &amp;nbsp;Now, keep in mind that this conversation was quite breezy, far from urgent. Where I come from, &lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S1?/amattison%2C+chris/amattison+chris/1%2C3%2C21%2CB/frameset&amp;amp;FF=amattison+christopher&amp;amp;16%2C%2C19/indexsort=-"&gt;snakes&lt;/a&gt;&lt;/span&gt;&lt;span&gt;, let alone poisonous ones, are serious business. The consensus between them was that the first week in May was probably too early in the season for snakes.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Not really.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Lucky Ed alerted us when we had walked a few dusty feet past the large, black, Diamond Back. I turned and saw it slowly slither into the scrub. It wasn&amp;rsquo;t in a hurry. Pretty confident, I&amp;rsquo;d say. Did it see us and mercifully wait until we passed before it crossed the trail?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;I didn&amp;rsquo;t know, and I wasn&amp;rsquo;t about to find out.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Lucky Ed, on the other hand, was all kinds of curious. He moved into what seemed to be the snake&amp;rsquo;s striking distance to get a better look. This sent Monica into hysterics. I merely stood, dazed, watching. I reasoned that life had been good, that I had had a &amp;ldquo;good run&amp;rdquo;, and dying on top of a hill in Castaic wasn&amp;rsquo;t so bad. There were already &lt;a href="http://vulturesociety.homestead.com/TVFacts.html"&gt;vultures&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;flying overhead, so everything seemed to be in place for an efficient finish.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;These are the things that went through my mind when I heard that...sound.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Obviously, we got out of there, unbitten, adrenaline coursing through our veins instead of venom, thankful that we encountered the snake on land, with plenty of running space,&amp;nbsp;and not &lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S1?/tsnakes+on+a+plane/tsnakes+on+a+plane/1%2C1%2C3%2CB/frameset&amp;amp;FF=tsnakes+on+a+plane&amp;amp;1%2C%2C3/indexsort=-"&gt;on a plane&lt;/a&gt;&lt;/span&gt;&lt;span&gt;. Another day, another learning experience. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;I learned that &lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S94?/Xrattlesnakes&amp;amp;searchscope=94&amp;amp;SORT=DZ/Xrattlesnakes&amp;amp;searchscope=94&amp;amp;SORT=DZ&amp;amp;SUBKEY=rattlesnakes/1%2C56%2C56%2CB/frameset&amp;amp;FF=Xrattlesnakes&amp;amp;searchscope=94&amp;amp;SORT=DZ&amp;amp;10%2C10%2C"&gt;Rattler&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;season begins in mid-to-late April in that part of the country.&amp;nbsp;Good to know. &amp;nbsp;I learned that each segment of a Rattler&amp;rsquo;s rattle is formed as a direct result of molting and that, contrary to what many believe, the segments do not indicate the snake&amp;rsquo;s age, as snakes can molt several times a year, depending. &amp;nbsp;I learned that an adult Rattler&amp;rsquo;s bite may not kill you, but the bite of a baby rattler will most likely do you in--their venom is more toxic than adult venom and the little devils can&amp;rsquo;t control how much of it they release. They&amp;rsquo;ll drain themselves dry right into you. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;And I learned that you should probably leave Rattlesnakes alone.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Have you ever been this close to a Rattlesnake or any other kind of poisonous snake? Feel free to share your war story right here.&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/SwIblwmo5Gg" height="1" width="1"/&gt;</description>
	
				<comments>http://www.nypl.org/blog/2011/05/17/notes-life-long-learner-rattlesnake#comments</comments>	
		<pubDate>Tue, 17 May 2011 09:25:34 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/05/17/notes-life-long-learner-rattlesnake</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-Long Learner: Comedy Writing</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/eskaSRq6RLo/notes-life-long-learner-comedy-writing</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;&amp;quot;It's the jokes. I need the jokes.&amp;quot;&lt;/p&gt;
&lt;p&gt;This is something a young library patron said to me the other day. He wanted me to find him a DVD of &lt;a href="http://www.abbottandcostello.net/"&gt;Abbott and Costello&lt;/a&gt;&amp;rsquo;s greatest movies and &lt;a href="http://catalog.nypl.org/search~S1?/aabbott+and+costello/aabbott+and+costello/1%2C4%2C7%2CB/frameset&amp;amp;FF=aabbott+and+costello+comedy+team&amp;amp;1%2C%2C3/indexsort=-"&gt;routines&lt;/a&gt;.&amp;nbsp;&amp;nbsp;I felt an instant kinship with the boy, whom I&amp;rsquo;ll call Hal. &amp;ldquo;Yes,&amp;rdquo; I thought as I took to the catalog. &amp;ldquo;It&amp;rsquo;s the jokes.&amp;rdquo;&lt;/p&gt;

&lt;p&gt;I remember being a kid and watching &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=abbott+and+costello&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=aabbott+and+costello"&gt;Abbott &amp;amp; Costello movies&lt;/a&gt; every Saturday morning on one of New York City&amp;rsquo;s local stations, channel 11. Films such as &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S97?/tbuck+privates/tbuck+privates/1%2C2%2C3%2CB/exact&amp;amp;FF=tbuck+privates&amp;amp;1%2C2%2C/indexsort=-"&gt;Buck Privates&lt;/a&gt;&lt;/em&gt; and &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S97?/tabbott+and+costello+meet+frankenstein/tabbott+and+costello+meet+frankenstein/1%2C1%2C3%2CB/frameset&amp;amp;FF=tabbott+and+costello+meet+frankenstein&amp;amp;3%2C%2C3/indexsort=-"&gt;Abbott &amp;amp; Costello Meet Frankenstein&lt;/a&gt;&lt;/em&gt;, although made in the 1940s, are still hilarious today.&lt;/p&gt;
&lt;p&gt;One of my favorite Abbott &amp;amp; Costello routines &amp;nbsp;is&amp;nbsp;&lt;a href="http://www.youtube.com/watch?v=sShMA85pv8M"&gt;&amp;ldquo;Who&amp;rsquo;s on First?&amp;rdquo;&lt;/a&gt; which appeared in their film &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S97?/tthe+naughty+nineties/tnaughty+nineties/1%2C1%2C2%2CB/frameset&amp;amp;FF=tnaughty+nineties&amp;amp;1%2C%2C2/indexsort=-"&gt;The Naughty Nineties&lt;/a&gt;&lt;/em&gt;. &amp;nbsp;This is exactly the kind of thing Hal, who must be about 12 years old, wanted.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;m not into &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=the+three+stooges&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=tthe+naughty+nineties"&gt;The Three Stooges&lt;/a&gt;,&amp;rdquo; he told me, as I searched the catalog. &amp;ldquo;It&amp;rsquo;s just guys hitting each other.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t comment. I happen to like the physical comedy of The Stooges (I&amp;rsquo;m so familiar with them, I&amp;rsquo;ve long since dropped the &amp;ldquo;Three&amp;rdquo; out of their name). Call it a guilty pleasure, if you must. There&amp;rsquo;s just something about them. &amp;nbsp;It does my heart good to know that in a simpler, gentler time people were able to laugh at a large man crashing into an occupied baby carriage at full speed.&lt;/p&gt;
&lt;p&gt;Nevertheless, I have to admit that it takes a little more to write the kind of comedic material that can stand from decade to decade.&amp;nbsp;It&amp;rsquo;s the jokes. It&amp;rsquo;s Abbott and Costello and &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=the+marx+brothers&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;searchlimits=&amp;amp;searchorigarg=Xthe+three+stooges%26SORT%3DD"&gt;The Marx Brothers&lt;/a&gt;; stand-up comedians like &lt;a href="http://catalog.nypl.org/search~S97?/Xbill+cosby&amp;amp;searchscope=97&amp;amp;SORT=DZ/Xbill+cosby&amp;amp;searchscope=97&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBKEY=bill%20cosby/1%2C108%2C108%2CB/frameset&amp;amp;FF=Xbill+cosby&amp;amp;searchscope=97&amp;amp;SORT=DZ&amp;amp;6%2C6%2C"&gt;Bill Cosby&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97?/Xrichard+pryor&amp;amp;searchscope=97&amp;amp;SORT=DZ/Xrichard+pryor&amp;amp;searchscope=97&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBKEY=richard%20pryor/1%2C52%2C52%2CB/frameset&amp;amp;FF=Xrichard+pryor&amp;amp;searchscope=97&amp;amp;SORT=DZ&amp;amp;3%2C3%2C"&gt;Richard Pryor&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=george+carlin&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;searchlimits=&amp;amp;searchorigarg=Xrichard+pryor%26SORT%3DDZ"&gt;George Carlin&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97?/achappelle%2C+dave/achappelle+dave/1%2C3%2C17%2CB/exact&amp;amp;FF=achappelle+dave&amp;amp;1%2C15%2C"&gt;Dave Chapelle&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/search~S97?/aseinfeld%2C+jerry/aseinfeld+jerry/1%2C1%2C16%2CB/frameset&amp;amp;FF=aseinfeld+jerry&amp;amp;5%2C%2C16/indexsort=-"&gt;Jerry Seinfeld&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search/Ychris rock"&gt;Chris Rock&lt;/a&gt; and &lt;a href="http://catalog.nypl.org/search/Ysarah silverman"&gt;Sarah Silverman&lt;/a&gt;; sketch writers like &lt;a href="http://catalog.nypl.org/search~S97?/afey%2C+tina/afey+tina/1%2C2%2C13%2CB/exact&amp;amp;FF=afey+tina+1970&amp;amp;1%2C11%2C/indexsort=-"&gt;Tina Fey&lt;/a&gt;; and humorists like &lt;a href="http://catalog.nypl.org/search~S1/?searchtype=a&amp;amp;searcharg=sedaris%2C+david&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=asedaris%2C+david"&gt;David Sedaris&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These are just a few of &lt;a href="http://catalog.nypl.org/record=b18719671~S97"&gt;my many favorites&lt;/a&gt;&amp;mdash;diverse people with different styles. What they all have in common is the writing. They make it look easy. But it isn't.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d always wanted to try my hand at some &lt;a href="http://catalog.nypl.org/search~S97?/dComedy+--+Authorship./dcomedy+authorship/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dcomedy+authorship&amp;amp;1%2C7%2C"&gt;comedy writing&lt;/a&gt;&amp;mdash;just for laughs. Hal&amp;rsquo;s visit to the library gave me inspiration. I checked out &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=t&amp;amp;searcharg=comedy+writing+secrets&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dComedy+--+Authorship."&gt;&lt;em&gt;Comedy Writing Secrets&lt;/em&gt;&lt;/a&gt;, and after some study, and with total respect for the comedian&amp;rsquo;s craft, I took the liberty of writing a joke.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You know what amazes me about the first few days of spring&lt;/em&gt;&amp;mdash;&lt;em&gt;you know when it&amp;rsquo;s only about 60 degrees and there&amp;rsquo;s still a chance of snow?&amp;nbsp;I&amp;rsquo;m always amazed at folks who wear too little on those first days of spring. They&amp;rsquo;re like the equivalent of a needy first date. They come out of the house all smiles and Spring is like: &amp;ldquo;Whoa, whoa. Flip flops? Strappy tank top? Hey&lt;/em&gt;&amp;mdash;&lt;em&gt;I&amp;rsquo;m not looking to get serious or anything. I barely know you.&amp;rdquo; Next day, it&amp;rsquo;s windy and really cold. A total shock. It&amp;rsquo;s like Spring is saying, &amp;ldquo;Back off! Put on some clothes, will ya?&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t worry; I&amp;rsquo;m keeping my day job.&lt;/p&gt;
&lt;p&gt;Do you have a favorite comedian or comedy writer? Feel free to share.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Previously on NYPL&amp;nbsp;blogs:&lt;/em&gt;&amp;nbsp;&lt;a href="http://www.nypl.org/blog/2011/04/08/comedy-working-title"&gt;Comedy!&amp;nbsp;(insert witty subtitle phrase here)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/eskaSRq6RLo" height="1" width="1"/&gt;</description>
	
		<category>Humor</category>
		<comments>http://www.nypl.org/blog/2011/05/04/notes-life-long-learner-comedy-writing#comments</comments>	
		<pubDate>Wed, 04 May 2011 10:45:14 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/05/04/notes-life-long-learner-comedy-writing</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-Long Learner: Social Dance</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/eMAW4pOY-yc/notes-life-long-learner-social-dance</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;&lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=social+dancing&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xsocial+dancing%26SORT%3DD"&gt;Social Dancing&lt;/a&gt;, which consists of &lt;a href="http://www.americanantiquarian.org/Exhibitions/Dance/types.htm"&gt;various forms of dance&lt;/a&gt;, such as &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=square+dancing&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xsocial+dancing%26SORT%3DDZ"&gt;square dancing&lt;/a&gt;, is a communal tradition brought to the American continent by its earliest immigrants. Big in centuries past, social dancing is still practiced today, even in New York City. I know because I attended my first dance very recently: a barn dance.&lt;/p&gt;
&lt;p&gt;For the beginner, social dancing, which in my case included free-wheeling square dances and &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=contra+dancing&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xbarn+dance%26SORT%3DDZ"&gt;contra dances&lt;/a&gt;, can seem like &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=aerobics&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xcontra+dancing%26SORT%3DDZ"&gt;aerobics&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=basic+physics&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=tbasic+physics"&gt;physics&lt;/a&gt;, and &lt;a href="http://catalog.nypl.org/search~S97?/dGeometry./dgeometry/-3%2C-1%2C0%2CB/frameset&amp;amp;FF=dgeometry&amp;amp;5%2C%2C82"&gt;geometry&lt;/a&gt; all rolled up into one.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Like aerobics, the dances rely on repetitive motions that work your muscles, burn fat, and make you sweat. Like physics, direction and speed are factors. Like Geometry, the dances involve lines, squares, and circles. And, you're golden if you can quickly tell your left hand from your right.&lt;/p&gt;
&lt;p&gt;Is it fun? Sure. But, unless you do these dances regularly, you have to learn the steps. And the way you learn is by listening to someone call the directions over&amp;nbsp;the loud strains of guitar, bango,&amp;nbsp;bass, and fiddle. &amp;nbsp;Not easy at first. I can&amp;rsquo;t tell you how many &lt;a href="http://www.britannica.com/EBchecked/topic/315973/Keystone-Kops"&gt;keystone kop&lt;/a&gt; moments I observed in the various dancing squares that&amp;nbsp;moved across the expansive&amp;nbsp;hardwood floor, or the number in which I was personally involved.&lt;/p&gt;
&lt;p&gt;But, the human tangles made everyone experiencing them laugh, and the repetition&amp;nbsp;of dances and moves dramatically lowered the learning curve as the night wore on.&lt;/p&gt;
&lt;p&gt;And then there&amp;rsquo;s the other physical aspect of all this: actually touching other people.&lt;/p&gt;
&lt;p&gt;Even if you show up to one of these dances with a partner, the dances require that you bow to, hold hands and swing arm-in-arm with several people you&amp;rsquo;ve never met. Awkward? Yes. At least at first. But, after the endorphins kick in from the continual swinging, doh-see-doh-ing, and promenading, it doesn&amp;rsquo;t seem to matter much anymore.&lt;/p&gt;
&lt;p&gt;If we lived in the &lt;a href="http://catalog.nypl.org/search~S97?/Xlife+in+the+1800s&amp;amp;searchscope=97&amp;amp;SORT=D/Xlife+in+the+1800s&amp;amp;searchscope=97&amp;amp;SORT=D&amp;amp;SUBKEY=life%20in%20the%201800s/1%2C42%2C42%2CB/frameset&amp;amp;FF=Xlife+in+the+1800s&amp;amp;searchscope=97&amp;amp;SORT=D&amp;amp;1%2C1%2C"&gt;1800s&lt;/a&gt; and the local paper published a blurb about any social dance event, the last line might read: &amp;ldquo;Acquaintances were made and a good time was had by all.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And that&amp;rsquo;s the point of the social dance. In an age where communicating with others was extremely difficult, social dancing provided a means of finding friends and companions while offering an evening of exhilarating fun. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Folks &lt;a href="http://www.americanantiquarian.org/Exhibitions/Dance/etiquette.htm"&gt;took the dances seriously&lt;/a&gt;, especially the more formal ones&amp;mdash;not only the steps&amp;nbsp;but the subtle ways in which participants could communicate with one another to indicate interest beyond the dance.&lt;/p&gt;
&lt;p&gt;In this modern age, at this particular barn dance, I saw some of this subtlety, mainly in the form of folks making quiet connections at the periphery of the floor. Seeing a long-skirted woman coquettishly smile and nod to a tall, well-groomed gent made me feel as though I had travelled back in time.&lt;/p&gt;
&lt;p&gt;But then I&amp;rsquo;d see someone sitting alone with the light of her cell phone shining up on her face as she electronically touched someone, somewhere. Who needs a social dance when you have unlimited texting?&lt;/p&gt;
&lt;p&gt;Nevertheless, it might be interesting to explore the &lt;a href="http://www.americanantiquarian.org/Exhibitions/Dance/index.htm"&gt;history of Social Dancing in America&lt;/a&gt;. &lt;a href="http://catalog.nypl.org/search~S97?/Xsocial+dancing&amp;amp;searchscope=97&amp;amp;SORT=D/Xsocial+dancing&amp;amp;searchscope=97&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBKEY=social%20dancing/1%2C177%2C177%2CB/frameset&amp;amp;FF=Xsocial+dancing&amp;amp;searchscope=97&amp;amp;SORT=D&amp;amp;1%2C1%2C"&gt;Read all about it&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/eMAW4pOY-yc" height="1" width="1"/&gt;</description>
	
		<category>Dance</category>
<category>United States History</category>
		<comments>http://www.nypl.org/blog/2011/04/18/notes-life-long-learner-social-dance#comments</comments>	
		<pubDate>Mon, 18 Apr 2011 09:43:03 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/04/18/notes-life-long-learner-social-dance</feedburner:origLink></item>
	<item>
		<title>Notes From a Life-Long Learner</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/VUzUMAJOFJw/notes-life-long-learner</link>

		<dc:creator>Jyna Scheeren, Grand Central</dc:creator>

	<description>&lt;p&gt;I am a rabid, chronic life-long learner, and I'm starting this column because promoting life-long learning is one of the key components of our &lt;a href="http://www.nypl.org/help/about-nypl/mission"&gt;mission here at NYPL&lt;/a&gt;.&amp;nbsp;Also, I bet&amp;nbsp;there are a lot of people like me out in the world, people who want to know about EVERYTHING.&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Whether you take up something new one thing at a time, or scatter your attention on a few things at once, this is your forum.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;In her book called &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S97/?searchtype=t&amp;amp;searcharg=Refuse+to+Choose&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=toutliers"&gt;Refuse to Choose&lt;/a&gt;&lt;/em&gt;, &lt;a href="http://catalog.nypl.org/search~S97?/asher%2C+barbara/asher+barbara/1%2C2%2C9%2CB/exact&amp;amp;FF=asher+barbara&amp;amp;1%2C6%2C/indexsort=-"&gt;Barbara Sher&lt;/a&gt; calls people like us &amp;quot;scanners.&amp;quot; As she puts it, we are &amp;ldquo;hopelessly interested in everything.&amp;rdquo;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;I&amp;rsquo;ve always wanted to become an expert at one thing, but, generally, I find something new to learn, put my all into it, and once I&amp;rsquo;ve learned it, I find something else and start the process all over again. Often, I try to juggle many new subjects at once. Sher says it&amp;rsquo;s OK to be this way, and that&amp;rsquo;s a relief, although at times I still have to convince myself that she&amp;rsquo;s right.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Nevertheless, I can say without a doubt, that learning something new is one of the most exciting things that I ever do. &lt;a href="http://catalog.nypl.org/search~S1?/dgardening/dgardening/1%2C412%2C2802%2CB/exact&amp;amp;FF=dgardening&amp;amp;1%2C1046%2C/indexsort=-"&gt;Gardening&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97?/dSoap./dsoap/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dsoap&amp;amp;1%2C16%2C"&gt;soap-making&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=+basic+knitting&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xknitting%26SORT%3DDZ"&gt;knitting&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=piano+instruction&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xmaking+soap%26SORT%3DDZ"&gt;piano-playing&lt;/a&gt;&amp;mdash;I&amp;rsquo;ve tried all of these and more. Perhaps I&amp;rsquo;m addicted to the rush of my first success in each new subject. I can still remember the surge of joy and self-confidence at seeing my first tomato plant seedlings sprout from fresh peat.&amp;nbsp;My third batch of soap was nothing fancy, but I wouldn&amp;rsquo;t have hesitated to recommend a bar to anyone. I knit perfect&amp;mdash;I mean, perfect&lt;/span&gt;&lt;span&gt;&amp;mdash;&lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/search~S1/?searchtype=X&amp;amp;searcharg=knit+scarves&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=Xscarves%26SORT%3DD"&gt;scarves&lt;/a&gt;. I just never graduated to knitting &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=knitting+hats&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=agladwell%2C+malcolm"&gt;hats&lt;/a&gt; or &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=X&amp;amp;searcharg=sweaters&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=DZ&amp;amp;extended=0&amp;amp;searchlimits=&amp;amp;searchorigarg=XKnitting+--+clothes%26SORT%3DD"&gt;sweaters&lt;/a&gt;. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;Learning to play the piano has been my greatest success so far&lt;/span&gt;&lt;span&gt;&amp;mdash;&lt;/span&gt;&lt;span&gt;I spent over two years deeply and passionately immersed in the practice, and although I don&amp;rsquo;t play regularly, I&amp;rsquo;m able to sit at the piano with a new song and have a decent rendition of it within twenty minutes.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;But I&amp;rsquo;m no expert.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;In &lt;em&gt;&lt;a href="http://catalog.nypl.org/search~S97?/toutliers/toutliers/1%2C4%2C6%2CB/exact&amp;amp;FF=toutliers+the+story+of+success&amp;amp;1%2C3%2C/indexsort=-"&gt;Outliers: The Story of Success&lt;/a&gt;&lt;/em&gt;, &lt;a href="http://catalog.nypl.org/search~S97/?searchtype=a&amp;amp;searcharg=gladwell%2C+malcolm&amp;amp;searchscope=97&amp;amp;sortdropdown=-&amp;amp;SORT=D&amp;amp;extended=0&amp;amp;SUBMIT=Search&amp;amp;searchlimits=&amp;amp;searchorigarg=dSoap."&gt;Malcolm Gladwell&lt;/a&gt; cites researchers who conclude that it takes about 10,000 hours to become a world-class expert in any field.&amp;nbsp;That's fine, but instead of using those hours to become a master, I'd rather use them to learn a bit about a lot.&amp;nbsp;So, I&amp;rsquo;m probably never going to be the one with the green thumb, or the proprietor of a soap shop, or the go-to lady for the &lt;a href="http://catalog.nypl.org/search~S97?/dHandbags./dhandbags/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dhandbags&amp;amp;1%2C47%2C"&gt;fancy knit handbag&lt;/a&gt;. And,&amp;nbsp;I&amp;rsquo;m definitely not going to be the next &lt;a href="http://catalog.nypl.org/search~S97?/dJoplin%2C+Scott%2C+1868-1917./djoplin+scott+1868+1917/-3%2C-1%2C0%2CB/frameset&amp;amp;FF=djoplin+scott+1868+1917&amp;amp;3%2C%2C13"&gt;Scott Joplin&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I'll be the very happy generalist.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hey, Barbara Sher says it&amp;rsquo;s OK.&amp;nbsp;&amp;nbsp;If you think so, too, and have your own experiences to share, I&amp;rsquo;d love to hear from you.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span&gt;And I invite all NYPL colleagues to share, via this blog channel, what you&amp;rsquo;re learning now.&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/VUzUMAJOFJw" height="1" width="1"/&gt;</description>
	
		<category>Education</category>
		<comments>http://www.nypl.org/blog/2011/04/14/notes-life-long-learner#comments</comments>	
		<pubDate>Thu, 14 Apr 2011 08:47:34 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/04/14/notes-life-long-learner</feedburner:origLink></item>
	<item>
		<title>Start a New Hobby with the Help From NYPL's Periodical Collections!</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/bYjCA4gZwPE/start-new-hobby-help-periodicals</link>

		<dc:creator>Raymond Pun, Stephen A. Schwarzman Building, General Research Division</dc:creator>

	<description>&lt;p&gt;Would you like to learn how to &lt;a href="http://catalog.nypl.org/record=b11731373~S38"&gt;knit&lt;/a&gt; or improve your &lt;a href="http://catalog.nypl.org/record=b11553077~S1"&gt;bird watching&lt;/a&gt; skills? &lt;a href="http://www.nypl.org/locations/schwarzman/periodicals-room"&gt;The DeWitt Wallace Periodicals Division&lt;/a&gt; currently holds over 100 hobbies and leisure activities magazines for hobbyists, amateurs and&amp;nbsp;enthusiasts alike. &amp;nbsp;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;We have periodicals ranging from &lt;a href="http://catalog.nypl.org/record=b16455550~S1"&gt;antique trading&lt;/a&gt; to &lt;a href="http://catalog.nypl.org/record=b11154109~S1"&gt;doll collecting&lt;/a&gt;,&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="http://catalog.nypl.org/record=b10540645~S38"&gt;running&lt;/a&gt;&lt;/span&gt;&lt;span&gt;, &lt;a href="http://catalog.nypl.org/record=b14994404~S38"&gt;biking&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b11337624~S1"&gt;amateur wrestling&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11541981~S1"&gt;chess playing&lt;/a&gt;&lt;em&gt;, &lt;/em&gt;&lt;a href="http://catalog.nypl.org/record=b10019537~S38"&gt;cooking&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b10483451~S38"&gt;traveling&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b13424483~S1"&gt;horse riding&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b17031513~S38"&gt;photographing&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b10622871~S38"&gt;fly fishing&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b10095119~S1"&gt;writing&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b10759454~S1"&gt;interior designing&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b10023545~S1"&gt;yachting&lt;/a&gt;,&amp;nbsp;&lt;/span&gt;&lt;a href="http://catalog.nypl.org/record=b15819414~S38"&gt;jewelry making&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b10759108~S1"&gt;golfing&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11869753~S1"&gt;gaming&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b12505032~S1"&gt;gardening&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11254148~S1"&gt;archery&lt;/a&gt;, and&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b16112911~S1"&gt;swimming&lt;/a&gt;.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;We also subscribe to magazines that focus on collecting&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b11159016~S38"&gt;stamps&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11813200~S38"&gt;coins&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11916645~S1"&gt;beer cans&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b12098553~S1"&gt;clocks&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b11801595~S1"&gt;firearms&lt;/a&gt;,&amp;nbsp;&lt;a href="http://catalog.nypl.org/record=b15362607~S1"&gt;marbles&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11887195~S1"&gt;pens&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11943786~S1"&gt;post cards&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11837047~S1"&gt;seashells&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b15318380~S1"&gt;souvenir buildings&lt;/a&gt;, &lt;a href="http://catalog.nypl.org/record=b11829546~S1"&gt;teddy bears&lt;/a&gt;,&amp;nbsp;and &lt;a href="http://catalog.nypl.org/record=b11801756~S38"&gt;toys&lt;/a&gt;; just to name a few!&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Personally, I like reading about &lt;a href="http://catalog.nypl.org/record=b14772360~S1"&gt;book collecting&lt;/a&gt; more than doing the &amp;ldquo;collecting&amp;quot; aspect itself.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Books are interesting objects; they are full of tiny details that are often overlooked by people.&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;The activity of book collecting can be lucrative, fun and overwhelming.&amp;nbsp;Competition is fierce but only the true bibliophiles can master the art of book collecting by reading these &lt;a href="http://catalog.nypl.org/search~S1?/dbook+collecting+--+periodicals/dbook+collecting+periodicals/1,2,95,B/exact&amp;amp;FF=dbook+collecting+periodicals&amp;amp;1,94,/indexsort=-"&gt;periodicals&lt;/a&gt;!&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Trout fishing on the Dart., Digital ID 410991, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?410991"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;So how can you find such periodicals? &lt;span&gt;&amp;nbsp;There are numerous ways to search for these magazines&amp;nbsp;&lt;/span&gt;from our library&amp;nbsp;&lt;a href="http://catalog.nypl.org/search/"&gt;catalog&lt;/a&gt;; the quickest way is to switch &lt;strong&gt;keyword&lt;/strong&gt; to &lt;strong&gt;subject&lt;/strong&gt; and then type in your hobby of interest&amp;nbsp;and &amp;quot; -- periodicals .&amp;quot; Example: &amp;quot; &lt;a href="http://catalog.nypl.org/search~S1?/dfly+fishing+--+periodicals/dfly+fishing+periodicals/1,1,2,B/frameset&amp;amp;FF=dfly+fishing+periodicals&amp;amp;1,,2"&gt;fly fishing -- periodicals&lt;/a&gt; &amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://catalog.nypl.org/search~S1?/dFly+fishing+--+Periodicals./dfly+fishing+periodicals/-3%2C-1%2C0%2CB/exact&amp;amp;FF=dfly+fishing+periodicals&amp;amp;1%2C2%2C"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;This search method will filter your results for the &amp;quot;hobby interests&amp;quot; to &amp;quot;periodicals.&amp;quot; &amp;nbsp;If there are &amp;quot;no matches found,&amp;quot; you can refine your search by retyping another subject or simply look at the results below to see if there are other nearby subjects close to your interests. &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;If you already know the title of the magazine, you can switch &amp;quot;keyword&amp;quot; to &amp;quot;journal title&amp;quot; and type the name of the magazine and submit the search. &amp;nbsp;You can also search for other similar titles based on the same &amp;quot;subject headings&amp;quot; in the catalog record of a magazine. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a title="Demonstration Postage Stamp strip of four, Digital ID 2005_6603_8_948_1, New York Public Library" href="http://digitalgallery.nypl.org/nypldigital/id?2005_6603_8_948_1"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/bYjCA4gZwPE" height="1" width="1"/&gt;</description>
	
		<category>Books and Libraries</category>
<category>Magazines, Journals and Serials</category>
<category>Manuscripts and Rare Books</category>
<category>Recreation and Sports</category>
<category>Design</category>
<category>Photography</category>
<category>Health and Medicine</category>
<category>Consumers</category>
<category>Food</category>
<category>Geography and Travel</category>
		<comments>http://www.nypl.org/blog/2011/01/21/start-new-hobby-help-periodicals#comments</comments>	
		<pubDate>Fri, 21 Jan 2011 09:03:11 -0500</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2011/01/21/start-new-hobby-help-periodicals</feedburner:origLink></item>
	<item>
		<title>Lifelong Learning Never Ends</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/VepRTiZcVfg/lifelong-learning-never-ends</link>

		<dc:creator>Ambrose Thompson, Tompkins Square Library</dc:creator>

	<description>&lt;p&gt;We are born with scarcely any of the skills or abilities we need to survive in the world and must amass skills to succeed. Without care and guidance from family, we would not survive the first day of life. While we all walk down different paths in life, the one common feature to all paths is that the path is never perfectly straight and narrow or clear of debris as we might like. There are pitfalls as the skills or abilities we possess don&amp;rsquo;t match the pavement we find ourselves on. Unexpected twists or bends change our world view as society evolves in unprecedented manners we are not ready for. Blocks form that we must find a way around or over by increasing our problem solving abilities or quickly altering our intentions.&lt;/p&gt;

&lt;p&gt;Because lifelong learning is about reacting to an evolving world, lifelong&amp;nbsp;learning is not something we do after retirement or on weekends to pass the time. Rather, lifelong learning is about going from day to day and trying to cope and prosper. And sometimes, lifelong learning is about coming to the hard realization we are not perfect and innately capable in all areas we find ourselves interacting in.&lt;/p&gt;
&lt;p&gt;Take the &lt;a href="http://www.wired.com/wired/archive/10.09/borndigital.html"&gt;Born Digital&lt;/a&gt;&amp;nbsp;generation, people born with computers as a given and who grew up interacting with computers without fear or trepidation. There is the assumption that kids who grew up using computers are by their nature &lt;a href="http://www.webopedia.com/TERM/C/computer_literacy.html"&gt;computer literate&lt;/a&gt;&amp;nbsp;and savvy. But then a young adult will ask how to cut and paste on a word processor document, try doing research by typing a query into the URL box, or think Wikipedia and Google are &lt;a href="http://www.ala.org/ala/mgrps/divs/rusa/sections/history/resources/pubs/usingprimarysources/index.cfm"&gt;primary sources&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Among the younger set, children will know how to get to the coolest game website but not know how to find a book in the library or even what it means to reserve materials on the online catalog. Computer use is just an example since youth are often touted as being natural computer users. It could be any field of knowledge and any ability base we wish to talk about.&lt;/p&gt;
&lt;p&gt;First, getting by and actually excelling are two different things. I can speak a few words of Spanish and get by in an emergency but that is far different from fluency or literacy. Second, lifelong learning is not a sign of poor education or limited mental skills; actually it is quite the opposite. Lifelong learning recognizes that life is chaotic and dynamic. We are all throughout the day akin to babies taking their first step, and that is because we are alive and growing, finding ourselves in new and expanding communities with new needs and expectations.&lt;/p&gt;
&lt;p&gt;The key to lifelong learning success is to see a dualistic aspect to it. There is the realization that we cannot possibly be born or have learned all we need in formal education settings. Also, there is always a &lt;a href="http://hbswk.hbs.edu/archive/2888.html"&gt;nervous factor&lt;/a&gt;&amp;nbsp;in learning new material as our brains rewire and find different ways of processing the world around us. To inspire lifelong learning it is necessary to address both facets of the process.&lt;/p&gt;
&lt;p&gt;As a public library is open to all and serves all ages in their recreational and educational pursuits, we are well aligned to support lifelong learning. By creating open and inviting spaces with staff that are easy to approach, we can leverage our already existing placement in the community to more conscientiously design lifelong learning initiatives by meeting our patrons where they are in their lives and helping solve information gaps in whatever manner is best for them.&lt;/p&gt;
&lt;p&gt;To read more on lifelong learning and learning options, check out these books at your local branch:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/record=b17100578~S97"&gt;&lt;em&gt;But What If I Don't Want to Go to College?: A Guide to Success Through Alternative Education&lt;/em&gt;&lt;/a&gt; by Harlow G. Unger&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/record=b17417771~S97"&gt;&lt;em&gt;Lifelong and Continuing Education: What is a Learning Society?&lt;/em&gt;&lt;/a&gt; edited by Paul Oliver&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://catalog.nypl.org/record=b17447454~S97"&gt;&lt;em&gt;Smart Things to Know About Lifelong Learning&lt;/em&gt;&lt;/a&gt; by Andrew Holmes&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/VepRTiZcVfg" height="1" width="1"/&gt;</description>
	
		<category>Education</category>
		<comments>http://www.nypl.org/blog/2010/10/18/lifelong-learning-never-ends#comments</comments>	
		<pubDate>Mon, 18 Oct 2010 06:08:24 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2010/10/18/lifelong-learning-never-ends</feedburner:origLink></item>
	<item>
		<title>Brain Fitness: Practical Advice to Keep Your Brain Sharp</title>
	
		<link>http://feedproxy.google.com/~r/NYPLBlogsLifelongLearning/~3/UIW6cta6Wn4/brain-fitness-practical-advice-keep-your-brain-sharp</link>

		<dc:creator>Brigid Cahalan, Teaching &amp; Learning, Literacy and Outreach</dc:creator>

	<description>&lt;p&gt;Alvaro Fernandez, co-founder and CEO of &lt;a title="SharpBrains" href="http://www.sharpbrains.com"&gt;SharpBrains&lt;/a&gt; and co-author (with Elkhonon Goldberg) of &lt;em&gt;&lt;a title=" 18 Interviews with Scientists, Practical Advice, and Product Reviews to Keep your Brain Sharp" href="http://catalog.nypl.org/iii/encore/search/C%7CRb18100759%7CSsharp+brains+guide%7COrightresult?lang=eng&amp;amp;suite=pearl"&gt;The SharpBrains Guide to Brain Fitness: 18 Interviews with Scientists, Practical Advice, and Product Reviews to Keep your Brain Sharp&lt;/a&gt;&lt;/em&gt; will be discussing the growing field of research in this area at two NYPL locations this coming week: Wednesday, September 23, 10 A.M. at &lt;a title="Bronx Library Center" href="/locations/bronx-library-center"&gt;Bronx Library Center&lt;/a&gt;, 310 East Kingsbridge Road; and, Friday, September 25, 1:30 P.M. at the &lt;a title="Stephen A. Schwarzman Building" href="/locations/schwarzman"&gt;Stephen A. Schwarzman Building&lt;/a&gt;, Fifth Avenue and 42nd Street. By presenting the results gleaned from recent research and scientific studies, Fernandez aims to help us make informed decisions about brain health and cognitive fitness.&lt;/p&gt;
&lt;p&gt;In partnership with the local chapter of the &lt;a title="Alzheimer&amp;amp;rsquo;s Association" href="http://www.alz.org/nyc/"&gt;Alzheimer&amp;rsquo;s Association&lt;/a&gt;, The Library recently held three &lt;a title="screenings/discussions focused on Alzheimer&amp;amp;rsquo;s disease" href="/node/61902"&gt;film screenings/discussions focused on Alzheimer&amp;rsquo;s disease&lt;/a&gt;. One thing I learned is that there is no known way to prevent or delay Alzheimer&amp;rsquo;s disease: no &amp;ldquo;gold standard.&amp;rdquo; On the other hand, based on evidence we &lt;em&gt;can&lt;/em&gt; say that engaging in mentally stimulating activities through education, jobs, and leisure activities lowers the &lt;em&gt;probability&lt;/em&gt; of developing Alzheimer&amp;rsquo;s &lt;em&gt;symptoms&lt;/em&gt;. And for some reason, the building up of a &lt;em&gt;Brain Reserve&lt;/em&gt; helps people, even with the same Alzheimer's pathology (which cannot be delayed/ prevented), to withstand the effects of that pathology and to delay the appearance of symptoms.  I asked Alvaro for a few books he would recommend on the topic of brain fitness. Here are some of his suggestions and comments:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a title=" 12 Principles for Surviving and Thriving at Work, Home, and School" href="http://catalog.nypl.org/iii/encore/record/C%7CRb17332804%7CSbrain+rules%7CP0%2C1%7COrightresult?lang=eng&amp;amp;suite=pearl"&gt;Brain Rules: 12 Principles for Surviving and Thriving at Work, Home, and School&lt;/a&gt;&lt;/em&gt;, by John J. Medina, &amp;ldquo;A fun and accessible overview of the research and implications, written with a younger/ business audience in mind&amp;quot;; &lt;em&gt;&lt;a title="A User&amp;amp;rsquo;s Guide to the Brain" href="http://catalog.nypl.org/iii/encore/record/C%7CRb17963956%7CSuser%27s+guide+to+the+brain%7COrightresult?lang=eng&amp;amp;suite=pearl"&gt;A User&amp;rsquo;s Guide to the Brain&lt;/a&gt;&lt;/em&gt;, by John J. Ratey. &amp;ldquo;An excellent introduction to how the brain works and important concepts such as perception, cognition, attention, emotions.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;He also recommended a few websites- &lt;a title="Cognitive Daily" href="http://scienceblogs.com/cognitivedaily"&gt;Cognitive Daily&lt;/a&gt; and &lt;a title="Mind Hacks" href="http://www.mindhacks.com/"&gt;Mind Hacks&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more about Alvaro and SharpBrains, see my earlier post &lt;a title="here" href="/node/28819"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope you can join us for Alvaro&amp;rsquo;s *free* presentation&amp;mdash;your brain will thank you for it!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NYPLBlogsLifelongLearning/~4/UIW6cta6Wn4" height="1" width="1"/&gt;</description>
	
		<category>Health and Medicine</category>
		<comments>http://www.nypl.org/blog/2009/09/18/brain-fitness-practical-advice-keep-your-brain-sharp#comments</comments>	
		<pubDate>Fri, 18 Sep 2009 12:46:04 -0400</pubDate>
	<feedburner:origLink>http://www.nypl.org/blog/2009/09/18/brain-fitness-practical-advice-keep-your-brain-sharp</feedburner:origLink></item>
	</channel>
</rss>

