Videos tagged with SampsonVideos
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.
SampsonVideos: jQuery Simple Accordion
jQuery is a superbly simple, yet incredibly powerful javascript framework that allows you to "do more with less." In this example, we build a simple accordion in 8 LINES OF JAVASCRIPT! WTF, RLY? SRSLY!
SampsonVideos: Confidential Photoshop Envelope
Make a neat "Confidential" Envelope in Photoshop! In this video we create a semi-realistic envelope that can be used to spice up a website layout, collage, or anything else that requires some creativity.
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.
SampsonVideos: Guestbook App, Part 5 - Admin Panel
In this multi-part series we will build a small and simple guest book application. In this "encore" we will create a small admin page to approve pending comments. To do so, we will create a simple login script and a few functions.
SampsonVideos: Guestbook App, Part 4 - Adding Style
In this multi-part series we will build a small and simple guest book application. In this final video, we make use of the htmlspecialchars() function to remove HTML formatting from our messages, and also add just a bit of CSS to make the comments easier on the eyes.
SampsonVideos: Guestbook App, Part 3 - Data Entry
In this multi-part series we will build a small and simple guest book application. This video covers the development of an HTML form used in submitting data via PHP into the MySQL database.
SampsonVideos: Guestbook App, Part 2 - Reading Records
In this multi-part series we will build a small and simple guest book application. This video covers what is needed to establish a database connection, and write the comments from our database onto a PHP-driven page.
SampsonVideos: Guestbook App, Part 1 - The Database
In this multi-part series we will build a small and simple guest book application. This video covers the preparation of the database, including creating our table, and using MySQL GUI Tools to insert initial data.
SampsonVideos: PHP Conditional Statements
Conditional statements are some of the most used statements in PHP. Often times you want to display specific data based upon the type, or value of certain information. In this video we will cover commonly used statements like the if, if else, switch, etc.