October 7, 2010
Android takes over as top choice for U.S. consumers
My colleague Narek Karapetyan blogged recently about Google's Android mobile operating system, suggesting the business model and development platform was more inviting to developers wanting to build mobile applications.
I remember reading it thinking "anything with such widespread developer, or geek, following, is bound to succeed in our industry".
This week, Nielsen has released data revealing that Google Android-powered mobile phones have outsold iPhones and Blackberrys in the United States of America over the last 6 months.
Importantly, the period in which this data was collected included a full month of Apple's release of its latest iPhone offering - iPhone 4.
The Nielsen report says:
Among all smartphone owners, Blackberry still holds the dominant share with 31 percent of the market, though its lead over Apple is declining. Twenty-eight percent of smartphone owners have Apple iPhones, compared to 19 percent who have Android devices.
I would like to come back to my point earlier and tie it in to Google's business model with the Android operating system.
If you win over the developer, or geek, community with your tech product, you are onto a winner.
Google made Android open to developers to build apps and easily make them available to potential or paying users. Critically, this came at a time when iPhone was taking record periods to approve iPhone applications as developers hung around for their good work to go live.
Blackberry owner RIM (Research In Motion) has even further restrictions on developers, and as a result, its app collection is the smallest of the Smartphone operating system giants.
Other than pleasing the geeks, Android does have other commercial benefits that iPhone and Blackberry do not.
Its 'open' policy extends to phone manufacturers to make phones with its intelligent operating system, with more apps than these hardware companies would ever imagine offering their consumers with their minimalist operating systems.
Motorola, HTC and Samsung are among the major phone manufacturers to adopt Android and as a result.
This 'open' model has Google on an upward trend with Android. It knows it is on a winner.
September 20, 2010
Android as a mobile apps choice
September 17, 2010
Using HTML symbol entities for Facebook and elsewhere
We are all hooked onto this social networking phenomenon, especially with Facebook and I guess you are all wondering how some of your friends are posting icons along with their comments.
The answer is easy: they use HTML symbol entities.
Some characters (e.g. the less than and greater than signs) are reserved for HTML markup. In order to display these characters as text, you must enter the HTML entities in the source code.
For example, to display the less than sign (<), you need to enter <
(entity name) or <
(entity number).
Among the entity list, there are quite a lot of symbol entities that we can use in layout design. For examples: → ♥ • “ ⊕.
Continue reading this post to find more surprises.
The Advantages of Using Entities Rather Than Images
’
) as the apostrophe. Use the left double quote (“
) and right double quote (”
) for the quotation marks.I particularly find the arrow symbols useful because they can be used as direction arrows or breadcrumb separators.
My favourite entities for separating links are bullet •
( • ) and dot operators ⋅
( ⋅ ).
The other commonly used entities are probably the trademark, copyright, degree, and currency symbols.
Trademark ™ | © Copyright | Registered Trademark ®
Currency: ¢ Cent | £ Pound | ¥ Yen | € Euro
Here some entities that you can perhaps use for design layout:
⊕ ⊗ ∞ ♥
Here are some miscellaneous symbols that you will most likely never going to use (but they are cool):
♠ ♣ ♥ ♦
So there you have it, all of the HTML symbol entities I can think of and with this post I hope to help people put new and exciting icons across the web.