<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlinkLab Web Development &#124; Vancouver Web Design and Development</title>
	<atom:link href="http://www.blinklab.ca/blink/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blinklab.ca/blink</link>
	<description>See what&#039;s cooking in the lab.</description>
	<lastBuildDate>Fri, 27 Apr 2012 16:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>What is &#8220;the cloud&#8221; anyway?</title>
		<link>http://www.blinklab.ca/blink/what-is-the-cloud-anyway/</link>
		<comments>http://www.blinklab.ca/blink/what-is-the-cloud-anyway/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 21:12:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.blinklab.ca/blink/?p=719</guid>
		<description><![CDATA[It has become one of the most over-wrought terms in technology, bandied about by some who probably barely know what it means.  And I must admit sometimes I myself wonder just what it means anyway, when the term seems to be used for everything from network enabled refrigerators to online banking systems. It is &#8220;The [...]]]></description>
			<content:encoded><![CDATA[<p>It has become one of the most over-wrought terms in technology, bandied about by some who probably barely know what it means.  And I must admit sometimes I myself wonder just what it means anyway, when the term seems to be used for everything from network enabled refrigerators to online banking systems.</p>
<p>It is &#8220;The Cloud&#8221;</p>
<p>I started hearing about The Cloud around seven years ago, at that time it was mostly a term for online file storage.  Online computing power purveyors like Amazon Web Services hadn&#8217;t arrived yet.  And The Cloud wasn&#8217;t the ubiquitous buzzword that it is today.  So what is it?</p>
<p>Speaking very generally, The Cloud is any computing resources that you use that are hosted by another company that you access via a network connection.  Boiling that down for the lay-person, and to use a specific example &#8211; when I use the online file hosting service Dropbox (http://www.dropbox.com) I might connect to their servers through my web browser, log-in to their system, and upload or download files on my own personal file storage space on their servers.  My files exist on their servers, which might reside in a server in a vast server farm somewhere in California, or Washington State, or who knows, even Norway.  The import thing to understand is that Dropbox has as it business model selling space on it&#8217;s servers for your files.  And that I use their servers as if they were my own.  This is cloud storage.</p>
<p>But it&#8217;s not only about file storage.  Amazon Web Services (and numerous other companies) provides computing services via the cloud.  What this means is a developer or systems administrator could provision a server to use to power his or her web application, or to provide backup resources to use.  This type of technology makes heavy use of virtualization.  Virtualization is where one can have many virtual servers on one physical server.  Amazon may have dozens of virtual servers on one physical server.  In this way they can easily create servers for companies to use to provide their own web services to others.  Some of the biggest web applications in the world run on Amazon&#8217;s Web Services.</p>
<p>The other use of The Cloud is syncing all of the devices and computers that we work on these days.  It is very much a first-world problem, but I need to keep my iPad software in sync with my Macbook and with my PC at work.  Cloud enabled software will allow me (for example) to synchronize my calendar at work, to my calendar at home, to my calendar on my iPad, hopefully without require too much work from me except for the setup.</p>
<p>One advantage of The Cloud for the consumer is that with the growing ubiquity of Internet access and wifi accessibility, that you can access your files and services anywhere, anytime.  No longer do you have to worry about if you remembered to bring your USB flash drive with your files when your files are available in the Cloud.  As long as you have Internet access, then you have your files.  I use Dropbox religiously, I have use project management software online to keep track of what I need to be doing, and I use Apple&#8217;s iCloud to keep all my Apple devices in sync.</p>
<p>A couple of downsides of The Cloud are privacy and security.</p>
<p>When you are storing your information in the Cloud you are storing it on someone else server, which probably means storing it another country (most often the United States).  There are privacy issues to this, do you want to store your sensitive data on someone else&#8217;s computer?  And there have been several mayor incidences of data theft from large corporations recently, where servers and networks were broken into and individuals critical personal information was stolen, most probably by hackers attached to global crime syndicates.  Aside from theft there is also the concern that if the company where you are storing your data goes belly-up, then what happens to your data?  Some better companies allow you to back up your data locally, but they are actually few.  It is a concern that has to be taken seriously, and one that I usually try to hedge by only dealing with well-established companies.</p>
<p>Once these concerns are heeded, then you can have a lot of success with Cloud services.  They are here to stay, and for good or for bad will become so ubiquitous and invisible that we will hardly know that we are using them soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/what-is-the-cloud-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter 101</title>
		<link>http://www.blinklab.ca/blink/twitter-101/</link>
		<comments>http://www.blinklab.ca/blink/twitter-101/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:02:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.blinklab.ca/blink/?p=715</guid>
		<description><![CDATA[While Twitter has grown exponentially in popularity in recent years, many people don’t really understand it, and that is not without some justification. Twitter revolves around little 140 character messages typed up and sent out to the world, these are called “tweets”.  These tweets can be anything, from “I had toast for breakfast this morning”, [...]]]></description>
			<content:encoded><![CDATA[<p>While Twitter has grown exponentially in popularity in recent years, many people don’t really understand it, and that is not without some justification.</p>
<p>Twitter revolves around little 140 character messages typed up and sent out to the world, these are called “tweets”.  These tweets can be anything, from “I had toast for breakfast this morning”, to “Canadians can’t afford housing, is density the answer?”.  Why would you broadcast your thoughts to the world like this?  I will get to that.</p>
<p>First some Twitter terminology and concepts:</p>
<h2>The Twitter Stream</h2>
<p>You don’t see everyone in the worlds tweets in your twitter, that would be overwhelming.  Instead you see the tweets of people you follow.  By following someone you will see all of their tweets in your twitter stream.  People you follow can follow you back, this is how Twitter becomes a relationship builder.  The basic rule of them is that you should follow everyone who follows you.  There are some exceptions to this rule, for example for spam accounts, more on this later.  What I always do is check out everyone that follows me, if they are not a spammer, or I disagree with their viewpoint or what they tweet about, or they are a raving lunatic, then I follow them.  You do have to be picky; follow too many people whose tweets are not of interest to you, and you run the risk of “polluting” your twitter stream with tweets that are of no interest to you.</p>
<h2>The Retweet</h2>
<p>You can retweet other people’s tweets.  By retweeting something you send out a tweet by someone you follow, to all the people who follow you.  The original person who you are retweeting will be sited in the new tweet, and will see that you retweeted him or her.  You want to get your tweets retweeted, because you can potentially reach a much wider audience in this way.  For example if something you tweet is retweeted by someone like Rebecca Bollwitt, and prominent local blogger, your tweet will then be seen by more than 30,000 people who follow Rebecca.</p>
<p>A retweet is also seen as an endorsement of the content of the tweet, so you have to be careful about that.  But retweets are a great way of broadcasting an issue and gaining public support, or creating discussion around an issue.</p>
<h2>The Reply</h2>
<p>You can also reply to tweets.  Your reply needs to be 140 characters in total and will be seen by all of your followers, and the followers of the person you are replying to.  Replying is important in twitter because more than twitter being a broadcast medium, it is also a conversation place.  The beauty of twitter comes in when you can connect with people you don’t already know and have a conversation.  This concept is still catching on and many prominent twitterers still simply treat the service as a broadcast medium.  These people have 50,000 followers and don’t follow anyone.  But unless you are celebrity then these people don’t keep their following because they don’t engage in the conversation. This brings us to the next concept.</p>
<h2>The Unfollow</h2>
<p>You can unfollow someone.  If you don’t agree with what someone is saying, or they are spamming you with an endless stream of tweets about boring personal details, or always tweeting about the book you should buy from them.  These people get unfollowed.  Unfollowing happens, you will lose people if you don’t keep up your twitter feed and provide quality tweets.  You need to feed the twitter beast at least 3 times a week to keep your audience, many twitters tweet multiple times per day.  What to tweet?  That’s coming up.</p>
<h2>The Direct Message</h2>
<p>You can also send direct messages to people who you follow and who in turn follow you (this reciprocal relationship has to exist for the DM to be allowed).  Sending a DM is like sending a 140 character email; it is a private direct contact to a person.  Using DMs shouldn’t be abused, too many unsolicited DMs will get you unfollowed almost immediately.  DMs can be very useful for communicating with your followers privately, and usually are used for personal communications between two twitterers.</p>
<h2>So what do I tweet?</h2>
<p>So now you say, fine I understand all that, but what do I tweet?  Nobody cares what I ate for breakfast?</p>
<p>True, nobody cares what you ate for breakfast.  But if you had the best “eggs bene” of your life and got awesome service from the mom and pop breakfast place down on the corner, people just might care.  This is the difference; is what you are going to tweet about of any relevance to anyone else?  Some ideas about tweets:</p>
<p>1.  Tweets can be about information &#8211; thousands of people follow CNN Breaking News because they want to get the latest news through Twitter.  I find out about news events sometimes faster than the local news stations through Twitter.</p>
<p>2.  Tweets can be to let people know about upcoming events.  Or sales, or shows, anything timely that you think someone else might be interested in.</p>
<p>3.  Tweets can be to share a personal opinion.  This is what most tweets are in fact.  I am very careful about opinions that I share on twitter, because they are literally there for the whole world to see once you tweet them.  And most importantly, you can’t ever take them back.  Always think twice about the opinions you tweet.</p>
<p>4.  Many tweets are to share an article you read in a publication.  In this case you will link to that article, usually with a headline attached to the link so that your reader can get an idea of what the link is about.  This is a way of sharing information that you found interesting.  Be aware though that a link to an article can be seen as your endorsement of the article and it’s contents.  Thus you will want to make sure to read the article carefully before tweeting it.</p>
<p>5.  Any finally tweets can be just humorous anecdotes.  Light-hearted judgements of society and people are common.  Jokes about pets or ones personal habits are common.  But like with anything, be careful about your jokes, make sure they are clean.  Also, in general stay away from profanity.  Though there is profanity on Twitter, and I am not a prude I don’t criticize it, since your audience is wide-ranging, you should be sensitive to the fact that they may be offended by profanity.</p>
<p>So get out there and setup your Twitter account and start following people.  You will find it is actually quite fun, and addictive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/twitter-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Does Not Care About Keyword Metatags</title>
		<link>http://www.blinklab.ca/blink/google-does-not-care-about-keyword-metatags/</link>
		<comments>http://www.blinklab.ca/blink/google-does-not-care-about-keyword-metatags/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 17:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=410</guid>
		<description><![CDATA[To finally put it to rest, on Monday Matt Cutts posted on the Google Webmaster Central Blog about whether or not Google uses keyword meta-tags for search ranking. The answer is no. What is all this about: In the old days websites would pack their meta tags with keywords that should have described their respective [...]]]></description>
			<content:encoded><![CDATA[<p>To finally put it to rest, on Monday Matt Cutts posted on the Google Webmaster Central Blog about whether or not Google uses keyword meta-tags for search ranking.  The answer is no.</p>
<p>What is all this about:  In the old days websites would pack their meta tags with keywords that should have described their respective websites.  Search bots would then crawl the site and pick up on those meta-tags and would use that to define what the site was about. The problem was this got abused &#8211; and websites that had no relevant content at all would pack their meta-tags with the most popular keywords just to get searched. The result was that Google stopped searching this information because of the abuse.  Some search engines still use this information, but Google does not use it for determining search ranking.</p>
<p>Two of the meta-tags in a site which are the most critical and searched and indexed by Google are the Description meta-tag and the page Title tag.</p>
<p>The Description meta-tag should be just that &#8211; a short description of the contents of the page, don&#8217;t make it long than 150 to 200 characters long because it will be the text that will be shown on the Google search page.  And here is a key thing:  In your description use the keywords that describe your site &#8211; because that will be what Google actually searches for relevant content.</p>
<p>The Title tag is also important, and is in fact one of the most important places to put your keywords and phrases.  But don&#8217;t overload it, that will just annoy people, it should be kept to less than 12 words, and often much less. The title tag will be the main heading on the search results page, and it is what we humans will look for in deciding whether or not to click on that link.  A good practice for Title tags is that they take the form:</p>
<p>&lt;title&gt;page title | organization or site name | short keyword rich phrase&lt;/title&gt;</p>
<p>This gets the important information to the front the title &#8211; where we humans will read it.  Then the keywords are at the back of the title &#8211; where the bots will read it.</p>
<p>For more information go to this <a href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html" target="_blank">LINK at the Official Google Webmaster Central Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/google-does-not-care-about-keyword-metatags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO and the Google Canonical Problem</title>
		<link>http://www.blinklab.ca/blink/seo-and-the-google-canonical-problem/</link>
		<comments>http://www.blinklab.ca/blink/seo-and-the-google-canonical-problem/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 16:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=402</guid>
		<description><![CDATA[Sounding a bit like something out of the Da Vinci Code &#8211; the Google Canonical Problem can actually spell trouble for good SEO. Basically what it means is that Google sees URLs with our without the preceding www as completely different sites, therefore http://blinklab.ca is seen as a different site from http://www.blinklab.ca. The result is [...]]]></description>
			<content:encoded><![CDATA[<p>Sounding a bit like something out of the Da Vinci Code &#8211; the Google Canonical Problem can actually spell trouble for good SEO.  Basically what it means is that Google sees URLs with our without the preceding www as completely different sites, therefore http://blinklab.ca is seen as a different site from http://www.blinklab.ca.  The result is that the problem may negatively effect the site&#8217;s page rank and thus it SEO.  Mainly because incoming links will either be split between the two sites, or may go to one or the other site entirely.</p>
<p>One can detect this problem by using the Google Page Rank tool in the Google toolbar and go to each site and note the page ranking; if the page ranking is different the Canonical Problem is probably the issue.</p>
<p>You can use a redirect to remedy this problem, but that too can negatively effect your page ranking, as Google sees redirects as a possibility that the site is not legitimate.</p>
<p>Another way to solve this problem is to use mod_rewrite (in Apache, and ISAPI filter in IIS).  Mod-rewrite is an Apache module which can rewrite URLs when specific patterns are detected.  What we want to do is that when a request comes in for the URL without the WWW that we force the web server to send the browser to the URL with the WWW.  We do this by writing the following code to the .htaccess file:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^example.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]</p>
<p>All of that cryptic stuff is regular expressions, and all you have to worry about is that it is for pattern matching, the Apache module is looking for a particular pattern of URL request, which it will then re-write.  Apache reads the .htaccess file each time it sends out a response to a request.  (This also means that it is a very critical file to your web server, so be careful to not screw it up).</p>
<p>Once you have edited the file restart Apache, then whenever you go to the site without the WWW on the front of the URL Apache will re-write your request to add the WWW.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/seo-and-the-google-canonical-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Security Essentials &#8211; freeware antivirus that actually works</title>
		<link>http://www.blinklab.ca/blink/microsoft-security-essentials-freeware-antivirus-that-actually-works/</link>
		<comments>http://www.blinklab.ca/blink/microsoft-security-essentials-freeware-antivirus-that-actually-works/#comments</comments>
		<pubDate>Sun, 01 May 2011 11:32:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=423</guid>
		<description><![CDATA[Microsoft yesterday brought out Microsoft Security Essentials &#8211; their freeware antivirus software, and it is actually pretty good. I am a Mac user but I installed it on my wife&#8217;s Windows laptop last night and I was happy to see that it was not nagware and actually worked. It&#8217;s not for everybody &#8211; if you [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft yesterday brought out Microsoft Security Essentials &#8211; their freeware antivirus software, and it is actually pretty good.  I am a Mac user but I installed it on my wife&#8217;s Windows laptop last night and I was happy to see that it was not nagware and actually worked. It&#8217;s not for everybody &#8211; if you are really concerned about viruses I would still probably recommend Norton Antivirus simply because they have been doing this for so long and are the industry leader. But MS Security Essentials is probably good enough for everybody else who is careful about where they browse and what they download.  Check it out at <a href="http://www.microsoft.com/security_essentials/">http://www.microsoft.com/security_essentials/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/microsoft-security-essentials-freeware-antivirus-that-actually-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google makes adding custom fonts to your site super easy</title>
		<link>http://www.blinklab.ca/blink/google-makes-adding-custom-fonts-to-your-site-super-easy/</link>
		<comments>http://www.blinklab.ca/blink/google-makes-adding-custom-fonts-to-your-site-super-easy/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=428</guid>
		<description><![CDATA[About a month ago Google introduced the Google Font Directory. It allowed web designers and developers to introduce the fonts in the Directory to be added to sites using their API. (Albeit it is a limited number of fonts). Well now they have gone a step further and made it even easier. Now they have [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago Google introduced the <a href="http://code.google.com/webfonts">Google Font Directory</a>.  It allowed web designers and developers to introduce the fonts in the Directory to be added to sites using their API. (Albeit it is a limited number of fonts).</p>
<p>Well now they have gone a step further and made it even easier. Now they have added the <a href="http://code.google.com/webfonts/preview#font-family=Cantarell">Google Font Previewer</a>, what this adds is the be able to see the effect of letter, word and line spacing changes and similar changes, live in your browser. Additionally the preview tool will create the CSS necessary for you to add to your stylesheet to get the effect you have tried out. (It&#8217;s also easy to tweak it further after Google gets you started). But the most important part is that you can copy and paste a line of code from the Font Previewer which will retrieve the font from Google&#8217;s servers.</p>
<p>To back up for a minute and explain to the non or new designers: When designing a web page you need to be careful about what fonts you use, as just because you have some fancy font that came with Photoshop that doesn&#8217;t mean your users will. The result will be that the font will be replace with another more standard font like Arial and your design will not look the same for your users. In the past we got around this by using things like <a href="http://cufon.shoqolate.com/generate/">Cufon</a>, but it is tricky to implement.</p>
<p>What happens with Google&#8217;s Font API is that the fonts are always pulled from their servers &#8211; and are thus available across the web, to everyone. Pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/google-makes-adding-custom-fonts-to-your-site-super-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raeyco Lab Equipment Systems</title>
		<link>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management/</link>
		<comments>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:51:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=448</guid>
		<description><![CDATA[Project Description: We have recently completed work on a website for Raeyco Lab Equipment Systems Management. Raeyco is a Vancouver based company who was looking to upgrade from their static website. Blink Designs introduced a slick 3D rotating flash banner, but also kept the design simple and clean according to the client&#8217;s wishes. Client Testimonial: &#8220;I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Project Description:</strong> We have recently completed work on a website for Raeyco Lab Equipment Systems Management. Raeyco is a Vancouver based company who was looking to upgrade from their static website. Blink Designs introduced a slick 3D rotating flash banner, but also kept the design simple and clean according to the client&#8217;s wishes.</p>
<p><strong>Client Testimonial:</strong> <em>&#8220;I am pleased to highly recommend Scott Robarts of Blink Designs for website and software design. Scott provided our business with outstanding customer service attention and was patient in answering the many questions that we had. He responded to our emails very promptly and always made himself available to work with our busy schedules. Completing the website project on time and on budget was important for us and Scott definitly came through.</em></p>
<p><em>The website is awesome! We have received lots of positive feedback from our customers complimenting the design and ease for which one can navigate through the site. The software that Scott created and customized for our company is professional, easy to work and has exceeded our expectations! &#8221; &#8211;Katrina, Raeyco Lab Equipment Systems Management</em></p>
<p>Also implement for Raeyco was an on-line reports system (featured below) and a e-commerce procurement site, which can be seen at <a href="http://www.raecyoequipment.com" target="_blank">http://www.raeycoequipment.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raeyco Job Management System</title>
		<link>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management-on-line-reports-system/</link>
		<comments>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management-on-line-reports-system/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:45:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=455</guid>
		<description><![CDATA[Project Description: As part of the contract with Raeyco Lab Equipment Systems Management, Blink Designs also undertook to create an web-based project management tool tailored to the Raeyco&#8217;s service business. The system allows Raeyco&#8217;s staff to quickly and easily manage and view service tickets, invoices, quotes and service reports, manage clients and companies, and produce [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Project Description:</strong> As part of the contract with Raeyco Lab Equipment Systems Management, Blink Designs also undertook to create an web-based project management tool tailored to the Raeyco&#8217;s service business. The system allows Raeyco&#8217;s staff to quickly and easily manage and view service tickets, invoices, quotes and service reports, manage clients and companies, and produce reports on this information. The interface also allows Raeyco&#8217;s clients to quickly and easily view what contracts and jobs they have outstanding with Raeyco, the associated invoices and quotes, and the status of the work. The system was built in PHP using the Codeigniter framework and uses a MySQL database. The system also incorporates the following:</p>
<ul>
<li>Fully secured password protected interface</li>
<li>Easy web-based client administration</li>
<li>Easy web-based file uploads</li>
<li>File backup to server</li>
<li>Information Reports Production Interface</li>
<li>Sorting, pagination and filtering ability</li>
<li>Client self-service for password recovery and changes</li>
<li>Client and user management interfaces</li>
<li>Detailed administrative interface</li>
</ul>
<p><strong>Client Testimonial:</strong> <em>&#8220;I am pleased to highly recommend Scott Robarts of Blink Designs for website and software design. Scott provided our business with outstanding customer service attention and was patient in answering the many questions that we had. He responded to our emails very promptly and always made himself available to work with our busy schedules. Completing the website project on time and on budget was important for us and Scott definitly came through. </em></p>
<p><em>The website is awesome! We have received lots of positive feedback from our customers complimenting the design and ease for which one can navigate through the site. The software that Scott created and customized for our company is professional, easy to work and has exceeded our expectations! &#8221; &#8211;Katrina, Raeyco Lab Equipment Systems Management<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/raeyco-lab-equipment-systems-management-on-line-reports-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Millar&#8217;s League</title>
		<link>http://www.blinklab.ca/blink/millars-league/</link>
		<comments>http://www.blinklab.ca/blink/millars-league/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=444</guid>
		<description><![CDATA[Project Description: We have just completed work on a website and web application for North Vancouver&#8217;s Millar&#8217;s League soccer club. The site design is inherently simple because emphasis was put instead on the functionality of the website. The site is in fact a fully developed web application with the following online features: Schedules Score Tracking [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Project Description:</strong> We have just completed work on a website and web application for North Vancouver&#8217;s Millar&#8217;s League soccer club. The site design is inherently simple because emphasis was put instead on the functionality of the website. The site is in fact a fully developed web application with the following online features:</p>
<ul>
<li>Schedules</li>
<li>Score Tracking</li>
<li>Yellow Card / Red Card Tracking</li>
<li>Game Report</li>
<li>Standings Reports</li>
<li>Referee Administration</li>
<li>Player Administration</li>
<li>Game Administration</li>
<li>Roster Reports</li>
<li>Team Contact Information</li>
</ul>
<p>All features are database driven and dynamic. The site is presently written in classic ASP with an MS Access database back-end. Blink Development will be undertaking an upgrade of the site to implement it in ASP.net and MS SQL Server 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/millars-league/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allegro Con Trio</title>
		<link>http://www.blinklab.ca/blink/allegro-con-trio/</link>
		<comments>http://www.blinklab.ca/blink/allegro-con-trio/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:31:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blinkdesigns.ca/?p=440</guid>
		<description><![CDATA[Project Description: Allegro Con Trio is a Victoria based classical music trio. They came to Blink Designs when they had decided their website needed a little upgrade. We were immediately excited to take on the project, we focused the design on being clean, classic and functional. The site is built on WordPress for a content [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Project Description:</strong> Allegro Con Trio is a Victoria based classical music trio. They came to Blink Designs when they had decided their website needed a little upgrade. We were immediately excited to take on the project, we focused the design on being clean, classic and functional. The site is built on WordPress for a content management system. Since completing the website the Trio has seen an uptick in it&#8217;s bookings, has played for Governor General Michaelle Jean, and is booked solid for 2011.</p>
<p>The site features a CMS backend built on WordPress, making it fully editable by the client, and also features a built in blog.</p>
<p><strong>Client Testimonial:</strong> <em>&#8220;Dear Scott, Just a note to say thanks again for all your hard work on our website. It is such a big improvement! Your creativity, professionalism and patience are much appreciated. Thanks for making our business flourish &#8211; may yours do the same!&#8221; &#8211;Kirsten<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blinklab.ca/blink/allegro-con-trio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

