Posts Tagged ‘wordpress’

Setting Up a Self-Hosted Wordpress Site on GoDaddy

January 27th, 2010 - Steve Zehngut

We’re hosting an Orange County Wordpress Meetup tonight (1/27). So, to commemorate the event, I thought I’d post some instructions on how to set up a Self-Hosted Wordpress site using GoDaddy.

Create a GoDaddy Account

  • If you do not already have a GoDaddy account, create one at godaddy.com.

Purchase a New Domain Name (if you don’t have an existing one)

  • Log into GoDaddy and search for an available domain name.
  • Purchase the domain.

Purchase Web Hosting

  • Click the “Hosting” tab on the left side navigation under “My Products”.
  • On the Hosting screen, click “Click here to purchase a Hosting Account “ under the “Purchasing Additional Hosting Accounts” title.
  • Choose a hosting plan. Any plan will do. I chose the 3 mos Economy Plan for $4.99/mo.
  • This may take a few minutes to take effect.

Set Up Your Hosting Account

  • Click again on the “Hosting” tab on the left side navigation under “My Products”.
  • On the Hosting screen, “New Account” will be listed. Click “Setup Account”.
  • There are 5 steps to setting up a hosting account:
    • Step 1 – License. Agree to the License.
    • Step 2 – Login. Create a login and password.
    • Step 3 – Account Details. Choose the domain you just purchased (or any domain listed). The domain you choose will be tied to this hosting account.
    • Step 4 – Options. Choose PHP 5.x and enable Google Webmaster Tools.
    • Step 5 – Confirmation.  Click “Finish”.
  • This process may take up to a couple of hours to complete. You can check the status by visiting: https://hostingmanager.secureserver.net/. Once the status reads “Setup,” you are good to go.

Set Up a Database

  • Visit https://hostingmanager.secureserver.net/ and click on your domain name to open the hosting settings.
  • Click “Databases” and then click “MySQL”.
  • Click “Create Database”.
  • Fill in the description field. This can be anything you want as it is only for your purposes.
  • Fill in a mySQL Database/User Name. Jot this down as you will need it for the Wordpress set up.
  • Fill in a mySQL Password and confirm it. Jot this down as you will need it for the Wordpress set up.
  • Click “OK”.
  • This process may take a few minutes to complete. You can check the status by visiting: https://hostingmanager.secureserver.net/SQLDBList.aspx. Once the status reads “Setup,” you are good to go.
  • Once it has been set up, click the pencil button under “Action”. Jot down the host name as you will need it for the Wordpress set up.

Download Wordpress Core Files

  • Visit http://wordpress.org/download/
  • Download the latest version of Wordpress.
  • Unzip the files on your local computer and note where you saved the files.

Configure Wordpress

  • In the local copy of Wordpress that you just unzipped, open the file called “wp-config-sample.php” in a text editor.
  • On line 19, replace ‘putyourdbnamehere’ with the mySQL Database/User Name you created above.
  • On line 22, replace ‘usernamehere’ with the mySQL Database/User Name you created above.
  • On line 25, replace ‘yourpasswordhere’ with the mySQL Password you created above.
  • On line 28, replace ‘localhost’ with the mySQL host name you jotted down from the steps above.
  • Save this file.

Upload Wordpress to GoDaddy

  • Visit https://hostingmanager.secureserver.net/ and click on your domain name to open the hosting settings.
  • Click “Content” and then “FTP Client”.
  • Click “Allow” in the security popup.
  • On the Remote System (right side), delete “favicon.ico” and “welcome.html”.
  • On the Local System (left side), locate your local copy of the Wordpress files that you just unzipped.
  • Upload all files to the Remote System.
  • Locate “wp-config-sample.php” and rename it to “wp-config.php”.

Set Up Wordpress

  • In a browser, visit your domain. (If you just set up the domain, it may take up to 24 hours to propagate and it may not work yet.)
  • You should see the Wordpress set up screen.
  • Fill in a title for your blog.
  • Fill in your email address.
  • Click “Install Wordpress”.
  • Jot down your user name and the temporary password.
  • Click “Log In”.
  • Log into Wordpress.
  • All Set!!!

See, wasn’t that simple. :)

Dear Wordpress, Don’t Hide the UI.

April 11th, 2009 - Steve Zehngut

