Jump to content
xisto Community

dHarry

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by dHarry


  1. Try to use <div> and basic, simple HTML markup with css positioning rather than many nested tables - this can significantly speed up the page-load times. Javascript may not necessarily slow down the pageload - depends on what it's doing i.e. event listeners waiting for user events won't cause a significant overhead.Flash if used intelligently and minimally will not add significantly either - it's a super-fast streaming technology - just make sure a fallback position is used for non-Flash users.Keep images down to a minimum - use css blocks of colour for simple backgrounds, columns etc, use css styles for headers etc rather than images - and don't use overhead-costly server technologies like jsp etc unless they are necessary. - dHarry


  2. Hi,
    I have designed a page within a table - three columns all adding up to 100% (no fixed pixel column widths). The thing is that when I previously previewed it in other browsers it showed the whole page - a but squashed, but everything was in the window without having to scroll horizontaly. I made some adjustments without interfering with column widths, but now previews require horizontal scrolling to view the page.

    Previously the text links in the centre column would wrap to cater for the smaller browser size, but not now. Also, at the foot of the page there is a blue line - wider than the table - that has not been added by me and is not editable - looks like some sort of formatting indicator

    Any ideas? I'd rather not send the code - so, if anyone has an idea what's wrong it'd be greatly apreciated

    I've never seen anything like a "blue line" being created by the browser except around an image linked unless you set its border to "0". Can you just paste the code in here so we can see it? And yes, css is the way to go for general layout/positioning, not tables!

    -dHarry

  3. any ideal on how i could reduce the rain??


    You should be able to resuce the opacity of the original image before you created the frames for movement - on the top right of the layers window is a 100% marker -- click and you should get a "dial" to resuce the opacity to something like 50%, play around until it's what you need, then use this as the basis for the animated gif.

    Actually a similar effect can be produced by using "brightnesss and contrast" settings to resuce the brightness and contrast (just a little for the latter) to fade/wash out the image a little. Let me know if these work ok ;-)

    - dHarry
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.