<?xml version="1.0" encoding="Windows-1252"?>
<!-- RSS generated by Accrisoft Freedom v8.7 on 06/18/2013; 21:47:11 EDT -->
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" version="2.0">
  <channel>
    <title>Accrisoft Blog</title>
    <link>http://www.accrisoft.com</link>
    <description>Important information about Accrisoft Freedom and Content Management Systems</description>
    <category />
    <generator>Accrisoft Freedom v8.7</generator>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=64&amp;category=Main</guid>
      <title>Custom PHP: Why You May Want to Think Again</title>
      <description> So, you&amp;rsquo;ve sold a new website, and you&amp;rsquo;re discussing with the client what they need. You have somebody on your staff who knows PHP, so regardless of what CMS you put the client on, you&amp;rsquo;ll be able to customize things and offer the client the exact functionality they want. This may seem like an ideal situation, but we can tell you from experience that it might not be such a good thing. In many cases, doing custom programming on a website can cause more problems than it solves. This may sound counter-intuitive, but bear with us. Here&amp;rsquo;s why: Scalability If every site is a one-off, it will be very difficult to scale your business to the tens, hundreds, or even thousands of websites. Each site will require coding all over again &amp;mdash; this is expensive, takes a lot of time, and requires a team of PHP developers. On the other hand, if you create some good HTML templates, you can create sites that look fully custom but can be deployed very quickly. Customizing a template for a client will only require knowledge of HTML, CSS and maybe JavaScript, skills that are much more prevalent than programming. The better your templates and stronger your processes, the more scalable your business can be. Scope Creep If you set the expectation that you can do whatever your customer wants, their expectations may become unrealistic, which will inevitably lead to them being unhappy when the job is done. Clients don&amp;rsquo;t always know what&amp;rsquo;s most important, and look to you &amp;mdash; an expert in your field &amp;mdash; to help guide them. If the client asks for something custom, then halfway through the job they change their mind, you&amp;rsquo;ll have a hard time making money on the deal, and the customer probably won&amp;rsquo;t be happy when they find out that the launch date has to be delayed. Conversely, if you set reasonable expectations ahead of time, the customer may be slightly disappointed at first, but will be pleased when those expectations are met. Upgrades Custom PHP can also introduce problems on upgrade. If something in the CMS changed, your custom code can break &amp;mdash; and while the company that releases the CMS has probably tested it extensively before releasing it, there&amp;rsquo;s no telling how the new version will work with your PHP code. You may not really know if there&amp;rsquo;s going to be a problem until you upgrade, so for each site you&amp;rsquo;ll be crossing your fingers, upgrading, then dealing with the blowback from customers as problems emerge. Support The more dissimilar your websites are, the more difficult it will be to support them all. If something isn&amp;rsquo;t working on one of your clients&amp;rsquo; sites, your level-one staff won&amp;rsquo;t be able to tell if it&amp;rsquo;s because of the custom PHP code you wrote. This means that many issues will have to be escalated to your developers. If the person who wrote the PHP code is no longer with your company, someone else will be wading through it in an attempt to figure out what it does and how it works. Alternatively, if your sites are built on a good CMS without custom code, your staff will have a much easier time identifying a problem and determining its cause. To Summarize Members of our staff have been involved with hundreds of website development jobs from many different perspectives: company owner, salesperson, project manager, developer, designer, support person. We also work with a large network of digital agencies who build websites every day. We&amp;rsquo;ve seen a lot of website projects in process, and can assure you that the ones that are completed on time and under budget are a lot more pleasant for everyone. We&amp;rsquo;ve also seen a lot of companies that can manage hundreds of websites with minimal support staff, and there&amp;rsquo;s a lot that can be learned from their success. An important part of this is finding a good CMS and selling the features that it has. If a client wants something that it can&amp;rsquo;t do (and it&amp;rsquo;s not critical), tell them you don&amp;rsquo;t support that feature. Will you lose a customer or two to a competitor who promises the moon? Maybe, but they&amp;rsquo;ll probably pay for it in the long run. Will the client be slightly disappointed if they have to temper their expectations ahead of time? It&amp;rsquo;s possible, but we promise they&amp;rsquo;ll be thrilled when the project is completed on time, and the site does exactly what you told them it would. If there&amp;rsquo;s a deal-breaker that they absolutely need, by all means, write a few lines of PHP code; just don&amp;rsquo;t automatically make it part of every project. You&amp;rsquo;ll find that you spend less time chasing problems, and more time selling and building profitable websites.</description>
      <content:encoded>&lt;p&gt;&lt;img align=&quot;left&quot; alt=&quot;php elephant&quot; src=&quot;http://www.accrisoft.com/clientuploads/blogs/php_elephant.png&quot; style=&quot;float: left; margin: 0px 18px 0px 0px;&quot; /&gt;So, you&amp;rsquo;ve sold a new website, and you&amp;rsquo;re discussing with the client what they need. You have somebody on your staff who knows PHP, so regardless of what CMS you put the client on, you&amp;rsquo;ll be able to customize things and offer the client the exact functionality they want. This may seem like an ideal situation, but we can tell you from experience that it might not be such a good thing.&lt;/p&gt;
