Fabien Bello

    Fabien Bello

    Fabien Bello has been working in web and app develoment since 1997. He has held numerous positions from game developer to head of creative and product development for major firms such as Xerox, Gala Coral Group. Fabien continues contributing to online community, owns and manages several websites as well as offering consultancy to all size businesses.

    I recently had to face an issue which has been ongoing for many months on both my PC and Laptop. Indeed, for many months, windows update failed to upload. It is only with update 1903 that I realised both my devices hadnt been properly updated since update 1809.

    The problem was identified but the solution was no way near to be found. After following various combinations of Fixes proposals, I finally found one solution which seems the most thorough of all. Below is the step by step tutorial to fix the windows 10 update error I would like to share with you. Please leave a comment

    In this article, I will provide you simple step by step instructions on how to clear your cache, your history,  your cookies and your data within Microsoft Edge.

    This can be help free up space and resources on your PC but also get rid of unwanted mini spam programs in cookies and help protect your personal data

    Tuesday, 14 November 2017 09:57

    Top 25 Pay Per Click Display Network

    • CPAlead

      CPAlead provides banner ads, pop under ads, interstitial tools, content lockers, PPC offers, CPA offers and more to affiliate marketers. CPAlead is known for paying guaranteed EPCs of 20 cents or greater in USA.

    • Lead Bit

      We are cool and high perspective international AN working on a CPA standard. 24/7 technical and customer support, variety of different offers, flexible options, weekly payment on Tuesday will do your job pleasant and efficient.

    • Add content here 3

    Technically speaking, both www and non-www are 2 different websites and as such may be penalised by search engines for duplicated content. From an SEO perspective it is always best practice to redirect your non-www site URL to www or your wwww. to your non-www version.

    Our site www.accrodigital.com, for example, has a redirection from non-www (http://accrodigital.com) to www (http://www.accrodigital.com). In other, everytime anyone type http://accrodigital.com will be redirected to www.accrodigital.com. Note the "www" in the second URL.

    Technically, the non-www version and the www version are two different domains. So redirecting one to the other improves our SEO. Google and other search engines won't have to worry about two different domains.

    This tutorial will show you how to redirect your whole website to either non-www or www.

    Please note that you will need to find and access your htaccess file. It is located at the root of your website server.

    1. Locate the following line within your htaccess file

    RewriteEngine On

    2. To redirect non-www to www, add this code below it:

    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]

    3. To redirect www to non-www, add this code after RewriteEngine On:

    RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
    RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]

    I hope that this tutorial will help you. Please leave your comment below if any.

    Friday, 30 November 2001 00:00

    Using Concatenate Function in Excel

    Excel CONCATENATE function

    The CONCATENATE function in Excel allows different pieces of text to join into one or combine values from several cells into one cell.

    The syntax of Excel CONCATENATE i:

    CONCATENATE(text1, [text2], …)

    Where text is a text string, cell reference or formula-driven value.

    The following examples show the CONCATENATE FUNCTION in action:

    Example 1: Concatenating the values of several cells:

    We encountered module edit errors when updating to Joomla 3.6.3. Our searches on the issue lead us to a Joomla page indicating that the error had been reported and that it could easily be fixed by simply following the instructions below:

    • Clear your Browser cache
    • Clear your CDN entire cache (cloudflare or others)
    • (optional) Clear your server cache

    The reason for the error is that the new Joomla version modifed the moduleorder field replacing some html with some element target (the new code in core.js) but if the old core.js is still cache in the browser or CDN, the old code will conflict with the new and generate an error.

    In this article, you will find a simple way to format CSV dates ready to import in mySQL database

    Exported date fields from mySQL become strings in Excel CSV as follows 01/05/2016 00:00, The following simple tutorial explains how to convert the dates back into MySQL format

    When you are stuck in safe mode because the admin password was not set up (only your live MS password which is not accessible when the network is off)

    If you have forgotten your local admin password, you won't be able to open Command Prompt as administrator in Windows 10. So you will need to up the Command Prompt with the help of a Windows 10 setup disk.

    Wednesday, 27 April 2016 16:08

    Best Free Movie and TV Streaming sites

    In the UK, there is a rather limited amount and rather expensives way of watching TV series and Movies when staying within the traditional and main stream boundaries. There are 4 major players, Netflix, Amazon, Sky or BT. Each requires some kind of restrictions and the movies and TV choices on offer are restricted. Novelties appear only once a week, and the big 3 tend to focus mainly on blockbusters.

    However, there are true gems in the world either as independant and non-main stream or as foreign films. Lovefilm, now part of amazon, was a decent subscription based system with thousands of movies to choose from. Since Amazon bought Lovefilm, their subscriptions raised drastically.

    Here is the good news: there is alternative FREE sourcesfor all your movies and tv series and it is online streaming. Below we highlight all the free movie streaming websites with their respective rating

    Tuesday, 16 February 2016 11:12

    Tricks to Leverage Browser Caching for Website

    Here is a nice code to improve google speed with Leverage Browser Caching for Website:

    Include the code in website root .htaccess file

    Page 1 of 3