Google Android – Google Mobile OS (Operating System)
Android is software for mobile devices that includes mobile operating system and key applications. Android is based on Linux kernel. Android is an open source application and you can download Android Software Development Kit from here. This tool provides necessary APIs to develop applications on Android platform using Java programming language.
Current Features:
- The platform is adaptable to both larger, VGA, 2D graphics library, 3D graphics library based on OpenGL ES 1.0 specifications, and traditional smartphone layouts.
- The Database Software SQLite is used for data storage purposes.
- Android supports GSM/EDGE, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi and other connectivity.
- Integrated web browser available.
- Android will support advanced audio/video/still media formats such as MPEG-4, H.264, MP3, AAC, OGG, AMR, JPEG, PNG, GIF.
- Android is fully capable of utilizing video/still cameras, touch screens, GPS, accelerometers, and accelerated 3D graphics.
- Software written in Java can be compiled into Dalvik bytecodes and executed in the Dalvik virtual machine, which is a specialized VM implementation designed for mobile device use, although not technically a standard Java Virtual Machine.
For more details, on Google Android, kindly visit Android (operating system) and What is Android?.
curl_exec() has been disabled for security reasons in Wordpress 2.7
The latest version of Wordpress 2.7 requires curl_exec() function. However, for security reasons, many hosts do not allow to use this function and due to this your wordpress blog will not function properly. There is an alternative available to use Wordpress 2.7 without enabling curl_exec() function.
First download this plugin and install it:
http://trac.wordpress.org/attachment/ticket/8086/list_transports.php?format=raw
After you activate it, you’ll see a list of what transports WordPress detected as working at the bottom of the admin screens (in the footer). Once you know these, you can deactivate and delete the plugin.
If you are not able to activate the plugin you can ignore the above step.
Now, open functions.php which is in your theme directory and add the following code:
function block_transport() { return false; }
add_filter('use_http_extension_transport', 'block_transport');
add_filter('use_curl_transport', 'block_transport');
add_filter('use_streams_transport', 'block_transport');
add_filter('use_fopen_transport', 'block_transport');
add_filter('use_fsockopen_transport', 'block_transport');
That will block all five possible transports from working. Now just remove the add_filter line on the transport that you want WordPress to actually use.
Added: You will need to add above code in php block and put at the end of function.php file.
Thanks to Otto42 for his advice and solution.
Contact us at support@webhostingdiscussion.net if you want us to troubleshoot this problem.
Kailash
Task Manager has been disabled by your administrator
Sometime you receive the message “Task Manager has been disabled by your administrator” when you press ALT+CTRL+DEL or the option “Task Manager” is disabled. It may possible that Task Manager has been disabled or it may be possible that it has been disabled by any virus or Trojan.
You can get rid of it by following the below steps:
[1] Edit Registry value:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
Write the above code in notepad and save it in .reg format and then double click on it. It will add the required entry in Registry to enable Task Manager.
[2]
- Open Registry (Start -> Run -> regedit)
- Navigate to following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
- From right-side, delete the value named DisableTaskMgr and close the registry editor.
In most cases, one of the above solution works.
For other solutions, you may refer Microsoft kb 555480
Parallels Releases Plesk Billing 6.0 – Modernbill
Parallels, the leading virtualization software provider, released Plesk Billing 6.0. It is an automated web based billing system designed for Web Hosting, ISP and WISP industries. Below are the few features of Plesk Billing (Previously it was ModernBill system):
* Automated Signup
* Automated Payment Processing
* Automated Account Provisioning
* Online, Recurring, Web Based Billing
Parallels Plesk Billing — Online Demo:
[1] Administrator Interface
Username: demo
Password: demo
[2] User Interface
Username: joejoe
Password: joejoe
For more details and features, visit Plesk Billing System
How to upgrade to Wordpress 2.7
Wordpress 2.7 is now the latest version of Wordpress and it comes with many new features. Below is the step by step guide line to upgrade your wordpress blog.
[1] Backup your entire blog (Web contents as well as your database).
[2] Rename wp-config-smple.php to wp-config.php and made the required changes in it.
[3] Upload your new worpress files and overwrite existing files.
[4] Now browse http://yourdomain.com/wp-admin/upgrade.php
You are done now.
Note: You can also request us to upgrade your blog on your behalf. Refer this post
Kailash
HyperVM comprehensive Virtualization software and VPS solution
HyperVM comprehensive Virtualization software available to create and/or manage different Virtual Machines which are based on different technologies across machines and platforms. Using HyperVM you can manage your VPS and servers across the different data centers.
Below are the few features of HyperVM:
- HyperVM also supports Windows Virtualization with advanced features like backup/restore built in.
- It supports multiple virtualization technologies.
- Migration of your server is possible in HyperVM.
- Backup features is integrated with HyperVM. It also allows your clients to browse the backups and they can restore from their end without contacting you.
HyperVM Demo: Click Here
HyperVM Installation: Click Here
More details on HyperVM: Click Here
WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008
WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008. There are many features added to wordpress 2.7. For more details, you may refer their articles.




