Forum: HTML and CSS May 19th, 2006 |
| Replies: 1 Views: 1,591 >>Perfect free website building
Care to explain your definition of "perfect"?
IMO a perfect free website builder is an oxymoron.
Nevertheless, have you tried Geocities?... |
Forum: HTML and CSS Apr 22nd, 2006 |
| Replies: 7 Views: 5,229 BTW, just so it's out there,
You can secure areas of your site through server configuration without having to deal with programming, but since you already have ASP in mind I would suggest you use... |
Forum: HTML and CSS Apr 22nd, 2006 |
| Replies: 7 Views: 5,229 I agree you need to ask this at your language's area, but just so you know I wouldn't consider your scenario URL Hacking, since visitors are not doing anything wrong but requesting a public page.
... |
Forum: HTML and CSS Apr 22nd, 2006 |
| Replies: 4 Views: 2,813 This article should be all you need:
- Free templates
http://www.netbulge.com/index.php?session=0&action=read&click=open&article=1113899256 |
Forum: HTML and CSS Apr 18th, 2006 |
| Replies: 4 Views: 13,888 You can tell the browser how you want the file handled, whether it is to be opened or downloaded (the user gets the final word on that). That alone will result in the desired behavior, the file will... |
Forum: HTML and CSS Apr 17th, 2006 |
| Replies: 4 Views: 13,888 Do you have access to server side scripting?
Using server side HTTP headers you can tell the browser that the file is to be downloaded instead of opened in the browser. For instance,... |
Forum: HTML and CSS Apr 12th, 2006 |
| Replies: 13 Views: 33,183 Well, yes, some things are quite a mess. I'm particularly worried about your unclosed
<body onload="goSetHeight()">
in the middle of the page, that is a HUGE no-no.
A web page can only have 1... |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 13 Views: 33,183 Hi,
Did you try this one already?:
http://www.dyn-web.com/dhtml/iframes/height.html |
Forum: HTML and CSS Mar 26th, 2006 |
| Replies: 3 Views: 2,615 This is a good place to get you started. There is a quiz at the end of the tutorial:
W3cschools html tutorial (http://www.w3schools.com/html/default.asp)
Also, know that HTML goes hand in hand... |
Forum: HTML and CSS Feb 27th, 2006 |
| Replies: 7 Views: 1,927 Nice problem!! :mrgreen:
Here is what's going on:
You have several nested blocks. the first one has its content centered with the deprecated but useful align="center". Three levels deeper is... |
Forum: HTML and CSS Feb 26th, 2006 |
| Replies: 7 Views: 1,927 Hi,
Opera 8 is one of the best browsers out there (much better than IE, IMHO). They have really made the extra effort to clean up their act and thus far I haven't been able to come up with a... |
Forum: HTML and CSS Feb 25th, 2006 |
| Replies: 4 Views: 2,135 I agree with you on that. Also, getting started with web technologies is not hard, but there is a long road to travel from "web developer" to "good web developer". Sadly, a road that often has to be... |
Forum: HTML and CSS Feb 25th, 2006 |
| Replies: 4 Views: 2,135 I disagree profusely. Dreamweaver is an IDE for web development.
A common definition of web development is the integration of all necessary technologies to produce a web site. That is exactly what... |
Forum: HTML and CSS Feb 16th, 2006 |
| Replies: 2 Views: 1,417 The only alternative to having an actual file with the name you want is to play with the server configuration. For Apache, it involves a wealthy knowledge of Regex:
... |
Forum: HTML and CSS Feb 14th, 2006 |
| Replies: 2 Views: 3,441 >>Would it be correct to say that you are asking us to answer your homework? <<
I think tha would be a fair assumption. Seems to me like the kind of request that gets students spelled very often.
... |