Swashata has written 257 articles

Hi there, I am the Lead Developer at WPQuark.com. I love to create something beautiful for WordPress and here I write about how to use them. When I am not working, usually I am doing a number of other creative things ;).

MailChimp Integration on eForm

MailChimp is  a free and very powerful email marketing tool. To integrate MailChimp automatic subscription with eForm please follow the procedures below. #1: Get MailChimp API Key: Getting MailChimp API key is free and is available from your Account section. MailChimp knowledgebase has an tutorial which you can read here. #2: Get MailChimp List ID: Next what…

Serving Font from CDN – Dealing with CORS

Serving static files from CDN is a good practice. Unfortunately, if you are trying to serve font files from a different domain, then you might see broken glyphs on Firefox or Internet Explorer browsers. While this works perfectly in Webkit based browsers (Google Chrome), latest Firefox and IE have security implementation which blocks such services.…