Manitoba Triple P – Positive Parenting Program

I certainly enjoyed reading their content, and recommend for everyone to spend a little bit of time learning about the Positive Parenting Program.

Designer:
Chris Savoie
Plugins:
WPML, Grunion Contact Form, Widget Logic, JW Player Plugin for WordPress
Project URL:
http://manitobatriplep.ca

Caffeine Cam’s Coffee and Candy Company

The Caffeine Cam website is focused on selling Canadian candy and snacks to the states. It required a custom shipping calculation module, supporting fedex and USPS.

Yummy, yummy…

Designer:
Chris Savoie
Project URL:
http://www.caffeinecam.com/home

Tamarack Clothing eStore

This is an eStore for a Winnipeg clothing store.

A fun little bit that I discovered during the creation of this website is that you can give your links an underline with a color different than the font color itself (see primary navigation in the header), by giving the <a> tag a border-bottom instead of a text-decoration: underline;. The idea actually came from the implementation of the theme on this website, which uses the same technique.

Designer:
Chris Savoie
Project URL:
http://www.tamarackclothing.com/home

PGA Manitoba

Gallery

Highlights

The two highlights of this project for me were the several tricks for cutting out the images from a PSD file I learned, and the 2 user interfaces I created for the Member directory listing and the club directory listing.

The HTML & CSS were fun to create because I learned a few new tricks for cutting out the images out of the PSD file:

  1. If you select a wider area around an image, if there is nothing else other than that image in the selection Photoshop only selects the image. This helps with not having to exactly select the pixels you need, which makes things slightly faster
  2. If you copy a layer over to a new file, if the effects applied to the layer are not copied over, you can right click on the original layer and select “copy layer style” then paste it over into the layer in the new file.
  3. To select a layer exactly, you can first select the selection tool, then hold down ctrl and click on the image representing the layer in the layer browser on the right. Then you can easily cut it out to get the image to use in the CSS.

The Club directory listing is alphabetically ordered, and there are two methods used that make it easier to find what you are looking for:

  1. On the top of the list, there is a “table of contents” – a list of links to the first letter of the club name.
  2. Along the left side of the page, the first letter of the club name is shown in large letters above the first club with any given initial.

The Member directory listing uses a tabular layout, and the rows are alternating in color for making it easy to read a single row. The columns are separated with a border which makes it easy to read down a single column.

Designer:
Chris Savoie
Project URL:
http://www.pgaofmanitoba.com/home

Hello, CentOS

Recently I installed CentOS using a USB Stick on my laptop, and blogged about it.

I am currently using CentOS, and it is a fairly good experience, although I am still not able to connect with wireless, although it is almost set up correctly (I even had it going for an hour or so, then rebooted 🙂

Anyway, I am glad for the opportunity to learn to use the RedHat set of administration tools, and switch distros for a bit.

First Blog Post at Canada’s Web Shop

My new employer, Canada’s Web Shop, encourages its employees to blog and tweet through the company’s blog and twitter accounts. They encourage everyone to tweet twice a week, and we take turns blogging weekly. Some people tweet daily, and blog once each week. There is an opening for another weekly blogger, since an employee who was blogging weekly left recently. Is this a good opportunity for me?

Recently, it was my turn to blog, and I wrote an article about PHP development support tools that I like to use.