Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Complete website redesign, what do you think? (https://thetfp.com/tfp/tilted-technology/69778-complete-website-redesign-what-do-you-think.html)

KUGR 09-19-2004 08:12 PM

Complete website redesign, what do you think?
 
I just spent the last 2 hours or so redesigning my whole website while I've been in a tourney.

How do you like the new design? What other features do you want to see on it? Any suggestions for improvements?

Thanks!

Oh yeah: http://poker.idonk.com

Old design: http://poker.idonk.com/oldindex.html

yakimushi 09-19-2004 08:19 PM

To tell you the truth, I like the old one more.

The new site has some pretty glaring colors, and they clash pretty harsh.

Also, you can easily design that site using a CSS format and get rid of all those tables. It would result in much cleaner code and a much easier site to update.

Also, if you're fishing for referrals I'm not biting ;)

KUGR 09-19-2004 08:25 PM

Quote:

Originally Posted by yakimushi
To tell you the truth, I like the old one more.

The new site has some pretty glaring colors, and they clash pretty harsh.

Also, you can easily design that site using a CSS format and get rid of all those tables. It would result in much cleaner code and a much easier site to update.

Also, if you're fishing for referrals I'm not biting ;)

I wish I knew how to use CSS! I've done a few web classes on it but I am not comfortable enough yet to do em by myself.

Anyone know of any good books on the subject?

I already get enough referrals through google, I just want some advice!

Thanks :)

yakimushi 09-20-2004 04:01 AM

Some sites and articles I found to be useful when designing in CSS are:

www.csszengarden.com

http://www.meyerweb.com/eric/css/edge/

http://www.alistapart.com/articles/practicalcss/

http://www.thenoodleincident.com/tut...css/index.html

If you're comfortable writing HTML by hand, then CSS is really the next logical step. It's very powerful and continues to amaze me the more I learn. I just found out that you can do rollovers with CSS and no Java whatsoever.

Feel free to ask more questions, I sort of like to "spread the gospel" where CSS is concerned.

Lasereth 09-20-2004 04:04 AM

I like the old one better too. I do appreciate how you kept both sites with a simple layout though...complex layouts suck. One thing I don't like about both sites is how big the white text is in the middle...I'd tone it down 1 or 2 points. I think it'd make it look more professional!

-Lasereth

KUGR 09-20-2004 11:15 PM

Quote:

Originally Posted by yakimushi
Some sites and articles I found to be useful when designing in CSS are:

www.csszengarden.com

http://www.meyerweb.com/eric/css/edge/

http://www.alistapart.com/articles/practicalcss/

http://www.thenoodleincident.com/tut...css/index.html

If you're comfortable writing HTML by hand, then CSS is really the next logical step. It's very powerful and continues to amaze me the more I learn. I just found out that you can do rollovers with CSS and no Java whatsoever.

Feel free to ask more questions, I sort of like to "spread the gospel" where CSS is concerned.


Great links! Thanks! I'll get started on those as soon as finals are over this week!!!

Jakejake 09-21-2004 09:51 AM

Yeah, I self taught myself to use CSS/XHTML over a couple of weeks working at my summer job this year.
You can see the results at my site: http://www.rjshade.com/

If you right click and go to View Source you will see how uncluttered and easy to follow the XHTML code is. This is the beauty of separating content and styling using CSS.

KUGR 09-22-2004 12:39 AM

Quote:

Originally Posted by Jakejake
Yeah, I self taught myself to use CSS/XHTML over a couple of weeks working at my summer job this year.
You can see the results at my site: http://www.rjshade.com/

If you right click and go to View Source you will see how uncluttered and easy to follow the XHTML code is. This is the beauty of separating content and styling using CSS.

Your site is amazing! I hope I have time to learn how to do that sort of stuff! Your blogging system also intrigues me quite a bit. I'd love to be able to do something like that by myself! Any tips on that side of things?

Jakejake 09-22-2004 03:42 AM

I wrote the blog system using PHP (which is a server side scripting language) and a MySQL database.

Basically, I have a page that has text boxes for the Title of the blog entry, and one for the Content. I fill these in and hit submit. It connects to the MySQL database and creates a new row in the table that has 4 fields. Firstly, ID, which is an auto-incrementing unique identifier. Then Date, which is automatically generated depending on the date posted. Then Title which is just a text field. Then Content which again is just a text field.

It is really simple, I plan on making a page that will list all the Titles and let me click one and edit the contents or delete the post and so on.

I learnt PHP/MySQL using various website, here are some links:

http://webmonkey.wired.com/webmonkey...tutorial4.html

http://www.freewebmasterhelp.com/tutorials/phpmysql/

http://www.createafreewebsite.net/ph...roduction.html

Obviously you need a webhost that supports both PHP and gives you a MySQL database. The cheapest hosting I have found that does both is called d2hosting (www.d2hosting.com). For $2 a month you get loads of stuff.


As for the actual site design side of things, check out some of these sites, they helped/inspired me:

http://www.simplebits.com/

http://www.alistapart.com/

http://www.csszengarden.com/

Have fun!

Robbie

zynyxx 09-22-2004 11:47 AM

I really like using Dreamweaver, It makes doing alot of this easier. Maybe I'm just lazy.

dnd 09-22-2004 12:43 PM

the best place for tutorials on any web language is www.w3schools.org


All times are GMT -8. The time now is 05:07 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54