Wednesday, February 25, 2015

Adobe Photoshop

In class, we are also using Adobe Photoshop to create our own website. This is how I did it In order to make the main page of my website i will need to have 6 elements : Banner, Footer, and four buttons. this is what my template looks like. Image below Then I went ahead and made my banner. Image below. Do you like it ??? I also saved my work in two different formats. Jpeg and PSD. What is a J peg and PSD ? Jpeg :A format for compressing image files PSDF : PSD, which stands for Photoshop Document, is the default format that Photoshop uses for saving data. PSD is a proprietary file that allows the user to work with the images' individual layers even after the file has been saved. How to save your work into these different format ? J peg : 1 )
2 )
The same method applies to PSD except you have to change the setting to PSD . Next I made my footer.image below
Next I made the 4 buttons. i have also decided to add some lense flare to make the website more attractive and aesthetically pleasing . images are below :
The third one is under construction (: Any space for improvements on my blog ? please comment in the comment section below (:

Monday, February 2, 2015

What if ??????????????


 What is an if statement ?
The if statement executes a statement if a specified condition is true. If the condition is false, another statement can be executed.

Some examples of the if statements below are from the excel calories counter are below

1) What if a person eats junk all day?
If i eat eat junk all day the calculator counts all the calories (the intake from the whole day) and compares it from the calories that are supposed to be intaken. It then recommends you the calories that you should be having throughout the day to keep fit and healthy. 

screen shot below




2) What if they eat healthy?
If i eat healthy all day the calculator counts all the calories (the intake from the whole day) and compares it from the calories that are supposed to be intaken. It then recommends you the calories that you should be having throughout the day to keep fit and healthy. 

screen shots below 


3) What is the calorie intake ?
your calorie intake is recommended on your BMI and gender.The term BMI stands for body mass index. In order to find someones BMI you have to know the formulas below :
BMR = 10 * weight(kg) + 6.25 * height(cm) - 5 * age(y) + 5         (man)
BMR = 10 * weight(kg) + 6.25 * height(cm) - 5 * age(y) - 161     (woman)
Next you have to make an if statement and type in the formula below
screen shot provided