• The Best of CSS-Plus

    4

    What is ‘The Best of CSS-Plus’? It’s the beginning of a possible series about some of my CSS tips and tricks.

    I wouldn’t say I have many CSS tricks, but I do have a few practical cross-browser-compatible CSS methods I like to make use of.

    I find cross-browser compatibility CSS tips, by far, the most useful of all. What use is CSS when it’s going to force you to create an extra (IE specific) stylesheet?

  • Create your own jQuery Image Slider

    34

    A few weeks ago I posted a tutorial called “Create an infinite polaroid image viewer with jQuery”. What is the difference between that tutorial and this one? I haven’t used the word “Slide” within the other article’s title because the images don’t slide, they fade. There is a slight CSS difference and quite a big jQuery/javascript difference between these two tutorials. We are now forced to use variables, otherwise the javascript becomes absolutely unmanageable.

  • Create a simple jQuery looped timer

    4

    Timers are useful things to have in your javascript toolbox of tricks. Common examples of looped timers are carousel plugins. These normally have a couple of options, and often one of them is to have the carousel window change every –insert amount of seconds here– seconds. This is basically what we’re going to go through during this tutorial.

    This timer isn’t going to be doing anything crazy, it’s merely going to rotate between <p> tags every second. The rest is up to you and your imagination.

  • Tweaking CSS-Plus

    0

    You might notice that one or two things look a bit out of place – This is probably because they are!

    I’m going to be adding new features to the site, such as a Request page, where you can request tutorials, freebies or articles and a few other tweaks to make the site a bit easier to navigate and make it a bit more interesting in general.

  • Basic CSS Selectors you’re missing out on

    0

    This article isn’t about CSS selectors that you should be using and you don’t know it yet… It’s about CSS selectors you might not know about because 1 or 2 popular browsers don’t support them.

    Basic CSS selectors are extremely useful… Unfortunately they are not well supported cross-browser. When I say “not well supported”, I’m not even referring to CSS3 selectors.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11