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 
What ISP should offer you:
4 Mbps down / 1 Mbps up
10 email accounts
1 GB Web Server Space

Thursday, 26 November 2015

<script>
var j = 0
var spaceindex=[]
var text1 = "saya suka bahasa java banget deh"
for (i=0;i<=text1.length;i++)
{

if (text1[i] == " ")
{
spaceindex[j]=i
j = j + 1
}
}

for (i=0;i<=spaceindex.length - 1;i++)
{
alert(text1.substr(0,spaceindex[i]))
}
</script>
1. define canvas tag
2. define width
3. define height
4. define id
5. define style: style="border:1px solid blue;"

1. define button
2. define onclick
3. define value = Load

1. define script
2. define function: showpictures()
3. define canvas
4. define ctx
5. define img

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>

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"

Font

Here is the list that I compile myself

Tipe font: Tahoma
Width:
Alfabet:
A = 7 pixels
a = 6 pixels
B = 7 pixels
b = 6 pixels

Reading sign (punctuation):
" " = 3 pixels
, = 3 pixels
. =  3 pixels
- = 3 pixels
-- = 6 pixels
? = 6 pixels
! = 3 pixels

Numba:
1 = 6 pixels
2 = 6 pixels
21 = 12 pixels
Conclusion:
The width are vary. Dataset: {3, 6, 7}.

For depth about punctuation: http://perjuangan9.blogspot.co.id/2015/11/punctuation.html