Archive for January, 2010

Product Review: DIY Thesis Theme For WordPress From Chris Pearson

Monday, January 25th, 2010

Over the last 6 weeks I have been struggling to find the right designer for a blog I wanted to add to my core website. The purpose of the blog would be to house my monthly newsletters which are sent via Constant Contact as well as capture traditional posts that relate to my business.
The first place to turn was my existing web designer. We discussed the design elements that I required and the various themes that were possible.
At that point he began to customize a template. The problem was that this designer was flat out unreliable.
The main issue was his ability to deliver on the agreed upon time lines. After 2 warnings I fired him.
Next it was off to Elance. Having hired freelancers from Elance over the last month I was certain I would find someone to complete the work and do it in a reasonable amount of time with a reasonable cost. I even went so far as to hand select those freelancers that I wanted to bid on the job after reviewing their portfolios and feedback scores. After 3 days I
dialed in a college grad student, had a conversation regarding the specs and agreed on the price.
Finally I was on my way and awaiting the first round of design possibilities.
That is until 24 hours later when this designer had a change of heart and decided that the job was not for him.
Now I was back to square one.
While doing a Google search for keywords clean, fresh, WordPress design template I found a link to DIY Themes Thesis template. What attracted me to click through and to know more was the designer Chris Pearson. He is the original author of the wildly popular ‘Cutline’ WordPress theme. It seems that he had just recently launched a new template called Thesis.
I clicked through to his site and was stunned.
More than just a great looking theme, Chris has build a phenomenal interface and tutorial that makes the process of getting installed and live the easiest I have encountered. Was it seamless? You tell me what computer program is. Is there a support forum that is available on the site with members that actually respond? Yes. Is Chris answering client’s inquiries himself? Yes, he is.
Best of all he has build a control panel that sits inside of the WordPress admin area that makes tasks like adding alt tags to pictures,adding tabs for pages, author and date control on posts and pages, simple stats and scripts management, etc., etc. unbelievably easy.
Having successfully installed the Thesis Theme in very short order I needed to get back to the requirement I had of customization. I needed to add my company colors, logos, pictures, etc. I once again set out to hire someone to do it and I posted a new job on Elance with the requirement that the designer know the Thesis Theme.
Then a funny thing happened.
While I was waiting for freelancers to bid on my job I started poking around the tutorials on the DIY Theme site. Low and behold after reading the tutorials and assorted posts in the forum I was doing the customization myself.
Let’s be clear, I have limited WordPress coding skills, at best. Any yet today I am live with a good looking blog that has my logo, my company colors, photos and layout of my choice. All of this was done by myself and I only invested about 4 hours over 3 days to get it completed. Considering what it costs to hire a designer versus the price of the theme, and all of the help and innovation that comes with it, this is the best investment of time and money I have made in my internet presence, ever.

R. Adam Shore runs article directories, coaches, speaks and consults. Get more information and
learn about Thesis. You can also visit the Thesis Showcase Gallery
to see examples of the great sites that members of the Thesis community have created.
kobba
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

How To Style Wordpress 2.5

Monday, January 25th, 2010