&lt;p&gt;In many cases, doing custom programming on a website can cause more problems than it solves. This may sound counter-intuitive, but bear with us. Here&amp;rsquo;s why:&lt;/p&gt;
&lt;h2&gt;Scalability&lt;/h2&gt;
&lt;p&gt;If every site is a one-off, it will be very difficult to scale your business to the tens, hundreds, or even thousands of websites. Each site will require coding all over again &amp;mdash; this is expensive, takes a lot of time, and requires a team of PHP developers. On the other hand, if you create some good HTML templates, you can create sites that look fully custom but can be deployed very quickly. Customizing a template for a client will only require knowledge of HTML, CSS and maybe JavaScript, skills that are much more prevalent than programming. The better your templates and stronger your processes, the more scalable your business can be.&lt;/p&gt;
&lt;h2&gt;Scope Creep&lt;/h2&gt;
&lt;p&gt;If you set the expectation that you can do whatever your customer wants, their expectations may become unrealistic, which will inevitably lead to them being unhappy when the job is done. Clients don&amp;rsquo;t always know what&amp;rsquo;s most important, and look to you &amp;mdash; an expert in your field &amp;mdash; to help guide them. If the client asks for something custom, then halfway through the job they change their mind, you&amp;rsquo;ll have a hard time making money on the deal, and the customer probably won&amp;rsquo;t be happy when they find out that the launch date has to be delayed. Conversely, if you set reasonable expectations ahead of time, the customer may be slightly disappointed at first, but will be pleased when those expectations are met.&lt;/p&gt;
&lt;h2&gt;Upgrades&lt;/h2&gt;
&lt;p&gt;Custom PHP can also introduce problems on upgrade. If something in the CMS changed, your custom code can break &amp;mdash; and while the company that releases the CMS has probably tested it extensively before releasing it, there&amp;rsquo;s no telling how the new version will work with your PHP code. You may not really know if there&amp;rsquo;s going to be a problem until you upgrade, so for each site you&amp;rsquo;ll be crossing your fingers, upgrading, then dealing with the blowback from customers as problems emerge.&lt;/p&gt;
&lt;h2&gt;Support&lt;/h2&gt;
&lt;p&gt;The more dissimilar your websites are, the more difficult it will be to support them all. If something isn&amp;rsquo;t working on one of your clients&amp;rsquo; sites, your level-one staff won&amp;rsquo;t be able to tell if it&amp;rsquo;s because of the custom PHP code you wrote. This means that many issues will have to be escalated to your developers. If the person who wrote the PHP code is no longer with your company, someone else will be wading through it in an attempt to figure out what it does and how it works. Alternatively, if your sites are built on a good CMS without custom code, your staff will have a much easier time identifying a problem and determining its cause.&lt;/p&gt;
&lt;h2&gt;To Summarize&lt;/h2&gt;
&lt;p&gt;Members of our staff have been involved with hundreds of website development jobs from many different perspectives: company owner, salesperson, project manager, developer, designer, support person. We also work with a large network of digital agencies who build websites every day. We&amp;rsquo;ve seen a lot of website projects in process, and can assure you that the ones that are completed on time and under budget are a lot more pleasant for everyone.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ve also seen a lot of companies that can manage hundreds of websites with minimal support staff, and there&amp;rsquo;s a lot that can be learned from their success. An important part of this is finding a good CMS and selling the features that it has. If a client wants something that it can&amp;rsquo;t do (and it&amp;rsquo;s not critical), tell them you don&amp;rsquo;t support that feature. Will you lose a customer or two to a competitor who promises the moon? Maybe, but they&amp;rsquo;ll probably pay for it in the long run. Will the client be slightly disappointed if they have to temper their expectations ahead of time? It&amp;rsquo;s possible, but we promise they&amp;rsquo;ll be thrilled when the project is completed on time, and the site does exactly what you told them it would. If there&amp;rsquo;s a deal-breaker that they absolutely need, by all means, write a few lines of PHP code; just don&amp;rsquo;t automatically make it part of every project. You&amp;rsquo;ll find that you spend less time chasing problems, and more time selling and building profitable websites.&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Tue, 14 May 2013 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/custom-php-why-you-may-want-to-think-again/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=63&amp;category=Main</guid>
      <title>Server Units: Hosting Simplified</title>
      <description>Freedom packages are tiered by the features available. However, there's also server resources to consider. Some of our sites get very little traffic, while others have thousands of visitors every day. How do we make it easy to upgrade a site, and make it easy for our Solution Providers to determine how big an upgrade they need? The answer we've come up with is&amp;nbsp; Server Units , an easy, intuitive way to upgrade the hosting power of your Freedom Unlimited websites. Each Freedom Unlimited website comes with one server unit; if your website needs additional resources, you can add on as many more as you need. Adding one Server Unit will double the number of pageviews your site can expect to accommodate per hour: from 2,000 to 4,000. These numbers assume an average amount of content on each page, and will differ from site to site, but this is a good benchmark for estimating how many you need. For example, displaying a page of text doesn't require the same server resources as displaying a page full of embedded videos and high-resolution images. Why pageviews? We don't think it's very useful to talk about how much RAM, processing power and throughput these server units have, because these numbers don&amp;rsquo;t really mean much in real-world applications. What does 512MB of RAM, or a quad-core processor mean to a client who's noticing that their site is slowing down during peak hours? We wanted a concrete, meaningful metric, and we've decided on pageviews. Anyone who is doing analytics on their site can see their peak hourly pageviews; For example here's a view of a Google Analytics page showing pageviews per hour: If you're moving a site to Freedom, or the site is sometimes running slowly, check the current pageviews per hour to determine how many you'll need going forward. Just make sure to account for the highest peaks; you need to accommodate for them, or your site may go down or become non-responsive.</description>
      <content:encoded>&lt;p&gt;Freedom packages are tiered by the features available. However, there's also server resources to consider. Some of our sites get very little traffic, while others have thousands of visitors every day. How do we make it easy to upgrade a site, and make it easy for our Solution Providers to determine how big an upgrade they need? The answer we've come up with is&amp;nbsp;&lt;strong&gt;Server Units&lt;/strong&gt;, an easy, intuitive way to upgrade the hosting power of your Freedom Unlimited websites.&lt;/p&gt;
