Search results

  1. C

    JavaScript LazyLoad functionality

    Actually the client changed their minds again, which meant I still needed lazyload functionality. However, I found the perfect solution within the Yahoo YUI. They have a javascript function known as ImageLoader that postpones the loading of images for X seconds or following a trigger (dom event)...
  2. C

    JavaScript LazyLoad functionality

    thanks bcee - I didn't need to implement your solution in the end as my client has decided to compress his images. I'm not sure how easy it would have been to incorporate it as the content on the clients site was managed by Joomla. But, thank you for providing this code - I am sure that will...
  3. C

    Large Image Compression

    Hi All, A client of mine would like very large images on their website - they now unstand the compromises involved - web page load versus image quality. Does anyone know good techniques to maximise image compression with minimal impact on image quality. The images will be jpegs. Thanks...
  4. C

    Within webpage scrolling on Apple devices

    So, if you set overflow to auto on a fixed height div and the div contents are longer than the div, a vertical scrollbar appears. At least it appears within browsers on computers (PCs or macs). However, the scrollbars do not appear on the iPad, the iPod Touch or the iPhone. Instead the person...
  5. C

    JavaScript LazyLoad functionality

    Thanks bcee Thanks bcee for your reply and for sharing your code. I'll take a look through your code and let you know how I get on. Craig. Web Design Cornwall
  6. C

    Please review my new site

    Load time good on iPhone running safari The site loaded in around a second on my iPhone using safari over a wireless connection. From a design point of view, it looks fairly clean, but maybe too much happening. That said, viewing a site on an iPhone initially gives you the overall feel and not...
  7. C

    Within webpage scrolling on Apple devices

    Does anyone know how to get within webpage scroll bars to appear on an Apple device (e.g. iPad)? Web Design Cornwall
  8. C

    A little confused about SERPs

    It is about the long haul As said in the last reply, it is about the long game. On page SEO can get you so far, then the real hard work begins as you try to build high quality links back to your site. By high quality I mean links with the right anchor text coming from high PageRank pages...
  9. C

    JavaScript LazyLoad functionality

    Hi, I am implementing a website that incorporates a javascript slideshow of very large images and would like to incorporate "lazy loading" of the images (i.e. only load the current and next image, then when the next image is viewed load the following image) - does anyone have suggestions on...
Top