So here is my curated list of (mostly) curated newsletters. I’ve enjoyed all of these, and if you’re subscribed to Hacker Newsletter I think you’ll find many of these useful as well. I will update this list as I discover others.
Favorites Now I Know is one I’ve mentioned several times before. Dan Lewis does an awesome job of coming up with interesting content every single day. If you’re not one of the 100,000+ people already subscribed, you should check it out.
Read More »
In the last two years I’ve tested a lot of things on the landing page for Hacker Newsletter. While I found some small wins, overall it hasn’t amounted to much in terms of increasing my conversion rating. The most important observation has been that the source of traffic makes the biggest difference in the conversion rate, and more specifically - if a visitor is already subscribed to another newsletter, they are around two times more likely to sign-up.
Read More »
Update update: This is really old, and nothing still applies here.
Update: A week later and MailChimp has fixed this by allowing you to turn off the chiclet feature… they are some fast chimps! So with that said this article will only apply to anyone who has left their privacy setting to “public”, which would most likely be any newsletter that already exists as of 4/1/11.
Did you know that the Ted newsletter has over a half million subscribers?
Read More »
$(function(){ var $books = $("#books").isotope({ itemSelector: '.book', layoutMode: 'fitRows', getSortData : { salesrank : function( $elem ) { return parseInt($elem.find('.salesrank').html(), 10); }, price : function( $elem ) { return $elem.find('.price').html(); }, title : function( $elem ) { return $elem.find('.title').html(); }, subjects : function( $elem ) { return $elem.find('.subjects').html(); } } }); $("#sort a").click(function(){ $books.isotope({ sortBy: $(this).attr('data-sort')}); return false; }); $("#filter a").click(function(){ $books.isotope({ filter: $(this).attr('data-filter')}); return false; }); }); .
Read More »
I finally finished what I had wanted to do several years ago when I first read about jekyll, a ruby static site generator created by Tom Preston-Werner (Cofounder of GitHub). The delay was mainly from just not using my site, but then I realized that was probably because it was such a pain to post something on my old WordPress site.
So here it is with a new design and no comments.
Read More »
mongodump -h temple.mongohq.com:27043 -d database_name -u username -p password -o location_to_copy_to
Although rare, sometimes a Windows Service can hang while stopping or restarting. This happened to me yesterday on one of my SharePoint servers and thought I would write-up a quick note in case I ever need it again. In my case the Office SharePoint Search Service had stopped responding and when I tried to restart the service it hung on “STOPPING”. A reboot would of fixed it, but that isn’t an option for a production server usually.
Read More »
Recently Jeremy Thake asked why SharePoint Share (which I introduced a week ago)?
jthake @sharepointshare why should we use this over using diigo or del.icio.us? take a read of http://bit.ly/7ZG07 interested in ur thoughts
It is a great question and one that I thought about before creating SharePoint Share. As Jermey and Joel point out, there are several avenues to share information, so why create another? I found myself frustrated by my current SharePoint RSS feeds was the main reason.
Read More »
After reading Joel’s 101+ SharePoint Twitter Users and being disappointed that there wasn’t links I wrote a little Ruby script to generate a new list with links.
Read More »
I was downloading the VMware player today and noticed this agreement just to download the logo to link back to their site. How does stuff like this happen?
You may only display the VMware Player icon on your Web site as designated herein, and not in any other manner. It is your responsibility to ensure that the link is always an active link to the VMware Player product page or the VMware Player download page or such other successor VMware website.
Read More »