Archive for January, 2010

Canadian Job Postings

One of the more interesting things about the web, as far as I’m concerned, is it’s ability to allow somebody designing websites in Fredericton to see what’s going on across the who country, it allows us as marketing people to see the complete spectrum of employment and in this case, learn what different markets across Canada have for work.

Below is a tag cloud (a visual representation of keywords) for 300 different marketing job searches I conduct each day, it’s an interesting way to understand what the country is looking for and how it’s promoting employment across the country.

3 Years Ajax Ambassador Ambassadors Attitude Bonus Budget Business Analyst Calgary Canada Ca Usa Communication Skills Cover Letter Customer Service Cv Developer Developers Downtown Toronto Downtown Vancouver Edmonton Event Marketing Expert Familiarity Fast Paced Environment Female Model Female Models Gig Google Graphic Design Graphic Designer Gta Halifax Hello High Energy Hourly Rate Html Css Illustrator Images Interpersonal Skills Iphone Java Developer London Love Lower Mainland Marketing Marketing Campaigns Marketing Company Marketing Team Microsoft Mississauga Models Money Montreal Opportunity Oracle Ottawa Passion People Phone Number Photo Photos Php Developer Php Mysql Positive Attitude Problem Solving Skills Programmer Promotions Reply Sales Marketing Self Starter Short Film Subject Line Supervision Surrey Team Environment Team Player Toronto Vancouver Vancouver Bc Verbal Communication Skills Web Designer Web Developer Winnipeg Written Communication Skills

Canadian Web Hosting

Regular readers of my blog will know that I’ve been a huge fan of BlueHost for a number of years, they’re a quality outfit with great web services and tremendous support but they’re based out if the United States which, while many of you are US citizens and choose to be patriotic … has it’s downside as well.

The US Dollar

The first, and most obvious flaw in hosting anything in the United States is the US dollar itself, with poor performance over the past year a US dollar costs between 95¢ and $1.05 per Canadian dollar but in recent years past, it could have costed up to $1.50 to purchase a US dollar! That means that the $6.95 a month I pay with BlueHost actually costs me anywhere from $6.60 per month to $10.40 per month depending on influences outside my control.

On the other hand, web hosting in Canada would have cost a US customer $6.95 Canadian per month, or as low as $4.63 per month with fluctuations in the currency giving US based business a savings of up to 33% per year for hosting here in Canada.

Privacy Issues

When it comes to domain hosting for the average business, privacy is not something most think about but for larger businesses or membership based websites, hosting a website in Canada has the often unforeseen advantage of being regulated by the Privacy Office of Canada, not the US Department of Homeland Security or the Digital Millennium Act. While it could be fair to say that US based businesses should abide by these laws, businesses not based in the US may find themselves benefiting from Canadian rules over US based laws.

options

Cutting down on Website Spam

Comments Off
Building a successful business is hard enough without having to waist countless hours dealing with unwanted email, here's a quick way to help avoid it.

How to center a header, with HTML and CSS

Here’s a quick tip that’ll help you centre a heading using nothing more than a little bit of HTML and CSS.

First, in a new HTML document (which you can create using something as simple as NotePad or Textedit simply by saving your text document with the .html extension), you’ll want to create a new heading. You can do it by including the following code in your document:

<h1>Hello World</h1>

This text adds a standard heading to your website but what if you want to centre the heading on the page? Easy! Let’s modify the standard <h1> tag to apply a style sheet directly to it:

<h1 style=’text-align:center;’>Hello World</h1>

You’ll notice that I don’t need to setup an individual style sheet to accomplish this task, simply adding the style attribute will allow me to make the changes to this one specific item. If I want to be able to centre multiple items, I could use a style sheet class to accomplish the task:

<style>
.center {text-align: center;}
</style>
<h1 class=’center’>Hello World</h1>

Note the class is represented in the style sheet as a period (.) plus the name of the class. Similarly, if I wanted to assign the centre to all occorances of the <h1> tag I could use:

<style>
h1{text-align: center;}
</style>
<h1>Hello World</h1>

Marketing Mistakes & Bashing Your Sponsors

I love reading new blogs, especially ones that have little or nothing to do with my area of focus, that way I can always get to see different points of view! This week is no exception, I’ve found a great collection of marketing blogs since I started this year and I’d love to share some with you.

Laurel Sutton has a great article on Marketing Profs called 10 Best and Worst Internet Company Names of the Decade that reads like a dummy’s guide to naming your business. I wish I could say that these are common sense examples but a lot of the companies Laurel references spent HUGE money to screw up. Speaking of “common sense”, there’s a good piece at Knowthis.com about common mistakes in marketing, I wish I could say that I’ve avoided these in the past but … I’d be lying.

I’m a sucker for Ruth Mortimer’s blog about marketing, it’s not just that she’s a wickedly cool writer or that she got a sense of humour about her industry. I think it might be because she’s hot. Speaking of which, I read an article in the fall about the ratio of clicks on Facebook for ads with attractive girls vs. normal ads which I can’t find now but … her rock’in blog reinforces that data.

