WordPress

WordPress has many features that make it ideal for building traffic and your business.

3 out of 4 makeup artists need a website.

Today I was calling make-up artists for a photo shoot. And, of course, I didn’t start with a google search- I called a photographer I knew well and asked her who I should call. She gave me three names, and one of the artists told be about the forth. Good thing I called my friend, because none of the three she told me about had a website.

Each time, I asked, do you have a site that I can look at your work-  each of them gave me an excuse. None of them would would think of working without a phone, but all of them seem to think a site won’t help them. Only one of the three site-less ones had a digital file ready to e-mail, a nice little quicktime movie that showed some of his work. The other two- nothing.

Make-up artists are the ultimate cottage industry. You don’t hire a “Make-up artist company (at least not in the Midwest), they are all self-employed, sole proprietors, in a very visual business. Hence, a website would come in handy. Especially in the Dayton, Cincinnati, Columbus Ohio market, where there is a small community of make-up artists- and quite a few photographers.
While the cost of producing a good looking website used to be thousands of dollars, it doesn’t have to be that way anymore thanks to WordPress and the Websitetology seminar. For $79 you get a full day of training, and we then offer a registration, hosting and WordPress installation package for a price of less than the cost of hosting alone from some hosting companies.

The fourth make-up artist had a site. It wasn’t amazing, but it did come up first in Google when I typed her name. It had samples of her work, a list of clients, and contact information. While the other three told me things like “a website won’t get me business, it’s all word of mouth”- the one with the site told me it gets her work all over the country, at much higher rates than what she can charge locally.

These days, it doesn’t matter how small you are, a website is critical for every business. We even did a site for a disabled, retired man who launches white birds at weddings and funerals- and he doesn’t have a computer or internet access, but he’s getting customers from it.

If you are reading this- because you needed a make-up artist in Dayton, Cincinnati or Columbus- I’m sorry. That’s one of the problems with Google searches. But if you give us a call- we’ll tell you who we ended up using.

Continue reading →

Breaking your WordPress theme- sidebar moves down?

I’ve posted about this before: http://blogosopher.com/?p=66 and mentioned the same source: Lorelle.

There are two common reasons people have their themes “break” or act oddly:

  1. they’ve copied formatted text from Microsoft Word that starts adding code that “overrides” the CSS of your theme.
  2. the picture or object that they try to place in their post is too big.

You can easily identify the first problem by noticing that your font has changed in a post and everything following it. The way to fix it is to go to your edit post function- click the “quicktag” HTML button- and search out any thing that says “span” “font” and a font name, “H1″ H2” etc- (it will be in the “< " and ">” carrot figures) these are not tags that the standard WordPress interface uses. Anything you undo here- will be able to be fixed in the standard WYSIWG view of the “Write Post” window- where you can reformat to your heart’s content. Sometimes Microsoft Word adds so much trash- it’s easier to copy the content back into Word- and then save it as text only before pasting into the Write Post window.

The second problem- where the sidebar moves to the bottom- typically is only seen by the 90% of people who still aren’t using Firefox. Microsoft Internet Explorer doesn’t understand some of the fundamental code to CSS (still)- and you must test by looking at your site using IE 6 on a PC. The simple solution- use Thumbnails- and never have images wider than about 400 pixels. However if you want to read all the details of this problem- Lorelle has a ton of good links – look at the excerpt of her post- then continue on to the link:
Lorelle on WordPress

One of the more common complaints and problems for new WordPress users is the issue of their images breaking their WordPress Theme. The Theme they choose is wonderful, reflective of their personality and blog, and the moment they upload their first photograph, it seems to break their blog.Web Design Sidebar pushes out over the content areaHave you ever tried to shove a square peg into a round hole? Or squeeze into a size 2 dress when you really should be wearing a 22? The results are what happens to web page designs when someone tries to cram something too big into a small space.

All web pages today feature at least two “columns”, two side-by-side sections to display their content. One is typically called the sidebar and the other is the content or main column or something similar. Each of these columns are known as containers, as they contain content and design elements within their borders. When something goes into these containers that exceeds their inherent width, they tend to stretch and break the design.

Put something wider than the width of the sidebar into the sidebar and it stretches to accommodate it. Since it’s literally pushed beyond its seam, it shoves the content section down to the bottom of the page. Put something wider than the width of the content section into the content section, and it shoves the sidebar around. If what you include in any container on your web page is wider than the designated width, something has got to give and it is usually your web page layout and structure.

The key is to only put things that are the maximum width into these columns (containers) so they won’t stretch and bork your web page design.

Continue reading →

WordPress Plugin Database

The boilerplate warns that it still needs work. I tired to click to the plugin page of about 5 different plugins to end up with a 404 error. However, it’s an interesting use of AJAX and yet another place to find ways to pimp your installation of WordPress.
WordPress Plugin Database

Welcome to version 2.0 of wp-plugins.net. Lots of testing and improving still needed, but slowly getting there… As such, no point contacting us with bug reports for now (chances are, we may be working on them already), but any sort of patch and code contributions are always warmly welcome, of course.

Continue reading →