<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join My Mailing List!
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://layla.summers@gmail.com.us4.list-manage.com/subscribe/post-json?u=77ce6621dd6a137dadf3c251a&amp;id=471c239c77&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 Layla LaPietra on Twitter Counter


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27440628-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</description><title>The Breastfed Baby</title><generator>Tumblr (3.0; @thebreastfedbaby)</generator><link>http://thebreastfedbaby.com/</link><item><title>as-fine-as-dandelions:

PLEASE REBLOG, ESPECIALLY IN THE AREAS...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m3zp5ddRHh1r6w1odo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://as-fine-as-dandelions.tumblr.com/post/23013278131" class="tumblr_blog"&gt;as-fine-as-dandelions&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;PLEASE REBLOG, ESPECIALLY IN THE AREAS OF NEW YORK, PITTSBURGH, PHILADELPHIA, AND NEW JERSEY!!!!&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://thebreastfedbaby.com/post/23215672409</link><guid>http://thebreastfedbaby.com/post/23215672409</guid><pubDate>Thu, 17 May 2012 01:27:27 -0400</pubDate></item><item><title>Posted by Hygeia. Adorable and funny!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3rpmtlepw1r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Posted by Hygeia. Adorable and funny!&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/22724703661</link><guid>http://thebreastfedbaby.com/post/22724703661</guid><pubDate>Wed, 09 May 2012 14:20:53 -0400</pubDate></item><item><title>#beauty</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lwifw4By4X1r8qo64o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;#beauty&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/22721727515</link><guid>http://thebreastfedbaby.com/post/22721727515</guid><pubDate>Wed, 09 May 2012 13:09:42 -0400</pubDate></item><item><title>#newborns #love</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m3qt9lkSek1r4chqgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;#newborns #love&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/22721579446</link><guid>http://thebreastfedbaby.com/post/22721579446</guid><pubDate>Wed, 09 May 2012 13:06:05 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3phthwZfZ1r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://thebreastfedbaby.com/post/22650848075</link><guid>http://thebreastfedbaby.com/post/22650848075</guid><pubDate>Tue, 08 May 2012 09:36:53 -0400</pubDate></item><item><title>Toddler mama nursing her baby in traffic :) 
From Victoria...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m3ec55qJRs1r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Toddler mama nursing her baby in traffic :) &lt;br/&gt;
From Victoria Pearson, Dispelling Breastfeeding Myths&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/22253189147</link><guid>http://thebreastfedbaby.com/post/22253189147</guid><pubDate>Wed, 02 May 2012 09:00:41 -0400</pubDate></item><item><title>Baby's First Immunization</title><description>&lt;a href="http://www2.aap.org/breastfeeding/curriculum/documents/pdf/BFIZPoster.pdf"&gt;Baby's First Immunization&lt;/a&gt;</description><link>http://thebreastfedbaby.com/post/21510339129</link><guid>http://thebreastfedbaby.com/post/21510339129</guid><pubDate>Sat, 21 Apr 2012 14:02:59 -0400</pubDate><category>breastfeeding</category><category>immunization</category><category>vaccination</category><category>vaccines</category><category>babies</category><category>pregnancy</category></item><item><title>pretty mama and bebe

fuckyeahbreastfeedingmamas:

Mother and...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lyly9u60J11r9g4wgo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;pretty mama and bebe&lt;/p&gt;