&lt;p&gt;Each Freedom Unlimited website comes with one server unit; if your website needs additional resources, you can add on as many more as you need.&lt;/p&gt;
&lt;p&gt;Adding one Server Unit will double the number of pageviews your site can expect to accommodate per hour: from 2,000 to 4,000. These numbers assume an average amount of content on each page, and will differ from site to site, but this is a good benchmark for estimating how many you need. For example, displaying a page of text doesn't require the same server resources as displaying a page full of embedded videos and high-resolution images.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why pageviews?&lt;/strong&gt;&lt;br /&gt;We don't think it's very useful to talk about how much RAM, processing power and throughput these server units have, because these numbers don&amp;rsquo;t really mean much in real-world applications. What does 512MB of RAM, or a quad-core processor mean to a client who's noticing that their site is slowing down during peak hours?&lt;/p&gt;
&lt;p&gt;We wanted a concrete, meaningful metric, and we've decided on pageviews. Anyone who is doing analytics on their site can see their peak hourly pageviews; For example here's a view of a Google Analytics page showing pageviews per hour:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;http://accrisoft.com/graphics/images/pageviews-2.png&quot; src=&quot;http://www.accrisoft.com/graphics/images/pageviews-2.png&quot; style=&quot;border: 2px solid #ccc;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you're moving a site to Freedom, or the site is sometimes running slowly, check the current pageviews per hour to determine how many you'll need going forward. Just make sure to account for the highest peaks; you need to accommodate for them, or your site may go down or become non-responsive.&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Wed, 16 Jan 2013 00:00:00 -0500</pubDate>
      <link>http://www.accrisoft.com/blog/server-units-hosting-simplified/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=62&amp;category=Main</guid>
      <title>PCI DSS Compliance: Should You Care?</title>
      <description> If you&amp;rsquo;re a web developer engaged in an e-commerce project, or even just someone thinking of doing business online, you should be familiar with PCI DSS compliance. While many people recognize that this is an important aspect of online security, most people don&amp;rsquo;t know exactly what it is, and how to comply. Well, we&amp;rsquo;re here to help! The term &amp;ldquo; PCI DSS &amp;rdquo; stands for Payment Card Industry Data Security Standards , and is a proprietary set of payment card processing regulations for online merchants designed to promote the safe handling of consumers&amp;rsquo; sensitive financial data. The standards were developed by several of the major payment card brands to help facilitate the broad adoption of consistent data security measures on a global basis. Conveniently, the PCI Security Standards Council has published a brief quick reference guide to understanding these regulations. Some of the more important aspects of PCI DSS compliance are concerned with how consumer payment card information is stored and processed. For example, the storage of certain pieces of payment card data in any manner is expressly prohibited , even if stored in encrypted form. A card&amp;rsquo;s CVV number is included in this category (also known as a CVV2, CVC, CSC, or CID number, depending on the payment card being used): &quot;Do not store sensitive authentication data contained in the payment card&amp;rsquo;s storage chip or full magnetic stripe, including the printed 3-4 digit card validation code on the front or back of the payment card after authorization [...] Sensitive authentication data must never be stored after authorization &amp;ndash; even if this data is encrypted. &quot; If you are still unsure whether or not PCI DSS regulations apply to you, review the following questions: Do you process credit card transactions? Do you store credit card information? (paper or electronically) Do you take online credit card payments? Do you handle credit card information on paper, online, over the phone or via mail? If you answered &amp;ldquo;yes&amp;rdquo; to any of them, then the standards apply to you. Why is compliance important? There are many good reasons, the most significant of which are the following: To manage your risk To protect your customer data To stay competitive in the market To avoid punitive measures Potentially significant fines &amp;ndash; incrementally increases To stay in business At this point, perhaps you may be wondering &amp;ldquo;So now that I know all this, what are the consequences for non-compliance?&amp;rdquo; The truth is that so far, while there is yet no criminal liability for violating PCI DSS, the consequences of non-compliance can still be quite severe. At worst, extremely large civil fines can be imposed by a number of agencies if noncompliance is discovered. At best, your merchant processor may not allow you to continue submitting your transactions through their systems if you are not in compliance. Several tools exist for determining whether a merchant&amp;rsquo;s online systems are PCI DSS compliant, such as the well-known TrustKeeper service from Trustwave . It is a very good idea to periodically use tools such as these to scan your systems for vulnerabilities and correct any that might be found, thus ensuring your compliance. On a last note, the Accrisoft Freedom CMS is built to make PCI DSS compliance effortless. Please feel free to contact us and inquire about how the Freedom CMS can help make running a PCI DSS compliant online business easy and painless! Some additional PCI DSS resources: What is PCI DSS? PCI Data Storage Do&amp;rsquo;s and Don&amp;rsquo;ts PCI DSS Quick Reference Guide Visa Inc. Data Security Brief Comprehensive FAQ on PCI DSS Compliance Dispelling Rumors -- CVV/CVC (A Blog Article) </description>
      <content:encoded>&lt;p dir=&quot;ltr&quot;&gt;&lt;strong id=&quot;internal-source-marker_0.9110254647675902&quot; style=&quot;font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;If you&amp;rsquo;re a web developer engaged in an e-commerce project, or even just someone thinking of doing business online, you should be familiar with PCI DSS compliance. While many people recognize that this is an important aspect of online security, most people don&amp;rsquo;t know exactly what it is, and how to comply. Well, we&amp;rsquo;re here to help!&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The term &amp;ldquo;&lt;/span&gt;&lt;a href=&quot;https://www.pcisecuritystandards.org/merchants/index.php&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PCI DSS&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;rdquo; stands for &lt;/span&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; font-weight: bold; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Payment Card Industry Data Security Standards&lt;/span&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;, and is a proprietary set of payment card processing regulations for online merchants designed to promote the safe handling of consumers&amp;rsquo; sensitive financial data. The standards were developed by several of the major payment card brands to help facilitate the broad adoption of consistent data security measures on a global basis. Conveniently, the PCI Security Standards Council has published &lt;/span&gt;&lt;a href=&quot;https://www.pcisecuritystandards.org/documents/PCI%20SSC%20Quick%20Reference%20Guide.pdf&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;a brief quick reference&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; guide to understanding these regulations.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Some of the more important aspects of PCI DSS compliance are concerned with how consumer payment card information is stored and processed. For example, &lt;/span&gt;&lt;a href=&quot;https://www.pcisecuritystandards.org/pdfs/pci_fs_data_storage.pdf&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;the storage of certain pieces of payment card data in any manner is expressly prohibited&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;, even if stored in encrypted form. A card&amp;rsquo;s &lt;/span&gt;&lt;a href=&quot;http://searchfinancialsecurity.techtarget.com/definition/card-verification-value&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CVV number&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; is included in this category (also known as a CVV2, CVC, CSC, or CID number, depending on the payment card being used):&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;margin-left: 36pt; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: 'Trebuchet MS'; background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&quot;Do not store sensitive authentication data contained in the payment card&amp;rsquo;s storage chip or full magnetic stripe, including the printed 3-4 digit card validation code on the front or back of the payment card after authorization [...] Sensitive authentication data must never be stored after authorization &amp;ndash; even if this data is encrypted. &quot;&lt;/span&gt;&lt;/p&gt;