I love the new Wordpress – version 2.7.1. The Dashboard UI was in desperate need of a clean up and the Wordpress team did a fantastic job! Placing the navigation on the left-hand side of the page was a huge improvement. It pushes more page elements toward the top of the page and opens up more real estate for post editing. That being said, a change was made to the blog management pages that could (on the surface) make the new version harder to use for the technology challenged.

I maintain a few blogs that have multiple authors of varying technical “know-how.” One of these blogs is Pajamas Media which is built on WPMU. Pajamas has multiple bloggers (called Xpress Bloggers) that contribute content from around the globe. These people are brilliant writers who have many published books amongst them. However, some of them get nervous when we introduce new technology into the mix. Once we train them on a particular system, they tend to be fine until we make a change.

We recently upgraded to WPMU 2.7. All in all, the transition went very smooth – much smoother than any in the past. The new interface was well received and very little training was required. The authors liked the Quickpress feature as well as the Quick Edit feature for managing posts.

However, upon first login they were confused as to how to edit a post or to approve a comment. In the new system, actions like “Edit” and “Approve” are not displayed when you first view these management screens. Once the user moves their cursor into a the box of the post they want to edit, the actions appear. While this was perfectly natural for a coder like me, it was not obvious to them. After explaining how to use this feature, they understood immediately.

If I had not been available to explain this to them, I wonder if they would have found it on their own. I imagine that the decision to hide these features on first glance was driven by the desire to make the interface as clean as possible. And while I understand this reasoning, hiding this UI created an extra training step for me and it will for others.

I created a small plugin that displays the actions by default. You can download it for your own blog here. If you find this useful, let me know. I might take the time to build this out a bit more.

Show Row Actions

March 29th, 2009 - Steve Zehngut

Get the Flash Player to see this content.

The row actions in the Wordpress dashboard are hidden by default. They appear when you mouse over an area that you want to edit. Some users are confused by this as they tend not to “hunt” for functionality.

We wrote this plugin to display the Row actions all the time. Enjoy!

Download the Plugin

Reblog this post [with Zemanta]

Prolebrity

March 6th, 2009 - Steve Zehngut

Prolebrity is a new online sports community dedicated to raising the Q rating of professional athletes by making it easy for them to connect and communicate with each other and their fans in a safe and trusted interactive environment. Prolebrity is a new online sports community dedicated to raising the Q rating of professional athletes by making it easy for them to connect and communicate with each other and their fans in a safe and trusted interactive environment.”

Zeek Interactive designed and developed every aspect of this custom social network. Prolebrity is built entirely on the Wordpress platform with a custom theme and custom plugins.

Pajamas Media

March 6th, 2009 - Steve Zehngut

Original design, custom Wordpress theme and custom Wordpress plugins are what we delivered for Pajamas Media, one of the strongest blog networks on the Internet. We are also responsible for all ongoing maintenance for the site.

“Pajamas Media began in 2005 as an affiliation of 90 of the most influential weblogs on the Internet. They were linked together as an advertising network, but the intention was to provide a significant alternative to mainstream media. Two years later PJM has expanded its reach. Besides adding to its blog network, through its portal, PJM now provides exclusive news and opinion 24/7 in text, video and podcast from correspondents in over forty countries. Pajamas Media also has its own weekly show on XM satellite radio – PJM Political – and syndicates its original material like a news agency.”

pajamasmediashort

Breitbart.tv

March 1st, 2009 - Steve Zehngut

Breitbart.tv is all news video, all the time. We created a custom design, a custom Wordpress theme and plugins that provide an easy way for visitors to click and watch — all from one page.

  • Original Design
  • Custom Wordpress Theme
  • Custom Wordpress Plugins
  • Ongoing Maintenance

HowsMatter.com

February 9th, 2009 - Steve Zehngut

HowsMatter.com needed an original design, a custom Wordpress theme custom plugins and a plan to make sure it stayed updated. We delivered.

howsmatter700

  • Original Design
  • Custom Wordpress Theme
  • Custom Wordpress Plugins
  • Ongoing Maintenance

Breitbart.com

February 6th, 2009 - Steve Zehngut

Breitbart.com is the sister site to Breitbart.tv. Breitbart.com offers real-time access to top news and analysis sources. They needed a site that allowed their editors easy access to the tools required to achieve their goals.

breitbartcom700