Re: MasterPages: How to improve the loading process of Contents (Graphics)



Hi Clinton,

thanks for your hint. I will take a look at preloading images with Java
Script.

My best regards,
Cenk

"clintonG" <csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im
Newsbeitrag news:eYsXLmukGHA.896@xxxxxxxxxxxxxxxxxxxxxxx
By default, ASP.NET ensures the contents to be displayed in the page are
put into a buffer before the page is displayed in the client (browser). To
control the output of images in the buffer requires client-side script
using JavaScript (the defacto standard client-side scripting language).
Search the web to learn about "preloading" images with JavaScript.

Note this is the best argument for learning and using C# instead of VB.
Java, C# and JavaScript are all syntax identical and nearly identical in
their grammar. Basically you will learn three languages for the price of
one.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Cenk Genisol" <cenki@xxxxxxxx> wrote in message
news:OO3Z4xskGHA.3512@xxxxxxxxxxxxxxxxxxxxxxx
Hi NG,

I am relatively new to Web developement and have some questions to you.

I've got a Masterpage where some graphics are embedded by CSS. They
format the borders of tables, which store page content so it's just an
optical background.

During the process of loading the page on the client, pages which
implement the above mentioned masterpage are build very excursive. That
looks unprofessional. I've set up a test page on my webserver where you
can hopefully follow my descriptions.

http://www.genisol.de/test/

My question is, which possibilities do I have to improve this loading
process? For example is it possible to draw the page on the client AFTER
preloading all contents like graphics?
Which techniques are available to grant this?

My best regards,
Cenk Genisol





.



Relevant Pages

  • Re: [OT] Any quick pointers on GIMP scripting?
    ... A client has landed a rush job on ... > The problem is the images we've been given are utter cack. ... perl script or maybe scheme aswell - I've not looked far enough. ...
    (Debian-User)
  • Re: Changing Images: Question about obtaining image names
    ... Wade schrieb: ... > Recently some of you helped me with a script to change images. ... The client doesn't know anything about files on the server without you ...
    (comp.lang.javascript)
  • How to overwrite value in id?
    ... I have a simple piece of code that does the preloading of images... ... Preload Image With Update Bar Script (By Marcin Wojtowicz ... var yourImages = new Array("http://tbn0.google.com/images? ...
    (comp.lang.javascript)
  • Re: explain the "new Image();"
    ... Its a nice script - pops up an img on mouseover. ... I understand that its downloading SOMETHING - but its not rendering.... ... How does "preloading" these images (into cache, ... The images will cause the page to show the loading... ...
    (comp.lang.javascript)
  • image in vbscript
    ... When page loads, I would like to load all images in backround. ... onmouse over events all images will be already on the client. ... I try with this script and I get an error. ...
    (microsoft.public.scripting.vbscript)

Loading