Home
Planning
Research
Analysis
Publication
E-Portfolio
Review
Marking

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 6 - Adding extra features

To get into the later marks you need to start adding extra features to your website. These include -

When adding extra features make sure that it enhances the work and does not distract!

Research helps here . Have a look at what is out there. See a feature that would work well in your website? Then add it! If you do not know how then why not ask your wise and all knowing teachers! Below is a example of what you could do! The internet it full of ideas like this so have a look around and see what you can find!

Pop out thumbnail

Invitation.jpg

The code for this is below :-

<script language="javascript">

function showDiv(divName){
document.getElementById(divName).style.visibility = 'visible';
}

function closeDiv(divName){
document.getElementById(divName).style.visibility = 'hidden';
}
</script>

<img src="../images/text-document-icon.jpg" onMouseOut="closeDiv('exampleDiv'); return false;" onMouseOver="showDiv('exampleDiv'); return false;"/>

 

This is a dirty example (it may flash if you move the mouse). There are other examples of this on the internet for you to use.

 

 

Did support site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Home
Planning
Research
Analysis
Publication
E-Portfolio
Review
Marking

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 6 - Adding extra features

To get into the later marks you need to start adding extra features to your website. These include -

When adding extra features make sure that it enhances the work and does not distract!

Research helps here . Have a look at what is out there. See a feature that would work well in your website? Then add it! If you do not know how then why not ask your wise and all knowing teachers! Below is a example of what you could do! The internet it full of ideas like this so have a look around and see what you can find!

Pop out thumbnail

Invitation.jpg

The code for this is below :-

<script language="javascript">

function showDiv(divName){
document.getElementById(divName).style.visibility = 'visible';
}

function closeDiv(divName){
document.getElementById(divName).style.visibility = 'hidden';
}
</script>

<img src="../images/text-document-icon.jpg" onMouseOut="closeDiv('exampleDiv'); return false;" onMouseOver="showDiv('exampleDiv'); return false;"/>

 

This is a dirty example (it may flash if you move the mouse). There are other examples of this on the internet for you to use.