Posts Tagged ‘amp’

Packaging for Success

Comments Off

Have you ever judged a book by its cover? Actually I guess a better way to ask that question is, have you ever not judged a book by its cover? Of course not, how things look are important to us and as consumers we’re always looking for more than the product inside the container, we’re also looking for the packaging … it’s a little like wrapping paper at Christmas, we want to feel spoiled when we buy it.

Packaging isn’t limited to a grocery store (although it is a perfect example of packaging), we also judge the quality of a product based on its packaging at trade shows and industrial equipment, taking the time to put a little bit of trim work and paint on an old house almost always increases its value in the marketplace so why then, do so many people forget to properly package their own products?

Tropicana’s branding gamble
Packaging is such a funny thing that  we often don’t even notice how powerful it is but take the below example of what happened when Tropicana Orange Juice changed the packaging for its iconic orange juice from the traditional design on the left (with a great big orange) to a more upscale, generic style on the right.

The result (beyond a ton of media attention) was a consumer rebellion at the cash register, designers seem to like the new design but consumers hated it. The result? The company switched back to their original design. More importantly it helps designers and marketing people remember that packaging, whether it be retail or commercial is critical to the success of a product.

tropicana-packaging

Selling Your Business – Why not to Network

Comments Off
Read every book on marketing written since the 1960's and they'll tell you to work a room and hope for sales. Here's why they're all wrong.

Lisa Dale Books

Comments Off
Helping book authors make great websites has been a passion of ours ever since designing the author publishing tool for the Authors Guild of America.

Help my WordPress was Hacked! Now What?

First off, don’t panic. That might seem like simple advice or even bad advice but after your website was hacked, the last thing you want to do is panic or try doing this too quickly.

Step One when dealing with a hack is to determine where that hack is.

When I’m called in to help get a hacked website back together, the first thing that I do is disable all the plugins and see if the vandalism goes away. If it does, the hack is in one of the plugins and I simple reactivate them one at a time until I find the culprit.

If it’s not in the plugins, I download a fresh theme from WordPress.org and install it on my website, this allows me to see if the hack is in my theme files. If it is, simply reinstalling my theme will solve the problem.

Using a tool like phpMyAdmin, I scan the database for keywords and common phrases which might point to a database insertion.

Finally, I test the WordPress files themselves. A lot of hackers attach their rubbish to the core WordPress files these days, to clean them up I simply replace them all with a fresh install.

What to do next?

If you suspect your website has been the victim of a hack, the most important thing to do is replace all your current usernames and passwords with clean ones.  Make sure to include:

  1. FTP & Hosting Control Panel
  2. WordPress Admin
  3. Database Connectivity

Afterwards, ensure you’ve deleted all non essential user accounts in WordPress and be sure to follow my guide to securing WordPress.

v1.0.0 – Return a whole sentence with Get Better Excerpt

= Return a whole sentence =
If you would like to return whole sentences rather than words, you can control the number of sentences to return:
get_better_excerpt(’sentence=1′);

I’ve upgraded my Get Better Excerpt plugin this morning to include a cool new feature, now you can retrieve a complete sentence instead of a series of words for your WordPress excerpts.

To return a single sentence:

get_better_excerpt(’sentence=1′);

For two sentences:

get_better_excerpt(’sentence=2′);

Of course, you can also combine this with other options:

get_better_excerpt(’sentence=2&link=true’);

Free Restaurant Website Theme

Comments Off

A while back I built this great free website theme for WordPress for my friends at Great Chef Television and they told me to give it away for free to restaurant owners and chefs to use on their own websites!

To use this theme all you need to do is download the free WordPress theme from my website and install it on your own WordPress website. If you don’t know much about WordPress, don’t worry I can help get a website for free by offering you $75 back in online promotions with Google and Yahoo plus free installation of this great theme and WordPress on a free domain name when you host with BlueHost, the same company that hosts my websites.

Quick Menu Plugin for WordPress

Comments Off

