Page 1 of 1

creategg.de i tried something different do you like it?

Posted: Wed 7. Dec 2005, 21:18
by Klappstuhl28
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

Re: creategg.de i tried something different

Posted: Fri 16. Dec 2005, 19:44
by Klappstuhl28
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

Posted: Fri 16. Dec 2005, 20:34
by Kosse
Hi Klappstuhl28,

your site has a very personal touch, nice :D
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Service-Center&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;  </font>
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

Code: Select all

.title {
margin-left: 20px;
color: #ffaf04;
font-size: 1.2em;
}
if u don't like margin, you can use padding, whatever, same goes for 1.2em, you can choose 16px or 18px...

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">
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

Posted: Sat 17. Dec 2005, 00:32
by Klappstuhl28
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 :wink: 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

Posted: Thu 23. Feb 2006, 22:30
by Klappstuhl28
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