Welcome to the JH games forums!

To play all of our games and become a part of our vibrant community of friendly people, please register an account by pressing the "register" button at the top right-hand corner of the page.

Welcome to the JH games forums!

To play all of our games and become a part of our vibrant community of friendly people, please register an account by pressing the "register" button at the top right-hand corner of the page.



HomeHome  SearchSearch  Latest imagesLatest images  Home  Moderators  RegisterRegister  Log inLog in  

 

 Weekly updates - 29th may 2011

Go down 
AuthorMessage
Jack

Chatbox Moderator

Chatbox Moderator



Posts : 288
Forum Tokens : 1000028056
Reputation : 5015
Join date : 2011-05-15
Age : 26
Location : England

Weekly updates - 29th may 2011 Empty
PostSubject: Weekly updates - 29th may 2011   Weekly updates - 29th may 2011 EmptySat May 28, 2011 1:28 am


Updates - 29th May 2011




This week the main focus has been coding the website - which is taking shape - so there is not much to show for this week, as the website content is very hush-hush. However, we've still managed to fit in one or two notable updates Smile



CSS Finished!



As before mentioned we have been working on coding the website this week and I can happily say that the main CSS style sheet has been completed. Although bits may be added as necessary, it is done!



Here is part of the CSS



Code:

html, body {
height: 100%;
text-align: jutify;
background-color: #C0C0B8;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em
}
.wrapper {
min-height: 100%;
height: auto;
height: 100% auto;
margin: 0 auto
}
.footer, .push {
height: 0.5em auto;
}
.fttxt {
text-align: center;
font-size: 0.75em;
}
.yellow {
color: Yellow;
}
.red {
color: red;
}
.white {
color: white;
}
.this {
color: Thistle
}
.Springreen {
color: SpringGreen
}
.Paleturq {
color:PaleTurquoise
}
.orchid {
color:Orchid
}
.powblue {
color: PowderBlue
}
.plum {
color: plum
}
.paleviored {
color: PaleVioletRed    
}
.mintcream {
color: MintCream    
}
.Lyellow {
color: #FFFF5F
}
.lteal {
color: #509999
}
.dorchid {
color: DarkOrchid
}
.h1white {
color: white;
font-size: 3em;
text-align: center;
text-decoration: underline;
}
.h1red {
color: red;
font-size: 3em;
text-align: center;
text-decoration: underline;
}
.h1yellow {
color: yellow;
font-size: 3em;
text-align: center;
text-decoration: underline;
}
.h1wrc {
color: white;
font-size: 3em;
text-align: right;
text-decoration: underline;
}
.h1rrc {
color: red;
font-size: 3em;
text-align: right;
text-decoration: underline;
}
.h1wyc {
color: yellow;
font-size: 3em;
text-align: right;
text-decoration: underline;
}
}
.h2ws {
color: white;
font-size: 2em;
text-align: center;
}
.h2rs {
color: red;
font-size: 2em;
text-align: center;
}
.h2yc {
color: yellow;
font-size: 2em;
text-align: center;
}
.h2rc {
color: red;
font-size: 2em;
text-align: center;
}
.h3rth {
font-size: 1.75em;
text-align: center;
}
.basiclink a: link {
color: aqua
text-decoration:none
}
.basiclink a:visited{
color:aqua;
text-decoration:none
}
.rth a:link {
color: red;
}
.rth a:visited {
color: red;
}
.footerlinks a:link {
color: blue
}
.footerlinks a:visited {
color: blue
}
.tab A:link {
color:springGreen ;
}
.tab A:visited {
color:springGreen;
}
.post {
border-top: thin dotted;
border-bottom: thin dotted;
}
.postd {
color: black;
font-size: 0.5em;
}
.postt {
color: Olive;
font-size: 0.79em;
}
.postm {
color: white;
font-size: 1EM;
}
.postf {
ul.navbar
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
.navbarlinks a:link,a:visited {
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:black;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
.navbarlink a:hover,a:active
{
background-color:black;
}

color: black;
font-size: 0.5em;
}
.doublebord {
border-style:double;
border-color:black;
font-size: 1.25em;
text-align:center;
}




Staff XML


Along with (x)HTML, JavaScript, ASP, CSS and PHP we also use XML to create the website. Our first XML document on staff (public version) has been finished along with the style sheet. This will be added to the website archives for visitors to find out details on staff and will automatically be updates. Here is a preview:




Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="staff.css"?>
<Members>
  <sm>
    <Fname> [color=violet][color=violet][color=violet][color=violet][color=violet]JACK[/color][/color][/color][/color][/color] </Fname>
    <lname> Barnett </lname>
    <Country> England</Country>
    <age>age: 13</age>
    <email> email: Jackary3@live.co.uk </email>
    <title> title: Webmaster, Lead HTMl, CSS, JS, XML, scratch and asp programer </title>
  </sm>
  <sm>
    <Fname> [s]harley[/s] </Fname>
    <lname> Hadzik </lname>
    <Country> country: England</Country>
    <age> age: 12 </age>
    <email> email: harley70003@hotmail.co.uk </email>
    <title> title: A.C.E, head graphics designer, Head of PR  </title>
    <salary> salary: £0 PH </salary>
  </sm>
  <sm>
    <Fname> Matthew </Fname>
    <lname> Elcock </lname>
    <Country> country: England</Country>
    <age> age: 14 </age>
    <email> email: Matthew.Elcok82@googlemail.com </email>
    <title> title: Assistant Head of scratch programming </title>
  </sm>
</Members>




In other news



The members login script has been changed to be correct.


An Admin and moderator member area has been created with extra functions


Forum admins now have a crown next to their name to show their rank.





The JHgames logo has been created by [s]harley[/s] and JACK:



JACK,
Forum Administrator





Back to top Go down
https://jhgamesforums.forumotion.co.uk
Jack

Chatbox Moderator

Chatbox Moderator



Posts : 288
Forum Tokens : 1000028056
Reputation : 5015
Join date : 2011-05-15
Age : 26
Location : England

Weekly updates - 29th may 2011 Empty
PostSubject: Re: Weekly updates - 29th may 2011   Weekly updates - 29th may 2011 EmptyMon Jul 04, 2011 3:11 pm

Moved to old updates.
Back to top Go down
https://jhgamesforums.forumotion.co.uk
 
Weekly updates - 29th may 2011
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Community :: News and announcements-
Jump to: