<?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>Vade Internet Solutions Company Blog &#187; Articles</title>
	<atom:link href="http://blog.vade.ie/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vade.ie</link>
	<description>Quality Irish web hosting explained</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:24:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PHP 5.3 Update Information</title>
		<link>http://blog.vade.ie/2011/08/php-5-3-update-information/</link>
		<comments>http://blog.vade.ie/2011/08/php-5-3-update-information/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 11:38:04 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=260</guid>
		<description><![CDATA[Over the coming days, our servers will be getting their default PHP version switched onto the PHP 5.3 stream for all our web hosting packages. For the most part, no one should notice anything different. Edit: You can replicate the old behaviour simply by renaming your php.ini file to .user.ini. We are automatically doing this [...]]]></description>
			<content:encoded><![CDATA[<p>Over the coming days, our servers will be getting their default PHP version switched onto the PHP 5.3 stream for all our <a href="http://www.vade.ie/packages/web-hosting/">web hosting packages</a>. For the most part, no one should notice anything different.</p>
<p>Edit: You can replicate the old behaviour simply by renaming your <em>php.ini</em> file to <em>.user.ini</em>. We are automatically doing this on we upgrade each server to the new version.</p>
<h2>Date/Time settings Error</h2>
<p>Our testing has however shown up this error affecting some sites.</p>
<pre><strong>Warning</strong>: date() [function.date]: It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone_set()
function. In case you used any of those methods and you are still getting this warning,
you most likely misspelled the timezone identifier.</pre>
<p>For those of you that are familiar with <em>php.ini</em> files will know that you can set this variable there. And we have. There is just a small bug in PHP which unsets this settings if you use a local php.ini file to over-ride settings. Unfortunately this means that users with these files end up with no date.timezone value, and the error above.</p>
<p>You can fix it by adding the following value to your <em>php.ini</em> file or <a href="http://www.vade.ie/support/contactus/">contacting our support team</a> who will be happy to help.</p>
<pre>date.timezone = 'Europe/Dublin'</pre>
<h2>Additional PHP Errors</h2>
<p>Because of the same inheritance issue listed about, some sites may see additional PHP generated error messages. The easy way around this is to add the following to your folder specific <em>php.ini</em> file for the affected application.</p>
<pre>error_reporting = E_ALL &amp; ~ E_DEPRECATED</pre>
<p>We are working to find a fix that doesn&#8217;t require user intervention and hopefully it will be in place before your server goes live with this change. As always, we will be pro-actively monitoring and updating users of any issues we notice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/08/php-5-3-update-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits of Linux Hosting</title>
		<link>http://blog.vade.ie/2011/03/benefits-of-linux-hosting/</link>
		<comments>http://blog.vade.ie/2011/03/benefits-of-linux-hosting/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 12:11:20 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=231</guid>
		<description><![CDATA[Linux is everywhere these days. You interact with it many times without knowing it. For instance, this website is hosted on Linux. Gone are the days when Linux was only used geeks in the basement. Should you care? In most cases, knowing the operating system your website runs on isn&#8217;t going to help with much [...]]]></description>
			<content:encoded><![CDATA[<p>Linux is everywhere these days. You interact with it many times without knowing it. For instance, this website is hosted on Linux. Gone are the days when Linux was only used geeks in the basement.</p>
<h3>Should you care?</h3>
<p>In most cases, knowing the operating system your website runs on isn&#8217;t going to help with much of the day to day decisions. If you are uploading standard HTML pages, then any system will do. Even when you start programming, the differences do not start showing until you begin to use some of the advanced features.</p>
<p>So why is Linux everywhere in the web hosting world? Simple answer, the software cost is free. A Linux webserver can be setup without having to pay for licences. But since the software costs do not make up a huge part of the costs the <a href="http://www.vade.ie" target="_blank">web hosting</a> companies feel, there has to be more right? Giant companies such as Facebook, Google or Yahoo do not choose Linux hosting based on the software cost.</p>
<h3>Security</h3>
<p>In today&#8217;s world, the number of hacking attempts is truly astronomical. The majority of them are automated scanners that search the internet looking for vulnerable websites. While simply running on a Linux web server will now protect everything, it definitely does help if and when a website is breached. Because Linux is Open Source Software, meaning anyone can work on the code, updates, patched, and security fixes can come from anywhere. This means a rapid fix for problems once they are discovered.</p>
<h3>Reliability</h3>
<p>The same fact that helps with security also helps with reliability. The open source nature of Linux means operating system patches come quicker and get reviewed by more people. The biggest benefits is the lack of reboots required. This means security patches can be updated without downtime. No downtime means your site is not offline.</p>
<p>Here at Vade, having your site online and accessible is our number one goal. We&#8217;ve talked <a href="http://blog.vade.ie/2008/11/the-up-time-race-and-why-vade-arent-starting/">previously about uptime</a> and how our guarantee is different. Experience it for yourself with our Primus <a href="http://www.vade.ie/packages/web-hosting/primus-web-hosting/">Irish Web Hosting</a> package.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/03/benefits-of-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Domains</title>
		<link>http://blog.vade.ie/2011/03/multiple-domains/</link>
		<comments>http://blog.vade.ie/2011/03/multiple-domains/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 12:04:43 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[domains]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=218</guid>
		<description><![CDATA[A domain name may just be the most important aspect of your website. It is your websites name as seen by the public. In most cases, what they will type so they can find you. Lets step back a bit. What is a Domain Name? A domain name quite simply is the bit between the [...]]]></description>
			<content:encoded><![CDATA[<p>A domain name may just be the most important aspect of your website. It is your websites name as seen by the public. In most cases, what they will type so they can find you.</p>
<p>Lets step back a bit.</p>
<h2>What is a Domain Name?</h2>
<p>A domain name quite simply is the bit between the dots up in the address bar. So for our website, normally you would see <a href="http://www.vade.ie">www.vade.ie</a> meaning our domain is <strong>vade</strong>, on the Irish registry, or <strong>.ie</strong>. For www.coca-cola.com, the domain would be <strong>coca-cola</strong>.</p>
<p>You probably already know that the domain usually follows the company name, or a well known word for them, or just a persons name. This is the format we recommend too.</p>
<h2>Why Multiple Domain Names?</h2>
<p>Have you ever typed a website name in and ended up on the wrong site? I know I have. And this does happen quite a lot across the internet. Spelling mistakes are another big one, so if you have a name that can be misspelled, this is something to look out for.</p>
<p>The other reason is because end users can forget which extension you are on. In most cases this simply means getting some other <a href="http://blog.vade.ie/2009/10/increased-domains/">domain extensions</a> for your domain. If you are starting out and they are available, grabbing as much of the top level domains like .com, .org, .net etc is a good idea. Our sales team can help you with the list of domains to get should you need any help.</p>
<h2>Redirecting Domain Names</h2>
<p>Since you have multiple domains, now what do you do with them? For most people, the simple answer is to pick a primary domain, then redirect the other sites to it. It&#8217;ll help with SEO (Search Engine Optimisation) and is easily achieved using our <em>web alias</em> feature under account utilities in the <a href="http://www.vade.ie/services/controlpanel/">control panel</a>.</p>
<h2>Ordering</h2>
<p>You can get your <a href="http://www.vade.ie/packages/domains/">domain names</a> over on our <a href="http://www.vade.ie">mail website</a>. Alternatively, <a href="http://www.vade.ie/support/contactus/">contact us</a> if you need any assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/03/multiple-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics of Starting a Blog &#8211; WordPress</title>
		<link>http://blog.vade.ie/2011/02/basics-of-starting-a-blog-wordpress/</link>
		<comments>http://blog.vade.ie/2011/02/basics-of-starting-a-blog-wordpress/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:24:31 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[oneClick Installer]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=239</guid>
		<description><![CDATA[Today blogging is everywhere. Everyone and their dog seems to have one and the reason is simple, they are super easy to setup. You really can be up and running in a matter of minutes using software such as WordPress. Click and install using our oneClick installer, login and start writing. With our quick order [...]]]></description>
			<content:encoded><![CDATA[<p>Today blogging is everywhere. Everyone and their dog seems to have one and the reason is simple, they are super easy to setup. You really can be up and running in a matter of minutes using software such as <a href="http://www.vade.ie/services/controlpanel/oneclickinstaller/oneClick_wordpress/">WordPress</a>. Click and install using our <a href="http://blog.vade.ie/2011/02/wordpress-blog-install-oneclick-installer/">oneClick installer</a>, login and start writing. With our <a href="http://blog.vade.ie/2011/01/quick-order-form/">quick order form</a> for <a href="http://www.vade.ie/packages/web-hosting/">webhosting</a>, you could be up an running in minutes!</p>
<h3>Customisation</h3>
<p>One of the best features of WordPress is its extensibility. There are hundreds of useful plugins and thousands of themes freely available, all installable by a few mouse clicks in the Admin Suite. Some themes will layout your blog in a default post by post basis, quite similar to our blog, others can change the whole look into something you would barely recognise. From custom post names, to static pages, to full galleries, it is all possible. If you are ever stuck, our friendly <a href="http://www.vade.ie/support/contactus/">support team</a> are here to help.</p>
<h3>Plugins</h3>
<p>WordPress doesn&#8217;t try to be all things to all people. That is actually a good thing. You really don&#8217;t want to be overwhelmed by buttons or options when you start. However the plugins allow you the freedom to expand out to achieve just about anything you want.</p>
<p>Some plugins you may find helpful are listed below in no particular order:</p>
<ul>
<li><a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> &#8211; For tracking visits to your site. This allows you to use the Google service.</li>
<li>Google XML Sitemaps &#8211; This plugin automatically builds a <a href="http://en.wikipedia.org/wiki/Site_map" target="_blank">sitemap</a> of your blog, a very useful feature so search engines (not just Google) can find you.</li>
<li>Feedburner Plugin &#8211; Blogs are built around <a href="http://en.wikipedia.org/wiki/RSS" target="_blank">RSS</a> and feedburner is a popular service for hosting your blog feeds. It&#8217;ll also give you a nice reader count and help build statistics.</li>
<li>All in One SEO Pack &#8211; Search Engine Optimisation is the art of &#8220;helping&#8221; search engines understand your web pages. While search engines do love WordPress, this plugin surely helps you climb up the rankings.</li>
<li>WP Captcha Free &#8211; The downside to WordPress lies in its popularity. Automated spam bots will try to post comments quite often which can ruin the experience, however plugins like this one make it much more manageable. Akismet also provide another spam solution for blogs.</li>
<li><a href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">Lightbox 2</a> &#8211; Lightbox, those clickable popup images, may be one of most seen features on the internet and this is how you make it part of your blog.</li>
</ul>
<h3>Expandability</h3>
<p>While this may not be on your mind now, your blog may one day receive a huge amount of web traffic. Generally if you stick with it and write a lot of quality content on a regular basis, your readership will grow. The last thing you want is to have to migrate your blog to another platform or system when that happens. Luckily WordPress is able to grow with you due to its plugin system. The same plugins will help it handle correctly under high traffic and keep it responding quickly. Our team can offer any advice when you need it to help your site to grow with you.</p>
<h3>Additional Services</h3>
<p>After you have ordered your <a href="http://www.vade.ie/packages/web-hosting/">web hosting</a>, if you want help, just ask. Our team can even install the blog for you. We also understand that sometimes you just want to write, and not have to worry about the management of the blog. There is the ability to leave all that to us, let us handle the upgrade, the plugins, the spam comments etc. Contact our sales team to discuss your unique needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/02/basics-of-starting-a-blog-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Feature Upgrade</title>
		<link>http://blog.vade.ie/2011/02/mail-feature-upgrade/</link>
		<comments>http://blog.vade.ie/2011/02/mail-feature-upgrade/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 12:10:12 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Backup MX]]></category>
		<category><![CDATA[Mail Management]]></category>
		<category><![CDATA[Mail Relay]]></category>
		<category><![CDATA[Out of Office]]></category>
		<category><![CDATA[Spam Filtering]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=66</guid>
		<description><![CDATA[Email is often compared to that weed that never dies. Just when a new technology comes along that will supposedly kill it off, it makes another come back. And since it is always one of those things that has to &#8220;just work&#8221;, we do put a fair amount of effort in to have the features [...]]]></description>
			<content:encoded><![CDATA[<p>Email is often compared to that weed that never dies. Just when a new technology comes along that will supposedly kill it off, it makes another come back. And since it is always one of those things that has to &#8220;just work&#8221;, we do put a fair amount of effort in to have the features you require to make <em>your life easier</em>.</p>
<p>Over the past year we have been working quietly behind the scenes upgrading our mail infrastructure and adding features to the control panel. What began as a simple upgrade to improve speed has expanded out all the way to additional server side &#8211; user level spam filtering, and lots in between. Read on to get an overview of the different features we have added, and even those you may not have known existed.</p>
<h3>Server Side &#8211; Out of Office</h3>
<p>An out of office reply is what you need for those times when you are off work. The server sends a nice email to anyone to emails in your absence, all while your email client is not turned off.</p>
<p>Even though this features has been in the <a href="http://www.vade.ie/services/controlpanel/">control panel</a> for some time, it is still regularly requested. You can find it in the Mail Manger section when logged into your control panel.</p>
<h3>Mail Relay / Non-Local Email</h3>
<p>Sometimes referred to a <em>Backup MX</em>, you can now use Vade as a secondary email server should you run your own. While previously you needed to contact Support for this, all the settings are inside of the Mail Manager under Mail Domains. First set the domain to <em>Non-Local</em>, then adjust the transport to where you want the email to be forwarded to.</p>
<p>You can also choose not to use Vade for email and simply turn off local email here. This will force our email server to use whatever DNS entries you have specified.</p>
<h3>Updates to Spam Filters</h3>
<p>Spam filtering is one of those items that is constantly being worked on. And we here at Vade are continuing to update the different sections to make it more effective.</p>
<p>Over the past year we have improved the hit ratios, both for detecting spam correctly, and reducing the number of incorrectly tagged emails. Because we understand that you&#8217;d rather not miss an important email, we always side to less false positives rather than less spam getting through.</p>
<p>All these updates tie closely into the rest of the features.</p>
<h3>Customisable (per user) whitelist/blacklist email addresses</h3>
<p>For those times when you want to block a particular email from sending mail to yourself, a black list is the way to go. We have expanded it out so that the lists are done per user and you have the ability to set the scoring on them. As such you can determine if you just want it filtered as spam, or even to a level that gets it deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/02/mail-feature-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuous Data Protection</title>
		<link>http://blog.vade.ie/2011/01/continuous-data-protection/</link>
		<comments>http://blog.vade.ie/2011/01/continuous-data-protection/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 12:26:26 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[Managed Hosting]]></category>
		<category><![CDATA[Shared Hosting]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=40</guid>
		<description><![CDATA[One question we get every now and then is about data backups for our servers. Hopefully this article can clear up what is included and what extra can be done if and when you require it. What is a backup and why is it important There are two types of people in the computer world [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>One question we get every now and then is about data backups for our servers. Hopefully this article can clear up what is included and what extra can be done if and when you require it.</p>
</div>
<h3>What is a backup and why is it important</h3>
<p>There are two types of people in the computer world when it comes to backups, those who have lost data, and those that will. When it comes down to it, it is critical to understand that there are multiple ways for data loss. Anything can play a role, from application corruption, to hardware failures, to malicious actions, to natural disasters. And any of these can require a trip to the backup data.</p>
<p>Recent statistics have shown that 1 in 10 harddisks fail or have a critical error each year. And since a harddisk is where <em>your</em> data is being stored, they are some important odds. Here at Vade, we use high quality, server grade disks as well are technologies such a <a href="http://en.wikipedia.org/wiki/RAID" target="_blank">RAID</a> to lower these risks and make the hardware failures transparent to you, the end user.</p>
<p>The biggest reason we get asked to restore data is in fact accidental deletion. We have all experienced it. Just as you are about to copy that file, something happens that takes our attention for a split second, and the wrong file is put in the wrong place, or the wrong file clicked and deleted. In these cases, it pays to have another copy, a backup copy.</p>
<div>
<h3>7 Day Rolling Backups &#8211; and then some</h3>
<p>At Vade, we decided a long time ago to have at least 7 days full backups for all our data. While others get away with 24 or 48 hours of backups, we realised that there are times that that just isn&#8217;t good enough. Perhaps something happens on a Friday, just before you leave early for the long weekend. And since Monday is a bank holiday, you rightly decided that it was a perfect time for a longer trip away and have booked the Tuesday off too. Your return on Wednesday is greeted with friendly faces asking how you enjoyed the time off. After lunch, just when you have caught up with your email, you notice something overwritten on the website, nothing important, just a small piece of text. By now it is a fully 5 days since the change, but you are safe in the knowledge that the original can be recovered. A quick email to support listing the file, and the damage is undone. Once again, you have saved the day.</p>
<p>Now while that may seem far fetched, you will probably know that it is always those far fetched, edge cases that really cause those headaches. At Vade we have you covered. And not only do we keep 7 days backups, our system actually expands out quite a bit beyond this point in a staggered fashion. With upgrades coming, we do hope to be able to expand this out to a guaranteed month covering all data. But as always, if you require more, please <a href="http://www.vade.ie/support/contactus/" target="_blank">contact us</a> with your requirements. We can accommodate almost any request.</p>
</div>
<h3>Off site backups</h3>
<p>A backup really isn&#8217;t a backup until it has been transferred from the machine it came from. Even then, it rightly should go somewhere geographically disperse to cover in case of fire or flooding. So that is exactly what we have done.</p>
<p>Vades backups are all located in a complete physically separate location from our web facing servers, on a separate network, with different providers. The equipment is even using different vendors for everything from servers to the raid cards, and right down to the harddisks. Data is also fully encrypted during the transfer between locations to ensure it is protected. This gives the benefit in that if a once in a lifetime event like a meteor striking the data centre were to occur, <em>your data would still be secure</em>.</p>
<p>Does your existing web hosting provider take as much precautions for the safety of your data?</p>
<h3>File based vs Server Based</h3>
<p>Firstly let us explain the differences.</p>
<p>File based backups backup the individual files and store them either in another, usually larger compressed file, or in a full copy somewhere else.<br />
Server based backups read the 1&#8242;s and 0&#8242;s from the harddisks and then store that in another big file.</p>
<p>The main difference is that a server based backup will allow the full machine to be recovered easier, but individual files will take longer.</p>
<p>At Vade, we understand that should you need your data back, you will want it back quickly. As such we maintain primarily file based backups. We can still restore full systems, but it is geared around recovering individual files or directories. This gives us very fine grained control over what can be restored if and when needed. If we had chosen server based backups, a single file recovery might day hours, if not days.</p>
<h3>Additional Options</h3>
<p>Beyond what we do above, we can offer some additional features to cover your needs. Below is just a small snapshot of what is possible.</p>
<ul>
<li>Real time <a href="http://www.vade.ie/services/mail/">email</a> backups.</li>
<li>Near realtime file backups.</li>
<li>Near realtime database backups on <a href="http://www.vade.ie/packages/web-hosting/">shared hosting</a> or realtime on <a href="http://www.vade.ie/services/web-development/">managed hosting</a>.</li>
<li>Application specific backups.</li>
<li>Weekly / Monthly / Yearly data archiving.</li>
</ul>
<h3>Restore costs</h3>
<div>Free. Nada. Nil.</div>
<div>Yup. It is true. The price is honestly nothing. While we admit that this is subject to change, there is currently no charge with restoring files to your account, and there hasn&#8217;t been for the 4+ years that we have been doing backups like this. We can also guarantee that there will never be a charge associated with restoring files in the event of a fault on our end.</div>
<h3>Good practice</h3>
<div>The advise still remains to take backups using your own methods, be this keeping the files backed up on your own system, or downloading a full copy of your site via our Backup Method in the <a href="http://www.vade.ie/services/controlpanel/" target="_blank">control panel</a>. While we have total confidence in our systems, only you can fully understand the value of your data. Only you can fully understand your own backup requirements.</div>
<div>But if you require, we can also automate custom backups so that the files are automatically transferred to one of your systems via FTP, SFTP or SCP, giving you the piece of mind ensuring your data is safe.</div>
<div>You can always be secure in the knowledge that we will be go above and beyond that what you expect to keep your site protected and online. <a href="http://www.vade.ie/order/">Sign up today</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2011/01/continuous-data-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving your site to Vade</title>
		<link>http://blog.vade.ie/2009/02/moving-your-site-to-vade/</link>
		<comments>http://blog.vade.ie/2009/02/moving-your-site-to-vade/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:13:45 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[move host]]></category>
		<category><![CDATA[moving host]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[specials]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=52</guid>
		<description><![CDATA[Moving web hosts is generally a big enough task. It is actually how most hosts still exist after reducing their customer service levels to near non existence. The hassle and possibility for outages or downtime and the added work left most people just living with what they had short of a very big problem. Those [...]]]></description>
			<content:encoded><![CDATA[<p>Moving web hosts is generally a big enough task. It is actually how most hosts still exist after reducing their customer service levels to near non existence. The hassle and possibility for outages or downtime and the added work left most people just living with what they had short of a very big problem.</p>
<p>Those days are gone. Vade are now offering a move host package where we do all the leg work in moving the site across. We do require access to your existing host to copy the files across as well as a list of subdomains and email addresses with passwords, but beyond that everything happens transparently.</p>
<h3>The old process (or the process with another host)</h3>
<ol>
<li>You signed up for your new Vade web hosting account.</li>
<li>The domain(s) are transferred to Vade but DNS hosting remains with your old host at this time.</li>
<li>You login and configure up the site in the same fashion as your existing host.</li>
<li>The website files are uploaded to the new web space.</li>
<li>The email accounts are setup on the Vade servers.</li>
<li>You match existing DNS entries on the Vade servers. This is where all sub domain entries such as www.yourdomain.ie and sub.yourdomain.ie are added and pointed to your old host.</li>
<li>DNS hosting is moved to Vade but the old site still points back to your old host.</li>
<li>After the propagation period (usually 48 hours along longer is suggested in some situations), you changes the DNS entries to point to Vade meaning users are now accessing the site on the Vade servers.</li>
</ol>
<h3>The Vade way</h3>
<ol>
<li>You sign up for your new Vade web hosting account specifying you want the MoveHost option.</li>
<li>You send through details on sub domains and email accounts as well as details for logging in to your old host.</li>
<li>Vade then work on transferring your domains and setting up the site on the Vade servers. We also give the option of setting a test copy of the site so you can if things work fully before the switch over.</li>
<li>You tell Vade when you would like the switchover to happen and the site and email moves across</li>
</ol>
<h3>The Price</h3>
<p>Since we are feeling generous, the additional service is offered <em><strong>free</strong></em> with new signups for a limited period. We will eventually have to charge for it but we do believe that moving should be as simple as possible and this is one of the many ways we try and show it.</p>
<p>As with all things, if there is anything we can do to assist, please do <a href="http://www.vade.ie/support/contactus/">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2009/02/moving-your-site-to-vade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The up-time race and why Vade are not starting</title>
		<link>http://blog.vade.ie/2008/11/the-up-time-race-and-why-vade-arent-starting/</link>
		<comments>http://blog.vade.ie/2008/11/the-up-time-race-and-why-vade-arent-starting/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:10:36 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[up-time]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=38</guid>
		<description><![CDATA[For those of you who have been shopping around, you will probably have noticed a lot of hosts saying they will offer an uptime of N (where N is some randomly picked 99.999% type number, or even 100% in some cases). What all these numbers fail to tell you is what they actually mean. Asking [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">For those of you who have been shopping around, you will probably have noticed a lot of hosts saying they will offer an uptime of N (where N is some randomly picked 99.999% type number, or even 100% in some cases). What all these numbers fail to tell you is what they actually mean. Asking for clarification will usually get you pointed towards an obtuse terms document. They will even try to pull the wool over your eyes regarding what happens when they don&#8217;t meet these numbers.  In most cases there will be credits available if your site is offline for an amount of time, standard seems to be 1 day for every hour offline outsite of the level above.</p>
<h2 style="text-align: left;">The Numbers</h2>
<table style="text-align: left; height: 122px;" border="0" width="293">
<tbody>
<tr>
<th>Availability</th>
<th>per day</th>
<th>per month</th>
<th>per year</th>
</tr>
<tr>
<th>99.999%</th>
<td>00:00:00.4</td>
<td>00:00:26</td>
<td>00:05:15</td>
</tr>
<tr>
<th>99.99%</th>
<td>00:00:08</td>
<td>00:04:22</td>
<td>00:52:35</td>
</tr>
<tr>
<th>99.9%</th>
<td>00:01:26</td>
<td>00:43:49</td>
<td>08:45:56</td>
</tr>
<tr>
<th>99%</th>
<td>00:14:23</td>
<td>07:18:17</td>
<td>87:39:29</td>
</tr>
</tbody>
</table>
<p>So lets stay we were to offer a 99.99% up-time &#8220;guarantee&#8221; on our <a href="http://www.vade.ie/packages/web-hosting/starter-web-hosting/" target="_blank">Starter Web Hosting Package</a>. Your site could be offline for  1 hour, 52 minutes and 34 seconds before we would have to give a credit of 1 day, a credit that is actually only worth about €0.14. What is more, most of these &#8220;guarantees&#8221; have big get out of jail sections allowing the host in question to say the outage was not caused by them therefore no credits.</p>
<p>Then comes the question of how the up-time is measured. Is an outage only calculated after there is a defined period where the software can&#8217;t contact the server, or is every failed attempt counted as an outage. However you check the server will also have an effect on the number it ends up with as will where the checking happens from. If checking happens in Ireland but then the international connectivity to Ireland is reduced (happened a few months back) or even completely removed, does that count as an outage even though everyone in Ireland can still talk to the servers. It all remains very gray at the best of times.</p>
<p>Recently when we here in <a href="http://www.vade.ie/packages/web-hosting/" target="_blank">Vade&#8217;s Web Hosting Team</a> had a meeting about up time, we calculated all the different bits that went into an up-time figure. This covers everything for time between hard disk failures to the time involved in running a new network cable should an existing one fail for some reason. What we came up with was that we could provide 100% up-time, 99.999% of the time, the other 00.001% would create an outage that would destroy the up-time stats for years if they happened. In real terms, one of these major problems for every 10 000 other problems is all that it takes. And who&#8217;s to say when this one time will actually happen.</p>
<p>For instance, all our servers have redundant hard drives so we can have a failure of 1 disk and things will still keep going without anyone noticing. (except of course our on call engineer who has just been woken up to go replace it &#8211; these things never fail during the daytime) If two hard-disks were to go at once, we would need to install two new hard-disks, rebuild the file system array, and then restore the files from the backup server. (We have a rolling 7 day backup system.) Total downtime could be a few hours or more depending on which two disks failed and how far away the on call engineer was from the server with the problem. (Vade runs a <a href="http://www.vade.ie/support/faq/" target="_blank">distributed network</a>). The same is true of power supply failures, to cpu failures, to any other random part of the server that may fail. In most cases it is quicker to just completely swap out the machine and move the hard disks across, but again that requires time to physically move things, a lot more than the 5 minutes per year available with 99.999% up-time.</p>
<p>So after considering all the facts, we decided we wouldn&#8217;t pick a figure at which to base our up-time requirements on. Any outage is already viewed as a failure on our part and gets a full report done as to why it happened and what can be done to ensure it doesn&#8217;t happen again. Our customers are also welcome to request credits for an outage too, and I will say that we don&#8217;t use the 1 hour = 1 day rule although it has been a while since we have issued any credits. In fact the last one we issued credits for wasn&#8217;t even an outage that stopped anyone accessing the site. All I can say is that we are generous because without you our customers, we wouldn&#8217;t be operating.</p>
<p>Edit: We decided to share one of the external monitoring services we use. There are issues with using it but it should give an indication of our uptime from an unbiased party. Just click on the image below. It changes to display the actual uptime too.<br />
<a onmouseover="this.href=&quot;http://host-tracker.com/website-uptime-statistics/1429480/ff/&quot;;" href="http://host-tracker.com/"><br />
<img src="http://ext.host-tracker.com/uptime-img/?s=15&amp;t=1429480&amp;m=0.59&amp;p=Total&amp;src=ff" border="0" alt="nslookup" width="80" height="15" /></a><noscript>&amp;amp;amp;lt;a href=&#8221;http://host-tracker.com/&#8221; mce_href=&#8221;http://host-tracker.com/&#8221; &amp;amp;amp;gt;is my site up&amp;amp;amp;lt;/a&amp;amp;amp;gt;</noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2008/11/the-up-time-race-and-why-vade-arent-starting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why choose Vade Internet Solutions?</title>
		<link>http://blog.vade.ie/2008/11/why-choose-vade-internet-solutions/</link>
		<comments>http://blog.vade.ie/2008/11/why-choose-vade-internet-solutions/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:04:52 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=25</guid>
		<description><![CDATA[The old adage that says &#8220;you get what you pay for&#8221; has never been truer than in the Web Hosting and Web Design world of today. With computers dropping in prices at almost alarming rates over the past few years, computer services tried to keep pace. However, most companies have done this by cutting corners [...]]]></description>
			<content:encoded><![CDATA[<p>The old adage that says &#8220;you get what you pay for&#8221; has never been truer than in the Web Hosting and Web Design world of today. With computers dropping in prices at almost alarming rates over the past few years, computer services tried to keep pace. However, most companies have done this by cutting corners and not true costs.</p>
<p>Here at Vade, we will openly admit that we are not, and will not be the cheapest product on the market. If you are happy with a site that works, mostly, and where support is what the other company have bought, then there are a multitude of companies on the market that offer cheaper products. With Vade, you are buying a product we would hope is equal the quality of your own brand. We take pride in our work and the level of service we provide, and we want this pride to felt upon every dealing with Vade. Our support team is always available to assist in every aspect of your design and hosting needs. And unlike with other companies, if you are ever unhappy with an aspect of our business, our procedures, or how you have been dealt with, I welcome you to contact me directly at <a href="mailto:stephen@vade.ie">stephen@vade.ie</a> and voice your concerns directly.</p>
<p><strong>So how do you know if the company you are thinking of choosing is good or bad?<br />
</strong>Well in my opinion this is actually an easy one to spot. The first thing we usually look at is how much of an investment has a company made to get where they are today. And by this we don&#8217;t mean how much money they have spent. These days, a hosting company can be born in half an hour by someone signing up to a reseller package, choosing a company name, and submitting themselves into Google. And for someone who only wants a simple website these &#8220;companies&#8221; are perfect as they are nearly always cheaper than the competition. If you are looking for something that will live up to the standards you have set for your own establishment, then you want a company that has invested more time and more of themselves into getting their own business to a level they themselves are proud of.<strong></strong></p>
<p>We here in Vade have spent considerable time developing our own custom hosting platform and control panel software. Everything has been designed from the ground up with our customer needs in mind. And as with all areas of our operation, we always welcome suggestions to improve to make your life easier. This gives us enormous flexibility such that if there is a feature a customer wants and we don&#8217;t have it, we can develop it, test it, and then provide it. With other companies, they usually have to request the feature from the software vendor they bought their platform from, hope it gets added, and then wait for it to be released. For more information, do check out our website. <a href="http://www.vade.ie/">http://www.vade.ie/</a></p>
<p>Thank you for your time and I hope that this information is of some use to you and helps you make the right choice for your business.</p>
<p>Stephen Ryan<br />
Director and Owner<br />
Vade Internet Solutions Ltd</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2008/11/why-choose-vade-internet-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Company Blog</title>
		<link>http://blog.vade.ie/2008/10/company-blog/</link>
		<comments>http://blog.vade.ie/2008/10/company-blog/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:01:26 +0000</pubDate>
		<dc:creator>Vade</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.vade.ie/?p=4</guid>
		<description><![CDATA[So, like everyone else, we here at Vade are starting a company blog. Way to follow the crowd but there is some value to having one. We hope to post some different articles written by members of the team on a semi-regular basis. Any upgrades, news, changes, or outages will also be posted up here. [...]]]></description>
			<content:encoded><![CDATA[<p>So, like everyone else, we here at Vade are starting a company blog. Way to follow the crowd but there is some value to having one. We hope to post some different articles written by members of the team on a semi-regular basis. Any upgrades, news, changes, or outages will also be posted up here. Unlike some other companies, we will leave all of it present after the fact. We don&#8217;t believe in hiding what you already know. Every outage we have gets a full RFO (Reason For Outage) and full CAR (Corrective Actions Report), some thing we will also post up here.</p>
<p>To give you an incentive to subscribe, we will post up some different coupons from time to time. We will start by giving you one now, blogspecial, which will give you 10% off on every order, domains included! To use this coupon, use the <a href="http://www.vade.ie/order/" target="_blank">online order system</a>, and enter &#8220;blogspecial&#8221; (without the quotes) into the coupon field. It will apply the discount at the summary page. Any trouble, please <a href="http://www.vade.ie/support/contactus/" target="_blank">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vade.ie/2008/10/company-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

