A neverending hooray to oliver 1 and 2, pico, cyrano, pepe and all the other guys made phpwcms what it is.
What do you think?
http://www.creategg.de
lars
I started with 0 knowledge about php and stuff like that. And now
i almost finished the site. I have still a few smaller topics on my to-do-list like:
(as the most of you know) the front-end-login isn´t working yet (Or is it and i don´t know?)
and i will add a download-possibility at the startpage
creategg.de i tried something different do you like it?
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
creategg.de i tried something different do you like it?
Last edited by Klappstuhl28 on Fri 16. Dec 2005, 19:47, edited 1 time in total.
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Re: creategg.de i tried something different
What do you think maybe about the colours, the flash-animation or the site design in general?
I´m looking forward to your critical replies.
Lars
I´m looking forward to your critical replies.
Lars
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Hi Klappstuhl28,
your site has a very personal touch, nice
my comments not in a doctoral way, just that I think they might improve your site :
1° why do u use gif87 file format for your graphics? It's a pitty because png or plain gif renders transparency better (no white crumb)
2° why does your contact point to another site?
3° on your intro page (well done because it's not only a dumb intro page, you can navigate and login and have info you might want to change Weiter zur Hauptseite und Service-Center with css:
you have:
that can be the same with a little tag, example:
<p class="titel">Service-Center</p> or (even better)
<h1>Service-Center</h1>
you can add a class to h1 also
and in your css (located in phpwcms_template/inc_css/frontend.css) you create
if u don't like margin, you can use padding, whatever, same goes for 1.2em, you can choose 16px or 18px...
4° Try to close your tags a lot of <div style are not closed, which is not good you should always end with a />
here an example of not closed tag of ur front page:
Close TD tag... better
Anyway, if u started your site with no php or html knowledge, you've come very far!!! congratulations! Keep it up!
Cheers
your site has a very personal touch, nice
my comments not in a doctoral way, just that I think they might improve your site :
1° why do u use gif87 file format for your graphics? It's a pitty because png or plain gif renders transparency better (no white crumb)
2° why does your contact point to another site?
3° on your intro page (well done because it's not only a dumb intro page, you can navigate and login and have info you might want to change Weiter zur Hauptseite und Service-Center with css:
you have:
Code: Select all
<font color="#ffaf04"><br><br> Service-Center </font>
<p class="titel">Service-Center</p> or (even better)
<h1>Service-Center</h1>
you can add a class to h1 also
and in your css (located in phpwcms_template/inc_css/frontend.css) you create
Code: Select all
.title {
margin-left: 20px;
color: #ffaf04;
font-size: 1.2em;
}
4° Try to close your tags a lot of <div style are not closed, which is not good you should always end with a />
here an example of not closed tag of ur front page:
Code: Select all
<IMG SRC="picture/flatitl.gif87" BORDER=0 WIDTH=760 HEIGHT=10><TR><TD HEIGHT=10><TD ALIGN=LEFT VALIGN=TOP COLSPAN=76 WIDTH=760 ROWSPAN=2 BACKGROUND="picture/unterbild2.gif87" <div class="textmanu">
Anyway, if u started your site with no php or html knowledge, you've come very far!!! congratulations! Keep it up!
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Hi Kosse, thank you for your comment
1° png doesn´t work in each browser especially the older ones. But why i don´t use plain .gifs instead of .gif87 i can´t explain. I´ll change it.
2° i thougt it would be easier to use. You get your "message is send"-message and close the site you don´t need anymore.
3° thanks, but meanwhile i can´t see the forrest while focussing the view on every little tree. Sounds maybe idiotic but so it is. It´s a good idea and i will change it. To add css was easier with pico´s edition of the fck-editor. I haven´t changed it since the last updated.
ok, and what you´ve written about not closing tags. You don´t have to but it´s a cleaner code of course
Very useful tipps
Thanks a lot
Lars
1° png doesn´t work in each browser especially the older ones. But why i don´t use plain .gifs instead of .gif87 i can´t explain. I´ll change it.
2° i thougt it would be easier to use. You get your "message is send"-message and close the site you don´t need anymore.
3° thanks, but meanwhile i can´t see the forrest while focussing the view on every little tree. Sounds maybe idiotic but so it is. It´s a good idea and i will change it. To add css was easier with pico´s edition of the fck-editor. I haven´t changed it since the last updated.
ok, and what you´ve written about not closing tags. You don´t have to but it´s a cleaner code of course
Very useful tipps
Thanks a lot
Lars
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
So i found the "mistake" responsible for the white crumb. The pictures itselves had little very light blue pixels. It seemed as if the pictures weren´t well rendered but this wasn´t the fault. So now there are no disturbing pixels anymore.
Lars
Lars
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -