WEP 64-bits :
| For each key, please enter either (1) 5 characters excluding symbols, or (2) 10 characters ranging from 0~9, a, b, c, d, e, f. | |||
WEP 128-bits :
| For each key, please enter either (1) 13 characters excluding symbols, or (2) 26 characters ranging from 0~9, a, b, c, d, e, f. |
Sunday, 29 November 2015
WLAN Security: WEP mode
Friday, 27 November 2015
Jadi, apa saja yg diberikan ISP kepada kamu? Selain bandwidth link?
What ISP should offer you:
4 Mbps down / 1 Mbps up
10 email accounts
1 GB Web Server Space
Time to load = bandwidth x size of website
For i.e.:
To load a 2MB website = 4 MB/s
4 Mbps down / 1 Mbps up
10 email accounts
1 GB Web Server Space
Time to load = bandwidth x size of website
For i.e.:
To load a 2MB website = 4 MB/s
Thursday, 26 November 2015
Template to experiment with string
<input type="text" id="text1" value="I learn new thing now">
<script>
var mydata=document.getElementById("text1").value
alert(typeof(mydata))
mydata.
</script>
<script>
var mydata=document.getElementById("text1").value
alert(typeof(mydata))
mydata.
</script>
Punctuation
" " = seperate word.
"." = end a sentences.
", " = seperate 2 sentences.
"! " = put it in the end of sentence of instruction or order.
"? " = put it in the end of sentence of question.
"-" = connecting 2 words.
"--" =
Example:
Open the door! not Open the door?
Name
" " = "space"
"." = "dot"
"," = "comma"
"!" = "exclamation mark"
"?" = "question mark"
"-" = "hypen"
"--" = "double hypen"
Subscribe to:
Comments (Atom)