• Home
  • About/Subscribe
  • Ads
  • Campaigns
  • Creative
  • Planning
  • Media
  • Education
  • Organizations
  • Jobs
  • Events
Blue Orange Green Pink Purple

Blogging 101 – How to Setup an Amazing WordPress Blog in Just a Few Hours

Posted in Education. on Monday, March 15th, 2010 by AdMaster Tags: blog, blogging, howto, social media, tutorials
Mar 15
Retweet

In these step-by-step instructions and video tutorials, you’ll learn how to setup a WordPress blog in just a few hours – from buying a domain name (URL), setting up a hosting server, email forwards, WordPress installation and configuration, installing important plugins, SEO, and a few additional tutorials on how to be an amazing blogger.

blogging101 Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

 

Before we start this step-by-step ‘HowTo’ guide, here’s a little clip called ‘Blogs in Plain English’ (courtesy of commoncraft.com) to help you understand why you might want to set up your own blog:

 

Ready to start?

1. Purchasing a domain name + hosting service:

Domain name is simply the URL you’ll be using (like YAHOO.com or CNN.com). When you buy a domain name you’re really buying the rights to use that name for a limited time. Hosting, on the other hand, means a physical space on someone’s hard-drive (server) where your blog’s/website’s files will be stored. To have a website or a blog you’ll need both. When visitors type your domain URL into their browser, they are being redirected to the files stored on your hosting service. You can purchase the domain name separately from the hosting but it’s not recommended since some hosting services (like 1&1) will give you 1, 2 or even 3 free domains with your hosting service (GoDaddy, for example, do no give free domain with their hosting so you’ll have to pay for both if you )

My personal choice is 1&1 (click here for their current deals). I’m sure you’ve heard of GoDaddy but I find 1&1 to be cheaper, with better customer support, and a few extra features GoDaddy charge more for (like free domains with your hosting). Here’s a detailed comparison between the two.

Before choosing a domain name, think about YOU as a BRAND.  What would you like people to know about you?  How would you like others to perceive you? To identify your self-branding goals, you can use these tools:

TOOL: Personal Branding Creative Brief

TIP: 12 Excellent Tools for Picking a Domain Name

USEFUL: 1&1′s Hosting | Customer / Tech Support: 1-866-991-2631

IMPORTANT: You want the Linux hosting and not the Windows hosting, even if you have a Windows operating system.

 

NOTE: The hosting packages shown in this video may have changed. Visit 1an1 for current packages & pricing.

 

2. Before Installing Your Blog (Setting up FTP and MySQP and FileZilla):

 

FTP stands for File Transfer Protocol. It’s the way your computer communicates with the hosting service you just purchased. To be able to transfer the blog files, you will need to download and install an FTP software. I recommend FileZilla (click here to download). It’s free, fast, easy to install & use, and works well on both Windows and Mac OS. If you use Firefox as a browser, another good option is FireFTP (Firefox addon).

The next step will be to create an FTP account (via your 1&1 control panel):

 

 

USEFUL: If you need further assistance, call 1&1′s Tech Support: 1-866-991-2631

 

MySQL is a database management system which is used (in our case) to store your blog’s content (posts, pages, links, etc). Before you can setup your blog, you will need to create a MySQL databse in your 1&1 Control Panel:

 

 

USEFUL: If you need further assistance, call 1&1′s Tech Support: 1-866-991-2631

 

 

3. Downloading WordPress plus my WP Extras:

WordPress is currently the leading blogging software out there. You may have heard of, or used, other platforms (such are Blogger, Tumbler, Drupal, TypePad, LiveJournal, Movable Type, etc) but there’s a general consensus among bloggers that WordPress is relatively easy to install, very easy to use and offers lots of features that other platforms do not.

COMPARE BLOGGING PLATFORMS: ProBlogger.net chart and a more detailed comparison chart (via ojr.org)

 

Download the latest version of WordPress HERE. Save the ZIP file on your harddrive and unzip it.

Download my Extras for WordPress here. Unzip it to the same folder you used for WordPress, overriding any existing file in the WordPress folder you created in the previous step.

My extras include:

- info.php file that will provide lots of valuable info about your hosting service.
- Improved .htaccess files for both 1&1 and GoDaddy.
- Sample favicon.ico for your blog.
- List of the most useful WordPress plugins.txt

 

 

