February 2012
2 posts
3 tags
What's the conversion on e-mail newsletter with a...
I have measured that in the past week. One of my websites has more than 500.000 user accounts. I picked the users who were not on the site in the last week, because they have already seen the news on the site, and got some 384.000+ distinct e-mail addresses. I needed to contact them regarding an important issue about the website. The e-mail was composed like this: Hello, you are reading this...
Feb 23rd
4 tags
Using JavaScript to split text string into word...
I got an interesting problem today. I was supposed to check some HTML form before submitting to see if the text entered by the user in textarea has some specific words in it. Googling around I found a lot of stuff like “how to split text separated by commas” and such, but I simply wanted to extract words from a paragraph like this one. My instinct was to use String.split() function,...
Feb 22nd