Wordpress 1.5 “Strayhorn” Released

Many of you may be wondering about the technology used to write this blog. Generally, beginning bloggers register at site’s that provide blogging tools for free in exchange for the ability to place ads and share revenue with each blogger on their unique blogging page.

Companies providing blogging tools in the space include Google’s Blogger.com, Typepad.com, Squarespace.com and LiveJournal.com.

The upside is you get to use their technology for free. The downside–you’re restricted by their templated systems to add plug-ins that will enhance your blog or allow you to post your own advertising inventory, whether you’ve sold it on your own or through a ad network such as Burst! Media.

In addition, you are part of a network of bloggers who’s content all fall under, for example the blogger.com domain. Your blog URI might look something like this: http://myblog.blogger.com. You aren’t standing on your own two feet, so to speak, which means not only are you beholden to the company you’ve registered with. This could limit your ability to export your database from one blog system to another due to incompatibility issues.

Have you started a blog and posted content for a year or so? Are you dissatisfied with the service you are on and want to move to another? Did the company make changes that aren’t compatible with the way your want to present your content? If you’re registered with one of these services, you could be stuck in limbo while you are trying to get your old content from one system to the other. If you’ve got a successful blog, this could be an issue when users come in to search your archives.

Now, this has never happened to me, so I can’t speak from first hand experience, but knowing what I know about web standards and cross-compatibility issues, generally these companies are building proprietary systems that won’t work with each other. I am registered with Blogger.com, but that’s before I found the Open Source project, Wordpress, downloading and installing 1.2 and then 1.5 when that rolled out about 10 or so days ago. Wordpress boasts 50,000 downloads within the first few weeks of its current update release. It’s a solid Blog tool and will be around and supported for quite some time.

So, now you’re stuck and frustrations go the better of you. Why not go Open Source and download Wordpress 1.5 from the developers web site at Wordpress.org. First, you must have web hosting account with a company operating Linux or Unix servers running Apache server, php 4.0 or above and have a connection to a mySql database. Sound simple? Not really, huh? Okay, let’s explain…

If I can do it, anyone can do it. I’m not a certified webmaster, nor am I great at web design, but I installed Wordpress on my own and have been using if for a few weeks now. Pretty good for a novice! You can do it too!

You’ll need a domain name of course, and server space from a web hosting company such as 1and1.com, GoDaddy.com, Interland.com or Verio.com.