&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;If you are still unsure whether or not PCI DSS regulations apply to you, review the following questions:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;
&lt;ul style=&quot;margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Do you process credit card transactions?&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Do you store credit card information? (paper or electronically)&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Do you take online credit card payments?&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Do you handle credit card information on paper, online, over the phone or via mail?&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;If you answered &amp;ldquo;yes&amp;rdquo; to any of them, then the standards apply to you.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Why is compliance important? There are many good reasons, the most significant of which are the following:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;
&lt;ul style=&quot;margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To manage your risk&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To protect your customer data&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To stay competitive in the market&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To avoid punitive measures&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Potentially significant fines &amp;ndash; incrementally increases&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To stay in business&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;strong style=&quot;color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;At this point, perhaps you may be wondering &amp;ldquo;So now that I know all this, what are the consequences for non-compliance?&amp;rdquo; The truth is that so far, while there is yet no criminal liability for violating PCI DSS, the &lt;/span&gt;&lt;a href=&quot;https://financial.ucsc.edu/Pages/Security_Penalties.aspx&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;consequences of non-compliance&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; can still be quite severe. At worst, extremely large civil fines can be imposed by a number of agencies if noncompliance is discovered. At best, your merchant processor may not allow you to continue submitting your transactions through their systems if you are not in compliance. Several tools exist for determining whether a merchant&amp;rsquo;s online systems are PCI DSS compliant, such as the well-known &lt;/span&gt;&lt;a href=&quot;https://www.trustwave.com/trustKeeper.php&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;TrustKeeper service from Trustwave&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;. It is a very good idea to periodically use tools such as these to scan your systems for vulnerabilities and correct any that might be found, thus ensuring your compliance.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;On a last note, the Accrisoft Freedom CMS is built to make PCI DSS compliance effortless. Please feel free to &lt;/span&gt;&lt;a href=&quot;http://www.accrisoft.com/forms/contact-accrisoft/&quot;&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;contact us&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; and inquire about how the Freedom CMS can help make running a PCI DSS compliant online business easy and painless!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Some additional PCI DSS resources:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;
&lt;ul style=&quot;margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://www.deloitte.com/view/en_NZ/nz/services/enterprise-risk-services/pcidss/what-is-pcidss/index.htm&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;What is PCI DSS?&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;https://www.pcisecuritystandards.org/pdfs/pci_fs_data_storage.pdf&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PCI Data Storage Do&amp;rsquo;s and Don&amp;rsquo;ts&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;https://www.pcisecuritystandards.org/documents/PCI%20SSC%20Quick%20Reference%20Guide.pdf&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PCI DSS Quick Reference Guide&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://usa.visa.com/download/merchants/alert_eliminating_storage_of_prohibited_cardholder_data_090308.pdf&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Visa Inc. Data Security Brief&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://www.gfi.com/security/pcifaqs.htm&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Comprehensive FAQ on PCI DSS Compliance&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;list-style-type: disc; font-size: 15px; font-family: Arial; background-color: transparent; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://pciguru.wordpress.com/2009/02/07/dispelling-rumors-%E2%80%93-cvvcvc/&quot;&gt;&lt;span style=&quot;color: #1155cc; background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Dispelling Rumors -- CVV/CVC (A Blog Article)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Wed, 26 Dec 2012 00:00:00 -0500</pubDate>
      <link>http://www.accrisoft.com/blog/pci-dss-compliance-should-you-care/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=61&amp;category=Main</guid>
      <title>The AccriCloud: The sky's the limit</title>
      <description>Cloud computing has certainly been a hot topic lately, but there seems to be some confusion about what exactly cloud hosting is, and how it relates; after all, isn't all hosting in the cloud? For us, cloud hosting essentially refers to a website's independence from the confines of an individual machine . With cloud hosting, we can do things like quickly change resource allocations as needed, and move sites around with little or no downtime. It's a more agile, flexible solution that makes it possible to quickly match server resources to each site's needs. The name for our new cloud hosting platform is the AccriCloud . As a Freedom user, you'll experience better stability and more power on-demand for when you need it. We have complete control over the machines that make up this service, so we can fine-tune everything for optimal performance, and quickly make changes as needed. This will all happen behind the scenes, so for you it will simply mean more uptime. The best part is, all new Freedom websites will be deployed into this hosting environment. To order a new AccriCloud-based Freedom site, just click Buy Now .</description>
      <content:encoded>&lt;p&gt;Cloud computing has certainly been a hot topic lately, but there seems to be some confusion about what exactly cloud &lt;em&gt;hosting&lt;/em&gt; is, and how it relates; after all, isn't all hosting in the cloud?&lt;/p&gt;
