Login | |
|
 |
RE: I am not a web designer - 2/24/2006 6:35:02 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Always a good thing to start webdeveloping...I design pages for 8 years now...I use HTML, PHP, DHTML, CSS, JavaScript, MySQL to get it up and running...all from Notepad / UltraEdit...My view of webdesign is, the code must be as nice as the frontpage itself...meaning that the structure of programming must be as clean and nice as the design. Ok: http://www.dev.customdatasoft.com/vbscriptsnips.html This page looks very good, right font-size of the text...only the black textboxes are not a success.... http://www.dev.customdatasoft.com/test1.html The red blocks can decrease font-size a little, this screams at you (looking with 1024) and when it comes to designing, you should be as universal as can get...meaning, try to create pages, that are also viewable for minimal 1024*768.... The other font-size can decrease some aswell.. and line the listed items up... I think you should rewrite the CSS file...b/c you use alot of DIV tags...they are very usefull for all kinds of design, but sometimes it is easier to create a <table> to start off with, then to go in the deep straight away. Just to get a feeling of alignment. http://www.dev.customdatasoft.com/test2.html For the textual side, see the previous comment (reg. test1.html) The lighter background is more friendly, and draws the attention to the content, rather than distracting the visitor by the dark and busy background.... Snipah
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: I am not a web designer - 2/24/2006 6:48:17 AM
|
|
 |
|
| |
ebgreen
Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
|
Snipah, thanks a lot for taking the time to look at it and give me input. I think the black text boxes should be straightened out now. I spotted that after I uploaded. I tried to avoid tables on purpose. Not because of some religious table/no-table zealotry. I just already knew how to do tables and wanted to force myself to do it with pure CSS to make learning the CSS faster. I will definitely be cleaning the code up quite a bit. There are a lot of descriptors in the CSS that I don't even use (remnants of the development process). There is also quite a bit of duplication of effort in the CSS that I will want to eliminate. So, I think my take away from your comments will be: - The lighter background is preferable.
- Decrease the font size some on the titles.
- Clean up the coding.
Does that sound right?
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: I am not a web designer - 2/24/2006 6:55:19 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Sounds good, just make sure the decreasing font-size is in general.... lemme know when we can peek again...
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: I am not a web designer - 2/24/2006 7:34:40 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
ok, better..think about the 30-70 part: maximal one-third of your page can consist of menu items.... narrow the main headings (red background) some and line up the first item of the list...now you see one heading + 1 item right next to it... that gives you space to work more in the 'body' of the page....the main content... b/c that is where the visitors will come for, to view the main content... check out some navigation examples: www.anielakbar.com www.bighole.nl www.budgetterenmetkinderen.com
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: I am not a web designer - 2/24/2006 7:45:24 AM
|
|
 |
|
| |
ebgreen
Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
|
Ok, I think I will work on a more navigation oriented design. I guess because I usually look at code all day, I think nothing of having to scroll down the page to find what I want. I'll try to switch it around to smaller cleaner pages.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: I am not a web designer - 2/24/2006 7:48:08 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
good luck... you can mail me anytime if you need help...or anything
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/14/2006 7:27:23 AM
|
|
 |
|
| |
mcds99
Posts: 407
Score: 4
Joined: 2/28/2006
Status: offline
|
quote:
My view of webdesign is, the code must be as nice as the frontpage itself...meaning that the structure of programming must be as clean and nice as the design. That is the most profound statement on web design I've ever seen! Now could you convince MS to use this phylosopy with FrontPlague ... er... FrontPage.
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/20/2006 1:57:33 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
LOL Therefore I use only tools like Notepad and UltraEdit => plaintext editors...
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/20/2006 2:05:39 AM
|
|
 |
|
| |
ebgreen
Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
|
I hate editing code in Notepad. Not for any extrvagant reason. Simply because it won't maintain and indentation level. If Notepad would do that, my life would be so much easier. It's always the little things.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/20/2006 6:50:31 AM
|
|
 |
|
| |
mbouchard
Posts: 1804
Score: 12
Joined: 5/15/2003
From: USA
Status: online
|
PrimalScript is pretty good for editing HTML code.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/20/2006 6:58:12 AM
|
|
 |
|
| |
ebgreen
Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
|
What I will usually do is lay out the elements in a WYSIWYG editor like Dreamweaver. Then I will close dreamweaver and not open it again unless I need to do some major modification to the layout of the page. I'll run HTMLTidy on the file to make it nice and pretty then I'll use GVim for the actual editing of code. Although if I am at work I will occasionally ues PrimalScript.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: I am not a web designer - 6/20/2006 9:28:56 PM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
I think there is indeed a difference in designing per person. One may prefer to use the WYSIWYG way and the other may like the use of hardcoded buildingblocks. Nice example is when you create an HTML page in WINWORD.EXE and open it with some plaintext editor....there you see that almost every pixel is positioned absolute...personally as a code-programmer I can't stand programs which define the complete layout, depending on objects throughout the page. I see working with WYSIWYG as a bowl of spaghetti. If you give it a good stir, then it will be harder to take the strings of spaghetti without a knot in it (unclean strings), rather than creating you own spaghetti, and keeping them nice and clean, from the start until the very end of publishing it.
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
|
|