mastercard’s master plan to take over the world.Websites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

mastercard’s master  plan to take over the world.
mastercard’s master  plan to take over the world.

MasterCard’s master plan to take over the world.

In recent years supermarkets like Tesco’s have been offering more than just food. They now offer everything from electrical, personal finance and even in one case the ability to buy your next home.

With MasterCard’s recent decision to enter the arena of online retailer, is this a good thing for consumer or in a tricky credit market, is it a way for companies like MasterCard to reduce risk and make bumper profits?

The vanishing high street
1995 saw the online birth of Seattle Company Amazon, initially set up as a ‘one stop bookshop’ where any book currently published could be bought.

Within a short period of time Amazon started expanding it range of merchandise it sold, becoming the world’s largest online retailer.

The benefits Amazon had for the consumer, choice and value. If the item was available, Amazon would have it and cheaper than anyone else.

It wasn’t long before other retailers saw the huge benefits to the Amazon model and this introduced the consumer to the ‘virtual mall’, always on, always cheap, and always delivered a few days later.

Many experts at the time were split how much impact this would have on shopping habits, but in the 15 years since few could ignore the incredible revenue online retailing creates

The EBay effect
Around the same time as Amazon was finding its feet another internet giant was created. EBay gave the promise of the ultimate Auction site, giving many people the first chance to really sell online. For many years people became almost addicted to the idea that they could turn attic junk to cash in an easy, pain free way.

Apart from offering people the chance to auction items, it allowed people to set fixed sale prices and set up their own ‘virtual shop’.

By setting up PayPal, EBay also found a way to make money from every EBay transaction.

With every good idea, it is long often until someone offers a similar product and the same was true with Amazon Market Place. The idea was very simple, Amazon would offer, for a fee the chance to sell on Amazon.

Fees were higher than EBay’s, but Amazons reputation on quality and value proved an irresistible combination for many.

One in seven
Where Amazon and EBay settled it was not long before the like of Tesco’s would come in and offer their ‘value’ based service. Unlike EBay and Amazon, Tesco would not go down the market place route, but instead took a different stance on the same idea.

For many years Tesco had expanded in the Food retailing sector, and the only cap on profit came for the available of space to build new stores. With a bulging wallet, the online move was inevitable, but this push and success into online, not only increased profits, but showed the idea of a wide portfolio of services like never before.

Not content will selling online, Tesco’s went into communications, personal finance, insurance and even recently buying and selling of homes. Where there was money to be made Tesco wanted a piece of the money pie.

The end of the world.
In 2007 the world started its road into recession and for the first time many companies who relied on credit, not only for cash flow, but as a sale generator, felt the full effect of an ‘non credit’ world.

Rather than getting out a flexible plastic friend to pay the bill, we actually started using real money for the transaction.

Retailers like Tesco’s survived the recession in a strong position due to being a value retailer, and that people still needed to eat. There was an addition effect where people became more value conscious and companies like Tesco were able to take advantage and actually increase profits.

Some may say that there is some justice that the credit card companies and banks who suffered, as they were the ones responsible for the unsustainable credit in the first place.

Phoenix rising
Like any company hit by the recession Master Card always look for ways to secure their future and increase profits. Looking at the models by Amazon and Tesco’s, it’s only natural that MasterCard has setup its own shopping portal.

For MasterCard this gives a great way to shift more credit in an improving climate but make more money from the sale of the goods it will now sell. By taking the affiliate route, it also has zero risk.

But with all winners there are losers, and a future of no local traders is becoming a real possibility. Due to global shopping channels that can’t be beaten on price, it is often tempting to buy everything on line.

But online shopping is not always the best option.

If your food shopping turns with apples missing it’s not the end of the world. If you’re online purchased PC goes wrong, do you really want to have to ship it half way across the world to get it fixed?

Our blog

Some random stories from our blog.

Keyword use in body text

Overview Google, also know originally as an information engine was set up to locate the information people wanted to find. A HTML webpage has several parts to it, of which the <body> tag contains most of it. It’s in the Body tag section which the web browser shows what is considered as the webpage. It is therefore no surprise that Google looks as this aspect when deciding on how to rank a webpage. History of the <body> tag The <body> tag is one of the core HTML tags which have been within HTML pages since day one. Most of code used to display a page is contained within this section. It is for this reason Google places great weight on the content within this section. To some degree Google has now gone full circle with its approach. In the beginning pretty much only the on page copy was considered for…

The <samp> html tag

Overview The <samp> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text in a fixed width font which is ideal for displaying parts of programming code. Its use is almost identical to the <code> HTML tag. It works equally as well in table based layouts as well as CSS based ones. As with all phrase based HTML tags it can be used in situations where consistancy between browsers is difficalt to acheive in other ways. When text is put between the opening and closing <samp> tag it is displayed as a sample text. Basic Usage <samp>Some sample text in here</samp> Any text between the opening and closing tag will be displayed as a sample text. Advance Usage It is possible to style and add functionality to the <samp> tag, this is done by adding an attribute to after the…

Privacy notice including cookie use

How we use your information This privacy notice tells you what to expect when Websites by Mark collects personal information. It applies to information we collect about: visitors to our websites complainants and other individuals in relation to a data protection or freedom of information complaint or enquiry people who use our services, eg who subscribe to our newsletter or request a publication from us job applicants and our current and former employees   Visitors to our websites When someone visits www.websitesbymark.co.uk we collect standard internet log information and details of visitor behaviour patterns. We do this to find out things such as the number of visitors to the various parts of the site. We collect this information in a way which does not identify anyone. We do not make any attempt to find out the identities of those visiting this website. We will not associate any data gathered from this site…

Im going on a browser hunt, Im not scared

Google recently made the decision to end support for Microsoft Internet Explorer version 6 for its online office based applications. What wasn’t shouted quite so loudly was the ending of support for Firefox 2 and Chrome 3. In an online world where technologies evolve on a daily basis, should we worry about when old technology standards die or should we embrace in a lemming like state anything Google or Microsoft choose to throw at us? It’s alive With the invention of the internet as we know it today it wouldn’t be long before tools to view this brave new world became available. The pioneers were Microsoft and Netscape, but these were not the only ones, but due to Microsoft bundling its browser with its operating system Windows, it quickly became the browser of convenience for all but the very determined. But Microsoft was never going to have its own way…

The <em> html tag

Overview The <em> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text italic to emphasize the look of the tagged text. It works equally as well in table based layouts as well as CSS based ones. As with all phrase based HTML tags it can be used in situations where consistancy between browsers is difficalt to acheive in other ways. When text is put between the opening and closing <em> tag it is displayed as a emphasize text. Basic Usage <em>Some emphasize text in here</em> Any text between the opening and closing tag will be displayed as a emphasize text. Advance Usage It is possible to style and add functionality to the <em> tag, this is done by adding an attribute to after the p in the opening <em> tag Attributes allowed for the <em>tag include :-class, dir, id,…

© 2011 Websites by Mark. Do not reproduce any part of this website without permission.
Email : mark@websitesbymark.co.uk - Phone : 07716 447228 / 01993 820005
Postal Address : 7 Woodrush Gardens, Carterton, Oxfordshire. OX18 1JE