Videos tagged with jQuery
In Part 1 of day fifteen, we worked on setting up the PHP side of a CSS style-switcher. Today, we’re going to take things one step further and implement some AJAX functionality. Coming in at just under thirty minutes, this final video in the series is the most in depth. As an unintended “bonus”, I had to take a couple of minutes to fix some mistakes that I made. I could just a...
ThemeForest: jQuery for Absolute Beginners: Day 15
Today’s screencast is a bit misleading! Over the course of the next two tutorials, we’ll be creating a jQuery style-switcher that will allow the user to switch between CSS files. However, today we’re only going to be working with PHP! Day 15: Part 2 will cover the jQuery. Created by Jeffrey.
ThemeForest: Use Absolute Positioning to Create Equal Columns
There are many, many ways to create equal columns with CSS. This is one of those features that was MUCH simpler to achieve back in the days of html tables. In the next couple of years, when the use of CSS tables becomes more reliable, we won’t have this problem anymore. (For more information, watch this video.) Created by Jeffrey.
SampsonVideos: AJAX Definitions with jQuery and PHP
In this lesson we will create a sweet-action AJAX Definition retriever with jQuery and PHP – leeching definitions from the ever-wise Google of course.
ThemeForest: jQuery for Absolute Beginners: Day 14
Today, I’ll show you how to implement a jQuery plugin into your applications. There are literally hundreds of third party plugins available. It would be silly to ignore them! As you’ll find, they’re quite easy to implement! I’ve chosen the s3Slider plugin. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 13
Today, I’m going to show you how to submit information to a database asynchronously - using PHP and jQuery. We’ll be primarily working with the $.ajax method. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 12
Today will be the first part of a 2-part series. Ultimately, we’ll be drawing information from a database to create an advanced tooltip. Today, we’ll start with the layout and the basic functionality. It shouldn’t be too different from what we did in Day 11. In Part 2, we’ll use jQuery to call a PHP method asynchronously, and then populate the tooltip. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 11
Have you ever hovered over an image and seen a larger version pop up that moves parallel to your mouse movement? I’ll show you how to mimic that functionality today! Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 10
It’s time to start digging into jQuery AJAX capabilities. Today, we’ll start off as simply as we can. We’ll store information on one page, and then load that specific information from another page! We’ll accomplish this by using jQuery “load()” method. Created by Jeffrey.
ThemeForest: How to Create a Contact Form Using PHP and AJAX
I noticed a thread on the forums that discussed exactly how to implement a working contact form into a site template. So I thought to myself, “What better way to demonstrate the process than with a screencast!” Created by Jeffrey.