Category: Tip Tuesday

Tip Tuesday: My Top 5 HTML Email Coding Tips

| 2 comments

Coding HTML emails is not like coding a website. The code is that of 1999, back when we used tables to build websites, before mobile and responsive even existed, and the 800×600 screen resolution was the most common.

Whether you’re new to HTML emails or even have experience with them, these are my top 5 HTML email coding tips for 2014.

Read More »

Tip Tuesday: WordPress URLs in JavaScript

| 0 comments

There are instances where you may need to use WordPress URLs in JavaScript files. However, hard-coding URLs is not an ideal solution, especially in situations where you have development and production environments. We can solve this by using the wp_localize_script() function.

Read More »