Blog
Too Old to Learn
2017-09-26
As you know I have started teaching myself PHP programming. I hove programmed before in different language. I hope I am not just too old to learn.You cannot teach an old dog new tricks.
Source
2017-09-25
This is use to add 1 or delete 1 from the valuable when the line is processed. This is what we use to set the number of loops.
Source
2017-09-25
To understand bit operations, I need to understand binary.In this example 7 in binary is 00000111, 8 is 00001000.Do I ever used those bit operations? I don't know. But I know PHP can handle bit operat...
Source
2017-09-25
Some of the operations are easier to understood when you write them and execute them. The logical Operations are just that.Logical Operations are "AND" "OR" "XOR" and "NOT"
Source
2017-09-25
PHP uses ( condition )? true : fault;as a grammar for simple condition testing.It is same as If condition then true else faultin BASIC.
Quote of the Day!
2017-09-24
If you postpone what you can do today to tomorrow, you will postpone what you can do to a day after tomorrow and so on. You cannot never finish anything you don't start.
Quote of Today
2017-09-24
YOU'LL MISS 100% OF THE SHOTS YOU DIN'T TAKE!
Fall is Here!
2017-09-23
What a nice weather we are having today.I am hoping Kiroboto will be ready for pre-release showing next week.
Source
2017-09-22
This is how you compare two values.Again type is the main reason I cannot get result.
Source
2017-09-22
This is simple.I am moving on.