Category Archives: Computing
Conditionals in Javascript
Using Codecademy, I learned if/else statements, nested if/else statements, switch statements, and ternary operators in Javascript! If/Else Statements: Switch Statements: Ternary Operators: Share on Facebook
Transparent Laptop Screen
This simple trick is very easy to do, you only need the correct tools. It was my first time trying any such thing, and the results are pretty good, if I do say so myself. So here’s a quick but … Continue reading
Photoshop Art
I designed a desktop image for myself, using photoshop. I used Kanon Wakeshima’s album cover as inspiration. I started by just doodling on a piece of paper, and when I liked what I had drawn, I scanned it and put it into … Continue reading
PHP Week 5
Fany-Savinas-Mac:PHP Fany$ php 10_char_rearrange.php Input 10 characters: strawberry berrystraw —— Fany-Savinas-Mac:PHP Fany$ php highest_lowest_number.php Insert first number: 23 Insert second number: 5 Insert third number: 67 Smallest: 5 Largest: 67 —— Fany-Savinas-Mac:PHP Fany$ php alphabetical_order.php Insert first word: Anne Insert … Continue reading
PHP Week 4
Fany-Savinas-Mac:PHP Fany$ php open_electricity.php electricity.txt file contents: Array ( [0] => Here is a dissertation on physical science for your enlightenment. [1] => I don’t know where it came from so it must be true! [2] => [3] => [ … Continue reading
PHP Week 3
Fany-Savinas-Mac:PHP Fany$ php lower_upper_case.php Insert input: I Am Awesome! Lowercase: i am awesome! Uppercase: I AM AWESOME! —— Fany-Savinas-Mac:PHP Fany$ php number_maths.php Insert Initial Number: 3 Insert Final Number: 5 3 + 5= 8 3 – 5= -2 3 x … Continue reading
PHP Week 2
Fany-Savinas-Mac:PHP Fany$ php twonoun.php dog cat dog and cat —— Fany-Savinas-Mac:PHP Fany$ php numbermaths.php 5 10 5 + 10= 15 5 – 10= -5 5 x 10= 50 5 / 10= 0.5 —— Fany-Savinas-Mac:PHP Fany$ php repeat.php animals 3 animals … Continue reading
Starting PHP Week 1
I started to learn PHP and my first program was the well known Hello World. The first line opens the program. The second line is a comment, meaning the computer skips that line, and it is only for me and … Continue reading
Create and manage tasks in Apps mail
This is a new series in which every week I will learn another piece of Google’s Google Apps Education Training Center. This will be learned in accord with their highlight lesson of the week. This week was how to organise … Continue reading
App Inventor
Today, I started using App Inventor, an innovative idea created by Android. It helps poor people like me who have yet to learn about programming. It is a system made for complete beginners to make their very own applications, for … Continue reading