Those wacky Aussies have a great article about marketing (or the lack thereof) and cities, which again reinforces my opinion of most civil servants but also leaves me wondering why cities can’t seem to get the hang of technology. Speaking of people who can’t get the hang of technology, staff at the  VANOC (Vancouver Olympics) can’t seem to understand bitching about major sponsors is a bad idea.

Working the kinks out!

Comments Off
If you’ve been visiting the website today, you’ll have notices a lot of changes throughout the day as we finish the design and testing of the new site layout. There are still a lot of kinks to be worked out but we made the call to forgo our usual testing environment and work directly on [...]

Using the Blind to Build Your Bottom Line

Comments Off

There was a story about a restaurant in Hamilton Ontario, if memory serves correctly it was a Greek restaurant but the details seem reasonably unimportant. In this story, a man is hired to build a wheelchair ramp for the restaurant and he brings his young son along to help.

The boy was confused because the owners didn’t need to use wheelchairs and so he asked his father why they choose to spend the money on putting in an expensive ramp. His father then explained that the ramp wasn’t for the owners but it was for the customers. Still confused, the boy pointed out that not a lot of people used wheelchairs and his father, always patient agreed yet also pointed out that since there was only one restaurant in town that was inviting to people in wheel chairs, they would all eat here.

Regardless of your business, the web is not unlike the restaurants of Hamilton in that there are not a lot of people with visual impairments yet those few websites which make the effort to accommodate them, get all their business.

Helping the Visually Impaired View Your Website

When creating a website, it is vital to remember not all your audience members have the physical or technological capacity to see the web the same way you do. In fact according to the American Foundation for the Blind, roughly one in ten people suffer from significant loss of vision. That means that over 30,000,000 Americans have difficulties reading poorly designed websites.

Building better websites to help an aging population, as well as those who simply lack modern computers (15% of people surfing our websites use computer monitors of 800×600 pixels or less) is easy if you take the time to follow some basic tips:

  1. Ensure all images are properly labeled using the ALT attribute
  2. In an image is used as an interactive element, describing the function of the element
  3. Provide captions for multimedia elements such as audio, video and rich media
  4. Use verbose text links, avoid using “click here” whenever possible
  5. Use CSS structure for design and W3C compliant layouts for websites
  6. Make the most of lists and headings to help identify key elements
  7. Summarize charts, graphics and images with the longdesc attribute
  8. Avoid unnecessary scripts, frames and applets

How Helping the Blind will Help Build Your Business

While ensuring that people with disabilities have free and easy access to your website should be motivation enough to build a great website, there’s a wonderful side benefit for modern companies which should never be overlooked, Google.

Over the past decade, Google has dominated the online search market and is responsible for two thirds of all searches in the world, that’s over 6,000,000,000 (six billion) searches per month for 2009 and the titan of search engines shows little sign of stopping. The objective of every business with a website is to appear in the coveted top of a Search Engine Result Page (SERP) to drive more traffic to their website site but to understand how this is accomplished, a basic understanding of Google is required.

At the very core of what makes Google capable of delivering such great search results is a small software application called a spider. These spiders are constantly crawling the web, searching for new content, indexing pages and reporting back to Google with the most updated information possible and these spiders, are blind. Therefore, if you want to help Google drive traffic to your website, it is imperative that your website effectively be readable by people with visual difficulties. With that in mind, let’s take another look at why out simple steps to helping the visually impaired are important to Google and other major search engines:

  1. Ensure all images are properly labeled using the ALT attribute
    this allows search engines to know what a specific photo contains and focus the page relevance as well as return results on the Images search engine
  2. In an image is used as an interactive element, describing the function of the element
    this allows Google to transfer the description from the element to the target page which increases the visibility of the link in Google’s results
  3. Provide captions for multimedia elements such as audio, video and rich media
    Google is unable to view the contents of interactive rich media such as Flash or audio files, the caption is Google’s only way of knowing what the file is about
  4. Use verbose text links, avoid using “click here” whenever possible
    Google uses the hyperlinked words to help determine what a link is about, for example linking the phrase Fredericton web design to our homepage  helps the search engine understand which keywords we want to promote
  5. Use CSS structure for design and W3C compliant layouts for websites
    At their core, a webpage is nothing more than a computer document just like a Microsoft Word file but readable by web browsers. Similar to Word documents, these files must be compatible with the software reading them or problems occur and in the case of webpages this file format is defined by the W3C standard. If you want Google and other search engines to be able to read your website, you need to comply to these standards.
  6. Make the most of lists and headings to help identify key elements
    When a person looks at a webpage, some words appear bold or larger. These elements help us see when words and phrases are important, similarly search engines use heading tags and formatting elements to assign importance to phrases
  7. Summarize charts, graphics and images with the longdesc attribute
    As with all graphics,  spiders are unable to read the content of a photo or chart.
  8. Avoid unnecessary scripts, frames and applets
    While  helpful for displaying information to 90% of the audience, frames, scripts and applets make surfing the Internet almost impossible for the visually impaired as well as major search engines.

Ensuring your website is optimized for both search engines and the visually impaired is just one of the many services offered by Ross Creative, if your business would like an Accessibility Report completed on a web property please contact our web strategy team today.