Click to See Complete Forum and Search --> : takedesign.ro


altrixd
09-03-2005, 11:41 AM
Hello, I hope this is the rigt place to review a website, just designed a romanian/english webdesign community website, and it's located at http://www.takedesign.ro/
We are at the beginning so the content in minimal.

Thanks for your time

spufi
09-03-2005, 11:47 AM
I like the look of it, but the code behind the site needs a bomb dropped on it. If you are going to teach people how to make sites, make sure you know what you are talking about in the first place. Table based layouts, <font> tags, invalid markup, etc. have no business being on a site these days.

altrixd
09-03-2005, 11:50 AM
ok, working on it. thanks

altrixd
09-03-2005, 12:55 PM
Corrected html problems, excluded javascript load, only loaded in the add article page.

buntine
09-04-2005, 03:48 AM
Is there supposed to be a few lines of Perl source code showing on the homepage?

I cannot give many pointers on the content or obvious reasons, but the layout is quite good. I like the contrast of the colors and the simplicity.

Regards.

altrixd
09-04-2005, 09:32 AM
On the first page it appears 100 charatcers of the article, and one of the articles contains perl code, is it good to continue so? Or shoul I find another way to present the articles?

buntine
09-04-2005, 09:00 PM
Mayby you could display the first two or three paragraphs. Or have some algorithm that determines where an appropriate cut-off point is.

Regards.

dera
09-05-2005, 04:48 AM
http://fabio.6te.net/?p=26
Check your title of your site

Put your code in a <code> tag and make the code tag styled to look like a courier type font

altrixd
09-05-2005, 11:36 AM
http://fabio.6te.net/?p=26
Check your title of your site

Put your code in a <code> tag and make the code tag styled to look like a courier type font

what?!
I don't understand what you mean.

buntine
09-05-2005, 09:03 PM
Put your code in a <code> tag and make the code tag styled to look like a courier type font

Here, dera is referring to the <code> element. I am not sure how well supported it is, but it will preformat text for optimal source code viewing. So, in your articles, you should use the <code> tag.

Regards.