SitePoint Sponsor |
|
User Tag List
Results 1 to 11 of 11
Thread: SHTML question
-
Apr 27, 2002, 10:15 #1
- Join Date
- Apr 2001
- Location
- Ottawa, Canada
- Posts
- 19
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
SHTML question
Hi,
I have a basic site using straight HTML. I still
haven't had time to look into XHTML and DHTML
(I'm not sure what they can do), but I have a
script that uses SHTML to place a "quote of the
day" on a page.
My question is, if I change my page from HTML
to SHTML in order to include the "Quotes"
will this limit the number of people who will
be able to view the page?
Any insight will be greatly appreciated.
-
Apr 27, 2002, 10:32 #2
- Join Date
- Dec 2000
- Location
- BOSTON MA
- Posts
- 335
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
it won't eliminate anyone from seeing your site.
all that the .shtml extension is doing is telling the server to include another file (in this case the quote of the day) before sending the page to the browser.. . . chris
-
Apr 27, 2002, 10:47 #3
You can, however, make HTML pages be parsed by the server. Talk to your host.
And DHTML is only advanced Javascript; not like HTML really.
-
Apr 27, 2002, 11:03 #4
- Join Date
- Apr 2001
- Location
- Ottawa, Canada
- Posts
- 19
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks
Thanks to Chris and Geiger for the info
-
Apr 27, 2002, 12:22 #5
-
Apr 27, 2002, 15:11 #6
- Join Date
- Oct 2001
- Location
- Tucson, Arizona
- Posts
- 1,858
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by geiger
And DHTML is only advanced Javascript; not like HTML really.
-
Apr 27, 2002, 15:18 #7
Okay. I gave a bad definition. You learn something every day.
-
May 6, 2002, 14:16 #8Originally posted by geiger
You can, however, make HTML pages be parsed by the server. Talk to your host.
Thanks,
Vinnie
-
May 7, 2002, 00:24 #9
- Join Date
- Oct 2001
- Location
- Tucson, Arizona
- Posts
- 1,858
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
With Apache, add this line to your httpd.conf file:
Code:AddHandler server-parsed .shtml .html
-
May 7, 2002, 05:01 #10
- Join Date
- Jan 2001
- Location
- Lawrence, Kansas
- Posts
- 2,066
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by mattjacob
You're not correct in saying that; here's a good definition, and here's another.
-
May 7, 2002, 07:25 #11
- Join Date
- Oct 2000
- Location
- Nashvegas Baby!
- Posts
- 7,845
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by atomicmunky
it won't eliminate anyone from seeing your site.
all that the .shtml extension is doing is telling the server to include another file (in this case the quote of the day) before sending the page to the browser.
If there are directives (including the date, including a file and more) then the server executes that code and THEN sends clean HTML to the browser.Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes
Bookmarks