Page 1 of 1

new website Steinerschool Brussel

Posted: Thu Sep 23, 2010 6:22 pm
by vzw klemtoon
Hello,

you can find the site here: www.steinerschoolbrussel.be

Used:

Album 0.9.3
CGCalendar
CGExtensions
CGSimpleSmarty
CGUserDirectory 1.2.4
CMSMailer 2.0
CompanyDirectory 1.6.8
CustomContent 1.7.3
FEUMailer 0.9.2.BETA
FileManager 1.0.2
FormBuilder 0.6.4
FrontEndUsers 1.12.2
Guestbook 1.3.0
JQueryTools 1.0.6
MenuManager 1.6.5
ModuleManager 1.4
News 2.10.6
nuSOAP 1.0.2
Printing 1.1.0
Search 1.6.5
SimpleSlider
ThemeManager 1.1.1
TinyMCE 2.7.2
Uploads 1.11.5

all comments welcome

Re: new website Steinerschool Brussel

Posted: Sat Oct 09, 2010 11:08 pm
by rab
Nice site! I looked at it because I went to school in Brussels - 4 years at the International School of Brussels (1965-69). Great city!

Question - which version of CMS are you using? If v1.8+, how did you get SimpleSlider module to work so well?

Best of luck!

Re: new website Steinerschool Brussel

Posted: Sun Oct 10, 2010 6:05 am
by Duketown
Hi,

Good color usage, easy on the I, attractive for children and parents.
Typo I would say: in the login part, there is a field for the 'Gebruikersnaam' and 'Wachtwoord'. But why is it then 'paswoord vergeten?' in stead of 'Wachtwoord vergeten?'.
When I used the search argument 'maarten', I had at least 3 hits. The first was refering to Sint Maarten... the second to CGCalendar... and the third to Sint Maarten. The first I understood. The second (don't know how to do that, but should not be there since as a visitor I have no idea what CGCalendar is). The third brought me to the secured webpart that I needed to log in to. Is that page on purpose searchable?
By the way nicely done the intranet part with the different layout and news articles (isn't this a extranet?).

Duketown

Re: new website Steinerschool Brussel

Posted: Sun Oct 10, 2010 7:29 am
by bennysz
Nice looking design, but for me a little too much use of blue but overall very clean

Good job

Ben

Re: new website Steinerschool Brussel

Posted: Sun Oct 10, 2010 11:34 am
by vzw klemtoon
@ rab:
indeed 1.8.2

css simpleslider:


#simpleslider {
  width: 548px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

#simplesliderContent{
   width: 720px;
   position: absolute;
top: 0;
margin-left: 0;
}
.simplesliderImage{
   float: left;
   position: relative;
display: none;
}
.simplesliderImage span {
   position: absolute;
font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 532px;
   background-color: #333333;
   filter: alpha(opacity=60);
   -moz-opacity: 0.6;
-khtml-opacity: 0.6;
   opacity: 0.6;
   color: #fff;
   display: none;
}

.clear {
clear: both;
}

.top {
top: 0;
left: 0;
}
.bottom {
bottom: 0;
   left: 0;
}
.left {
top: 0;
   left: 0;
width: 110px !important;
height: 280px;
}
.right {
right: 0;
bottom: 0;
width: 90px !important;
height: 290px;
}
ul, li{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ul {
list-style: none;
}




@ Duketown:  
How can one change the CGKalendar to ex. 'Kalender' in the search results?
Should indeed make some pages not searchable...
Thanks for the comments!

Re: new website Steinerschool Brussel

Posted: Sun Oct 10, 2010 2:00 pm
by rab
Many thanks!

Re: new website Steinerschool Brussel

Posted: Mon Oct 11, 2010 10:34 am
by Pedrosken
Very nice page. I like the colors and the simple layout.

Sorry did some validations, and it seems you have some errors.
on http://validator.w3.org/ = 28 Errors

on http://jigsaw.w3.org/css-validator 17 errors

Also your using 7 different style sheets!?
maybe you can filter some out or combine them in one file ?

Also I would consider to use Google Analytics : http://www.google.com/analytics/
Great tool to improve you site en keep track of your visitors.

Good luck