Archive

Posts Tagged ‘How To’

AdSense, WordPress, and You

August 11th, 2010 No comments

Ever wonder why the ads that Google AdSense decides to show for your blog post or site content doesn’t quite match up with what you were aiming for? Well it’s not surprise that the answer is simple, the ads are selected by a computer. Yeah, no duh right? The problem with computers doing all the work is, they don’t have the ability to distinguish context, importance, or even content as a whole. They can only look at the words you type and compare with a database that it has waiting with hundreds of possible ads. What does this mean for you? I’m glad you asked.

Analogies are like your history professor…

…They can get long winded and boring. Getting relevant ads from any automated ad provider service starts with your writing style. Do you sculpt your posts or pages with heavy analogies? If you do, you might be your own worst enemy. The analogy, while very useful in getting a human to understand your context, is essentially a site crawler’s nightmare. It has no clue that your post is about your actual topic and instead notices a large amount of time spent on the topic that is your analogy. If you are going to try and use analogies to get your point across, do it quickly and concisely.
Continue reading “AdSense, WordPress, and You” »

Design with Intent – Target Audience

March 24th, 2010 No comments


mmmm, Pie.

All through design school it’s drilled into your brain to have a target audience for each project you create. It’s a simple rule that should be step one in every design project, however it falls to the wayside as deadlines loom closer and executives push harder. As a designer you cannot falter from the path of your target audience.

There are three things you should keep in mind for every bit of work you do:

  1. Never use Papyrus as a font (hehe)
  2. “Doing X made it look better/pop/just work.” is not an acceptable reasoning for a decision
  3. Define and don’t change our target audience.

In this example we’ll just assume that the work you are doing is for an advertising campaign, to keep things simple. You can break down your target audience into any combination of things like age, sex, education, income, or political views (just to name a few). These are examples demographics and your bosses are always worried about the demographics. Can I tell you a secret though? These don’t always fulfill the target audience quota.

dem·o·graph·ic

–noun
a single vital or social statistic of a human population, as the number of births or deaths.

The problem you run into with demographics is that they are based on statistics. You may have to search deeper than the numbers to hit your target audience. A great example of this is Charles Schwab’s “Talk to Chuck” advertising campaign. I’m pretty sure you all know this campaign but you can find an example of one of the commercials here. (sorry for the link. the embed was disabled)

Did you go watch the video? Good. Notice anything besides a tight animation sequence and a guy with a somewhat odd voice? It’s simple and you probably won’t even realize the effect of it. They changed one thing, Charles -> Chuck. Yeah, big deal, cute, I know. This simple word change is the entire basis of the campaign. The idea is to bring investments down to people who don’t invest because it’s thought of as a product for people named Charles or have 2 previous relatives with the same name, causing them to be ‘The 3rd”.

Choosing your target audience and tailoring to them isn’t about numbers, it’s about people. Next time you go to start a project don’t narrow down your target to ‘Males ages 23-30 with a college degree’. Think beyond the standard demographics and into who the product, company, or event you are working with can affect people who typically wouldn’t be considered the target audience. After all, the more people who find the product accessible, the better the return on investment will be. There’s a number to give to the execs.

Visit the Charles Schwab website
View the Charles Schwab YouTube Channel

Categories: Media Tags: , , ,

Custom Login for Mystique WordPress Theme

March 7th, 2010 18 comments


I’ve updated the code below so that it works properly. Sorry for any confusion this code was causing, but this should all be fixed now


I’ve been using the Mystique theme by Digitalnature for my personal blog for a few months now and after many updates, it’s really becoming quite the all inclusive design. The one thing it’s missing is a great login that’s themed along with it. So I’ve taken it upon myself to create it. You will need to make  a small customization to the functions.php file for the theme but I’ll walk you through it.

Click to preview the full image

First you need to download the custom-login.zip file, unpack it, then upload the custom-login folder to your mystique folder. The directory is ‘/wp-content/themes/mystique/’.

Download custom-login.zip

Step two is modify the /wp-content/themes/mystique/functions.php’. You only need to add about 4 lines of code to the file so it’s nothing to major. Open the file you in your favorite text editor and look at the end of the file for:

add_theme_support('automatic-feed-links');

endif;
?>

Paste the following code between the add_theme_support and endif; line.

function custom_login() {
echo ' ';
}
add_action('login_head', 'custom_login');

And there you have it, a custom login screen for people using the ‘Mystique’ theme. Thanks to Pro Blog Design for the great post about ‘Custom WordPress Login Screens

Updated: I have modified the Code Plugin I’m using so this code should work without error now. Let me know in the comments if you have any other issues. Thanks everyone for the help!

Update 3/26 – If you are using the WordPress nightly builds for testers, this isn’t working anymore due to a CSS change in the WordPress code. I’m looking into it.

Becoming an efficient Blackberry addict.

February 28th, 2009 2 comments

I spend way too much time on my Blackberry Curve. I won’t deny it. But it wasn’t until recently that a found some great tricks to make my time spent on my Crackberry more efficient. I found it rather annoying having to scroll around my menu so often as I bounced around from application to application. Being a huge fan of keyboard shortcuts, I wanted to find shortcuts for my Blackberry. Here are my findings for the home screen.

Home Screen Shortcuts

*Dial from Home Screen must be turned off for these to work.  Phone>Options>Dial From Home Screen>No.
Messages M Phone Green Send Key
Return to Home Screen Red End Key Address Book A
Calendar L Profiles F
Tasks T Memo Pad D
Saved Messages V Help Alt-Left Shift-H
Calculator U Alarm R
Options O Lock K
Blackberry Browser B Compose Message C
Search S Yahoo Messenger Y
Google Talk G AOL Instant Messenger I (Capital i)

I hope these help you as much as they have helped me! I’m working on a list of all the little tips and shortcuts I can find for the message services next. Stay tuned!

Update: For those of you who ask about my ‘cover’ for my Curve, I am using this one:
BlackBerry Rubberized Skin

Categories: Apps Tags: , ,