&lt;p&gt;For us, cloud hosting essentially refers to &lt;strong&gt;a website's independence from the confines of an individual machine&lt;/strong&gt;. With cloud hosting, we can do things like quickly change resource allocations as needed, and move sites around with little or no downtime. It's a more agile, flexible solution that makes it possible to quickly match server resources to each site's needs.&lt;/p&gt;
&lt;p&gt;The name for our new cloud hosting platform is the &lt;em&gt;AccriCloud&lt;/em&gt;. As a Freedom user, you'll experience better stability and more power on-demand for when you need it. We have complete control over the machines that make up this service, so we can fine-tune everything for optimal performance, and quickly make changes as needed. This will all happen behind the scenes, so for you it will simply mean more uptime.&lt;/p&gt;
&lt;p&gt;The best part is, all new Freedom websites will be deployed into this hosting environment. To order a new AccriCloud-based Freedom site, just click &lt;a href=&quot;http://www.accrisoft.com/forms/buy-accrisoft-freedom-cms/&quot;&gt;Buy Now&lt;/a&gt;.&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Mon, 12 Nov 2012 12:20:00 -0500</pubDate>
      <link>http://www.accrisoft.com/blog/the-accricloud-the-sky-s-the-limit/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=60&amp;category=Main</guid>
      <title>Taking a website live</title>
      <description>The Internet is an incredible source of information on every topic imaginable, I'm sure we can all agree. However, access to this much information can often be overwhelming. Sometimes you need a simple answer, but you're inundated with so much information that you become lost. Web servers and the Domain Name System (DNS) are excellent examples of this. These are extremely complex topics that can get very technical, but if you just want to take your website live, you don't need to learn the intricacies &amp;mdash; you just want to get your site live, and you want a general idea of what's happening. For this reason, we've created a new video about how to take a Freedom site live. We think it gives non-technical users a good overall picture of what happens in the process without bogging them down with unnecessary details. And while the video is about taking a Freedom site live, the principles apply to any website. Take a look at the video below, which has also been added to our video library . Would you show it to your clients? Is anything missing? Let us know what you think. </description>
      <content:encoded>&lt;p&gt;The Internet is an incredible source of information on every topic imaginable, I'm sure we can all agree. However, access to this much information can often be overwhelming. Sometimes you need a simple answer, but you're inundated with so much information that you become lost.&lt;/p&gt;