&lt;p&gt;&lt;a class="tumblr_blog" href="http://fuckyeahbreastfeedingmamas.tumblr.com/post/21125727126/mother-and-child-by-teseum-on-flickr"&gt;fuckyeahbreastfeedingmamas&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/teseum/1367449886/" title="Mother and child"&gt;Mother and child&lt;/a&gt; by &lt;a href="http://www.flickr.com/photos/teseum/"&gt;Teseum&lt;/a&gt; on Flickr.&lt;/p&gt;
&lt;p&gt;&lt;br/&gt; Breastfeeding in Central Africa Republic.&lt;br/&gt;&lt;br/&gt; Available via Creative Commons License.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://thebreastfedbaby.com/post/21257519830</link><guid>http://thebreastfedbaby.com/post/21257519830</guid><pubDate>Tue, 17 Apr 2012 01:50:13 -0400</pubDate></item><item><title>Beautiful, happy, breastfed baby Sophia :)</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m22ht7VIX01r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Beautiful, happy, breastfed baby Sophia :)&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/20595984827</link><guid>http://thebreastfedbaby.com/post/20595984827</guid><pubDate>Fri, 06 Apr 2012 12:58:19 -0400</pubDate></item><item><title>I was amazed today, when reading the book “Babar and His...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m1f8o0EgBS1r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I was amazed today, when reading the book “Babar and His Children” to my son, to discover this. Perhaps due to being written by a French author? (The French aren’t known for their high breastfeeding rates). Perhaps a sign of the times? Written in 1938? Who knows, but unexpected and odd!&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/19874141751</link><guid>http://thebreastfedbaby.com/post/19874141751</guid><pubDate>Sat, 24 Mar 2012 23:36:00 -0400</pubDate></item><item><title>The Correct Way to Bottle Feed</title><description>&lt;p&gt;The other day while I was at the park with my kids, I watched a mother upend a bottle of baby formula into her baby&amp;#8217;s mouth, as he lay flat on his back wiggling, or maybe writhing in discomfort. Why aren&amp;#8217;t people educated on the proper way to bottle feed an infant? Turning a bottle upside down is like force feeding. They are just gulping away without stopping for breath, not having a chance to develop the skill of eating slowly and stopping when you&amp;#8217;ve had enough. I tried to look away because I knew it would bother me, but I kept compulsively watching. The woman was talking to her husband as each of them bottle-fed their twin babies. She seemed determined to get the whole bottle in him whether he wanted it or not. I couldn&amp;#8217;t help it. I judge(d) her. &amp;#8220;God, be more sensitive!&amp;#8221; I thought. &amp;#8220;How about tuning in and connecting with your baby?!&amp;#8221; &amp;#8220;Well, she has twins. Give her a break. You don&amp;#8217;t know anything about her.&amp;#8221; My kinder, more forgiving side spoke up. It&amp;#8217;s true. Who knows what her situation is. Maybe she did breastfeed at one time, maybe she still does some of the time. Hell, maybe that was breastmilk in those bottles! I doubt it, somehow, but you never know. And if it wasn&amp;#8217;t, so what. Who am I to judge. But I do judge that kind of mindlessness. I look at my phone and wash dishes when my daughter sits in her chair and eats breakfast. So I guess I&amp;#8217;m mindless in my own ways. Sigh. Maybe I should stop. We&amp;#8217;re all doing the best we can. That woman loves her babies. &lt;/p&gt;

&lt;p&gt;For what it&amp;#8217;s worth, read up on &amp;#8220;paced bottle feeding&amp;#8221;.&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/19224111945</link><guid>http://thebreastfedbaby.com/post/19224111945</guid><pubDate>Tue, 13 Mar 2012 01:06:03 -0400</pubDate></item><item><title>The Joy of My Little Boy</title><description>&lt;p&gt;I&amp;#8217;ve been doing a lot of talking&amp;#8230;yapping, lately, about having a three-year old. I&amp;#8217;ve been lamenting to people about how challenging it is and how I just &amp;#8220;don&amp;#8217;t know what to do with him&amp;#8221;. Well today I discovered exactly what I need to do. I need to just BE with him. Today, inspired by a friend who spoke the other day of making this a practice with her daughter, I decided to be fully present with my child. It was a fleeting thought and took little too no effort, but produced the most amazing result. At the same time that I experienced this moment of clear resolve, I told him I&amp;#8217;d put on his favorite music. The music came on and, I believe, diffused me somehow. It distracted me, maybe, from my perpetual restlessness. The restlessness that pulls at me all the time to go put on the tea kettle, to look at my cellphone for the 100,000th time, to go wash a dish or two. All little things but adding up to a lot of time only being partially present with my son. He must have really felt that I was there, because he became giddy and happy - REALLY happy, laughing and dancing and smiling so BIG and beautiful. We were hugging, laughing dancing, smiling, singing all with him in my lap. Not really &amp;#8220;doing&amp;#8221; anything but just being together. It was so simple. A few days ago, in my moms discussion group, our group leader, who is as supportive as she is wise, encouraged me to make a conscious effort to spend quality time really engaging with him. &amp;#8220;Whatever you have, give&amp;#8230;&amp;#8221; she told me. &amp;#8220;Usually the child that is challenging us the most is the one that really needs us.&amp;#8221; It is easy to lavish my one year old with positive attention and affection from noon until night because she is not willful and seemingly uncontrollable like my three year old. She is in the honeymoon period between 12 and 18 months, which I think of as the &amp;#8220;mini-toddler&amp;#8221; period. Adorable and babylike, but mobile and just curious enough for it to be cute and not taxing. She does need me, and admittedly I am very attached to her as well in a way that I wasn&amp;#8217;t in the same way with my first, I assume because he is a boy. But she doesn&amp;#8217;t need me the way he does right now. He is three, and three is such a big one. He is trying to make sense of the world around him as well as inside him. He&amp;#8217;s trying to understand relationships - his own, and other people&amp;#8217;s. He is learning more and faster than he will at any other time in his life. It is a lot. And although he looks &amp;#8220;so big&amp;#8221;, he is still a baby. He needs me to be here now with him. I accept the challenge. Yes, it is a challenge for all of us! A challenge not to hover in &amp;#8220;partial presence&amp;#8221; with one eye on the cellphone. But perhaps nothing is more important than this. This is it, after all. THIS IS IT! Nothing compares to forgetting what happened and not caring about what will happen and just being right in the middle of the moment with my child.&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/19162254965</link><guid>http://thebreastfedbaby.com/post/19162254965</guid><pubDate>Sun, 11 Mar 2012 23:13:44 -0400</pubDate><category>this is it</category><category>be here now</category><category>parenting</category><category>parenthood</category><category>motherhood</category><category>baby</category><category>childhood</category><category>being present</category></item><item><title>Wonderful tandem nursing photo :-) Courtesy of Lactation...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m0bhx9a31Y1r5eurro1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Wonderful tandem nursing photo :-) Courtesy of Lactation Narration&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18667051801</link><guid>http://thebreastfedbaby.com/post/18667051801</guid><pubDate>Sat, 03 Mar 2012 11:31:57 -0500</pubDate></item><item><title>the-nip-project:

