Internet Trends 2019 (Bond Report)

Internet Trends 2019 report is the most comprehensive, detailed, and research document that I have ever seen on what’s going on with the Internet, web, mobile, social media, marketing, and security.

This year’s report spans 333 pages and is full charts, graphs, statistics, insights, and references. And if you are feeling nostalgic, there is an archive of the annual reports going all the way back to 1995.

It’s difficult to pick a single fact from such a huge document, but if I had to, I’d go with this:

51% of the global population, or 3.8 billion people, were Internet users last year.

Wow. That’s quite a crowd.

Via Slashdot.

Google Trends for REST, GraphQL and RPC


Here’s an interesting look at Google Trends for REST API, RPC, and GraphQL.  There’s also a link to the actual Google Trends, in case you want to play with it.  For example, here’s how it looks with the addition of the SOAP (as a protocol though, rather than search term which is way too generic):




Android global market share is at 48%


Canalysis did a world-wide study of mobile markets and published their results.  Make sure to read the whole article – there are many other numbers and trends.

Canalys today published its final worldwide country-level Q2 2011 smart phone market estimates, showing substantial market growth in all regions. Globally, the market grew 73% year-on-year, with in excess of 107.7 million units shipping in the second quarter of 2011. Of the 56 countries Canalys tracks around the world, Android led in 35 of them and achieved a global market share of 48%. Asia Pacific (APAC) remained the largest regional market, with 39.8 million units shipping there, compared with 35.0 million in Europe, the Middle East and Africa (EMEA), and 32.9 million in the Americas.

Android, the number one platform by shipments since Q4 2010, was also the strongest growth driver this quarter, with Android-based smart phone shipments up 379% over a year ago to 51.9 million units. Growth was bolstered by strong Android product performances from a number of vendors, including Samsung, HTC, LG, Motorola, Sony Ericsson, ZTE and Huawei. The final country-level data delivered to clients today shows there were particularly strong performances from Android devices in APAC countries, such as South Korea, where Android holds an 85% platform share, and Taiwan, where it has 71%.

With shipments of 20.3 million iPhones and a market share of 19%, iOS overtook Nokia’s Symbian platform during the quarter to take second place worldwide. In doing so, Apple also became the world’s leading individual smart phone vendor, stripping Nokia of its long-held leadership position.

 




Build for the mobile


I just had a revelation. An enlightenment, if you will.  You know how it happens – you think about a solution to a problem for a really long time.  Then you don’t think about it anymore. At least not consciously.  But your brain is still crunching.  You can feel it.  But if the solution is still not found, then get used to that constant crunching and ignore it.  And then you even forget it. And then, some time after, there is a Big Bang.  A huge flash in your head.  And it’s not the solution to the problem yet.  But it’s a sign and a reminder that your brain is still working on something you have long forgotten you had to solve.  That’s what I just had.

Being involved with a lot of web development, I was trying to figure out how to go about all those mobile devices.  Mobile Internet user base is growing fast and even today it is so big that it can’t be ignored anymore.  Gladly, most mobile devices run full blown web browsers with CSS and JavaScript support.  Some can even do Flash.  So it’s not like web development for mobile devices is something completely different from web development for desktops.

And yet, there are differences.  For the near future, these are the differences that I can think about:

  • Mobile devices have smaller screens and that’s not going anywhere.  Even if supported resolutions get higher and higher, the physical size of the screen won’t match the desktop screen any time soon.
  • Mobile devices have handicapped input.  Flip-out QWERTY keyboards are quite usable now and handwriting recognition is getting better by the day.  But mobile device is not and probably will not be as convenient for input as desktop computers.
  • Mobile devices have less processing power.  They get more power, but while they do so, desktop clients do as well.  And so the difference is maintained.  With more and more functionality being pushed out into client side, processing power is an important issue.
  • Mobile devices have unstable connectivity and higher bandwidth costs.  Again, with all 3G networks expanding globally and more and more free WiFi hot-spots installed everywhere, the connectivity problem is getting partially solved.  But it’s not going to be solved completely any time soon (coverage, higher costs, battery life are just some of the reasons).

While there are probably other things you can put on that list above, even the ones I have there are enough to consider a different approaches when developing for mobiles.  And why should we consider them at all?  Well, here is an image that actually triggered that big flash in my mind that I spoke about earlier (shamelessly borrowed from Paul Kedrosky blog post).

Mobile Internet Graph

You (of course I mean “I”, “we”, “they”, and “you”) cannot ignore mobile devices anymore when building web sites and applications.  So, how should this problem be approached?  And now for that revelation, enlightenment that I mentioned earlier in the post:

Build for the mobile device first, then extend for the rest.

That’s not a new approach.  It’s something that has been used and recommend before.  It was just phrased differently.  It was along the lines of : limit resources in your development environment and you’ll get a much more efficient and resource aware application.  If a developer has only 512 MB of RAM on the machine he uses to write and test his code, chances of that application being much more effecient on a 4 GB server are higher than of application written on a 4 GB machine. ([*] citation needed)

If you build your web site or application for the mobile device, you’ll ensure most of these:

  • It works well with small screen sizes and lower resolutions.
  • It requires the minimum of input from the user.
  • It has exactly the right balance between client-side and server-side processing.
  • It supports a whole lot of browsers, even most of those browsers don’t exist on the desktop.
  • It has at least some optimization in terms of download size, client-side caching, etc.

And when your web project works on the mobile devices, it will be much easier for you to check for extra resources in the client’s browser (higher resolution, better browser, etc) and enhance behavior with more bells and whistles.  You’d probably won’t want to do this yourself anyway.

I think adding additional bells and whistles would be much simpler and faster, then removing and reorganizing things in the application that has been built for the desktop browser and now needs to support, or at least behave nicely with mobile browsers.

I would be very surprised if you actually read the post all the way down to here.  And just to thank you, I thought I should surprise you.  Most of the above post just came out from the top of my head, has no research, measurements, or supportive data.  It’s not even something I have discussed with someone else yet.  So, I suggest, you take it with the jar of salt, jar of pepper, and a pint-sized bottle of red hot chili sauce.




Trend : web workers, home workers


Web Worker Daily quotes The New York Times:

But by 2006, according to data collected by the Dieringer Research Group, a marketing research company in Brookfield, Wis., more than 28 million Americans were working from home at least part time — an increase of 10 percent from just the year before, and 40 percent from 2002. The American Home Furnishings Alliance reports that 7 in 10 Americans now have offices or designated workstations in their homes, a 112 percent increase since 2000. And a recent survey by the National Association of Home Builders found that home offices ranked as the fourth most important feature in a new upscale home, just ahead of security.

It’s always nice to have some numbers, no matter how obvious the trend is.