&lt;p&gt;Web servers and the Domain Name System (DNS) are excellent examples of this. These are extremely complex topics that can get very technical, but if you just want to take your website live, you don't need to learn the intricacies &amp;mdash; you just want to get your site live, and you want a general idea of what's happening.&lt;/p&gt;
&lt;p&gt;For this reason, we've created a new video about how to take a Freedom site live. We think it gives non-technical users a good overall picture of what happens in the process without bogging them down with unnecessary details. And while the video is about taking a Freedom site live, the principles apply to any website.&lt;/p&gt;
&lt;p&gt;Take a look at the video below, which has also been added to our &lt;a href=&quot;http://www.accrisoft.com/videos&quot;&gt;video library&lt;/a&gt;. Would you show it to your clients? Is anything missing? Let us know what you think.&lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder=&quot;0&quot; height=&quot;360&quot; name=&quot;wistia_embed&quot; scrolling=&quot;no&quot; src=&quot;http://fast.wistia.com/embed/iframe/pw6ptjrton?controlsVisibleOnLoad=true&amp;amp;version=v1&amp;amp;videoHeight=360&amp;amp;videoWidth=640&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Wed, 07 Nov 2012 00:00:00 -0500</pubDate>
      <link>http://www.accrisoft.com/blog/taking-a-website-live/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=59&amp;category=Main</guid>
      <title>New in Freedom CMS: Form Layouts</title>
      <description>Also new in version 8.2 is complete HTML control over forms in the Forms module. You can customize the output of each input type, add custom attributes, and control the HTML layout of the entire form without losing Forms Wizard functionality like in older versions. Each input type now has its own module layout, so you can change an input type once and have that reflected throughout your website. This is great if you want to modernize the forms on your site with things like rounded input boxes and borders. It's now all completely up to you. Take a look at the video introduction, and upgrade all of your Freedom sites to 8.2! // </description>
      <content:encoded>&lt;p&gt;Also new in version 8.2 is complete HTML control over forms in the Forms module. You can customize the output of each input type, add custom attributes, and control the HTML layout of the entire form without losing Forms Wizard functionality like in older versions.&lt;/p&gt;
&lt;p&gt;Each input type now has its own module layout, so you can change an input type once and have that reflected throughout your website. This is great if you want to modernize the forms on your site with things like rounded input boxes and borders. It's now all completely up to you.&lt;/p&gt;
&lt;p&gt;Take a look at the video introduction, and upgrade all of your Freedom sites to 8.2!&lt;/p&gt;
&lt;div class=&quot;wistia_embed&quot; id=&quot;wistia_lnsb5lclfl&quot; style=&quot;width: 640px; height: 388px;&quot; data-video-width=&quot;640&quot; data-video-height=&quot;360&quot;&gt;&lt;object id=&quot;wistia_lnsb5lclfl_seo&quot; style=&quot;display: block; height: 388px; position: relative; width: 640px;&quot; width=&quot;320&quot; height=&quot;240&quot; bgcolor=&quot;#000000&quot; data=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;&lt;param name=&quot;flashvars&quot; value=&quot;controlsVisibleOnLoad=true&amp;amp;hdUrl%5Bheight%5D=720&amp;amp;hdUrl%5Btype%5D=hdflv&amp;amp;hdUrl%5Burl%5D=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fd9695723025ac30493e5733c04e66da725094319.bin&amp;amp;hdUrl%5Bwidth%5D=1280&amp;amp;mediaDuration=131.05&amp;amp;stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2F95b558c153f59b5329dde4aa1e498bce00232696.jpg%3Fimage_crop_resized%3D640x360&amp;amp;unbufferedSeek=true&amp;amp;videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fa3ccc8a6de9bdd00968ba1332c45c23142622a42.bin&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; /&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;



&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Thu, 01 Nov 2012 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/new-in-freedom-cms-form-layouts/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=58&amp;category=Main</guid>
      <title>New in Freedom CMS: Global Tags</title>
      <description>The new Global Tags feature takes the content of your site and frees it from the confines of the individual modules. It lets you apply tags to content between modules, so, for example, you could tag your blog entries and use these same tags for your news articles. Then, on your live website, when a visitor is viewing a blog entry, they could see a list of news articles with the same tags. The possibilities are vast, but one potential use for this feature is to tag content with the author's name; that way, when viewing a blog entry, you could show a list of news articles (or research papers, or press releases) written by the same author. This feature works with blogs, news articles, events, web pages and custom modules. To learn more about how it works, view the following video: // </description>
      <content:encoded>&lt;p&gt;The new Global Tags feature takes the content of your site and frees it from the confines of the individual modules. It lets you apply tags to content &lt;em&gt;between&lt;/em&gt; modules, so, for example, you could tag your blog entries and use these same tags for your news articles. Then, on your live website, when a visitor is viewing a blog entry, they could see a list of news articles with the same tags.&lt;/p&gt;
