Kind: Replies
a reply to content typically on another site
Q&A: Will anything replace iOS or Android in the near future?
Currently and previously there are many alternatives to iOS and Android, but they are having problems with gaining developers’ interest and user base. Symbian OS. If you have a Nokia smart feature phone with Nokia Ovi App Store instaled it means that the feature phone is powered by Symbian. Symbian also powers many feature phones…
Q&A: What is the most visited website in the world that makes no use of JavaScript?
Even though current popular websites are mostly using JavaScript, the first webpage in the world on http://info.cern.ch/hypertext/WWW/TheProject.html is just containing a simple HTML text with links. There are no CSS and JavaScript scripts, no images, no HTML5, no Java Applets/Flash and Silverlight Objects, and even no PHP at all. The webpage is “ugly” due to…
Q&A: How do you get plain text from HTML?
You can view the plain text from any of HTML tags: <p>, <h1>, <h2>, <h3> <h4>, <h5>, <h6>, <td> (inside a <tr> in a <table>), <th> (inside a <tr> in a <table>) and all text inside a tag are texts. Some of the text may disappear from the webpage. This is done by CSS, JS…
Q&A: What is the best HTML5 eReader around?
Firefox’s PDF.JS on http://mozilla.github.io/pdf.js/ is a good HTML5 eReader. It supports .pdf reading and can be installed without git. If you know how to edit the CSS codes there you can style your viewer. The disadvantage here is that there’s a problem when copying text from documents and not all older and mobile browsers are supported. Edit…