The Quick Menu Plugin for WordPress is a free download I developed to help my great friends at Great Chefs keep track of important links such as links to their Analytics accounts and online email.

The tool quickly added a new menu to the side of your WordPress administration panel in which you can easily add or remove up to 10 special links. You’re welcome to download the plugin for free, to help make your website work even better.

Get Image from Post, a Free WordPress Plugin

As with many of my free WordPress plugins here on the website this one is used extensively throughout my website to help me deliver a great site for my visitors. The plug basically allows users to grab an image from their posts and display it in the Loop.

It’s perfect for home pages, archives etc. where you link to include a visual idea of what the posts about.

This is a simple plugin which allows users to return an image from the related post.

Please feel free to download this plugin.

Installation

To install the plugin, please upload the folder to your plugins folder and active the plugin.

== Frequently Asked Questions ==

= How do I display the results? =

Insert the following code into your WordPress theme files: 

= General results =

ithout passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.

 get_image_from_post();

= Altering the before and after values =

By default the plugin wraps your code in list item (<li>) tags but you can specify how to format the results using the following code:

 get_image_from_post(‘before=<p>&after=</p>’);

= Adding a Link = 

If you’d like to link to the post (remember it’s not live yet) you can do so by calling:

 get_image_from_post(‘link=true’);

= Echo vs. Return =

Finally, if you’d like to copy the results into a variable you can return the results as follows:

 get_image_from_post(’show=false’);

Get Better Excerpt Plugin for WordPress

The Get Better Excerpt plugin works almost identical to the built in get_the_excerpt() and the_excerpt() functions except it returns whole words instead of cutting off the excerpt as the existing function does.

The plugin allows you to display the excerpt or read it to a variable, select the number of words to return and choose if you want the plugin to skip the built in excerpt and read from the content instead.

As with all my plugins, this is the code I use here on this is my url to return excerpts throughout the website. You’re free to download it.

Frequently Asked Questions

= How do I display the results? =
Insert the following code into your WordPress theme files: 
= General results =
ithout passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.
 get_better_excerpt();
= Altering the before and after values =
By default the plugin wraps your code in list item (<li>) tags but you can specify how to format the results using the following code:
 get_better_excerpt(‘before=<p>&after=</p>’);
= Adding a Link = 
If you’d like to link to the post (remember it’s not live yet) you can do so by calling:
 get_better_excerpt(‘link=true’); 
= How many words? = 
You can specify the number of words returned using the option:
 get_better_excerpt(‘words=20′); 
 
 = Skip the excerpt? = 
If you would like to load the content directly, skipping the entered excerpt:
 get_better_excerpt(’skipexcerpt=true’); 
 = Include a trailing character? = 
By default the plugin includes a … after the excerpt, you can remove it or change it by altering:
 get_better_excerpt(‘trail=’); 
= Echo vs. Return =
Finally, if you’d like to copy the results into a variable you can return the results as follows:
 get_better_excerpt(’show=false’); 

 

Easy Scheduled Posts for WordPress

While I was working on my new theme for thisismyurl.com I came across the need to publish a series of scheduled posts in the side bar and so I put together a simple plugin for WordPress. The tool works like most WordPress theme calls and features:

  • Customizable number of links returned
  • Customizable before and after to ensure you can display the results
  • The ability to echo or return results

To use the plugin, install it to your WordPress website and edit your theme files by placing the following code:

General results
Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.

[source lang="php"]<?php scheduledPosts();?>[/source]

Specific number of results
If you would like to return a specific number of results as your maximum:

[source lang="php"]<?php scheduledPosts(‘count=10′);?>[/source]

