<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WSI Blog</title>
	
	<link>http://www.wsi-ebizsolutions.biz/blog</link>
	<description>Website Development and Internet Marketing Blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:18:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WsiWebDesignBlog" /><feedburner:info uri="wsiwebdesignblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Propagation of Misconceptions About IT in the Media</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/vh9FLgVDteo/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/propagation-misconceptions-media/2010/03/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:18:54 +0000</pubDate>
		<dc:creator>Barnaby Knowles</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=782</guid>
		<description><![CDATA[IT and technology-related issues are frequently reported in the media. Many times articles contain factual inaccuracies. The problem is that reporters are not "techies" and often provide misleading or erroneous analyses.]]></description>
			<content:encoded><![CDATA[<p>IT and technology-related issues are frequently reported in the media. A well-known website is hacked, a new technology is unveiled, user feedback is discussed&#8230; Many times articles contain factual inaccuracies. The problem is that reporters are not &#8220;techies&#8221; and often provide misleading or erroneous analyses.</p>
<p><span id="more-782"></span></p>
<h2>Fake drug scam hijacks UK college websites</h2>
<p>The <a href="http://news.bbc.co.uk/1/hi/technology/8550219.stm" rel="external nofollow">BBC</a> recently reported that &#8220;UK academic institutions have unwittingly become the accomplices of criminals selling fake drugs online.&#8221; The article went on to state that this had happened because spammers had &#8220;exploited vulnerabilities&#8221; in the PHP scripting language. As a PHP programmer I take exception to this claim, as should website owners and <a title="web design" href="http://www.wsi-ebizsolutions.biz/web-design_49.html">web design</a> agencies, for reasons that I will explain later.</p>
<p>The article reported how academic websites with the .ac.uk domain extension were unwittingly forwarding visitors to websites selling fake drugs online. Without going into much detail it was explained that spammers had injected code into the web pages, seemingly exploiting vulnerabilities in PHP, that would make Google and other search engines believe that the pages were relevant for searches related to prescription drugs such as Viagra. When a user searched for those terms and visited the website via the link on the search engine results page (SERP), the injected code would detect this and redirect them to the online pharmacy. When a user visited the website by typing in the URL directly or via a non drug0related search, the normal page is displayed.</p>
<h2>Deliberately Targeted</h2>
<p>This is not a random attack; the websites had been specifically targeted. Academic institutions rank very well in search engines because, put simply, they are inherently trusted and as such, the .ac.uk domain extension carries a lot of weight.</p>
<p>An attack like this is also clever because it doesn&#8217;t place visible links to spammers&#8217; websites or make any obvious changes to the web page that has been compromised. Visitors only get redirected to the online pharmacies if they are actually searching for specific terms. This way the website administrator may never know that their scripts have been compromised and remove the spammers&#8217; code!</p>
<p>One such website that has been affected is <a href="http://www.rave.ac.uk/" rel="external nofollow">Ravensbourne College of Design and Communication</a>. Amazingly, four days after the BBC reported that their website had been compromised (and presumably even longer since they found out), the injection in still in place! If you visit <a href="http://www.rave.ac.uk/" rel="external nofollow">www.rave.ac.uk</a> you will see the college&#8217;s official website. If you <a href="http://www.google.com/search?q=Ravensbourne+College+of+Design+and+Communication">search for the college</a> and follow the link in the SERP you will also see the college&#8217;s official website. However, if you <a href="http://www.google.com/search?q=viagra+site%3Arave.ac.uk">search for Viagra</a> and follow the link in the SERP you will not end up on the college&#8217;s website at all, but at a &#8220;Canadian online pharmacy&#8221;!</p>
<h2>What Cost?</h2>
<p>This is all very unfortunate for the college. The negative publicity alone would be bad enough, but they will also have to spend time and money removing the injected code and then plugging the holes that allowed an exploit of this type to happen in the first place.</p>
<p>I mentioned earlier that I would object to the reporting of this a PHP exploit. I believe that this is inaccurate and could lead people to believe that PHP is inherently less secure than other scripting languages. In fact I would not call this a PHP exploit at all &#8211; it&#8217;s slack coding that could have resulted in the same thing happening no matter what scripting language the website was developed in.</p>
<p>From the scant technical details offered in the original article it would appear that the affected websites do not properly validate and filter user input. Of course a website developed in PHP would be vulnerable to rogue code injection attacks if user input is not validated correctly. But for that matter so would any other scripting language!</p>
<p>Aside from my personal objections to the labelling of this incident as a vulnerability within PHP, website owners and web design agencies should also consider the effects of the media when reporting stories like this. If a potential client reads the article and takes from it that &#8220;PHP is not secure&#8221; or &#8220;PHP websites get hacked easily&#8221; and then you pitch a PHP-based website to them, how will that affect your chances of winning the contract? And to a lesser extent, how do stories like this affect the public&#8217;s perception of your current website? Would they feel safe buying from you online when such high-profile PHP websites fall victim to hacking?</p>
<h2>Conclusion</h2>
<p>But what can we in the IT community do? It&#8217;s not realistic to expect journalists to understand that this was poor coding rather than an insecure scripting language. The best that we can do is be aware of what stories are floating around in the news and be sure that we understand and can explain the real issues!</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/vh9FLgVDteo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/propagation-misconceptions-media/2010/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/propagation-misconceptions-media/2010/03/</feedburner:origLink></item>
		<item>
		<title>User Expectations – Does Your Website Meet Them?</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/FhBt00TOyBA/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/user-expectations-website-meet/2010/03/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:35:15 +0000</pubDate>
		<dc:creator>Chrisi Reid</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=781</guid>
		<description><![CDATA[Social media discussions of newly launched sites may reveal critical customer expectation shortfalls.]]></description>
			<content:encoded><![CDATA[<p>Inspiration can come from unusual sources. I am a regular reader of several blogs and forums, and happened to notice an interesting discussion on one of these yesterday. The participants were reviewing the newly launched website of a brick-and-mortar shop, and how the site &#8211; despite the company&#8217;s generally good reputation &#8211; failed to meet some critical customer expectations.<br />
<span id="more-781"></span></p>
<h2>Comparing your site to others in your industry</h2>
<p>Although nobody wants their website to be a carbon copy of a competitor&#8217;s, it is important to check your competitors to make sure you&#8217;re offering at least as much information on your site as they offer on theirs.</p>
<p>Things customers might expect from your site, especially if your competitors provide it:</p>
<ul>
<li>Do you clearly display opening hours (if applicable) and contact details?</li>
<li>Do you offer an e-mail address or a contact form?</li>
<li>Do you show prices, a menu, services or a stock list if applicable?</li>
<li>Do you show what payment options you accept, either on your site or in your store?</li>
<li>Do you provide directions or a map?</li>
</ul>
<h2>What your potential customers might be saying about you</h2>
<p><a title="Social media" href="http://www.wsi-ebizsolutions.biz/index.php?social-media-marketing">Social media</a> &#8211; forums, blogs and networking sites &#8211; can also have a significant effect on your business. In the case of this particular shop, the majority of their <a title="online advertising" href="http://www.wsi-ebizsolutions.biz/ppc-management_48.html">online advertising</a> has been done by word of mouth and user recommendations &#8211; and this has been a factor in their growth as a business.</p>
<p>But the negative reviews of the company&#8217;s newly launched website on a well-used forum with high natural rankings may have a long term effect &#8211; particularly when comparisons have been made and links provided to other industry standard websites that do contain the information that the site users want to see.</p>
<h3>What could this company do?</h3>
<p>A competitor analysis would provide an overview of other sites in the industry, either UK-wide or targeted to their region. This could provide an insight into the expectations of users based on their experience of other companies&#8217; websites.</p>
<p>Performing a <a href="http://www.wsi-ebizsolutions.biz/free-webscan-report_30.html">WebScan</a> on their site would help ensure that the site is optimised, search-engine friendly and compliant with W3C standards.</p>
<p>And lastly, <a href="http://www.wsi-ebizsolutions.biz/social-media-monitoring_66.html">social media monitoring</a> would highlight issues like the discussion of the current website, so that appropriate action &#8211; whether that be revising the website to meet expectations or responding to the discussion to explain the reasoning behind the current site&#8217;s design &#8211; can be taken.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/FhBt00TOyBA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/user-expectations-website-meet/2010/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/user-expectations-website-meet/2010/03/</feedburner:origLink></item>
		<item>
		<title>Comparing mysql and mysqli</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/0ZsB3egKOiY/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/comparing-mysql-mysqli/2010/02/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:22:32 +0000</pubDate>
		<dc:creator>Barnaby Knowles</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQLi]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=772</guid>
		<description><![CDATA[Comparison of PHP's mysql and mysqli extensions.]]></description>
			<content:encoded><![CDATA[<p>PHP offers you more than one way to connect and interact with your MySQL database. Two common ways to interact with MySQL through your PHP script are the <em>mysql</em> and the <em>mysqli</em> extensions. Both accomplish similar things but there are distinct and notable differences between the two.</p>
<p><span id="more-772"></span></p>
<h2>PHP&#8217;s MySQL Extension</h2>
<p>PHP&#8217;s <em>mysql</em> extension is the original extension that was designed to allow you to develop PHP applications that interact with your MySQL database. The <em>mysql</em> extension was introduced prior to PHP version 3 and provides a procedural interface only. This extension is intended for use only with MySQL versions older than 4.1.3. It can be used with newer versions of MySQL, but not all of the latest MySQL server features will be available.</p>
<h2>PHP&#8217;s mysqli Extension</h2>
<p>PHP also offers a more recent <em>mysqli</em> extension, sometimes known as the MySQL <em>improved</em> extension. The <em>mysqli</em> extension is included with PHP versions 5 and later and was developed to take advantage of new features found in MySQL versions 4.1.3 and newer. <em>mysqli</em> provides both an object-oriented and a procedural interface.</p>
<h2>Why to Use the mysqli Extension</h2>
<p>The PHP development team strongly recommends that if you are using MySQL versions 4.1.3 or later you should use the <em>mysqli</em> extension rather than the original <em>mysql</em> extension. The key reasons for using <em>mysqli</em> over <em>mysql</em> are:</p>
<ul>
<li>Object-oriented interface</li>
<li>Support for Prepared Statements</li>
<li>Support for Stored Procedures</li>
<li>Support for Multiple Statements</li>
<li>Support for Transactions</li>
<li>Enhanced debugging capabilities</li>
<li>Embedded server support</li>
</ul>
<p>Additionally the <em>mysql</em> extension is no longer being actively developed by the MySQL development team, whilst the <em>mysqli</em> extension under active development. It also supports multiple statements and character sets, whereas the <em>mysql</em> extension does not.</p>
<h2>But&#8230;</h2>
<p>Although the PHP development team strongly recommend that you use the <em>mysqli</em> extension if you&#8217;re using MySQL versions 4.1.3 or later, there is a debate about speeds differences between the two extensions. There is evidence (<a href="http://af-design.com/blog/2009/01/30/php-mysql-vs-mysqli-database-access-metrics/" rel="external nofollow">example</a>) to suggest that although under certain circumstances <em>mysqli</em> is faster, for everyday use <em>mysql</em> actually performs better in terms of speed than its more modern counterpart!</p>
<p>However, the tiny speed advantage to using <em>mysql</em> rather than <em>mysqli</em> is probably outweighed by the newer extension&#8217;s benefits.</p>
<h2>Conclusion</h2>
<p>Although it might be true that <em>mysql</em> is ever so slightly faster than <em>mysqli</em>, it&#8217;s still worth following the PHP development team&#8217;s advice and using the newer extension. <em>mysqli</em> gives you access to the features available in MySQL versions 4.1.3 or later and it&#8217;s more flexible than the <em>mysql</em> extension. In addition to that, as the <em>mysql</em> extension is no longer under active development by the MySQL team there is no guarantee that it will be included in future PHP releases.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/0ZsB3egKOiY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/comparing-mysql-mysqli/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/comparing-mysql-mysqli/2010/02/</feedburner:origLink></item>
		<item>
		<title>Text Formatting in a CMS – CSS for Clients</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/cM9dplXUbXU/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/text-formatting-cms-css-clients/2010/02/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:27:48 +0000</pubDate>
		<dc:creator>Chrisi Reid</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[content management]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=748</guid>
		<description><![CDATA[Hold on just one moment... how much does your client know about CSS - and how long is the site content going to retain the look and feel they're so pleased with, if they're not confident with HTML?]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve designed and built a visually attractive website, uploaded the client&#8217;s content and you&#8217;re about to turn it over to the client to maintain themselves. You&#8217;ve used the latest in CSS to create a fantastic look and feel for the site, and you intend to add this site to your portfolio as a showpiece. The client is thrilled with how the site looks, and can&#8217;t wait to start <a title="search engine marketing" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">search engine marketing</a> or pay-per-click campaigns to get the traffic coming in.</p>
<p>Hold on just one moment&#8230; how much does your client know about CSS &#8211; and how long is the site content going to retain the look and feel they&#8217;re so pleased with if they&#8217;re not confident with HTML?</p>
<p><span id="more-748"></span></p>
<h2>Clients aren&#8217;t coders.</h2>
<p>Most of them, anyway &#8211; most clients know how to use Microsoft Word, but that might well be the extent of their design knowledge. And, if you&#8217;ve worked with Content Management Systems, you know that copying text from a Microsoft Word document into the CMS can cause some unexpected design complications, and can result in <a title="accessibility" href="http://www.wsi-ebizsolutions.biz/accessibility-standards_59.html">accessibility</a> issues, including loss of W3C compliance. Inserting plain text into the editor helps, but what happens to the formatting?</p>
<p>Using inline formatting is certainly an option, and many clients will opt for this. It&#8217;s quite easy to highlight a segment of text, apply a font size and colour, then set the text alignment. This has the advantage of being truly WYSIWYG, as all changes will show up exactly as the user wants them to in the CMS editor window. There&#8217;s just one small problem.</p>
<p>If your client doesn&#8217;t know exactly what font sizes, colours and alignments are used in the content you set up for them &#8211; not to mention image spacing, table cell padding and other more advanced settings &#8211; it will be very difficult for them to replicate this when they upload their own content. An area of text that looks just about right in the content editor might not look like the rest of the page content when it&#8217;s saved and viewed on the front end.</p>
<h2>But they can apply CSS styles and classes, right?</h2>
<p>Of course, you could supply them with a list of the correct inline style codes or even classes to add for each formatted segment of text&#8230; it adds another page or two in the user manual, but it would ensure that they could produce new pages that look like the content you uploaded for them.  Some clients are quite happy to click on that little HTML button and enter an instruction like <em>class=&#8221;blah&#8221;</em> in the correct part of the page for the content they&#8217;re uploading.</p>
<p>But many content managers don&#8217;t have any <a title="web design" href="http://www.wsi-ebizsolutions.biz/web-design_49.html">web design</a> experience &#8211; they&#8217;re working with the content editor on the basis of a &#8220;Microsoft Word-like&#8221; interface. Looking at the HTML version of a page can be daunting. Those <em>&lt;p&gt;</em> and <em>&lt;/tr&gt;</em> and <em>&lt;a class=&#8221;sausage&#8221; style=&#8221;margin: 5px; float: left; clear: both;&#8221; href=&#8221;/overthere.htm&#8221;&gt;</em> tags don&#8217;t make sense to anyone who doesn&#8217;t know that they&#8217;re looking at the start of a paragraph, the close of a table row or a styled link to a page.  In that respect, it may not be reasonable to expect your clients to be able to add classes or inline styling.</p>
<h2>What&#8217;s the solution?</h2>
<p>I use a combination of two approaches.</p>
<p>First,  in every CMS user guide that WSI Huddersfield produces, we include any applicable inline styling, particularly where <em>&lt;div&gt;</em> sections have been used to create columns or floating text areas, as standard CMS software doesn&#8217;t include an insert-DIV option. This is done by providing a block of code in the user manual with &#8220;your text goes here&#8221; sections in it.</p>
<p>Secondly, in the site creation process, we use CSS to define the appearance of a number of basic functions on the site, like paragraphs, headings and lists. Once this is done the customer can then use your styles with just a click or two to format their text and retain the same look and feel as the content you have uploaded.</p>
<p>For example, you may need a specific format for a Call-to-Action button. Trying to show a client how to do the Call-to-Action buttons with standard text and inline scripting could be quite problematic, even if you explain to your client exactly where to paste the appropriate styling text. But if you have set up the CSS so that using the Heading 5 option in the CMS will automatically make the text appear as a button with a fixed width, floated right and showing a background image and border, it simplifies things considerably.  A client could then enter their normal text, highlight it, and click &#8220;Heading 5&#8243; in the settings.</p>
<h2>Style test pages</h2>
<p>There is one down side to using the CSS styling in this way &#8211; the CMS is no longer quite so WYSIWYG if you&#8217;re using external style sheets, which do not show in the editor window. That formatted H5 wouldn&#8217;t have the styling applied to it, so it would simply appear as plain bold text in the CMS. This is why creating a<strong> </strong>Style Test page is important, so that a client can refer to what something looks like on the front end of the site, and click the right option in the CMS. This test page should show:</p>
<ul>
<li>Headings 1 &#8211;  6</li>
<li>Standard paragraph text</li>
<li>Links</li>
<li>Bullet and numbered lists</li>
<li>Any other formats applied to standard functions</li>
</ul>
<p>This way, your client can see what they need to do to replicate the style of pages already on the site. And helping your client to do that will also help you &#8211; so that the site you are so pleased about will remain a showcase piece once your clients are maintaining their content themselves.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/cM9dplXUbXU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/text-formatting-cms-css-clients/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/text-formatting-cms-css-clients/2010/02/</feedburner:origLink></item>
		<item>
		<title>Using the Web to Listen, Learn and Engage</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/Aut_E13Bdn0/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/web-listen-learn-engage/2010/02/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:06:23 +0000</pubDate>
		<dc:creator>Lisa Chirgwin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[engaging Websites]]></category>
		<category><![CDATA[online behaviour]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=761</guid>
		<description><![CDATA[As web behaviour evolves, online and offline marketing need to evolve with it. The World Wide Web has not only brought everyone closer, it is also bringing about a significant shift in attitudes toward consumers, including the recognition of their value as customers. Brands that recognise this shift, and successfully engage with their customers will win the day.]]></description>
			<content:encoded><![CDATA[<p>As web behaviour evolves, online and offline marketing need to evolve with it. The World Wide Web has not only brought everyone closer, it is also bringing about a significant shift in attitudes toward consumers, including the recognition of their value as customers. Brands that recognise this shift, and successfully engage with their customers will win the day.<br />
<span id="more-761"></span><br />
 <br />
With this in mind, it may not come as a surprise that research conducted by the Society of Digital Agencies (SoDA), identified just over 45 percent of senior marketers (worldwide) who said developing their social networks and applications is their top priority for 2010. Their second priority is to improve their digital infrastructure. So what can you do to make your website more engaging?</p>
<p><strong>Five Website Tips for Engaging Consumers Today </strong><br />
The web is not a static medium: as technologies improve, user expectations increase. As they do, meeting customers&#8217; expectations will mean developing your marketing to be more appropriate, timely and relevant to what consumers want.</p>
<p>Here are five steps to develop your website to engage more effectively with your customers:</p>
<p>1. Study Customers&#8217; Online Behaviour<br />
Use your website analytics to learn from your intended audience – your customers – and give them what they want. Identify website hot spots that attract the most attention; understand when your <a title="email marketing" href="http://www.wsi-ebizsolutions.biz/email-marketing_19.html">email marketing</a> messages will be best received; discover which social platforms are leading them to you.</p>
<p>If used well, your <a title="web analytics" href="http://www.wsi-ebizsolutions.biz/web-analytics_18.html">web analytics</a> are a key component in understanding and fulfilling your customers&#8217; expectations.</p>
<p>2. Consider Your Content Presentation<br />
The first step in engaging customers is not only the quality of your content, but also the ease with which it can be read and its user-friendliness. A professional <a title="web design" href="http://www.wsi-ebizsolutions.biz/web-design_49.html">web design</a> and carefully thought out content arrangement will help you make a great first impression – and draw your website visitors in.</p>
<p>3. Creative Content Formats<br />
The web is no longer a text-based medium, and hasn&#8217;t been for a while. Even the less frequent web user will be used to animated imagery and video content. Be creative with your content to engage your visitors&#8217; senses and get your message across dynamically, but ensure the technology doesn&#8217;t distract visitors from your pitch.</p>
<p>4. Emphasise <a title="Social Media" href="http://www.wsi-ebizsolutions.biz/index.php?social-media-marketing">Social Media</a> Connections<br />
Make it easy to share your content across multiple social networks, such as Digg, StumbleUpon, Twitter, Reddit, Facebook and many more. Including an easy-to-use &#8216;Share&#8217; widget with your content makes content sharing a breeze and demonstrates your intention to be engaging.</p>
<p>5. Make it Easy to Correspond – No Jumping Through Hoops<br />
If you want to encourage correspondence, show it. Make it a simple process for site visitors to leave comments or get in touch to take &#8217;social conversation&#8217; to the next level. Streamline your forms and have multiple points of contact through which visitors can leave comments.</p>
<p>Finally, with all the above, adapt your marketing mix to incorporate a coordinated, consistent approach. Developing a coherent <a title="online marketing" href="http://www.wsi-ebizsolutions.biz/online-marketing_4.html">online marketing</a> campaign can be done very effectively at a fraction of the cost of traditional promotional activities.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/Aut_E13Bdn0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/web-listen-learn-engage/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/web-listen-learn-engage/2010/02/</feedburner:origLink></item>
		<item>
		<title>5 Tips for Converting Online Leads</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/2ZzyGbqWnx0/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/5-tips-converting-online-leads/2010/02/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:01:18 +0000</pubDate>
		<dc:creator>Lisa Chirgwin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design Features]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=759</guid>
		<description><![CDATA[Websites have moved on from being merely online company brochures. While your website should still be your online 'shop window', open twenty four seven for your customers to visit – it should also be working hard for you to convert visitors into clients.]]></description>
			<content:encoded><![CDATA[<p>Websites have moved on from being merely online company brochures. While your website should still be your online &#8217;shop window&#8217;, open twenty four seven for your customers to visit – it should also be working hard for you to convert visitors into clients.<br />
<span id="more-759"></span></p>
<p>Think of your website as an additional member of your sales team – always available and ready to win new sales. Just as you might invest in training for such an employee to hone his or her skills, your website can be a great instrument for converting more online leads by putting the right tools in place together with some tried-and-tested lead conversion techniques.</p>
<p><strong>Simple but Clever Lead Conversion Tactics </strong><br />
Influencing your website visitors to take the next step in becoming your customers can take many forms. It could be to:</p>
<ul>
<li>Fill in an online form in return for a free White Paper, industry report or discount coupon.</li>
<li>Sign up to a newsletter or stay updated with your blog via RSS feed.</li>
<li>Follow your <a title="social media" href="http://www.wsi-ebizsolutions.biz/index.php?social-media-marketing">social media</a> updates on sites such as Facebook or Twitter, for example.</li>
<li>Register to gain access to exclusive areas of your website, such as video tutorials or a webcast.<br />
Buy a product, request a meeting or make a booking.</li>
</ul>
<p>Once you are clear on what the desired outcome should be, you can start crafting an appropriate online conversion strategy. While the desired end results may vary, the following key conversion techniques will mostly apply.</p>
<p><strong>1. Attract the Right Audience</strong><br />
Consider this your foundation. It may take longer to get up and running in order to research the market and identify the best ways to attract targeted web traffic, but your conversion rate and advertising budget will thank you for it. The scatter-gun approach may get you started quicker, but it will also drain your resources, with little return.</p>
<p><strong>2. Create a Great First Impression</strong><br />
Once you have attracted your audience, presenting them with a well-designed website that offers a first- class user experience will be a great start. But don&#8217;t stop there, use dedicated landing pages which relate specifically to your ads and which funnel your visitors into the direction of your conversion process.</p>
<p><strong>3. It&#8217;s Time to KISS</strong><br />
Keeping it straight and simple is key to channelling your customers&#8217; attention. Remove distractions and make the next step – your conversion goal – blindingly obvious. Other ideas for giving your most important message some focus would be:</p>
<p><strong>Keep your copy short and to the point.</strong><br />
Try to keep your content readable without too much scrolling.<br />
Present your strongest selling points towards the top of your page so visitors see it immediately.<br />
If you are using an online form, make it easy to fill in. No jumping through hoops.<br />
Use a mixture of text and images to help break up the copy and complement your message.<br />
A well-prepared landing page will make a big difference to the effectiveness of your advertising campaign and help you gain favour with search engines that emphasize more relevant content.</p>
<p><strong>4. Give a Great Incentive</strong><br />
Whether you are offering an industry White Paper in exchange for contact data, or selling state-of-the-art golfing attire, the starting point for completing the conversion is the same question all customers will ask: &#8220;What&#8217;s in it for me?&#8221;</p>
<p>Creating value-added offers not only provides potential buyers with incentives, but it also fosters loyalty and can act as a gatekeeper to qualify your customers.</p>
<p><strong>5. Respond Swiftly</strong><br />
Research shows that customers are most responsive immediately after initiating correspondence. An automated email function will allow you to send an immediate message – perhaps with an offer – upon your visitors filling in a form, signing up to a newsletter or making an enquiry.</p>
<p>In conclusion, don&#8217;t leave it to chance, it may take a little testing and tweaking before you optimise your conversion process – but it is worth the effort.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/2ZzyGbqWnx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/5-tips-converting-online-leads/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/5-tips-converting-online-leads/2010/02/</feedburner:origLink></item>
		<item>
		<title>Google Caffeine – Is It Good For You?</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/HFQyXUiwDjc/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/google-caffeine-good/2010/02/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:52:33 +0000</pubDate>
		<dc:creator>Lisa Chirgwin</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Google Caffeine]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=755</guid>
		<description><![CDATA[One thing is certain when working with the World Wide Web: change. Web technology is not stationary – nor should it be. Complacency in implementing improvements leads to limited functionality, which translates ultimately into losing traffic. No individual or company is exempt, including the Internet giant Google, which has maintained its dominance in global cyberspace through its clever adoption of leading- edge technologies for its online tools and services.]]></description>
			<content:encoded><![CDATA[<p>One thing is certain when working with the World Wide Web: change. Web technology is not stationary – nor should it be. Complacency in implementing improvements leads to limited functionality, which translates ultimately into losing traffic. No individual or company is exempt, including the Internet giant Google, which has maintained its dominance in global cyberspace through its clever adoption of leading- edge technologies for its online tools and services.<br />
<span id="more-755"></span><br />
Introducing Google&#8217;s latest algorithm update, nicknamed Caffeine. While updating their search engines to be more efficient may bode well for users, it may have negative implications for marketers who have worked hard for the web traffic they enjoy as a result of good organic rankings. So what can we expect from Google Caffeine and how might it affect your rankings?</p>
<p><strong>Google Caffeine – Cause for Concern? </strong><br />
Google engineer and Quality Control Team leader Matt Cutts has described the Caffeine update as being the most fundamental change to the Google search system since its Big Daddy update of 2005. When a search engine changes its algorithm, it usually leads to a shake up of search engine rankings (as many businesses experienced in 2005). So is there reason to be concerned about the Google Caffeine update?</p>
<p><strong>What is Behind Caffeine? </strong><br />
When asked why Google has made this update, Matt Cutts explained it as improvements being made &#8216;under the hood&#8217; – with most searchers not even noticing the difference. The upgrades have been made to the way Google indexes content, by rewriting its indexing system to crawl faster, index more efficiently, and serve up fewer results much more quickly.</p>
<p>The huge popularity of real-time, content-sharing platforms, such as the micro-blogging website Twitter, indicates how internet users&#8217; surfing habits are changing, demanding a more immediate web experience that includes search capabilities.</p>
<p>As the nickname implies, the update is about injecting more speed and a sharper focus. At the end of the day, Google, like any search engine, wants – and needs – to quickly serve up fresh, relevant and focused search results to maintain and improve its market share.</p>
<p><strong>How Caffeine Might Affect You </strong><br />
The simple answer is: if you adhere to <a title="search engine optimisation" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">search engine optimisation</a> best practices, then Caffeine will affect you very little, if at all. In fact, to genuine search marketers Caffeine is more likely to be a benefit than a disadvantage. The reason for this is that one of the update&#8217;s aims is to weed out less relevant, older content that may be in the way of better search results being served on the first few pages.</p>
<p>Google says the changes in search results will be subtle because it will be introducing the changes over a period of months from one data centre to another. So, as mentioned, while it may be a significant change to the way the Google engine works, it is unlikely most users will notice it.</p>
<p><strong>What Can You Do? </strong><br />
If you already employ a well-prepared <a title="search marketing" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">search marketing</a> strategy, then you already have a head start on a lot of people – and probably won&#8217;t need to do an awful lot different. But without resting on your laurels, it could help to consider the following points:</p>
<p>Make your content easy to crawl. Help Google identify your content quickly by keeping your website code uncluttered (boring techy points), fast loading and well structured.<br />
Is your website easy to navigate? Keep your best content easy to find, not buried under layers of unnecessary hierarchical layers.</p>
<p>Make sure you regularly update your content. As mentioned, searchers want fresh content &#8211; what&#8217;s being said today, yesterday, last week or month, not last year.</p>
<p>If you are already doing these things, then keep on keeping on. The Google Caffeine update will then be very unlikely to affect you.</p>
<p>In conclusion then, while the Google Caffeine update is significant, it&#8217;s not something to be unduly concerned about if you already have a good search marketing strategy in place.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/HFQyXUiwDjc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/google-caffeine-good/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/google-caffeine-good/2010/02/</feedburner:origLink></item>
		<item>
		<title>20 Social Networking Tactics for Business</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/a3tn5W2FpW4/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/20-social-networking-tactics-business/2010/02/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:47:10 +0000</pubDate>
		<dc:creator>Lisa Chirgwin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[Targeted marketing]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=750</guid>
		<description><![CDATA[The growth of social media has exploded on to the web – and there are no signs it will be slowing any time soon. While Tweeting, poking and tagging may primarily be consumer-based activities, it would be unwise to assume there are not social network marketing opportunities to help promote your business.]]></description>
			<content:encoded><![CDATA[<p>The growth of <a title="social media" href="http://www.wsi-ebizsolutions.biz/index.php?social-media-marketing">social media</a> has exploded on to the web – and there are no signs it will be slowing any time soon. While Tweeting, poking and tagging may primarily be consumer-based activities, it would be unwise to assume there are not social network marketing opportunities to help promote your business.<br />
<span id="more-750"></span><br />
A word of caution though, getting involved in a social network or two with the sole purpose of selling can quickly turn customers away. The key to successful participation in any <a title="social media marketing" href="http://www.wsi-ebizsolutions.biz/social-media-marketing_15.html">social media marketing</a> is to do so genuinely, to value relationships and not to take goodwill for granted. So, what are some of the best social media marketing techniques that can work for your business?</p>
<p><strong>Get Social Media Marketing Working for You</strong><br />
The choice of social media platforms continues to grow – with a plethora of social networking websites to choose from. While hugely successful sites such as Facebook, Twitter, LinkedIn and YouTube may be taking all the plaudits, there are many more social networking websites to consider. Your first goal is to establish where your target audience is active, and then &#8216;get on board that bus&#8217;.</p>
<p>A final word of warning before we move on to review the 20 social networking tactics for business. Don&#8217;t dive in too soon. Take some time to monitor and learn from your customers&#8217; existing activity. This will enable you to participate in a similar fashion, rather than sticking out like a sore thumb.</p>
<p><strong>20 Ways to Use Social Media to Promote Your Business </strong><br />
The following 20 social media marketing tactics will enable you to genuinely participate within social networks while simultaneously promoting your business successfully.</p>
<ol>
<li>Highlight – and link out to – industry news or world news relevant to your field.</li>
<li>Share your own thoughts on topics related to your business.</li>
<li>Feature links to insightful articles and include an explanation as to why they are valuable.</li>
<li>Be helpful; share some of your expertise to help build a positive reputation.</li>
<li>Ask questions to get feedback and invite discussion on industry topics.</li>
<li>Recommend other social media users –they will usually reciprocate your recommendation.</li>
<li>Hold a contest and publicise it across your social media profiles. Competitions can spread like wildfire across social networks.</li>
<li>Announce business updates, including links to new products or special features.</li>
<li>Link to your website content occasionally; too often might seem pushy, but this doesn&#8217;t mean to say you cannot do it at all.</li>
<li>Link to rich media content, such as webcast presentations or videos that enhance your message.</li>
<li>Announce – and link to &#8211; the publication of your latest email newsletter.</li>
<li>Similarly, link to your latest blog post with a brief summary.</li>
<li>Post discount coupons and other deals exclusive to your social media audience.</li>
<li>Personalise your profile with your company logo and colours, and maybe even an image of yourself.</li>
<li>Think quality, not quantity. You don&#8217;t need to be the most prolific participant to impress.</li>
<li>Don&#8217;t be afraid to share some personality.</li>
<li>Pick up tips and tricks from other experts in your field.</li>
<li>Share links to your social media profile, or profiles from your website, newsletter and regular email signature.</li>
<li>Combine your content across multiple web platforms, including your website and social media profiles.</li>
<li>Identify the best times of day to engage with your target audience</li>
</ol>
<p>In conclusion, remember that whether you are tweeting, poking or tagging, be yourself and enjoy participating in the social conversation.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/a3tn5W2FpW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/20-social-networking-tactics-business/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/20-social-networking-tactics-business/2010/02/</feedburner:origLink></item>
		<item>
		<title>What is bounce rate? Why is bounce rate important?</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/ZQF7uk-5u1I/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/bounce-rate-bounce-rate-important/2010/02/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:42:28 +0000</pubDate>
		<dc:creator>John Callaghan</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Bounce Rate]]></category>
		<category><![CDATA[Ecommerce Websites]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=744</guid>
		<description><![CDATA[What is bounce rate?
The definition of bounce rate is the percentage of visitors to a site who leave the site without viewing any more pages. Bounce rate is calculated using the bounce rate is: bounce rate = total number of visitors who view one page / total number of visits. A visitor can bounce by:

Clicking [...]]]></description>
			<content:encoded><![CDATA[<h2>What is bounce rate?</h2>
<p>The definition of bounce rate is the percentage of visitors to a site who leave the site without viewing any more pages. <span id="more-744"></span>Bounce rate is calculated using the bounce rate is: bounce rate = total number of visitors who view one page / total number of visits. A visitor can bounce by:</p>
<ul>
<li>Clicking the &#8220;Back&#8221; button to leave the site</li>
<li>Clicking a link to a page on a different web site</li>
<li>Closing the window or tab the page is being viewed in</li>
<li>Typing and navigating to a new URL</li>
<li>Session timeout: commonly 30 minutes</li>
</ul>
<p>Bounce rate can vary between different data sources depending on the session timeout value. A session timeout out is where a visitors views a page, doesn’t navigate or bounce and leave the browser idle for longer than the timeout period. If after the session timeout period the visitor resumes activity and navigates on the site, it will be recorded as a new session. Bounce rate data in <a title="Google Analytics" href="http://www.wsi-ebizsolutions.biz/google-analytics_67.html">Google Analytics</a> uses the period of 30 minutes.</p>
<h2>Why is bounce rate important</h2>
<p>The importance of bounce rate is very much dependant on the natures of the website and the “bounces.” The way bounce rate is interpreted is different for ecommerce websites, blogs, news websites, affiliate sites, social networking sites and so on. Below are some examples of the how the importance of bounce rate can vary between different websites.</p>
<h2>Ecommerce and Bounce Rate</h2>
<p>The goal of ecommerce websites is to convert visitors into sales. To complete a sale it is necessary to navigate through the purchase process. A high bounce rate on ecommerce websites indicates that there is an issue with traffic relevancy (visitors weren’t looking to buy the products and/or services offered) or the websites persuasion architecture (web page design, prices, content and calls to action). Bounce rate is important on ecommerce websites because it is one of the metrics that can be used to determine the performance of web pages.</p>
<h2>Blogs, News Sites and Bounce Rate</h2>
<p>Blogs and new websites etc provide articles about all manner of subjects. If you’re looking for information about a sports event, brewing beer, world politics, whatever is may be a good article on a news website or blog site should provide you with the information you were looking for. In which case you will bounce but the website will have achieved its primary goal. Many blogs are monetized using affiliate banners and Google Adsense, clicking on adverts is also counted as a bounce. Visitors clicking on adverts would also be one of the goals of a blog site or news website. Another reason why high bounce rate isn’t necessarily a bad thing.</p>
<h2>Affiliate and Adsense Sites and Bounce Rate</h2>
<p>Some websites use <a title="search engine optimisation" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">search engine optimisation</a> or paid <a title="search marketing" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">search marketing</a> to drive traffic to pages with an extensive amount of advertising. The intended goal of these websites is to get as many visitors to click on adverts as possible. Because clicking on adverts is counted as a bounce a high bounce rate may be a good thing. The web statistics analyst would compare bounce rate with clicks to determine what percentage of the bounce rate is from activities other than clicking on adverts. So bounce rate is also important on these websites but with clicks taken into account.</p>
<h2>Bounce Rate: A Summary</h2>
<p>With the knowledge of what bounce rate is and an understanding of the implications of bounce rate data for your website it’s possible to use it alongside other metrics to monitor, test and improve performance based and your websites goals. Using bounce rate it&#8217;s possible to streamline <a title="SEO" href="http://www.wsi-ebizsolutions.biz/search-engine-optimisation_14.html">SEO</a>, improve return on investment on <a title="PPC advertising" href="http://www.wsi-ebizsolutions.biz/ppc-management_48.html">PPC advertising</a> and more!</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/ZQF7uk-5u1I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/bounce-rate-bounce-rate-important/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/bounce-rate-bounce-rate-important/2010/02/</feedburner:origLink></item>
		<item>
		<title>WSI Collectively Raised $8,000 for Haiti Relief</title>
		<link>http://feedproxy.google.com/~r/WsiWebDesignBlog/~3/3LqEcCHvtlU/</link>
		<comments>http://www.wsi-ebizsolutions.biz/blog/wsi-collectively-raised-8000-haiti-relief/2010/02/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:05:56 +0000</pubDate>
		<dc:creator>Lisa Chirgwin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Haiti Relief Fund]]></category>
		<category><![CDATA[Make Chold Poverty History]]></category>
		<category><![CDATA[WSI]]></category>

		<guid isPermaLink="false">http://www.wsi-ebizsolutions.biz/blog/?p=737</guid>
		<description><![CDATA[The WSI network is part of the the Make Child Poverty History (MCPH).  As part of this charity WSI has raised funds for the Haiti Relief Fund, to provide much needed resources to those who were affected by the earthquake that struck Haiti in January.]]></description>
			<content:encoded><![CDATA[<p>The WSI network is part of the the Make Child Poverty History (MCPH).  As part of this charity WSI has raised funds for the Haiti Relief Fund, to provide much needed resources to those who were affected by the earthquake that struck Haiti in January.</p>
<p>WSI has franchises worldwide, and franchise members have been donating to the fund. WSI Home Office matched the donations from the entire IC network, which means that WSI collectively raised $8,000 toward the Haiti relief efforts!<br />
<span id="more-737"></span></p>
<p>WSI Home Office immediately sent this contribution to their contacts at World Vision to further their efforts in providing food, water, medical suppliers and shelter to the estimated 3 million people who were affected by the disaster. </p>
<p>Here is a statement received from World Vision:<br />
&#8220;WSI has been a generous contributor to World Vision’s humanitarian efforts for years. With the recent crisis in Haiti, we needed immediate financial assistance to get much needed aid to those children and their families impacted by the earthquake. Without hesitation, WSI rallied up its franchise network and partners to raise funds for this purpose. I am so impressed with WSI’s dedication, commitment and hard work with their fundraising efforts. World Vision is thankful to have such faithful and committed partners like WSI.&#8221; – Richard Chapman, Development Advisor, World Vision Canada</p>
<p>Update from World Vision as of February 9:<br />
February 9, 2010, Port-au-Prince &#8211; Nearly a month after the catastrophic quake, Haiti&#8217;s survivors face more than just staggering physical needs such as food and shelter. More than 9 out of 10 people World Vision staff members spoke to had lost loved ones &#8212; including friends, extended family, or close family &#8212; and need to make time for grieving and establish normal routines in order to recover. Access to the basics of life and some sense of control is also an essential part of coping with loss.</p>
<p>World Vision spoke to 150 people across three sites in Port-au-Prince, where our teams are providing emergency supplies and services to children and families. More than 40 percent of people asked had lost an immediate family member, while 14 percent said multiple members of their immediate family had been killed by the quake.</p>
<p>WSI is proud to be a strategic alliance partner of the Make Child Poverty History foundation.</p><img src="http://feeds.feedburner.com/~r/WsiWebDesignBlog/~4/3LqEcCHvtlU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wsi-ebizsolutions.biz/blog/wsi-collectively-raised-8000-haiti-relief/2010/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wsi-ebizsolutions.biz/blog/wsi-collectively-raised-8000-haiti-relief/2010/02/</feedburner:origLink></item>
	</channel>
</rss>
