In the following code it displays the switch command followed by a break. So you set your variable to the case you want to assign to it, and the price should appear in the pop up window. So what the switch command its doing it's going threw every single different … [Read more...] about The switch statement in Javascript
Writing conditional code in JavaScript
= assignment == equality === strict equality variable … [Read more...] about Writing conditional code in JavaScript
Computational Game theory
Game theory breaks up into three pieces. Combinatorial Board Games Nim, Domineering dots and boxes Complete info alternating moves goal:last move Computational R.C Bell's 1988 Board table games Board Games Tic-Tac-Toe Chess Connect … [Read more...] about Computational Game theory
How to Configure SNMP on a cisco device?
Setting up SNMP on a cisco device Start SNMP service on router, no command is needed for this Create a CAC (community access control) for SNMP (simple Network Management Protocol) This will give public read-only access. snmp-server community public … [Read more...] about How to Configure SNMP on a cisco device?
Definition of SNMP
SNMP (simple Network Management Protocol) Now that you know what the acronym means, what does it do and how can it improve our network? This is a Central server that collects all the information in one place saving you the time running around from floor to floor … [Read more...] about Definition of SNMP
Simple steps to figure out network problems?
If your network is running up and smooth and nothing is out the norm congratulations, you have successfully kept it that way. Now if you want your network to keep on being reliable it needs to be monitored and maintained if not one day it might just stop working … [Read more...] about Simple steps to figure out network problems?