You can register your domain name (the name that people will type into the browser’s address bar, i.e.; http://www.netmix.com) with any one of these host providers or at Network Solutions. Registering at GoDaddy or one of the other domain hosting services is usually around $9.95 for one year. Network Solutions is $29.95 for one year. Don’t ask me why one is so disparate from the other, but it just is. Network Solutions is the most expensive on the block. At some point, they’ll have to drop their pricing to remain competitive with the rest, but until that time, I prefer GoDaddy, although their site is rife with marketing gimmicks to get you to upgrade to other services.

Once you’re registered a domain name, you can request the most basic co-located web site hosting package (co-located servers are shared servers which reside at the host company and host hundreds of web sites along with yours, a dedicated server is your own server not shared with any other web site), which usually contain all the web tools you will need to host your web site or blog. Co-location web hosting today can run you between $5 a month and $20 a month or more, depending on how much server space you’ll need for both your web site and your blog. Dedicated servers are more expensive, but you only need one of those if you’re a high traffic site or concerned about security issues and you want to maintain full control over the server. The hosting company will not support dedicated servers as they assume you have your own webmaster.

After you set up your account you will be allowed access to the server via FTP or SSH. Once you’ve completed the process, you’ll have access to an adminstration area, usually through the host company’s web portal, where you will log in and then find your database host name, password and other pertinent information you’ll need for Wordpress 1.5.

Then you’ll download Wordpress 1.5 from Worpress.org, and if you don’t know any Unix/Linux commands, decompress (un-tar or un-zip) the distribution (a single folder containing a number of files inside of it, compressed to make it easier to transer by email or via FTP). You’ll need a program like WinZip or DropStuff with Expander Enhancer to open it. Find the folder that has just been decompressed, open it and you will see a directory of files you’ll need to install Wordpress.

You will then log in to your server remotely (from your desktop) using an FTP client, for example Fetch for the Mac or WSFTP Home for the PC. You can get these for free at CNet’s Download.com. Use your FTP client to upload the folder and its contents to the folder specified by your hosting company where your web site’s main page, usually index.html or main.html resides. Of course, never delete your index.html file unless you are replacing it with a new, updated version. This is the main page of your site and you may take down your whole site without even realizing it.

It’s easier to know a few Linux/Unix commands, which enables an upload and decompression of the full distribution to your server without decompressing it on your desktop. Better to do this than to decompress the file and have to upload a folder full of files one after another.

If you decompress a file using Linux/Unix commands, 1. it’s faster than uploading the decompressed folder using and FTP client, and 2. you’re decompressing directly on the server, which leaves you at less risk of not uploading all the individual files properly. This has been known to happen, but is becoming less of a problem with broadband connections. However, it’s best to be safe then sorry, when you start pulling your hair out because you can’t figure out why you’re getting error messages from the server when you go to view the Wordpress admin area.

If you’re not familiar with Linux/Unix commands, you can grab the SAMS book Teach Yourself Linux in 10 minutes or the Teach Yourself Unix in 10 minutes. In the book, you’ll find the compress and decompress commands to un-tar or un-zip the distribution you’ve uploaded to your server.

There’s even a command you can type which will go get the file from the download source (another web site or ftp site) without having to download it to your desktop at all. So, it’s good to learn some Linux/Unix. It can save you time and frustration. The command unzip < filename.zip > will un-zip a .zip file directly on the server. And the command, tar -xvf < filename.tar.gz > will unpack the .tar file.

Once you’ve unpacked the files, you will see a folder called Wordpress either on your desktop (if you didn’t unpack it on the server) or you’ll see the folder in the directory on your server (if you uploaded the solo zipped or tarred file and decompressed it using the Linux/Unix command above). You’ll find a ReadMe.txt text file in the folder, which you can read using Fetch or WSFTP Home by requesting to view the file as text, and that file will give you all the remaining instructions you need to set up your Wordpress blog.

The great thing about Wordpress is that there is a whole community of supporting users who are building templates for the software, from very stylish and bright to conservative newsprint looks. You can find even find Wordpress Themes Competitions at AlexKing.org.

Install a new Wordpress Theme template by simply downloading one from the creator’s web site, then upload the folder to the “template” directory in the ftp:(yoursite)/wordpress/wp-content/template folder. Use your Linux/Unix command to decompress the file (or decompress it on your desktop and upload it that way). By this time, you should have already learned how to log in to the Admin section, set up a user name and password for yourself and surf around, checking out the various adminstrative tools.

You’ll generally be in the Write, Manage, Plug-Ins, Presentation and Options sections, which are the meat of Wordpress. The Presentation section gives you direct access to the code that makes up the Wordpress theme you selected. You can choose between themes, or you directly edit the stylesheet or php code, without having to resort to HTML WYSWG editing programs like BBEdit or CoffeCup. This makes life a lot easier, believe me. And, on the Wordpress web site you will find a Support section that is helpful to anser your questions.

Once you’ve gotten your feet wet, it’s time to start surfing around for cool plug-ins that will let you add images to your blog postings or even set up a full media page for images, text files and multimedia files.

If you’ve registered for Google’s Adsense program, then you can grab the plug-in which will allow you to add your Adsense javaScript code to your blog and you can start generating some revenue for your web site. The downside for this script is you can only run the ad in once place on your page, the code breaks if you add it to different posts and will leave a blank space in your post.

I’ll be adding more here on Wordpress and other php/mySql web development and blogging tools as enhancements and new plug-ins are released.

Of course, there are other Open Source blog projects. A very popular one is MovableType, at MovableType.org. I found it to be difficult to install and couldn’t get it working, but many people are using it and swear by it. For now, I’ll run the Netmix.com blog off Wordpress and see how that goes.

Peace,

Tony


Netmix founder, Tony Zeoli is an accomplished DJ and currently works in Product Development and User Experience Design for Zaah Technologies in Farmingdale, NY.  Netmix founder, Tony Zeoli, is an avid blogger and DJ. His day job is in Product Development and User Experience Design for Zaah Technologies. In his spare time, he likes to work on electronic dance music, play basketball and develop his digital photography skills. Once in a while, he indugles in a peanut butter and fluff sandwich with an ice cold glass of low-fat milk.


  • Great Information!!
  • I do agree with you on all counts Tony, any serious minded blogger or person doing business online will not rely solely on free facilities like wordpress and the rest.
  • Dan
    I couldn't get movable type to work for me either. I think wordpress is the gold standard of blogs and to be honest as a CMS is extremely versatile in the right hands.
  • It's been quite some time since this post. Wordpress is now onto 2.7.1. I've been updating my site all the way through. There have been some excellent enhancements, especially to the admin user interface. In addition, there are tons of plug-ins that I now use to complete a variety of important tasks. One of my favorite is the Next Gen Gallery, a picture gallery plug-in, that goes nicely with Wordpress. Recently, we tried to integrate Gallery2's plug-in for a clients site, and it does not seem to pass subscribers from Wordpress to Gallery2, which is very problematic. We're looking for a resolution to that problem now. That being said, we're sticking with Wordpress and are even starting to build larger sites on it because of its CSS driven templates.
  • I would agree with you Tony - the new admin interface is solid gold. I am sorry to hear that you are having issues with Gallery - that's no good.

    Surely if you send them a quick note they will let you know of a solution?
  • I found it pretty interesting that after four years this post has become so popular in the spring of 2009. Especially with Dan or Tony or whatever his name is that commented so much above. None the less, WordPress is a very popular platform for bloggers that is a serious contender for most small to medium websites, be they static pages or blogs.
  • hahaha my bad, I thought the guy with the sun glasses was commenting under different names but in fact I guess that is a picture of Tony and it shows up for anyone that doesn't have a pic so I apologize Tony. Looking good my friend.
  • Wordpress is the best cms for blogging. I srtongly recommend it. It was made to help people to express themselves, to find friends and to gain your own home on the
    boundless world named the Internet.
  • I use wordpess for my cordless phones and consumer electronics blogs. Wordpress is the best user friendly content management system I've ever seen, it is oriented for basically anyone, from beginner bloggers to advanced users. I used Drupal for my cordless phones blogs in the beginning, but later I've switched to Wordpress. Drupal is for more advanced users and it is kind of bulky, but is also OK to use.
  • I think something like google blogger/blogspot is a good place for someone new to start and maybe isn't familiar with how exactly pay hosting works. Blogspot does have some obvious limits but free is a very good price. Pay hosting is relatively cheap and gives you much more control, but I find a lot of beginners aren't even sure what a ftp client is, what mysql is, not to mention how to create a new mysql database. Overall it's not that difficult, but like anything takes time to figure it out and learn. Very nice article.
  • Excellent information. Loved it.

    Regards
  • Wow, Wordpress has come a long way since 1.5 (currently on 2.71) and it's still the best out there. I use wordpress even for sites that are not technically blogs. Just very easy to use.
  • Sam
    Yeh wordpress is great.... so customizable xD
  • Thanks Tony, wordpress is simply the best blogging platform available and is an ideal start for any budding webmaster....subscribing now mate ;)
  • I couldn't agree with you more. WP is what I use for most of my sites. Most of them arn't blogs. WP can do so much more then just powering your blog.
  • WP is great for blogging. I prefer Joomla for a full featured CMS, however.
  • I say wordpress all the way!
  • Wordpress is just too easy to be used to not to be used. Drupal is more powerful, but you need a development team to get the best of it.
  • We use WP for all our blogs. It is great. I may look into Drupal one day but for now I am very happy with WordPress.
    Thanks for the forum.
  • Yes. I recently just switched over to wordpress and man let me tell you...

    This freaking CMS is completely AMAZING! The amount of plugins that are created on a daily basis alone blow anything out of the water. I don't see wordpress stopping anytime soon.

    They are updating this damn system like clockwork. Gotta love those guys. Anyone know how wordpress makes their money since their CMS is free?

    Great post by the way. Thanks! ;-)
  • I do believe that wordpress is the only blog I will ever use. I think they offer the most by far. Its just such an easy format to learn also.
  • I like WP for some projects but still like to use Joomla for my main sites. Backup/restore is easier with Joomla (using JoomlaPack) and Google seems to really like Joomla sites for some reason.
  • Leaving the birds nest isn't always the easy way out. But I have to agree with Tony, You are better on your own when it comes to hosting a blog. It gives you the ability to do what you please and the way you want it done.

    Thanks Tony for this amazing post.
  • I agree with you on that. I am also using Wordpress and it hasn't failed me since. I really find the plug ins useful.
  • Wordpress is one of the most powerful and stable CMS systems. I've recently switched my site to wordpress and find it's so easy to use.

    It's great that someone can go into this much detail in setting up a blog since many are afraid of touching anything they are remotely unsure about when it comes to the internet.

    great work! we need more posters like you.
  • Yes i agree also. From the first time i am blogging, i already use wordpress as my CMS. It is free, easy to use, and have so many great people supporting this cms with theme and plugins. Never think to change until now.
  • Use to complete a variety of important tasks. One of my favorite is the Next Gen Gallery, a picture gallery plug-in, that goes nicely with Wordpress. Recently, we tried to integrate Gallery2’s plug-in for a clients site, and it does not seem to pass subscribers from Wordpress.

    Alex
blog comments powered by Disqus

Digital Dance Music | DJ Culture | DJ Mixes | Web Technology & Online Marketing Tips, Tools and Techniques for the Dance Music Community is using WP-Gravatar

Email Newsletters with Constant Contact