Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts

Thursday, December 17, 2009

Android 3-rd party source code

I think you know that Android has 3-rd party Java API.
For example it is Apache API in part of HttpClient 4.x.
That is good code.

Thursday, December 10, 2009

Android Web Browser

Today I was surprised by the next news: Android web browser doesn't support queries by ftp protocol.

Instead of that Browser interprets a typed address as query string and send it to Google.


Tuesday, December 1, 2009

Apache 2.2 mime_magic_module and PHP scripts

The task: force Apache to handle PHP scripts without any file extensions.
Apache is able to determine MIME of file in two ways:
  1. Using mime_module by extension
  2. Using mime_magic_module by the first several bytes of file
I have investigated the second way.

Thursday, November 26, 2009

Android Platform Web Browser

I'm in shock concerning the internal Android Web Browser.
The investigations show that no one of Android 1.5, 1.6, 2.0 platform releases don't support a file uploading through HTML form.



Android doesn't have internal file viewer.
It may be a reason.