Joomla! Discussion Forums



It is currently Wed Mar 17, 2010 2:18 am (All times are UTC )

 





Post new topic Reply to topic  [ 17 posts ] 
Author Message
 Post subject: What is BEEZ
Posted: Thu Mar 01, 2007 6:54 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 8:01 am
Posts: 220
Location: Germany Bonn
Beez is an extended template for Joomla in which we have paid attention in the design to the standard conformables code, accessibility and flexibility.

With Joomla 1.5 we are able to store the HTML edition in our template so that it is no longer vital to use the standard edition. This gives us the flexibility we need to create accessible, standard conformable pages.
Beez is just an example to demonstrate the new path which Joomla 1.5 opens up to us. It serves as a basis and can be modified and extended as much as you wish.
In creating it we were careful to make sure that by suitably adjusting the CSS files and the index.php a large part of the total number of designs could be used.

So, what have we actually done?


1. Separation of content and layout: the code
The first step was to separate content and layout from each other and get rid of the layout tables which up to now have only been irritating.
Separating as much as possible the content from the various types of layout is the basis of every design which can be on the one hand presented as device-independent and on the other hand can be adjusted to suit the different needs of the user.
The technical basis for this is the fact that the overwhelming majority of browsers used today can handle stylesheets with relative reliability.

That was not always the case: But if you are still working with layout tables today, you are using an outdated technology which, in most cases, can no longer be justified and you should start relearning.

The use of stylesheets allows the content of a website to be coded with a mark-up language, without having to consider the style of the presentation.
The style of presentation is determined in the stylesheets. This could be done in one or more separate stylesheets which to an extent can be chosen by the user.
It is also possible to present the basic content with a graphic browser without stylesheets - with stylesheets a layout is possible which complies with all the requirements of this audio-visual age.

On the basis of separating content from layout, we have developed a mark-up whose formal structure largely corresponds to content structure.

This means:

  • that all the elements of a document are sorted into their correct and logical sequence in the source text - irrespective of whether they later appear on a screen next each other or above each other.

  • that all the elements are marked according to their position and significance in the document (= semantics): headings as headings, paragraphs as paragraphs, quotes as quotes, addresses as addresses, table data as table data, form elements logically linked with one another, etc. in this way it is possible to work on the document automatically in various ways, not least that it can be reproduced as conveniently as possible in a screen reader.

One feature of Beez is, for example, that you can determine the heading hierarchy of your articles in the backend without having to get to grips with the code yourself.

2. The jump labels
However, presenting content in a linear way has one big disadvantage: in certain circumstances you have to go a long way to reach the content areas which are "at the back". In contrast, with a three-column layout on the screen more areas can at least start "at the top" and the eye can go straight to where it - supported by visual aids - suspects the information which it is interested in at that moment will be located. Here the concept of jump labels can offer a remedy. This actually creates a non-visual contrast to the graphic layout and allows users of linear reproducers to identify essential content areas right at the start of the page and then to go straight there where they expects the information they are interested in to be.
Essential content areas - these can be the navigation, the main contents, a column with news, a list of links, a search window, a form - this is by no means an exhaustive list. For pages with varied content, which present "complex documents" (as referred to above), it makes sense to enable users to jump to all the main areas in this way.

Beez concerns itself with these jump labels at two places.
Firstly in the index.php where their position is determined and secondly in the components and modules used which contain form elements.

If screen reader users send a form which does not have a jump label on it, they arrive at the start of the page and have to waste time navigating to the content they actually want.
To avoid this, the forms used in Beez have jump labels referring to the actual page content.

Example of the search module:

echo 'get('moduleclass_sfx') . '">';:


One or two of you will certainly notice that the jump labels become visible when navigating with the keyboard, something which makes the page easier to deal with for keyboard users.


3. The design and the CSS

1. Semi-scalable layout:
In web design you differentiate between fixed and fluid layouts.
Fluid layouts adjust themselves to the size of the screen and offer scalable text space. The width specifications of individual columns in a design are given in a percentage or em which allows the viewing area of the screen to be optimised. If the browser window changes its size, the content automatically changes too.
This is really a nice feature but in the framework of our creative task it can lead to enormous problems. If pages only have a small amount of text content, they can appear to be homogenous and well-adjusted at a resolution of 800 x 600 pixels. If you look at the page with a resolution of 1280 x 1024 pixels, it can happen that the content along the top edge of the screen sticks, something which does not look good and makes the text quite a lot more difficult to read.
The eye begins to swim and is no longer able to connect the start of a line with its beginning.

For this reason we have given Beez a maximum width.

2. Variable type sizes

It is often a temptation to use very small type sizes to pack more information onto the screen. If the size of the surface cannot be increased then you can increase the amount of information. Large type sizes also seem less elegant on the screen and for that reason disturb the "designer's eye".
However it is not just visually impaired or older people who find small type sizes difficult or impossible to read.

Fortunately current browsers offer us the chance to zoom the text, but this only works if we make relative specifications for the type size and do not choose a fixed pixel size.

For this reason Beez uses the relative specification em for the type size.

We also watch out for:
  • sufficient contrast
  • a logical content structure
  • missing type graphics
  • no transparent backgrounds for graphics

We cannot go into detail about all the features Beez offers here, but we hope we have wetted your appetite to find out more.

Finally, there is one more thing we have to say. Even if you use Beez, you still face a challenge. The concept behind the content and how the content is structured can significantly improve a page's accessibility. And that is a job we cannot do for you.


We hope you enjoy using Beez and would ask you to let us know if you should find any errors or mistakes.

Bye Angie

