apple ipad, killer content or content killer?Websites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

apple ipad, killer  content or content killer?
apple ipad, killer  content or content killer?

Apple iPad, Killer content or content Killer?

When Apple announced the iPad on the 27th January 2010, many things were expected. Like all rumour based predictions, some came true and some not.
But a low powered tablet based computer without a keyboard, webcam or even Flash, is this really the future or has Steve made another Newtonian error?

We call it the iPad
Positioning the iPad as a device somewhere between an iPod and Laptop, Steve Jobs is once again trying to define a new genre of interaction between user and technology.

As with a lot of Apple release kit, Steve has embraced the idea that Eye Candy engages users and well designed gadgets actually overturn conventional thinking and build brand confidence.

What is odd about this latest offering from Apple is technology that was expected but is missing. After all this should be a killer way of interacting on social networks like Facebook, but with no bundled keyboard, webcam or Adobe Flash, this would appear not to be the case. After all casual gaming has become hugely mainstream and any technology that does not embrace this may not fully understand how people toward work and play together.

Adobe flash up until now has been the backbone for most of these casual games and without it Facebook Games like Farmville just would not exist.

A look to the past
In the early days of Personal computers, it was not just a case of Mac or pc, in fact there were thousands of home computers available with each their own language and operating system, none which would speak to each other. As with any market that becomes saturated, most of these companies died out. What brought the PC as we know today as a market share leader was a standard that developed out of companies copying IBM computer design. With a unified Operating system by Bill Gate meant that for the first time by buying a ‘PC’, you were not tied down to a particular company. This introduced competition into the PC market that cut costs down a point that made them irresistible to most people. Apple are the only company today that survive this massacre and still do well today surviving on less than 10% of the PC market. But also they make the whole solution, not just the hardware and not just the software. Microsoft may have nearly a 90% share of the operating system market, but they only make the software, without the hardware Microsoft would have finished back in the early 90’s at the hands of such giants as Commodores Amiga.

Although Apple has done well out of creating innovative designs and ideas, it has not always gone Apples way. Apple was one of the first companies to mass produce a laptop. Due to cost it never sold lots of units. It then tried again with the Apple Newton; this small device was a cross between a smart phone and PDA. Again due to cost and being too far ahead of the game, this was considered another flop.

It is fair to say that these devices (amongst others) nearly bankrupted Apple, and there were pundit that time after time predicted the end of Apple.

Let the music play
In early 2001 Apple Released the iPod and iTunes.

With a business model radically different to everything before, Apple now has the market share for downloaded music content.

Without broadband this would not have happened, but Steve Jobs realised that people will pay a premium for convenience and he was right. Even with new players in the game Steve has raised his game and still offers an amazing product in the form of iTunes to anyone running a windows or Mac based operating system.

If Apple never built another Computer thanks to iTunes, its future is secure.

Bye Bye Facebook welcome to iTunesbook
When Apple released the iPad, one of the curious omissions was Adobes Flash. Adobe Flash powers lots of content on the web and with Apple taking this decision there must be something behind it.

Listening to Steve Jobs speech on the launch of the iPad, you can see where Steve believes the next decade will take us online.

I believe Steve’s business model for the iPad revolves solely around the ITunes store. Currently it’s free to read news and watch video online. Some newspaper and video providers are now starting to charge subscriptions to view content. I believe Steve is pushing the iPad in this direction.

And if rumours are to be believed there are plans for iTunes to become more than just a music store.

Imagine Steve’s Pitch now.
‘By combining shopping, news, films, books, games and hanging with your friends, it’s a totally awesome experience for the user and all for 99 cents a day’

Is Apple crazy?

I think not, they are one of the few companies that have proved you can make the hardware, write the software and box it as a product…..

But then again isn’t Bill trying this with Xbox live?

Our blog

Some random stories from our blog.

Pop goes the Google

With Google’s recent decision to remove categories like SEO from its local business listings, is this the beginnings of Google’s vision of the web, or a first step that will ultimately reduce Google impact on the world? Googletastic Google has always promised internet nirvana by the lure of free web based services and applications, but in recent time this free lunch has always been accompanied by an expensive hangover. When Google offered the chance for all websites to be listed on their monolith of a search engine, they unleashed the horde known as SEO, which ultimately ensured either website owners employing the services of specialised companies to promote websites or for companies to go through hoops to do the same. Even today SEO can be a lucrative revenue stream for those companies who offer that service. Every time Google release an update to its search engine, there is ‘gold rush…

Keyword use in bold body text

Overview Search engines like Google use the text visible on the screen as one of the factors used to determine how important a page is to a certain search phrase. Bold body text as expected plays a role in this ranking. In short if a section of text is tagged as bold or strong, search engines like Google assume this text is a more important part of the page. History of Keyword use in bold body text In the first versions of HTML the <b> tag was used to determine text which should be displayed as being bold. With the evolution of HTML, a new tag was created to really replace the <b> tag. With regards to the website visitor both tag visually do the same thing, but on a higher level using the <strong> tag is more consistent with the aims of the tag. Although both can still be…

The <strong> html tag

Overview The <strong> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text bold to emphasize the look of the tagged text. It is often used in replacement for the b tag. In SEO terms it helps with keyword optimisation, but it is unkown if it is more, less or equally effective as using the b 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 <strong> tag it is displayed as a strong text. Basic Usage <strong>Some strong text in here</strong> Any text between the opening and closing tag will be displayed as a strong text. Advance Usage It is…

Case Study – Inyanga Counselling

Therapy and crisis counselling still is stigmatised by many, which made the design and creation of the site interesting as well as being a very worthwhile project to be involved in. At the initial brief it was very clear that counselling is not only a very personal service but the service is used by all levels of society and as such the site needed to reflect this. Using warm neutral visuals that complimented the colour and feel of the logo was matched by a very personal blog style site, which allowed people visiting the site to know they were dealing with a real qualified person. As with all sites developed by Websites by Mark both large and small, the same quality and care is shown and this was indeed the same in Mary’s case. As with many of Websites by Marks projects, design and build was complete on time and…

The <h2> html tag

Overview In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h2> tag itself is considered to be the main repeating heading for a webpage. By default it is displayed much larger than the body text but smaller than the main <h1> header. As with all h tags it is considered important for SEO.When text is put between the opening and closing <h2> tag it is displayed as a large heading. Unlike <h1> a <h2> tag can be used multiple times on a webpage as its job is to be the heading for a web pages main sub topics. Basic Usage <h2>Large header text</h2> Any text between the opening and closing tag will be displayed as a large heading. Advance Usage It is possible to style and add functionality to the <h2> tag, this is done…

© 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