Not every animation on the web is Flash but currently the
majority is. There exists simple GIF based animations as well as other
technologies for animation such as Silverlight and HTML5. Most believe HTML5
will eventually replace Flash.
Answer:
D. Wide angle
Explanation:
Wide angle camera is specifcally designed to shrinks the image using the lens with smaller focal length compared to average camera.This type of camera is commonly used to capture wider area of scenery. Or to give an impression that the objects that near the camera seems larger than they actually are.
adding merge fields is a way to personalize a document with information from the data source. The merge fields come from the column headings in the data source.
:)
Answer:
this:name = 'John'
print("Is name == 'John'? I predict True.")
print(name == 'John')
print("\nIs name == 'Joy'? I predict False.")
print(car == 'Joy')
this:age = '28'
print("Is age == '28'? I predict True.")
print(age == '28')
print("\nIs age == '27'? I predict False.")
print(age == '27')
this:sex = 'Male'
print("Is sex == 'Female'? I predict True.")
print(sex == 'Female')
print("\nIs sex == 'Female'? I predict False.")
print(sex == 'Joy')
this:level = 'College'
print("Is level == 'High School'? I predict True.")
print(level == 'High School')
print("\nIs level == 'College'? I predict False.")
print(age == 'College')
Conditions 1 and 2 test for name and age
Both conditions are true
Hence, true values are returned
Conditions 3 and 4 tests for sex and level
Both conditions are false
Hence, false values are returned.
I don'r know what your trying to use? GIMP is a free photo editing software just upload it to photobucket.