Facebook Pages Become Customer Support Centers

As Facebook continues to balloon in size, so too do the audiences that find, “like” and engage with brands via their Facebook Pages. Tomorrow, customer service software maker Parature will release aFacebook application that will help brands enhance the quality of customer service they can provide via Facebook.

Parature for Facebook is designed to make a company’s Facebook Page double as a full-featured customer support center.

Parature joins the likes of Get SatisfactionGet Satisfaction and its Social Engagement Hub in bringing customer service software to businesses living inside the world’s biggest social network. (more…)

Related Websites
Posted in Wordpress. No Comments »

$1.7 Billion on Social Networks in 2010

The latest numbers from eMarketer project that advertisers will spend nearly $1.7 billion in the U.S. on social networking sites in 2010. Worldwide, spending will hit $3.3 billion according to the report.

The numbers represent a significant bump up from estimates published by the research firm at the end of last year, when it projected $1.3 billion would be spent on the space in the U.S.

Not surprisingly, eMarketer sees about half of that money (in the U.S.) going to FacebookFacebook, with MySpaceMySpace continuing to see a smaller share of the pie. Separately, the firm estimated that Facebook’s 2010 revenue would hit $1.2 billion in a report published last week.

Earlier this month, Facebook COO Sheryl Sandberg said that some of the social network’s biggest advertisers had boosted ad spending by 10x this year; a trend that’s apparent in the eMarketer report. (more…)

Related Websites
Posted in Wordpress. No Comments »

Best Free E-Books for Web Designers

book design imageWhile many may still prefer print for long-form reading, e-books are gaining popularity as a worthy digital alternative. Aside from all the usual benefits of digitizing a book (faster searches, less page-flipping, linked pages, additional resources, etc.), e-books are a huge help to digital and online professionals.

There are now e-books available on almost every aspect of design, from planning your business and managing your time, to designing web applications. This post highlights 10 of the best free e-books for designers, with selections available as PDFs or in HTML.

Whether they’re meant to inspire or educate, let us know if you can recommend any other free e-books aimed at designers in the comments below. (more…)

Related Websites
Posted in Wordpress. No Comments »

HOW TO: Build a More Beautiful Blog

blogs imageWhether you’re blogging for business or pleasure, now is the time to take your little corner of the web to the next level. Social media makes your blog more visible and valuable than ever, and the amount of resources available to beautify and streamline your blog is enormous, and ever growing.

The best part is, you don’t have to be a designer or a programmer to create a great looking blog, but you should know where to find the right resources, and how to align your blog’s design with its purpose. (more…)

Related Websites
Posted in Wordpress. No Comments »

HOW TO: Get Up-to-Date on WordPress 3.0

WordPress 3.0, the latest and greatest version of the popular open source content management system, has just been released. The latest version brings a refined backend interface, a brand new default theme, a new custom menu structure, plus improved support for custom post types and custom taxonomies.

While we’ve written about some of the most exciting andimportant new features in WordPressWordPress 3.0 already, we thought now would be a good time to round-up some resources of how these newest features work and what WordPress designers and developers will need to consider when upgrading or creating new plugins or themes for WordPress 3.0.

Although WordPress 3.0 was only released last week, it has been in the works for quite some time, so a fair amount of documentation is already online. We’ve done our best to ensure that the resources we’re linking to are still current with the final codebase, but if you see something that seems off or think that we missed a must-have resource, let us know in the comments. (more…)

Related Websites

Top 10 Ways to Tweak Your WordPress Theme

WordPressWordPress is the fastest growing CMS platforms in today’s web design industry (yes, it’s a true CMS).  Much of the action in the WordPress community is largely driven by the market for WordPress themes.

The vast selection of free and commercial themes is what makes WordPress so attractive.  But the theme is often only a starting point for further customizations.  Web developers and DIY website owners like to start with a great theme and tweak it to perfectly suit their (or their client’s) needs.

Many themes, particularly commercial themes, come packaged with a robust theme options page, which lets you to configure many aspects of it.  You should check out those available options before diving into the code.  That said, all themes are different, and sometimes you need to get your hands dirty to fully customize it.

Below are some of the most common things website owners like to tweak, and of course, how to tweak them!  This article is based on the assumption that you have at least a light background in website design, code editing, and a familiarity with WordPress.

One general tip before we get into specifics:  It’s often a good idea to make your modifications by creating or editing a “Child Theme,” rather than editing the “Parent Theme” itself.  The benefit here is that if and when the theme author releases updates to the core functionality, you can easily update your theme without losing your modifications.  Check out the WordPress.org Codex to learn more about Child themes. (more…)

Related Websites

Web 2.0 Site Using WordPress

Web 2.0 site – what defines it? There are many definitions on this one but the most prominent is – content submitted and controlled by users. It can take many forms but what we will create as end result will be a WordPress blog that allows following User Controls:

1. Comments System. Perhaps one of the most crucial aspects is to create a very flexible comments system that will allow users share their thoughts on your story or article, subscribe to comments via RSS feed, and be notified when new comments posted to the article of their choosing via email. To help us accomplish all of the tasks above and some more, we will install following plugins: (more…)

Related Websites

WordPress Blog Into Ultimate Web 2.0 Portal

Step 1: Install WordPress Blog Software

Download and install latest version of WordPress (Version 2.8.1 at the time of writing). Use installation instructions available here – no need to duplicate the efforts on my end, when original documentation is very well written. You can also save yourself time going through this guide and use our  Expert WordPress custom installer package that already includes altest code, all plugins fully installed and configured for you and a custom Niche Theme fully optimized for search engines and with build in AdSense. (more…)

Related Websites

WordPress Header.php Basics

WordPress Header.php Basics

If you had never seen the files in a WordPress theme before, you could probably guess which file is responsible for the top of pages. It’s everybody’s favorite theme file: header.php!

The DOCTYPE and HTML Attributes In 99.999% of all themes, the header file is the first file that is called when WordPress is rendering any type of web page. As such, its contents begin with the same code that all web pages begin with, namely, the DOCTYPE. This isn’t the time or place to talk about why to chose one DOCTYPE over another (there are plenty available to choose from), but suffice it say that XHTML 1.0 Strict is a very common DOCTYPE choice these days. Here’s how it looks in the source code:

Related Websites

Understanding WordPress Theme Files

Understanding WordPress Theme Files

It is time for us to start taking a close look at how themes are built and how they work. If you have ever themed any kind of application before, you will appreciate how straightforward and intuitive WordPress theming actually is (with plenty of power when you need it). If you have never themed any application before, never fear, it’s easy.

Every Theme is Different

Of course, the look of all themes is different. But if you were to download five different WordPress themes and open the folders side by side, you’ll see a slightly different sets of files as well. There are a couple of required files and a number of files you will likely find in all themes, but beyond that the door is pretty wide open. For example, some themes might come with a special archives page because that theme is built to showcase archives in unique way. Another theme might be missing a search.php file, because its index page is built to accommodate search right inside of it.

(more…)

Related Websites