Nursing in her maya mei tie while mama shopped...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m03330dDp51rns5t7o1_400.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://the-nip-project.tumblr.com/post/18419400463/nursing-in-her-maya-mei-tie-while-mama-shopped-at" class="tumblr_blog"&gt;the-nip-project&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Nursing in her maya mei tie while mama shopped at Target!&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Nursing at Target!&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18425254320</link><guid>http://thebreastfedbaby.com/post/18425254320</guid><pubDate>Tue, 28 Feb 2012 00:21:21 -0500</pubDate></item><item><title>Caffeine Experiment still going...</title><description>&lt;p&gt;No changes so far in Gia&amp;#8217;s sleep but it will take a couple weeks for both of us to get it out of our systems. I&amp;#8217;ve felt irritable all day. I hope this works. I&amp;#8217;m cutting chocolate completely out too because I read that breastfed babies don&amp;#8217;t react well to the theobromine in chocolate!&lt;/p&gt;

&lt;p&gt;Here is to sleep in my future!&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18297937069</link><guid>http://thebreastfedbaby.com/post/18297937069</guid><pubDate>Sun, 26 Feb 2012 00:09:36 -0500</pubDate></item><item><title>do you still breastfeed your baby?  how old  would you tell a person to go too/?</title><description>&lt;p&gt;Hi! Yes, I still breastfeed my baby girl who is 12 months. I breastfed my son until he was 19 months. I would tell a person to breastfeed as long as feels good to you and the baby! Some people choose to&lt;br/&gt;
set one year as their goal, since that is the AAP recommended minimum. For others, six months is enough of a commitment. Some choose to let the child choose when breastfeeding is going to come to an end. It’s so individual! No right or wrong!&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18297497083</link><guid>http://thebreastfedbaby.com/post/18297497083</guid><pubDate>Sun, 26 Feb 2012 00:01:51 -0500</pubDate></item><item><title>fuckyeahbreastfeedingmamas:

