by Alan Pasho | Aug 17, 2014 | Plugins, WordPress programming
MailChimp™ is a popular email marketing service. It allows its members to embed forms to collect email addressed through their websites. But to discourage the practice sending spam emails, MailChimp makes double opt-in mandatory on their embedded forms. But by...
by Alan Pasho | Aug 3, 2014 | WordPress programming
JavaScript is a programming language that runs within your browser, it is responsible for creating an interactive experience on a web site. Sliders, interactive forms, rich text editing and infinite scrolling pages are just some of the many things that are enabled by...
by Alan Pasho | Jul 27, 2014 | WordPress programming
One of the common problems that WordPress developers face is dealing with cross browser issues. There are five major browses that most people use: Google Chrome, Internet Explorer, Mozilla Firefox, Apple Safari and Opera. And there are difference in how each one...
by Alan Pasho | Jul 27, 2014 | WordPress programming
Have you ever want to have a meta box that only display when editing a pages that uses a particular template? That is not difficult to do if you can determine what template the page is using. This can be done with this code: $post_id = $_GET['post'] ?...