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

<channel>
	<title>White Dog Green Frog &#187; Web Development</title>
	<atom:link href="http://blog.whitedoggreenfrog.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whitedoggreenfrog.com</link>
	<description>Internet and web use in your own business</description>
	<lastBuildDate>Sun, 15 Jan 2012 21:47:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Resizing Images for the web with right-click on Windows</title>
		<link>http://blog.whitedoggreenfrog.com/2011/11/21/windows-image-resizer/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/11/21/windows-image-resizer/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 01:37:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Technical Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[image resize]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=963</guid>
		<description><![CDATA[It&#39;s important to remember that images uploaded for the web actually need to be resized &#8211; often an image from the camera will be something like 1.5 &#8211; 5mb &#8211; which can take up to a minute to download when viewing a web page. &#160;If you put these images on a webpage at full size, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#39;s important to remember that images uploaded for the web actually need to be resized &#8211; often an image from the camera will be something like 1.5 &#8211; 5mb &#8211; which can take up to a minute to download when viewing a web page. &nbsp;If you put these images on a webpage at full size, the browser will often shrink them so you can&#39;t see them at full size, which makes it very hard to see what&#39;s going on.<span id="more-963"></span></p>
<p>You can see image sizes using right click and Properties in both Internet Explorer (Right Click &nbsp;Properties) and Firefox (Right-click View Image Info). &nbsp;In Chrome, the easiest way to see an image size is to install an Extension to View Image Properties &#8211; there are quite a few options there (<a href="https://chrome.google.com/webstore/detail/oihdhfbfoagfkpcncinlbhfdgpegcigf" target="_blank">I used this one</a>).</p>
<p>The old Windows XP powertoy resizer allowed you to right click on an image and resize it very quickly and easily, if you needed smaller size images for the web. Unfortunately it no longer works on Windows 7. However, the powertoy has been rewritten for Windows 7 and made publicly available.</p>
<h2>Resizing the easy way &#8230;</h2>
<p>To resize images the easy way, you simply:<a href="http://imageresizer.codeplex.com/"><img align="right" alt="" border="1" class="alignright size-full wp-image-966" height="51" hspace="1" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/11/ImageResizer1-e1321840322604.png" title="Image Resizer for Windows" width="200" /></a></p>
<ul>
<li>Download and install the resizer program first from&nbsp;<a href="http://imageresizer.codeplex.com/">http://imageresizer.codeplex.com/</a></li>
<li>right click the image in your Windows folder,</li>
<li>choose Resize Image</li>
<li>select Medium or Small, or choose a specific size if you need one</li>
</ul>
<p>If you still have XP, you may like the Windows PowerToy which you can find by Googling for &quot;Windows PowerToy Resizer&quot;.</p>
<h2>More options with the powerful Gimp tool &#8230;</h2>
<p><img align="right" alt="" border="1" class="alignright size-full wp-image-967" height="118" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/11/gimp_logo-e1321841016459.png" title="gimp logo" vspace="1" width="99" /></p>
<p>Alternatively, you may want to use the much more powerful (and more complex) free software &quot;Gimp&quot; which is described in&nbsp;Haleemon&#39;s article at&nbsp;<a href="/2010/03/17/resizing-images-for-your-website/">Resizing images for your website</a>.</p>
<p>You can install this very easily using the installation system at www.ninite.com &#8211; tick &quot;Gimp&quot; then click the green download button and follow prompts from there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/11/21/windows-image-resizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eCommerce payment &#8211; taking money on the web</title>
		<link>http://blog.whitedoggreenfrog.com/2011/09/12/ecommerce-payment-taking-money-on-the-web/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/09/12/ecommerce-payment-taking-money-on-the-web/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 05:35:18 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=949</guid>
		<description><![CDATA[One of the most important functions of an eCommerce site is accepting payments on the web. Surprisingly, very little is written about this and it seems very hard for beginners to find basic information needed to outline the possibilities, and to clarify the benefits and costs of the various approaches. PayPal Firstly, no discussion on [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important functions of an eCommerce site is accepting payments on the web. Surprisingly, very little is written about this and it seems very hard for beginners to find basic information needed to outline the possibilities, and to clarify the benefits and costs of the various approaches.<span id="more-949"></span></p>
<h3>PayPal</h3>
<p>Firstly, no discussion on payment processing could be complete without discussing PayPal; one of the oldest and most well known methods of accepting money on the internet. PayPal can be driven from a website in a number of ways, and accepts payment on your behalf. Originally, payment was taken from a &quot;virtual&quot; balance and credited to your business&#39;s balance with PayPal. One of the significant weaknesses of PayPal for many years was that it required your customer to create an account with PayPal and to login to that account to pay subsequently, even if they were trying to use their credit card with your store.</p>
<p>	Modern PayPal now allows charges directly to credit cards, without requiring your customer to login to pay. This has greatly increased PayPal&#39;s usefulness and removed one of the major obstacles customers faced using PayPal. However, probably the biggest advantage of PayPal is that it is very easy and simple to setup &#8211; for sale of one or two items, without a shopping cart, setup takes less than a few hours.<img align="right" alt="" height="113" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/PayPal_mark_180x113.gif" width="180" /></p>
<p>	An important point to understand about PayPal is that they only takes payment through their own website. When setting up your website to take payment through PayPal, your developer passes the transaction through to their website which accepts the payment and credits your account, notifying your website of the successful transaction through a mechanism called a &quot;callback&quot; or &ldquo;IPN&rdquo;. As the payments come in, Paypal puts them in your account and to get access to the funds you need to make a periodic withdrawal. In the past, PayPal has been vulnerable to locking merchant accounts for little reason (for example, sufficient reason can simply be a sudden large rise in business!), so this may be one reason mature businesses tend to avoid Paypal. To be fair, my impression these days is that well run businesses have few problems with PayPal.</p>
<p>	PayPal does offer great eCommerce flexibility, including the ability to have recurring or automated subscription payments, use of their own eCommerce facilities, and a variety of ways of taking payments including through simple links and buttons. It&#39;s degree of flexibility</p>
<p>	A significant downside of having PayPal as the only means for accepting payment is that it indicates strongly to your users that you are only a small business. However, if users in your target market don&#39;t understand that, or don&#39;t care, this may not apply to you.</p>
<p>	<strong>Strengths?</strong> Easy, cheap and quick to setup. Relatively secure. Powerful and flexible. Handles credit card security for you.</p>
<p>	<strong>Weaknesses?</strong> PayPal stigma. Receiving payments into their account can be prone to issues, including locking of accounts.</p>
<h3>Credit Card payment through a gateway</h3>
<p>Generally speaking, most internet businesses tend to prefer to take payment through payment gateway companies, due primarily to the cheap software setup costs (often ready to go).</p>
<p>The use of a payment gateway requires you to setup a specialized &ldquo;merchant account&rdquo; allowing you to take payments over the internet &ndash; often called something like an &ldquo;Internet Enabled merchant account&rdquo; though the exact term varies depending on the bank. A substantial advantage of accepting payments through this method is that the payments are in your account the next day (or the day after).</p>
<p>	To pay through a <img align="left" alt="" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/iStock_000005912769XSmall.jpg" style="width: 299px; height: 185px;" />gateway, you&rsquo;ll need to setup an account with the payment gateway as well as the Internet merchant account. During the process of setting this up the bank will want to know that you have a legitimate website selling real products and that you are an honest and ethical business with such things as delivery and return policies to essentially protect themselves against complaints and chargebacks (refunds from customer complaints) against your business. They will usually want to approve your website first and, frankly, some banks have been very much harder to deal with over the years than others. Unfortunately, already having a normal merchant account (cards processed by a card swiping terminal, helps a little but doesn&rsquo;t guarantee your application will be successful. The bank may charge you for setup, as well as an annual fee (usually about $300) and may also require you to sign an agreement which includes an exit penalty, so read carefully! You can sometimes negotiate to reduce exit penalties, particularly if you have an existing non-internet merchant account. You should allow at least 2 months for setting up a merchant account &ndash; the banks will tell you it&rsquo;s a few weeks, but every site we&rsquo;ve been involved with has taken longer!</p>
<p>	The two main payment gateway companies in the Australian context are eWay and SecurePay. We&rsquo;ve dealt mostly with eWay for 6 years now and can highly recommend their attention to detail and customer service as second to none. eWay in particular have worked hard to have their system well supported by nearly all of the major eCommerce systems out there, so they will just work out of the box. Additionally, eWay provide ready-to-go code fragments in several common languages so implementing payment through them is actually pretty easy.<br />
	The payment gateways usually charge a per-transaction fee, which you can negotiate down as your number of transactions increase. Additionally, your merchant facility will subtract a small percentage (usually 1.25% &#8211; 2%) of the payment amount, and a little more for Amex and Diners. There is also an annual fee, and possibly a setup fee. Ask carefully what fees apply when talking to the payment gateway companies to ensure you are comparing apples with apples.</p>
<p>	Just a small point &ndash; the payment gateways all have associated websites, allowing you to login and run reports against the day&rsquo;s transactions, and to take actions such as refunds, rebills, and searches. A second small point is that many gateways will store credit cards for you, providing you with a secure token for rebilling.</p>
<p>	<strong>Strengths?</strong> Direct card billing (no PayPal); Faster processing into your own account; Easier and cheaper to setup initially; Reporting tools tend to be strong. Lower costs.</p>
<p>	<strong>Weaknesses?</strong> Some fees.</p>
<h3>Direct Bank implementations</h3>
<p>Most banks will tend to suggest you implement your payment processing through the bank&rsquo;s own gateway (terminology: a few of the banks call the system they use for this &ldquo;MIGS&rdquo;). As each bank tends to have their own code, and little is out there in the public domain, this can require some code to be written. In the early days the banks used to just supply you with a 2-inch thick document to read but my understanding is that some do provide code fragments these days.<br />
	<img align="right" alt="" height="187" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/logo_australian_banks_vertical(1).png" width="272" /><br />
	You will need to setup a merchant account as you did above, which will also be subject to ongoing fees. The most common pathway for small businesses is that they setup a payment gateway initially and then move to a direct bank implementation as their turnover grows large enough. One of the advantages with the Direct Bank payment processing is that you don&#39;t have to pay gateway fees. Check with your bank to ensure there are no other fees involved as charges vary widely.</p>
<p>	Depending on the bank and how helpful it is, you&#39;re likely to be up for development costs to implement the website code required to send your transactions to the bank. Some banks provide sample code for this, and it seems to be gradually getting easier for developers (and thus cheaper) over time.</p>
<p>	A significant cost to this approach is that the bank is likely to require you to prove that your website and transaction processing is secure, and may require you to be certified for &ldquo;PCI Compliance&rdquo; &#8211; particularly in this era where even large companies such as Sony&rsquo;s Playstation Network have been compromised with stolen credit card information. As this costs the banks millions (estimated $30 per replaced card) the banks try to ensure you are taking appropriate care with customer card information. Ironically, in my experience, it&rsquo;s often the older websites that tend to cause many of these problems, as aging code tends to develop security faults over time! PCI Compliance has a number of levels and can impose restrictions and costs, particularly at the higher levels where certification alone costs $20,000 or more. If you have a website compromise that results in card information being exposed, banks will probably require that you be certified before allowing you to process transactions again. As part of getting your website developed, you should talk to your developers and ensure that they actually understand the security issues involved and have taken appropriate measures to keep card information safe, as a failure here can put your business at risk.</p>
<p>	<strong>Strengths?</strong> Less fees and lower costs.</p>
<p>	<strong>Weaknesses?</strong> Bank tools can be inadequate; Costs more to implement; Much stricter security generally required.</p>
<h3>Summary</h3>
<p>This article has only been a brief introduction to the issues involved; &nbsp;being only a brief&nbsp;overview of how eCommerce payments work, and we hope we&#39;ve given you a useful roadmap for choosing a payment solution for your eCommerce site.</p>
<p>	Some of the other issues include storing card numbers, security, increasing sales &quot;conversion&quot; rates on your site, finding reliable ecommerce hosting, and developing an actual website; &nbsp;we&#39;ll touch on some of these in future articles.</p>
<p>	Please let us know if you&rsquo;ve found this article helpful, or have any questions you&rsquo;d like covered, or would like to talk to us about the issues you have in getting your own eCommerce site up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/09/12/ecommerce-payment-taking-money-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of an era &#8211; Goodbye Fido, Hello WordPress!</title>
		<link>http://blog.whitedoggreenfrog.com/2011/09/10/end-of-an-era/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/09/10/end-of-an-era/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 03:02:51 +0000</pubDate>
		<dc:creator>Haleemon</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=954</guid>
		<description><![CDATA[We had been offering a simple website building product called Fido Sitebuilder since 2005 however we are phasing out Fido Sitebuilder as a product and to offer you a heavily discounted conversion from Fido to the industry-standard WordPress system. When we chose to use Fido 6 years ago it was &#39;state of the art&#39;, but [...]]]></description>
			<content:encoded><![CDATA[<p>We had been offering a simple website building product called Fido Sitebuilder since 2005 however we are phasing out Fido Sitebuilder as a product and to offer you a heavily discounted conversion from Fido to the industry-standard WordPress system.</p>
<p>	When we chose to use Fido 6 years ago it was &#39;state of the art&#39;, but slowly over time it has became lacking in several areas some of which are listed below:<br />
	<span id="more-954"></span></p>
<ol>
<li>The authors are not supporting it as much as necessary (in fact, not making new releases at all!)</li>
<li>Its functionality is getting quite old and outdated</li>
<li>Increasing security issues and regular site hacking, including hacking of many ecommerce sites using it</li>
</ol>
<p>Because of these issues we have started to move our client base to the widely recognized and &nbsp;far more stable WordPress &nbsp;CMS (Content Management System).<br />
	<img align="right" alt="" height="250" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/blue-xl.png" width="250" /></p>
<p>WordPress has a customer base of well over 53 million (some estimate 200 million as realistic!), is much more powerful and has a considerably more intuitive and &#39;easy to use&#39; user interface. When WordPress was developed, it was used mainly as a blogging platform, but over time it has evolved into a complete, powerful and easy to use content management system and can be used for so much more through the thousands of plugins, widgets, and themes. </p>
<p>	Along with all this, WordPress has the advantage of being an Open Source project, which means there are many hundreds of developers all over the world working on it, extending it and customizing it &#8211; in fact, many more than most commercial platforms.) &nbsp;WordPress typically release small updates every 2-3 months which means you have access to a technology that is gradually evolving and continually improving. &nbsp;It also means you are free to use it for anything from your cat&rsquo;s home page to a Fortune 500 web site without paying anyone a license fee.</p>
<p>	Currently you are paying $100 a year for the Fido licence. With WordPress, there is a one off conversion fee (heavily discounted to $400) and no subsequent licence fees, which means you will be saving $100 per year by moving to the new system. Additionally, if you have paid your Fido licence in the last 3 months, we will credit your entire licence fee towards the site conversion.</p>
<p>	As site conversions are done with such a huge discount, we hope you&rsquo;ll understand that they are done on an as-time-permits basis; the turnaround is usually around 3 weeks but can be more. We supply a short &quot;getting started&quot; manual with the sites. One-on-one training or more detailed documentation is also available at additional cost.</p>
<p>	If you would like to get started please either call us at 1300 760 850, or <a href="mailto:support@whitedoggreenfrog.com?subject=Blog%20article%20-%20Fido%20to%20Wordpress">email us</a> and we will send you information on how to get started.</p>
<p>	Here is a link to <a href="http://blog.whitedoggreenfrog.com/?s=wordpress">articles about WordPress</a> from our blog if you&rsquo;d like to read up a little.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/09/10/end-of-an-era/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 tips for keeping your enterprise eCommerce website secure</title>
		<link>http://blog.whitedoggreenfrog.com/2011/08/18/enterprise-ecommerce-website-security/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/08/18/enterprise-ecommerce-website-security/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 01:37:25 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=940</guid>
		<description><![CDATA[It&#39;s every eCommerce website&#39;s owner&#39;s nightmare &#8211; getting hacked! Some of the real-life examples of what can happen when your site is hacked: credit card numbers stolen &#8211; your customer&#39;s card details can be stolen and sold to criminals. transactions intercepted &#8211; silent interception of your customer&#39;s details transactions completely stolen &#8211; you never see [...]]]></description>
			<content:encoded><![CDATA[<p>It&#39;s every eCommerce website&#39;s owner&#39;s nightmare &#8211; getting hacked! Some of the real-life examples of what can happen when your site is hacked:</p>
<ul>
<li>credit card numbers stolen &#8211; your customer&#39;s card details can be stolen and sold to criminals.</li>
<li>transactions intercepted &#8211; silent interception of your customer&#39;s details</li>
<li>transactions completely stolen &#8211; you never see the transactions</li>
<li>site vandalised</li>
<li>industrial espionage or vandalism</li>
<li>site used for phishing &#8211; google listed</li>
<li>your site is hacked, and kept for later &quot;use&quot; in crime, bank fraud or illegal file distribution<span id="more-940"></span></li>
</ul>
<p>We&#39;ve seen most or all of these done to customers over the years &#8211; no-one is immune! &nbsp;The sites involved varied from small sites to huge sites with thousands of products processing millions of dollars per month.</p>
<p>There are three costs that you will face when you do get hacked:</p>
<ol>
<li>lost business while your site is down</li>
<li>the cost of repairing and ensuring you can&#39;t get hacked again</li>
<li>lost reputation and trust</li>
</ol>
<p>The effort and money you spend on keeping your site secure should align well with the losses you could incur from the above! &nbsp;One successful model for this is to consider it like insurance &#8211; pay a little now, or pay a lot later.</p>
<h3>10 t<img align="right" alt="" height="387" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/iStock_000007765546XSmall.jpg" width="310" />ips for keeping your site safe from hackers</h3>
<p>All of these could be expanded into complete articles &#8211; and we&#39;ve done so for some &#8211; but here are some short-form tips that will introduce the key concepts.</p>
<p><strong>Credit Card Security</strong> &#8211; don&#39;t store credit cards at all, or use methods such as tokenisation (which we&#39;ll write about in a coming article). &nbsp;The amount of effort you expend protecting your card numbers should relate directly to the volume of your transactions. &nbsp;If you are processing millions, you should be spending regularly on reviewing and updating your security practice. &nbsp;A major leak of credit card details is not merely embarrassing; it can actually cost your business millions.</p>
<p><strong>SSL encryption</strong> to protect from snoopers should be a given. &nbsp;This ensures critical form data is encrypted as it travels over the internet &#8211; a common method for stealing card data is via WiFi sniffing, and encryption protects against this almost completely. &nbsp;This is an eCommerce basic; many customers will avoid your site if they don&#39;t see the comfort of a small padlock on the order screen. &nbsp;They usually don&#39;t realize that the padlock only covers one small area of security! &nbsp;In fact, most security problems actually occur on the client PC or the server, whilst SSL only protects the connection.</p>
<p><strong>Secure hosting</strong> &#8211; most people don&#39;t realize that many hosts leave mysql open so that it&#39;s possible to view mysql databases belonging to other users. &nbsp;On LAMP servers, this is a side effect of the way PHP is run; it can be run securely so that this isn&#39;t possible. &nbsp;This mistake by your hosts is one reason shared hosting is considered insecure, but it can actually be very close to the security offered by a VPS. &nbsp;As an example, one organization we rescued got hacked during critical periods every time, via this method.</p>
<p><strong>Update your website software regularly</strong>&nbsp;or you will eventually get hacked. &nbsp;You might like to consider the value of getting your website done using a technology that is regularly updated by competent developers. &nbsp;Open Source products such as Magento and WordPress offer this advantage at very reasonable cost. &nbsp;The key here is to choose a platform that will be around, and actively updated, for the foreseeable future &#8211; otherwise you can be left holding the proverbial baby when the updates stop and the hacking attempts continue!</p>
<p><strong>Do regular backups using at least two separate methods</strong>, preferably complementing what your host does. Remember not all hosts do backups. Most don&#39;t guarantee your data. &nbsp;At least some of your backups should be &quot;offline&quot;, some should be off the server, and some on server. &nbsp;Talk to your host about this.</p>
<p><strong>Use a predictive firewall that blocks hackers.</strong> &nbsp;Ensure your host&#39;s firewall is capable of detecting hacking attempts and banning perpetrators so they don&#39;t get a free run &#8211; which will often yield access as they work through their extensive libraries of techniques. &nbsp;Your host might also virus/exploit scan uploads and prevent bad code being uploads, which helps delay or prevent many automated attacks. &nbsp;Remember, most attacks these days are automated &#8211; when they succeed in getting into your site the hacker is alerted and then can &quot;use&quot; your site for mischief.</p>
<p><strong>Ensure your website is well documented.</strong> &nbsp;The more you have invested in developing it, the more you should expect to see documentation &#8211; one effective model adopted by many is the use of a &quot;Wiki&quot;, the example everyone is familiar with is Wikipedia. &nbsp;The searchability of a Wiki, plus the fact that it is always available online, add up to a good long term tool. &nbsp;Often printed hardcopy documentation is just not read by anyone!</p>
<p><strong>Keep your system software updated. </strong>&nbsp;It&#39;s an illusion if you beleive that VPS is more secure. &nbsp;It can actually be less secure than an actively maintained shared hosting environment. &nbsp;Actively maintained usually costs more &#8211; skilled system admins aren&#39;t cheap. &nbsp;These system updates are naturally done for you if you have quality shared hosting. &nbsp;Even if you keep your site secure, if your server gets hacked at operating system level (kernel/commands/services) your site is completely open.</p>
<p><strong>Keep up to date with security practices</strong> &#8211; in a year or two, this article will be out of date; similarly, what is adequate now will not be enough to keep you safe in only a few years. &nbsp;As just one example, it&#39;s become best practice not to store unencrypted user passwords &#8211; yet many websites still store easily viewable passwords, which can be easily stolen. Without a built-in practice of reviewing security regularly, you&#39;ll find current practices will become insufficient over time, &nbsp;And of course, if you have a small site, many of the things listed here can be done by yourself &#8211; and you may already have them if you host with us!</p>
<p><strong>Remember to upgrade your hosting as your business grows</strong>&nbsp;- it&#39;s not uncommon to find people relying heavily on budget hosting for a business that has outgrown that hosting years later. &nbsp;The budget hosting goes down and the business then loses a lot of money by being offline &#8211; hardly the fault of a budget provider who simply can&#39;t provide a cast iron guarantee at budget prices.</p>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;"><strong>Summary &#8211; keep your perspective</strong></span></p>
<p>It&#39;s important to understand that &quot;preventing&quot; hacking effectively means reducing your chances of being hacked. &nbsp;No single practice by itself can completely stop your chances of getting hacked. &nbsp;The trick is to combine the best practice common- sense methodologies listed above to get synergistic protection that means you are safe from all but the most skilled and determined hackers and luckily there are very few of those!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/08/18/enterprise-ecommerce-website-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site of the month &#8211; Luke Clarke</title>
		<link>http://blog.whitedoggreenfrog.com/2011/08/05/site-of-the-month/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/08/05/site-of-the-month/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 05:57:32 +0000</pubDate>
		<dc:creator>Haleemon</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=935</guid>
		<description><![CDATA[Featured site of the month: www.lukeclarke.com.au Luke approached us some months ago, as he has an active and interesting health business in a number of areas and wanted a site to allow him to write about that, and to attract new business while keeping existing clients informed.&#160; We thought we&#8217;d share the site with you [...]]]></description>
			<content:encoded><![CDATA[<p>Featured site of the month: <a href="http://www.lukeclarke.com.au" target="_blank">www.lukeclarke.com.au</a></p>
<p>Luke approached us some months ago, as he has an active and interesting health business in a number of areas and wanted a site to allow him to write about that, and to attract new business while keeping existing clients informed.&nbsp;</p>
<p>We thought we&rsquo;d share the site with you as an example of one of the sites we do and also as an example of a very interesting health practitioner working in an unusual area &ndash; that of staying healthy over the long haul!</p>
<p><a href="http://www.lukeclarke.com.au" target="_blank"><img align="middle" alt="" border="2" class="aligncenter size-medium wp-image-907" height="214" hspace="10" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/05/LukeClarke-300x214.png" title="Luke Clarke" vspace="10" width="300" /></a></p>
<p>
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/08/05/site-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug &#8211; every web developer&#8217;s secret weapon</title>
		<link>http://blog.whitedoggreenfrog.com/2011/08/05/firebug-every-web-developers-secret-weapon/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/08/05/firebug-every-web-developers-secret-weapon/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 00:03:44 +0000</pubDate>
		<dc:creator>Haleemon</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=920</guid>
		<description><![CDATA[Firebug is an add-on for Firefox that allows you to view the source code of the site. Big woop, right? Well, what makes it special is that you can also modify the code so that you can see what the changes look like before altering the actual file. If you don&#39;t like it, no worries, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://getfirebug.com/" target="_blank">Firebug</a> is an add-on for <a href="http://www.mozilla.com/en-US/firefox/fx/" target="_blank">Firefox</a> that allows you to view the source code of the site. Big woop, right? Well, what makes it special is that you can also modify the code so that you can see what the changes look like before altering the actual file. If you don&#39;t like it, no worries, you can just refresh the page and the modification is gone. If you do like the change you can then go into the CSS file and update the source code.<span id="more-920"></span></p>
<p>So Firebug doesn&#39;t actually implement the change but rather will display what it would look like. Let&#39;s check out an example, shall we?</p>
<p>Start off with a website, we&#39;ll use the White Dog site as an example. We want to see what it would look like to change the heading (H2) tags from green to fuchsia, so let&#39;s begin.</p>
<p><a href="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/Home_page1.png" target="_blank"><img alt="" class="aligncenter size-large wp-image-928" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/Home_page1-1024x614.png" title="Home_page" width="500" /></a></p>
<p>&nbsp;</p>
<p>Highlight the section that you want to modify (in this case, I&#39;m highlighting the text &quot;Choose from a variety of affordable&#8230;&quot;), right click the text and then select &quot;Inspect Element&quot;. Firebug will launch in the lower section of the screen.</p>
<p><a href="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/highlight_text_to_modify.png" target="_blank"><img alt="" class="aligncenter size-large wp-image-926" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/highlight_text_to_modify-1024x463.png" title="highlight_text_to_modify" width="500" /></a></p>
<p style="text-align: center;"><em>(NOTE: click the image to enlarge)</em></p>
<p style="text-align: center;">&nbsp;</p>
<p>Let&#39;s change the color for the H2 tags from green (HTML color code #109410) to fuchsia (#FF00FF) in the right hand section of Firebug, the page instantly refreshes to show the change, see below.</p>
<p><a href="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/h2_changed.png" target="_blank"><img alt="" class="aligncenter size-large wp-image-927" src="http://blog.whitedoggreenfrog.com/wp-content/uploads/2011/08/h2_changed-1024x451.png" title="h2_changed" width="500" /></a></p>
<p>&nbsp;</p>
<p>Now that we see what the change looks like,&nbsp; we can either go into the CSS file and make the edit if we like the change; or we can refresh the page and the changes made in Firebug are reset so it&#39;s like the color change never happened, heading tags are green again.&nbsp;</p>
<p>Firebug saves you a lot of time when you&#39;re experimenting with changes and works especially well when modifying a live site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/08/05/firebug-every-web-developers-secret-weapon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it really possible to halve your development costs with Open Source?</title>
		<link>http://blog.whitedoggreenfrog.com/2011/04/26/902/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/04/26/902/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 06:43:35 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=902</guid>
		<description><![CDATA[We think that for many projects it is! &#160;Here&#8217;s a quick overview of the longer talk we&#8217;ll be presenting at The Internet Show. Over the last 4-5 years a number of frameworks have matured and grown to be more suited to the development of large projects &#8211; some notable examples being Drupal and Magento, in [...]]]></description>
			<content:encoded><![CDATA[<p>We think that for many projects it is! &nbsp;Here&rsquo;s a quick overview of the longer talk we&rsquo;ll be presenting at The Internet Show.<span id="more-902"></span></p>
<p>Over the last 4-5 years a number of frameworks have matured and grown to be more suited to the development of large projects &ndash; some notable examples being Drupal and Magento, in particular, and these frameworks are being used in an increasing number of enterprise environments (some quick well-known examples &ndash; Fox, Breville, Samsung, Olympus, Ford etc).</p>
<p>We beleive some additional factors further contribute to the&nbsp;</p>
<p>Open Source code allows faster turnaround with framework problems &nbsp;- as your team has direct access to the framework core itself. &nbsp;This removes many time consuming and expensive holdups as small framework problems can be resolved by your team; while the larger problems can be handled as support requests as you would for a commercial framework.</p>
<p>Because of the prevalence of Open Source, skilled programmers are obviously readily available. &nbsp;A problem to be aware of is that there is a wide variety of skill level in the marketplace and assessing programmer skill before hire is crucial. &nbsp;In particular it&rsquo;s important that your architects be proficient to ensure that correct architectural decisions are made in early stages of the project and expensive mistakes are avoided. &nbsp;This is where hiring a ready-made team with experience can actually be cost-effective in the long term.</p>
<p>An additional crucial factor that has changed is the creation of long term funding models for new frameworks. Prior to this change, users were at the mercy of often-slow part-time development teams &#8211; for instance, Joomla has only released 1.6 fairly recently after some years delay. &nbsp;An example of this new funding model is the Magento e-Commerce system project, which provides a full featured eCommerce system. &nbsp;Magento has Magento Community, Professional and Enterprise versions ranging from free to $13k per year. &nbsp;This allows commercial-grade support to be available while retaining the open source advantages of exposure to a large community and thus having many contributing authors submitting code for filtering and inclusion. &nbsp;The Open Source model has shown itself to be capable to producing quality systems that are widely in use &ndash; GNU/Linux being just one example of many. &nbsp;The Magento funding model allows Magento to retain open source advantages yet to be responsive to enterprise needs.</p>
<p>An interesting and important market trend is that surprisingly, PHP work, including on PHP frameworks such as Magento and Drupal, is emerging as more profitable for developers &ndash; and this will become a driving force as time proceeds. &nbsp;When producing a product is more profitable, the market will inevitably respond by producing more of that product and thus refining what is available. &nbsp;Over the short to the medium term this can be expected to yield increasing and inevitable changes in the development market.</p>
<p>Empirical figures and conversations with developers suggest that the larger frameworks can significantly reduce costs, or allow greater implementation scope, for midrange projects. &nbsp;Some developers have estimated that the savings on some Magento developments was around 40-50% over a well-known commercial framework. &nbsp;The cutoff point at this stage appears to be around 1000 hours &ndash; there are large scale efficiencies and savings inherent in large-scale commercial development platforms that start to kick in and make those more effective for these larger projects.</p>
<p>It&rsquo;s important to understand that there are course for horses &ndash; Open Source is not appropriate for every enterprise development project and it&rsquo;s vital that your developers be able to tell the difference. &nbsp; In the meantime, there&rsquo;s a lot to be saved on appropriate projects!</p>
<p>Perhaps we&#39;ll see you at The Internet Show on May 4th and 5th!</p>
<p>&nbsp;</p>
<p><em>[Ed note: Brian is speaking on this topic at the Internet Show, on May 4th at 11:00 and May 5th at 12:35 &nbsp; - details at&nbsp;</em><a href="http://www.terrapinn.com/exhibition/the-internet-show-melbourne/seminars.stm">http://www.terrapinn.com/exhibition/the-internet-show-melbourne/seminars.stm</a><em>]</em></p>
<div><em><br />
	</em></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/04/26/902/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brian Coogan is speaking at The Internet Show</title>
		<link>http://blog.whitedoggreenfrog.com/2011/04/21/brian-is-speaking-at-the-internet-show/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/04/21/brian-is-speaking-at-the-internet-show/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 04:03:36 +0000</pubDate>
		<dc:creator>Haleemon</dc:creator>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=899</guid>
		<description><![CDATA[Brian Coogan is speaking about eCommerce and Payments at The Internet Show at the Melbourne Convention Centre in Theatre 2 on: Wednesday, May 4th, at 11 am&#160;and Thursday, May 5th, at 12:35 pm The discussion topic will be, &#34;Halving your development costs with New Generation Open Source.&#34;&#160; If anyone would like an invitation to the [...]]]></description>
			<content:encoded><![CDATA[<p>Brian Coogan is speaking about eCommerce and Payments at <a href="http://www.internetshow.com.au/seminars.stm" target="_blank">The Internet Show</a> at the Melbourne Convention Centre in Theatre 2 on:</p>
<ul>
<li>Wednesday, May 4th, at 11 am&nbsp;and </li>
<li>Thursday, May 5th, at 12:35 pm</li>
</ul>
<p>The discussion topic will be, &quot;<strong>Halving your development costs with New Generation Open Source.&quot;&nbsp;</strong></p>
<p>If anyone would like an invitation to the event, let us know!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/04/21/brian-is-speaking-at-the-internet-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What should your website look like to work really well?</title>
		<link>http://blog.whitedoggreenfrog.com/2011/03/14/nice-article-on-web-design-5-small-biz-web-design-trends-to-watch/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/03/14/nice-article-on-web-design-5-small-biz-web-design-trends-to-watch/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 01:23:54 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=520</guid>
		<description><![CDATA[Here&#39;s a digest of a few simple (but non-obvious) thoughts re web design, with some more reading for those interested. Utility vs Beauty Just a thought &#8211; would you rather have a website that is beautiful, or a website that makes you money? Interestingly, research has shown that simpler websites are often more effective at [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]><br />
<mce:style><!  v:* {behavior:url(#default#VML);} o:* {behavior:url(#default#VML);} w:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);}  --><!--[endif]--></p>
<p>Here&#39;s a digest of a few simple (but non-obvious) thoughts re web design, with some more reading for those interested.<span id="more-520"></span></p>
<h2>Utility vs Beauty</h2>
<p>Just a thought &#8211; would you rather have a website that is beautiful, or a website that makes you money?</p>
<p>Interestingly, research has shown that simpler websites are often more effective at generating income &#8211; particularly when menus and links are in places that users would expect.&nbsp; Simple to use means easier for them to buy (or whatever you want them to do).</p>
<p>In web terminology, the process of &quot;buying&quot; from a website is called &quot;conversion&quot; and a website&#39;s effectiveness in selling product is called &quot;conversion effectiveness&quot;.</p>
<p>Despite the fact that Flash is pretty but just doesn&#39;t work well in many areas (Google often can&#39;t index it, and it doesn&#39;t work on iPads/iPhones/mobile devices), we still see it being used for many sites.&nbsp; While one can understand this for movie sites (where &quot;look&quot; is vital), it&#39;s harder to understand why it is used on small business sites surprisingly often.</p>
<p>This is not at all to suggest that a website needs to be ugly &#8211; not at all.&nbsp; However there&#39;s a fine line to walk, and it&#39;s surprising how some simple additions can improve the look of a website withuot damaging it&#39;s ease-of-use.</p>
<h2>Small business web design trends</h2>
<p>Mashable.com, a popular internet news and blog aggregator, recently published a useful and enlightening note on some small business web design trends. In a very brief summary the article makes the following points:</p>
<ol>
<li><strong>Minimalism</strong> &#8211; keep websites simple and uncluttered</li>
<li><strong>Photography</strong> &#8211; custom and imaginative photography/imagery works better than stock images</li>
<li><strong>Big Bold Typography</strong> &#8211; used to grab a user&#39;s attention</li>
<li><strong>Clear Calls to Action</strong> &#8211; what do you want the user to do, by when</li>
<li><strong>A/B split testing</strong> &#8211; testing multiple versions of your website can yield huge improvement on conversion effectiveness</li>
</ol>
<p><a href="http://mashable.com/2010/08/10/small-business-design-trends" target="_blank" title="Small business web trends">Click here to read the whole article at mashable.com</a> While none of these come as complete surprises, we thought the overview might be helpful to you when considering what your website should look like &#8211; simplicity can work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/03/14/nice-article-on-web-design-5-small-biz-web-design-trends-to-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does your website get hacked?? And can you stop it?</title>
		<link>http://blog.whitedoggreenfrog.com/2011/03/10/how-websites-get-hacked-and-how-to-keep-saf/</link>
		<comments>http://blog.whitedoggreenfrog.com/2011/03/10/how-websites-get-hacked-and-how-to-keep-saf/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 07:09:54 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Staying safe on the internet]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.whitedoggreenfrog.com/?p=620</guid>
		<description><![CDATA[There&#39;s almost nothing worse than your website getting hacked, and possibly having to endure days of problems while the host retrieves your files and/or gets you to repair the site. &#160;It&#39;s important to have some basic knowledge about what happens, as you may be able to save yourself some pain, or minimize it if something [...]]]></description>
			<content:encoded><![CDATA[<p>There&#39;s almost nothing worse than your website getting hacked, and possibly having to endure days of problems while the host retrieves your files and/or gets you to repair the site. &nbsp;It&#39;s important to have some basic knowledge about what happens, as you may be able to save yourself some pain, or minimize it if something does happen to your website!<span id="more-620"></span></p>
<h3>How websites get hacked:</h3>
<p>There are fourmain ways that websites get hacked:</p>
<ol>
<li>
<p><strong>Exploited scripts</strong> &#8211; outdated scripts with security holes get exploited through the web by baddies. &nbsp;They send special codes to your website that allow them to take over the website.</p>
</li>
<li><strong>Stolen passwords</strong> &#8211; virus and trojan infections on your computer can steal passwords as they are typed, or from saved password files. &nbsp;Once the virus has your passwords, they are sent up to a central repository and gradually exploited. &nbsp;One of our web developer friends had this happen to him and they took almost 18 months to gradually work through and hack 3-4 of his sites &#8211; each with bank phishing sites. &nbsp;Passwords can also be stolen by using them over public WiFi &#8211; both POP and FTP send passwords in the clear and shouldn&#39;t be used on public (unsecured) WiFi for that reason.<br />
		&nbsp;</li>
<li><strong>(2b) Stolen passwords on the server</strong> &#8211; some webhosts run accounts in such a way that they can see each other&#39;s database passwords, and thus each other&#39;s databases. &nbsp;Yes, we think this is strange too.<br />
		&nbsp;</li>
<li><strong>Root compromise on the server</strong> &#8211; it is possible to take over a server completely, and hack the web server component so it occasionally sends viruses out to people looking at websites. &nbsp;This is often done randomly, and sometimes only once per computer viewing the site, so it can be very hard to track down. &nbsp;This is relatively rare as thankfully most hosts are able to protect themselves against this. &nbsp;There were some recent examples of this in Australia over the last few years, though I&#39;ll refrain from mentioning the companies!<br />
		&nbsp;</li>
</ol>
<h3>What we do to keep you safe</h3>
<p>As we&#39;re in a unique position as a webhost as well as a web developer handling a lot of sites, we get to see more than a few sites hacked and we&#39;ve worked out a methodology that successfully stops most hacking. &nbsp;While we won&#39;t mention all our goodies here, some of the things we do are:</p>
<ol>
<li><strong>Block known attack signatures</strong> &#8211; when baddies attack scripts, they often use recognizable attack signatures. &nbsp;Where possible we detect these and prevent them from getting through to your website, giving what&#39;s called a &quot;406&quot; error.<br />
		&nbsp;</li>
<li><strong>Firewall blocking of security scanners</strong> &#8211; a common hacker attack method is to &quot;scan&quot; a website by checking a list of vulnerabilities, or trying to guess a password by working through a list of common passwords, amongst other things. &nbsp;If we see an IP doing things like these, we block them in the firewall and that&#39;s the last we ever hear of them. &nbsp;While they can change IPs, only a few go that far, so this does cut down attacks.<br />
		&nbsp;</li>
<li><strong>Ensure user accounts can&#39;t see each other&#39;s databases</strong> &#8211; that way if one account gets hacked, it doesn&#39;t spread to others. &nbsp;We hosted a small political organization for a few years that had been hacked around election time via this mechanism prior to moving to us, so it does happen!<br />
		&nbsp;</li>
<li><strong>Scan uploaded files</strong> &#8211; we scan all uploaded files for known virus and other related patterns, rather like an anti-virus on a PC. &nbsp;We don&#39;t think many hosts do this yet.<br />
		&nbsp;</li>
<li><strong>Do server-based backups</strong> &#8211; these allow us to recover the unhacked versions of files, if we find out quickly that the site has been hacked.</li>
</ol>
<p>One of the problems with a server that regularly hosts attacked sites is that it can start to affect things like email (listed in blocking lists) and of course, a server under attack often gets very slow.</p>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-size: 14px; font-weight: bold; ">What you can do to keep your site safe</span></p>
<p>There are two things that you can do that will help you keep yourself safe from a hacking attack:</p>
<ol>
<li><strong>Do regular backups of your site through cPanel</strong> &#8211; pop into cPanel regularly and download a backup. &nbsp;You only need to do it every now and then unless you change your site a lot. &nbsp;If you use WordPress, you can automate this with the WP-DB-Backup plugin, which can be asked to email you a backup on a weekly (or even daily) basis. &nbsp;<a href="http://blog.whitedoggreenfrog.com/2010/05/20/upgrade-your-software-2/" target="_blank">See our Backup article here for more information</a>.<br />
		&nbsp;</li>
<li><strong>Keep your website&#39;s software up to date</strong> &#8211; if you use WordPress, for instance, it&#39;s merely a matter of logging into your dashboard regularly and running an update if there is a new version available. &nbsp;If you run WordPress and don&#39;t have the time to log in regularly and want to ensure you are kept safe, there&#39;s a plugin called WP-Update-Notifier that will send you email when a new update is available. &nbsp;<a href="http://blog.whitedoggreenfrog.com/2010/05/20/upgrade-your-software-2/" target="_blank">See our article on updating web software here</a>.</li>
</ol>
<p>&nbsp;</p>
<h3>How we can help if you do get hacked</h3>
<p>At the end of the day, any website can get hacked, even though you may have taken precautions, and we fully understand the distress that it can cause.</p>
<p>If you don&#39;t have your own developer, or if they would like a specialist to look at it, we are usually able to repair a website within a day, and do our best to diagnose for you how the site got hacked. &nbsp;Contact us if you&#39;d like to discuss this service.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whitedoggreenfrog.com/2011/03/10/how-websites-get-hacked-and-how-to-keep-saf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: blog.whitedoggreenfrog.com @ 2012-02-04 22:21:32 -->
