Tuesday, 20 September 2011

Web?? What is it??


Web
1.      What are a webpage, website, and portal?
      Webpage
-    document or information resource that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a monitor or mobile device
-    consist of files of static text and other content stored within the web server's file system
-    be retrieved from a local computer or from a remote web server

      Website
-    collection of related web pages containing images, videos or other digital assets
-    contain a group of web pages that are linked together, or have some other coherent method of navigation

      Portal
-    web site that functions as a point of access to information on the World Wide Web

2.      What are multimedia elements that can be integrated into a webpage?
a)      Sound
b)      Music
c)      Videos
d)     Animations

3.      How to integrate graphics into a webpage?
a)      Edit your Publish settings for Flash SWFs and HTML to reflect how you want your Flash SWF to appear in your web page.
b)      Export your Flash movie as HTML.
c)      Locate your HTML file on your computer, right-click, and select "Open With".
d)     Choose either Notepad or another text editor.
e)      Copy the source code from the HTML file.
f)       Paste it into your web page's source code in the appropriate location where you want your SWF file to display.
g)      Edit the file path to reflect the location of the SWF file on your web server, and upload both your HTML and SWF file to the appropriate directories on your server.

4.      What are the graphics file extensions that can be accepted in WWW medium?
a)      Flash
b)      Shockwave
c)      Java applet

5.      How to integrate audios videos into a webpage and what are the file extensions?
      Video
If the video from YouTube, when you click the Share button, the HTML code used to embed a link that video is displayed directly below it, however that's not what we are after--we want to directly embed the video into the page. We do that by clicking the Embed button which is displayed directly below the Link URL, as shown below. 

Once you click the Embed button, you will see the HTML code for embedding the video, as shown below.


By clicking your mouse within the new embed code (in the form field), all the text in that field is highlighted. You then right mouse click in that field, and select Copy from your browser's drop down that will appear when you right click in the field, as shown here:
Then, paste the source code and save the page, upload it to your web server using an FTP client, and view it in your browser!
AVI
.avi
WMV
.wmv
MPEG
.mpeg / .mpg
QuickTime
.mov
RealVideo
.rm / .ram
Flash
.flv / .swf
Mpeg
.mp4

      Audio
  1. Open your Web page in an HTML editor. Your editor must have the ability to edit the source code to follow this tutorial.
  2. When you're done, your HTML should look like this:
<object>
<param name="autostart" value="true">
<param name="src" value="eureka.wav">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed src="eureka.wav" controller="true" autoplay="true" autostart="True" type="audio/wav" />
</object>
MIDI
.mid / .midi
RealAudio
.rm / .ram
Wave
.wav
WMA
.wma
MP3
.mp3 / .mpga

6.      How to integrate animations into a webpage and what are the file extensions?
a)      Edit your Publish settings for Flash SWFs and HTML to reflect how you want your Flash SWF to appear in your web page.
b)      Export your Flash movie as HTML.
c)      Locate your HTML file on your computer, right-click, and select "Open With".
d)     Choose either NotePad or another text editor.
e)      Copy the source code from the HTML file.
f)       Paste it into your web page's source code in the appropriate location where you want your SWF file to display.
g)      Edit the file path to reflect the location of the SWF file on your web server, and upload both your HTML and SWF file to the appropriate directories on your server.

7.      What is the software that can be used to develop a webpage?
a)      Adobe Dreamweaver
b)      Microsoft Visual Studio
c)      Text editor
d)     HTML editor

8.      How to make your webpage interactive?
Insert a Flash montage

9.      What are the skills that you have to learn to make your webpage interactive?
a)      Adobe Flash CS 3 -> to design an animation banner
b)      Adobe Photoshop -> to design

10.  What are ASP, JSP, Cold Fusion, PHP etc?
a)      Open source programming
b)      Using to develop a website

1 comment:

  1. Your answers are all short and direct to the point...to me it actually reflects that u really understand the things very well...

    what do you think?

    ReplyDelete