Ok, but that only works with the same image(s) on every page, right? My problem is more related to inserting lots of images in a richly illustrated article.
That is a very interesting approach! And not only does it speed up your CMS, it also speeds up loadtimes for the visitors because the images come from another server.
I need to provide a CMS solution to a group of people that all need to publish articles with images, and don't want (or actually don't manage) to go through all the loops that are often...
I am working for a non-profit organization. Over the years, we have collected and developed several plugins and apps for our website. For example an events database, library catalog, phone...
Thanks Russell, you are right with regard to the relative paths. Point is, the main and include files are relative to eachother, that is no problem, but I need to do some file operations and for that...
Is it possible to get the filename, and more importantly the path, from inside an ASP file, when that file is included? I know it can be done for the base file using Server variables, but I can't...
I am starting to understand the problem with margins... They collapse between elements! That is, they are not added together in between elements, but the biggest one is used. See the following...
This is for a 3-part (header/body/footer) layout I am making. The total fist exactly in the window viewport, the header and footer shrink and expand to fit their contents, and the body has...
That is what I was looking for. At least, I was already looking into currentStyle and getComputedStyle, but I was hoping there was a more direct approach.
Does this also work in...
I wasn't talking about javascript for navigation, but javascript for layout. Are there really that many more people with javascript disabled, than people with stylesheets disabled or overridden? I...
Fred, you are totally right. Actually, I had figured out not using the () when assigning the event procedure myself. It also seems very good coding practice to assign all the event procedures in...
aaaaargh.... how stupid could i have been! i've kept on trying to use document.body.onload, which didn't work because the body object hadn't been created yet. i've been looking for an answer in the...
I need a way to auto-execute a script function after loading and after resizing of a page. This script is located in an external JavaScript file, and the event handlers have to be defined in the...