_________________
ausdrucks|Stark
Büro für Kommunikation Angie Radtke
http://www.der-auftritt.de
Blog: http://www.der-auftritt.de/wissen.html


Top
   
 
 Post subject: Re: What is BEEZ
Posted: Thu Mar 01, 2007 10:21 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Oct 05, 2005 7:25 am
Posts: 1013
Location: Amsterdam
Hi Angie,

I read your writeup and it sounds so logical to me. What I also noticed is your remark "Relearn making webpages". This is so thrue. I have started off with html and asp and than came Joomla and I did not understand anything of it. So I have been concentrating on the 1.5 version and it is slowly downing: No html anymore.
That makes me the Relearn person, but I have no problem with. I will have a close look what you achieved and learn from it.

Rgrds,
Pieter

_________________
Joomla Bug Squad

Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!


Top
   
 
 Post subject: Re: What is BEEZ
Posted: Tue Mar 06, 2007 5:44 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
Angie,

thanks for developing and taking the time to explain this in as much detail. Can't wait to get a look (haven't reinstalled SVn yet)!

Danke heisst Merci ;)

_________________
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Thu Feb 28, 2008 3:21 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Dec 02, 2005 11:14 pm
Posts: 1
Wouldn't it be a good proposal to add some Joomla template parameters to the BEEZ template.
1) to specify the path to the BEEZ logo (like in the drupal default template)
2) to specify the colors like in the joomla default engine but then 2 for dark and highlight.


Top
   
 
 Post subject: Re: What is BEEZ
Posted: Fri Aug 22, 2008 11:44 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Aug 05, 2008 2:37 am
Posts: 37
I would liketo know if it's possible to reduce the width of the (main menu) so I can have more width useing the wrapper without the need of a bottom scroll bar.


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Wed Oct 29, 2008 4:23 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Oct 23, 2008 2:31 pm
Posts: 4
Thanks to the Joomla community for free templates and extensions that help us learn from each other. Ever since I started working on my website, forums like these and their posters, have been an inspiration. I couldn't be where I am today without Joomla and the surrounding community.

Thank you!
James

_________________
Golf Training Aids - http://www.golf-training-aids.net
Signature rules: Literal URLs only - viewtopic.php?f=8&t=65


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Fri Nov 07, 2008 4:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Sep 18, 2008 3:31 pm
Posts: 24
Location: Chicago, IL
Interesting, I will definitely try BEEZ out! Thanks.

_________________
Web Development Chicago - http://www.varsys.com
Web Design Chicago - http://www.varsys.com/web-design-development.html


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Tue Nov 25, 2008 6:17 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Nov 25, 2008 5:48 pm
Posts: 4
nice work


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Tue Dec 16, 2008 4:06 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Nov 22, 2007 1:46 am
Posts: 6
Hi Angie

I am new to Joomla and this forum, I just came across this information. Are you allowed to copy the Beez template and then modify and change colors, images and some of the content? And are there any license fees?

thanks
mmajzoub


Top
   
 
 Post subject: Re: What is BEEZ
Posted: Thu Jan 08, 2009 12:27 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Dec 12, 2008 2:27 pm
Posts: 10
Location: Norfolk UK
Hi there,

I am also new to Joomla, this forum and web design. I am a graphic designer and was wandering if anyone knew of anywhere i can get really good Joomla templates for free or cheap!

http://www.ft-graphix.co.uk

_________________
Brian

http://www.ft-graphix.co.uk


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Mon Jan 12, 2009 10:30 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Jan 12, 2009 10:15 am
Posts: 1
abecedarian template.

Thanks.

_________________
http://www.filmvakti.com Hayatıma anlam yüklüyorum ııııı[]ııııııııııııııııııııııı Loading %10


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Mon Jan 12, 2009 11:13 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Dec 12, 2008 2:27 pm
Posts: 10
Location: Norfolk UK
What is Abecedarian template and where can I find it?

_________________
Brian

http://www.ft-graphix.co.uk


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Wed Jun 17, 2009 1:37 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jun 12, 2009 3:42 am
Posts: 13
the beez template is a startand template , it' s ok , i love it . but i wana change the color to bule, what should i do? pls


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Fri Jul 31, 2009 1:47 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Jul 31, 2009 1:34 pm
Posts: 1
Beez is a default template, how to get club template. where can i download club templates.

_________________
magic jack - http://productreviewsby.me/magic-jack/
Signature rules: Literal URLs only - viewtopic.php?f=8&t=65


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Wed Aug 19, 2009 7:35 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Aug 17, 2009 6:59 pm
Posts: 4
Can someone please explain to me the purpose of all the css files? I am not a fan of splitting up css into a million files for one page. Too much headache to just change simple things because of all the overriding that happens.


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Mon Aug 24, 2009 9:52 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Aug 17, 2009 6:59 pm
Posts: 4
Anyone?

I have deleted EVERY single CSS file out of this template, yet it's still displaying the CSS design. I already have the site design built off of another template, but come to find out no modules would show up, other than what was defaulted to 'on'.

I wanted to implement our design on this template, but can't even get the CSS to change.

If someone could help that'd be great. :)


Top
  E-mail  
 
 Post subject: Re: What is BEEZ
Posted: Thu Sep 24, 2009 1:47 pm 
User avatar
Joomla! Exemplar
Joomla! Exemplar
Offline

Joined: Thu Jul 17, 2008 3:10 pm
Posts: 8294
Location: Europe
You could try this to get an idea: http://demo.joomla.org/1.5/?template=beez
(please note that you would need to add ?template=beez to see it on the demo page)

Olaf

_________________
Olaf Offick - Global Moderator
Learn Skills - a world of learning at your fingertips
http://learn-skills.org


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group