4. Uploading WordPress to your 1&1 hosting space with FileZilla:

In step 2, you’ve downloaded and installed an FTP client called FileZilla. Run FileZilla and transfer the WordPress files to your hosting server.

NOTE: the video below (courtesy of slackermarketing.com) will show you how to transfer your files. In the video, they recommend creating a /blog folder on your hosting server side. If your intension, is for your domain to host your blog alone (no other website), you can also transfer the files directly to the root (main) folder:

IMPORTANT: If you followed the video above, they recommended FTPing (transferring) all the WordPress files into a “/blog” folder within your main hosting area. This means you now have two options:

Option #1 (RECOMMENDED): Let 1and1 redirect all visitors to the /blog folder automatically:
- Log into https://admin.1and1.com
- Once logged in to the admin area, click on “Domains” to see a list of your domain names
- Check the check-box next to your domain and click on “Destination” and “Edit Destination” on the top-menu
- Under “Home Directory” forward the domain to the /Blog folder

Option #2 (less preferred) – If you already have a website on that domain and would like your blog to stay on the /Blog folder, on the next step (Sept 5) simply go to YourDomainName.com/blog for initial setup.

 

5. Activating / Setting up  WordPress for the first time:

- Once all the files are uploaded to your hosting server, visit:  http://YourDomnainName.com (or .org, net, etc, whichever one you bought).

- This should start the setup process. During the process, you will be asked to enter the database name, database host, username and password. This information was given to you during step #2 of this guide and you can always go back to the MySQL page on your 1and1 admin page and look it up.

- during setup, you will be asked to pick a username and password for your blog (not the MySQL or the FTP), by default, the username is “admin”. It’s recommended to change it to something else.

Here’s a little clip that explains how to Log In to your admin dashboard:

 

TIP: adding /wp-admin at the end of your url is exactly the same as adding /wp-login (both will take you to your blog’s dashboard).

 

About your blog’s Dashboard (courtesy of learntospeakgeek.com):

 

 

6. Updating .htaccess:

.htaccess is a server management file which can provide a higher level of security, increase memory access, and a few other important settings you can add to your blog (or to any other website). For your convenience, I have written a powerful .htaccess file and added it to the Extras you’ve downloaded before. In your unzipped WordPress folder, you should see two versions of it, one for 1&1 hosting and the other for GoDaddy (they use a slightly different code to enforce PHP5). Assuming your host is via 1&1:

- From within FileZill (the FTP client), look for a file named htaccess-1and1.txt on your server side (the right side, not the left side which is your local hard-drive).

- right-click it and rename it to:  .htaccess (basically adding a dot before the h and deleting the dash and everything after it, including the .txt extension).

If you’re interested in learning what exactly this .htaccess file do, open it with a text editor and read the side notes.

TIP: Updating this .htaccess file will allow you to install and activate over 40 plugins in one click vs. having to install and activate them one by one.

 

 

7. Configuring WordPress:

At this point, WordPress is installed on your domain. If you visit http://YourDomainName.com you should see your blog. It should looks something like this:

WordPress Blog Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

Now you’ll need to configure the basic settings for your blog. To do so, visit your admin page (also called Dashboard): http://YourDomainName.com/wp-admin

Please enable Javascript and Flash to view this Viddler video.

 

The following SETTINGS (left menu) are shown in the video above:

 

To add the ‘www‘ prefix to your URL, go to:

Settings / GENERAL / For both WordPress address (URL) and Blog address (URL) add ‘www‘ / Save.

Settings / GENERAL / Timezone – pick your city (and hit Save Changes)

Settings / WRITING / Size of the post box – I recommend changing from 20 to 40 so your post editing box is bigger.

Settings / WRITING / Update Services (copy/paste this instead of whatever is in the box):

http://rpc.pingomatic.com

http://ping.feedburner.com

http://ping.syndic8.com/xmlrpc.php

http://www.blogpeople.net/servlet/weblogUpdates

http://ping.myblog.jp

http://bblog.com/ping.php

http://pingoat.com/goat/RPC2

http://ping.bloggers.jp/rpc/

http://xping.pubsub.com/ping

http://topicexchange.com/RPC2

