In the midst of creating an online store, using the Prestashop e-commerce shopping cart, I ran into a little error while using Cufon (which generates fonts & renders them in the browser with JavaScript). Using Cufon, at it’s very basic level (of replacing text with graphics), was fairly simple to set up in a Prestashop theme. However, when I went to enable the :hover option for a replaced element, with the normal code structure, the e-commerce site would load a blank page.

Normal usage:

<script type="text/javascript">
Cufon.set('fontFamily', 'Vintage');
Cufon.replace('h4');
Cufon.replace('h2 a', {
	hover: true
});
 </script>

I struggled with finding a solution to this last night. I tried removing the line breaks around hover:true, adding quotes around different areas, deleting the brackets, but nothing worked. Then, this morning, I decided to google the problem, and within minutes, I found the solution in the Prestashop forums. It was an ah-ha moment, when I found the solution. It was so simple, yet nothing I would have tried on my own…

The Solution: Surround the JavaScript code with {literal} tags.

Like so:

<script type="text/javascript">
{literal}
Cufon.set('fontFamily', 'Vintage');
Cufon.replace('h4');
Cufon.replace('h2 a', {
	hover: true
});
{/literal}
 </script>

Are you tired of the posting delay when you use Facebook’s Blog/RSS import function? Sometimes it can be days or even weeks before Facebook will import your blog posts. Sure, there is a way to manually update your Facebook notes, but don’t you have enough things to do?

Thankfully, there is a Facebook application that you can use to import your blog posts where you determine how often it checks your blog for new posts. It is RSS Graffiti. I already did a tutorial on how to use RSS Graffiti for your business or organization Facebook page, but today I’ll show you how to use it for your personal profile. It is similar to using RSS Graffiti for your pages, but has less steps.

[*This may even be a solution for those of you who are getting the "The blog/rss url you entered is not valid. Please verify and try again." error when using the built-in Facebook Blog/RSS import function.]

Let’s get started…

Go to: http://apps.facebook.com/rssgraffiti/ [you will need to be logged in to Facebook]

Click on "Click here to grant this permission"

Click "Allow"

Click "Click here to allow publishing"

Click "Allow"

Click "Add feed"

Add your feed address in "Feed URL", a title for your feed in "Feed Name" and click "Save" - there are other options if you scroll down, but these are the only ones you need. By default, it will check your blog every 30 minutes for new posts and each post will include the title, a photo and an excerpt.

That’s it for setting up RSS Graffiti. However, if you were previously using the built-in Blog/RSS import, you will need to disable it. Otherwise, whenever the Facebook importer does decide to finally import your blog posts, you will have double blog posts on your profile. Maybe you’re okay with that, but your FB friends may not be as happy about it. So here’s how you disable the built-in FB importer:

Go to your Facebook profile & in the middle under where you add your status updates, click on "Options"

Click on "Settings"

Click on the "x" next to "Blog/RSS", and Voila! it's gone!

add your blog posts to your facebook page automatically

July 8, 2010

Do you have a Facebook page for your business or organization where you would like to have your blog posts automatically posted/imported? Fortunately, there is a simple solution, a Facebook app called RSS Graffiti. There are a lot of options when using RSS Graffiti, but I’ll walk you through the basic set-up. First, go to: [...]

Read the full article →

project :: ginaagnes.com

July 7, 2010

Author Tina McAllister approached me about a one page site design for her book, Gina Agnes. I read Gina Agnes a year ago, so I was really excited to work with Tina on this project. Gina Agnes is the story of a girl who was found as a baby in a pew, at Saint Agnes [...]

Read the full article →

project :: woof-thebook.com

July 6, 2010

When author Tina McAllister approached me about a one-page design for her latest book, Woof! The Book, I jumped at the opportunity. Working with Tina McAllister is always a pleasure, as we seem to have very similar tastes in design. And when she said she wanted me to illustrate the main character for her book, [...]

Read the full article →

project :: brady & associates redesign

June 8, 2010

Every now & then, I have the privilege of working with local {Kansas City} clientele. Although my KC clients are a fraction of my clientele, their projects are the most extensive. And Brady & Associates was my most extensive website project to date. Brady & Associates has been providing staffing productivity benchmarking and variance resolution services to [...]

Read the full article →

project :: marlonandsyreeta.com

June 1, 2010

Marlon & Syreeta Smith needed a logo & blog design for their new venture: Covenant Keepers, Inc. Once we finished their logo design, it was time to move on → to the blog design. Marlon & Syreeta had a clear vision for their blog & already had the various sections laid out – from the different [...]

Read the full article →

wordpress :: make your post sticky

May 28, 2010

What is a sticky post? Essentially, it is a blog post that you stick to the top of your blog. A blog is normally ordered by date, from the most recent blog post {at the top/beginning} to the oldest blog post {at the bottom/end}. A sticky post will be featured at the top of the [...]

Read the full article →

facebook :: import your blog posts

May 27, 2010

I have wanted to add tutorials to my blog for some time now, and today I’m going to do just that. [Please bear with me, it is my first public tutorial.] I’ve had a lot of requests lately for importing blog posts to Facebook pages and profiles. Today, I’m going to show you how to [...]

Read the full article →

project :: a logo for Covenant Keepers Inc.

May 27, 2010

I have some catching up to do on my portfolio, so let’s get going… Marlon & Syreeta Smith made the decision to go into business together. When the Smiths contacted me, they explicitly defined… …their company: Covenant Keepers, Inc. …their purpose: “To create a GLOBAL movement of positive and healthy relationships, with special focus on families [...]

Read the full article →

tumble… into inspiration

May 26, 2010

I see so many inspirational photographs, paintings, graphic designs, etc. online, and although bookmarking them was working okay, the designer in me wanted a way to present them visually. Like an online journal, that I can look through and get inspiration for projects. So, I turned to tumblr. Tumblr is a micro-blogging platform, which simply [...]

Read the full article →

finding your style

May 20, 2010

As a designer, in any medium, there is one element that is vital to your success: finding your style. Defining your style helps you to build a brand around yourself. All well-known designers are known for their style. If your style isn’t unique and representative across your designs, people will have trouble identifying your work. On the [...]

Read the full article →
From Twitter :: head is spinning a bit from working with custom fields & custom post types #WordPress