WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • Some new ones
  • Print
Pages: [1]   Go Down

Author Topic: Some new ones  (Read 9380 times)

Offline Xagone

  • Posts: 482
  • Gender: Male
  • Developper
    • Xagone Inc
Some new ones
« on: October 08, 2010, 07:22:58 PM »
a Doctor (french) :
http://www.joellemalenfant.com/

Learning help school :
http://www.profquebecplus.com/

Technologie enterprise (french) :
http://www.sinergia.ca/
Logged
Xagone Inc. (formerly VotreEspace)
http://xagone.com/

Offline Stefek

  • Posts: 6177
  • Gender: Male
  • ("ړ)
Re: Some new ones
« Reply #1 on: October 08, 2010, 08:49:23 PM »
Very nice.

I mostly like the last one.

Very good work! Again!

Kind regards,
Stefek
Logged
"Gemeinsam schafft man mehr."

gemeinsam
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Offline PurpleEdge

  • Posts: 231
  • Gender: Male
    • the northern beaches
Re: Some new ones
« Reply #2 on: October 09, 2010, 02:43:09 AM »
Great impact from the big images!

WB is a great tool for these types of sites!

I'm having second thoughts about Flash, they don't work on iphones and ipads and for the first site in particular I would think that a few people would want to access this site using one of these devices?
Logged

Sgt.Nops

  • Guest
Re: Some new ones
« Reply #3 on: October 09, 2010, 08:13:16 PM »
Nice pages, i especially like the first and the last design.
The second one looks too plain white for my taste.

Just a few minor Problems whith validation nothing serious, you should fix em :-)
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.sinergia.ca%2F
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.joellemalenfant.com%2F

CSS looks worse :
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.joellemalenfant.com%2F
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.profquebecplus.com%2Ffr%2Faccueil.html
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.sinergia.ca%2F

Logged

