Home » Articles posted by harknell (Page 39)

Author Archives: harknell

Fundamental Website Setup Links



Web Page Analyzer website

Here’s another web based tool that might give you some interesting information about your website. Websiteoptimization.com hosts a tool (the Web Page Analyzer) that will tell you a great deal about how your website loads in terms of how fast and how many page elements are being loaded. It’s always good to know how other people will experience your site performance.

I would caution not to get too wrapped up in some of their suggestions though, with the conversion of a large percentage of the world to some form of broadband, not every little element of your page needs to be optimized for speed–but it’s still good to get an outside view of the situation, sometimes you may not realize how many things are really a part of your site.

How To: Test Your Site On Your Own PC

I can’t stress more strongly the need for testing of a new or updated website before it goes live. This is true with WordPress or any other method of setting up a website. The problem I hear the most in regard to this though is most people don’t know how to set up a non-live (as in not visible on the internet and open to anyone going to it) version of their site to do the testing, usually on their own PC. Well, Mac users really have no excuse, since being based on Linux it has a web server built into the regular OS, all you need to do is go to your preferences area and enable it (I won’t bother explaining how to do this, there are millions of google sites that will do that for you).

For Windows users it has traditionally been a whole lot harder. Windows doesn’t really have any support for doing web server services built into it–and in most cases actively makes it hard to get this working. It’s also not really a great idea (in my opinion) to utilize the Windows server system of web services (known as IIS) even if you could since they are really not that great–and most of the world still uses Linux style web services (known as Apache).

So what are Windows users able to use? Luckily a group of people realized this lack and built their own pseudo-Linux style web services install for Windows called XAMPP. The group is called the Apache Friends and they actually have set ups for pretty much every platform also. On Windows the web server package is a simple .exe file that you download and install. At first it might seem a little daunting, but it’s really pretty easy once you get it installed. Instead of going to a “real” web page in your web browser, you instead go to “localhost”, with everything else a branch off of that (so it’s like localhost/mywebsite/). Read their setup instructions and you should be able to figure out where to put your wordpress files.

For the novice the best usage of this environment is to tweak your WordPress themes or try out plugins. Once you finish with these files you can simply copy them to your live web server.

WordPress.com versus WordPress.org

It appears that some people are a bit confused about the difference between WordPress.com and WordPress.org. WordPress.org is the website that hosts the WordPress CMS development files and is where you can download the WordPress setup files to utilize the program on your own server. WordPress.com is also part of the overall WordPress organization, but is a place where you can sign up for a free account and use a copy of WordPress that is hosted by them. It’s works sort of like Livejournal or MySpace, but utilizes the WordPress engine. If you want to get a blog site up quickly and want to do a test of the WordPress system without having to do much work, it might be a good idea to sign up for an account at WordPress.com and try it out.

There are differences of course. You are much more limited when using a WordPress.com account than if you set up the program on your own server. They have a limited selection of approved plugins and themes–though the benefit is they usually just work and don’t require much if any set up. Unfortunately my plugins are not a part of their service (yet!). Also, they pay for allowing you to use their service by selling ads on your account site–money which you don’t get– and you aren’t allowed to add your own ads. Ultimately if you plan on really making any money you’ll want to transition to your own server set up.

If you don’t have webspace purchased yet and are still in the decision making stage, go get an account, it can’t hurt. It’ll get you an understanding of the basic workflow of posting.

Flock: A New Blog Friendly Web Browser (UPDATED)

I’ve been looking at the Flock web browser (For Windows, Linux, and Mac) for some time now, but it finally seems like it might be getting developed enough to be useful. Flock is based on the Gecko engine that is used in Firefox, so it’s works basically as well as that browser. The major difference with Flock is that it’s designed to integrate directly into many popular blogging and social networking sites (like Flickr, Photobucket, YouTube, MySpace, etc.) to make it easier to access your accounts and update your pages. Of course WordPress.com and a standalone WordPress install are both supported.

If you are tired of Internet Explorer and want to try out something different, give Flock a look. Even if you already use Firefox, you might find Flock to be an interesting alternative.

UPDATED: Apparently there is a Mac OS X version. It is strange though that they aren’t very obvious that that version exists if you go to their website–their “Versions” page is down also.

Little Tips 2

File naming. We all do it differently on our own computers. With Windows and OS X we have a large amount of leeway in how we can name our own files on our own computers. This is normally not an issue. It becomes an issue though when we want to use some of those files on a website. This is especially true of image or video files, though it can affect anything from documents to archive files as well.

As opposed to how personal computers work, most servers are fairly strict in how a file must be named in order to have it work correctly as part of a web page. The strict naming of files for linux servers only allows for letters, numbers, underscores (_), dashes (-) and periods (.) to be a part of the name of a file. You also must name the file as a continuous string of characters without spaces, so “my image.gif” isn’t valid but “my_image.gif” or “myimage.gif” or “my-image.gif” are valid.

This issue is particularly important for usage of WordPress with my AWSOM Pixgallery plugin, since incorrect naming of the image files can lead to issues displaying the images. The plugin supports custom names, so once you upload your images you can input a caption/custom name in the admin menu in any way you wish for display purposes, just make sure you leave the actual file name as something that is acceptable on the server.

AWSOM Powered