Jump to content

jodygrenier

Moderators
  • Posts

    352
  • Joined

  • Last visited

Posts posted by jodygrenier

  1. In this video tutorial we look at how to clean up your project, consolidate and refine persistence, from our series Advanced PHP.

     

    http://www.youtube.com/watch?v=3U2XrvmGhBA

     

    To find more courses on PHP and Advanced PHP, check out our Killersites University!

    Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  2. In this training tutorial from our Advanced PHP series, we look at how to write a very simple MVC (Model,View,Controller) framework from scratch using PHP 5.3, soon to be PHP 6

     

    http://www.youtube.com/watch?v=TrZK32VEj94

     

    To find more courses on PHP and Advanced PHP, check out our Killersites University!

    Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  3. In this series of training videos, we look at Javascript and PHP based form validation by discussing what form validation is, why you should use it and then build an example using PHP and JQuery.

     

    http://www.youtube.com/watch?v=uydZG8d0yKM

     

    To find more courses on PHP & Javascript, check out our Killersites University!

    Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  4. In this video tutorial from our course Wordpress Themes From Scratch, we learn how Wordpress deals with older and newer entries.

     

    http://www.youtube.com/watch?v=tYwk7FFruGA

     

    To find more courses on Wordpress, check them out in the KillerSites University!

    Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  5. We continue our look at building basic Wordpress templates with Setting Up Wordpress Part 2, from our video course Wordpress Themes From Scratch.

     

    http://www.youtube.com/watch?v=krZjKQFtWRI

     

    To find more courses on Wordpress , check them out in the KillerSites University!

    Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  6. We continue our journey through Wordpress Themes From Scratch with Setting Up Wordpress Part 1, where we start building a Wordpress template.

     

    http://www.youtube.com/watch?v=Fmi0bJogY3E

     

    To find more courses on Wordpress , check them out in the KillerSites University!

    Note that the all of our videos are in a higher quality when purchased or found in our Killersites University!

     

    Thanks,

     

    Jody

    killersites.com

  7. I'm doing the CSS portion of the Web Design 1 videos and I can't figure out why the root.css page I created isn't affecting my index.html page.

     

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>

    <head>

    <title>web design - tutorials: HOME</title>

    <META NAME="description" content="Learn webdesign.">

    <META NAME="keywords" content="web design, web designers, creating a website">

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

     

    <link href="root.css" rel="stylesheet" type="text/css">

     

    </head>

     

    I'm using Mozilla Firefox and everything thus far has worked well, any help much appreciated!

  8. That makes sense, though in the video he doesn't mention anything about a title attribute and it seems to work for him. Either way, I am guessing that I just write in;

     

    title="text here"

     

    or is there some kind of abbreviation for the title attribute?

     

    Thanks for the quick reply. I appreciate it!

×
×
  • Create New...