Altering the before and after values
By default the plugin wraps your code in list item (<li></li>) tags but you can specify how to format the results using the following code:

  • [source lang="php"]&lt;?php scheduledPosts(‘before=&lt;p&gt;&amp;amp;after=&lt;/p&gt;’);?&gt;[/source]

    Echo vs. Return
    Finally, if you’d like to copy the results into a variable you can return the results as follows:

    [source lang="php"]&lt;?php scheduledPosts(‘echo=false’);?&gt; [/source]

    Download the plugin

     

    Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

  • Easy Popular Posts Plugin for WordPress

    While I was working on my new theme for thisismyurl.com I came across the need to publish a series of popular posts in the side bar and so I put together a simple plugin for WordPress. The tool works like most WordPress theme calls and features:

    • Customizable number of links returned
    • Customizable before and after to ensure you can display the results
    • The ability to echo or return results
    • Let’s you control how popular a post should be

    To use the plugin, install it to your WordPress website and edit your theme files by placing the following code:

    General results
    Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.

    [source lang="php"]&amp;lt;?php popularPosts();?&amp;gt;[/source]

    Specific number of results
    If you would like to return a specific number of results as your maximum:

    [source lang="php"]&amp;lt;?php popularPosts(‘count=10′);?&amp;gt;[/source]

    Altering the before and after values
    By default the plugin wraps your code in list item (

  • ) tags but you can specify how to format the results using the following code:
    [source lang="php"]&amp;lt;?php popularPosts(‘before=&amp;lt;p&amp;gt;&amp;amp;amp;after=&amp;lt;/p&amp;gt;’);?&amp;gt;[/source]

    Echo vs. Return
    Finally, if you’d like to copy the results into a variable you can return the results as follows:

    [source lang="php"]&amp;lt;?php popularPosts(‘echo=false’);?&amp;gt; [/source]

    Minimum Comments
    To ensure you only return truly popular articles, you can limit the returned posts to posts with a minimum number of comments

    [source lang="php"]&amp;lt;?php popularPosts(‘comments=10′);?&amp;gt; [/source]

    Download the plugin

    Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

  • Easy Random Posts Plugin for WordPress

    While I was working on my new theme for thisismyurl.com I came across the need to publish a series of random posts in the side bar and so I put together a simple post randomizer for WordPress. The tool works like most WordPress theme calls and features:

    • Customizable number of links returned
    • Customizable before and after to ensure you can display the results
    • The ability to echo or return results

    To use the plugin, install it to your WordPress website and edit your theme files by placing the following code:

    General results
    Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.

    [source lang="php"]&lt;?php randomPosts();?&gt;[/source]

    Specific number of results
    If you would like to return a specific number of results as your maximum:

    [source lang="php"]&lt;?php randomPosts(‘count=10′);?&gt;[/source]

    Altering the before and after values
    By default the plugin wraps your code in list item (<li>) tags but you can specify how to format the results using the following code:
    [source lang="php"]&lt;?php randomPosts(‘before=&lt;p&gt;&amp;after=&lt;/p&gt;’);?&gt;[/source]

    Echo vs. Return
    Finally, if you’d like to copy the results into a variable you can return the results as follows:

    [source lang="php"]&lt;?php randomPosts(‘echo=false’);?&gt; [/source]

    Download

    Download the plugin.

    Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

    How do I remove specific ads from my AdSense ads?

    competitive 300x210 How do I remove specific ads from my AdSense ads? imageIf you’re anything like me, running ads on your website isn’t just an option it’s a great way to make money but sometimes there are ads that I simply don’t want on my website so I need to tell Google to block them but how? Actually it’s really very simple, it’s called the Competitive Ad Filter from Google and it’s part of the AdSense tool.

    To block an advertisement, you simply need to place the destination URL (where the ad is linked to) into the Competitive Ad Filter dialog box and within a few hours, Google AdSense will stop serving ads to that domain. Pretty easy right? Well there is one problem … how do you know where the ad is linking to?

    Finding the desination URL of an AdSense Ad

    First off, do not click your own ads. 

    Wait … let me repeat that again … do not click the ads. If you click ads on your own website, you’ll earn money from the program and violate your Terms of Service. Google will figure it out (they’re pretty clever) so just don’t do it.

    Instead, you’re going to have to do a little bit of detective work but it’s super easy.

    1. View the source code of your webpage. To do this, right click or look under the View or Edit menus for an option
    2. Search for the phrase googlesyndication.com/pagead/adclick which is how every Google ad looks.
    3. After you’ve found the correct ad, look in the code and you’ll see a value titled &adurl= along with a domain name address. For example &adurl=http://www.thisismyurl.com so the domain name that you’d like to stop serving ads for is www.thisismyurl.com.

    Now that you know the domain you’d like to cancel ads for, simply visit the Competitive Ad Filter  and add the link.

    Another handful of free autumn photos from Canada

    autumn photos in canada Another handful of free autumn photos from Canada image

    I was searching my hard drive today for something work related and came across a handful of shots I though you’d enjoy. Over the past few months I’ve uploaded a bunch of images from New Brunswick, mostly winter and autumn pictures (Eight More Free Fall Photos from New Brunswick CanadaTen Free Photos from Mactaquac CanadaEight Winter Photos from O’Dell Park in Fredericton, Canada) but here’s the last of my fall images from Mactaquac just outside Fredericton, Canada.

    You’re free to download and use the images, if you’re going to use them for profit please give me credit.

    fall photos from mactaquac park canada 19 150x150 Another handful of free autumn photos from Canada image

    fall photos from mactaquac park canada 20 150x150 Another handful of free autumn photos from Canada image

    fall photos from mactaquac park canada 21 150x150 Another handful of free autumn photos from Canada image

    fall photos from mactaquac park canada 22 150x150 Another handful of free autumn photos from Canada image

    fall photos from mactaquac park canada 23 150x150 Another handful of free autumn photos from Canada image

    The best WordPress plugins, and why to use them.

    What Plugins Are the Best WordPress Websites Running? but this week I wanted to take a quick look at what plugins I think are the best for WordPress websites and how a new blogger can make the most of the blogging platform.

     

    Representin'
    Creative Commons License photo credit: ryancboren

    First off, there are some standards that everybody who runs a blog should be running as we’re not going to waste too much time looking at those. They are:

     

    1. Akismet which provides exceptional protection against comment spammers through a shared reporting server.
    2. No More Frames is a simple JavaScript plugin which forces your website to pop out of advertisers frames, this ensures that it’s your website (not others) who are earning revenue from your content.
    3. Search & Replace adds functionality to the WordPress admin tool, allowing you to do a bulk search and replace for words or phrases. This is very handy when moving a website or just correcting an error on your website.
    4. WordPress.com Stats offers a statistics tracking package but be careful. You should also download WordPress.com Stats Smiley Remover to ensure the creepy happy face goes away. 
    5. WordPress Database Backup emails a copy of your database to you nightly, very handy.
    6. Google XML Sitemaps improves Google’s understanding of your website. 

    Here are some other, great plugins that a lot of people over look.

    1. Comment Relish sends a short thank you note to people after they’ve posted a comment to your blog. My friend Chris fixed up a couple problems with the original publisher (Comment Relish Free WordPress Plugin) and made it truly brilliant.
    2. LinkLove this little plugin works by adding a nofollow tag to outbound links until people post a few times. This helps protect your PageRank value.
    3. Theme Switcher Reloaded is a cool plugin which allows you to host multiple themes on your website. This lets admins test new themes on their live websites without disrupting the existing look.
    4. What Would Seth Godin Do one of the best plugins on the planet. This little baby adds a small welcome message for the first few visits.
    5. WP Super Cache converts your website from a dynamic to a static site which is then cached for visitors to view. Sounds pretty technical but what is it really? It’s a way to ensure thousands of visit’s doesn’t crash WordPress.
    6. WP Auto Tagger this is a new plugin for me but one that I’m in love with. It queries remote servers to determine the best tags for your post.
    7. Simple Image Grabber WordPress Plugin is a nifty tool for pulling the first image out of your post and displaying it beside your excerpts, wonderful for homepage and portfolio searches.
    8. Login LockDown tracks and protects your WordPress website admin (see also: How to Secure Your WordPress Website)
    9. Show Top Commentators displays a list of the top commentators on your website, encouraging people to leave comments and increase your exposure.