Programming

Phplists: is there something better for large newsletters?

I have to distribute a mailing list of circa 150 000 email clients and wondered what alternatives I have to in-house system. This has lead to some research of various options for mailing customers. First there are 3 types of software I might use: web-based services, server based newsletter/mass mailing applications and PC software. web-based [...]

An elegant solution to clean up html comments from wordpress themes

Typically, all popular wordpress themes come with html comments to mark endings of div block. This is required for theme developers as it is much easier to see where particular block ends. However, I do not like leaving code like that in production site. Although some claim that HTML comments have no effect in SEO, [...]

11 tips on sending emails from web applications

Email marketing is still useful for list builders and keeping in touch with your consumers. However, quite often communication is lost in the email Spam box and not read by recipient. How to solve this problem? Here are some tips. Your server and domain First thing I would check is the spammy IP list. Is [...]