<?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>q internet</title>
	<atom:link href="https://www.qinternet.uk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.qinternet.uk</link>
	<description>Web Design, Ecommerce and Web Development made simple</description>
	<lastBuildDate>Thu, 23 May 2024 11:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.3</generator>

<image>
	<url>https://www.qinternet.uk/wp-content/uploads/2020/06/cropped-favicon-32x32.png</url>
	<title>q internet</title>
	<link>https://www.qinternet.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The simplicity of E-Commerce</title>
		<link>https://www.qinternet.uk/ecommerce/the-simplicity-of-e-commerce/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-simplicity-of-e-commerce</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Sun, 28 Feb 2021 16:45:09 +0000</pubDate>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[process]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=22353</guid>

					<description><![CDATA[<p>We at Q Internet are always trying to dispell the myth that getting an online shop is difficult and expensive. This is not the...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/the-simplicity-of-e-commerce/">The simplicity of E-Commerce</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We at Q Internet are always trying to dispell the myth that getting an online shop is difficult and expensive. This is not the case.</p>
<p>With our basic packages you can be up and running, selling your products and at the same time building up a useful database for marketing purposes, within days. With our more elaborate packages it might take a little while longer to get you up and running but we aim to make the process of doing so just as simple.</p>
<p>The way we design and carry out the development of an eCommerce marketing shop design is very simple, there are a few stages we tend to go through to ensure the website can be completed as quickly and efficiently as possible and to your satisfaction.</p>
<p>1) Homepage Design – We design the initial page and you decide if you like it basically. The rest of the site will be based on this template.</p>
<p>2) Sitemap – Once you have agreed the homepage we will then need to decide on the backbone of the site. At this point you will also need to decide whether you want to add the products yourself (this will include training on how to do this), or if you want us to add all the products.</p>
<p>3) Test Products added – Once you have agreed on the sitemap, we will then create the layout and backbone with one product in. We need to get the 1st product page looking right, so we can use this for each and every product thereafter so the information for all products is uniform.</p>
<p>4) Populate the site and set up the payment and shipping methods.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/the-simplicity-of-e-commerce/">The simplicity of E-Commerce</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Cloudflare caching my site?</title>
		<link>https://www.qinternet.uk/web-development/is-cloudflare-caching-my-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-cloudflare-caching-my-site</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Mon, 08 Jun 2020 13:18:11 +0000</pubDate>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=22028</guid>

					<description><![CDATA[<p>Many people are now using Cloudflare as a Content Delivery Network (CDN) to speed up page load times for their websites. A CDN works...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/web-development/is-cloudflare-caching-my-site/">Is Cloudflare caching my site?</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Many people are now using <a href="https://www.cloudflare.com/">Cloudflare</a> as a Content Delivery Network (CDN) to speed up page load times for their websites. A CDN works by serving cached versions of static files from their servers. Static files generally include images, stylesheets and Javascript files, but can also include video and audio. Basically any file that doesn&#8217;t require any server-side processing or execution.</p>
<p>Cloudflare is by far the most popular service for this, and their free plan is very generous so can be utilised very cost effectively.</p>
<p>Their operation is slightly different to a regular CDN, in that they act as a proxy for the main site domain. This means the cached files are available on your main domain name, e.g www.domain.com rather than on a subdomain, such as cdn.domain.com. This also means that if for any reason your site goes offline, Cloudflare can take over and show a cached version of your site to anybody that visits during your downtime.</p>
<p>One slight issue we discovered is that because Cloudflare operates on your main domain, it can be tricky to tell if it is actually working! Any images will still have the same URL as they did before you started using it.</p>
<p>Using your browser inspector, usually under the &#8216;Network&#8217; tab, you can take a look at each of your file&#8217;s headers and look for the header item &#8216;cf-cache-status&#8217;. However, this can be time consuming and somewhat fiddly.</p>
<p>Thankfully, we have discovered a very handy tool created by <a href="https://jay.holtslander.ca/">Jay Holtslander</a> at <a href="https://cf-cache-status.net">https://cf-cache-status.net</a> that allows you to enter a file URL and will instantly tell you if Cloudflare is serving the cached version.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/web-development/is-cloudflare-caching-my-site/">Is Cloudflare caching my site?</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gaining trust with your online shop</title>
		<link>https://www.qinternet.uk/marketing/gaining-trust-with-your-online-shop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gaining-trust-with-your-online-shop</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Thu, 12 Mar 2020 17:28:37 +0000</pubDate>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[trust]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=22359</guid>

					<description><![CDATA[<p>Ecommerce companies looking to experience success must understand that people shopping online are hesitant to buy anything from a website even if they know...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/marketing/gaining-trust-with-your-online-shop/">Gaining trust with your online shop</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ecommerce companies looking to experience success must understand that people shopping online are hesitant to buy anything from a website even if they know it is a reputable company. The most important aspect of an company’s web-based storefront is conveying a sense of trust with customers, according to Dropship Access.</p>
<p>Prominently displaying the pages that make a website a legitimate business – shopping cart, privacy policy and other ecommerce necessities – on the homepage is one way to ease any concerns. Also, either maintaining a page dedicated to positive reviews from customers or linking to other people’s reviews – both positive and negative – will help browsers become buyers.</p>
<p>Don’t display overly negative reviews, but an older one that was used to make progress will make customers feel good about who they’re shopping with. Another way to do that is to put contact information for a company all over the website. If consumers know who they’re buying from, then the whole process will be smoother.</p>
<p>For the people still hesitant to shop online, it’s up to the ecommerce company to bring them over at this point. There aren’t many people out there, though, who will not spend any money online; Forrester Research reported that ecommerce will be a GBP170 billion per year business by 2014.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/marketing/gaining-trust-with-your-online-shop/">Gaining trust with your online shop</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Words and pictures &#8211; promoting your products and your business</title>
		<link>https://www.qinternet.uk/ecommerce/words-and-pictures-promoting-your-products-and-your-business/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=words-and-pictures-promoting-your-products-and-your-business</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Wed, 05 Feb 2020 14:16:30 +0000</pubDate>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=20941</guid>

					<description><![CDATA[<p>As ex-eBay traders, both in a professional and a personal capacity, and as online shop owners we have seen thousands of online product listings....</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/words-and-pictures-promoting-your-products-and-your-business/">Words and pictures &#8211; promoting your products and your business</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As ex-eBay traders, both in a professional and a personal capacity, and as online shop owners we have seen thousands of online product listings.</p>
<p>Some listings were impressive; they had plenty of high quality images of the product combined with well-written descriptions. Others, however, looked less than professional. Poorly lit or blurred images, mis-spelt or factually inaccurate product descriptions all amounted to shoddy presentation of the product.</p>
<p>When you list a product on your web site from Q Internet, the following may seem like no-brainers but you may like to bear in mind:</p>
<p><strong>The product description</strong></p>
<ol>
<li>Is the description factually accurate and correctly spelt? It can be disconcerting to potential buyers to read a product listing littered with grammatical, factual and/or spelling errors. Confidence in a product or seller can easily be dented by typos and inaccuracies, so if you&#8217;re unsure use a spell checker</li>
<li>Is the text of a reasonable size for viewers to read? If a viewer can&#8217;t easily read your description they will likely use this as an excuse to move on to another site</li>
<li>Does the product&#8217;s title accurately reflect the nature of the goods? For example, are you advertising a &#8220;Dunlop Golf Umbrella&#8221; or a &#8220;Dunlope Golf Brolly&#8221;? <em><strong>This is a critical stage of the product listing process for shop owners wishing to make use of Google Shopping! Remember the old rule&#8230;garbage in = garbage out.</strong></em></li>
</ol>
<p><strong>Image size and clarity</strong></p>
<ol>
<li>Does the image display the product in its best light? If you are unable to take a decent photo can you obtain stock images from the manufacturer? Manufacturers are often happy to offer access to high resolution images of their products for their dealers to use</li>
<li>Is the image of a reasonable size and clarity so visitors can see it? Images can at times be too large for the screen and, when selected by the user, go off the end of the page! As a rule of thumb, images of 800 pixels wide by 600 pixels high is a sensible size for product images</li>
<li>Do you have permission to use the image? Or have you &#8220;borrowed&#8221; it from another online store? We shall leave the sermon on the use of copyrighted images for another day&#8230;</li>
</ol>
<p>If you are competing with a major store for the customer&#8217;s business, how does the major store display and describe the same product you are selling? There is no reason why your listing shouldn&#8217;t look as good and offer as much information as that of the major store.</p>
<p>Make use of the tools your site offers you in terms of formatting text. A nicely formatted product description contributes to the overall listing.</p>
<p>The same principle can be applied to use of your blog. Blogging allows the site owner to generate their own content e.g. product reviews, news, how to find us etc. Well presented articles speak volumes about a company, but not nearly as much as bad ones.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/words-and-pictures-promoting-your-products-and-your-business/">Words and pictures &#8211; promoting your products and your business</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Woocommerce URL Coupons Applying the Wrong Code</title>
		<link>https://www.qinternet.uk/web-development/woocommerce-url-coupons-applying-the-wrong-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woocommerce-url-coupons-applying-the-wrong-code</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Tue, 04 Feb 2020 17:12:27 +0000</pubDate>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Woocommerce]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=20919</guid>

					<description><![CDATA[<p>I recently ran in to a strange problem when applying coupons via URLs in Woocommerce. I had it set up using the Woocommerce add-on...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/web-development/woocommerce-url-coupons-applying-the-wrong-code/">Woocommerce URL Coupons Applying the Wrong Code</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I recently ran in to a strange problem when applying coupons via URLs in Woocommerce. I had it set up using the Woocommerce add-on for URL coupons. this is where a coupon can be applied to the shopping basket by passing it in the URL. So if you had a discount code &#8216;december19&#8217;, you could simply give your customers the URL https://www.domain.com/december19 and your chosen product and discount would be added to your shopping cart.</p>
<p>Now, the problem arose when similar coupon codes were being used for different discounts, particularly when the first part of the code was the same, so like &#8216;jan&#8217;, janr1&#8242; and so on. So inputting the code &#8216;janr1&#8217; would result in the discount set up for the code &#8216;jan&#8217; being applied.</p>
<p>I then realised that this is actually how the URL coupons add-on is intended to work, it&#8217;s to allow you to personalise the coupon codes you give to your customers. This feature can be disabled by adding a trailing slash, but it&#8217;s not always convienient, and in my case there were a number of codes that had already been published, so a solution was needed, and fast!.</p>
<p>Digging through the code of the URL coupons add-on it became clear the Woocommerce developers had added a filter that helpfully allows the coupon look up process to be hooked into.</p>
<p>To disable the feature you simply add the code below into your theme&#8217;s or child theme&#8217;s functions.php file, and any coupons added will require an exact match to be processed.</p>
<div class="dm-code-snippet dark default  dm-normal-version" style="background-color:#abb8c3;" snippet-height="">
			<div class="control-language">
                <div class="dm-buttons">
                    <div class="dm-buttons-left">
                        <div class="dm-button-snippet red-button"></div>
                        <div class="dm-button-snippet orange-button"></div>
                        <div class="dm-button-snippet green-button"></div>
                    </div>
                    <div class="dm-buttons-right">
                        <a id="dm-copy-raw-code">
                        <span class="dm-copy-text">Copy Code</span>
                        <span class="dm-copy-confirmed" style="display:none">Copied</span>
                        <span class="dm-error-message" style="display:none">Use a different Browser</span></a>
                    </div>
                </div>
                <pre class="no-line-numbers"><code id="dm-code-raw" class="no-wrap language-php">
<pre class="dm-pre-admin-side">//Woocommerce URL Coupons exact match
function cq_coupon_exact_match($url_matches, $url, $coupon_url) {
  if ($url == $coupon_url) {
    return true; 
  } else { 
    return false;
  }
}
add_filter( 'wc_url_coupons_url_matches_coupon', 'cq_coupon_exact_match', 10, 3);</pre>
</code></pre>
			</div>
        </div>
<p>This simply looks to see if the full URL is an exact match to the full coupon url, and will only return true when that is the case.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/web-development/woocommerce-url-coupons-applying-the-wrong-code/">Woocommerce URL Coupons Applying the Wrong Code</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Blogging – Whats the point?</title>
		<link>https://www.qinternet.uk/marketing/blogging-whats-the-point/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blogging-whats-the-point</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Fri, 31 Jan 2020 17:23:40 +0000</pubDate>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=22356</guid>

					<description><![CDATA[<p>Blogs are a great way to increase traffic to your site but only if they are given the same amount of attention as the...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/marketing/blogging-whats-the-point/">Blogging – Whats the point?</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Blogs are a great way to increase traffic to your site but only if they are given the same amount of attention as the rest of your marketing.</p>
<p>The power of a successful blog is well documented and the promise of more traffic and brand engagement draws in countless webmasters every year.</p>
<p><strong>Content is king</strong></p>
<p>What you say, how much you say and how you say it should all be constructed with your target audience in mind. The two big questions to ask are – Why should anyone read the blog? and Why would they want to come back and read it again? Corporate press releases or staff hires are fine in moderation, but not if that is all the blog is about, people simply won’t read it. To gain traction with a reader a blog post has to be informative, interesting, amusing, original or shocking. Committing yourself to this long term takes a lot of time and effort. If you approach the blog something to be done when you get a spare minute, it will fail.</p>
<p>On the flip side, It is just as easy to fall in to the trap of sacrificing quality for quantity under the misconception the more posts published the better, regardless of what they say. Jakob Neilson’s site www.useit.com has a relatively small number of articles published each month but each of them brings some useful insight in to usability for webmasters to apply and as result is a respected source of information. Popular topics to try include top X lists, Interviews with known industry figures site owners, competitions, How to… guides, free resources and biting industry commentary.</p>
<p><strong>Gaining and keeping your readers</strong></p>
<p>Writing a blog no one is reading is a depressing affair. You spend hours writing an insightful article that you are genuinely proud of and your analytics shows a big fat zero for page views. If your blog is part of a larger site, prominently linking to the blog from the home page will deliver instant results and you should also consider adding a feed to the home page to show the latest posts. If you send out newsletters, link to stories from your blog to help drive traffic and avoid duplicating work. If you have a standalone blog, attempt to capture your reader’s contact details through any means at your disposal e.g. user registration, competitions, twitter followers etc. and then use this data to send alerts or monthly emails/ newsletters listing your blog’s new posts to proactively pull in traffic.</p>
<p>Rather than attempting to build your own community from scratch consider engaging with existing communities, be it forums, niche networks or leaving post comments on popular blogs. If you are confident in your writing skills and knowledge, approaching sites to write for them is a great way to gain exposure, position yourself as an expert and get a high quality link to your site. For example, if your blog was about search engine marketing www.searchengineland.com would be a logical site to approach with an idea.</p>
<p>When you get started out it is vital you treat every reader like gold dust replying to every comment they leave, and just as importantly, replying as yourself and not ‘The Website’. Personalisation shows your readers the human side of your blog and using author photos, comments from other team members, and your name rather than a generic name (e.g. Admin) encourages further engagement with you personally rather than a faceless website. www.seomoz.org is a great example of using personalisation to create a community based around their blog.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/marketing/blogging-whats-the-point/">Blogging – Whats the point?</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Accountancy Software Integration</title>
		<link>https://www.qinternet.uk/ecommerce/accountancy-software-integration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=accountancy-software-integration</link>
		
		<dc:creator><![CDATA[Chris Quee]]></dc:creator>
		<pubDate>Fri, 31 Jan 2020 15:55:27 +0000</pubDate>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Woocommerce]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Accounts]]></category>
		<category><![CDATA[EPOS]]></category>
		<category><![CDATA[Sage]]></category>
		<guid isPermaLink="false">https://www.qinternet.uk/?p=22346</guid>

					<description><![CDATA[<p>Ecommerce web sites can do more than just sell your products; they can talk to accounts and stock control systems. Accounts systems such as...</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/accountancy-software-integration/">Accountancy Software Integration</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ecommerce web sites can do more than just sell your products; they can talk to accounts and stock control systems.</p>
<p>Accounts systems such as Sage (Instant Accounts, Sage 50 and many others) can be updated on the fly with the most current order information from your site, this information never needs to be manually re-typed into the system, reducing admin costs.</p>
<p>Stock control systems, or accounts packages containing stock control functionality, can also integrate with ecommerce web sites. Your customers can see at any time whether an item is in stock, or if you prefer, precisely how many items are in stock.</p>
<p>As the web sites we sell are built using one of the world’s most popular open source platforms, offering connectivity to a number of popular systems is easily achievable. In fact, if your web site offers PayPal as a payment option, you are already talking to other systems!</p>
<p>If you feel you have a need for live stock updates or integration with your accounts system, we would be glad to help.</p>
<p>The post <a rel="nofollow" href="https://www.qinternet.uk/ecommerce/accountancy-software-integration/">Accountancy Software Integration</a> appeared first on <a rel="nofollow" href="https://www.qinternet.uk">q internet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