&lt;p&gt;The possibilities are vast, but one potential use for this feature is to tag content with the author's name; that way, when viewing a blog entry, you could show a list of news articles (or research papers, or press releases) written by the same author.&lt;/p&gt;
&lt;p&gt;This feature works with blogs, news articles, events, web pages and custom modules. To learn more about how it works, view the following video:&lt;/p&gt;
&lt;div class=&quot;wistia_embed&quot; id=&quot;wistia_ogp6sopyzo&quot; style=&quot;width: 640px; height: 388px;&quot; data-video-width=&quot;640&quot; data-video-height=&quot;360&quot;&gt;&lt;object id=&quot;wistia_ogp6sopyzo_seo&quot; style=&quot;display: block; height: 388px; position: relative; width: 640px;&quot; width=&quot;320&quot; height=&quot;240&quot; bgcolor=&quot;#000000&quot; data=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;&lt;param name=&quot;flashvars&quot; value=&quot;controlsVisibleOnLoad=true&amp;amp;hdUrl%5Bheight%5D=720&amp;amp;hdUrl%5Btype%5D=hdflv&amp;amp;hdUrl%5Burl%5D=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2F6ac69433634df1ea3c9108fc8236c7ef3daaf407.bin&amp;amp;hdUrl%5Bwidth%5D=1280&amp;amp;mediaDuration=195.7&amp;amp;stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fc37f09c078e28ab0c77e7e2ea5f67430c11c9eb5.jpg%3Fimage_crop_resized%3D640x360&amp;amp;unbufferedSeek=true&amp;amp;videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2F91f0ef4f377e9b25103d7609fb82ac55fe6f4137.bin&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; /&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;



&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Tue, 30 Oct 2012 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/new-in-freedom-cms-global-tags/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=57&amp;category=Main</guid>
      <title>New in Freedom CMS: Site Backup Tool</title>
      <description>The Site Backup Tool is another new feature in version 8.2. The backups it creates are like snapshots of your entire website. If you need to, you can restore your site to an earlier state with just a couple of clicks. However, there's a lot more you can do with this tool as well: Migrate sites - This tool also lets you easily migrate a complete site from one server to another. So for example, if you need to migrate your site to a different server (such as to the shiny new AccriCloud ) you can order a new site, create a backup on the old site, and do a quick export/import. It couldn't be easier. Copy sites - You also may want to copy a website. Maybe you've got a new client who likes the design of one of your existing sites. You can copy the existing site to the new website as a starting point, then make changes from there. It's way faster than starting from scratch. Create prototypes - Here's another interesting idea: If one of your clients is interested in a new site design, you can copy the site to a &quot;prototype server,&quot; demo the changes to them on that server, and once the new design is approved, you can copy it back over, overwriting the old site. This feature is available in the Tools module of the Green Interface. Take a look at the video below for a quick overview of the features: // </description>
      <content:encoded>&lt;p&gt;The Site Backup Tool is another new feature in version 8.2. The backups it creates are like snapshots of your entire website. If you need to, you can restore your site to an earlier state with just a couple of clicks. However, there's a lot more you can do with this tool as well:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Migrate sites&lt;/strong&gt; - This tool also lets you easily migrate a complete site from one server to another. So for example, if you need to migrate your site to a different server (such as to the shiny new &lt;em&gt;AccriCloud&lt;/em&gt;) you can order a new site, create a backup on the old site, and do a quick export/import. It couldn't be easier.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Copy sites&lt;/strong&gt; - You also may want to copy a website. Maybe you've got a new client who likes the design of one of your existing sites. You can copy the existing site to the new website as a starting point, then make changes from there. It's way faster than starting from scratch.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create prototypes&lt;/strong&gt; - Here's another interesting idea: If one of your clients is interested in a new site design, you can copy the site to a &quot;prototype server,&quot; demo the changes to them on that server, and once the new design is approved, you can copy it back over, overwriting the old site.&lt;/p&gt;
&lt;p&gt;This feature is available in the Tools module of the Green Interface. Take a look at the video below for a quick overview of the features:&lt;/p&gt;
&lt;div class=&quot;wistia_embed&quot; id=&quot;wistia_ahwthtugb2&quot; style=&quot;width: 640px; height: 388px;&quot; data-video-width=&quot;640&quot; data-video-height=&quot;360&quot;&gt;&lt;object id=&quot;wistia_ahwthtugb2_seo&quot; style=&quot;display: block; height: 388px; position: relative; width: 640px;&quot; width=&quot;320&quot; height=&quot;240&quot; bgcolor=&quot;#000000&quot; data=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;&lt;param name=&quot;flashvars&quot; value=&quot;controlsVisibleOnLoad=true&amp;amp;hdUrl%5Bheight%5D=720&amp;amp;hdUrl%5Btype%5D=hdflv&amp;amp;hdUrl%5Burl%5D=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fd70131b6a3f5a09f3bd61bb8043976c247e59cc4.bin&amp;amp;hdUrl%5Bwidth%5D=1280&amp;amp;mediaDuration=87.75&amp;amp;stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Feb91cf93fea0bf0366a899652d930daedaf76d80.jpg%3Fimage_crop_resized%3D640x360&amp;amp;unbufferedSeek=true&amp;amp;videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fe287e0fe2bbaba7c588664127c2dc37edafc2cd7.bin&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; /&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;



