Kill the newsletter!

I love newsletters, but I hate receiving e-mails. Call me an oldie, but I still use RSS feeds to read my news and e-mails for communication. And I prefer to keep those two separate.

Unfortunately, as newsletters have become popular, there are some great readings that are not available through RSS anymore. Kill the newsletter! exists to fill this gap.

This service converts newsletters into RSS feeds.

How it works

  1. Fill the form on the top of this page with a title which identifies the newsletter you want to transform into an RSS feed.
  2. You’ll be given an e-mail address and a link to a RSS feed.
  3. Sign up for the newsletter with the e-mail address.
  4. Add the RSS feed to your client.
  5. From now on, every e-mail sent to that address becomes a new item on the RSS feed.

Intercept page exit event

When editing a page within my system, a user might decide to navigate to another website and in doing so could lose all the edits they have not saved.

I would like to intercept any attempt to go to another page and prompt the user to be sure they want this to happen since they could potentially lose their current work.

Gmail does this in a very similar way. For example, compose a new email, start typing into the message body and enter a new location in the address bar (say twitter.com or something). It will prompt like so:

Ideas how to replicate this? I’m targeting IE8, but would like to be compatible with FF & Chrome also.

..

<span class="pln">window</span><span class="pun">.</span><span class="pln">onbeforeunload </span><span class="pun">=</span> <span class="kwd">function</span> <span class="pun">(</span><span class="pln">e</span><span class="pun">)</span> <span class="pun">{</span>
  <span class="kwd">var</span><span class="pln"> message </span><span class="pun">=</span> <span class="str">"Your confirmation message goes here."</span><span class="pun">,</span><span class="pln">
  e </span><span class="pun">=</span><span class="pln"> e </span><span class="pun">||</span><span class="pln"> window</span><span class="pun">.</span><span class="kwd">event</span><span class="pun">;</span>
  <span class="com">// For IE and Firefox</span>
  <span class="kwd">if</span> <span class="pun">(</span><span class="pln">e</span><span class="pun">)</span> <span class="pun">{</span><span class="pln">
    e</span><span class="pun">.</span><span class="pln">returnValue </span><span class="pun">=</span><span class="pln"> message</span><span class="pun">;</span>
  <span class="pun">}</span>

  <span class="com">// For Safari</span>
  <span class="kwd">return</span><span class="pln"> message</span><span class="pun">;</span>
<span class="pun">};</span>

 

How We Increased Our Email Subscribers by 600% with OptinMonster

Most visitors leave your website without subscribing even when they like the content. Why? Because they have a short attention span, and there is no clear call-to-action on most pages. Also because of the short attention span, they probably won’t ever return to your site.

Now if you make it easy for them to subscribe and give them a gentle reminder, then they’re much more likely to subscribe. If you offer them a free bonus, then that’s even better.