Tim Wayne commented on New and improved theme development with Dropbox
I’m glad nobody was in my office to see me fall to the ground with orgasmic conniptions after watching this video.
posted 2017-03-16 12:17:59 -0700
Tim Wayne commented on 4 Steps to Win Donors, Activists, and Voters with Email (1 of 5)
“…over time your open rate will shrink as your emails start to go to spam folders….”
I know how to avoid the spam folder but what about the damn Gmail Promotions tab? Holy Hell, that damn thing is a curse! I need a strategy for getting into someone’s INBOX.
posted 2016-06-05 15:01:53 -0700
I know how to avoid the spam folder but what about the damn Gmail Promotions tab? Holy Hell, that damn thing is a curse! I need a strategy for getting into someone’s INBOX.
Tim Wayne commented on Implementing a custom Google Search using NationBuilder
This page is awesome. I love it. Thank you!
posted 2015-11-04 20:09:33 -0800
Tim Wayne commented on New window for Redirect pages
It would be very helpful if the code above was updated with example code from the Aware theme and the Bootstrap theme.
posted 2015-09-28 14:52:25 -0700
Tim Wayne commented on Re-energize your campaign staff with these easy ideas
Smart advice for any campaign manager.
I love any post that has a clip from Veep.
posted 2015-07-07 16:04:44 -0700
I love any post that has a clip from Veep.
Tim Wayne tagged
Claire Butterworth's
How do I set up a five-tier membership access site with Helpful
posted 2013-11-20 10:54:02 -0800
Tim Wayne commented on Displaying list of endorsements which are not featured
I’m not seeing the liquid on Lilia’s answer. I’m just seeing the markup language.
posted 2013-05-11 14:44:32 -0700
Tim Wayne commented on Is there a way to sneak target="_parent" into the Featured Content Slider link?
Oh, that’s freakin awesome. Thank you!
posted 2012-11-20 19:46:13 -0800
Tim Wayne commented on God knows why you click
I agree with your view of testing. Data should drive design decisions. What is your view of Google’s Optimizer in comparison to Optimizely? The free price point of Optimizer would be more attractive to my clients on a shoestring.
In some cases, a website is not a candidate for testing due to low traffic expectations, too-short a time to conduct an experiment, and other reasons. In such a situation, what is your view of using personas to guide design decisions? “personas” as defined here: http://en.wikipedia.org/wiki/Persona_(user_experience)
posted 2012-12-11 16:07:46 -0800
In some cases, a website is not a candidate for testing due to low traffic expectations, too-short a time to conduct an experiment, and other reasons. In such a situation, what is your view of using personas to guide design decisions? “personas” as defined here: http://en.wikipedia.org/wiki/Persona_(user_experience)
Tim Wayne commented on Having one page show Activity Streams of all pages
Is private activity not shown by default?
If not, then would this hide private activity? {% for activity in site.activities limit:10 %} {% unless activity.is_private? %} {{ activity.show }} {% endunless %} {% endfor %}
posted 2013-05-15 15:56:05 -0700
If not, then would this hide private activity? {% for activity in site.activities limit:10 %} {% unless activity.is_private? %} {{ activity.show }} {% endunless %} {% endfor %}