Speaking on e-commerce at Fresh! Fraser Valley

September 2nd, 2010

We are excited to be speaking on e-commerce at Fresh! Fraser Valley on September 25, 2010. We are one of 13 business workshops scheduled between 9-4pm at the Ramada Plaza & Conference Centre. Tickets are $10/workshop or $50 to attend all 13. View the speakers list or purchase your tickets today!

We will be discussing the various types of e-commerce, open source product management systems and best practises for information architecture and usability to ensure a successful online store. We hope you will join us September 25, 2010. We will also have a booth at the Fresh! Fraser Valley showcase so feel free to drop by with any of your web based questions.

If you have a topic or question you would like us to address during the workshop please feel free to leave a comment below.



Coquitlam Web Design – Boxed Memories Websites

July 12th, 2010

We are excited to announce the launch of 3 new websites for Boxed Memories. A company based in Coquitlam, BC, Boxed Memories creates beautiful hand-crafted, custom shadow boxes for baby, wedding and anniversary celebrations. We thoroughly enjoyed working with Lisa and Kevin to design and develop 3 sites that kept the same structure but used different colour schemes to differentiate each site.

Boxed Memories, their main landing site allows a visitor to preview both product lines and then visit either The Stork Box for a baby gift or The Sweetheart Box for a wedding or anniversary gift. The shadow boxes are hand-crafted by Lisa with the details of the event day, time, location etc. beautifully adorned on top of the letters of the baby or family name. The attention to detail is evident as even the back of the frames are customized to include the meanings of either the couple’s or baby’s name.

It was an absolute pleasure to work on this project that included logo and web design as well as a “build your own frame” section that allows one to choose and preview a frame colour, matting combination and enter a name. We used Google Fonts for the first time and were very pleased with the results. We also tied in pay-pal for online purchasing, a user friendly CMS and a WordPress Blog. To find out more about our involvement go to the portfolio page.

If you are looking for a personalized gift for a baby shower or a wedding/anniversary celebration be sure to check out their customized shadow boxes. Gift certificates are available too.

Boxed Memories are new to Facebook as well – be sure to check out their page!

Boxed Memories Web Design The Stork Box Web DesignThe Sweetheart Box Web Design



10 Tips for Choosing a Web Design Company

June 15th, 2010

There are numerous web design and development companies out there. We have heard stories of people who have had fabulous experiences with their web development team and those who’s experience has been less than optimal. Here are a few tips and questions to ask if you are looking for a web design company.

#1. Can they customize your website? Are they able to custom program specialized features should the need arise (e-commerce, social media tie-ins, api integration etc.).

#2. Do they use open source systems? In most situations, using open source platforms is the best choice as then you are not vendor locked and you can move elsewhere should you want to.

#3 Do they hand implement their html/css (the “code” that makes the website)? Or are they using a program such as FrontPage or Dreamweaver? Having hand generated source code keeps it cleaner and ultimately better for search engine purposes.

#4 Do they have a clean, well implemented source? If you right click on a website and choose “View

Source” you will see the html source that displays the website. Check out the company’s website source or the source of it’s portfolio pieces (if you have your own website you can check your source too). Here are a few items to look for in the source without needing to know html:

  • Look for <div> tags. <table> tags should not be used to layout a site. Unless there is a data table on the site you typically you don’t want to see these.
  • In-line css should be used minimally. Font size and type should be in the CSS file not in the html.
  • Often you will see meta tags (keywords, description) being used. Having multiple lines of keywords and a huge description just adds extra source that is not needed. We include these but with a few key terms and a short description of each page. Search engines no longer use these to determine the content of a website.
  • Look for the usage of <h1>, <h2> etc. tags. These are heading tags and should be used for headings on a website. These are great for SEO especially if they contain relevant keywords.

#5 Are they using flash for simple slideshows? There is still a place for flash on the web. However, many slideshows can be created using JQuery and as such will display properly on Apple’s iPhone and iPad. To find out if flash is being used – right click on the animation – if it says Zoom or at the bottom says “About Adobe Flash Player #” then it is using flash. If flash is used, an html version is needed so there isn’t a broken area on your site.

#6 Are their websites cross-browser compliant? Browsers render websites differently. It should be standard practice for the web company to test websites in the major browsers such as Chrome, Safari, Firefox and various versions of Internet Explorer.

#7 What are the company’s target response times? Often the biggest complaint is the turnaround time on receiving a response from an email or phone call. Ask a prospective company what their target response times are.

#8 Do they run their html/css through a validator? Running html through a validator can help bring errors to light as well as can assist in making a site more accessible for users by highlighting alt tags that are missing etc. However, it need not be used as a crutch as Six Revisions points out in a recent article.

#9 What platforms and technologies are the sites tested in? Users are coming from various operating systems (Windows, Mac and Linux) as well as using various screen resolutions and technologies (from iphones to 30″ monitors). These all can render the website differently and should be considered in the process.

#10 Those are some technical tips – don’t forget conventional tips also apply such as asking for references, portfolio pieces etc.