<?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>Virtual Websource</title>
	
	<link>http://virtualwebsource.com</link>
	<description />
	<lastBuildDate>Wed, 02 May 2012 19:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/VirtualWebsource" /><feedburner:info uri="virtualwebsource" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Optimizing Web Pages</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/AkXCUU5ZaQM/</link>
		<comments>http://virtualwebsource.com/optimizing-web-pages/#comments</comments>
		<pubDate>Wed, 02 May 2012 19:49:09 +0000</pubDate>
		<dc:creator>vws_admin</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[gzipped]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[optimize]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=349</guid>
		<description><![CDATA[This article discusses some of the basic concepts of optimizing a web page to make the web page load quickly &#8211; or at least, more quickly. It is for the benefit of those who are not technically oriented, but need to have a means of discussing these concepts with their web developer. Reduce the amount&#160;<a href="http://virtualwebsource.com/optimizing-web-pages/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>This article discusses some of the basic concepts of optimizing a web page to make the web page load quickly &#8211; or at least, more quickly. It is for the benefit of those who are not technically oriented, but need to have a means of discussing these concepts with their web developer.</p>
<h2>Reduce the amount of data required to display the page</h2>
<p>A web page consists of html, scripts, style documents, and media such as images and videos. These components should be reduced in size as much as possible to shorten the time required to download them. Images typically represent the greatest opportunity for optimization. Browsers cannot display image resolutions higher than 72 dpi, so there is no point in loading anything of  higher resolution. Additionally, the images should be sized to the size being displayed rather than having html resize them. The html code itself should be concise and correct. The code should be validated to ensure that it meets the requirements of the document type. All presentation elements should be moved to an external css style sheet. On a website with many pages, there should be a fundamental style sheet and then a separate style sheet for each page. Smaller websites should have only one stylesheet. Finally, css and javascript files should be &#8216;gzipped&#8217; (compressed) and/or &#8216;minified&#8217; which removes non-essential characters without changing the functionality. If you have a WordPress site, the <b>W3 Total Cache</b> plugin will do that for you.</p>
<h2>Reduce HTTP Calls</h2>
<p>The next important key step to increasing web page loading speed is to reduce the calls to the internet within your web page (reducing HTTP calls). There are several aspects to this issue: combining scripts and style sheets, using image sprites, and avoiding redirects or frames. These are critical areas in which your website performance can be improved.</p>
<h2>Content Distribution</h2>
<p>If your audience is widely distributed geographically and you make extensive use of graphics and/or video files, you should be using a Content Delivery Network (CDN). These are systems with widely distributed servers that are optimized for  content delivery. Also, loading your videos and images on a different domain (such as a CDN) allows browsers to load your content more quickly. Amazon S3 is the most widely used CDN and certainly the most cost-effective. You might also use a second domain on your webhost to store the style sheets and javascript elements to allow them to load faster, especially if you use cookies. Content should always be delivered from a domain that does not use cookies.</p>
<p>In violation of concepts above, the home page will benefit from having style and javascript elements within the page. This works because it reduces the http calls, but it should only be used on the home page. In this case, a gzipped version of the style elements must be placed at the top of the html page within the head section and the javascript elements &#8211; just those required for the home page &#8211; placed just above the closing body tag.</p>
<h2>Network Issues</h2>
<p>If your optimized website still loads slowly, you will need to evaluate your webhost and your ISP. If your webhost is slow, your website will load slowly. You will need to upgrade your webhost. Or it may be just that your ISP speed is slow in which case other people will see your website load quickly, but you will always see it load slowly. Time to shop around for a new ISP.<p>
<p>These are just a quick general discussion of the aspects of website optimization. Please <a href="http://virtualwebsource.com/contact-us/">contact us</a> if you have further questions.</p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/AkXCUU5ZaQM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/optimizing-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/optimizing-web-pages/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=optimizing-web-pages</feedburner:origLink></item>
		<item>
		<title>Hiring a Web Developer Part 04</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/tr8YXUVKWMM/</link>
		<comments>http://virtualwebsource.com/hiring-a-web-developer-part-04/#comments</comments>
		<pubDate>Wed, 02 May 2012 18:55:43 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=344</guid>
		<description><![CDATA[Interviewing Your Prospective Web Developer Effective techniques in interviewing a web developer can make the difference between success and disaster for your website project. If possible, interviews should be performed on a face-to-face basis. In my case, most of my current clients were referred to me and I have met only a few of them&#160;<a href="http://virtualwebsource.com/hiring-a-web-developer-part-04/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<h1>Interviewing Your Prospective Web Developer</h1>
<p>Effective techniques in interviewing a web developer can make the difference between success and disaster for your website project.</p>
<p>If possible, interviews should be performed on a face-to-face basis. In my case, most of my current clients were referred to me and I have met only a few of them face-to-face because they are spread all over the US and Canada. I have, however, participated in several face-to-face interviews and much prefer them to telephone or Skype interviews. All the individuals who will be involved  with the project should participate during the interview, both to add their perspective to the hiring process and to evaluate the quality of communication between the web developer and the project members.</p>
<p>Working with a web developer covers a broad range of communication issues. Design concepts and ideas, copy concepts, SEO keywords and phrases&#8230; all are areas which require effective communication to produce the desired result. A common complaint among those who have hired web developers is that they never hear from their developer. Be specific in stating your expectations and preferences in the level of detail, means of communication and frequency of status updates. This is an essential aspect of the RFP, but it must be addressed during the interview as well. </p>
<p>Discuss the developers&#8217; level of experience with the specific requirements of the project and their ability to accomplish the project within the timeframe specified in the RFP. Determine whether they work alone or as a team. With whom do they work and what kind of relations do they have with their associates? What associates or groups do they belong to?</p>
<p>Discuss their primary tools, languages or technologies. Ask them to discuss how that particular technology is suited to the project at hand. </p>
<p>Discuss their working standards. Do they observe the W3C standards? Are they familiar with them? How do they comment and/or document their work? If they get hit by a bus, is someone else going to be able to pick up the project and continue on, based on their documentation and comments?</p>
<p>Discuss methods they use to reduce the load time of a web page. If you are not familiar with these methods, please read our blog post on <a href="http://virtualwebsource.com/optimizing-web-pages/">Optimizing Web Pages</a>. Also discuss their techniques for cross-browser testing to ensure that your browser is properly presented regardless of what browser your audience may be using.</p>
<p>Ask about post-development support. What hours are they available for support. What communication processes do they provide for addressing updates and other issues. If your website goes down for some reason, how quickly can they respond?</p>
<p>After the interview, discuss the interview with your team and ask each team member for their thoughts and feelings about the prospective developer. Score the prospective developer. As a starting point, utilize the Basis for Award of Contract portion in the RFP. We recommend using a spreadsheet laid out so that you can compare the prospective web developers side by side on each point.</p>Finally, Contact the owners of the websites that are in the web developer&#8217;s portfolio for their thoughts about the developer and whether they have continued their relationship with that developer. Ask about the topics discussed above and how effective the developer has been in each case. Update the spreadsheet with their feedback.</p>
<p>After all the prospective web developers have been interviewed, assemble the team for a detailed discussion of the relative merits and demerits of each developer. If one of them appears to meet the requirements for the project, hire that developer. If you are still not comfortable with the developers you have interviewed, do not hire anyone. Invite more developers to participate and continue the process until you find someone in whom you have confidence.</p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/tr8YXUVKWMM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/hiring-a-web-developer-part-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/hiring-a-web-developer-part-04/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hiring-a-web-developer-part-04</feedburner:origLink></item>
		<item>
		<title>Essential WordPress Plug-ins</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/g-Twj_-pSU4/</link>
		<comments>http://virtualwebsource.com/essential-wordpress-plug-ins/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 12:59:45 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[VaultPress]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/development/demo/?p=60</guid>
		<description><![CDATA[If you have a WordPress site or are planning a WordPress site, there are some plug-ins that are just flat-out essential. That said, plug-ins are a mixed blessing. Plug-ins are susceptible to security flaws and are not always maintained properly. It&#8217;s especially frustrating to face an upgrade in WordPress with several plug-ins that have not&#160;<a href="http://virtualwebsource.com/essential-wordpress-plug-ins/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>If you have a WordPress site or are planning a WordPress site, there are some plug-ins that are just flat-out essential. That said, plug-ins are a mixed blessing. Plug-ins are susceptible to security flaws and are not always maintained properly. It&#8217;s especially frustrating to face an upgrade in WordPress with several plug-ins that have not been updated for the latest version of WordPress. For this reason, we rely on the absolute minimum number of plug-ins possible and select our plug-ins from reputable vendors.</p>

<p>Here is the list of our recommended plug-ins:
<ul>
        <li><h3>Ultimate Blog Security</h3>Secure your blog effectively. You can visit their website at <a href="http://www.ultimateblogsecurity.com/wordpress-plugin">Ultimate Blog Security</a>.</li>
	<li><h3>Gravity Forms</h3> Not free, but very powerful. Certainly not always necessary. If you need only a simple contact form, use Contact Form 7 instead. But for long and/or complicated forms, you won&#8217;t find a better solution than Gravity Forms.</li>
       <li><h3>Sociable</h3>Social media sites play a key role in promoting your presence on the web. This plug-in places links to your preferred social media sites so people can share your content on those sites. </li>
	<li><h3>VaultPress</h3> Backups are essential and VaultPress provides the best backup for WordPress. Period.</li>
	<li><h3>WordPress SEO by Yoast</h3>SEO (Search Engine Optimization) determines how easily people can find you on the internet. This plug-in stands at the top of the heap of SEO plug-ins. <a href="http://yoast.com/">Yoast</a> offers top-quality resources and advice on all things WordPress. </li>
	<li><h3>W3 Total Cache</h3>WordPress generates html from a mixture of php code and its database. This takes time so your site will load somewhat slowly. Cache plug-ins resolve this in various ways, but <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">W3 Total Cache</a> claims our favorite spot. It builds the pages in advance, so the user just loads a simple quickly loaded html page.</li>
</ul></p>
<p>Feel free to <a href="mailto:contact@virtualwebsource.com?subject=Contact me about WordPress Plug-ins!">contact us about using these plug-ins on your site!</p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/g-Twj_-pSU4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/essential-wordpress-plug-ins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/essential-wordpress-plug-ins/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=essential-wordpress-plug-ins</feedburner:origLink></item>
		<item>
		<title>Hiring a Web Developer Part 03</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/C2bgMC30VR8/</link>
		<comments>http://virtualwebsource.com/hiring-a-web-developer-part-03/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 10:15:14 +0000</pubDate>
		<dc:creator>vws_admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=332</guid>
		<description><![CDATA[Writing the Request for Proposal (RFP) Document First, what is an RFP and why should you write one? An RFP represents an essential element in selecting and working with a website developer. Initially, the process of writing an RFP helps you define exactly what your website must do, how it must appear, and how it&#160;<a href="http://virtualwebsource.com/hiring-a-web-developer-part-03/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<h1>Writing the Request for Proposal (RFP) Document</h1>
<p><a href='http://virtualwebsource.com/wp-content/uploads/2012/04/Request-for-Proposal-Template.docx'><img src="http://virtualwebsource.com/wp-content/uploads/2012/04/RFP.jpg" alt="" title="RFP Template" width="300" height="417" class="alignleft size-full wp-image-336" /></a>First, what is an RFP and why should you write one? An RFP represents an essential element in selecting and working with a website developer. Initially, the process of writing an RFP helps you define exactly what your website must do, how it must appear, and how it must function. It assists you in coming to a thorough understanding of exactly what your website project looks like. Even if you did nothing else with the RFP, this alone justifies the time and effort of developing an RFP. It also pulls all the members of your internal team together, unifying your vision of your new website. Primarily, it is the instrument of communication between you and your website developer, whoever that turns out to be. This is critical, because the developer will bid upon this understanding &#8211; anything that must be added or changed through the project will cost your company money! Finally, it is the means by which you will compare the companies bidding on the project. So this RFP document is very valuable indeed &#8211; and it must be properly designed before it is ever sent to a developer.</p>
<p>We have provided a template (click on the document image at left to access the template) but please understand that there is no one design for an RFP. The RFP must reflect your project thoroughly, so you will probably need to make some revisions to the template. The template offers a starting point.</p>
<p>The most important part of the document is the <b>Functional Requirements</b> section. Your prospective web developers will base their estimate primarily on the information contained within this section. Review this section carefully with all members of your internal team to ensure that it is complete and accurate.</p>
<p>Once the proposal documents have been returned, carefully evaluate each one, looking to ensure that they address each issue of the RFP document. The proposals will provide a good indication as to which web designers you should interview in the next stage of the process.<img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/C2bgMC30VR8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/hiring-a-web-developer-part-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/hiring-a-web-developer-part-03/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hiring-a-web-developer-part-03</feedburner:origLink></item>
		<item>
		<title>Hiring a Web Developer Part 02</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/jwNOZC-EcKs/</link>
		<comments>http://virtualwebsource.com/hiring-a-web-developer-part-02/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:32:22 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=317</guid>
		<description><![CDATA[Evaluating Your Prospective Web Developer You have assembled a list of at least three web developers. You may have looked at sites you liked and obtained the name of the developer, or you were referred by people you know who were satisfied with their web developer or you just did a search on the internet&#8230;&#160;<a href="http://virtualwebsource.com/hiring-a-web-developer-part-02/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<h1>Evaluating Your Prospective Web Developer</h1>
<p>You have assembled a list of at least three web developers. You may have looked at sites you liked and obtained the name of the developer, or you were referred by people you know who were satisfied with their web developer or you just did a search on the internet&#8230; however you did it &#8211; preferably not the third option &#8211; you have at least three web developers you want to look at. Now, how to evaluate them prior to inviting them for an interview&#8230;</p>
<h2>What Does Their Own Website Design Tell You?</h2>
<p>First look at their own website design. It should offer a professional appearance and be free of errors such as misspellings and malfunctions. A web developer&#8217;s website should reflect their expertise. Based on their website, are they an actual business or is this something they do in their spare time?</p>
<h2>Evaluate the Websites They Have Already Created</h2>
<p><a href="http://virtualwebsource.com/portfolio-2/"><img src="http://virtualwebsource.com/wp-content/uploads/2012/04/Portfolio.jpg" alt="" title="Portfolio" width="300" height="110" class="alignleft size-full wp-image-329" /></a>Do the websites in their portfolio appeal to you? Granted, their clients have dictated the styles and color schemes, but they should still reflect a high level of quality and attractiveness. Visit those websites &#8211; are the designs reflected in the portfolio still being used? Contact the site owner and ask for an honest appraisal of the web developer.</p>
<h2>Special Requirements</h2>
<p>If you have particular requirements such as e-commerce or that you be able to update the website yourself, does this web developer have experience with those issues? Look at the websites in their portfolio for examples of how they managed those issues.</p>
<p>Next step &#8211; <a href="http://virtualwebsource.com/hiring-a-web-developer-part-03/">Click Here</a> to learn about preparing your RFP (Request for Proposal).</p>

<img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/jwNOZC-EcKs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/hiring-a-web-developer-part-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/hiring-a-web-developer-part-02/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hiring-a-web-developer-part-02</feedburner:origLink></item>
		<item>
		<title>How to Hire a Web Developer Part 01</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/pzTaxww43EU/</link>
		<comments>http://virtualwebsource.com/how-to-hire-a-web-developer-part-01/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 00:33:30 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=306</guid>
		<description><![CDATA[Web sites are not optional for the vast majority of businesses anymore. Without a website, no one will find your business because no one uses the Yellow Pages anymore &#8211; they go straight to Google or BING or whatever their favorite search engine is that week. And even if they did find you in the&#160;<a href="http://virtualwebsource.com/how-to-hire-a-web-developer-part-01/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>Web sites are not optional for the vast majority of businesses anymore. Without a website, no one will find your business because no one uses the Yellow Pages anymore &#8211; they go straight to Google or BING or whatever their favorite search engine is that week. And even if they did find you in the Yellow Pages, they want to know what you&#8217;re about, what kind of services you offer, how you differentiate yourself from your competition. </p>

<p>But what kind of website do you need? What must it accomplish for you? </p>

<p>That depends on who your clients and prospective clients are and what they are looking for. This is the starting point of designing your website. It doesn&#8217;t matter whether you are building a brand new website or updating an existing website, these are the critical questions. No matter how flashy and technically astounding your website may be, if it doesn&#8217;t meet your clients&#8217; needs and expectations, it&#8217;s not going to accomplish the hoped-for results.</p>

<p>Step one of hiring a web developer has nothing to do with the web developer &#8211; it&#8217;s knowing what you need. Your site requirements provide fundamental insight into what kind of web developer can meet your needs. And any web developer of merit will have to ask you these questions at the beginning of the process anyway, so let&#8217;s get them out of the way before that conversation begins. </p>

<p>To facilitate this gathering of information, we have provided an on-line form which will ask all the right questions. So <a href="http://virtualwebsource.com/project-description/"><span style="color:red;">click here</span></a> to open the Project Description form and take some time to fill it out thoroughly. Careful planning at this stage of the game will save a great deal of anguish later!</p>

<p>In the following post we&#8217;ll discuss the next step of hiring a web developer &#8211; evaluating your prospective web designers. <a href="http://virtualwebsource.com/hiring-a-web-developer-part-02/"><span style="color:red;">Click Here</span></a> to read that article.</p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/pzTaxww43EU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/how-to-hire-a-web-developer-part-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/how-to-hire-a-web-developer-part-01/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-hire-a-web-developer-part-01</feedburner:origLink></item>
		<item>
		<title>March Special – WordPress Upgrade</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/OvGAmvLSLr0/</link>
		<comments>http://virtualwebsource.com/march-special-wordpress-upgrade/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 00:11:29 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=300</guid>
		<description><![CDATA[The newest release of WordPress is a security update for WordPress 3.3 which features improved performance and ease-of-use. WordPress now supports drag-and-drop uploading as well as built-in support for many of the most popular features that formerly required plug-ins. Virtual Websource recommends updating to the latest release of WordPress, primarily for security reasons but we&#160;<a href="http://virtualwebsource.com/march-special-wordpress-upgrade/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://virtualwebsource.com/development/demo/wp-content/uploads/2012/01/WP.jpg"><img src="http://virtualwebsource.com/development/demo/wp-content/uploads/2012/01/WP.jpg" alt="" title="WordPress" width="225" height="225" class="aligncenter size-full wp-image-176" /></a>The newest release of WordPress is a security update for WordPress 3.3 which features improved performance and ease-of-use. WordPress now supports drag-and-drop uploading as well as built-in support for many of the most popular features that formerly required plug-ins.</p>
<p>Virtual Websource recommends updating to the latest release of WordPress, primarily for security reasons but we believe you will enjoy the vastly improved dashboard as well. And media handling has been greatly improved.</p>
<p>As always, updating WordPress requires that you perform a complete backup of the database and all plugins. But you do backups at least weekly anyway, right? Right??</p>
<p>Prior to upgrading, ensure that all your plug-ins are compatible with the new release of WordPress. This can be a major issue if you have not been upgrading regularly. Often plug-ins don&#8217;t get updated regularly &#8211; sometimes they are dropped all together and will not work on the most recent WordPress release. We once upgraded a client from 2.9 to 3.3 and the entire site was killed!</p>
<p>Which points up another really important concept &#8211; all sites should have a development site where all changes are tested before they go live, including WordPress upgrades. If you don&#8217;t have a development site, <a href="http://virtualwebsource.com/contact-us/">talk to us</a> about it today.</p>
<p>Virtual Websource is offering a special WordPress Upgrade package for only $50 which includes full backup and plug-in evaluation. This special offer is for the month of March only. <a href="http://virtualwebsource.com/contact-us/">Contact Us</a> today to take advantage of this offer.</p>
<p><b>Announcement! Virtual Websource is now offering an annual WordPress maintenance package for $600! This includes monthly backups, plug-in compatibility checks and WordPress updates!</b></p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/OvGAmvLSLr0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/march-special-wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/march-special-wordpress-upgrade/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=march-special-wordpress-upgrade</feedburner:origLink></item>
		<item>
		<title>Paragon Drive Copy 11</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/mk-kOS2Aa2E/</link>
		<comments>http://virtualwebsource.com/paragon-drive-copy-11/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 19:07:09 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=292</guid>
		<description><![CDATA[One of the things I absolutely hate about upgrading my hardware is the 12 hours of reinstalling all my software and reloading my data. But Paragon has a software package that dramatically eases the pain of hardware upgrades. I will soon be upgrading my computer and I intend to use this software to migrate all&#160;<a href="http://virtualwebsource.com/paragon-drive-copy-11/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<a href="http://virtualwebsource.com/wp-content/uploads/2012/02/ParagonDriveCopy11.jpg"><img src="http://virtualwebsource.com/wp-content/uploads/2012/02/ParagonDriveCopy11.jpg" alt="" title="Paragon Drive Copy 11" width="120" height="150" class="alignleft size-full wp-image-294" /></a>One of the things I absolutely hate about upgrading my hardware is the 12 hours of reinstalling all my software and reloading my data. But Paragon has a software package that dramatically eases the pain of hardware upgrades. I will soon be upgrading my computer and I intend to use this software to migrate all my data and programs. Today only there is an offer from Giveaway Of The Day for a free copy of the program, though it has limited support and is missing one feature &#8211; the WinPE recovery media. The download is available <a href="http://giveawayoftheday.com/paragon-drive-copy11-pro/">HERE</a>.

I would recommend that you obtain the free copy of the program and create a backup of your system for security purposes, if nothing else.<img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/mk-kOS2Aa2E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/paragon-drive-copy-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/paragon-drive-copy-11/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=paragon-drive-copy-11</feedburner:origLink></item>
		<item>
		<title>Update Your Video Player</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/HyqBro_HNL4/</link>
		<comments>http://virtualwebsource.com/update-your-video-player/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 16:39:19 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=287</guid>
		<description><![CDATA[If you are not using VLC, you should be. It&#8217;s the best free video player available. And it&#8217;s free. I rely on it. It plays the broadest range of video formats of any player available at no cost and it does it very well. Now VLC has released version 2.0 which has been commletely rewritten&#160;<a href="http://virtualwebsource.com/update-your-video-player/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<img alt="" src="http://images1.videolan.org/images/largeVLC.png" title="VLC Video Player" class="alignleft" width="300" height="300" />If you are not using VLC, you should be. It&#8217;s the best free video player available. And it&#8217;s free. I rely on it. It plays the broadest range of video formats of any player available at no cost and it does it very well. Now VLC has released version 2.0 which has been commletely rewritten and, hopefully, is better than ever. Get it now at <a href="http://www.videolan.org/vlc/releases/2.0.0.html">http://www.videolan.org/</a>.
Oh, and it works for Mac and Linux as well as Windows.<img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/HyqBro_HNL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/update-your-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/update-your-video-player/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=update-your-video-player</feedburner:origLink></item>
		<item>
		<title>Stopping the Spam Robots – Captcha and Re-Captcha</title>
		<link>http://feedproxy.google.com/~r/VirtualWebsource/~3/KR8lFg9_NqQ/</link>
		<comments>http://virtualwebsource.com/stopping-the-spam-robots-captcha-and-re-captcha/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 17:34:24 +0000</pubDate>
		<dc:creator>Rod Weston</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://virtualwebsource.com/?p=268</guid>
		<description><![CDATA[I don&#8217;t like CAPTCHA (Completely Automated Public Turing Test To Tell Computers and Humans Apart) . Most of them are difficult to figure out and sometimes &#8211; especially with Google &#8211; I have to try four or five times to get it right. But the spam robots must be stopped, so CAPTCHA  is one of the better&#160;<a href="http://virtualwebsource.com/stopping-the-spam-robots-captcha-and-re-captcha/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t like CAPTCHA (Completely Automated Public Turing Test To Tell Computers and Humans Apart) . Most of them are difficult to figure out and sometimes &#8211; especially with Google &#8211; I have to try four or five times to get it right. But the spam robots must be stopped, so CAPTCHA  is one of the better ways to deal with them. You can learn all about CAPTCHA at <a href="http://www.captcha.net/">CAPTCHA.net</a>.</p>

</p><a href="http://virtualwebsource.com/wp-content/uploads/2012/01/MathSpam.jpg"><img class="alignleft size-medium wp-image-270" title="Math Spam Blocker" src="http://virtualwebsource.com/wp-content/uploads/2012/01/MathSpam-300x75.jpg" alt="" width="300" height="75" /></a>I prefer something easier to navigate than the CAPTCHA images, so I  use a math spam blocker instead which I obtained from <a href="http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/"> these fine folks in Denmark</a>. It poses a simple math test (see image left) and has done a great job of blocking those spam robots. I was getting over 50 spam &#8216;comments&#8217; a day; now I don&#8217;t get any.</p>
<p>&nbsp;</p>
<p>If, however, you prefer the more traditional CAPTCHA, I can recommend <a href="http://wordpress.org/extend/plugins/wp-recaptcha/">this plug-in</a>.</p>

<p>If you would like assistance with protecting your site from robot spam, <a href="mailto:rodweston@virtualwebsource.com?subject=Help me protect my site from spam robots!">Contact Us</a>.</p><img src="http://feeds.feedburner.com/~r/VirtualWebsource/~4/KR8lFg9_NqQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://virtualwebsource.com/stopping-the-spam-robots-captcha-and-re-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://virtualwebsource.com/stopping-the-spam-robots-captcha-and-re-captcha/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=stopping-the-spam-robots-captcha-and-re-captcha</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1068/1216 objects using disk: basic

Served from: virtualwebsource.com @ 2012-05-15 16:23:54 -->