http://rpc.technorati.com/rpc/ping

http://rpc.weblogs.com/RPC2

http://api.moreover.com/RPC2

http://blogsearch.google.com/ping/RPC2

http://ping.weblogalot.com/rpc.php

 

Settings / READING / I recommend changing both the “Blog pages show at most” and the “Syndication feeds show the most recent” from 10 to 15

 

Settings / DISCUSSION / Comment Moderation
Click here
and copy this list into the Comment Moderation box
.

 

Settings / PERMALINKS / Common Settings - Check ‘Custom Structure’ and  copy/paste this:
/%category%/%postname%

 

 

 

8. Installing Plugins:

Plugins add functionality, security, usability, and many other features to WordPress. Before we install any plugins, there’s an unnecessary plugin that was auto-installed by WP, and that we don’t really need (the more plugins installed the slower your blog will be to your visitors). On your blog’s Dashboard (left menu):

Plugins / INSTALLED / Check Hello Dolly
Under Bulk Action, choose Delete / click Apply

 

 

Now lets add some useful plugins:

Plugins / ADD NEW / In the search box, type: plugin central / hit search
Install “Plugin Central” (ignore any “plug not been tested” message if you get one) / click Install Now / click Activate Plugin

Click the Plugin tab on the left-menu once again, and then the Plugin Central under it.
Copy the list of plugins (links) below and post it into the Easy Plugin Installation box / below the box, click Install Plugins:

http://wordpress.org/extend/plugins/admin-management-xtended/

http://wordpress.org/extend/plugins/all-in-one-seo-pack/

http://wordpress.org/extend/plugins/backwpup/

http://wordpress.org/extend/plugins/bad-behavior/

http://wordpress.org/extend/plugins/better-plugin-compatibility-control/

http://wordpress.org/extend/plugins/better-seo-slugs/

http://wordpress.org/extend/plugins/broken-link-checker/

http://wordpress.org/extend/plugins/cbnet-favicon/

http://wordpress.org/extend/plugins/cbnet-ping-optimizer/

http://wordpress.org/extend/plugins/contact-form-7/

http://wordpress.org/extend/plugins/defensio-anti-spam/

http://wordpress.org/extend/plugins/exclude-pages/

http://wordpress.org/extend/plugins/sem-external-links/

http://wordpress.org/extend/plugins/feedburner-plugin/

http://wordpress.org/extend/plugins/google-analyticator/

http://wordpress.org/extend/plugins/google-analytics-for-wordpress/

http://wordpress.org/extend/plugins/google-sitemap-generator/

http://wordpress.org/extend/plugins/hana-flv-player/

http://wordpress.org/extend/plugins/lightbox-plus/

http://wordpress.org/extend/plugins/my-category-order/

http://wordpress.org/extend/plugins/my-link-order/

http://wordpress.org/extend/plugins/my-page-order/

http://wordpress.org/extend/plugins/no-self-ping/

http://wordpress.org/extend/plugins/page-links-to/

http://wordpress.org/extend/plugins/photo-dropper/

http://wordpress.org/extend/plugins/redirection/

http://wordpress.org/extend/plugins/revision-control/

http://wordpress.org/extend/plugins/seo-image/

http://wordpress.org/extend/plugins/sexybookmarks/

http://wordpress.org/extend/plugins/smart-youtube/

http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/

http://wordpress.org/extend/plugins/tinymce-advanced/

http://wordpress.org/extend/plugins/vipers-video-quicktags/

http://wordpress.org/extend/plugins/wp-cumulus/

http://wordpress.org/extend/plugins/wp-optimize/

http://wordpress.org/extend/plugins/wp-polls/

http://wordpress.org/extend/plugins/wp-htaccess-editor/

http://wordpress.org/extend/plugins/wp-show-ids/

http://wordpress.org/extend/plugins/wptouch/

http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/

 

9. Activating Plugins:

On the left menu, under Plugins / click Installed
For Inactive Plugins / click ACTIVATE under each plugin to activate them one by one.

If you followed steps #3 (extras) and step #6 (htaccess) of this guide, you can also activate all plugins at once. To do so, check the ‘Plugin‘ box below ‘Bulk Action‘ / Change Bulk Action to Activate and hit Apply.

