![]() |
|
#1
|
||||
|
||||
RothCode.com - feedback requestHello All,
I finally bit the bullet and went out to find a web host. It is a personal site that is to be a tutorial of sorts on moving from a static HTML site to one that is created with PHP functions dynamically. I unrealistically started trying to build with PHP at the start but realized it would be much better to start with a very simple, repeating design in HTML and then make the swap to PHP. I am more or less happy with the overall layout now. I am currently going through the CSS file to finish defining the individual classes. The general design consists of floating DIVs with a 95% wide header, 3 columns that can be of any length, and a footer that will stay at the bottom no matter which column is the longest. It will stay stable until you get < 780 pixels wide. The content is displayed based on a the CSS class in a <P>...</p> block. Keeping everything very divided like this should make it easier to seperate things later. Each paragraph should be able to be replaced with a PHP function that takes the content as an arguement. Some things I would like to improve upon.
Well, any replies are fine. Just remember, it is a teaching mechanism. Right now I would just like to clean up the code that exists. The next stage will start to use some PHP classes devoted to creating the actual code. The content will be marked up with a system similar to the post editor here at GID. Since the content will be changing format it is currently sparse. In many places it is merely a placeholder. Well, this is my first attempt with HTML in many (many) years and my first ever using Style Sheets. I would be greatful for verbose feedback. RothCode.com Thanks, Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
||||
|
#2
|
||||
|
||||
|
Congratulations M! How did you come up with ROTHCODE?
![]() I like what I see already but I think you're using a background that's still a little too dark. You're not showcasing images; much of your material will be text, so your background should be a lot lighter if that is still possible without messing your masterpiece. Logo... hmmmm... Pages load super-fast, but that's probably because it's plain html. Thank you for the links to GIDForums™, I really appreciate it. I see you're still in TEST mode with your AdSense ads... ![]() __________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#3
|
|||
|
|||
|
very clean, the site has a calm and easy feel to it
|
|
#4
|
||||
|
||||
|
Personally, I think the logo doesn't match the site, but that's probably because the logo text is so different from the standard fonts. The layout looks fine and the Google ads blend in well.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#5
|
||||
|
||||
|
Hey, thanks for the responses people, I do appreciate them.
RE: Logo Yes I know. I tried a bunch and was not happy with any of them so I left the one there as a place holder. I honestly don't know which way to go with that just yet. Add the fact that it is a ways down on my todo list and the masses may have to suffer with it a while more. Hopefully I will fire up LightWave one of these days and put it to rest once and for all (or until I get a new great idea). RE: BG color I'm torn. I kind of like the color I am using but will try something a bit lighter. Who knows, I might even like it better. When I started trying out color schemes I went to a group that was very similar. From that limited palette I chose colors that fell on the SAFE or every 3 (in hex) after reading about color shifting that may be done by a browser. Looking at the CSS file I recently posted you can see that they all fall on 0, 3, 6, 9, C, F values for the pairs. Question 1: Is that even really much of a concern with todays browsers? RE: Navigation vs. Page Generation I have been working on a PHP class that allows me to generate the HTML on the wing. As I hope to finish up the meta tag stuff tonight and finish testing it on my local server I will be interested in feedback on page display speeds. I'll update this thread when I have the new PHP in place. Then I will be on to the markup classes for handling content which is the fun part of it all. Question 2: My intent for my first steps is to have a data directory with the marked up content. Those files (active ones for page display) will be read only. Will this be problematic if multiple people are trying to 'see' the page at the same time? The reason I ask is that I really (really, really) don't want to have to dabble with a SQL database until I have all the markup working correctly. It will be reasonably easy to use simple text files to start with. My thought is to use a simple marker system based on filename and content marker to find a paragraph to be displayed. Well, enough for now. Thanks again to those that checked out my initial attempt. It is still slow going since I do everyting the same way I program in C++, with a simple editor. It does allow for nice formatting of my code though. Looking though DreamWeaver generated code seems to be an exercise in scrolling on the horizontal plane. Someone needs to tell them to keep it around 80 characters a line. Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#6
|
||||
|
||||
|
Answer 1: not as long as people use current browsers. The web safe palette was created nearly 10 years ago. If you're truly concerned that a viewer may have an older browser then go web-safe, otherwise use what you want. Take a look at your vistor log to see what people are using.
Answer 2: I don't think so in the short turn. I'm not good in this area but as long as there's fewer than several hundered page views at a time, the server should be able to handle it. Of course my knowledge may be outdated, since this is the first time I've made web sites in 4-5 years. Hopefully someon else can help. __________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#7
|
||||
|
||||
|
The colour scheme looks a little funky on a laptop.
|
|
#8
|
||||
|
||||
|
Quote:
hehe, looks a little funky on my desktop too. I was going for the chalkboard kind of look (well, our chalk wasn't black but I can overlook that fact) since the intent is to house code and my discourse on that content. Add to the fact that light colors seem to make my eyes go buggy after a while and I like the black text on a darker background. My console colors are REALLY dark on dark but at least I can look at it for hours on end without going blind. I am going to lighten it up a bit (the background) once I finish up the PHP I'm currently working on and see how that goes. Did you mean that it renders badly on the laptop so it is hard to read or just commenting on the drab green color scheme? Thanks for the comment Div, I do appreciate it. Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#9
|
||||
|
||||
Re: RothCode.com - feedback requestI have been adding a forum to the site that seems to be taking over. It is about 40 to 50 percent complete but mostly functional.
It is located at RothCode Forums. Some things I would like to hear feedback on.
Thanks for your time, Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#10
|
||||
|
||||
Re: RothCode.com - feedback requestI like the new logo. Good job!
Font size does seem a little on the large size. I understand it from an accessiblity aspect though, so I wouldn't worry about it too much. I don't really care for the minty-green color scheme though. It reminds me too much of that psychiatric green they use to calm down inmates. If you want some color schemes to work with, try http://www.colorschemer.com/online.html. I'm using it with a site right now and it's working great. The site seems peppy enough. Haven't noticed any serious lag issues. __________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
Programming ebook direct download available by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forum Speed | pcxgamer | GIDForums™ | 11 | 10-Jun-2004 09:07 |
| I am getting STRANGE emails / feedback today! | JdS | Learning Journal by J de Silva | 4 | 24-Aug-2003 19:16 |
| Hypermart request | Div | Free Web Hosting | 2 | 27-Oct-2002 14:32 |
| How to encrypt mail sent by your feedback form? | JdS | Web Hosting Forum | 4 | 30-Aug-2002 08:51 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The