Jubecron Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Jubecron Forum

The JUBECRON forum - Jamaican Chat, Dating, Games, Anime, and just meeting people.
 
HomePortalSearchLatest imagesRegisterLog in

 

 Useful links that mey help in the IT Practical

Go down 
3 posters
AuthorMessage
Link
Admin
Admin
Link


Male
Number of posts : 1217
Age : 37
Location : Depths Of Cyberspace
Mood : Useful links that mey help in the IT Practical Balanced
Points : 471
Registration date : 2007-07-26

Character sheet
Weapon: Wooden Spoon of Ignorance
Class: Red Mage Red Mage
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeWed Apr 01, 2009 2:26 pm

The following codes was taken from:
http://w3schools.com/css/css_howto.asp

all css info:
http://w3schools.com/css/css_background.asp

applying background images
Code:
hr {color: sienna}
p {margin-left: 20px}
body {background-image: url("images/back40.gif")}

linking externally
Code:
<head>
<link rel="stylesheet" type="text/css"
href="mystyle.css" />
</head>

internal css
Code:
<head>
<style type="text/css">
<!--
hr {color: sienna}
p {margin-left: 20px}
body {background-image: url("images/back40.gif")}
-->
</style>
</head>

Inline CSS
Code:
<p style="color: sienna; margin-left: 20px">
This is a paragraph
</p>

more to come ...
Back to top Go down
https://jubecron.forumotion.com
Link
Admin
Admin
Link


Male
Number of posts : 1217
Age : 37
Location : Depths Of Cyberspace
Mood : Useful links that mey help in the IT Practical Balanced
Points : 471
Registration date : 2007-07-26

Character sheet
Weapon: Wooden Spoon of Ignorance
Class: Red Mage Red Mage
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeWed Apr 01, 2009 3:50 pm

Time of day
Code:
<script type="text/javascript">
//You will receive a different greeting based
//on what day it is. Note that Sunday=0,
//Monday=1, Tuesday=2, etc.
var d=new Date();
theDay=d.getDay();
switch (theDay)
{
case 5:
  document.write("Finally Friday");
  break;
case 6:
  document.write("Super Saturday");
  break;
case 0:
  document.write("Sleepy Sunday");
  break;
default:
  document.write("I'm looking forward to this weekend!");
}
</script>
Back to top Go down
https://jubecron.forumotion.com
Link
Admin
Admin
Link


Male
Number of posts : 1217
Age : 37
Location : Depths Of Cyberspace
Mood : Useful links that mey help in the IT Practical Balanced
Points : 471
Registration date : 2007-07-26

Character sheet
Weapon: Wooden Spoon of Ignorance
Class: Red Mage Red Mage
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeWed Apr 01, 2009 3:52 pm

javascript popup boxes

http://w3schools.com/js/js_popup.asp[/i]
Back to top Go down
https://jubecron.forumotion.com
Link
Admin
Admin
Link


Male
Number of posts : 1217
Age : 37
Location : Depths Of Cyberspace
Mood : Useful links that mey help in the IT Practical Balanced
Points : 471
Registration date : 2007-07-26

Character sheet
Weapon: Wooden Spoon of Ignorance
Class: Red Mage Red Mage
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeWed Apr 01, 2009 6:14 pm

HORIZONTAL FRAMES

Code:

<html>

<frameset cols="25%,50%,25%">

  <frame src="frame_a.htm">
  <frame src="frame_b.htm">
  <frame src="frame_c.htm">

</frameset>

</html>
Back to top Go down
https://jubecron.forumotion.com
Beezle
Elite Member
Elite Member
Beezle


Female
Number of posts : 547
Age : 34
Mood : Useful links that mey help in the IT Practical Breezy
Points : 253
Registration date : 2008-03-02

Character sheet
Weapon: Chakrams
Class: Ninja Ninja
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeWed Apr 01, 2009 10:35 pm

not very useful...

I kid, I kid. Needed that bit about CSS.
Back to top Go down
PAPoUCH
Super Elite Lv2: Jr. Vet
Super Elite Lv2: Jr. Vet
PAPoUCH


Male
Number of posts : 1860
Age : 37
Mood : Useful links that mey help in the IT Practical Sunshine
Points : 298
Registration date : 2007-10-12

Character sheet
Weapon: Crowbar
Class: Thief Thief
HP:
Useful links that mey help in the IT Practical Left_bar_bleue50/50Useful links that mey help in the IT Practical Empty_bar_bleue  (50/50)

Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitimeFri Apr 03, 2009 5:35 pm

Even though I didn't use it, it is very useful data
Back to top Go down
http://www.penngosquad.forumotion.com
Sponsored content





Useful links that mey help in the IT Practical Empty
PostSubject: Re: Useful links that mey help in the IT Practical   Useful links that mey help in the IT Practical Icon_minitime

Back to top Go down
 
Useful links that mey help in the IT Practical
Back to top 
Page 1 of 1
 Similar topics
-
» AMV FOR LINKS AMV COMPETITION
» Information links (ILE)
» SOFTWARE DOWNLOAD LINKS

Permissions in this forum:You cannot reply to topics in this forum
Jubecron Forum :: School :: Schools (General)-
Jump to: