html page reload
am 24.06.2007 05:30:14 von John
I have a web page which was authored in photoshop with a css xhtml
layout.I'd like for only the text an dmain image to change when the
user selects a new page, having the background images stay the same as
to avoid reloading of the entire page. Is there a way to just replace
the main text area and main image on the page when the user clicks on
the navigation menu? Other than reloading the entire page?
Thanks
John
Re: html page reload
am 24.06.2007 06:11:07 von Adrienne Boswell
Gazing into my crystal ball I observed John
writing in news:1182655814.663360.242240@j4g2000prf.googlegroups.com:
> I have a web page which was authored in photoshop with a css xhtml
> layout.I'd like for only the text an dmain image to change when the
> user selects a new page, having the background images stay the same as
> to avoid reloading of the entire page. Is there a way to just replace
> the main text area and main image on the page when the user clicks on
> the navigation menu? Other than reloading the entire page?
>
>
> Thanks
>
> John
>
>
Do you have a URL? I'd sure like to see what photoshop produced. Maybe
with a URL we could be of more help.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: html page reload
am 24.06.2007 06:16:22 von John
I'm currently building it locally, so no url is available. however I
am used to hand coding css/xhtml and the photoshop follows that flow.
divs for each of the slices I've created in photoshop. I have about
four divs currently. Logo image, image area, background image, and
background image 2. Sorry I can't provide the page right now as I
don't have ftp access. Does that help at all?
On Jun 23, 9:11 pm, Adrienne Boswell wrote:
> Gazing into my crystal ball I observed John
> writing innews:1182655814.663360.242240@j4g2000prf.googlegroups.com:
>
> > I have a web page which was authored in photoshop with a css xhtml
> > layout.I'd like for only the text an dmain image to change when the
> > user selects a new page, having the background images stay the same as
> > to avoid reloading of the entire page. Is there a way to just replace
> > the main text area and main image on the page when the user clicks on
> > the navigation menu? Other than reloading the entire page?
>
> > Thanks
>
> > John
>
> Do you have a URL? I'd sure like to see what photoshop produced. Maybe
> with a URL we could be of more help.
>
> --
> Adrienne Boswell at Home
> Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info
> Please respond to the group so others can share
Re: html page reload
am 24.06.2007 07:15:24 von dorayme
In article
<1182658582.686571.288140@e16g2000pri.googlegroups.com>,
John wrote:
> I'm currently building it locally, so no url is available.
>
>
> On Jun 23, 9:11 pm, Adrienne Boswell wrote:
> > Gazing into my crystal ball I observed John
> > writing innews:1182655814.663360.242240@j4g2000prf.googlegroups.com:
> >
> > > I have a web page which was authored in photoshop with a css xhtml
> > > layout.I'd like for only the text an dmain image to change when the
> > > user selects a new page, having the background images stay the same as
> > > to avoid reloading of the entire page. Is there a way to just replace
>
If a link is clicked on the page you mention, you want the viewer
to see everything the same but a few bits? So is it so important
to you that it is a new page that loads as long as it looks the
same in the respects you want it to look the same? It is usually
fine to make a number of pages similar but different. With modern
browser caching, loading tends to be fast because the images and
other tthings are already on the users computer by time he does
any clicking to go elsewhere. If you want the bits that are the
same to be more easily controlled and "in one place" on your own
development computer and on the server, consider using includes,
either server side includes or PHP includes for the common
elements.
--
dorayme
Re: html page reload
am 24.06.2007 15:08:37 von lws4art
Adrienne Boswell wrote:
>
> Do you have a URL? I'd sure like to see what photoshop produced.
No you don't! ;-) It will be a huge image that has been Ginsu-knifed and
repasted as a "web page"... I put money on it!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: html page reload
am 24.06.2007 19:09:31 von Adrienne Boswell
Gazing into my crystal ball I observed "Jonathan N. Little"
writing in news:4cd3e$467e6cf1$40cba7b8$7384
@NAXS.COM:
> Adrienne Boswell wrote:
>
>>
>> Do you have a URL? I'd sure like to see what photoshop produced.
>
> No you don't! ;-) It will be a huge image that has been Ginsu-knifed and
> repasted as a "web page"... I put money on it!
>
>
It's like when a natural disaster happens, you just can't help watching the
devestation on the news.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: html page reload
am 24.06.2007 20:22:42 von Bergamot
John wrote:
> I
> am used to hand coding css/xhtml and the photoshop follows that flow.
?
Not sure what that really means, but it seems contradictory somehow.
> divs for each of the slices I've created in photoshop.
Ugh. Slice-and-splice is one of the *worst* ways to construct a web
page. The only thing worse is doing it with layout tables.
Please stop. Now.
And don't top-post. Learn a little netiquette, please.
http://allmyfaqs.net/faq.pl?How_to_post
BTW, if you used google groups as the searchable newsgroup archive it
was intended to be, you'd probably find your own answer in no time flat.
--
Berg
p.s. Blinky is right--GG is a waste of bandwidth
http://blinkynet.net/comp/uip5.html
Re: html page reload
am 24.06.2007 21:06:53 von dorayme
In article <5e7r47F37fjokU1@mid.individual.net>,
Bergamot wrote:
> Ugh. Slice-and-splice is one of the *worst* ways to construct a web
> page.
You are surely right.
> The only thing worse is doing it with layout tables.
You are surely wrong.
--
dorayme
Re: html page reload
am 24.06.2007 21:08:18 von dorayme
In article <4cd3e$467e6cf1$40cba7b8$7384@NAXS.COM>,
"Jonathan N. Little" wrote:
> Adrienne Boswell wrote:
>
> >
> > Do you have a URL? I'd sure like to see what photoshop produced.
>
> No you don't!
Yes, she does! Like a recreational shooter motions for a new
target to be put up.
--
dorayme
Re: html page reload
am 24.06.2007 22:37:05 von John
On Jun 24, 11:22 am, Bergamot wrote:
> John wrote:
>It is usually
>>fine to make a number of pages similar but different. With modern
>>>browser caching, loading tends to be fast because the images and
>>>other tthings are already on the users computer by time he does
>>>any clicking to go elsewhere.
Thank you Dorayme, that seems to answer my question.
> Not sure what that really means, but it seems contradictory somehow.
>
> > divs for each of the slices I've created in photoshop.
>
> Ugh. Slice-and-splice is one of the *worst* ways to construct a web
> page. The only thing worse is doing it with layout tables.
>
> Please stop. Now.
Do you have any other suggestions Berg, what's your best practice?
I'm curious to hear others opinions as to why using Photoshop and
Imageready to slice up a layout and export as an xhtml/css based
webpage is a bad idea. It seems like it's be a time saving practice
for designers who are working with graphic layouts.
Re: html page reload
am 24.06.2007 23:38:43 von dorayme
In article
<1182717425.863258.252680@z28g2000prd.googlegroups.com>,
John wrote:
> I'm curious to hear others opinions as to why using Photoshop and
> Imageready to slice up a layout and export as an xhtml/css based
> webpage is a bad idea. It seems like it's be a time saving practice
> for designers who are working with graphic layouts.
Think about why you are bothering to slice things up? Compare the
complicated slicing and HTML that often results with simply:
Think what the slicing is trying to achieve that the plonking of
a whole image does not achieve?
If part of the reason for the slicing is get text scalable, think
what this is going to do with the relationships you were seeing
in the image you started with. It is going to play havoc with
them basically. You will try to control this havoc, scroll bars
will appear, you will make all sorts of compromises, you will end
up wondering whether it was so useful and time saving after all.
Go ahead and try it or use a PS html export generator and post
the page and we can talk about it. Do it quickly in time saving
manner. I guarantee you will find the problems that result on
different browsers for different people with different eyesights
and capacities and different internet access speeds will make you
start wondering if there might not be a better way altogether.
You will be hearing about this better way.
--
dorayme
Re: html page reload
am 25.06.2007 16:22:46 von Bergamot
John wrote:
>
> I'm curious to hear others opinions as to why using Photoshop and
> Imageready to slice up a layout and export as an xhtml/css based
> webpage is a bad idea. It seems like it's be a time saving practice
> for designers who are working with graphic layouts.
Using a graphics program to write your HTML/CSS for you is using the
wrong tool for the job. How can it possibly know what is the best markup
for your particular content? Even in the off chance it validates, it
will likely just end up as bloated "div soup".
It may be a time saving practice, but it does not make a better web
page. More likely it will just make a fixed design that falls apart in
browsing environments that are different from yours. It will also be
slower loading than it should be because of all the extra calls to the
server to get individual image pieces. One large graphic will load
faster, every time.
As for suggestions on how to do it better, that depends on your design,
but it will probably require you to think differently about the whole
process.
--
Berg
Re: html page reload
am 25.06.2007 16:44:53 von Andy Dingley
On 24 Jun, 04:30, John wrote:
> I have a web page which was authored in photoshop with a css xhtml
> layout.
* We either need to see a URL to it, or else you'll have to buy us
all crystal balls and cross our palms with silver first.
* "authored in photoshop" makes me lose heart whenever I hear about
it on a web page. Do you mean you took a picture of one possible web
page on ejust one of the world's many computers, then chopped it up,
stuck it in a and then forced people to look at a picture of
how it might look on someone else's computer? That's a terrible way
to do web design (as often discussed).
* I have no idea what "a css xhtml layout" means without actually
seeing it. Nor is using XHTML a good idea. Trying to use XHTML when
you still think PotatoShop is a good idea always leads to trouble.
As to the general problem of "dynamically updating one part of a page
without round-tripping the whole page through the server", then this
is a very well known problem.
Use frames (bad), use an