Breastfeeding Christ by clairegren...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lyljtg0m261r9g4wgo1_400.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://fuckyeahbreastfeedingmamas.tumblr.com/post/18107146010/breastfeeding-christ-by-clairegren-on-flickr-here"&gt;fuckyeahbreastfeedingmamas&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/clairegren/3336779168/" title="Breastfeeding Christ"&gt;Breastfeeding Christ&lt;/a&gt; by &lt;a href="http://www.flickr.com/photos/clairegren/"&gt;clairegren&lt;/a&gt; on Flickr.&lt;/p&gt;
&lt;p&gt;Here they are again, serial breastfeeding offenders Mary and Jesus.&lt;br/&gt;&lt;br/&gt; Available via Creative Commons License.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://thebreastfedbaby.com/post/18112434883</link><guid>http://thebreastfedbaby.com/post/18112434883</guid><pubDate>Wed, 22 Feb 2012 22:56:37 -0500</pubDate><category>jesus</category><category>breastfeeding</category></item><item><title>Breastpresso?</title><description>&lt;p&gt;Few things give me more pleasure than to open my bag of beans in the morning and pour them carefully into my grinder, taking a deep inhalation of the wonderful rich smell. I&amp;#8217;m a serious coffee drinker, and have never given real consideration to cutting it out because I love it so much I don&amp;#8217;t really care if it isn&amp;#8217;t the best thing in the world for me. Sure, I&amp;#8217;d probably be calmer and overall in slightly better health if I didn&amp;#8217;t consume caffeine, but it is something I really enjoy every day so it is more than worth it to me. I drank very little real coffee during my first pregnancy, purely because I was a scared first-timer. With my daughter I drank a cup to a cup and a half every morning. I&amp;#8217;ve been saying that is why she tolerates my coffee consumption now, because she grew accustomed to it in utero. But, that&amp;#8217;s the thing. &lt;em&gt;Does&lt;/em&gt; she tolerate it? The world of breastfeeding news is abuzz today with a recent study published in the Journal of Caffeine Research about breastfeeding mothers and caffeine consumption. The study found that babies have a difficult time removing caffeine from their systems, and that it can build up over time. Additionally, as we had already been told, it can cause wakefulness, restlessness and irritability. As I said, this is old news - we have all been warned early on in our breastfeeding careers to &amp;#8220;watch the baby&amp;#8221; for signs of intolerance, not just to caffeine but to dairy, certain vegetables, etc. However, hearing that it can accumulate in the system over time got me thinking. Could my healthy daily helping of caffeine be the culprit for Gia&amp;#8217;s nighttime sleeplessness? Hmm. As much as I savor my coffee, I cherish my sleep and I have been without it for a year. Perhaps it is worth weaning myself off and seeing if it makes a difference. I think I can stand to drink decaf until she decides she is done with the breast. &lt;/p&gt;

&lt;p&gt;Pictured below is the coffee I&amp;#8217;ll be dreaming about&amp;#8230;the Caffe Luxxe cappuccino.&lt;/p&gt;
&lt;p&gt;&lt;img align="bottom" src="http://www.buylocalsantamonica.com/storage/Caffe%20Luxxe%20image.jpg?__SQUARESPACE_CACHEVERSION=1277335355852"/&gt;&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18112087595</link><guid>http://thebreastfedbaby.com/post/18112087595</guid><pubDate>Wed, 22 Feb 2012 22:50:46 -0500</pubDate><category>coffee</category><category>breastfeeding</category><category>breastfeeding diet</category><category>babies</category><category>fussiness</category><category>sleep training</category><category>night wakings</category><category>caffeine</category><category>cappucino</category><category>ilovecoffee</category></item><item><title>I'm not ready to wean (myself)</title><description>&lt;p&gt;I am still not ready to wean my daughter from her numerous nighttime feedings, despite knowing how much she needs the sleep and feeling how much I need it. For one, I am a bit frightened of her temper, which has been revealing itself more and more in the days since her first birthday. My sense is she is going to put up a good fight and it&amp;#8217;s going to be very hard for me. Harder than it was with my son both because he was pretty easy going and because I didn&amp;#8217;t have such an intense physical attachment with him as I do with her. I&amp;#8217;m also aware that part of me enjoys seeing her throughout the night and having the chance to snuggle with her and have that connection. I keep hoping that she&amp;#8217;ll magically start sleeping through the night on her own but it probably isn&amp;#8217;t likely. I am not ready today.&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18055784897</link><guid>http://thebreastfedbaby.com/post/18055784897</guid><pubDate>Tue, 21 Feb 2012 23:47:13 -0500</pubDate><category>breastfeeding</category><category>weaning</category><category>nursing</category><category>night nursing</category><category>sleep</category><category>sleep training</category></item><item><title>:)</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lzp91ndsms1r2lcwto1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;:)&lt;/p&gt;</description><link>http://thebreastfedbaby.com/post/18055489361</link><guid>http://thebreastfedbaby.com/post/18055489361</guid><pubDate>Tue, 21 Feb 2012 23:41:13 -0500</pubDate><category>breastfeeding</category></item></channel></rss>

