I’m now a card-carrying member of the open source community, WordPress is distributing a plugin I wrote! It’s called Emma Email Signup, and it will add an email signup field on your wordpress site, and sync it to your myemma.com email marketing account. You can find it here. Note, it’s somewhat of a niche plugin, you must already be an emma customer for it to have any value. Check it out, and let me know what you think!
-
About Me
- Welcome to my website. I'm a full-time web developer in Northern California. I do everything from CSS to PHP to server administration, and I love what I do. I'm currently developing several Buddypress/Wordpress plugins, as I think it is a great CMS platform. Feel free to drop me a line: My Email address is my first name appended to this domain name ;-)
- Vim TipsWant to collapse some text and free up some editing space? While in command mode press "z" followed by any movement command. Those lines of text will be "folded". For example: press "z5j" to fold the next 5 lines. Here's one I like: Move to an open parenthesis. Then type "zf%" to fold everything between it and it's matching closing parenthesis.