HOW TO: Import Multiple Feeds into your Facebook Notes

import facebook notes
Note Folder by Thomas Powers

To say that everyone uses Facebook would probably be a bit of an overstatement. However, those that do use Facebook strive to stay updated with their friends, family and other various users. Although most of us probably do not use Facebook notes as our main content publishing platform, there is an easy way to import your feed into Facebook notes.

But what if you have multiple feeds that you want to import? Since Facebook only gives you the option to import one, how would you go about importing more than one? By creating a ‘multiple feed pipe’ with Yahoo pipes and importing that feed into you notes app.
Read More →

Understanding font-face & Referencing Fonts in Your CSS

using css font face import

For quite some time now leading web developers used @font-face to help assist in the styling of a website. I use them all the time for clients and even have included three different fonts on my website.
Although web-fonts are quite easy to implement on ones own site, many new or DIY designers know very little about the CSS involved in @font-face. Here you will find all the information you need to implement your own fonts in no time at all.

First Step: Finding Fonts

Before you get started using your own fonts, you will need to first find some. A couple places I always like to start are graphic river and font squirrel. One would be much more inclined to find a less used font buy purchasing one on graphic river, but font squirrel is the place to be for free fonts.

After you decide on the font you want to use on your website, you will need to convert the font into a usable format. This is where @font-face kits come in.
Read More →