Archive for the ‘Website’ Category

Upgrading to WordPress 2.7

Saturday, December 20th, 2008

WordPress 2.7 was released on Dec 10, 2008. The WordPress dashboard top message urged me to upgrade to version 2.7. I knew I would have to download the latest version, backup existing files, do an install and hope that everything worked out. There must be a way to do this automatically, so I searched on the WordPress.org site.

I found an automatic update plugin developed by Keith d’Souza that would do all of the work for me. I downloaded the plugin and activated it in the Manage Plugins screen of the WordPress dashboard. Under the Posts section in the dashboard, I clicked on the Automatic Upgrade and sat back. It upgraded the blog to version 2.7 using the 5 steps provided in the WordPress upgrade instructions.

Now the blog can be automatically upgraded to version 2.8 when it is available in Mar 2009. Easy and with less hassle.

Search engines – what was hot in 2008?

Monday, December 15th, 2008

Search engines have their fingers on the pulse of their users’ psyche. Here’s what those users were interested in this year, based on their search queries:

Yahoo

1. Britney Spears

2. WWE

3. Barack Obama

4. Miley Cyrus

5. RuneScape

6. Jessica Alba

7. Naruto

8. Lindsay Lohan

9. Angelina Jolie

10. American Idol

Ask.com

1. Dictionary

2. MySpace

3. Google

4. YouTube

5. Facebook

6. Coupons

7. Cars

8. Craigslist

9. Online degrees

10. Credit score

Google

1. Obama

2. Facebook

3. ATT

4. iPhone

5. YouTube

6. Fox News

7. Palin

8. Beijing 2008

9. David Cook

10. Surf the channel

Sources: Yahoo, Ask.com and Google

Upgrading to WordPress 2.6.3

Saturday, November 8th, 2008

WordPress periodically wants you to upgrade to the latest version. There is a message on the admin dashboard suggesting you upgrade. The blog was at version 2.6.2. In the case of version 2.6.3, rather than overwrite all files in the wordpress directory, only 4 files need to be upgraded. They are:

wp-admin/includes/media.php
wp-content/plugins/akismet/akismet.php
wp-includes/class-snoopy.php
wp-includes/version.php

Make a backup copy of these files or rename the current files (media.php > media-old.php). Then copy the new files to the appropriate directories.

Dealing with Microsoft Spam

Tuesday, September 30th, 2008

Usually I only use Mozilla FireFox version 3.0.x to do my browsing on the internet. It has a lot of good features that are not found in other browsers. I haven’t explored all of the browsers available, but Firefox suits my requirements. On occasion, Microsoft’s Internet Explorer (IE) is required, especially on some of the Microsoft websites that I go to. Some non-Microsoft websites seem to only support IE for viewing as well. When developing websites, testing using IE as one of the browsers ensures that your website looks good to the majority of internet users.

At some point over the last few weeks while patching Windows XP from the Microsoft update site, one of the “fixes” from Microsoft changed the home as well as start page in Internet Explorer 6. The page was an advertisement to upgrade to Internet Explorer 7.

I checked the homepage in IE to see if it was changed. Sure enough it pointed to Microsoft’s MSN advertisement for IE7. I changed the home page back to http://www.softwarestrategies.ca in the Tools>Internet Options>General Address Window. I closed IE6 and reopened it. Up came the MSN ad for IE7again. I checked the home page address and it was still http://www.softwarestrategies.ca. What gives, I thought. So I went to google to search for the solution.

The culprit is a registry entry called First Home Page. It contained the URL to the Microsoft IE7 ad. In order to fix it, I had to edit the registry. If you’re uncomfortable editing registry entries, get someone who is.

In Windows XP click on Start>Run. In the Open: window type regedit. Click OK. The registry window will pop up and should look similar to this:

Double click on HKEY_CURRENT_USER to open the next level to Software which should look similar to this:

Double click on Software to open the next level to Microsoft which should look similar to this:

Double click on Microsoft to open the next level to Internet Explorer which should look similar to this:

Double click on Internet Explorer to open the next level to Main which should look similar to this:

With Main displayed, click and highlight First Home Page in the right column which should look similar to this:

Right click on First Home Page, from the list, click on Modify. Another window should pop up similar to this:

Change the Value data: to your home (as well as start) page. In this case I changed it to http://www. softwarestrategies.ca.

Microsoft spam problem solved!!

    Upgrading the blog to WordPress version 2.6.2

    Tuesday, September 23rd, 2008

    This morning, I attempted to upgrade our blogging software to the latest version of WordPress (2.6.2). I was using the FileZilla client to upload these files.  My brother, John, attempted to look at the home page of the site and all he saw was the install.php command on the home page and not the normal logo. Something went drastically wrong.

    In the process, I had accidentally placed the upgrade files in the root directory of the softwarestrategies.ca domain instead of the blog directory. As a result, I had to delete the files in the root directory and recopy them into proper blog directory. Lesson learned – make sure that files uploaded to the website go to the proper directory.

    I’m not sure the upgrade gave any more features, but it did upgrade the MySQL database that contains the blog infomation and entries. It also added a couple of WordPress plugins which I have yet to activate. Looks like I’ll have to do more research on the plugins before they are activated.

    Using Photoshop CS2 to build a website

    Monday, September 22nd, 2008

    I’m in Thunder Bay, ON visiting family and friends. Since most still work, the visiting is limited to the weekend and evenings. So during the day, I’ve been learning new skills. If you don’t learn new skills in this industry, you can fall behind very quickly.

    Last year, I picked up a book called Photoshop CS2 for the Web – Hands on Training by Tanya Staples. It’s one of the best training books I’ve used. It’s well laid out and takes you step by step through the various tools and features in Adobe Photoshop CS2. There are many colour screen shots to assist you. It’s available from your favourite book store or directly from www.lynda.com. More info on Photoshop CS2 for the Web is at www.lynda.com/store/ProductInfo.aspx?productid=361.

    In nearly 6 hours, I’ve learned more about Photoshop, its tools and features and how to use them, than I’ve struggled with over the years. I have a better understanding of the interface, how to use colours and the importance of using layers in creating graphics and pages for websites. Hopefully you will see the results in the company website I’m working on now.

    Website development

    Thursday, September 11th, 2008

    Yesterday I spent a large part of the afternoon trying to update our website. I didn’t get far. I was working on a registration form for a webinar we are having next month. I got lost in the detail. I may have to call on an associate to help out.

    One thing I’ve learned over the years is that software development doesn’t always go smoothly. Yesterday basically proved that theory.

    You just have to be persistent and look out for the detail. The detail is usually what gets you.