It’s soon going to be time to redesign my web site for the “Web 2.0 Age.” I have seriously looked at two platforms, Drupal and Joomla, with which to accomplish this.
Drupal and Joomla offer comprehensive packages that, in the case of Drupal, includes a blog and forum as core modules. Theming these platforms can be accomplished through both CSS (Cascading Style Sheets) and PHP (Personal Home Page or PHP: Hypertext Preprocessor) code modifications. However, these platforms are complex and learning enough to install, manage, and customize these platforms can be a daunting task.
After studying the two platforms, including using them both on my test bed platform and on the Internet, I decided to take a look at WordPress as a possible solution to my future Web needs. I was surprised to discover that the latest version of WordPress is easy to install, easy to use, and easy to theme.
In this article, I will describe how to customize WordPress 2.5.
STYLING WORDPRESS — THE JAKOB DESIGN
The current design for my personal web site, SelectDigitals.com, is based on work and philosophy of Jakob Nielsen , http://www.useit.com/. Nielsen’s work has been dedicated to making usable web sites that deliver content that is easy to find and easy to read.
The design of Nielsen’s site (and my site, by permission) is elegantly simple and has the primary goal of delivering content. WordPress also has the primary goal of delivering content. So, my first WordPress design will endeavor to maintain the look and feel of our sites with the added feature of visitor interactivity. I will refer to this as the Jakob design.
There are six major components that make up the look of the default WordPress blog:
1. Header Graphic,
2. Blog Title,
3. Tagline,
4. Page,
5. Background,and
6. Footer.
In order to make the Jakob blog load quickly, I decided not to use a header or footer graphic; and since the design will essentially be the default WordPress theme with a new coat, only a little graphic design work needs to be done. In fact, I only needed to create one graphic to to generate the blog page with it’s two column effect. The blog page will “float” centered in a dark-blue *body* background that will serve to frame the page.
Creating the Graphic
A look in the image directory for the default WordPress theme shows the default images used for the Kubrick look. For now, there is only one file of particular interest: kubrickbgwide.jpg. For the Jakob design, the other Kubrick images are not needed but will be needed for the “Fancy”, more complex design.
The blog’s page will be created from a “slice” through the center of the new design. The slice is a narrow image the width of the blog page.
I began my design by laying out a basic page (760px X 600px) in Adobe Illustrator. I like using Illustrator for artwork of this kind, although other programs could be used, too.
I filled the basic page with the page’s background color (not to be confused with the dark blue *body* background). The light background color will will “show-off” colored text, such as the blog’s title and tagline.
I overlayed the page with two rectangles, or “columns.” The left-hand, 510px-wide column is filled with a pastel yellow color; the right-hand column, 230px wide, is filled with a pastel blue color. The two columns fit within the basic page with a 10px border of page background around them.
In Illustrator, I then placed a 760px X 40px rectangle on the page and used this to make a slice. A slice is nothing more that a representative piece of a larger image, in this case, of the blog design. I saved the slice as kubrickbgwide.jpg. Kubrickbgwide.jpg will be used to generate the blog-page background. As new content is added to the blog page, copies of the slice will be stacked vertically to “grow” the two-column background. This is the only image needed by a browser to generate the blog’s home page. The Blog will, therefore, load very quickly.
Pretty easy so far, right? The rest of the design is accomplished through the theme’s CSS file and/or through the WordPress administrative interface.
CSS Changes
The default CSS file is in the wp-content_themes_default directory. The CSS text below shows the code changes to style.css. Before making any changes to the default CSS file, I always make and save a copy of the original. The CSS file can be opened and modified with any text editor. Text to be deleted will be shown within square brackets. New or modified text will be shown without brackets.
/* Begin Typography & Colors */
body {
[background: #d5d6d7 url('images/kubrickbgcolor.jpg');]
background: #636f89; /* Set the Body background color to blue */
}
#page {
[background-color: white;]
[border: 1px solid #959596;]
border:none;
}
[#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}
#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}]
#footer {
[background: #eee url('images/kubrickfooter.jpg') no-repeat top;]
background: #fffef2; /* Very light yellow */
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg [.description] {
text-decoration: none;
[color: white;]
color:red; /* Make the title red */
padding-bottom: .5em; /* Put a little space between the title and tagline */
}
.description {
text-decoration: none;
color: blue; /* Make the tagline blue */
text-align: center;
}
/* End Typography & Colors */
/* Begin Structure */
#page {
[background-color: white;]
background-color: fffef2; /* Very light yellow */
[border: 1px solid #959596;]
border: none;
}
#header {
[background-color: #73a0c5;]
background-color: #fffef2; /* Very light yellow */
}
/* End Structure */
After making and saving these changes to the style.css file, the newly designed blog page is accomplished.
STYLING WORDPRESS — THE FANCY DRESS DESIGN
Although I like the simplicity of the Jakob blog design, it will not appeal to everyone. Lots of people just love “glitz.” The price of a fancy WordPress dress is often a slower loading blog with no increase in usability. However, for those who want to “dress up” the appearance of their blog, here are additional ways this can be accomplished.
First of all, it should be noted that the background of the default WordPress page uses header (kubrickheader.jpg) and footer (kubrickfooter.jpg) graphics. These graphics are not filled with a solid color, as in the Jakob design, but with gradients. There also appears to be a very small drop shadow under the page.
Because of the complexity of the default page, additional graphics are required and, thus, more slices will be needed. Additionally, when a more complex body background is desired in which to “float” the page, a “seed” image for this might also be required (this is what the kubrickbgcolor.jpg image is for).
As before, I created a drawing of the blog page in Illustrator. The page, with rounded corners, floats on the default WordPress background, has a yellow gradient, and has a small drop shadow.
I first created a 760px X 600px rectangle on the Illustrator artboard. I filled this rectangle with the background color (C:8, M:6, Y:6, K:0).
Next, using the Rounded Rectangle Tool, I drew a 736px X 584px rectangle and filled it with the yellow gradient. Essentially, I made the page as large as possible within the background while leaving enough room for the drop shadow.
Finally, I gave the rounded rectangle a small drop shadow.
In order to insure that the slices will merge perfectly into the *body* background, I created a 60px X 60px square of the same background color (C:8, M:6, Y:6, K:0) and saved it as kubrickbgcolor.jpg. The small image will be used to “paint” the body background. This is an important step as the background used for the body and the background used for the page must match perfectly for the Fancy design.
Creating the Slices
Using the Rectangle Tool, I placed a 760px X 200px rectangle on top of the layout described above. I positioned this rectangle at the top of the layout and used it to make a slice for the header graphic. Before doing this, I disabled stroke and fill.
I saved the slice as kubrickheader.jpg.
I created the footer and page slices in a similar fashion and renamed them as kubrickfooter.jpg and kubrickbgwide.jpg, respectively. Kubrickfooter.jpg is 760px X 63px and kubrickbgwide is 760px X 40px.
There are two other Kubrick images in the images directory: kubrickbg-ltr.jpg and kubrickbg-rtl.jpg (left to right, and right to left). These images are the same as kubrickbgwide.jpg. So, I made two copies of kubrickbgwide.jpg and renamed them accordingly.
CSS Changes
The default CSS file is in the wp-content_themes_default directory. The CSS text below shows the code changes to style.css. Square brackets show which code to delete and new code is shown without brackets. Before making the change, I copied and saved the original file. For the Fancy design, the CSS changes are minimal.
/* Begin Typography & Colors */
body {
[background: #d5d6d7 url('images/kubrickbgcolor.jpg');]
background: #e7e7e7 url(‘images/kubrickbgcolor.jpg’);
}
#page {
[background-color: white;]
[border: 1px solid #959596;]
}
#header {
[background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;]
background: #e7e7e7 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
}
#footer {
[background: #eee url('images/kubrickfooter.jpg') no-repeat top;]
background: #e7e7e7 url(‘images/kubrickfooter.jpg’) no-repeat top;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg [description]{
[color: white;]
color:red; /* Make the blog title red */
padding-bottom: .5em; /* Put a little space between the title and tagline */
}
.description {
text-decoration: none;
color: blue; /* Make the blog tagline blue */
text-align: center;
}
/* End Typography & Colors */
/* Begin Structure */
#page {
[background-color: white;]
background-color: #e7e7e7;
[border: 1px solid #959596;]
border: none; }
#header {
[background-color: #73a0c5;]
background-color: #e7e7e7;
}
/* End Structure */
After the design and CSS work, the WordPress shows it’s new clothes to the whole Internet.
STYLING WORDPRESS — THE NO-GRAPHIC DESIGN
Nothing every goes wrong when a browser loads a page from the Internet, right? Even if this were, in fact, the case, it is still wise to consider how a page will display in case the graphics can’t be found.
In the case of the Jakob design, if kubrickbgwide.jpg did not get downloaded, for any reason, the page would not display acceptably. Because of the light background used for the header and footer, they display normally on the dark-blue background assigned to the body. However, the page content becomes difficult to read: it almost gets lost in the dark-blue background. A lighter background for the body might have been a much wiser choice.
The creator of the Kubrick design solved this problem by assigning alternate background colors to be used if the graphics were not available. The assignments are made within the style.css file:
body { background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’); }
#header { background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center; }
#footer { background: #eee url(‘images/kubrickfooter.jpg’) no-repeat top; }
If the images are not available, the alternate RGB color value will be used.
If the graphics are not available, the default WordPress blog is still presentable and usable. For an initial page redesign, starting with the basic Kubrick design, without graphics, might be a good place to begin. This can be accomplished by simplifying the statements above:
body { background: #d5d6d7; }
#header { background: #73a0c5; }
#footer { background: #eee; }
The colors can then be changed to try out various blog color schemes. Just change the RGB color codes, save the CSS file, and refresh the browser to see the changes immediately.
Yours for a more successful blog,
Royce Tivel

Wordpress Autoblog Software
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

Smashing,magazine themes wordpress widget theme adsense theme wordpress themes templates sleek themes,twitter theme,themes plugins css templates

Monday, January 25th, 2010

I was asked by Mark:

blogging, blogger,blogspot,make money from blog

When is it best to use: DreamWeaver vs. WordPress Templates vs. Drupal or some other program to create websites?

Answer:

blogging, blogger,blogspot,make money from blog

You can learn any or all three and put out an effective website.

I would look at what the website will need:

Dreamweaver can be used to design all three types of sites – ie, you could build a Drupal site in Dreamweaver or a WordPress site in Dreamweaver. In fact, I’ve done all three – Drupal, WordPress, and straight HTML in Dreamweaver.

blogging, blogger,blogspot,make money from blog

Drupal is a CMS – so if you’re building a site that needs a lot of management or is going to have people managing the content who don’t know or don’t want to learn HTML, this might be a good choice. Drupal offers lots of plugins and extensions like a blog, calendar, and forum. So if you think the site is going to have all those things eventually this might be a good choice.

WordPress is first and foremost a blogging tool. Yes, lots of people are starting to use it to manage their entire site, but most of the time you can tell these sites because they look like blogs. They might have 1 or 2 static pages, but typically the blog is the most important part of a WordPress site. If that’s what your site is, then this is a good solution.

Finally, Dreamweaver alone. You can build any type of site you want using just Dreamweaver. You won’t have the built-in tools for blogging or CMS like you do with Drupal and WordPress, but you have the flexibility to build anything you like. And as I said before, you can use Dreamweaver to build and maintain the templates for your Drupal or WordPress sites.

Readers Respond: Which do you like best – Dreamweaver, Drupal, or WordPress?

Read responses (17) What’s Your Favorite

Find out More About These Tools

* Dreamweaver

* Drupal

* WordPress

More Help with Content Management

* Content Management

* A Closer Look at Content Management Systems

* Does Your Website Have a Content Management Problem?

Related Articles

* 5 Contract Must Haves for Web Designers – 5 Things to Remember When Writing…

* Learning Web Design a Beginner’s Guide to HTML Graphics and Beyond – bo…

* Finding a Hosting Provider – Putting Together a Web Page Part 1

* Free WordPress and Web Themes – Red Rock and Red Charcoal

* Learning Web Design a Beginner’s Guide To HTML Graphics and Beyond

Blogs are usually aimed for the organic traffic from the SEOs. Search Engines like blogs because their information is constantly updating. You can also optimize the content of your blog for the specific keywords so that your articles would get more attention of the SEOs. Don’t forget that blogs have the informative aim. So if you promote some services there, don’t overstuff it, because the visitors will not like it. People will come to your blog to look for the information. Try to offer your visitors as much useful information as possible, so that they would like to visit your blog again and bookmark your page.Unlike the websites, blogs are more personal place in the Internet. You can personalize your blog by offering some information about yourself, adding a picture of your dog. It will make your visitors be loyal to you and visit your blog more often. Be yourself and share your honest point of view when you write for your blog. You can also write from the first person there, it will make you closer to your readers.Besides the SEO, the other way for generating more traffic to your blog is the links exchanging. You can exchange links with other blogs and as a result you will receive traffic from the other blogs as well as the other blogs will get visitors from your blog. Don’t be courteous that it may cause all your visitors go to the other blogs. Link exchanging strategy proved its effectiveness. It lets more traffic visit your blog. Even if some of them leave your page, those who are interested in your services will stay with you.Don’t underestimate the blogging. This easy and not expensive method can play a main role in the promotion of your internet based business and help you make money from home.

author is renowned earn money from blogging
is provided free in internet
author is renowned blogger can make money
is provided free in internet

kobba
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

Turn WordPress Into Review Sites – Using WordPress Themes/Templates And Plug-ins

Monday, January 25th, 2010

A lot of internet marketers are using WordPress to build review sites now. But up to 70% affiliates are still apt to design HTML pages for review sites. What are advantages and disadvantages of these two ways to build review sites?

WP is more efficient than HTML pages. Normally you need almost a week to have a small review site up and running. What if you are not a good designer of html page? It takes more  time than you think. What is worse, when you finish it, you think it looks ugly.

But if you are using WP, it takes no more than half day to complete all the work. You just need to find a good theme/template and some plug-ins for your website. You can have professional-looking review site up and running in minutes!

WordPress is more easy to manage the website content. You can control everything on the WP control panel such as text, pictures, audios, videos and so on. But if you are using HTML, it is really a pain in the neck to maintain your website. You have to redesign it over again!

WP is backed up by numerous powerful plug-ins. Whatever functions you want your website to have, you can easily find a plug-in to meet the requirement. You can add flash, java scripts to your WP review site by using plug-ins. But if you use HTML pages, you will have to write them by yourself.

WordPress Review Site is real review site! If you use HTML pages, your have to add reviews by yourself and the reviews seem to be not very effective to convert prospects to customers. Because the reviews come from you not the community. WordPress review site enable your visitors to leave comments and reviews, and add ratings to the products you are promoting. You get the real reviews from the community! You have the real reviews, you get a better conversion rate!

WordPress has more advantages in building review sites. You can click here to find out how to  build WP review sites  of high conversion rate! Or click here to find out what kind of review site themes/tempaltes are suitable for your niches.

Internet Marketing Expert, engaged in internet marketing for years, is full of internet marketing experience and skills. Website-http://www.wpreviewpro.com
Free WP Autoposter Plugins
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

Why Thesis Theme is the Best Wordpress Theme for Bloggers

Monday, January 25th, 2010

The backend system of the thesis theme is rock solid and will help your site rank on search engines. The fact is that when a person looks up something on a search engine, the search engine looks for the html codes of various websites and places the one with the least errors right on top. This is called indexing. Indexing helps promote your website. This feature in word press is called search engine optimization (SEO). Word press boasts of the best SEO in business.Thesis has so many features that it may just be difficult to put ink to paper about them but the complete package is simply outstanding. It doesn’t really matter what kind of site you are trying to build, thesis word press is the ideal base for every kind of website. Its features included adding pictures, videos in transitional moves so the site looks extremely attractive. you can just about do anything with all the fonts, styles and colors.The best part is that if you already have made a blog with word press and want to redesign it, you don’t have to worry about the code getting messed up and you having to work on it again. This is what Thesis does, it takes the code and keeps it separately so if you have to redesign your website, you don’t have to worry about working on your code and search ranking again! That part of it remains untouched.If you want to get your hands on the package you must first consider how many websites do you have to your name and how many websites do you have to work on. You would do this because there are two types of licences that you can acquire.One is for a single website and one for multiple websites. Think carefully before going for these options. the other options that you can include in your word press are that you have the ability to link your main site with affiliate sites, you can pick and choose which pages you want to put on display and which you don’t want either than letting you display all the random pages, you have the option to check or uncheck several boxes that have various options for you and as mentioned earlier you can rotate between pictures and videos.Thesis Theme has a great after sales support. They offer a whole range of support to those who need it. This is a very positive aspect that draws people to use their theme.

The article is written by ZK who runs a successful Web Marketing Blog on the Thesis Theme

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace