Avoid Virus Infection Part 2 Continuing our last post Avoid Virus Infection, we will talk about the second ways to Avoid Virus Infection. In this Avoid Virus Infection Part 2 post, the second step is talking about the way you browse your computer. Second, Folder Tree People usually browse from Explorer and double clicking any forlder to browse into the forlder. This can be dangerous. If there is a virus inside the folder that is double clicked by people, the virus can become active. Then ho...
Avoid Virus Infection Some said that it is better to maintaining than fixing. It is also happening in computing world. It is good to have an anti virus installed in your computer. However, sometime there are also the possibility that there is a virus infected and your anti virus dont recognize it. The update of an anti virus for a particular virus is released after the virus is born. In this case, there is a possibility that you are attacked by an anti virus before there is any fix for it. T...
PHP Calculator Using Eval Continuing my previous post Javascript Calculator Using Eval, in this post, I will try to share also to make a simple PHP Calculator Using Eval. Unlike Javascript Calculator Using Eval, PHP Calculator Using Eval using php code that reside inside the form. We will use form tag that targeted to the file it self. The HTML and PHP code: [sourcecode language="php"] ...
Javascript Calculator Using Eval Eval is a function both resides in either Javascript or PHP. Eval is used for execute an argument. In this case, I ll try to share simple Javascript Calculator Using Eval. However, unlike other calculator that have buttons "1-9" and "*/+-", we dont have to put those buttons. Because this is a computer programs, so the user can input it from their keyboard. This code is divided into 2 types. The Javascript code and the HTML form code. Lets start with the H...
Number Format Function in Javascript Different with PHP, Javascript dont have native number vormat function. We as developers have to declare Number Format Function in Javascript manualy in our site. Because, several of our friends havent discoverd this function, I try to share Number Format Function in Javascript in this post. Our Number Format Function in Javascript will give comas automatically in a row of decimal number for every 3 digits. On the other hand, it will ignore decim...