5 responses to “All Sorts Of Code Snippet Resources”

  1. Bruce Douglas

    Is there a way to WaterMark a background so it doesn’t move as the page is scrolled?
    Perhaps water mark is a bad term. that’s what FrontPage Called the effect.
    Thx
    BDouglas

  2. Ryan Hellyer

    Awesome. When I first saw this blog post I assumed it was yet another link to yet another boring code snippet site. I didn’t realise it let you select from a set of darned handy bits, then patch them together in an automated fashion.

    Awesomesauce :)

  3. Danny Jones

    Thanks for the heads up! Its always nice to have more tools in the belt when ripping into the meaty innnards of WordPress

  4. Danny Jones

    @Ryan Hellyer – Sorry if this seems random, but I found myself today, saying outloud ‘Awesomesauce’ – that word is frankly brill and has embedded itself neatly into my daily vocabulary, so thanks :)

  5. Fever Themes

    @Bruce Douglas – That’s done in CSS. For example;

    body { background:#1a1a1a url(img/bg.png) top center fixed; }

    Hope this helps.