Tetraca
Aug 21 2007, 01:15 PM
Web design is a task only you can master by expirimenting on your own. You must play with CSS, expiriment with divs, try your design on multiple resolutions and browsers, and see what you can do with a design to make it look like the best design for the intended purpose. It's something that should go hand-in-hand with administrating if you are a webmaster. I believe that no webmaster should not know how to design their site and create something unique rather than using some cookie cutter template like half the webmasters do. I also reccommend that you use dreamweaver to layout code, but hand coding to refine it and do the main CSS. I definately don't reccomend using photoshop to create a full layout unless you are really willing to cleanup the code - with such a layout you'd easily be able to cut down on load times by doing even the most simple modifications like replacing tables with divs and graphic text to real text. It's a form engineering, and like any job in engineering you are doing you need to balance usability, with looks, and code cleanliness. It's even more of a balancing act with flash, but with flash you exclude certain people from your designs - the blind (who rely completely on text browsers which read the text aloud for them and/or enlarges text, which flash excludes the ability to do as it's goal is visual entertainment and interactive information here and there for kicks and NOT to layout an entire design) and those on 64 bit operating systems probably make up the most of the issue.
Comment/Reply (w/o sign-up)
Codemaster Snake
Aug 21 2007, 08:50 PM
Well if you really want to design those sexy looking websites on the net like those who have a very nice and descent looking design. Then here is the secret how do they do that: THEY ALL ARE DESIGNED USING TABLES Beside many other factors in a web design tables play a major role in a site's design. They are the base of every good design. If you look at the source code at any good professional looking web site you will find out following things there: *) A nice but yet a very complex table design *) Use of CSS *) Nice looking graphics All of above point play a key role in a site's design. STEP I: I would suggest that you must play around with tables and master them. 'cause the good looking graphics are of no use unless they look really good. You can learn the basics from any HTML tutorial. For practicing you can use Frontpage or any other similar application. Try to make some layouts. Don't get into the presentation part like colors etc. they will come next, First master the basics. STEP II: Then learn CSS programming. Now days CSS is the most popular tool, you can say, for designing. It is used to define properties for various items like tables, link etc. You can really define the style for every thing. The major advantage of CSS which I see is that: By using CSS you can concentrate on the building block i.e. tables. Also you don't have to define style for every thing just add and id or class to it's property. For learning CSS you can use tutorials and if you don't want to hand code the things you can use a CSS authoring tool like Simple CSS(Google for it). STEP II: Then come to the graphics part. Design some great looking graphics. Use them in the tables to make your site look professional. For learning how to design those great effects and icons try out Internet. There are so many websites that can teach you the real stuff  Always try to look for web graphics section as it always contains some great tutorials. This section is usually included in all the sites. REMEMBER: Always learn and create things in a step by step manner. If you follow this simple rule you will always end up with a masterpiece. Also, Try to hand code things rather than using the GUI tools. They always lead you to trouble. Moreover you'll have more grip of your site's design in your hands if you do hand coding. What good is the work if there's no hard work involved in it  Best of Luck!
Comment/Reply (w/o sign-up)
rvalkass
Aug 22 2007, 09:20 AM
Sorry, but using tables to create a layout is probably one of the worst ideas. Tables are there to hold tabular data. Tables hold numbers and things you would traditionally put in a table if you were writing one out with a pencil and paper. Not only is it wrong, but it actually makes page loading slower and the site is less accessible to those with visual impairments. Theres a good presentation from Seybold that explains some more reasons. So, whats the alternative? DIVs were designed to be filled with images, shifted around and positioned just where you want them. Just run a search for layouts using DIVs and you will get thousands of tutorials flood out at you, along with reasons why tables are just plain wrong. Yes, there are browser compatibility issues with DIVs, but you get the same with tables.
Comment/Reply (w/o sign-up)
shadowx
Aug 22 2007, 11:16 AM
I did use a DIV in my latest experiments and i do prefer it to a table although i think tables are easier to use. Out of curiosity how much lnger does a table take to load compared to a div of the same dimensions and content? I do remember reading they take a little longer but it didnt mention specifics
Comment/Reply (w/o sign-up)
rvalkass
Aug 22 2007, 12:28 PM
If I remember correctly, a table takes longer to appear as the browser waits until all of the content within the table has loaded, before displaying the table on the screen. With DIVs, the content appears as it is fetched by the browser - as soon as some of the content within a DIV reaches your computer it will appear on screen. As for specifics, there is no hard-and-fast rule as to how much faster DIVs are compared to tables. However, some developers are now using DIVs rather than tables to display the results of queries that produce thousands of rows. As a table waits until it has all the rows to display, it could take two or three minutes before anything appeared on screen. Switch to DIVs and the rows appear instantly.
Comment/Reply (w/o sign-up)
truefusion
Aug 23 2007, 03:37 AM
QUOTE(rvalkass @ Aug 22 2007, 08:28 AM)  If I remember correctly, a table takes longer to appear as the browser waits until all of the content within the table has loaded, before displaying the table on the screen. Isn't this how Internet Explorer does things? If i remember correctly, i read on Microsoft's Internet Explorer website on how IE renders tables and how Firefox renders tables. Firefox renders it as it gets the information and IE renders it once it gets the ending tags. But i'm not exactly sure how accurate this information is. But it really does depend on the browser on how it handles tables.
Comment/Reply (w/o sign-up)
NYbadboy911
Aug 23 2007, 04:25 AM
im usless in it too i wish i knew where to start
Comment/Reply (w/o sign-up)
shadowx
Aug 23 2007, 11:30 AM
QUOTE Isn't this how Internet Explorer does things? If i remember correctly, i read on Microsoft's Internet Explorer website on how IE renders tables and how Firefox renders tables. Firefox renders it as it gets the information and IE renders it once it gets the ending tags. But i'm not exactly sure how accurate this information is. But it really does depend on the browser on how it handles tables. It is true that IE generally waits for all the page to be downloaded before it shows the user anything whereas firefox will show you it as it gets the information so it seems that FF is faster but its not really any faster. Im not sure how firefox acts with tables though.
Comment/Reply (w/o sign-up)
Carson
Aug 25 2007, 12:54 AM
I downloaded courses in webdesign from the CartoonSmart website. Its mainly about flash, but these tutorials are amazing. And you dont have to know a thing to get started. They are all video tutorials aswell. Unfortunately, they come at price. Heres the link if you're interested: http://www.cartoonsmart.com/webdesign_index.html
Comment/Reply (w/o sign-up)
Sean Foster
Aug 29 2007, 08:07 PM
One thing I highly recommend is to see the site as a whole, rather than just little individual parts. When I first started, I made a cool banner. Then I made cool-looking buttons. I came up with a cool background and all. When I finally put it all together, it looked like crap! Now, I mostly use Photoshop to design a whole layout, including graphics for buttons . . . all in one big picture. Then, I slice it up into individual images and use HTML to "sew" it back together. I might save the individual button images and then alter them a little and save it under the original name plus "-over" for use later as an image-rollover. The point here is to come up with a theme that flows together and is pleasing to the eyes, which brings me to another important feature: make things easy to find and don't assume your visitor knows where everything is. I hope this helps!
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : learn, web, design, coding, code, make,
- Coding A Web Design
Need (a lot) of help with coding my web design (14)
Web Design Code
you can leep the design in place with code (3) i recently posted a question to this forum about the reasons behin a webpage looking difrent inside
of outher browsers. and then i found out that you use code to keep the design in place but the code
you rite reads the browser and loads the page to the browsers specifications. but if like me you
prefer not to code how then can you do this, i am aware that i would have to begin some codeing as
i want to begin my own website but i dont no how i would lern this method of codeing that keeps this
problem of messy web pages in difrent browsers at bay. can annyone help....
How Do I Code A Design?
(6) Okey, so I saw another topic here regarding how to make a design. I know how to do that, so that is
no problem. But I have always had some problems on how to code a design. I am tired of that I always
need to use some sort of program, drag&drop webhost (like piczo) or use a free design I found
online. I have noticed that people need to "cut" the design in different parts, but I have never
understood what way the do it. So I do not understand anything about this, and really need some
help. I will be happy for all help I get. /smile.gif" style="vertical-align:middle"....
Target Links To A Div Layer
Is there such code that allows you to change ur link target so that it (22) Hey i need help I was wondering if there is a code that allows you to target ur link to a div
layer.. lets say eg.. i got CODE Example i want that page to show in the div layer below
on the same page. Is there a way i can do that? . im tryin to avoid using frames. thanks....
Is There An Xbox Live Gamertag Code To Shw The Gamercard On A Website?
The title says all! (1) Hi everyone, im looking for a code that will display a users xbox live gamercard. Ive seen one
little widget but that was for the igoogle page ao its not suitable for what i want. Ideally I want
one thats written with HTML or something like that so its easy for me to modify and such. What i
want it to do is t have a URL in the code which the user can then insert their gamertag ID into and
have the widget display their gamercard for all to see. if i ever use this code it will be on a
money making site, hopefully, so something thats free to use even for commercial things ....
Need Help With A Ps Template
coding (3) hey, i made this template in photoshop and i have coded and everything but the problem is that the
content boxes are stretching and its messing up everything. how can i make it so the "cells" i guess
don't stretch.. because when i add stuff to the boxes they are stretching and its starting to
duplicate.....
Forum Rpgs
Is the PHP code convertable? (1) I use Proboards Forums, which doesn't allow PHP. I've been looking for a RPG forum game for
Proboards. But sadly, they only come in PHP. So, I was wondering, is it possible to convert that PHP
into HTML? Can Java Script be converted into HTML, too? Some of these codes are in java, as well.
If you don't know, the RPGs have stats, classes, battling, shops, ect. I've seen it on many
forums. I know that boards like InvisionFree abd PHPBB are great for this kind of thing, but I feel
comfortable on Proboards. Plus, those boards confuse me. I know it's sil....
Phpbb And Mysql Relations?
Need forum code for my website (2) Hi if someone could get back to me as fast as they can that would be great! i got a couple of
questions what do you use my sql for what does that have to do with forums? and secondally can
someone give me the php code for the forum thanks /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" />....
View Souce Code
do you know this site? (8) I have seen this site before.The site is simple.there are a box that you can put a url link then
press enter you can see the code of the page (see everything include meta,comment...),even it is
written in php,asp... If anyone know this site,please let me know(I have format my computer,so I
lost it).thank you. ....
Besides Html / Css
what kind of of coding do you use in your sites? (11) Hey guys I have a question for normal sites what kind of coding do you use besides the regular HTML,
and CSS I realize for logins and forums etc.. php is common and the language of choice for database
interaction but besides that for more cosmetic appealing appearence do you use anything else? Im
asking this question cause im thinking of learning Java but im not sure how much that would help my
web site design skills. And if thats not the one(in your opinon) to learn if I want to get better
at website coding which one is? I have a shallow knowledge of VB and C++ but c....
Activation Code Images, How?
need help with activation code images (3) hi everbody, I am creating this website for an online game KHAN which is of course hosted by
Trap17.com. Anyway, it accepts membership since its services includes message board for every member
and message board for groups that members created and of course personal messages. So here is my
problem, since it accepts membership it requires applicants to fill up forms which ask their e-mail
address, I want to know how make an activation code that is an image. Get my point? /smile.gif'
border='0' style='vertical-align:middle' alt='smile.gif' /> it is basically like her....
Html Code Problem
(7) Hi! Im working on a little HTML project for myself and am teaching myself.. So I would like to know
how to set roll over effects and a short guide on it! What I mean is, I would like to know the code
of making the mouse over on links make the links go red... Or if anyone can give me a way to do it
on frontpage, because I cant find it! Thnx in advance!....
I Have A Souce Code And I Was Wondering
(2) How do i download it on to a message board?....
Asp - Code Generator Wizard
Very good (0) If anyone likes asp, or makes his websites in asp, just go here: They have this online code
generator tools: Data Command Wizard Form Wizard Response.Write Wizard Meta Tag Generator CODE
http://www.powerasp.com/code_wizards/default.asp They are very cool!....
[Code] - Shout Box
Invision Power Board v1.3.0g (4) Code for Invision Power Board v1.3.0g Just please in headers/footers in admin CODE // IF
Shoutbox v1.0 - Leave Copyright Intact Wherever Used // Created For Invision Free // Author: Zero
Tolerance © Game Zone | Evolution 2004 // Special Thanks To ffmasters.us For Hosting PHP Data +
mySQL Allowance Site = "http://"+document.domain+"/" Site = location.href.substring(Site.length)
if(Site.match('/')){ Site = Site.split('/') } thissite = Site ....
Looking for learn, web, design, coding, code, make,
|
Searching Video's for learn, web, design, coding, code, make,
|
advertisement
|
|