![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Gazing into my crystal ball I observed "Steven (remove wax and invalid for reply)" <unspam (AT) hal-pc (DOT) orgwax.invalid> writing in news:42c9cd43$0$2225$a726171b (AT) news (DOT) hal-pc.org: I only have a few pages up at my own site (www.techlanguage.com) and I want to add about 6 more, while keeping the same look and at the same time keeping it flexible so that I can change the content quickly. At the rate I'm going it will take a l-o-o-o-n-g time. You'll shave a lot of time off if you stop using tables for layout and let CSS handle it. You would also do better to use semantic markup, use headings instead of presentational markup. Make a template, and use includes for the menu. Since you're on Apache, use PHP. |
#12
| |||
| |||
|
|
3. A couple of people have told me I need to learn PHP. What's the best way to start? http://www.hudzilla.org/phpbook/ |
#13
| |||
| |||
|
|
1. I have read some web pages that talk about how great it is to let CSS handle tables, but I have not found a clear explanation of how. Any tips? |
|
2. What's the difference between semantic and presentational markup? |
|
3. A couple of people have told me I need to learn PHP. What's the best way to start? |
#14
| |||
| |||
|
#15
| |||
| |||
|
|
Adrienne wrote: div id="menu" class="noprint"> <div id="footer" class="noprint" You can drop that class altogether, just put in your print stylesheet: #menu, #footer { display:none } I like to keep clutter out the HTML whenever possible. |
#16
| |||
| |||
|
|
Adrienne wrote: Gazing into my crystal ball I observed "Steven (remove wax and invalid for reply)" <unspam (AT) hal-pc (DOT) orgwax.invalid> writing in news:42c9cd43$0$2225$a726171b (AT) news (DOT) hal-pc.org: I only have a few pages up at my own site (www.techlanguage.com) and I want to add about 6 more, while keeping the same look and at the same time keeping it flexible so that I can change the content quickly. At the rate I'm going it will take a l-o-o-o-n-g time. You'll shave a lot of time off if you stop using tables for layout and let CSS handle it. You would also do better to use semantic markup, use headings instead of presentational markup. Make a template, and use includes for the menu. Since you're on Apache, use PHP. 1. I have read some web pages that talk about how great it is to let CSS handle tables, but I have not found a clear explanation of how. Any tips? |
|
2. What's the difference between semantic and presentational markup? Semantic: <li> for lists, <p> for paragraphs, <cite> for citations, etc. |
|
3. A couple of people have told me I need to learn PHP. What's the best way to start? PHP is wildly popular because it is easy, but Perl with CGI is more |
![]() |
| Thread Tools | |
| Display Modes | |
| |