BusyBird-Input-Feed

 view release on metacpan or  search on metacpan

t/samples/stackoverflow.atom  view on Meta::CPAN

</code></pre>

<p>I want to achieve this using cookie from code-behind file.</p>

<p>My code is below but the banner keeps showing ever time, How i achieve this in bets manner</p>

<pre><code>    protected void Page_Load(object sender, EventArgs e)
    {
    if (!IsPostBack)
    {
    //Set Banner Cookie
    HttpCookie BannerCookie = new HttpCookie("ShowBanner");
    BannerCookie.Value = "YES";
     Response.Cookies.Add(bannercookie)
     Panel1.Visible = False;
    //Do Somthing...
    ShowPageDetails();
    ShowBanner();

    }
    else
    {
    //Do Somthing
    Panel1.Visible = False;
    ShowPageDetails();
    ShowBanner();
    }
}

public void ShowBanner()
{
 HttpCookie BannerCookie = Request.Cookies["ShowBanner"];
 if (BannerCookie != null)
 {
 Panel1.Visible = True;
            BannerCookie.Value = null;
            Response.Cookies.Add(BannerCookie);
 }
else
{
Panel1.Visible = false;
}
}
</code></pre>

        </summary>
    </entry>

t/samples/turner_press.rss  view on Meta::CPAN

 <link>https://pressroom.turner.com/us/tnt/menu/menu-press-kit-lead</link>
 <description>  &lt;div class=&quot;field field-name-field-date field-type-datestamp field-label-hidden&quot;&gt;
        &lt;div class=&quot;field-items&quot;&gt;
              &lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;date-display-single&quot; property=&quot;dc:date&quot; datatype=&quot;xsd:dateTime&quot; content=&quot;2014-09-08T00:00:00-05:00&quot;&gt;September 08, 2014&lt;/span&gt;&...
          &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;
        &lt;div class=&quot;field-items&quot;&gt;
              &lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p align=&quot;center&quot;&gt;&lt;strong&gt;&lt;img alt=&quot;On the Menu&quot; src=&quot;/sites/default/files/images_users/On-the-Menu-logo-med.png&q...
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;TNT&#039;s Revolutionary Cooking Competition Series Puts the Winning Dishes &lt;a href=&quot;http://www.tntdrama.com/shows/on-the-menu.html&quot;&gt;&lt;em&gt;On the Menu&lt;/em&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Ty Pennington and Legendary Chef Emeril Lagasse Headline TV&#039;s First Cooking Competition to Let Viewers Taste Each Week&#039;s Winning Dish&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TNT&lt;/strong&gt; is heading to the kitchen this fall with &lt;a href=&quot;http://www.tntdrama.com/shows/on-the-menu.html&quot;&gt;&lt;strong&gt;&lt;em&gt;On the Menu&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, a revolutionary new c...
&lt;p&gt;TNT&#039;s&lt;em&gt; On the Menu &lt;/em&gt;is the first cooking competition show ever to give viewers the chance to taste the winning dish after every episode. Each weekly competition will challenge a group of passionate home cooks to creat...
&lt;p&gt;&lt;strong&gt;Chili’s –&lt;/strong&gt; &lt;strong&gt;Friday, Oct. 3, at 8 p.m. (ET/PT)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Denny’s –&lt;/strong&gt; &lt;strong&gt;Friday, Oct. 10, at 8 p.m. (ET/PT)&lt;/strong&gt;&lt;br /&gt;&lt;st...
&lt;p&gt;Each episode of &lt;em&gt;On the Menu&lt;/em&gt; opens with four cooks who must face a series of elimination challenges in order to make it to the final round. First up, they must demonstrate their understanding of that week&#039;s featured ...
&lt;p&gt;As host of &lt;em&gt;On the Menu&lt;/em&gt;, Ty Pennington leads competitors through each of the elimination challenges, while Emeril Lagasse provides his expertise as a seasoned chef and industry insider, using his vast knowledge of cooking...
&lt;p&gt;&lt;em&gt;On the Menu&lt;/em&gt; comes to TNT from &lt;strong&gt;One Three Media&lt;/strong&gt;. Emmy® winner &lt;strong&gt;Mark Burnett&lt;/strong&gt; (&lt;em&gt;The Bible&lt;/em&gt;, &lt;em&gt;The Voice&lt;/em&gt;, &lt;em&gt;Survivor&lt;/...
&lt;p&gt; &lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;About TNT&lt;/h2&gt;
&lt;/div&gt;



( run in 1.090 second using v1.01-cache-2.11-cpan-e9199f4ba4c )