If you didn’t follow steps 3 & 6, you might overuse 1&1 server’s cpu by activating all plugins at once and you’ll get “ERROR 500 – Internal Server Error” message (which basically means you are using too much of their allocated memory). If you did get “ERROR 500″ message and can no longer access your blog’s Dashboard, follow these steps:

a. Using FileZilla or any other FTP client  – rename the “plugins” folder on the server side (right side) to a different name (doesn’t matter what). The plugin folder is under the /wp-content/plugins

b. Login to YourDomain.com/wp-admin  – that will reset your blog with no active plugins.

c. Using FileZilla or any other FTP client, rename the plugin folder back to – plugins

d. Login to your YourDomain.com/wp-admin again and this time, activate the plugins one by one (or go back to make sure you follow steps #3 & #6 of this guide).

 

Note: Depending on the plugins you installed, upon activation, you may receive a number of red, pink, yellow, etc error messages, that may look like this:

Screen shot 2011 03 24 at 7.32.59 PM Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

FYI, these are not error messages but rather, plugins settings that may require your attention. In step #10 we will set up all of these plugins, which will take care of these messages.

10. Plugin Setup:

Some of the plugins you installed require initial setup or configuration. In this section we will go over some of these. On the left menu, under:

 

 

SETTINGS / All-in-one SEO Pack (Search Engine Optimization):

 

Here’s why SEO:

 

Typically, this is how google presents search results:

picture 3 Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

In our example, all-in-one-SEO settings are:

Home Title: “The Advertising class” (even though our URL is TheADClass.com, we wanted the word “Advertising” to appear on the title since we assume people are more likely to search for it). Keep it short and relevant. While the format of the home-title shouldn’t be just keywords but a real title, the words you use for your home-title should be relevant to the google keywords you want to be found by.

Home Description: “The best resource page for advertising students, professors and professionals. Art Directors, Copywrites, Account Planners, Media Planners, AdAge, AdWeek, Ads of the World, ADDY, Clio, I Have an Idea.” Notice that in the example I gave here, the description in all-in-one is longer than what Google actually shows. Google only shows 150 characters (with spaces) so you want to limit your description to 150 characters.

Home Keywords: No more than 30. Use the most important keywords you’d like to be found by. All lowercase.

Check ALL check-boxes EXCEPT the last one (“Log important events”). This will prevent Google from lowering your PageRank due to duplicate content.

Until you setup and enable the All-in-one-SEO plugin, you might see this annoying message but once you enable it, it will go away:

Screen shot 2011 03 24 at 8.24.40 PM Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

You can check the “I enjoy this plugin and have made a donation” box as well…

 

 

SETTINGS / Bad Behavior

This plug will prevent a lot of spam comments on your blog. You want to un-check “Display statistics in blog footer“.

 

 

SETTINGS / cbnet Favicon

CBNET Favicon adds a cool favicon to your blog. Favicon (short for favorites icon), also known as a website icon or bookmark icon is a 16×16, 32×32 or 64×64 pixel square icon associated with a particular website or webpage.

Here are some favicons inspiration:

http://www.smashingmagazine.com/2007/01/31/inspire-yourself-50-remarkable-favicons/
http://www.smashingmagazine.com/2007/09/11/creative-favicons-tiny-artwork/
http://www.smashingmagazine.com/2007/06/14/creative-favicons-when-small-is-beautiful/
http://deltatangobravo.com/archives/2004/march/favourite
http://pimpmypagerank.com/favicons/
http://mppierce66.home.comcast.net/~mppierce66/web/fi/collage.htm
http://www.cssjuice.com/20-best-favicon-online-generators/

 

 

SETTINGS / Google Analyticator

This plugin Shows cool stats about your visitors. First, you’ll need to setup an account and get a UA code from Google Analytics. If your blog URL ends with /blog/ or /wordpress/ include that in the URL during the setup:
http://www.google.com/analytics/

Here’s a short clips on how to set it up (courtesy of OnlineCashflowGuru.com). Note that only the first 3 minutes of this clip are relevant (since we’re using the Google Analyticator plugin, we don’t need to copy/paste any code other than the UA number).

Setting up Google Analyticator with your UA code:

TIP: I would actually not recommend enabling the Footer Tracking Code by default, since it’s not compatible with every WordPress theme.

 

 

 

SETTINGS / Photo Dropper

Use this plugin to grab interesting photos as you blog along, to add to your posts (icon will appear above the post’s editing-box). To optimize it for best usage:

- Remove the check from “Use Classic Interface”
- Increase “Images per page” to 25
- Remove the check from “Show only…”
- Check “Sort Photos by…”
- Save Settings

 

 

 

SETTINGS / Reveal IDs for WP Admin

This plugin is for advance users who might need to figure out post/page IDs. No special setup, just hit SAVE once if you’re still getting an announcement about it on the top of your dashboard. If you do not hit save, you might keep getting this note:

Screen shot 2011 03 24 at 8.23.15 PM Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

 

SETTINGS / Robots Meta

This plugin improves SEO (Search Engine Optimization) by modifying the robots meta tags.

- Check ALL check-boxes for this plugin.

NOTE: If you’ve uploaded the .htaccess file as described in step #6 of this guide, you don’t need to touch anything else here other than checking all check-boxes.

 

 

SETTINGS / External Links

This plugin sets up links to be opened in a new window or tab, allowing your visitors to stay with your blog open. It can also add a cute little icon next to any external link on your blog (which personally I don’t like):

- If you’re like me, and do not like this little link icon, I recommend removing the check mark from the second option (Add Icon).
- Add a check mark to both “Add No Follow” and “Open in New Windows” / Save Changes

 

 

SETTINGS / TinyMCE Advanced

This plugin allows you to change the post editing window (kinda like when you write a MS Word document). If you find this to be confusing, you can skip this step. For more info on this plugin, search YouTube for “TinyMCE Advanced”:

 

 

SETTINGS / SEO Post Link

This plugin makes your post link short and SEO friendly (Search Engine Optimization). It removes common words that are unnecessary for search engine optimization off your blog’s post link.

- After registering / verifying, if there isn’t already a list of “Unnecessary Words” than click here and copy/paste this list.

NOTE: while this is a great plugin, the author of this plugin will send you marketing material after registration. When registering, I’d recommend using an alternative email that you can still check (in order to activate) rather than your main email address. When transfered to another website to sign up, pick “no thanks”.

 

 

SexyBookmarks AKA Shareaholic

The settings for this plugin are NOT under the SETTINGS tab, but rather, they have added their own tab toward the bottom of the left-menu, called “Shareaholic“. You can also click the “Plugin Options Page” on this red error message that will appear on your screen if this is the first time you’re setting it up:

Screen shot 2011 03 24 at 8.51.36 PM Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

Select your preferred social bookmarking sites, preferred settings and hit ‘Save Changes‘. Once you saved your options, the above red error message will go away…

 

 

SETTINGS / Ajax Edit Comments

Under ‘Spam Protection‘ (middle of the page) / check Defensio

Update Settings

 

 

SETTINGS / Defensio

Defensio is one of the best anti-spam plugins. Sign up and get the Defensio API Key (sign up for PERSONAL, not professional) here:

http://www.defensio.com/signup

(the video above is a great one but I’d recommend to sign up as personal rather than a professional, that way, it’s free…)

Use the API code you got at signup and save settings. Once you save your settings, the yellow error message below will disappear:

Screen shot 2011 03 25 at 12.23.20 AM Blogging 101   How to Setup an Amazing WordPress Blog in Just a Few Hours

 

 

SETTINGS / XML-Sitemap

This plugin will help Google index your blog.

- Click where it says: “The sitemap wasn’t built yet. Click here to build it the first time“.

 

 

 

11. Installing a theme for your blog

Before you install a new theme on your WordPress blog, a few things to consider:

- Find a theme that you like – consider the overall look, the number of columns, the size of different elements on the page (logo, images, widgets, etc).

- More important than finding a theme you like, is finding a theme that supports your branding statement. Is the theme helping you brand yourself / your business the way you want it to? What does it communicate about you visually? Is it too busy? Does it look professional?

 

To install a theme, on the left menu of your dashboard, under APPEARANCE, click Themes. On the top bar, click INSTALL THEMES and brows for the right theme using the Search, Featured, Newest, etc tabs.

 

A nicer alternative to WordPress’ built-in theme catalog is to search for a more recent, SEO optimized, beautifully designed theme on the web. Below is a list of great links to start your search. When you find the theme you like, download it as a ZIP file and use the UPLOAD tab to upload the theme:

 

http://www.smashingmagazine.com/2010/08/19/100-free-high-quality-wordpress-themes-for-2010/

http://websoulz.com/amazing-100-free-wordpress-themes/

http://www.instantshift.com/2009/02/22/140-brilliant-free-wordpress-themes-around/

http://www.antsmagazine.com/100-superb-wordpress-themes-for-free/

http://www.presidiacreative.com/39-amazing-wordpress-themes/

http://www.ahnternet.com/2009/02/03/25-awesome-high-quality-free-wordpress-27-themes/

http://mashable.com/2010/02/10/free-wordpress-blog-themes/

http://mashable.com/2009/01/19/free-wordpress-themes/

http://mashable.com/2009/01/07/wordpress-2-7-themes/

http://pennybutler.com/wordpress/themes/free/beautiful-creative-wordpress-27

http://www.ezwpthemes.com/

http://honestholly.com/10-rare-wordpress-themes-for-2009/

http://honestholly.com/thursday-themes-10-best-wordpress-themes-2009/

http://www.noupe.com/wordpress/15-high-quality-free-premium-wordpress-27-themes.html

http://www.patromax.com/15-most-popular-wordpress-27-themes/

http://topwpthemes.com/

http://www.freewpblogthemes.com/

 

You can also manually install any theme using your FTP client (FileZilla). Here’s a little video tutorial on how to install your theme manually (courtesy of mattladwig):

 

 

12. Howto Blog:

 

Understanding Blogs – Blogs in Plain English (courtesy of commoncraft.com)

 

Understanding Pages, Posts, Categories, Tags, Slug and Permalinks:

 

Adding/writing a new post (courtesy of learntospeakgeek.com):

 

Adding/writing a new page (vs. post) (courtesy of learntospeakgeek.com):

 

 

Related posts:

  1. Smashing Magazine – 10 Steps To The Perfect Portfolio Website / Blog
  2. Personal Branding – Using a Blog to Create/Communicate Brand YOU
  3. Great / Best / Amazing / Ads / Commercials – Google Custom Search (multi-website-search)
  4. How to Write an Amazing Creative Brief – Tips, Ideas & Insights for Great Account Planning

4 Comments

  1. Mack on July 25th, 2010

    This is a really great website. The layout and design is very easy to navigate and the info is superb. Keep up the good work!!!!

  2. Up and Running | Practical Christianity for Today on August 20th, 2010

    [...] kinks here and there that required lots of learning and hair pulling. I must give many thanks to http://www.theadclass.com/education/blogging-101, this site is a great walk through for starting a blog, and I would have been completely lost [...]

  3. wp-popular.com » Blog Archive » Blogging 101 – How to Setup an Amazing WordPress Blog in Just a Few Hours on September 23rd, 2010

    [...] the original here: Blogging 101 – How to Setup an Amazing WordPress Blog in Just a Few Hours Tags: articles, [...]

  4. puppy breeders on November 20th, 2011

    The example of these blogging engines and CMS platforms is the lack of limitations and of manipulation that allows developers to assemblage and ‘skin’ the place in specified a way that with real young endeavour one would never notice what it is making the sew all without limiting substance and effectuality.



Your thoughts are welcome »

The Ad Class

  • Ads art direction award Awards blog blogging campaign career commercials competition Creative creativity Design Education Events guerilla ideas job Jobs learning map marketing networking News online Planning portfolio rebranding resources saatchi Scholz & Friends School sitemap social media social networks sport superbowl t-mobile talks TED tips typography UK videos viral Ads (12)
    Campaigns (6)
    Creative (7)
    Education (17)
    Events (3)
    General (1)
    Jobs (5)
    Media (2)
    Organizations (1)
    Planning (3)
    tips (1)
    Wall (2)

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • Great Reads
    Image of Idea Industry: How to Crack the Advertising Career Code
    Image of A Whole New Mind: Why Right-Brainers Will Rule the Future
    Image of Creative Strategy in Advertising
    Image of The Copywriter's Bible (Mastercraft Series)
    Image of Pick Me : Breaking Into Advertising and Staying There
    Image of How to Put Your Book Together and Get a Job in Advertising: 21st Century Edition
    Image of The Medici Effect: Breakthrough Insights at the Intersection of Ideas, Concepts, and Cultures
    Image of Where the Suckers Moon: The Life and Death of an Advertising Campaign
    Image of Creative Advertising, New Edition
    Image of Hey, Whipple, Squeeze This: A Guide to Creating Great Advertising (Adweek Series)
    Image of The Copywriter's Handbook, Third Edition: A Step-By-Step Guide To Writing Copy That Sells
    Image of The Advertising Concept Book
    Image of This Book Will Change Your Life
    Image of A Technique for Producing Ideas (Advertising Age Classics Library)
    Image of Thinkertoys: A Handbook of Creative-Thinking Techniques (2nd Edition)
    Image of It's Not How Good You Are, Its How Good You Want to Be: The World's Best Selling Book
  • —————————————–
  • Ads
    • Ads of the World
    • Coloribus
    • 2Wenty 4Our
    • AdFeast
    • AdHunt
    • AdverBox
    • AdForum
    • AdGoodness
    • The Hidden Persuader
    • AdverToLog
    • Ad of Da Month
    • Joelapompe
    • Best Ads on TV
    • AdLand / Ad-Rag
  • Blogs
    • AdAge Power150
    • Please Feed The Animals
    • Hooked on Ads
    • Seth Godin
    • Bob Garfield
    • The Ranch
    • AdRants
    • AgencySpy
    • AdFreak
    • AdLand
    • AdPulp
    • AdLab
    • AdverGirl
    • AdverBlog
    • My Own Ad School
    • Room 116
    • Brand Central Station
    • Beyond Madison Avenue
    • Ries’Pieces
  • Award Shows
    • OneShow
    • Clio
    • Cannes Lions
    • ADDY
    • D&AD
    • Mobius
    • Andy
    • EPICA (EU)
    • BTAA (UK)
    • The Bessies (Canada)
    • AD Club
    • London International (UK)
    • Kelly Awards (print only)
    • Effie (effectiveness)
    • Golden Drum (EU)
    • Webby (web only)
    • Cresta
  • Awards
    • AdverToLog
    • AdAge Creativity 2008
    • Slogans Hall of Fame
  • News
    • AdAge – Web Edition
    • AdWeek
    • AdAge – Creativity
    • AdAge – Print Edition
    • Boards Magazine
    • Fast Company
  • Portals
    • I Have an Idea
    • AdGabber
    • AllTop (advertising)
  • Planning
    • Russell Davies
    • Seth Godin
  • Databases
    • IPA
    • AdWeek ($)
    • AdAge
  • Social Networking
    • AdHoles
    • AdGabber
  • Trends
    • AdCult
    • TrendHunter
    • Trend Watching
    • PopURLS
    • Viral Video Chart
  • Tools
    • Wordle
    • COLOUR Lovers
    • Design Blogs
    • Visual Thesaurus
    • VisuWords
    • Mind Maps
    • Improv Encyclopedia
    • Periodic Table of Typefaces
    • MoodStream (mood board)
    • Getty Images
    • Animoto
    • Carbonmade (portfolio)
    • Coroflot (portfolio)
    • FigDig (portfolio)
    • Behance (portfolio)
    • Stock Photography
  • Education
    • Harvard Business Review
    • The Design Encyclopedia
    • Change This
  • Social Change
    • The katalyst
    • Change This
  • Ad Culture
    • AdBusters
    • Madison AveNEW
    • Servant of Chaos
    • Seth Godin
  • Design
    • Smashing Magazine
    • Before & After
    • COLOUR Lovers
    • Design Blogs
  • Student Competitions
    • CommArts
    • Archive
    • D&AD
  • Inspiration
    • The 100 Most Creative People
    • Library of Congress
    • This American Life
    • This I Believe (NPR)
    • Good Magazine
    • The Idea Book
    • TED
  • Humor
    • Photoshop Disasters
    • You Suck at Photoshop
  • Life Hacking
    • LifeHacker
    • bOING bOING
    • Mashable
  • Search






  • Home
  • About/Subscribe

© Copyright The Ad Class. All rights reserved.
Designed by FTL Wordpress Themes brought to you by Smashing Magazine

Back to Top