&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Mon, 29 Oct 2012 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/new-in-freedom-cms-site-backup-tool/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=56&amp;category=Main</guid>
      <title>New in Freedom CMS: Lead Nurturing</title>
      <description> With the release of Accrisoft Freedom CMS version 8.2 came the introduction of the Lead Nurturing module, a powerful digital marketing and lead conversion tool. This module can help you gather information your website's visitors and more effectively convert them into paying customers. With this tool, you can effectively market to a large number of potential customers, giving them an automated yet personalized experience through email marketing. Best of all, it gathers knowledge about each of your leads, which can help you fine-tune your message. To learn more about what this module can do and to see it in action, watch the video below. // </description>
      <content:encoded>&lt;p&gt;&lt;img alt=&quot;Leads Module Icon&quot; src=&quot;http://www.accrisoft.com/clientuploads/blogs/leads_BIG_shadow.png&quot; style=&quot;float: left; padding: 0 10px 10px 0;&quot; /&gt;With the release of Accrisoft Freedom CMS version 8.2 came the introduction of the Lead Nurturing module, a powerful digital marketing and lead conversion tool. This module can help you gather information your website's visitors and more effectively convert them into paying customers.&lt;/p&gt;
&lt;p&gt;With this tool, you can effectively market to a large number of potential customers, giving them an automated yet personalized experience through email marketing. Best of all, it gathers knowledge about each of your leads, which can help you fine-tune your message.&lt;/p&gt;
&lt;p&gt;To learn more about what this module can do and to see it in action, watch the video below.&lt;/p&gt;
&lt;div class=&quot;wistia_embed&quot; id=&quot;wistia_ctdnqx18eo&quot; style=&quot;width: 600px; height: 366px;&quot; data-video-width=&quot;600&quot; data-video-height=&quot;338&quot;&gt;&lt;object id=&quot;wistia_ctdnqx18eo_seo&quot; style=&quot;display: block; height: 366px; position: relative; width: 600px;&quot; width=&quot;320&quot; height=&quot;240&quot; bgcolor=&quot;#000000&quot; data=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;&lt;param name=&quot;flashvars&quot; value=&quot;controlsVisibleOnLoad=true&amp;amp;hdUrl%5Bheight%5D=720&amp;amp;hdUrl%5Btype%5D=hdflv&amp;amp;hdUrl%5Burl%5D=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2F0ea1117287ce1b87143f554249baecda1d7f17c3.bin&amp;amp;hdUrl%5Bwidth%5D=1280&amp;amp;mediaDuration=378.17&amp;amp;stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fafac45e4fb112bed819ec2ee563003e46bc7373a.jpg%3Fimage_crop_resized%3D600x338&amp;amp;unbufferedSeek=true&amp;amp;videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2F5687b444f57e819b5546ffead5e96b6355d779e6.bin&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://embed.wistia.com/flash/embed_player_v2.0.swf?2012-06-01&quot; /&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;



&lt;/p&gt;</content:encoded>
      <category>Main</category>
      <pubDate>Thu, 25 Oct 2012 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/new-in-freedom-cms-lead-nurturing/</link>
    </item>
    <item>
      <guid isPermaLink="false">http://www.accrisoft.com/index.php?src=blog&amp;srctype=detail&amp;refno=55&amp;category=Main</guid>
      <title>Freedom v8.2 has been released!</title>
      <description>We're very excited to announce the release of version 8.2 of our software. In addition to lots of bug fixes and small enhancements, this release focused on four major features: Lead Nurturing The Site Backup Tool Global tags Form layouts Watch the introductory video below, then take a look at our 8.2 bulletin for in-depth video explanations of these new features. We'll address the specifics of these new features in upcoming blogs. In the meantime, we suggest that you upgrade all of your Freedom sites to this new version. &amp;nbsp; &amp;nbsp; // </description>
      <content:encoded>&lt;p&gt;We're very excited to announce the release of version 8.2 of our software. In addition to lots of bug fixes and small enhancements, this release focused on four major features:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Lead Nurturing&lt;/li&gt;
&lt;li&gt;The Site Backup Tool&lt;/li&gt;
&lt;li&gt;Global tags&lt;/li&gt;
&lt;li&gt;Form layouts&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Watch the introductory video below, then &lt;a href=&quot;http://www.accrisoft.com/8.2&quot;&gt;take a look at our 8.2 bulletin&lt;/a&gt; for in-depth video explanations of these new features. We'll address the specifics of these new features in upcoming blogs. In the meantime, we suggest that you upgrade all of your Freedom sites to this new version.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;wistia_embed&quot; id=&quot;wistia_afd7zxddq4&quot; style=&quot;width: 640px; height: 388px;&quot; data-video-width=&quot;640&quot; data-video-height=&quot;360&quot;&gt;&amp;nbsp;&lt;/div&gt;

</content:encoded>
      <category>Main</category>
      <pubDate>Fri, 19 Oct 2012 00:00:00 -0400</pubDate>
      <link>http://www.accrisoft.com/blog/freedom-v8.2-has-been-released/</link>
    </item>
  </channel>
</rss>