Offline Stefek

  • Posts: 6177
  • Gender: Male
  • ("ړ)
Re: Some new ones
« Reply #4 on: October 09, 2010, 08:17:02 PM »
Quote from: Sgt.Nops on October 09, 2010, 08:13:16 PM
CSS looks worse
:roll:
who cares except the validator?
Logged
"Gemeinsam schafft man mehr."

gemeinsam
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Offline Sokhim Sim

  • Posts: 101
  • Gender: Male
    • Angkor Design Website
Re: Some new ones
« Reply #5 on: October 17, 2010, 08:39:25 AM »
Look cool,

so how to change extension: to .html? i did try to change it but it not working.

Thanks
Logged
Freelance Website Design in Cambodia.

Clients: http://www.websitebaker2.org/forum/index.php/topic,24514.0.html

Offline PurpleEdge

  • Posts: 231
  • Gender: Male
    • the northern beaches
Re: Some new ones
« Reply #6 on: October 17, 2010, 08:55:47 AM »
https://forum.WebsiteBaker.org/index.php/topic,19621.0.html
Logged

Offline Sokhim Sim

  • Posts: 101
  • Gender: Male
    • Angkor Design Website
Re: Some new ones
« Reply #7 on: October 18, 2010, 08:37:42 AM »
Thanks for your solution.
Logged
Freelance Website Design in Cambodia.

Clients: http://www.websitebaker2.org/forum/index.php/topic,24514.0.html

Offline sparkdigital

  • Posts: 366
  • Once a baker, always a baker!
    • romantic hotels
Re: Some new ones
« Reply #8 on: October 22, 2010, 12:17:30 PM »
I like the first and third one! Well done...

Konrad
Logged

Sgt.Nops

  • Guest
Re: Some new ones
« Reply #9 on: October 22, 2010, 03:56:05 PM »
@Stefek
Have you ever tried to parse a non valid HTML document whith regular expressions to extract data ?
Missing end tags, incomplete tags, missing > and stuff like that make it a pain in the ass.

Do you think the google spider likes to run into buggy sites ?
It does not care about perfect validation but the validator helps alot to avoid most common bugs.

Non Valid CSS causes alot of display issues , so why not use valid CSS.

As webdesigners its our task to make pages that give good results on most browsers, and make it easy for searchengines to extract the data.
Logged

Offline Stefek

  • Posts: 6177
  • Gender: Male
  • ("ړ)
Re: Some new ones
« Reply #10 on: October 22, 2010, 04:10:31 PM »
Quote from: Sgt.Nops on October 22, 2010, 03:56:05 PM
@Stefek
Have you ever tried to parse a non valid HTML document whith regular expressions to extract data ?
Missing end tags, incomplete tags, missing > and stuff like that make it a pain in the ass.

Do you think the google spider likes to run into buggy sites ?
It does not care about perfect validation but the validator helps alot to avoid most common bugs.

Non Valid CSS causes alot of display issues , so why not use valid CSS.

As webdesigners its our task to make pages that give good results on most browsers, and make it easy for searchengines to extract the data.

Hello, yes of course.
There are some important things to do on a site - but it all has its limitations.
For example: valid css may be a issue with some browsers, but I don't think that a spider will take this into account for the SERPs.
There are a lot of fancy stuff out there you'll never get through the css validator. So you'll need to take your own pros & cons into account.

Quote
Missing end tags, incomplete tags, missing > and stuff like that make it a pain in the ass.
As I said, this may be a real issue but it also depends on the purpose of your site.

But... I didn't say, that HTML validation is a stupid activity at all.
My statement was addressed the "CSS looks worse" part of the post.
Quote from: Sgt.Nops on October 09, 2010, 08:13:16 PM
- Just a few minor Problems whith validation nothing serious, you should fix em :-)
- CSS looks worse
And again, it may be an issue but it doesn't harm your SERPs.

So if you ask me again: Nice pages!
Taking a robot (validator) to get some arguments for being critical is not part of my ambitions.

Regards,
Stefek
Logged
"Gemeinsam schafft man mehr."

gemeinsam
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Sgt.Nops

  • Guest
Re: Some new ones
« Reply #11 on: October 22, 2010, 08:03:33 PM »
@stefek
Here in Germany many peole like certificates so its often a good idea to validate.

You are right the CSS does not hurt serps. Did someone test if this templates are crossbrowser compatible?

Btw.  i am pretty sure that sooner or later searchengines will use at least something like Validation to evaluate the general quality of a page.

Its really good work, but it won't help the author to improve its work if the only thing we say is: "its all good".





 
Logged

Offline Xagone

  • Posts: 482
  • Gender: Male
  • Developper
    • Xagone Inc
Re: Some new ones
« Reply #12 on: October 22, 2010, 08:21:38 PM »
the only browser we dont check anymore is IE6
Logged
Xagone Inc. (formerly VotreEspace)
http://xagone.com/

Sgt.Nops

  • Guest
Re: Some new ones
« Reply #13 on: October 23, 2010, 09:50:26 AM »
Thats ok for private pages.
On most of my pages its still got 10% IE6 .
So if you don't check IE6 for commerciall pages you client possibly looses 10% of his customers.
Thats even worse if he uses Adwords to draw pepole to his page.

Btw. i still got 0.5% IE5 :-)
And still about 100 old netscape visitors  on some of the pages :-o
Logged

Offline Xagone

  • Posts: 482
  • Gender: Male
  • Developper
    • Xagone Inc
Re: Some new ones
« Reply #14 on: October 23, 2010, 02:50:43 PM »
Your stats are not the same as mine, here in Canada, IE6 and less are lower than 6% all togheter.

And thoses on IE6 know that pages may not work because most of them are forced to stay with that browser.

We got more hit from mobile browsers, so IPhone, BlackBerry and winmo or hp webos is more important to check
Logged
Xagone Inc. (formerly VotreEspace)
http://xagone.com/

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • Some new ones
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2