473,395 Members | 1,762 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Is this the best way to handle SSI loading ?

Hi,
I have a page at www.casajac.org/includes/testinclude.shtml
that ("simultaneously") loads three pages,
- one on the top (banner)
- one on the left (menu)
- one on the right (main stuff)

They are placed on the screen at the right places with CSS positionning.
It's working correclty - as far as I can see. (Thanks to this group).

For navigating, I have some links on the left that call up other shtml pages
and they - in turn - load up
- the same top page (banner)
- the same left page (menu)
- a different right page (new main stuff)

That seems a pretty laborious way of doing it, just to change the main
stuff.
But it's all that I can think of ... now that I've been cured of frames.

Maybe that is "tiring-for-the-server" or maybe it is a neglible workload ?
I don't know.
Is there anything smarter or faster available ?

TIA

CSS Newbie



Jul 21 '05 #1
1 1460
CSS Newbie wrote:
Hi, I have a page at www.casajac.org/includes/testinclude.shtml .... That seems a pretty laborious way of doing it, just to change the
main stuff.
Laborious, only at the outset. All future updates will be much easier.
But it's all that I can think of ... now that I've been cured of
frames.
Whoohoo!
Maybe that is "tiring-for-the-server" or maybe it is a neglible
workload ? I don't know. Is there anything smarter or faster
available ?


Next step is server-side processing, using PHP or something to build,
but don't worry about that until your next major redesign.

Some small recommendations: on the above page, you have some styling
for the links, set in the HTML <head>. You could move those into the
stylesheet as well. Also, the paragraphs with <p><strong> ... give
those a class of their own, appropriately styled. That way, when you
decide that small bold content text is harder to read, you only need
to change one place.

Set a body background color, and get into the habit of also setting a
background wherever you set color, even if it is transparent.

Oh: font:70% Georgia; is way smaller than what us old folks care to
read. If you set your fonts to 100%, then we visitors get what we have
chosen as our default size. If you yourself like small print, then set
your own browser's default smaller.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Johnny | last post by:
Hello all, I have a 1GB XML file that I need to read once a day and I would like to get feedback to find out what is the most efficient way to go about reading this file. The application reading...
1
by: Jarle Aase | last post by:
Hi, I wrote a multilanguage cms system a few years ago. Different languages are handled by loading php-files where each language-specific string is assigned to a normal php-variable ($LNG...
14
by: Steve K. | last post by:
I have a method that I use to get a System.Drawing.Image from a file without keeping a handle on the file open (so I can delete the file). Here is the code: <code> public static Image...
3
by: fuchsia555 | last post by:
hi you can tell your opinion which is the best web hosting
1
by: Man4ish | last post by:
Hi, I am planning to learn JSP. Which is the best book for it? Thanks in advance.
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.