| | |||||
| ||||||||
| Web Design Reviews Showcase your designs and request reviews and feedback. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #27 (permalink) | ||||
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() |
What did u mean by "Resolve in dialup", The whole site itself is only 1 table, if you mean <TD> 's , then, i dont know .. how can i simplify it?? Thanks for your comment,
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)--
Last edited by Enchantedragon; 01-10-2005 at 03:40 AM.
| ||||
| |
| | THREAD STARTER #28 (permalink) | ||||
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() |
note: Prefer sites in the design catorgory.
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)-- | ||||
| |
| | #29 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 43
![]() | May only be one table but there is a lot of it as well as a bunch of images to make it look pretty. When I was using a dial-up connection to test the site It took ages to load all the images. And at least Mozilla showed me what was happening. IE didn't show a thing until the whole lot had loaded (which is why IE is crap, but that's another story). Split the table if you feel you really need to use them: one table for the header, another for body and one for the footer and use CSS to style the tables. This means you can use the 'background' style to add colour to individual cells and borders and get rid of loads of mark up and images. ????: NamePros.com http://www.namepros.com/showthread.php?t=60980 Also noted that the site spils over on a 800x640 screen - you get horizontal scrolling which is a big design no-no. To make it work you need to have a max width of 760px or better still, make your table a percentage width. Reccoment you get to grips with CSS, it is an amazing tool, take a look here: CSS Zen Garden. No tables anywhere! |
| |
| | THREAD STARTER #30 (permalink) | ||||
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() | Reply to fisicx
????: NamePros.com http://www.namepros.com/showthread.php?t=60980 I only made the table a percentage in height. I havent tried making the table percentage in width, wouldnt that stretch my banner? or will it be kept the same? Thanks for your comment, I'll try some tutorials for css and see how it goes.
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)-- | ||||
| |
| | #31 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 43
![]() | Nice to actually have someone come back on a topic, it is what makes posting worthwhile. I don't know how you build your site, if you WYSIWYG then you can end up adding loads of guff without realizing it. If you hand code you are building from the bottom up and will end up with clean usable code. Take a look at the code for your site. There are 8 images in the table, you really do not need them. If you are serious about web design then PM and we can work on this one together - I promise that you will be amazed at what you can do with very little effort. ????: NamePros.com http://www.namepros.com/showthread.php?t=60980 As to the CSS issue - you do use styles, but within the HTML. It is far better to sperate style from content. This means putting some text on the page but getting the font/color/size/position information from a seperate file. This means that you can call up this information each time you need it without having to change the webpage itself. Later on if you want to change the color, just amend the style sheet and the whole site is updated. Last bit before I go: you can make your banner a percentage width. If your header is 80% of the window width then all you need do is set your banner to be 80% width as well. This way, it does not matter how big the browser window is, the site will stretch to fit. It is called a fluid layout and one of the indicators of a well designed site. Did you take a look at the csszengarden site? |
| |
| | THREAD STARTER #32 (permalink) | ||||
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() | re:
hey, whats WYSIWYG?? I used photoshop to draw out a simple template saved it as html code with pics, using the "save for web" option. i think thats what it's called. If i was to change my website into a css type website, will i need to redo everything ?? or is it a matter of applying a style and just remove the font tags on every page. yes i did take a look at csszengarden, very nice site. Couldnt find any tutorials tho, But i know what css is now. Thanks for introducing css to me.
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)-- | ||||
| |
| | #33 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 43
![]() | WYSIWYG is an acronym for ‘What You See Is What You Get’. It was used in the early years of the Windows GUI when for the first time you could see on the screen exactly how the file would appear when you printed it out. For a webpage, WYSIWYG means you use an application that builds the page as you would expect to see in a browser. The application therefore sorts out all the HTML in the background. This in itself is a problem because the application ends up adding all sorts of rubbish to make your template work. ????: NamePros.com http://www.namepros.com/showthread.php?t=60980 Photoshop is an image editor. And like many applications will allow you to save a file as a webpage. This does not means that the application is an HTML editor – all it means is that can convert from one file type to the other. If you want to design a webpage then you really need to use an HTML editor. Use FrontPage is you must but if possible, get hold of Dreamweaver 4 – not MX- it is too complicated as a newbie tool. And as to your CSS question – you cannot just add CSS to make a site work. You need to learn the basics of web design (including HTML) first. It has taken me about 6 years to learn enough HTML/CSS in order to be able to teach the subject. It is not something you can do overnight. My suggestion therefore is to Google for 'HTML tutorial' or 'CSS tutorial'. Sorry to be the bearer of bad tidings but web design is not easy (do not confuse building a web page with web design, they are two differnet things).
__________________ Spent the summer sleeping in the lee of a smoking volcano - the Internet can't do that for you. fisicx.com - Usabiliy and Design. |
| |
| | THREAD STARTER #34 (permalink) | ||||
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() |
I aint no newbie, i got dreamweaver MX and i've been using it for quite a while now, Very easy program to use, and i have 6 years experience in html, so thats not bad. I dont intirely create the website on photoshop, i mostly rely on html codes to do most of the work. I only use photoshop to do the simple template, then i slice the image and save as web, so when i open it up on dreamweaver, i'll have a template to work on. I know all the html i need to know, But as for the css, i'm sure i can learn in a week or so. I'm a fast learner, Another thing i wanna know, if i do use css on my current design, would it make my site load faster and have that "fluid layout" effect. Are there any more advantages of using css? ????: NamePros.com http://www.namepros.com/showthread.php?t=60980 By the way, thanks for all your help so far, its' been a real big help to me lately, still can't believe your still sticking around to help. Thanks alot
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)--
Last edited by Enchantedragon; 01-17-2005 at 04:00 AM.
| ||||
| |
| | #35 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 43
![]() | Sorry if I misrerad your experience. Still think that using photoshop is a bad idea. You have ended up with a really crappy table layout with a bunch of images as backgrounds. I use DW4 myslef, does everything I want so couldn't be bothered to upgrade. Can I suggest you do your template in DW, that way you will be able to take full advantage of the CSS editor. Search google for CSS tutorial, there is a really good one by a bloke called Mulder that is an excellent introduction. ????: NamePros.com http://www.namepros.com/showthread.php?t=60980 Also have a look at www.alistapart.com. You will realized that even the experts have problems with CSS! And no problem with sticking around, on another forum I frequent there are some topics that keep going for minths! go to go now - work calls!
__________________ Spent the summer sleeping in the lee of a smoking volcano - the Internet can't do that for you. fisicx.com - Usabiliy and Design. |
| |
| | THREAD STARTER #37 (permalink) |
| NamePros Member Join Date: Dec 2004 Location: New Zealand
Posts: 77
![]() | I like the Banner big.. i think it looks better big from my point of view. Thanks for your comment
__________________ Visit my personal website, still under construction, but feel free to send me comments. http://astute.f2g.net --(Enchantedragon)-- |
| |
| | #38 (permalink) |
| New Member Join Date: Jan 2005
Posts: 15
![]() | I like your site. It's very frameish. I like frames. =] Except.. it's too plain. On each page, add something, from a picture, to a different font. Make something interesting on a page. A GIF would be cool or some flash. You use dreamweaver, take advantage of it. I'm just learning it. |
| |
| | #39 (permalink) |
| NamePros Member Join Date: Dec 2004
Posts: 77
![]() | indeed i do say
__________________ bored out of your mind ??? visit http://wahta-dumb.f2g.net u can tell its a crack up jus by the name of it !!!! not completed tho. |
| |
| | #40 (permalink) |
| Senior Member Join Date: Jan 2005 Location: New Zealand
Posts: 3,747
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | hey you live in New zealand...i do ...im in christchurch....what about you... anyway its a nice site ,I like the logo, the template and everything....even the google ads look like part of the site
__________________ WowHumor.net - Funny World of Warcraft Pictures |
| |