Nvidia Tegra 3 Quad-Core processors for Mobile Platforms

Posted by Admin

Currently the highest processor speed in dual core base is 1.4 to 1.6 GHz. But Nvidia, a producer known for its line of GeForce GPU has produced a processor intended for mobile platforms with quad-core base. Previous processor has a code Kal-El was produced to continue the progress of the Tegra 2, and therefore the current official name is the Tegra 3. Nvidia promises that this new processor has a PC-class performance with battery life is longer. (more…)

AMD Bulldozer Architecture and Technology

Posted by Admin

AMD Bulldozer architecture that has 8 cores is given a code name Zambezi, this processor heralded series is able to outperform Intel’s Core i7, which has a series FX 8120 and FX 8150. This processor is designed with high performance processor architectures from AMD and optimized to provide communication between cores better and higher instruction in units of clock cycles. In addition, the processor can be configured up to 8Mb bulldozer capacity of L3 cache between cores available. (more…)

You Need to Know About the Android Security

Posted by Admin

Do you Android users? if so, did you ever think about your android attacked by a virus or malwares ? or your important data stolen?. Android users have a tendency to maximize its use. Therefore, the android security you need to know in order not to interfere with your activities. Do not you complain because the virus or malwares attack. Here are some suggestions android prevention you should know. (more…)

The Basics of JavaScript

Posted by Admin

Javascript is a script-based programming language. Javascript has the ability to create dynamic web pages and supported by many Web browsers.

This makes the javascript as a scripting language’s most popular and widely used by Web programmers in web development.

In the client-side applications, JavaScript running inside the HTML code. Using JavaScript, you can also create an interactive application on a web page. (more…)

Measuring the success of your Website in Search Engines

Posted by Admin

The first thing you should know before starting a web analytics is to know the purpose of your website. Suppose you have a website that provides sales service of goods, then the first thing you should measure is the number of sales generated by your website. But the reality is not simple, there are many things you should consider when managing websites, including: number of registrants an email newsletter, the number of files downloaded, the number of registrants RSS, the number of new accounts created. The question is, Have you measure success in search engines. (more…)

The New Features in Android 4.0 (Ice Cream Sandwich)

Posted by Admin

android 4.0 Google has finally released OS Android 4.0 or known Android Ice Cream Sandwich (ICS). many new features abound in them. Not only the new features alone, Google also make improvements in application functionality defect. Also looks almost changed completely, because Google itself trying to get a new OS is much easier and convenient to use. Therefore here are some advanced features that will even make you wonder. (more…)

Windows 8 Desktop No Longer Exists, Treat the New Metro UI that Mimics the Appearance of Android

Posted by Admin

Once you’re installing Windows 8, you will be surprised with a new look, no longer finds the Start menu but the Start screen, which screen it like Android. The new screen, which Microsoft deliberately prepared to replace the Start menu that has been present since a long time (starting time of Windows 95). Start screen was a new interface based on Microsoft’s design language called Metro. (more…)

Fundamentals of Control Structures in PHP

Posted by Admin

control structuresControl structure or a statement is an important part in a programming language  because this part is to set the execution path of a program. In programming languages​​,  PHP  statements  recognize four  major  types,  namely  if,  switch, while, and for.

The if  statement.
If statement is used as a statement to select one of the operations to be carried out in accordance the terms or conditions that have been set. There are  several  options  if  the syntax in the application in accordance with the conditions of a program.
(more…)