From: Richard S. <ri...@ri...> - 2003-06-29 23:44:22
|
I was just about to set up a site that has about 10 images for the theme but had to reconsider my thoughts when I noticed that not all the images showed up and the CSS didn't load either. I tripple checked all the references to the images and css files and they all where correct. I then remember reading about if you have a absolute reference to an image such as http://www.mysite.com/image.jpg then that will open up another socket connection to the site requesting the image rather than if you had all the images relative such as ./image.jpg then it will just use the one connection already open and request all the images. I then tried this by changing all the images from {THEME_DIRECTORY}images/something.jpg to ./themes/MyTheme/images/something.jpg which was extremely long to type (even though I just did a find and replace ;-) ) and refreshed the page and walla, everything worked perfectly. So anyways, my question to you guys, is this going to be handled anytime soon so developers wont have to do this each time for sites that have a few more image references than others? Best Regards, Richard Sumilang |
From: Matthew M. <ma...@tu...> - 2003-06-30 12:00:25
|
> So anyways, my question to you > guys, is this going to be handled anytime soon so developers wont have > to do this each time for sites that have a few more image references > than others? 10-4. I will look at this today. I wasn't aware it wasn't relative. Matt |
From: Matthew M. <ma...@tu...> - 2003-06-30 12:23:44
|
>> So anyways, my question to you >> guys, is this going to be handled anytime soon so developers wont have >> to do this each time for sites that have a few more image references >> than others? OK hoss. I have changed these to relative links and it worked (GASP!) in Netscape 4.74. Committing it to CVS. Matt |
From: Richard S. <ri...@ri...> - 2003-06-30 16:51:46
|
Thanks Matt for the quick turn around time, that counts a lot ;-) On Monday, June 30, 2003, at 05:21 AM, Matthew McNaney wrote: >>> So anyways, my question to you >>> guys, is this going to be handled anytime soon so developers wont >>> have >>> to do this each time for sites that have a few more image references >>> than others? > > OK hoss. I have changed these to relative links and it worked (GASP!) > in > Netscape 4.74. > > Committing it to CVS. > > Matt > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Richard S. <ri...@ri...> - 2003-06-30 17:49:21
|
Btw, are changes you made in the CVS specifically for 9.3 or should it be compatable with 9.2??? Thanks Matt On Monday, June 30, 2003, at 09:51 AM, Richard Sumilang wrote: > Thanks Matt for the quick turn around time, that counts a lot ;-) > > > On Monday, June 30, 2003, at 05:21 AM, Matthew McNaney wrote: > >>>> So anyways, my question to you >>>> guys, is this going to be handled anytime soon so developers wont >>>> have >>>> to do this each time for sites that have a few more image references >>>> than others? >> >> OK hoss. I have changed these to relative links and it worked (GASP!) >> in >> Netscape 4.74. >> >> Committing it to CVS. >> >> Matt >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: Free pre-built ASP.NET sites including >> Data Reports, E-commerce, Portals, and Forums are available now. >> Download today and enter to win an XBOX or Visual Studio .NET. >> http://aspnet.click-url.com/go/psa00100006ave/ >> direct;at.asp_061203_01/01 >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |