Qualcomm pada kesempatan kali ini mengumumkan serangkaian informasi mengenai prosesor yang akan hadir pada generasi mendatang dalam jajaran keluarga Snapdragon. Prosesor tercepat dari Qualcomm akan hadir dengan kecepatan hngga 2.5GHz per core dengan nama Krait. Krait akan hadir dengan performance 150 persen lebih cepat dan memakan daya lebih efisien, hanya sekitar 65 persen daripada ARM. Rencananya prosesor ini akan hadir dengan pilihan single, dual hingga quad core sebagai seri Adreno GPU yang mampu menghadirkan empat 3D core dan terintegrasi dengan modem LTE (31/3).
Kehadiran prosesor terbaru dari Qualcomm rencananya akan ditanamkan untuk tablet yang mampu menghadirkan suara dolby stereoscopic hingga 7.1, serta memiliki kemampuan kamera sebesar 20 megapixel. Pada masa mendatang, Harry K. Nugraha selaku Senior Director and Country Manager Qualcomm International juge memaparkan akan hadirnya berbagai perangkat menggunakan sistem operasi Android dengan harga di bawah 3 juta, tentunya dengan dukungan chipset dari Qualcomm yang lebih cepat dan lebih hemat daya. Harry juga memaparkan beberapa perangkat sekarang menggunakan prosesor lain, namun niscaya prosesor Qualcomm yang telah berdiri lebih dari 25 tahun mampu menghadirkan kemampuan yang lebih cepat dari prosesor sejenisnya.
Keep reading…
By default, WordPress debugging is turned off, so to enable it, open wp-config.php (tip: make a backup copy of this file that you can revert to later if needed) in the root of your WordPress installation and look for this line:
define('WP_DEBUG', false);
Replace that line with the following:
Keep reading…
Odyssey launched on April 7, 2001, from Space Launch Complex 17A at the Cape Canaveral Air Force Station (CCAFS), in Florida. It took off to space aboard the Delta II 7425 delivery system.
It arrived at, and reached orbital insertion around Mars several months later, and then began its primary science mission immediately. Of the 10 years the orbiter has been operational, 9 years and 2 months have been spent conducting actual scientific investigations. Thus far, the relay antenna aboard Mars Odyssey has sent back in excess of 130,000 images, collected with the advanced suite of instruments that the orbiter is equipped with. Datasets cover climate, mineralogy and geology, experts say.
This spacecraft is one of the main reasons why we now know that there was liquid water on the Martian surface at one point in its distant past. The NASA Phoenix Mars Lander mission, which landed on our neighboring planet in 2008, confirmed Odyssey’s findings.
Keep reading…
WordPress features a few different types and statuses for plugins, as shown in Figure 1 – 4. You need to understand the difference when administering and creating plugins for WordPress.
- Active — Plugin is active and running in WordPress.
- Inactive — Plugin is installed but not active. No code from the plugin is executed.
- Must – Use — All plugins installed in the wp – content/mu – plugins directory. All Must – Use, or MU, plugins are loaded automatically. The only way to deactivate an MU plugin is to remove it completely from the directory.
- Drop – ins — Core functionality of WordPress can be replaced by Drop – in plugins. These plugins are a specifi cally named PHP fi les located in the wp – content directory. If WordPress detects one of these fi les, it will be auto – loaded and listed under the Drop – in fi lter on the Plugin screen. Currently ten Drop – in plugins are available:
Keep reading…
WordPress features many different APIs for use in your plugin. Each API, or application programming
interface, helps interact with WordPress in a different way. Following is a list of the main available
APIs in WordPress and their function:
- Plugin — Provides a set of hooks that enable plugins access to specifi c parts of WordPress. WordPress contains two different types of hooks: Actions and Filters. The Action hook enables you to trigger custom plugin code at specifi c points during execution. For example, you can trigger a custom function to run after a user registers a user account in WordPress. The Filter hook to modifi es text before adding or after retrieving from the database.
- Widgets — Create and manage widgets in your plugin. Widgets appear under the Appearance ➪ Widgets screen and are available to add to any registered sidebar in your theme. The API enables multiple instances of the same widget to be used throughout your sidebars.
Keep reading…