December 6, 2010

jQuery Workshop February 21, 2011 in Orlando

If you’re in Orlando (or want to be) in February, come to my jQuery workshop at the fabulous InControl Conference. I’ll be speaking on Monday, Feb 21, 2011, and presenting on jQuery basics for designers.

You can find out more about the conference at http://2011.incontrolconference.com/

Use the promocode INCDAVIDM to save $50 off the registration cost.

  1. Brent Vogel says:

    Where are you tutorials at, I went to the address in my dreamweaver cs4 the missing manual book and can’t find a link for it anywhere.

  2. cidney chiu says:

    When will the next Javascript / jQuery book come out? Thanks. Its been two years.

    • Dave McFarland says:

      Look for it later this year.

  3. Magda Balise says:

    I own three of your missing manuel book, Dreamweaver, CSS and javascript and I am getting alot out of them. I do have a question for the website above if you look in the header the images rotate. I did use jQuery and the tweaked it so the code does this

    $(document).ready(function() {

    $(‘#headpic3′).cycle({
    fx: ‘fade’,
    timeout: 3000,
    speed: 1500,
    delay: -2000,
    });//end cycle 3

    $(‘#headpic4′).cycle({
    fx: ‘fade’,
    timeout: 3000,
    speed: 1500,
    delay: -2000,
    });//end cycle4

    $(‘#headpic2′).cycle({
    fx: ‘fade’,
    timeout: 3000,
    speed: 1500,
    delay: -2000,
    });//end cycle2

    $(‘#headpic1′).cycle({
    fx: ‘fade’,
    timeout: 3000,
    speed: 1500,
    delay: -2000,
    });//end cycle1

    The question I have is that when the page loads for a second you see all the images If I place an extra fade I can’t seem to make it work because my background disapears can you help me with this? Or let me know where I can go for help.
    Thanks
    Magda

    • Dave McFarland says:

      Hi Magda,

      I’m not sure exactly what you’re after. Do you want no pictures to begin with and THEN then fade? If so, you should try hiding the images to begin with, and then apply cycle. In addition, you should be able to combine all of those cycle calls into a single statement. Try this:

      $(‘#headpic1, #headpic2, #headpic3, #headpic4′).hide(),cycle ({
      fx: ‘fade’,
      timeout: 3000,
      speed: 1500,
      delay: -2000,
      });

  4. Ted Johnsoxn says:

    Hi, Dave.
    I am attending your WORKSHOP:
    User Interface Design with jQuery (http://www.webvisionsevent.com/speakers/mcfarland-dave/?redir=L3dvcmtzaG9wcy8=). I needed to know what I should have loaded on my company’s laptop for your workshop? Are you going to provide referenced links to an existing tutorial? Or, are your jQuery lessons going to be available for practice, later? Thank you.